@font-face {
    font-family: 'Cera Pro';
    src: url('fonts/CeraPro-Regular.eot');
    src: local('fonts/Cera Pro Regular'), local('fonts/CeraPro-Regular'),
        url('fonts/CeraPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/CeraPro-Regular.woff') format('woff'),
        url('fonts/CeraPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Cera Pro';
    src: url('fonts/CeraPro-Light.eot');
    src: local('fonts/Cera Pro Light'), local('fonts/CeraPro-Light'),
        url('fonts/CeraPro-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/CeraPro-Light.woff') format('woff'),
        url('fonts/CeraPro-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}


@font-face {
    font-family: 'Cera Pro';
    src: url('fonts/CeraPro-Black.eot');
    src: local('fonts/Cera Pro Black'), local('fonts/CeraPro-Black'),
        url('fonts/CeraPro-Black.eot?#iefix') format('embedded-opentype'),
        url('fonts/CeraPro-Black.woff') format('woff'),
        url('fonts/CeraPro-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Cera Pro';
    src: url('fonts/CeraPro-Medium.eot');
    src: local('fonts/Cera Pro Medium'), local('fonts/CeraPro-Medium'),
        url('fonts/CeraPro-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/CeraPro-Medium.woff') format('woff'),
        url('fonts/CeraPro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Cera Pro';
    src: url('fonts/CeraPro-Bold.eot');
    src: local('fonts/Cera Pro Bold'), local('fonts/CeraPro-Bold'),
        url('fonts/CeraPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/CeraPro-Bold.woff') format('woff'),
        url('fonts/CeraPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Cera Pro';
    src: url('fonts/CeraPro-Thin.eot');
    src: local('fonts/Cera Pro Thin'), local('fonts/CeraPro-Thin'),
        url('fonts/CeraPro-Thin.eot?#iefix') format('embedded-opentype'),
        url('fonts/CeraPro-Thin.woff') format('woff'),
        url('fonts/CeraPro-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}
body {
	font-family: 'Cera Pro', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}

@media (min-width: 1230px){
    .container {
        width: 1230px;
    }
}
button:focus,a:focus{outline: none;    text-decoration: none;}
a,button{
    transition: .4s;
}
input:focus,input:active{outline: none;}
/****** HEADER ***************/
header{
        position: absolute;
    width: 100%;
    padding-top: 52px;
    z-index: 9;
}
body .pagination>li>a, body .pagination>li>span{
    font-size: 16px;
    margin-right: 10px;
    padding: 10px 20px;
}
.pagination{margin-top: 30px;}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
        background-color: #6F65D3;
    border-color: #6F65D3;
}
.logo_link_container:not(.prov) img{
    width: 44px;
    height: 44px;
    margin-right: 10px;
}
.logo_link_container{display: flex;}
.logo_link_container.prov{
        flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -20px;
}
.logo_link_container.prov img{height: 50px;}
.logo_link_container p span{
    display: block;
    font-size: 21px;
    color: #fff;
    text-transform: uppercase;

}
.logo_link_container p span:first-child{
    font-weight: 900;
}
.choose_city_container p{
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .7px;
}
.choose_city_container a{
    display: inline-block;
    font-size: 14px;
    padding-bottom: 2px;
    padding-left: 30px;
    background: url(/image/point.svg) no-repeat;
    background-size: 20px 20px;
    background-position: 0px -2px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1.4px;
    line-height: 1;
    position: relative;
}
.choose_city_container a:before{
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    
    background: #fff;
}
.top_menu_container ul{
    padding-left: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.top_menu_container ul li{
    margin-left: 60px;
}
.top_menu_container ul li a{
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}
.top_menu_container ul li a:hover{
        color: #b4c3df;
}
.header_phone_line_container a{
    display: block;
}
.header_phone_line_container a{
    display: block;
    text-align: right;
    width: fit-content;
    width: -moz-fit-content;
    width: -webkit-fit-content;
}
.header_phone_line_container .header_phone{
    font-size: 30px;
    color: #fff;
    font-weight: 900;
    
    background: url(/image/phone.svg) no-repeat;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
    background-position: 0 6px;
    text-align: right;
    margin-left: auto;
    margin-bottom: 15px;
    padding-left: 30px;
    line-height: 1;
}
.header_phone_line_container .header_phone:hover{
    color: #b4c3df;
}
.header_phone_line_container .header_callback_link{
    font-size: 12px;
    color: #fff;
    padding: 10px 16px;
    line-height: 1;
    background: #3178B6;
    text-transform: uppercase;
    text-align: right;
    margin-left: auto;
        letter-spacing: 2px;
    border-radius: 5px;
}
.header_phone_line_container .header_callback_link:hover{
    background: #205b8f;
}
/****** HEADER ***************/




/****** BANNER ***************/
.home_banner_container{
    background: url('/image/newbg.jpg') no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
}
.home_internet_links a{
    font-size: 16px;
    color: #FFFFFF;
    display: inline-block;
    background: #C26AC7;
    padding: 20px 61px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: bold;
}
.home_internet_links a:hover{
    background: #905993;
}
.home_internet_links{
    margin-bottom: 30px;
}
.home_internet_links a:not(:last-child){margin-right: 30px;}
.home_banner_container .home_banner_title{
    font-size: 38px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
        margin-bottom: 32px;
            line-height: 1;
    margin-top: 145px;
}
.home_banner_container .home_banner_text{
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
        margin-bottom: 50px;
    line-height: 1.6;
}
.home_banner_form_container{
    display: flex;
    align-items: center;
    max-width: 625px;
    margin: 0 auto 30px;
}
.home_banner_form_container input{
    height: 60px;
    padding-left: 20px;
    color: #333333;
    text-transform: uppercase;
    border: none;
}
.home_banner_form_container input:first-child{
    /* width: 100%; */
    margin-right: 1%;
        /* border-top-left-radius: 5px; */
        /* border-bottom-left-radius: 5px; */
}
.home_banner_form_container input:last-child{
    /* width: 30%; */
    border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
}
.home_banner_container button{
font-size: 16px;
    color: #fff;
    background: #C42A5D;
    margin: auto;
    display: block;
    border: none;
    padding: 25px 38px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    margin-bottom: 41px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(188, 67, 92, 0.7);
-moz-box-shadow:    0px 0px 30px 0px rgba(188, 67, 92, 0.7);
box-shadow:         0px 0px 30px 0px rgba(188, 67, 92, 0.7);
}
.home_banner_container button:hover{
        background: #9b244b;
}
.home_banner_container{text-align: center;min-height: 600px;display: flex;    align-items: center;padding-bottom: 30px;}
.home_banner_container .home_banner_phone{
        color: #fff;
    text-align: center;
    font-size: 26px;
    font-weight: 900;
    display: block;
    width: fit-content;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    margin: 0 auto 15px;
}
.home_banner_popup_link{
        font-size: 12px;
    color: #fff;
    display: block;
    text-transform: uppercase;
    width: fit-content;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    margin: auto;
    padding-bottom: 2px;
    border: 1px solid #ffa500;
        background: #ffa500;
    line-height: 1;
        padding: 10px 16px;
    margin-top: 15px;
}
.cover img{
    width: 50px;
    height: 50px;
    margin-right: 40px;
}
.home_three_links{
        background: #F7FAFD;
    padding: 60px 0;
}
.home_three_links .cover{
    display: flex;
    align-items: center;
    padding: 65px 50px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
        background-color: #fff;
    background-image: url(/image/arrow.svg);
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: calc(100% - 50px);
}
.home_three_links .cover:hover{
    box-shadow: none;
}

.home_three_links .cover p{
        margin-bottom: 0;
    line-height: 1;
}
.home_three_links .cover p span:first-child{
        font-size: 18px;
    text-transform: uppercase;
    color: #404040;
    display: block;
    margin-bottom: 5px;
}
.home_three_links .cover p span:last-child{
        font-size: 24px;
    text-transform: uppercase;
    color: #404040;
    display: block;
    font-weight: 500;
}

.home_banner_popup_link:hover{border-color: transparent;color: #fff;}
.choosen_proiders{
    text-align: center;
    background: rgba(0,0,0,.5);
    padding: 23px 0;
    margin-top: -66px;
}
.choosen_proiders a{
        font-size: 16px;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
    display: inline-block;
    padding-bottom: 1px;
    border-bottom: 1px solid;
    
}
.choosen_proiders a:not(:last-child){
    margin-right: 40px;
}
.choosen_proiders a:hover{
    border-color: transparent;
}
/****** BANNER ***************/



/****** HOME ***************/
.owl-carousel{background: none;}
.owl-controls .owl-page.active span{
        background: #5269CD;
    width: 40px;
}
.owl-controls .owl-page span{
   transition: .4s;
    width: 20px;
    height: 6px;
    background: #B0BAE8;
    border-radius: 20px;
    box-shadow: none;
}
.home_popular_providers_container{
    text-align: center;
    padding: 30px 0 40px 0;
    background: #F7FAFD;
}
.home_popular_providers_container.inform{
    background: none;
}
.home_popular_providers_container.inform a.carousel_item{display: block;    margin-bottom: 30px;}
.home_popular_tarifs_container{
    text-align: center;
    padding: 80px 0 40px 0;

}
.cat_item{margin-bottom: 70px;}
.home_popular_providers_container .slider_title1,.home_popular_tarifs_container .slider_title1{
    font-size: 24px;
    text-transform: uppercase;
    color: #404040;
    line-height: 1;
}
.home_popular_providers_container .slider_title2,.home_popular_tarifs_container .slider_title2{
    font-size: 30px;
    text-transform: uppercase;
    color: #404040;
    font-weight: 900;
    line-height: 1;
        margin-bottom: 70px;
}
.owl-wrapper-outer{
    border: none;
    box-shadow: none;
}
.home_popular_providers_container .item,.home_popular_tarifs_container .owl-carousel .item{
        padding: 15px;
}
.home_popular_providers_container .carousel_item{
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    padding: 35px 30px;
    background: #fff;
        border-radius: 5px;
    border-top: 10px solid #526BCD;
    display: block;
}
.home_popular_providers_container .carousel_item:hover{
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
}
.home_popular_tarifs_container  .carousel_item{
        -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    padding: 35px 30px;
    background: #fff;
        border-radius: 5px;
    border-top: 10px solid #C26AC7;
    transition: .4s;
}
.home_popular_tarifs_container  .carousel_item:hover{
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
}
.slider_img_container{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
}
.home_popular_providers_container  .carousel_item > p{
    font-size: 20px;
    color: #333333;
        margin-top: 34px;
    padding-bottom: 30px;
    border-bottom: 1px solid #E5E5E5;
    line-height: 1;
    margin-bottom: 30px;
}
.home_popular_tarifs_container  .carousel_item > p:not(.price){
    font-size: 18px;
    color: #333333;
    margin-top: 0px;
    padding-bottom: 0px;
    border-bottom: 1px solid #E5E5E5;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 18px;
    height: 64px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
}
.home_popular_tarifs_container  .carousel_item > p.price{
        font-size: 14px;
    color: #333333;
        line-height: 1;
    margin-top: 20px;
}
.home_popular_tarifs_container .carousel_item > .price{
        font-size: 14px;
    color: #333333;
    line-height: 1;
    margin-top: 20px;
    text-align: left;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
.home_popular_tarifs_container  .carousel_item > .price span{
    font-size: 26px;
    font-weight: 600;
    color: #C26AC7;
}
.home_popular_tarifs_container  .carousel_item > .price .price-old{
        font-size: 12px;
    margin-bottom: 2px;
    color: #bcb9b9;
    text-decoration: line-through;
}
.home_popular_tarifs_container  .carousel_item > .price .price-old span{
        font-size: 14px;
    color: #bcb9b9;
}
.home_popular_tarifs_container  .carousel_item > a{
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    background: #5C63D5;
    padding: 20px 34px;
    display: block;
    line-height: 1;
    width: fit-content;
    border-radius: 5px;
    margin: 25px auto -62px;
}
.home_popular_tarifs_container  .carousel_item > button{
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    background: rgb(91,99,213);
    background: linear-gradient(90deg, rgba(91,99,213,1) 0%, rgba(128,102,208,1) 50%, rgba(175,105,202,1) 100%);
    padding: 20px 34px;
    display: block;
    line-height: 1;
    width: fit-content;
    border-radius: 5px;
    margin: 25px auto -62px;
    border: none;
}
.home_popular_tarifs_container  .carousel_item > p.price span{
    font-size: 26px;
    font-weight: 600;
    color: #C26AC7;
}
.home_popular_tarifs_container .owl-carousel .owl-wrapper-outer{padding-bottom: 20px;}
.home_popular_providers_container .carousel_item ul,.home_popular_tarifs_container  .carousel_item ul{
        padding-left: 0;
    list-style: none;
}
.home_popular_providers_container .carousel_item ul li{
    
    
}
.home_popular_tarifs_container  .carousel_item ul li p{
    font-size: 16px;
    color: #333333;
    line-height: 1;
}
.carousel_item{position:relative;}
.prod_dop_info{
        position: absolute;
    font-size: 12px;
    color: #fff;
    background: #243CA8;
    padding: 8px 8px;
    text-transform: uppercase;
    left: -15px;
    line-height: 1;
    border-radius: 5px;
    top: 3px;
}
.prod_dop_info.type1{background: #243CA8;}
.prod_dop_info.type2{background: #C42A5D;}
.home_popular_tarifs_container .carousel_item ul{min-height: 222px;}
.home_popular_tarifs_container .carousel_item ul li p:last-child{
    font-weight: 600;
    margin-top: 10px;
}
.home_popular_providers_container .carousel_item ul li:not(:last-child),.home_popular_tarifs_container  .carousel_item ul li:not(:last-child){
    margin-bottom: 18px;
}
.home_popular_providers_container .carousel_item ul li span,.home_popular_tarifs_container  .carousel_item ul li span{
    font-size: 26px;
    color: #5269CD;
    font-weight: 600;
}


.need_help_container{
    text-align: center;
    padding: 0;
    background: #F7F9FD;
}
.need_help_container.cat_page{
    padding: 0;
    background: none;
}
.need_help_container .need_title{
    font-size: 24px;
    color: #404040;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
}
.need_help_container a{
        display: block;
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 21px 50px;
    background: #5863D6;
    margin: auto;
    line-height: 1;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
    margin-top: 30px;
     overflow:hidden;
    position: relative;
    margin-bottom: 30px;
}
.advanced_title_container p{
    font-size: 30px;
    color: #fff;
    margin-bottom: 80px;
    text-align: center;
}
.advanced_title_container p a:hover{
    color: #23a1d1;
    text-decoration: underline;
}
.need_help_container a:before{
    content: "";
    position: absolute;
    top: -50%;
    bottom: -50%;
    background: linear-gradient(90deg,hsla(0,0%,100%,.1),hsla(0,0%,100%,.6) 100%);
    width: 45px;
    -webkit-transform: skewX(-22deg);
    transform: skewX(-75deg);
    left: -150px;
    -webkit-animation-name: blick;
    animation-name: blick;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
@keyframes blick {
from {left: -150px;}
50% {/* left: 50%; */}
to {left: calc(100% + 150px);}
}
.home_advance_container{
    text-align: center;
    padding: 92px 0;
    background: url('/image/advance_bg.jpg') no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.home_advance_container .img_container{
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #F6F6F6;
        margin: 0 auto 40px;

}
.home_advance_container .img_container img{
    max-width: 46px;
    max-height: 46px;

}
.advance_single .advance_title{
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 32px;
}
.advance_single .advance_text{
    font-size: 18px;
    color: #fff;
}
.advance_single{margin-bottom: 30px;}

.home_news_title{
    font-size: 24px;
    text-transform: uppercase;
    color: #404040;
    line-height: 1;
    text-align: center;
}
.home_news_text{
    font-size: 30px;
    text-transform: uppercase;
    color: #404040;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 70px;
    text-align: center;
}
.news_item a{
    font-size: 24px;
    color: #404040;
    font-weight: 900;
}
.home_news_container{
    padding-top: 80px;
    padding-bottom: 128px;
}
.home_news_img_container{margin-bottom: 30px;}
.home_news_date_container p{
    margin-bottom: 0;
    color: #737373;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
}
.home_news_date_container{
    display: flex;
    align-items: center;
        margin-top: 20px;

}
.home_news_date_container p:first-child{
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1.5px solid #737373;
}


.get_profit_offer_container{
    text-align: center;
    padding: 70px 0;
    background: rgb(122,74,113);
background: linear-gradient(90deg, rgba(122,74,113,1) 0%, rgba(151,97,141,1) 25%, rgba(136,143,181,1) 50%, rgba(91,147,178,1) 75%, rgba(19,104,132,1) 100%);
}
.get_profit_offer_container .home_offer_title{
    color: #fff;
    text-transform: uppercase;
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: 900;
}
.get_profit_offer_container .home_offer_text{
    font-size: 20px;
    color: #fff;
    margin-bottom: 50px;
}
.get_profit_offer_container a{
    display: inline-block;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
        padding: 20px 68px;
    line-height: 1;
    border: 1.5px solid #fff;
    border-radius: 5px;
    letter-spacing: 2px;
}
/****** HOME ***************/


/****** FOOTER ***************/
footer{
        background: #fff;
    padding-top: 90px;
    border: none;
    margin: 0;

}
footer .logo_link_container p span{
    color: #404040;
}
.footer_logo_container > p{
    font-size: 15px;
    color: #666B80;
    margin-top: 20px;
    line-height: 1.4;
}
.footer_title{
    font-size: 20px;
    color: #404040;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 36px;
}
.footer_list{
    padding: 0;
    max-width: 180px;
    list-style: none;
}
.footer_list a{
    font-size: 16px;
    color: #2353A4;
    padding-left: 15px;
    background-image: url('/image/arright.svg');
    background-repeat: no-repeat;
    -webkit-background-size: 9px 9px;
    background-size: 9px 9px;
    background-position: 0 7px;
}
.footer_list a:hover{
    color: #162f59;
}
.footer_list li{
    padding-bottom: 14px;
    margin-bottom: 14px;
    border-bottom: 1px solid #E5E5E5;
}
.footer_list li:last-child{border:none;}
.footer_contact_container .footer_phone,.footer_contact_container .footer_address,.footer_contact_container .footer_mail{
    font-size: 16px;
    color: #666B80;
    padding-left: 25px;
    background-image: url('/image/footphone.svg');
    background-repeat: no-repeat;
    -webkit-background-size: 16px 16px;
    background-size: 16px 16px;
    background-position: 0 3px;
    font-weight: 600;
}
.footer_contact_container .footer_address{
    background-image: url('/image/footpoint.svg');
    background-repeat: no-repeat;
    margin-top: 32px;
    margin-bottom: 32px;
}
.footer_contact_container .footer_mail{
    background: url('/image/footmail.svg') no-repeat;
}
.footer_social_container{
    margin-top: 45px;
}
.footer_social_container img{
    width: 46px;
    height: 46px;
}
.footer_social_container .footer_insta{margin-right: 20px;}
.footer_copy_text_container p{
    font-size: 14px;
    color: #fff;
    margin: 0;
    line-height: 1;
        text-transform: uppercase;
    margin-top: 4px;
}
.footer_policy_link{
    text-align: right;
}
.footer_policy_link a{
     font-size: 14px;
    color: #fff;
    margin: 0;
    line-height: 1;
}
.footer_copy_container{
    margin-top: 55px;
    padding: 30px 0;
    background: rgb(135,100,160);
background: linear-gradient(90deg, rgba(135,100,160,1) 0%, rgba(110,89,146,1) 18%, rgba(73,71,129,1) 35%, rgba(35,67,117,1) 67%, rgba(40,88,139,1) 100%);
}
/****** FOOTER ***************/


/****** PAGES ***************/
.or_text{
    text-align: center;
    font-size: 20px;
    line-height: 1;
    margin: 20px 0;
}
.choose_provaider_link{
    text-align: center;
    display: block;
    margin: auto;
    cursor: pointer;
    font-size: 20px;
}
.title_container{
    background-image: url('/image/newbg.jpg');
    background-repeat:  no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    text-align: center;
    min-height: 520px;
    display: flex;
    padding-bottom: 200px;
        flex-direction: column;
    justify-content: flex-end;
    
        min-height: 420px;
    padding-bottom: 96px;
}
.title_container.dacha{
    background-image: url('/image/dacha.jpg');
    position:relative;
    
}
.title_container.ofis{
    background-image: url('/image/ofis.jpg');
    position:relative;
}
.title_container.dacha:before,.title_container.ofis:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
        background: rgb(89,99,214);
    background: linear-gradient(90deg, rgba(89,99,214,1) 0%, rgba(176,105,201,1) 100%);
    opacity: .75;
    z-index: 0;
}
.title_container.dacha > .container,.title_container.ofis > .container{z-index: 9;}
.title_container.information_page{
    min-height: 420px;
    padding-bottom: 96px;
}
.title_container .top_title{
    font-size: 34px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 5px;
    line-height: 45px;
}
.sbrosit-vse {
        float: right;
    position: relative;
    right: 0;
    bottom: 80px;
}
.title_container a.back_return{
    font-size: 16px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-bottom: 1px;
    border-bottom: 1px solid #fff;
    line-height: 1;
}
.tarifi_top_search_container{text-align:left;}
.tarifi_top_search_container label,.address_search_container label{
    display: block;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: left;
}
.tarifi_top_search_container input{
    height: 50px;
    width: 100%;
    border: none;
    font-size: 12px;
    color: #323232;
    text-transform: uppercase;
    padding-left: 20px;
    border-radius: 5px;
}

.tarifi_top_filter_container{
    padding: 28px 0;
    background: rgba(4,35,73,.6);
    margin-bottom: -200px;
    margin-top: 100px;
}
.address_items{
    display: flex;
}
.street_container{
        width: 68%;
    margin-right: 2%;
}
.home_container{
    width: 30%;
}
.street_container input, .home_container input{
    height: 50px;
    width: 100%;
    border: none;
    font-size: 12px;
    color: #323232;
    text-transform: uppercase;
    padding-left: 20px;
    
}
.home_container{position: relative;}
.home_result{
    position: absolute;
    margin-top: 8px;
    background: #fff;
    border-radius: 5px;
    z-index: 99;
    list-style: none;
    padding-left: 0;
    width: 100%;
    right: 33%;
    max-height: 200px;
    text-align: left;
    overflow-y: auto;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    display: none;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    max-width: 625px;
}
.street_container input{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.home_container input{
     border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.search_result{
        position: absolute;
        margin-top: 8px;
        background: #fff;
        border-radius: 5px;
        z-index: 99;
        list-style: none;
        padding-left: 0;
        width: 100%;
        right: 33%;
        max-height: 200px;
        text-align: left;
        overflow-y: auto;
        padding: 20px;
        display: flex;
        flex-wrap: wrap;
        display: none;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.2);
        box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.2);
        max-width: 625px;
}
.home_banner_form_container .search_result{right: unset;}
.search_result.no_result{
    height: 60px;
    text-align: center;
}
.search_result li{
    width: 49%;
    float: left;
    padding: 10px;
    border: 1px solid #ccc;
    margin-left: 3px;
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 3px;
    transition: .4s;
}
.search_result li:hover{
        background: #103b68b3;
    color: #fff;
}


body .noUi-pips-horizontal{display: none;}
body .noUi-horizontal{height: 7px;}
body .noUi-connect{
        background: #0e42d7;
}
body .noUi-horizontal .noUi-handle{
        width: 15px;
    height: 15px;
}
body .noUi-handle{
        border-radius: 50%;
}
body .noUi-handle:after, body .noUi-handle:before{display: none;}
body .noUi-horizontal .noUi-handle{left: -10px;}

.filter_values{display: none;
    position: absolute;
    z-index: 999;
    width: 100%;
    background: #fff;
    padding: 20px;
        -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.filter_name{
    padding: 23px 32px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    min-height: 85px;
    cursor: pointer;
    background: url('/image/arrowDown.svg') no-repeat;
    -webkit-background-size: 12px 6.5px;
    background-size: 12px 6.5px;
    background-position: 90% 50%;
}
.filter_name > p{
    color: #404040;
    font-size: 16px;
    font-weight: 900;
        line-height: 1;
    margin-bottom: 3px;
}
.filter_name > span{
    line-height: 1;
    font-size: 14px;
    color: #404040;
}
#ocfilter{margin-top: 70px;}
.filter_container{
    position: relative;
}
.filter_values label{
        width: 50%;
    float: left;
}
body .scale{margin-bottom: 0;}

.found_advance_blocks_container{
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
-moz-box-shadow:    0px 0px 30px 0px rgba(0, 0, 0, 0.15);
box-shadow:         0px 0px 30px 0px rgba(0, 0, 0, 0.15);
}
.found_advance_blocks_container a span:first-child{
        display: block;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    line-height: 1;
    padding: 21px 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.found_advance_blocks_container a span:last-child{
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 80px;
    font-weight: 600;
    height: 175px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.found_advance_blocks_container.it1 a span:first-child{
    background: rgb(52,95,187);
background: linear-gradient(90deg, rgba(52,95,187,1) 0%, rgba(94,130,206,1) 50%, rgba(131,161,223,1) 100%);
}
.found_advance_blocks_container.it2 a span:first-child{
    background: rgb(155,65,192);
background: linear-gradient(90deg, rgba(155,65,192,1) 0%, rgba(190,114,221,1) 50%, rgba(221,157,248,1) 100%);
}
.found_advance_blocks_container.it3 a span:first-child{
    background: rgb(34,137,151);
background: linear-gradient(90deg, rgba(34,137,151,1) 0%, rgba(40,160,177,1) 50%, rgba(45,180,199,1) 100%);
}
.found_advance_blocks_container.it4 a span:first-child{
    background: rgb(25,146,205);
background: linear-gradient(90deg, rgba(25,146,205,1) 0%, rgba(59,167,220,1) 50%, rgba(94,189,235,1) 100%);
}
.found_advance_blocks_container.it1 a span:last-child{
    color: #3762BD;
}
.found_advance_blocks_container.it2 a span:last-child{
    color: #9B41C0;
}
.found_advance_blocks_container.it3 a span:last-child{
    color: #228997;
}
.found_advance_blocks_container.it4 a span:last-child{
    color: #1992CD;
}

.found_advance_blocks{margin-top: 80px;}

.search_section{position: relative;}
#search_btn{
    border: none;
    background: no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 12px;
    line-height: 1;
}
#search_btn img{
        width: 20px;
    height: 20px;
}

.call_specialist{
    display:none;
        text-align: center;
    font-size: 18px;
    color: #404040;
    font-weight: 500;
    margin-bottom: 50px;
    line-height: 1.6;
}
.call_specialist a{
    display: block;
    font-size: 24px;
    
    color: #404040;
    text-transform: uppercase;
    font-weight: 900;
    text-decoration: underline;
}
#home_bottom_form .success{
    text-align: center;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: -20px;
}
.attribute_group_container{
    text-align: left;
}
.attribute_group_container ul{
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
}
.attribute_group_container ul li{font-size: 16px;line-height: 1.6;}
.attr_group_title{
    font-size: 18px;
    font-weight: 600;
}
.prod_connect_form{
  /*       display: flex;
      align-items: center;
      flex-wrap: wrap;
      justify-content: space-between; */
}
.prod_connect_single{
        display: flex;
    margin-bottom: 10px;
}
.prod_connect_single label{
    color: #fff;
    font-size: 16px;
    display: block;
    margin-bottom: 0;
    width: 30%;
    text-align: left;
    padding-top: 5px;
}
.prod_connect_form input{
    width: 100%;
    border-radius: 5px;
    height: 40px;
    padding-left: 10px;
    color: #333333;
    text-transform: uppercase;
    border: none;
}
.prod_connect_form button{
     width: 40%;
    margin-left: 152px;
    border: none;
    margin-top: 10px;
    font-size: 16px;
    text-transform: uppercase;
    color: #5C63D5;
    background: #fff;
    padding: 12px 34px;
    display: block;
    line-height: 1;
    border-radius: 5px;
}
@media (min-width: 1200px){
    #ocfilter > .col-lg-2{width: 22%;}
    #ocfilter > .col-lg-3{
        width: 23%;
    }
}
@media (max-width: 1199px) and (min-width: 992px){
    #ocfilter > .col-md-2{width: 22%;}
    #ocfilter > .col-md-3{
        width: 22%;
    }
    .sbrosit-vse{    width: 11%;}
}
@media (min-width: 991px){
    .modal-dialog{
        width: 700px;
    }
    #quiz_modal .modal-dialog{
        width: 975px;
    }
}
@media (max-width: 990px) and (min-width: 768px){
    .modal-dialog{
        width: 700px;
    }
    #quiz_modal .modal-dialog{
        width: 700px;
    }
}
#quiz_modal .modal-body{
    padding: 15px 97px;
}
#quiz_modal .close{
    position: absolute;
    top: 3px;
    right: 6px;
    z-index: 9999;
}
.modal-footer{
        padding: 40px 20px;
    background: rgb(91,99,213);
    background: linear-gradient(90deg, rgba(91,99,213,1) 0%, rgba(128,102,208,1) 50%, rgba(175,105,202,1) 100%);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.modal-content{border: none;}

.modal-header .close{
      font-size: 34px;
    position: absolute;
    right: 10px;
    top: -1px;
    color: #fff;
    z-index: 999;
}
#callback_modal .modal-header .close{top:5px;}
#found_modal .modal-header .close{top:5px;}
.modal_top_character_info{
    display: flex;
    margin-top: 30px;
}
.single_info{
        margin-right: 30px;
    text-align: left;
}
.single_title{
    font-size: 14px;
    margin-bottom: 8px;
    color: #fff;
}
.single_value{
        font-size: 22px;
        color: #fff;
}
.modal-header{
    background: url(/image/advance_bg.jpg) no-repeat;
    border: none;
    background-position: 100% 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.modal-title{
    color: #fff;
    font-size: 28px;
}
.modal-header .images{
        float: left;
        margin-top: 10px;
}
.modal-title{
        color: #fff;
    font-size: 28px;
    margin-top: 15px;
    text-align: right;
}


.news_page{
    margin: 50px 0;
}
.btn-primary{
    background-color: #6F65D3;
    background-image: none;
    border: none;
    font-size: 14px;
    padding: 15px 30px;
    line-height: 1;
}
/****** PAGES ***************/


.menu_mobile svg {
  width: 75px;
  height: 70px;
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.menu_mobile path {
  fill: none;
  -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  -moz-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  -o-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  -ms-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  stroke-width: 40px;
  stroke-linecap: round;
  stroke: #fff;
  stroke-dashoffset: 0px;
}
.menu_mobile path#top,
.menu_mobile path#bottom {
  stroke-dasharray: 240px 950px;
}
.menu_mobile path#middle {
  stroke-dasharray: 240px 240px;
}
.menu_mobile.cross path#top,
.menu_mobile.cross path#bottom {
  stroke-dashoffset: -650px;
  stroke-dashoffset: -650px;
}
.menu_mobile.cross path#middle {
  stroke-dashoffset: -115px;
  stroke-dasharray: 1px 220px;
}
.menu_mobile{display: none;}


#callback_modal h4,#found_modal h4{
    text-align: center;
    font-size: 26px;
    color: #fff;
    margin: 0;
}
.modal_found_provaiders{
        padding: 20px 0;
    text-align: center;
    border-bottom: 1px solid #ccc;
        margin-bottom: 40px;
}
.modal_found_provaiders a{
    display: inline-block;
    margin-bottom: 20px;
}
#callback_modal .modal-header,#found_modal .modal-header{padding: 25px 0;}
#callback_modal p.text,#found_modal p.text{
        font-size: 16px;
    text-align: center;
    line-height: 1.4;
    font-weight: 600;
    margin-top: 20px;
}
.modal_form_container{
        margin-top: 30px;
    margin-bottom: 30px;
}
.modal_form_container input{
height: 50px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    font-size: 12px;
    color: #323232;
    text-transform: uppercase;
    padding-left: 20px;
}
.modal_form_container button{
    font-size: 16px;
    color: #fff;
    background: #C42A5D;
    margin: auto;
    display: block;
    border: none;
    padding: 15px 38px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
 
}
.modal_form_container button:hover{
        background: #9b244b;
}


/****** QUIZ ***************/
.line_bar{
        display: flex;
    align-items: center;
    padding-top: 40px;
    border-top: 1px solid #E5E5E5;
    margin-top: 30px;
    margin-bottom: 50px;
    margin-right: -10px;
    margin-left: -10px;
}
.bar_single{
    display: block;
    height: 10px;
    background: #D7DDF4;
    position: relative;
    width: 30%;
    margin: 0 10px;
}
.bar_single.active{
    background: #C26AC7;
}
.bar_single p{
        position: absolute;
    top: -25px;
    width: 100px;
    text-align: center;
    left: 50%;
    margin-left: -50px;
    font-size: 14px;
    color: #404040;
    font-weight: 500;
}
.slide{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.5s;
}
.active-slide{
  opacity: 1;
  z-index: 2;
  position: relative;
}
.quiz-container{
  position: relative;
 
  margin-top: 20px;
}
#quiz{/* min-height: 250px; */}
.quiz_form_container{
    display: none;
}
.question{
        font-size: 22px;
    font-weight: 600;
        line-height: 1;
    text-align: center;
    color: #404040;
}
.answers{
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    justify-content: space-between;
}
.answers label{
    width: 49%;
       background: #F8F9FD;
    font-size: 16px;
    
    padding: 10px 20px 10px 10px;
    margin-bottom: 15px;
    cursor: pointer;
    transition: .4s;
        background: #F8F9FD;
    display: flex;
    align-items: center;
}
.control-label{transition: .4s;}
.answers label:hover .control-label{
    /* color: #5690AF; */
    
}
.radio_label input,.checkbox_label input{display: none;}
.checkbox_label .control-label{
        color: #404040;
    font-size: 18px;
    padding: 3px 5px 3px 4px;
}
.radio_label .check{
width: 18px;
    height: 18px;
    background: #fff;
    border: 1px solid #E5E5E5;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    margin-right: 15px;
    position:relative;
}
.checkbox_label .check{
width: 18px;
    height: 18px;
    background: #fff;
    border: 1px solid #E5E5E5;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
        margin-right: 10px;
    position: relative;
    margin-left: 5px;
    
}

.checkbox_label.error .check{background: #a74646;}
.quiz_btn_container{
    position: relative;
    z-index: 999;
}
.answers input[type=checkbox]:checked+.check:before,.answers input[type=radio]:checked+.check:before{
    /* background-color: #13396C; */
        content: '';
    width: 8px;
    height: 8px;
    display: block;
    position: absolute;
    background: #A753AC;
    top: 50%;
    margin-top: -4px;
    left: 4px;

}
@media (min-width: 768px){
    .checkbox_label:hover .check:before{
                content: '';
    width: 8px;
    height: 8px;
    display: block;
    position: absolute;
    background: #A753AC;
    top: 50%;
    margin-top: -4px;
    left: 4px;
    }
}
.answers input[type=checkbox]:checked+.check+.control-label,.answers input[type=radio]:checked+.check+.control-label{
        /* color: #5690AF;
        font-weight: 600; */
}
.answers input[type=text]{
width: 100%;
    border: 1px solid #E5E5E5;
    height: 60px;
    font-size: 14px;
    color: #333333;
    padding: 0 10px 0 69px;
    text-transform: uppercase;
    background: #fff;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    transition: .4s;
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: 33px;
    line-height: 1;
    margin-top: 34px;
    background-image: url(/image/house.svg);
    background-size: 16px 16px;
}
.last_inputs_cont{
    display: flex;
    align-items:center;
    justify-content: space-between;
    flex-wrap:wrap;
}
.last_inputs_cont > p{
        width: 100%;
    margin-bottom: -25px;
    text-align: right;
}
.last_inputs_cont input{
    border: 1px solid #E5E5E5;
    height: 60px;
    font-size: 14px;
    color: #333333;
    padding: 0 10px 0 69px;
    text-transform: uppercase;
    background: #fff;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    transition: .4s;
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: 33px;
    line-height: 1;
    margin-top: 34px;
    width: 49%;
}
.last_inputs_cont input[name="user_n"]{
    background-image: url(/image/face.svg);
}
.last_inputs_cont input[name="user_p"]{
        background-image: url(/image/phone1.svg);
    background-size: 16px 16px;
}

#quiz_modal h4{
        color: #fff;
    text-align: center;
    font-size: 24px;
    letter-spacing: 1px;
    font-weight: 900;
}
.quiz_btn_container{
    display: flex;
    align-items: center;
    justify-content: space-around;
        
            margin-top: 60px;
    margin-bottom: 30px;
}
.quiz_btn_container button{
       -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    color: #fff;
    background-color: #5863D6;
    border: 1px solid #5863D6;
    padding: 23px 59px 23px 31px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    border-radius: 10px;
        background-image: url(/image/arrowright.svg);
    background-repeat: no-repeat;
    background-size: 18px 18px;
    
        background-position: calc(100% - 25px) center
   
}
.quiz_btn_container button:hover{
    background-color: #fff;
    color: #5863D6;
}
#next{
    /* margin-left: auto; */
}
#previous{
    padding: 23px 31px 23px 59px;
    color: rgb(194, 106, 199);
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(194, 106, 199);
    background-image: url(/image/arrowleft.svg);
    background-position: 25px center;
}
#previous:hover{
    background-color: rgb(194, 106, 199);
    color: #fff;
}


.quiz_form_container p.top_text{
        text-align: center;
    font-size: 22px;
    margin-bottom: 20px;

    
}
.quiz_form_container > p{
    font-size: 15px;
    color: #404040;
    margin-bottom: 32px;
    margin-top: 23px;
}
.quiz_form_container > p a{
    color: #2353A4;
    text-decoration: underline;
}
.quiz_form_container .question{text-transform:uppercase;}
.quiz_form_container{
        /* max-width: 450px; */
    margin: 0 auto 20px;
}
.quiz_form_container label{
        display: block;
    font-size: 16px;
        margin-bottom: 10px;
}
.quiz_form_container input{

}
.quiz_form_container button{
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    color: #fff;
    background: #5863D6;
    border: none;
    padding: 23px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    border-radius: 10px;
    display: block;
    margin: auto;
}
/****** QUIZ ***************/

.modal_response{
        text-align: center;
    font-size: 24px;
    font-weight: 900;
}
.modal_response.success{
    color: #068B07;
}
.modal_response.error{
    color: #d50f0f;
}
.prod_connect_form .modal_response.success{
        color: #fff;
    line-height: 1.2;
    margin-top: 10px;
}
input.input_error{border:1px solid;border-color: #d50f0f;}
.home_banner_form_container input.input_error{border-width: 2px;}
.prod_chanel_list_spand{
        text-align: left;
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline;
    color: #7365D2;
    cursor: pointer;
}
#shoose_tarif_btn{position: relative;}
#shoose_tarif_btn.sending{
        background: #7c2945;
}
#shoose_tarif_btn.sending:before{
    content: '';
    display: block;
    width:100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('/image/sending.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 75% 75%;
}
body.sending:before{
        content: '';
    display: block;
    width:100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-image: url('/image/sending.svg');
    background-repeat: no-repeat;
    background-position: center;
        background-size: 70px 70px;
    z-index: 9999;
}
body.sending:after{
        content: '';
    display: block;
    width:100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.4);
    z-index: 9998;
}
.prod_chanel_list_container{display: none;font-size:14px;text-align:left;}

