body {
    margin: 0px;
    padding: 0px;
    background: #eeeeee;
    /* font-family: 'PFHighwaySansPro-Regular'; */
    font-family: 'MTC-FuturaNewBook';
    position: absolute;
    /*overflow-x: hidden;*/
    width: 100%;
    min-height: calc(100vh + 1px);
    min-width: 320px;
    top: 0px;
    left: 0px;
}
@font-face {
    font-family: 'liquidismpart2';
    src: url("/fonts/liquidismpart2.regular.ttf") format("truetype");
}
body.hide_scroll {
    overflow: hidden;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.stai_acasa {
    text-decoration: none;
    display: block;
    padding: 20px 0px;
    text-align: center;
    background: rgb(211, 221, 48);
    background: rgb(242, 174, 83);
    background: -moz-linear-gradient(top, rgba(211, 221, 48, 1) 0%, rgba(114, 188, 68, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(211, 221, 48, 1) 0%, rgba(114, 188, 68, 1) 100%);
    background: linear-gradient(to bottom, rgba(211, 221, 48, 1) 0%, rgba(114, 188, 68, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#d3dd30', endColorstr='#72bc44', GradientType=0);
    color: white;
}

.shadow1 {
    -webkit-box-shadow: 0px 9px 48px -14px rgba(133, 133, 133, 0.4);
    -moz-box-shadow: 0px 9px 48px -14px rgba(133, 133, 133, 0.4);
    box-shadow: 0px 9px 48px -14px rgba(133, 133, 133, 0.4);
}

.shadow2 {
    -webkit-box-shadow: 0px 3px 5px 2px rgba(199, 199, 199, 0.5);
    -moz-box-shadow: 0px 3px 5px 2px rgba(199, 199, 199, 0.5);
    box-shadow: 0px 3px 5px 2px rgba(199, 199, 199, 0.5);
}

.shadow2_h:hover {
    -webkit-box-shadow: 0px 3px 5px 2px rgba(199, 199, 199, 0.5);
    -moz-box-shadow: 0px 3px 5px 2px rgba(199, 199, 199, 0.5);
    box-shadow: 0px 3px 5px 2px rgba(199, 199, 199, 0.5);
}

.top_bar_holder {
    width: 100%;
    max-height: 35px;
    top: 0px;
}

.top_bar_holder {
    width: 100%;
    max-height: 35px;
    top: 0px;
    position: fixed;
    z-index: 99999;
    background: #eeeeee;
}

.top_bar {
    margin: 0px auto;
    max-width: 1200px;
    width: 100%;
    font-size: 13px;
    color: #7c7c7c;
}

.top_bar a {
    text-decoration: none;
}

.top_bar_left {
    display: inline-block;
    text-align: left;
}

.top_bar_right {
    display: inline-block;
    text-align: right;
    float: right;
}

.top_bar_right .top_bar_item {
    padding: 10px;
    margin-right: 0px;
    text-transform: uppercase;
}

.top_bar_item a {
    text-decoration: none;
    color: #7c7c7c;
}

.top_bar_item {
    padding: 10px 0px;
    color: #7c7c7c;
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    text-decoration: none;
}

.top_bar_item.active {
    font-weight: bold;
    color: #253a7a !important;
}

.top_bar_item a:hover {
    color: black;
}

.noselect {
    pointer-events: none;
}

.fix_body {
    overflow: hidden;
}

.main_top_space {
    margin-top: 100px;
}

.full_width_w {
    max-width: none;
    position: relative;
    width: 100vw;
    left: calc(-50vw + 50%);
    background: white;
    -webkit-box-shadow: 0px 9px 48px -14px rgba(133, 133, 133, 0.4);
    -moz-box-shadow: 0px 9px 48px -14px rgba(133, 133, 133, 0.4);
    box-shadow: 0px 9px 48px -14px rgba(133, 133, 133, 0.4);
    padding: 30px 0px;
    margin: 60px 0px;
}

.full_width .details_item {
    text-align: left;
}

.full_width .edit_resp {
    display: none;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0px auto;
    position: relative;
}

.main_slider {
    /*margin-top: -47px;*/
    position: relative;
}

.main_slider .slide {
    overflow: hidden;
    position: relative;
    vertical-align: top;
}

.main_slider .slide::before {}

.main_slider .slide img,
.top_banner {
    width: 100vw;
     /* margin-left: calc((1680px - 100%) / -2); */
}


/* top menu */

.top_menu_container {
    position: absolute;
    width: 100%;
    z-index: 9;
    top: 35px;
}

body.fixed .top_menu_container {
    position: fixed;
    top: 35px;
    width: 100%;
    left: 0px;
    z-index: 10;
}
@media (min-width:300px) and (max-width:1024px) {
    body.fixed .top_menu_container {
        position: fixed;
        top: 0px;
        width: 100%;
        left: 0px;
        z-index: 10;
    }
    .top_bar_holder {
        position: relative;
    }
    .main_top_space {
        margin-top: 80px;
    }
}
@media (min-width:300px) and (max-width:330px) {
    .top_bar {
        font-size: 12px;
    }
}

.menu_holder {
    background-color: white;
    width: 100%;
    position: fixed;
    padding-left: calc((100% - 1200px) / 2);
    padding-right: calc((100% - 1200px) / 2);
    box-sizing: border-box;
}

.menu_holder.searching .menu_icon,
.menu_holder.searching .top_logo2,
.menu_holder.searching .menu_items {
    display: none;
}

.mob_new_bg {
    background: #d4117d;
    background: -moz-linear-gradient(-45deg, #d4117d 0%, #ff365a 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #d4117d), color-stop(100%, #ff365a));
    background: -webkit-linear-gradient(-45deg, #d4117d 0%, #ff365a 100%);
    background: -o-linear-gradient(-45deg, #d4117d 0%, #ff365a 100%);
    background: -ms-linear-gradient(-45deg, #d4117d 0%, #ff365a 100%);
    background: linear-gradient(135deg, #d4117d 0%, #ff365a 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d4117d', endColorstr='#ff365a', GradientType=1);
}

.ches_pop {
    display: block;
    padding: 1.667em;
    border-radius: 3px;
    background-color: white;
    box-shadow: 0px 9px 18px 0px rgba(0, 0, 0, 0.6);
    position: fixed;
    bottom: -200px;
    left: calc(50% - 300px);
    width: 600px;
    border-bottom: 3px solid #19ad9e;
    z-index: 9;
    transition-duration: 0.5s;
    max-width: 100%;
    font-size: 18px;
}

.ches_pop.active {
    bottom: 30px;
}

.ches_pop .title {
    font-size: 1.778em;
    color: #19ad9e;
    margin-bottom: 0px;
    margin-top: -8px;
    font-family: 'PFHighwaySansPro-Regular';
}

.ches_pop>p {
    font-family: 'PFHighwaySansPro-Thin';
    font-size: 1.111em;
    color: #333333;
    width: calc(100% - 135px);
    margin-bottom: 0px;
    margin-top: 15px;
}

.ches_pop .close {
    border: 0px solid black;
    position: absolute;
    top: 20px;
    right: 30px;
    background-color: #e0e0e0;
}

.ches_pop .close::after,
.ches_pop .close::before {
    width: 50%;
    height: 1px;
    margin: calc(50% - 1px) 0% 0% 25%;
}

.ches_pop .details {
    color: white;
    position: absolute;
    right: 1.667em;
    bottom: 1.667em;
    background: rgb(0, 169, 198);
    background: -moz-linear-gradient(top, rgba(0, 169, 198, 1) 0%, rgba(40, 167, 154, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 169, 198, 1) 0%, rgba(40, 167, 154, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 169, 198, 1) 0%, rgba(40, 167, 154, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00a9c6', endColorstr='#28a79a', GradientType=0);
    font-size: 0.889em;
}

.top_bar_right a:last-child .top_bar_item {
    padding-right: 0px;
}

@media(max-width: 1200px) {
    .menu_holder {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.top_menu_container.active .top_logo2 {
    margin-right: 50px;
}

@media (max-width: 1024px) {
    .top_menu_container.active {
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4);
        left: 0px;
        top: 0px;
        z-index: 9;
    }
}

.menu_items {
    z-index: 1;
    display: inline-block;
    vertical-align: middle;
    font-size: 0px;
}

.menu_items>.item {
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    font-size: 21px;
    color: #001381;
    cursor: pointer;
    box-sizing: border-box;
}
#itemindexcolorgreen .item #itemindexcolor .title{
    color: #001381 !important;
}
.menu_items>.item>.title {
    padding: 20px 15px 19px 15px;
    font-family: 'MTC-FuturaNewMedium';
}

.menu_items>.item.active>.title {
    background-color: #eeeeee;
}

.menu_items>.item:hover {
    background-color: #eeeeee;
}

.menu_items>.item>.top_submenu {
    display: none;
    position: absolute;
    background-color: white;
    width: 100%;
    top: 75px;
    left: 0px;
    font-size: 0px;
    padding-left: calc((100% - 1200px) /2);
    padding-right: calc((100% - 1200px) /2);
    box-sizing: border-box;
    padding-top: 40px;
    z-index: 3;
}

.mobile .menu_items>.item>.top_submenu {
    width: calc(100% - 20px);
}

.menu_items>.item>.top_submenu.sub_aplication {
    padding: 40px 0px;
}

@media (max-width: 1200px) {
    .menu_items>.item>.top_submenu {
        padding: 40px 40px 0px 40px;
    }
}

.top_submenu>.item {
    display: inline-block;
    margin-right: 30px;
    vertical-align: top;
    width: calc(25% - (90px / 4));
    box-sizing: border-box;
    margin-bottom: 40px;
    font-size: 18px;
}

.top_submenu>.item:nth-child(4n) {
    margin-right: 0px;
}

.top_submenu>.item .title {
    font-size: 24px;
    font-family: 'PFHighwaySansPro-Medium';
    font-family: 'MTC-FuturaNewHeavy';
    margin-bottom: 10px;
    color: #253a7a;
    line-height: 1;
    cursor: default;
}

.top_submenu>.item .subm_item:hover {
    background-color: #f1f1f1;
}

.top_submenu>.item .subm_item {
    font-size: 18px;
    font-family: 'PFHighwaySansPro-Light';
    font-family: 'MTC-CuprumMedium';
    line-height: 1.1;
    cursor: pointer;
    padding: 6px 0px 6px 10px;
    margin-bottom: 0px;
    margin-left: -10px;
    margin-right: 10px;
    border-bottom: 1px solid #eaeaea;
    display: block;
    color: #333333;
    text-decoration: none;
}

.top_submenu.sub_aplication {
    max-width: none;
    padding: 40px 0px;
}


/****    APLICATII LIST START      ****/

.sub_aplication {
    width: 100%;
    position: absolute;
    background: rgba(62, 62, 62, 0.4) !important;
    padding: 45px 0px;
}

.sub_aplication .container {
    font-size: 0px;
    max-width: none;
    margin: 0px auto;
    position: relative;
    overflow-x: hidden;
    padding: 15px 0px 15px 70px;
}

@media (max-width: 1200px) {
    .sub_aplication .container {
        width: 100%;
    }
    .sub_aplication .arrow.left {
        left: 0px !important;
    }
    .sub_aplication .arrow {
        right: 0px !important;
    }
}

.sub_aplication .arrow {
    z-index: 2;
    position: absolute;
    left: auto;
    right: 10px;
    width: 50px;
    height: 50px;
    top: calc(50% - 25px);
    transform: rotate(-90deg);
    -webkit-box-shadow: -5px 0px 20px 3px rgba(126, 126, 126, 0.5);
    -moz-box-shadow: -5px 0px 20px 3px rgba(126, 126, 126, 0.5);
    box-shadow: -5px 0px 20px 3px rgba(126, 126, 126, 0.5);
}

.sub_aplication::before {
    z-index: 1;
    content: "";
    display: none;
    position: absolute;
    left: calc(100% - 150px);
    top: 15px;
    width: 150px;
    height: 274px;
    opacity: 0.5;
    background: -moz-linear-gradient(left, rgba(62, 62, 62, 0) 0%, rgba(62, 62, 62, 0.5) 100%);
    background: -webkit-linear-gradient(left, rgba(62, 62, 62, 0) 0%, rgba(62, 62, 62, 0.5) 100%);
    background: linear-gradient(to right, rgba(62, 62, 62, 0) 0%, rgba(62, 62, 62, 0.5) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
}

.sub_aplication .arrow:hover:after {
    border-color: black;
}

.sub_aplication .arrow:after {
    border-right: 2px solid #b1b1b1;
    border-bottom: 2px solid #b1b1b1;
    margin-top: calc(35% - 1px);
    width: 20%;
    height: 20%;
}

.sub_aplication .arrow.left {
    left: 10px;
    right: auto;
}

.sub_aplication .arrow.left::after {
    transform: rotate(-135deg);
    margin-top: calc(35% - -3px);
}

.sub_aplication .sub_app_holder {
    display: flex;
    width: 1600px;
    margin: 0px auto;
}

.sub_aplication .container .item {
    width: calc((100vw / 6) - 10px);
    text-align: center;
    vertical-align: top;
    background-color: white;
    padding: 30px 10px;
    padding-bottom: 50px;
    border-radius: 10px;
    box-sizing: border-box;
    margin: 0px 5px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(42, 42, 42, 0.25);
    -moz-box-shadow: 0px 3px 5px 0px rgba(42, 42, 42, 0.25);
    box-shadow: 0px 3px 5px 0px rgba(42, 42, 42, 0.25);
    cursor: pointer;
    position: relative;
    max-width: 180px;
    min-width: 150px;
    text-decoration: none;
}

.sub_aplication .container .item:hover {
    transition-duration: 0.5s;
    transform: translate(0px, -10px);
    -webkit-box-shadow: 0px 13px 5px 0px rgba(42, 42, 42, 0.25);
    -moz-box-shadow: 0px 13px 5px 0px rgba(42, 42, 42, 0.25);
    box-shadow: 0px 13px 5px 0px rgba(42, 42, 42, 0.25);
}

.sub_aplication .container .item:hover::before {
    top: 10px;
}

.sub_aplication .container .item .sub_app_icon {
    margin-bottom: 20px;
}

.sub_aplication .container .item .title {
    font-size: 24px;
    font-family: 'PFHighwaySansPro-Thin';
    margin-bottom: 10px;
    text-decoration: none;
    color: #333333;
}

.sub_aplication .container .item .descript {
    font-size: 12px;
    color: rgb(191, 191, 191);
    margin-bottom: 25px;
}

.sub_aplication .container .item .details {
    position: absolute;
    width: 115px;
    box-sizing: border-box;
    font-size: 13px;
    padding: 7px 20px;
    background-color: #1dac9e;
    left: calc((100% - 115px) / 2);
    bottom: 20px;
    color: white;
    border-radius: 99px;
}

.sub_aplication .container .item::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    opacity: 0;
    background: grey;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    border-radius: 10px;
}

.arrow {
    /*display: none;*/
    width: 20px;
    height: 20px;
    /*border: 2px solid #76c043;*/
    box-sizing: border-box;
    border-radius: 999px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    background: white;
    transition-duration: 0.5s;
    transform: rotate(0.001deg);
}

.arrow::after {
    content: "";
    display: block;
    width: 30%;
    height: 30%;
    transform: rotate(45deg);
    border-top: 0px solid #b1b1b1;
    border-right: 1px solid #b1b1b1;
    border-bottom: 1px solid #b1b1b1;
    border-left: 0px solid #b1b1b1;
    margin: 0px auto;
    margin-top: calc(35% - 3px);
}

.top_logo2 {
    display: inline-block !important;
    width: auto !important;
    vertical-align: middle;
    height: 63px;
    text-align: center;
    /*max-width: calc(100% - 110px);*/
    position: relative;
    font-size: 0px;
    margin-right: 40px;
    /*
  background-image: url('../images/logo3.png');
  background-repeat: no-repeat;
  background-position: center;
  width: 344px;
  border-radius: 99px;
  */
}

.logo_20_5 {
    width: auto;
    height: auto;
}

.logo_bg {
    background: rgb(225, 26, 35);
    background: -moz-linear-gradient(left, rgba(225, 26, 35, 1) 3%, rgba(150, 46, 95, 1) 23%, rgba(100, 50, 127, 1) 36%, rgba(40, 45, 103, 1) 68%);
    background: -webkit-linear-gradient(left, rgba(225, 26, 35, 1) 3%, rgba(150, 46, 95, 1) 23%, rgba(100, 50, 127, 1) 36%, rgba(40, 45, 103, 1) 68%);
    background: linear-gradient(to right, rgba(225, 26, 35, 1) 3%, rgba(150, 46, 95, 1) 23%, rgba(100, 50, 127, 1) 36%, rgba(40, 45, 103, 1) 68%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e11a23', endColorstr='#282d67', GradientType=1);
}

.top_logo2::before {
    display: none !important;
    /*
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/logo3.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  */
}

.menu_icon {
    display: inline-block;
    height: 40px;
    width: 40px;
    background: #eeeeee;
    box-sizing: border-box;
    text-align: center;
    border-radius: 3px;
    padding: 11px;
    margin-top: 6px;
    cursor: pointer;
    display: none;
    margin-right: 15px;
    margin-top: 11px;
    float: right;
    z-index: 1;
    position: relative;
}

.menu_icon.active {}

.menu_icon_bar {
    width: 100%;
    background: black;
    height: 3px;
    margin-bottom: 5px;
    border-radius: 3px;
}

.close {
    width: 30px;
    height: 30px;
    border: 2px solid black;
    box-sizing: border-box;
    border-radius: 999px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    font-size: 0px !important;
}

.close::after,
.close::before {
    content: "";
    display: block;
    width: 60%;
    height: 2px;
    transform: rotate(45deg);
    background: black;
    margin: calc(50% - 1px) 0% 0% 20%;
    /*  calc(50% - 1/2*height) 0% 0% calc((100%-width)/2)  */
}

.menu_holder .close::after,
.menu_holder .close::before {
    height: 1px;
}

.close::before {
    transform: rotate(-45deg);
    position: absolute;
}

.menu_holder .close {
    display: none;
    width: 30px;
    height: 30px;
    border: 1px solid black;
    top: 20px;
    right: 20px;
    position: absolute;
}

.top_submenu>.item .title[submenu_name='Televiziune'],
.top_submenu>.item .title[submenu_name='Телевидение'] {
    color: #75c043;
}

.top_submenu>.item .title[submenu_name='Internet fix'],
.top_submenu>.item .title[submenu_name='Интернет'] {
    color: #28a79a;
}

.top_submenu>.item .title[submenu_name='Internet Mobil'],
.top_submenu>.item .title[submenu_name='Мобильный Интернет'] {
    color: #ce6da8;
}

.top_submenu>.item .title[submenu_name='Telefonie Mobilă'],
.top_submenu>.item .title[submenu_name='Cartela Moldtelecom'],
.top_submenu>.item .title[submenu_name='Мобильная связь'],
.top_submenu>.item .title[submenu_name='Карточка Unité Prepay'] {
    color: #ed5b78;
}

.top_submenu>.item .title[submenu_name='Telefonie fixă'],
.top_submenu>.item .title[submenu_name='Фиксированная связь'] {
    color: #d3dd30;
    color: #F2AE53;
}
.top_submenu>.item .title[submenu_name='MyMoldtelecom'] {
    color: #253a7a!important;
}


@media (max-width: 1024px) {
    .mobile .top_submenu>.item .subm_item {
        padding: 10px 0px 10px 10px;
    }
    .menu_holder.mobile .top_submenu.active>.item.active .items {
        display: block;
        margin: 20px 0px 20px 20px;
    }
    .menu_holder.mobile .top_submenu.active>.item.active .items .subm_item:first-child {
        border-top: 1px solid #eaeaea;
    }
    .menu_holder.mobile .top_submenu.active>.item.active .title {
        background-color: #e4e4e4;
    }
    .menu_icon {
        display: inline-block;
    }
    .mobile .menu_icon {
        display: none;
    }
    .menu_items {
        display: none;
    }
    .menu_holder.mobile .close {
        display: inline-block;
        vertical-align: middle;
        /*position: relative;*/
    }
    .menu_holder.mobile {
        max-width: 480px;
        padding-top: 36px;
        box-sizing: border-box;
        height: 100vh;
        top: 0px;
        z-index: 9;
        overflow: auto;
        padding-bottom: 30px;
    }
    .menu_holder.mobile .menu_items {
        margin-top: 36px;
        display: block;
        margin-right: 20px;
        margin-top: 36px;
    }
    .menu_holder.mobile .menu_items>.item:first-child {
        border-top: 1px solid #cacaca;
    }
    .menu_holder.mobile .menu_items>.item {
        display: block;
        border-bottom: 1px solid #cacaca;
        width: calc(100% - 20px);
        padding: 0px;
        margin-left: 20px;
    }
    .menu_holder.mobile .menu_items>.item .title {
        padding: 17px 20px;
        position: relative;
    }
    .menu_holder.mobile .menu_items>.item>.top_submenu {
        position: relative;
        padding: 0px;
        top: auto;
    }
    .menu_holder.mobile .top_submenu.active>.item {
        display: block;
    }
    .menu_holder.mobile .top_submenu>.item {
        display: block;
        width: 100%;
        margin-bottom: 0px;
        border-bottom: 1px solid #cacaca;
    }
    .menu_holder.mobile .top_submenu>.item:first-child {
        border-top: 1px solid #cacaca;
    }
    .mobile .menu_items>.item.active {
        border-width: 0px;
        width: 100%;
    }
    .menu_holder.mobile .top_submenu .items {
        display: none;
    }
    .menu_holder.mobile .top_submenu>.item .title {
        margin-bottom: 0px;
    }
    .menu_holder.mobile .menu_items>.item:hover {
        background-color: inherit;
    }
    .menu_holder.mobile .menu_items>.item.active>.title::before,
    .menu_holder.mobile .menu_items>.item.active>.title::after,
    .menu_holder.mobile .top_submenu.active>.item.active .title::before,
    .menu_holder.mobile .top_submenu.active>.item.active .title::after {
        content: "";
        position: absolute;
        display: block;
        width: 4px;
        height: 22px;
        background: white;
        right: 45px;
        top: 20px;
        transform: rotate(45deg);
    }
    .menu_holder.mobile .top_submenu.active>.item.active .title::before,
    .menu_holder.mobile .top_submenu.active>.item.active .title::after {
        background: #253a7a;
        right: 25px;
    }
    .menu_holder.mobile .menu_items>.item.active>.title::after,
    .menu_holder.mobile .top_submenu.active>.item.active .title::after {
        transform: rotate(-45deg);
    }
    .menu_holder.mobile .menu_items>.item.active>.title {
        background-color: #253a7a;
        color: white;
        position: relative;
        width: calc(100% + 20px);
        box-sizing: border-box;
        padding-left: 40px;
        left: -20px;
    }
    .mobile .top_logo2 {
        margin-left: 20px;
    }
}


/* top menu */

.operator_nr_1 {
    margin: 60px auto;
    /*margin-bottom: 115px;*/
    font-family: 'PFHighwaySansPro-Regular';
    color: #636363;
    text-align: center;
    font-size: 51px;
    padding: 0px 15px;
}

.home_service_container {
    font-size: 0px;
    position: relative;
    width: 100%;
    /*background: white;*/
    margin-bottom: 60px;
    /*box-shadow: 0px 9px 48px -14px rgba(133, 133, 133, 0.4);*/
    /*min-height: 385px;*/
}

.new_serv_slide {
    padding-top: 150px;
}

.home_service_container .home_service_item:not(:first-child) img {
    display: none;
}

.home_icons_container {
    max-width: 1200px;
    width: 100%;
    left: calc((100% - 1200px) / 2);
    font-size: 0px;
    /*position: absolute;*/
    top: -65px;
    z-index: 1;
    margin: 0px auto;
    text-align: center;
}

.home_icons_item_holder {
    width: 20%;
    width: 15%;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
    transition-duration: 0.3s;
    text-decoration: none;
}

.home_icons_item_holder:hover {
    transform: scale(1.1, 1.1);
}

.home_icon_item {
    /* width: 125px; */
    /* height: 125px; */
    overflow: hidden;
    border-radius: 999px;
    box-sizing: border-box;
    display: inline-block;
    margin-bottom: 15px;
}

.home_icon_item img {
    position: relative;
    z-index: 0;
    max-width: 100%;
}

.home_icon_item::before {
    position: relative;
    z-index: 1;
    content: "";
    width: 50px;
    height: 50px;
    background: black;
}

.home_icons_item_holder:nth-child(1) {
    color: #28a99c;
}

.home_icons_item_holder:nth-child(1) .home_icon_item {
    /* background: #28a99c; */
}

.home_icons_item_holder:nth-child(2) {
    color: #72bc44;
}

.home_icons_item_holder:nth-child(2) .home_icon_item {
    /* background: #72bc44; */
}

.home_icons_item_holder:nth-child(3) {
    color: #ef5b78;
}

.home_icons_item_holder:nth-child(3) .home_icon_item {
    /* background: #ef5b78; */
}

.home_icons_item_holder:nth-child(4) {
    color: #d06daa;
}

.home_icons_item_holder:nth-child(4) .home_icon_item {
    /* background: #d06daa; */
}

.home_icons_item_holder:nth-child(5) {
    color: #d5df30;
}

.home_icons_item_holder:nth-child(5) .home_icon_item {
    /* background: #d5df30; */
}

.tv_icon {}

.tv .head,
.tv .head2,
.tv .head3 {
    color: #72bc44;
}

.home_icon_title {
    font-size: 21px;
    font-family: 'PFHighwaySansPro-Medium';
    letter-spacing: -0.5px;
    text-decoration: none;
}

.home_service_item {
    width: 100%;
    height: auto;
    display: none;
    background-color: white;
    box-shadow: 0px 9px 48px -14px rgba(133, 133, 133, 0.4);
}

.home_service_item img {
    max-width: 100%;
}

.home_service_item:first-child {
    display: block;
}

.home_service_content {
    text-align: center;
    padding-top: 140px;
}

.ofers_container {
    max-width: 1220px;
    margin: 0px auto;
    font-size: 0px;
    box-sizing: border-box;
    border-radius: 10px;
}

.offer_item {
    border-radius: 13px;
    overflow: hidden;
    margin: 0px 10px;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    cursor: pointer;
    background: white;
}

.offer_item img {
    border-radius: 10px;
}

.section_title_container {
    max-width: 1200px;
    margin: 0px auto;
    text-transform: capitalize!important;
}

.section_title {
    text-align: center;
    font-size: 22px;
    color: #209dd7;
    margin: 50px 0px;
    position: relative;
}

.section_title div {
    position: relative;
    padding: 0px 12px;
    display: inline-block;
    background: #eeeeee;
    z-index: 1;
}

.section_title::after {
    margin-top: -15px;
    font-size: 0px;
    content: '';
    max-width: 1200px;
    width: 100%;
    height: 1px;
    border-top: 1px solid #b1b1b1;
    position: absolute;
    display: block;
    z-index: 0;
}

.home_news_container {
    max-width: 1200px;
    width: 100%;
    margin: 0px auto;
    font-size: 0px;
}

.home_news_item {
    width: 100%;
    max-width: calc(50% - 30px);
    border-radius: 20px;
    overflow: hidden;
    margin-right: 30px;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    background: white;
    position: relative;
    cursor: pointer;
}

.home_video_item {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 30px;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    background: white;
    position: relative;
    cursor: pointer;
}

.home_video_item.video {
    width: 100%;
    padding-bottom: 58.6%;
}

.home_video {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: calc(50% - 30px);
    position: relative;
    margin-right: 30px;
}

.home_video .home_video_item {
    border-radius: 20px;
}

.home_video_small .home_news_item {
    border-radius: 10px;
}

.home_video_small {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 156px;
    position: relative;
    border-radius: 3px;
    margin-right: 20px;
}

#videoArea {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
}

.home_news_item img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.home_news_item:hover {
    -webkit-box-shadow: 0px 3px 5px 2px rgba(199, 199, 199, 0.5);
    -moz-box-shadow: 0px 3px 5px 2px rgba(199, 199, 199, 0.5);
    box-shadow: 0px 3px 5px 2px rgba(199, 199, 199, 0.5);
}

.home_news_item:hover .home_news_title {
    color: #209dd7;
}

.details {
    padding: 7px 30px;
    color: white;
    font-size: 16px;
    border-radius: 100px;
    cursor: pointer;
    display: inline-table;
    background-color: #253a7a;
    text-align: center;
    white-space: nowrap;
}

table .details {
    display: inline-block;
}

.home_news_item:hover .details {
    color: #209dd7;
    border-color: #209dd7;
}

.home_news_title {
    padding: 30px 20px 30px 20px;
    font-size: 22px;
    font-family: 'PFHighwaySansPro-Light';
    color: black;
    text-align: left;
    display: inline-block;
    width: calc(100% - 150px);
    box-sizing: border-box;
    line-height: 1;
    vertical-align: middle;
}

.home_news_details {
    cursor: pointer;
    display: inline-block;
    border: 1px solid #b1b1b1;
    border-radius: 100px;
    color: #b1b1b1;
    text-transform: uppercase;
    background: white;
    position: absolute;
    bottom: 30px;
    right: 30px;
    vertical-align: middle;
}

.home_news_details:hover {
    color: #209dd7;
    border-color: #209dd7;
}

.home_news_details:hover .home_news_title {
    color: #209dd7;
    text-decoration: underline;
}

.home_news_list {
    display: inline-block;
    width: calc(50% - 15px);
    margin-right: 0px;
    box-sizing: border-box;
}

.home_news_list a:hover,
.home_news_list a:visited,
.home_news_list a:link,
.home_news_list a:active {
    text-decoration: none;
    color: black;
}

.multi_details a:hover,
.multi_details a:visited,
.multi_details a:link,
.multi_details a:active,
.details a:hover,
.details a:visited,
.details a:link,
.details a:active,
.block_title:hover,
.block_title:visited,
.block_title:link,
.block_title:active {
    text-decoration: none;
}

.home_news_list_item {
    font-size: 18px;
    margin-bottom: 16px;
    cursor: pointer;
    border-radius: 3px;
}

.home_video_list_item {
    font-size: 18px;
    margin-bottom: 33px;
    cursor: pointer;
    border-radius: 3px;
}

.video_trigger1,
.video_trigger2,
.video_trigger3,
.video_trigger4 {
    cursor: pointer;
    margin-bottom: 8px;
    display: inline-block;
    width: 100%;
}

.video_trigger1:hover,
.video_trigger2:hover,
.video_trigger3:hover,
.video_trigger4:hover {
    background-color: white;
}

#video1,
#video2,
#video3,
#video4 {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
}

#video2,
#video3,
#video4 {
    display: none;
}

.news_mini_img {
    width: 156px;
    height: 78px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    border-radius: 15px!important;
}

.video_img_holder {
    overflow: hidden;
}

.video_img_holder img {
    margin-top: -13%;
    width: 100%;
    height: auto;
    margin-bottom: -13%;
}

.home_news_list_item:hover {
    color: #209dd7;
    background: rgba(255, 255, 255);
    -webkit-box-shadow: 0px 3px 5px 2px rgba(199, 199, 199, 0.5);
    -moz-box-shadow: 0px 3px 5px 2px rgba(199, 199, 199, 0.5);
    box-shadow: 0px 3px 5px 2px rgba(199, 199, 199, 0.5);
}

.home_video_list_item:hover {
    color: #209dd7;
    background: rgba(255, 255, 255);
    -webkit-box-shadow: 0px 3px 5px 2px rgba(199, 199, 199, 0.5);
    -moz-box-shadow: 0px 3px 5px 2px rgba(199, 199, 199, 0.5);
    box-shadow: 0px 3px 5px 2px rgba(199, 199, 199, 0.5);
}

.news_date {
    color: #8e8e8e;
    margin-right: 15px;
    margin-top: 5px;
}

.news_title {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 195px);
    font-size: 16px;
    line-height: 1;
}

.news_title c {
    color: #209dd7;
}

.home_news_all {
    background: white;
    border-radius: 100px;
    padding: 7px 30px;
    text-transform: uppercase;
    font-size: 16px;
    color: #b1b1b1;
    display: inline-block;
    cursor: pointer;
    border: 1px solid white;
}

.home_news_all:hover {
    color: #209dd7;
    border-color: #209dd7;
}

.home_util_container {
    width: 100%;
    max-width: 1200px;
    margin: 0px auto;
    font-size: 0px;
    margin-bottom: 40px;
}

.home_util_item {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    color: #4d4d4d;
    cursor: pointer;
    text-align: center;
}

.home_util_item:hover {
    color: #209dd7;
}

.home_util_item img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}

.util_text {
    letter-spacing: -0.5px;
    font-family: 'PFHighwaySansPro-Thin';
    font-size: 30px;
    display: inline-block;
    vertical-align: middle;
    line-height: 0.9;
    width: calc(100% - 120px);
    text-align: left;
}

.back_top_container {
    border: 2px solid #253c80;
    border-radius: 100px;
    display: table;
    margin: 40px auto;
    text-align: center;
    font-size: 18px;
    color: #253c80;
    padding: 10px 30px;
    cursor: pointer;
    font-family: 'MTC-FuturaNewDemi';
}

.back_top_container:hover {
    background: #e2e2e2;
}

.arrow_container {
    display: inline-block;
    vertical-align: middle;
}

.top {
    position: relative;
    top: 2px;
    margin-right: 10px;
    transform: rotate(45deg);
    width: 10px;
    height: 10px;
    border-top: 2px solid #253c80;
    border-right: 0px solid #253c80;
    border-bottom: 0px solid #253c80;
    border-left: 2px solid #253c80;
}

.footer_holder {
    display: block;
    box-sizing: border-box;
    width: 100%;
    background: #253a7a;
    overflow: hidden;
}

.footer_containre {
    width: 100%;
    max-width: 1200px;
    margin: 0px auto;
    color: white;
}

.footer1,
.footer2 {
    border-bottom: 1px solid #565d7e;
    padding: 30px 0px;
}

.footer2 {
    border-width: 0px;
    padding: 0px;
    font-size: 0px;
    display: flex;
    justify-content: center;
}

.footer_mtc_logo {
    display: inline-block;
    vertical-align: middle;
    margin-right: 95px;
}

.contact_us,
.find_us {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    border-radius: 100px;
    padding-right: 15px;
    cursor: pointer;
}

.contact_us:hover,
.find_us:hover {
    background: #1b2b5d;
}

.contact_us img,
.find_us img {
    border-radius: 100px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.contact_us div,
.find_us div {
    font-size: 15px;
    color: white;
    display: inline-block;
    vertical-align: middle;
}

.footer_right {
    top: 0px;
    float: right;
    font-size: 25px;
    color: white;
}

.footer_mymoldtelecom {
    cursor: pointer;
    margin-left: 10px;
    background: white;
    padding: 4px 14px 0px 14px;
    border-radius: 100px;
    display: inline-block;
    vertical-align: middle;
}

.footer_quicklink {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    font-family: 'PFHighwaySansPro-Thin';
    font-family: 'MTC-FuturaNewBook';
    margin: 30px 0px;
}

.quicklink_item {
    color: inherit;
    padding: 3px 0px;
    cursor: pointer;
}

.footer_quicklink a:visited,
.footer_quicklink a:link,
.footer_quicklink a:active {
    text-decoration: none;
    color: inherit;
}

.footer_quicklink a:hover {
    text-decoration: underline;
}

.quicklink_item:hover:not(:first-child) {
    text-decoration: underline;
}

.first_fmenu {
    font-family: 'PFHighwaySansPro-Medium';
    font-family: 'MTC-FuturaNewHeavy';
    cursor: default;
}

.footer3 {
    padding: 30px 0px;
    position: relative;
    background-color: white;
}

.footer3 .quicklink_item {
    font-size: 12px;
    margin: 0px 10px;
    display: inline-block;
    /*border-right: 1px solid white;*/
}

.copywrite {
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    padding: 15px 0px;
}

.footer3 .quicklink_item:not(:last-child)::after {
    position: relative;
    content: "";
    height: 15px;
    width: 1px;
    background: white;
    display: inline-block;
    overflow: hidden;
    top: 4px;
    left: 10px;
}

.footer3 .quicklink_item:first-child {
    margin: 0px 10px 0px 0px;
}

.footer3 .quicklink_item:last-child {
    border-right: 0px solid white;
}

.rate_page {
    padding: 10px 30px;
    display: inline-block;
    vertical-align: middle;
    color: white;
    border: 2px solid white;
    border-radius: 100px;
    font-size: 18px;
    margin-right: 20px;
    cursor: pointer;
    display: none;
}

.rate_page:hover {
    background: #1b2b5d;
}

.footer_social_item {
    display: inline-block;
    background: white;
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 100px;
    vertical-align: middle;
    margin-left: 10px;
    cursor: pointer;
    border: 1px solid #e6e6e5;
    -webkit-box-shadow: 0px 6px 12px 2px rgba(212, 212, 212, 1);
    -moz-box-shadow: 0px 6px 12px 2px rgba(212, 212, 212, 1);
    box-shadow: 0px 6px 12px 2px rgba(212, 212, 212, 1);
}

.footer_social_item:hover {
    border: 1px solid #ffffff;

}
.footer_social_item img {
    width: -webkit-fill-available;
}
.footer3 .footer_right {
    position: absolute;
    float: none;
    right: 0px;
    top: 30px;
}

.bottom_meniu {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 2;
}

.bottom_meniu>.item {
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
}

.bottom_meniu .item.call {
    display: none;
}

.bottom_meniu .item img {
    max-width: 100%;
    border-radius: 99px;
    box-shadow: 3px 5px 8px -1px hsla(0, 0%, 0%, 0.5);
}

.bottom_meniu .item:not(:last-child) {
    margin-right: -10px;
}

.bottom_meniu>.item .value {
    box-sizing: border-box;
    /* border: 1px solid grey; */
    bottom: -5px;
    left: 1px;
    position: absolute;
    width: 18px;
    height: 18px;
    text-align: center;
    background-color: white;
    border-radius: 99px;
    font-size: 10px;
    color: #333333;
    box-shadow: 0px 0px 8px -1px hsla(0, 0%, 0%, 0.5);
    /* line-height: 2; */
    padding-top: 3px;
    pointer-events: none;
    font-family: 'PFHighwaySansPro-Medium';
}

@media (max-width: 1200px) {
    .top_bar_holder {
        box-sizing: border-box;
        padding: 0px 10px;
    }
    .search_icon {
        right: 15px;
    }
    .wide_promo.left {
        /*background-position: 45%;*/
    }
    .wide_promo .container {
        margin: auto;
        margin-left: 40%;
        width: 60%;
    }
    .left .wide_promo_head,
    .left .wide_promo_subhead {
        text-align: left;
    }
    .wide_promo.left .container {
        margin: 0px;
    }
    .wide_promo.hd,
    .wide_promo.tv {
        background-position: 75%;
    }
}

@media (max-width: 1000px) {
    .util_text {
        font-size: 19px;
    }
    .top_submenu.selected_submenu {
        z-index: 999;
        background: none;
        box-shadow: none;
        padding: 0px 40px;
        left: 0px;
        margin: 0px;
        top: 188px;
        max-width: 480px;
        box-sizing: border-box;
        position: fixed;
        /*height: calc(100vh - 188px);
    overflow: scroll;*/
    }
}

@media (max-width: 480px) {
    .bottom_meniu .item.call {
        display: inline-block;
    }
    .home_service_content {
        padding-top: 45px;
    }
    .home_icon_item {
        width: 50px;
        height: 50px;
        margin-bottom: 5px;
    }
    .wide_promo .container {
        margin: 0px;
        width: 90%;
    }
    .wide_promo::after {
        width: 130%;
    }
    .wide_promo_head,
    .int_iptv .wide_promo_head {
        font-size: 40px;
        letter-spacing: -1px;
    }
    .wide_promo_subhead {
        font-size: 14px;
    }
    .wide_promo {
        height: 300px;
    }
}

.search_icon {
    padding: 10px 20px;
    font-size: 19px;
    font-family: 'PFHighwaySansPro-Light';
    background-color: #eeeeee;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    border-width: 0px;
    border-radius: 99px;
    right: 0px;
    top: 11px;
    background-image: url('../images/search.png');
    background-repeat: no-repeat;
    background-position: calc(100% - 11px) 10px;
    transition-duration: 0.3s;
    min-width: 40px;
    cursor: pointer;
    /*margin-right: 10px;*/
    float: right;
    margin-top: 11px;
}
.gestiune_col:last-child:hover {
    background: gray;
}
a.gestiune_col:hover {
    transform: scale(1.0375);
    transition: 0.75s;
}
.search_icon:focus {
    float: right;
    cursor: text;
    width: calc(75% - 40px);
    padding: 10px 35px 10px 20px;
    margin-left: 20px;
    margin-bottom: 11px;
}
@media (min-width:319px) and (max-width:425px) {
    .search_icon:focus {
        width: calc(50% - 40px);
    }
}
.home_phones {
    background-color: white;
    max-width: 100%;
    padding-bottom: 60px;
}

.home_phones .text-block {
    text-align: center;
    padding: 0px 20px;
}

.home_phones .text-block .head,
.home_phones .text-block .details {
    display: inline-block;
    width: auto;
}

.mob_bg {
    background: rgb(241, 128, 96);
    background: -moz-linear-gradient(top, rgba(241, 128, 96, 1) 0%, rgba(237, 91, 120, 1) 99%);
    background: -webkit-linear-gradient(top, rgba(241, 128, 96, 1) 0%, rgba(237, 91, 120, 1) 99%);
    background: linear-gradient(to bottom, rgba(241, 128, 96, 1) 0%, rgba(237, 91, 120, 1) 99%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f18060', endColorstr='#ed5b78', GradientType=0);
}

.route_edit {
    z-index: 9999;
    position: fixed;
    left: 0px;
    top: 0px;
    height: 100%;
    font-size: 0px;
    padding-left: 5px;
    cursor: pointer;
    width: 1px;
}

.route_edit .item {
    font-size: 24px;
    margin: 5px 0px;
}

.route_edit:hover {
    width: 60px;
    background-color: rgba(208, 208, 208, 0.56);
}

.route_edit:hover .holder {
    display: block;
}

.route_edit .holder {
    display: none;
    position: absolute;
    top: calc(50% - 67px);
}

.route_edit .holder .item {
    width: 50px;
    height: 50px;
    overflow: hidden;
    background-color: #ef5b78;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 99px;
    position: relative;
}

.route_edit .holder .item:hover {
    transform: scale(1.10);
    -webkit-box-shadow: 0px 7px 17px -2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 7px 17px -2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 7px 17px -2px rgba(0, 0, 0, 0.3);
    z-index: 2;
}

.route_edit .holder .item.home {
    background-color: rgb(65, 198, 58);
}

.route_edit .holder .item img {
    max-width: 100%;
    height: auto;
}

.route_edit .holder .item.hide.active {
    background-color: #26a89a;
}

.socials {
    font-size: 0px;
}

.socials>div {
    width: 50%;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 1;
}

.socials .right {
    text-align: right;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.social_unite>img,
.social_mtc>img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    height: max-content;
}

.footer3::before {
    content: "";
    z-index: 0;
    display: block;
    position: absolute;
    left: calc((100vw - 1200px) / -2);
    top: 0px;
    height: 100%;
    width: 100vw;
    background-color: white;
}

.footer3::after {
    content: "";
    z-index: 0;
    display: block;
    position: absolute;
    left: calc((100vw - 1200px) / -2);
    bottom: 0px;
    height: 30px;
    width: 100vw;
    background-color: white;
    -webkit-box-shadow: 0px 9px 12px 0px rgba(212, 212, 212, 1);
    -moz-box-shadow: 0px 9px 12px 0px rgba(212, 212, 212, 1);
    box-shadow: 0px 9px 12px 0px rgba(212, 212, 212, 1);
}

.footer3 .social_bg {
    z-index: 1;
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    left: 0px;
    top: 0px;
    height: 108px;
    background-color: rgba(40, 45, 103, 1);
}

.footer3 .social_bg::before {
    content: "";
    position: absolute;
    width: 980px;
    display: block;
    height: 100%;
    left: 0px;
    background: rgb(225, 26, 35);
    background: -moz-linear-gradient(left, rgba(225, 26, 35, 1) 3%, rgba(150, 46, 95, 1) 23%, rgba(100, 50, 127, 1) 36%, rgba(40, 45, 103, 1) 68%);
    background: -webkit-linear-gradient(left, rgba(225, 26, 35, 1) 3%, rgba(150, 46, 95, 1) 23%, rgba(100, 50, 127, 1) 36%, rgba(40, 45, 103, 1) 68%);
    background: linear-gradient(to right, rgba(225, 26, 35, 1) 3%, rgba(150, 46, 95, 1) 23%, rgba(100, 50, 127, 1) 36%, rgba(40, 45, 103, 1) 68%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e11a23', endColorstr='#282d67', GradientType=1);
}

.lang_switch {
    text-transform: uppercase;
    text-decoration: none;
}

.main_slider .buttons_container {
    padding: 0px;
}

.svg_load {
    width: 100px;
    height: auto;
    position: absolute;
    left: calc(50% - 20px);
    top: calc(50% - 50px);
}

#slider3 .slide {
    text-align: center;
}

.top_logo2.mtc::before {
    display: none;
}

.top_logo2.mtc {
    /*
  display: inline-block !important;
  width: 270px;
  background: #253a7a;
  border-radius: 3px;
  background-image: url(/images/top_logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
  */
}

.top_logo2.mtc.on_top {
    /*
  width: 197px;
  height: 46px;
  z-index: 3;
  margin-left: 40px;
  margin-bottom: 17px;
  position: fixed;
  top: 30px;
  */
}

.home_icon_top {
    width: auto;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 1px;
    margin-right: 3px;
}

h1 {
    margin-block-start: 0px;
    margin-block-end: 0px;
    font-weight: normal;
}

.notification {
    position: fixed;
    height: 100%;
    width: 100%;
    font-size: 0px;
    z-index: 9999;
    top: 0px;
    left: 0px;
    text-align: center;
    background-color: rgba(196, 196, 196, 0.35);
}

.notification::before {
    content: "";
    width: 0px;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.notification.success .message {
    border-bottom: 5px solid rgb(14, 200, 83);
}

.notification.fail .message {
    border-bottom: 5px solid rgb(200, 14, 59);
}
.super_oferta img:hover {
    transform: scale(1.03);
    transition: 0.5s;
}

.notification .message {
    width: 600px;
    max-width: 90%;
    color: #333333;
    border-radius: 3px;
    background-color: white;
    box-sizing: border-box;
    padding: 40px 80px;
    font-size: 32px;
    font-family: 'PFHighwaySansPro-Thin';
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    -webkit-box-shadow: 0px 9px 100px -14px rgba(133, 133, 133, 1);
    -moz-box-shadow: 0px 9px 100px -14px rgba(133, 133, 133, 1);
    box-shadow: 0px 9px 100px -14px rgba(133, 133, 133, 1);
}

.ask_news {
    background: rgb(0, 169, 198);
    background: -moz-linear-gradient(top, rgba(0, 169, 198, 1) 0%, rgba(40, 167, 154, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 169, 198, 1) 0%, rgba(40, 167, 154, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 169, 198, 1) 0%, rgba(40, 167, 154, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00a9c6', endColorstr='#28a79a', GradientType=0);
    position: fixed;
    width: 100%;
    padding: 15px 0px;
    color: white;
    bottom: 0px;
    left: 0px;
    z-index: 9;
    text-align: center;
    padding-right: 40px;
}

.ask_news .text,
.ask_news .ask_news_form,
.ask_news img {
    display: inline-block;
    vertical-align: middle;
}

.ask_news .text {
    text-align: left;
    margin-right: 60px;
    font-size: 16px;
    width: 33%;
}

.ask_news_form input,
.ask_news_button {
    font-size: 16px;
    color: white;
    background: none;
    border: 1px solid white;
    border-radius: 999px;
    padding: 5px 15px;
    cursor: pointer;
    margin: 0px 5px;
    display: inline-block;
    vertical-align: middle;
}

.ask_news img {
    margin-right: 10px;
}

.ask_news_form input:hover,
.ask_news_button:hover {
    background: white;
    color: #333333;
}

.ask_news .close,
.news_form_top .close {
    position: fixed;
    border-color: white;
    border-width: 2px;
    right: 0px;
    bottom: 25px;
    top: auto;
}

.ask_news .close::after,
.ask_news .close::before,
.news_form_top .close::after,
.news_form_top .close::before {
    background: white;
    height: 2px;
}

.news_form_bg {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(128, 128, 128, 0.8);
    z-index: 1000;
    font-size: 0px;
    display: none;
}

.inline::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0px;
    height: 100%;
    font-size: 0px;
}

.inline>div,
.inline>img,
.inline>a {
    display: inline-block;
    vertical-align: middle;
}

.news_form_bg {
    text-align: center;
}

.news_form_top {
    box-sizing: border-box;
    width: 100%;
    color: white;
    position: relative;
    padding: 20px 30px 20px 30px;
    background: rgb(0, 169, 198);
    background: -moz-linear-gradient(top, rgba(0, 169, 198, 1) 0%, rgba(40, 167, 154, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 169, 198, 1) 0%, rgba(40, 167, 154, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 169, 198, 1) 0%, rgba(40, 167, 154, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00a9c6', endColorstr='#28a79a', GradientType=0);
}

.news_form_top img,
.news_form_top .text {
    display: inline-block;
    vertical-align: middle;
}

.news_form_top .text {
    width: calc(100% - 70px);
    text-align: left;
    font-size: 23px;
    color: white;
    line-height: 1;
    font-family: 'PFHighwaySansPro-Light';
}

.news_form_top img {
    margin-right: 10px;
}

.news_form_top .close {
    position: absolute;
    top: 20px;
    right: 20px;
}

.news_form_container {
    width: 450px;
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.12);
    display: inline-block;
    vertical-align: middle;
    max-width: calc(100% - 40px);
}

.news_mail {
    width: calc(100% - 80px);
    font-size: 14px;
    color: #979797;
    border: 1px solid #16ad9e;
    background-color: white;
    padding: 10px;
    padding-right: 0px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.news_mail.notvalid {
    border: 2px solid #F44336;
}

.news_submit {
    font-size: 14px;
    color: #16ad9e;
    background-color: white;
    border: 1px solid #16ad9e;
    border-radius: 999px;
    padding: 5px 15px;
    cursor: pointer;
    margin: 0px auto;
    margin-bottom: 30px;
    width: 110px;
    width: fit-content;
}

.news_submit:hover {
    color: white;
    background-color: #16ad9e;
}

.cookie {
    z-index: 9999;
    background: white;
    padding: 10px;
    position: fixed;
}

.nl_text {
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    margin-top: 5px;
}

#slide4 .item {
    text-align: center;
    background-color: white;
}

#slide4 .item img {
    max-width: 1377px;
}

.ajax {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: scroll;
    background-color: white;
    text-align: left;
    padding: 40px;
    z-index: 999;
    top: 0px;
    left: 0px;
    box-sizing: border-box;
}

.adm {
    position: fixed;
    z-index: 999;
    left: 10px;
    bottom: 10px;
    background: white;
    /* height: 200px; */
    /* width: 400px; */
    padding: 15px 30px;
    box-sizing: border-box;
    font-size: 24px;
    border-radius: 5px;
    border: 2px solid rgb(12, 142, 83);
    max-height: 50%;
    overflow: auto;
    width: calc(100% - 20px);
    font-size: 16px;
    /*display: none !important;*/
}

.adm .text {
    padding: 15px 0px;
}

.adm .text:not(:nth-child(2)) {
    border-top: 2px solid rgb(12, 142, 83);
}

.adm.fail,
.adm.fail .text {
    border-color: rgb(185, 37, 77);
}

.adm.fail .text {
    /* border-color: */
}

.ajax .close,
.adm .close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    border-width: 1px;
}

.ajax .close::after,
.ajax .close::before,
.adm .close::after,
.adm .close::before {
    height: 1px;
}

.bg-achi_home,
.bg-con_icon,
.bg-cont_home,
.bg-mag_home,
.bg-lang_home {
    display: inline-block;
    vertical-align: top;
    height: 15px;
}

.bg-achi_home {
    width: 20px;
    background: url('../images/css_sprites.png') -5px -46.5px;
    background-size: 182px 66px;
}

.bg-con_icon {
    width: 14px;
    background: url('../images/css_sprites.png') -35px -46.5px;
    background-size: 182px 66px;
}

.bg-cont_home {
    width: 14px;
    background: url('../images/css_sprites.png') -59px -46.5px;
    background-size: 182px 66px;
}

.bg-lang_home {
    width: 14px;
    background: url('../images/css_sprites.png') -83px -46.5px;
    background-size: 182px 66px;
}

.bg-mag_home {
    width: 11px;
    height: 14px;
    background: url('../images/css_sprites.png') -107px -46.5px;
    background-size: 182px 66px;
}

.bg-search {
    background: url('../images/css_sprites.png') -246px -84px;
    background-color: #eeeeee;
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) 0px;
}

.top_logo2 {
    position: relative;
}

.top_logo2::after {
    /*
  content: "";
  height: 100%;
  width: 0px;
  display: inline-block;
  vertical-align: middle;
  */
}

.top_logo2::before {
    /*
  width: 100%;
  padding-bottom: 17%;
  height: 0px;
  background: url(../images/css_sprites.png) -2px -9px;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  */
}

@media(max-width: 380px) {
    .top_logo2::before {
        padding-bottom: 16%;
    }
}


/* HOME SLIDE  */

.new_slide_home .close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
    display: none;
    cursor: pointer;
    z-index: 1;
    border-width: 0px;
}

.new_slide_home .close::after,
.new_slide_home .close::before {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    right: 15px;
    width: 0px;
    height: 20px;
    border-left: 2px solid white;
    transform: rotate(45deg);
}

.new_slide_home .close::before {
    transform: rotate(-45deg);
}

.calc {
    font-size: 32px;
    background: grey;
    color: black;
    padding: 10px 25px;
}

.new_slide_home {
    width: 100%;
    position: relative;
    font-size: 0px;
    background-color: #253a7a;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 60px;
}

.new_slide_home>.item {
    width: 25%;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    overflow: hidden;
    position: relative;
    /*transition-duration: 1s;*/
    height: 450px;
    animation-timing-function: linear;
}

.new_slide_home>.item.active .text {
    display: block;
    transition-duration: 0s;
}

.new_slide_home>.item .details {
    display: none;
    position: absolute;
    z-index: 1;
    cursor: pointer;
    background-color: white;
    color: #333333;
    text-decoration: none;
    right: 30px;
    bottom: 30px;
    font-size: 14px;
    padding: 7px 20px;
}

.new_slide_home>.item.active .details {
    display: block;
}

.new_slide_home>.item .image {
    background: url("/images/news_fiber2.jpg");
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.new_slide_home>.item:nth-child(2) .image {
    background: url("/images/n_slide_port.jpg");
    background-position: center;
    background-size: cover;
}

.new_slide_home>.item:nth-child(3) .image {
    background: url("/images/n_slide_mymtc.jpg");
    background-position: center;
    background-size: cover;
}

.new_slide_home>.item:nth-child(4) .image {
    background: url("/images/n_slide_livr2.jpg");
    background-position: center;
    background-size: cover;
}

.new_slide_home>.item::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: block;
    width: 100%;
    height: 250px;
    z-index: 0;
    background: rgba(0, 27, 102, 0);
    background: -moz-linear-gradient(top, rgba(0, 27, 102, 0) 0%, rgba(0, 27, 102, 0.9) 80%, rgba(0, 27, 102, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 27, 102, 0)), color-stop(80%, rgba(0, 27, 102, 0.9)), color-stop(100%, rgba(0, 27, 102, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 27, 102, 0) 0%, rgba(0, 27, 102, 0.9) 80%, rgba(0, 27, 102, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 27, 102, 0) 0%, rgba(0, 27, 102, 0.9) 80%, rgba(0, 27, 102, 1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 27, 102, 0) 0%, rgba(0, 27, 102, 0.9) 80%, rgba(0, 27, 102, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 27, 102, 0) 0%, rgba(0, 27, 102, 0.9) 80%, rgba(0, 27, 102, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#001b66', endColorstr='#001b66', GradientType=0);
}

.new_slide_home>.item.active::after {
    height: 150%;
}

.new_slide_home>.item .title,
.new_slide_home>.item .text {
    position: absolute;
    width: 100%;
    font-weight: bold;
    left: 0px;
    z-index: 1;
    padding: 30px;
    box-sizing: border-box;
    color: white;
    text-align: left;
    white-space: normal;
    line-height: 1;
}

.new_slide_home>.item .title {
    bottom: 00px;
    font-size: 28px;
}

.new_slide_home>.item.active .title {
    max-width: calc(100% - 125px);
    position: relative;
    padding-left: 0px;
    padding-bottom: 0px;
}

.new_slide_home>.item .text {
    bottom: 0px;
    font-size: 0px;
    font-weight: normal;
    width: 100%;
}

.new_slide_home>.item.active .text {
    font-size: 18px;
}

.super_oferta_container {
    margin-top: 60px;
}

.super_oferta {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.super_oferta div {
    max-width: 50%;
    text-align: center;
}

.super_oferta img {
    border-radius: 20px;
    width: 97%;
}

a.super_oferta_btn {
    background: linear-gradient( 90deg, rgb(224, 79, 112) 0%, rgb(56, 49, 127) 100%);
    width: max-content;
    padding: 10px 30px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 20px;
    margin: 0 auto;
    display: block;
    border-radius: 30px;
}


/* 
.phone_newsletter {
    display: block;
} */

.phone_newsletter>input[type="tel"]:invalid:not(:focus):not(:placeholder-shown) {
    background: pink;
}


/* 
.phone_newsletter div {
    display: flex;
    align-items: center;
}

.phone_newsletter>div>input[type="tel"]:focus {
    outline: 0;
    background: white;
}

.phone_newsletter>div>input[type="tel"]:invalid:not(:focus):not(:placeholder-shown) {
    background: pink;
}

.phone_newsletter>div>input[type="tel"]:invalid:focus:not(:placeholder-shown)~.requirements {
    max-height: 200px;
    padding: 0 30px 20px 50px;
    padding: 0;
}

.phone_newsletter>div .requirements {
    padding: 0 30px 0 50px;
    padding: 0;
    margin-bottom: 60px;
    color: #999;
    max-height: 0;
    transition: 0.28s;
    overflow: hidden;
    color: red;
    font-style: italic;
    position: absolute;
    -webkit-transition: 0.28s;
    -moz-transition: 0.28s;
    -ms-transition: 0.28s;
    -o-transition: 0.28s;
    z-index: -1;
} */

@media(max-width: 768px) {
    .super_oferta {
        display: block;
    }
    .super_oferta div {
        max-width: 70%;
        margin: 0 auto;
    }
    .super_oferta img {
        width: 100%;
    }
    .super_oferta div:last-child img {
        margin-top: 20px;
    }
    .new_slide_home>.item::after {
        height: 150px;
    }
    .new_slide_home>.item.active .details {
        width: 80px;
        padding: 7px 0px;
    }
    .new_slide_home>.item.active .close {
        display: block;
    }
    .new_slide_home>.item .text {
        width: 100vw;
    }
    .new_slide_home>.item {
        width: 50%;
        height: 225px;
        position: absolute;
        top: 0px;
        left: 0px;
        transition-duration: 0.5s;
        z-index: 0;
    }
    .new_slide_home>.item:nth-child(2) {
        left: 50%;
    }
    .new_slide_home>.item:nth-child(3) {
        top: 50%;
    }
    .new_slide_home>.item:nth-child(4) {
        top: 50%;
        left: 50%;
    }
    .new_slide_home>.item.active {
        width: 100%;
        left: 0px;
        z-index: 1;
    }
    .new_slide_home {
        white-space: normal;
        height: 450px;
    }
    .new_slide_home>.item .text {
        display: block;
        transition-duration: 0s;
        padding-bottom: 20px;
        padding-left: 20px;
        font-size: 0px;
        bottom: 0px;
        width: 100%;
    }
    .new_slide_home>.item.active .text {
        font-size: 16px;
    }
    .new_slide_home>.item.active .title {
        max-width: calc(100vw - 90px);
        padding-bottom: 0px;
        padding-left: 0px;
        position: relative;
    }
    .new_slide_home>.item .title {
        font-size: 22px;
        padding: 20px;
    }
    .new_slide_home>.item .details {
        right: 20px;
        bottom: 20px;
        font-size: 12px;
    }
}


/* HOME SLIDE END */

.index_new_banners {
    max-width: 1200px;
    margin: 60px auto;
    text-align: center;
    font-size: 0px;
}

.index_new_banners h1 {
    font-size: 51px;
    font-family: 'PFHighwaySansPro-Medium';
    color: #28a396;
    margin-bottom: 20px;
}

.index_new_banners .item:first-child {
    margin-right: 20px;
}

.index_new_banners .item {
    width: calc(50% - 20px);
    position: relative;
    display: inline-block;
}

.index_new_banners .item img {
    border-radius: 13px;
    overflow: hidden;
    width: 100%;
    height: auto;
}

@media(max-width: 640px) {
    .index_new_banners .item {
        width: 100%;
        display: block;
    }
    .index_new_banners .item:first-child {
        margin: 0px 0px 20px 0px;
    }
    .index_new_banners .item img {
        width: calc(100% - 40px);
    }
    .index_new_banners h1 {
        font-size: 30px;
    }
    .super_oferta div {
        max-width: 90%;
    }
    a.super_oferta_btn {
        font-size: 16px;
    }
}

@media(max-width: 400px) {
    .index_new_banners h1 {
        font-size: 24px;
    }
}


/* New Home Page */

.oferte_homepage {
    display: flex;
    justify-content: flex-end;
}

.oferta_homepage {
    width: 30%;
    
}

.oferta_homepage .head_oferta {
    padding-right: 22px;
   width: 320px;
}

.head_oferta {
    font-family: 'MTC-CuprumBold';
    font-size: 32px;
    color: #555555;
    line-height: 1;
}

.body_oferta ul {
    padding-left: 20px;
    font-family: 'MTC-FuturaNewBook';
    font-size: 16px;
}

.body_oferta ul li {
    padding-left: 10px;
    width: 256px;
}

.body_oferta ul li::marker {
    content: "✓";
    font-weight: 800;
}

.gestionare_servicii {
    display: flex;
    align-items: center;
}

.gestiune_col {
    background: linear-gradient( 5deg, rgb(45, 167, 135) 0%, rgb(64, 147, 156) 39%, rgb(167, 111, 162) 100%);
    color: #fff;
    width: 70%;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 25px;
    border-radius: 10px;
}

a.gestiune_col {
    text-decoration: none;
    color: #fff;
}

.gestiune_col:last-child {
    margin-right: 0;
}

.text_gestiune {
    font-family: 'MTC-FuturaNewMedium';
    font-size: 31px;
    line-height: 1;
}

.icon_gestiune {
    width: 60px;
    height: auto;
    display: flex;
    justify-content: flex-start;
    margin-right: 20px;
}

.combinatie_homepage.container {
    margin: 40px auto;
    border-radius: 9px;
    background: linear-gradient( 90deg, rgb(0, 25, 163) 0%, rgb(0, 10, 68) 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.combinatie_col.col1 {
    margin-left: 6%;
    position: relative;
}

.combinatie_col.col1 img {
    position: absolute;
    margin-top: -80px;
}

.combinatie_col.col2 {
    width: 60%;
    height: auto;
    margin-right: -20px;
    margin: 15px -20px 15px 0;
}

.combinatie_text {
    width: auto;
    font-family: 'MTC-FuturaNewMedium';
    font-size: 34px;
    line-height: 1;
    color: #fff;
    background: linear-gradient( 90deg, rgb(130, 194, 73) 0%, rgb(45, 167, 135) 27%, rgb(64, 147, 156) 64%, rgb(167, 111, 162) 100%);
    padding: 10px 27px;
    border-radius: 9px;
}

.head_oferta.container {
    text-align: center;
    margin-bottom: 30px;
}

.xmas_2019_tel {
    background: none!important;
}

.home_phones .inf {
    /* color: #000!important; */
}

.xmas_2019_tel .text-block .head {
    color: #000!important;
}

.mymtc_apk.container {
    display: flex;
    align-items: center;
    margin-top: 60px;
}

.mymtc_apk_col.col1 {
    min-width: 35%;
}

.mymtc_apk_col {
    /* width: 50%; */
    position: relative;
}

.mymtc_apk_head {
    font-family: 'MTC-CuprumBold';
    font-size: 35px;
    color: #232f85;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.mymtc_apk_text {
    font-family: 'MTC-FuturaNewBook';
    font-size: 19px;
    display: flex;
    align-items: center;
    color: #555555;
}

.mymtc_apk_head img,
.mymtc_apk_text img {
    margin-right: 20px;
}

.mymtc_apk_text p:first-child {
    margin: 0;
}

.mymtc_apk_col.col2:before {
    content: "";
    width: 100%;
    height: 2px;
    background: #a1a1a1;
    position: absolute;
    margin-top: -50px;
}

.mymtc_apk_col.col2:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #a1a1a1;
    position: absolute;
    margin-top: 50px;
}

.mymtc_apk_p {
    line-height: 1.1;
}

.block_homepage {
    background: #fff;
    padding-bottom: 40px;
    padding-top: 1px;
    background-image: url('/images/bg_homepage.png');
    background-size: cover;
}

.operator_nr_1 {
    color: #00116e;
    font-family: 'MTC-FuturaNewBold';
    font-size: 39px;
}

.slider_holder.main_slider {
    margin-bottom: 0!important;
    background: white;
}

.gestionare_servicii:after {
    content: "";
    content: none;
    position: absolute;
    width: 50%;
    height: 2px;
    background: #a1a1a1;
    margin-bottom: -200px;
    left: 25%;
    right: auto;
}

.item .nou.s_20_g {
    background: url(/images/home_new_icon.png);
    background-repeat: no-repeat;
    background-size: cover;
    background: url(/images/Nou1.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.home_phones .nou {
    width: 114px!important;
    height: 83px!important;
    top: -20px!important;
}

.item .nou.s_20_g span {
    margin-left: -30px;
    display: none;
}

.home_phones .details {
    margin-bottom: 20px!important;
}

.home_icon_title {
    max-width: 150px;
    margin: 0 auto;
}

/*
.details.s_20_g {
    background: linear-gradient( 90deg, rgb(90, 105, 174) 0%, rgb(62, 187, 151) 100%)!important;
}
*/

.footer_holder {
    background: #212a55;
}


/* media home page */

@media(max-width: 1250px) {
    .combinatie_homepage.container {
        margin-right: 30px;
        max-width: 95%;
    }
    .gestionare_servicii {
        max-width: 95%;
    }
    .oferte_homepage {
        margin: 0 20px;
        width: auto;
    }
}

@media(max-width: 1200px) {
    .text_gestiune {
        font-size: 27px;
    }
    .mymtc_apk.container {
        width: 98%;
    }
    .head_oferta {
        font-size: 25px;
    }
}

@media(max-width: 1024px) {
    .combinatie_col.col1 {
        margin-left: 4%;
    }
    .combinatie_text {
        font-size: 29px;
    }
    .oferta_homepage {
        margin-right: 10px;
    }
    .oferta_homepage:last-child {
        margin-right: 0;
    }
    .head_oferta {
        font-family: 'MTC-CuprumBold';
        font-size: 30px;
    }
    .gestiune_col {
        padding: 10px 15px;
    }
    .text_gestiune {
        font-size: 23px;
    }
    .mymtc_apk_col.col1 {
        min-width: 38%;
    }
}

@media(max-width: 940px) {
    .combinatie_col.col1 {
        margin-left: 1%;
    }
    .combinatie_text {
        font-size: 26px;
        /* width: 55%; */
    }
    .oferte_homepage {
        flex-wrap: wrap;
        justify-content: flex-end;
    }
    .oferta_homepage {
        width: 51%;
        margin: 0 auto;
    }
    .oferta_homepage:last-child {
        margin-right: auto;
    }
    .head_oferta {
        text-align: center;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .gestionare_servicii {
        flex-wrap: wrap;
        justify-content: center;
    }
    .gestiune_col {
        margin: 0;
        margin-bottom: 20px;
        /* justify-content: end; */
    }
    .mymtc_apk.container {
        flex-wrap: wrap;
        justify-content: center;
    }
    .mymtc_apk_col.col1 {
        min-width: 70%;
        text-align: center;
    }
    .mymtc_apk_col.col2 {
        width: 70%;
        margin-top: 30px;
    }
    .mymtc_apk_col.col2:before {
        margin-top: -25px;
    }
    .mymtc_apk_col.col2:after {
        margin-top: 25px;
    }
    .block_homepage {
        padding-bottom: 70px;
    }
    .gestionare_servicii:after {
        margin-bottom: -330px;
    }
    .oferta_homepage .head_oferta {
        /* padding-right: 0; */
    }
}

@media(max-width: 768px) {
    .combinatie_homepage.container {
        display: block;
        max-width: 97%;
        box-sizing: border-box;
        margin-left: 10px;
        margin-right: 0px;
        margin-bottom: 60px;
    }
    .combinatie_col.col1 {
        margin: auto;
        text-align: center;
    }
    .combinatie_col.col1 img {
        position: relative;
        margin-top: -30px;
    }
    .combinatie_col.col2 {
        width: 80%;
        margin: 0 auto;
        display: flex;
    }
    .combinatie_text {
        font-size: 26px;
        margin: 20px auto -20px auto;
    }
    .home_icons_item_holder {
        width: 17%;
    }
    .mymtc_apk_col.col2 {
        width: 80%;
    }
    .mymtc_apk_head {
        font-size: 28px;
    }
    .mymtc_apk_text {
        font-size: 17px;
    }
    .mymtc_apk_text img {
        margin-right: 10px;
    }
}

@media(max-width: 540px) {
    .oferta_homepage {
        width: 100%;
    }
    .mymtc_apk_col.col2 {
        width: 80%;
    }
    .mymtc_apk_text {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .mymtc_apk_p {
        margin-top: 20px;
    }
    .mymtc_apk_col.col1 img {
        width: 70%;
    }
    .home_phones {
        padding-bottom: 0;
    }
}

@media(max-width: 425px) {
    .combinatie_col.col2 {
        width: 90%;
    }
    .combinatie_text {
        font-size: 20px;
    }
    .mymtc_apk_col.col2 {
        width: 90%;
    }
    .home_icons_item_holder {
        margin: 10px 20px;
    }
}

@media(max-width: 375px) {
    .combinatie_col.col2 {
        width: 90%;
    }
    .home_icons_item_holder {
        width: 20%;
    }
    .combinatie_homepage.container {
        max-width: 94%;
    }
}

a.head.comunication.apel_btn.cerere_portare {
    margin-top: 20px!important;
}

a.head.comunication {
    position: relative!important;
    text-transform: none!important;
    text-decoration: none;
}

a.head.comunication.apel_btn {
    color: #fff!important;
    background: #ee5c7c!important;
    width: fit-content!important;
    margin: 0px auto 60px auto!important;
    padding: 5px 30px!important;
    border-radius: 100px!important;
    font-family: 'MTC-FuturaNewBook'!important;
    font-size: 1.8em!important;
    -webkit-border-radius: 100px!important;
    -moz-border-radius: 100px!important;
    -ms-border-radius: 100px!important;
    -o-border-radius: 100px!important;
}

a.head.comunication.apel_btn:before {
    width: 183%!important;
    left: 260px!important;
}

a.head.comunication:before {
    content: '';
    position: absolute!important;
    width: 35%!important;
    height: 2px!important;
    background-color: rgb(255 255 255)!important;
    top: 21px!important;
    left: -260px!important;
}

a.head.comunication.apel_btn:after {
    width: 183%!important;
    right: 260px!important;
}

a.head.comunication:after {
    content: '';
    position: absolute!important;
    width: 35%!important;
    height: 2px!important;
    background-color: rgb(255 255 255)!important;
    top: 21px!important;
    right: -260px!important;
}
@media (min-width:320px) and (max-width:426px) {
    .ask_news .text {
        width: 75%;
    }
    .phone_newsletter {
        max-width: 100%;
    }
    
    .ask_news .container {
        align-items: inherit;
    }
    .ask_news .text {
        padding: 0px 0px;
}
.close {
    width: 40px;
    height: 40px;
}
}

@media (min-width:320px) and (max-width:370px){
    .ask_news .close {
        top: 75%;
        position: fixed;
    }
}
@media (min-width:371px) and (max-width:425px){
    .ask_news .close {
        /*top:82%;*/
        position: absolute;
    }
}
button#druid__default_container-element {
    bottom: 2px;
    right: 35px;
}
@media (max-width:650px) {
    button#druid__default_container-element { 
        margin-bottom: 0;
        /*margin-right: 16vw;*/
        right: 0px;
        }
        .bottom_meniu {
            margin-bottom: 75px;
        }
.ask_news .close, .news_form_top .close {
    bottom: 60px!important;
}
}

.menu_items .item:nth-child(2) .title {
    /* color: #ef5b78; */
}
/* hallowen *//* hallowen *//* hallowen *//* hallowen *//* hallowen *//* hallowen *//* hallowen *//* hallowen */
/* .menu_items.type_personal .item:nth-child(2) .title {
    color: #ef5b78;
    font-family: 'liquidismpart2';
    padding: 14px 10px 10px 10px;
    font-size: 26px;
} */
/* hallowen *//* hallowen *//* hallowen *//* hallowen *//* hallowen *//* hallowen *//* hallowen *//* hallowen */


/* accessories list */
.disp_price.js_accessories{
	display:none;
}
/* accessories list */