.home_bottom_form{
    background: #F7F9FD;
    padding-top: 60px;
    padding-bottom: 56px;
  }
  .home_bottom_form form{
        max-width: 585px;
    margin: auto;
  }
  .home_bottom_form .form_cover{
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  .home_bottom_form .form_cover .item input{
    display: none;
  }
  .home_bottom_form .form_cover .item label{
    font-size: 18px;
    color: #404040;
    margin-bottom: 0;
    position: relative;
        padding-left: 28px;
    cursor: pointer;
  }
  .home_bottom_form .form_cover .item label:before{
    content: '';
    width: 18px;
    height: 18px;
    background: #fff;
    border:1px solid #E5E5E5;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:    0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    box-shadow:         0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
  }
  .home_bottom_form .form_cover .item input:checked+label:after{
    content: '';
    width: 8px;
    height: 8px;
    display: block;
    position: absolute;
    background: #A753AC;
    top: 50%;
    margin-top: -4px;
    left: 5px;
  }

  .home_bottom_form form > input[type="text"],.home_bottom_form form > input[type="tel"],.home_bottom_form form > input[type="text"].error:focus,.home_bottom_form form > input[type="tel"].error:focus{
        width: 100%;
    border: 1px solid #E5E5E5;
    height: 60px;
    font-size: 14px;
    color: #333333;
    padding: 26px 26px 26px 69px;
    text-transform: uppercase;
    background-color: #fff;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    transition: .4s;
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: 33px;
  }
  .home_bottom_form form > input[type="text"].error,.home_bottom_form form > input[type="tel"].error{
      background-color: #f1b8b8;
  }
  .home_bottom_form form > input:focus{
    box-shadow: none;
  }
  .home_bottom_form form > input[name="user_n"]{
    background-image: url(/image/face.svg);
  }
  .home_bottom_form form > input[name="user_p"]{
    background-image: url(/image/phone1.svg);
    background-size: 16px 16px;
  }
  .home_bottom_form form > input[name="user_a"]{
    background-image: url(/image/house.svg);
    background-size: 16px 16px;
  }
  .home_bottom_form form p.policy{
        font-size: 16px;
    color: #404040;
    margin-top: 20px;
  }
  .home_bottom_form form p.policy a{
        color: #2353A4;
    text-decoration: underline;
  }
  .arrow_left_carousel img,.arrow_right_carousel img{width: 50px;height: 50px;}
  .owl-carousel .owl-buttons div{opacity: 1;}
  .arrow_left_carousel{margin-left: -70px;-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    background: transparent;
    margin-top: -70px;
  }
  .arrow_right_carousel{margin-right: -70px;-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    background: transparent;
    margin-top: -70px;
  }
  .home_bottom_form form p.policy a:hover{text-decoration: none;}
  .home_bottom_form form > input[type="submit"]{
        display: block;
    margin: auto;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 500;
    line-height: 1;
    padding: 20px 41px;
    text-transform: uppercase;
    border-radius: 10px;
    border: none;
    background: rgb(89,99,214);
background: linear-gradient(90deg, rgba(89,99,214,1) 0%, rgba(176,105,201,1) 100%);
    margin-top: 45px;
  }

  .home_bottom_two_btns{
        text-align: center;
    padding-bottom: 60px;
    padding-top: 40px;
  }
  .home_bottom_two_btns .title{
        font-size: 24px;
    color: #404040;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 40px;
  }
  .home_bottom_two_btns .text{
        font-size: 18px;
    color: #404040;
    font-weight: 500;
    margin-bottom: 50px;
    line-height: 1.6;
  }
  .home_bottom_two_btns .item a:first-child{
        font-size: 14px;
    display: inline-block;
    color: #404040;
    padding: 15px 29px;
    text-transform: uppercase;
    font-weight: 500;
    border: 1px solid #404040;
    border-radius: 10px;
    margin-right: 25px;
  }
  .home_bottom_two_btns .item a:last-child{
        font-size: 14px;
    display: inline-block;
    color: #404040;
    padding: 15px 61px;
    text-transform: uppercase;
    font-weight: 500;
    border: 1px solid #404040;
    border-radius: 10px;
  }
  .home_bottom_two_btns .item a:hover,.home_bottom_two_btns .item a.active{
        background: rgb(89,99,214);
    background: linear-gradient(90deg, rgba(89,99,214,1) 0%, rgba(176,105,201,1) 100%);
    border: 1px solid rgb(89,99,214);
    color: #fff;
  }
  
  .tech_support_cont{
        position: relative;
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    margin: auto;
}
.tech_support_cont > a{
        color: #fff;
    font-size: 16px;
    background-image: url(/image/24-hours.svg);
    background-repeat: no-repeat;
    padding: 9px 8px 9px 45px;
    background-size: 30px;
    background-position: 0 50%;
        position: relative;
    display: inline-block;
}

.tech_support_cont > a:after{
        content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 36px;
    /* background-color: #000; */
    width: calc(100% - 36px);
    height: 100%;
    border: 1px solid #fff;
}

.phones_cont{
        position: absolute;
        padding: 10px 20px;
    width: 250px;
    color: #fff;
    top: 25px;
    
    text-align: left;
    list-style: none;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 40%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 40%);
    background: #fff;
    z-index: 99;
    right: 0;
    display: none;
}

.phones_cont li{
    color: #000;
    font-size: 14px;
}
  
.fixed_header{
        position: fixed;
    width: 100%;
    padding: 4px 10px;
    background: #8077c0;
    z-index: 999;
    top: -100%;
}
.fixed_phones_cont{
        display: flex;
    align-items: center;
    justify-content: flex-end;
    /* margin-top: 14px; */
}
.fixed_phones_cont .phone_1{
        color: #ffa500;
    /* text-align: center; */
    font-size: 26px;
    font-weight: 900;
    /* display: block; */
    /* width: fit-content; */
    width: -moz-fit-content;
    /* width: -webkit-fit-content; */
    /* margin: 0 auto 15px; */
    margin-right: 10px;
}
.fixed_phones_cont .phone2{
    font-size: 12px;
    color: #fff;
    display: block;
    text-transform: uppercase;
    /* width: fit-content; */
    width: -moz-fit-content;
    /* width: -webkit-fit-content; */
    /* margin: auto; */
    padding-bottom: 2px;
    border: 1px solid #ffa500;
    line-height: 1;
    padding: 10px 16px;
    background: #ffa500;
}

.top_new_wrapper{margin-right: 30px;}
.tech_support_cont{padding-right: 30px;}

.title_container .top_new_wrapper{
        margin-top: 30px;
    margin-bottom: -60px;
}
.top_new_wrapper > p,.title_container .top_new_wrapper > p{
        color: #fff;
    font-size: 20px;
    margin-top: 10px;
}

.top_new_wrapper .home_banner_phone{
        color: #ffa500;
    text-align: center;
    font-size: 26px;
    font-weight: 900;
    display: block;
    width: fit-content;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    margin: 0 auto 15px;
}

.title_container .top_new_wrapper{margin-right: 0;}
.fixed_logo_container .logo_link_container.prov{margin-top: 0;flex-direction: row;}
.ds_fixed{display: flex;align-items:center;flex-wrap:wrap;}
.ds_fixed .logo_link_container img{max-height: 40px;}

/****** MEDIA ***************/
@media (min-width: 991px) and (max-width: 1200px){
    .top_menu_container ul li a{font-size: 12px;}
    .choose_city_container a{font-size: 13px;}
    .home_popular_tarifs_container .carousel_item{padding: 20px 10px;}
    .home_popular_tarifs_container .carousel_item > p:not(.price){font-size: 14px;height: 60px;}
    .found_advance_blocks_container a span:first-child{font-size: 13px;}
    .found_advance_blocks_container a span:last-child{font-size: 60px;height: 145px;}
    
    .advanced_title_container p{line-height: 1.2;}
}
@media (min-width: 768px) and (max-width: 990px){
    .top_menu_container ul{justify-content: space-between;margin-top: 17px;}
    .top_menu_container ul li{margin-left: 0;}
    .news_item{margin-bottom: 30px;}
    .get_profit_offer_container .home_offer_title{line-height: 1.3;}
    .header_phone_line_container{display: none;}
    .home_banner_container{min-height: 675px;}
    .address_search_container{margin-top: 10px;}
    .tarifi_top_filter_container{margin-top: 25px;}
    
    .home_internet_links a:not(:last-child){margin-right: 15px;}
    .advanced_title_container p{line-height: 1.2;}
    
    .title_container .top_title{margin-top: 175px;}
}
@media (max-width: 768px){
    #quiz_modal .modal-body{padding: 15px;}
    .menu_mobile{
        display: block;
    position: absolute;
    top: 30px;
    right: 0;
    z-index: 999;
}
    .header_phone_line_container{display: none;}
    .top_menu_container{
        position: fixed;
        left: -100%;
        transition: .4s;

    z-index: 999;
    background: url(/image/newbg.jpg) no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    }
    .top_menu_container.open{left: 0;}
    .top_menu_container ul{
        flex-direction: column;
    }
    .top_menu_container ul li{
            margin-left: 0;
    margin-bottom: 20px;
    }
    .home_banner_container .home_banner_title{font-size: 30px;}
    .home_banner_container .home_banner_text{font-size: 16px;line-height: 1.3;margin-bottom: 25px;}
    .home_banner_form_container{max-width: unset;}
    .home_banner_container >.container{width: 100%;}
    .home_banner_container{min-height: 590px;}
    .home_popular_tarifs_container .carousel_item > p:not(.price){font-size: 15px;}
    .home_news_img_container img{margin:auto;}
    .news_item{text-align: center;margin-bottom: 40px;}
    .home_news_date_container{justify-content: center;}
    .get_profit_offer_container .home_offer_title{line-height: 1.3;margin-bottom: 25px;font-size: 18px;}
    .get_profit_offer_container .home_offer_text{font-size: 16px;margin-bottom: 30px;}
    .get_profit_offer_container a{padding: 15px 40px;}
    .get_profit_offer_container{padding: 40px 0;}
    .footer_copy_text_container p{font-size: 12px;}
    .search_result{right: 0;}
    .address_search_container{margin-top: 20px;}
    .tarifi_top_filter_container{margin-top: 30px;}
    .ocf-offcanvas .ocfilter-mobile-handle .btn{    background: #6F65D3;border:none;}
    .filter_name{    padding: 22px 15px;}
    .title_container .top_title{font-size: 32px;line-height: 1.3;}
    .modal-title{font-size: 22px;}
    body.open_menu{overflow: hidden;}
    .prod_connect_form button{width:100%;margin-left: 0;}
    
    .sbrosit-vse{
        float: none;
    position: unset;
    bottom: 0;
    padding: 0;
    margin-top: 10px;
    }
    .sbrosit-vse button{
        padding: 15px 0!important;
    }
    .sbrosit-vse button p{
        font-size: 14px!important;
    margin: 0;
    }
    .sbrosit-vse button p br{display: none;}
    .filter_values label{width: 100%;}
    
    .home_internet_links a:not(:last-child){margin-right: 10px;}
    .home_internet_links a{padding: 20px 30px;}
    .choose_city_container{margin-left: -30px;}
    .last_inputs_cont{flex-wrap: wrap;}
    .last_inputs_cont input[name="user_n"],.last_inputs_cont input[name="user_p"]{width: 100%;    margin: 5px 0;}
    .quiz_form_container > p{font-size: 12px;}
    .quiz_form_container button{font-size: 12px;padding: 10px;}

    .quiz_btn_container{
        margin-top: 20px;
    margin-bottom: 20px;
    }
    .quiz_btn_container button{
            padding: 10px 30px 10px 10px;
                background-position: calc(100% - 4px) center;
    }
    #previous{
            padding: 10px 10px 10px 30px;
                background-position: 5px center;
    }
    .home_advance_container{padding: 20px 0;}
    .advanced_title_container p{font-size: 24px;margin-bottom: 20px;line-height: 1.2;}
    
     .title_container .top_new_wrapper{margin-bottom: 0;}
    .title_container .top_title{margin-top: 115px;}
    
    .logo_link_container p span{font-size: 15px;}
    .logo_link_container:not(.prov) img{width:34px;height:60px;}
    .fixed_phones_cont .phone_1{font-size:16px;}
    .fixed_phones_cont .phone2{padding: 10px 7px;}
}

@media (max-width: 576px){
    .home_container{width: 38%;}
    .street_container{width: 60%;}
    .home_banner_container button{padding: 18px 38px;}
    .need_help_container a{margin-top: 20px;width: 100%;padding: 20px 10px;}
    .need_help_container .need_title{font-size: 18px;}
    .footer_copy_text_container p{line-height: 1.4;}
    .footer_policy_link a{line-height: 1;}
    .search_result li{width: 100%;}
    .title_container{min-height:570px;}
    .title_container.information_page{min-height:250px;padding-bottom: 40px;}
    .home_banner_form_container .search_result{right: 0;}
    .answers{flex-direction:column;}
    .answers label{width: 100%;}
    
    .home_bottom_two_btns .item a:first-child{padding: 15px;margin-right: 10px;}
    .home_bottom_two_btns .item a:last-child{padding: 15px 10px;}
    
    .choose_city_container{margin-right: -45px;}
    .home_internet_links a{padding: 10px;}
    
    .arrow_left_carousel{
            left: 0;
    margin-left: 0;
    margin-top: -100px;
    }
    .arrow_right_carousel{
        margin-right: 0;
        right: 0;
        margin-top: -100px;
    }
    .quiz_btn_container{flex-direction: column;}
    #next{margin:auto;}
    #previous{margin-bottom: 10px;}
    .logo_link_container.prov{margin-top: -10px;}
    
    .fixed_phones_cont .phone2{
            margin-top: 6px;
                padding: 6px 7px;
    }
    .fixed_phones_cont{
            flex-direction: column;
    margin-top: 0;
    align-items: flex-end;
    }
    
    .logo_link_container p{line-height: 1;margin-bottom: 0;}
    .logo_link_container:not(.prov) img{height: 37px;}
    .title_container{padding-bottom: 130px;}
}

@media (max-width: 440px){
    .home_bottom_two_btns .item a:first-child{width: 100%;margin-right: 0;margin-bottom: 10px;}
    .home_bottom_two_btns .item a:last-child{width: 100%;}
    .home_bottom_two_btns .title{line-height: 1.2;margin-bottom: 20px;}
    .home_bottom_form .form_cover .item label{font-size: 11px;}
    .home_three_links .cover{padding: 30px;background-position: calc(100% - 20px);}
    .home_three_links .cover p span:first-child{font-size:16px;}
    .home_three_links .cover p span:last-child{font-size: 19px;}
    .logo_link_container p span{font-size: 16px;}
    .home_banner_container .home_banner_title{font-size: 20px;}
    .home_banner_container .home_banner_text{font-size: 13px;}
    .street_container,.home_container{width: 100%;margin-right: 0;margin-bottom: 10px;}
    .home_banner_form_container input:first-child{margin-right: 0;border-radius: 5px;}
    .home_container select{border-radius: 5px;}
    .home_banner_form_container{flex-wrap: wrap;}
    .home_popular_providers_container .slider_title2, .home_popular_tarifs_container .slider_title2{font-size: 22px;margin-bottom: 20px;}
    .home_popular_providers_container{padding: 30px 0 40px 0;}
    .home_popular_providers_container .carousel_item{padding:15px 10px;}
    .home_popular_providers_container .slider_title1, .home_popular_tarifs_container .slider_title1{font-size: 18px;}
    .home_popular_tarifs_container{    padding: 20px 0 40px 0;}
    .need_help_container{padding: 20px 0;}
    .need_help_container .need_title{font-size: 16px;}
    .need_help_container a{font-size: 14px;}
    .home_advance_container{padding: 22px 0;}
    .advance_single .advance_title{font-size: 16px;margin-bottom: 12px;}
    .home_advance_container .img_container{    margin: 0 auto 20px;}
    .advance_single .advance_text{font-size: 14px;}
    .footer_copy_text_container,.footer_policy_link{width: 100%;text-align: center;}
    .address_items{flex-wrap: wrap;}
    .street_container input, .home_container select{border-radius: 5px;}
    .menu_mobile{
        top: 45px;
    right: 0;
    }
    .choose_city_container{text-align: right;}
    .prod_connect_single label{margin-bottom: 10px;}
    .prod_connect_single{flex-direction:column;}
    .prod_connect_form button{margin-top:40px;}
    
    .home_internet_links a:not(:last-child){margin-right: 0;margin-bottom: 9px;}
    .home_internet_links a{width: 100%;}
    .choose_city_container p{text-align:center;font-size: 11px;}
    .advanced_title_container p{font-size:21px;}
    .text-desc h1{font-size: 21px;}
    
    
    .logo_link_container{justify-content:center;}
    /* .fixed_logo_container{width: 40%;} */
    .fixed_phones_cont{width: 60%;}
    .fixed_phones_cont .phone_1{margin-right: 0;font-size: 11px;}
    
    .top_new_wrapper{margin-right: 0;}
    .logo_link_container:not(.prov) img{height: 30px;}
    
    .fixed_phones_cont .phone2{margin-top: 0;padding:6px 7px;font-size: 7px;}
    .ds_fixed .logo_link_container.rostel img{margin-right: -40px;}
}

/****** MEDIA ***************/

