

@font-face {
    font-family: 'NoirProRegular';
    src: url('../fonts/NoirPro-Regular.eot');
    src: local('☞Noir Pro'), local('NoirPro-Regular'),
    url('../fonts/NoirPro-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NoirPro-Regular.woff2') format('woff2'),
    url('../fonts/NoirPro-Regular.woff') format('woff'),
    url('../fonts/NoirPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'NoirProMedium';
    src: url('../fonts/NoirPro-Medium.eot');
    src: local('☞Noir Pro Medium'), local('NoirPro-Medium'),
    url('../fonts/NoirPro-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NoirPro-Medium.woff2') format('woff2'),
    url('../fonts/NoirPro-Medium.woff') format('woff'),
    url('../fonts/NoirPro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'NoirProBold';
    src: url('../fonts/NoirPro-Bold.eot');
    src: local('☞Noir Pro Bold'), local('NoirPro-Bold'),
    url('../fonts/NoirPro-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NoirPro-Bold.woff2') format('woff2'),
    url('../fonts/NoirPro-Bold.woff') format('woff'),
    url('../fonts/NoirPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'NoirProBoldItalic';
    src: url('../fonts/NoirPro-BoldItalic.eot');
    src: local('☞Noir Pro Bold Italic'), local('NoirPro-BoldItalic'),
    url('../fonts/NoirPro-BoldItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NoirPro-BoldItalic.woff2') format('woff2'),
    url('../fonts/NoirPro-BoldItalic.woff') format('woff'),
    url('../fonts/NoirPro-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'NoirProItalic';
    src: url('../fonts/NoirPro-Italic.eot');
    src: local('☞Noir Pro Italic'), local('NoirPro-Italic'),
    url('../fonts/NoirPro-Italic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NoirPro-Italic.woff2') format('woff2'),
    url('../fonts/NoirPro-Italic.woff') format('woff'),
    url('../fonts/NoirPro-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}
body{
    line-height: 1.2;
    font-family: 'NoirProRegular', sans-serif;
    background: #EBEBEB;
}
.test{
    width: 1440px;
    left: 50%;
    transform: translateX(-50%);
}
.container{
    width: 80rem;
}
.logo{
    display: block;
    width: 12.179rem;
}
header{
    padding: 1.8rem 0;
    background: #9E0B51;
    transition: all 0.35s;
}
header.shadow{
    padding: 1rem 0;
}
.btn{
    background: white;
    color: black;
    font-size: 0.875rem;
    border-radius: 100px;
    padding: 0 2.3rem;
    font-family: 'NoirProRegular', sans-serif;
    display: inline-block;
}
.btn:hover, .btn.border:hover{
    background: #F1368D;
    color: white;
    border-color: #F1368D;
}
.btn.purple:hover, .btn.tariff_btn:hover, .submit_btn.submit_btn:hover{
    background: #9E0B51;
    color: white;
    border-color: #9E0B51;
}
.footer_form .btn:hover{
    color: white;
    background: #be216a;
}
.btn.big{
    font-size: 1rem;
}
.btn.border{
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.01);
    backdrop-filter: blur(14px);
    min-width: 19.1rem;
    color: white;
}
.btn.big span{
    height: 4.25rem;
}
.btn span{
    height: 3.438rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu{
    position: absolute;
    left: 48.2%;
    transform: translate(-50%, -50%);
    top: 50%;
    font-size: 0.875rem;
    width: max-content;
}
.menu a{
    display: inline-block;
    margin: 0 0.85rem;
    color: white;
}
.menu a:hover{
    color: rgba(255,255,255,0.8);
}
.banner{
    height: 28.8rem;
    display: flex;
    align-items: flex-end;
    padding: 1.6rem 1.8rem;
    position: relative;
    overflow: hidden;
}
.ab_img{
    position: absolute;
    left: 0;
    top: 0;
}
.banner_btns{
    position: relative;
    z-index: 1;
    width: 100%;
}
.ya_logo{
    margin-top: 1.5rem;
    margin-bottom: 0.6rem;
}
.ya_logo_text{
    font-size: 1.5rem;
    font-family: NoirProMedium, sans-serif;
}
#box-1{
    padding-top: 7.438rem;
    padding-bottom: 1.9rem;
    background: #9E0B51;
    color: white;
}
#box-2{
    padding-top: 3.4rem;
}
.section_title{
    font-family: NoirProMedium, sans-serif;
    font-size: 2.25rem;
    text-transform: uppercase;
    margin-bottom: 1.4rem;
    color: #9E0B51;
}
.box2_img{
    width: 25.813rem;
}
#box-2 .content{
    margin-bottom: 1.5rem;
}
.snow{
    width: 20.188rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.box2_row > div{
    position: static;
}
.box22_row .content{

}
.box22_row .content p{
    margin-bottom: 0;
}
.box22_row .content ul{
    margin-bottom: 0.2rem;
}
.box22_row .content i{
    font-family: NoirProBoldItalic, sans-serif;
}
#box-2 .box22_row .content{
    margin-top: 0.8rem;
    margin-bottom: 0;
}
#box-3{
    padding-top: 5rem;
}
.section_title.sm{
    font-size: 2rem;
}
.btn.purple{
    background: transparent;
    border-color: #9E0B51;
    color: #9E0B51;
    backdrop-filter: unset;
}
.box3_btn{
    margin-top: 2.5rem;
}
#box-4 .snow{
    transform: none;
    left: unset;
    right: 0;
    top: 2.3rem;
}
#box-5 {
    padding-top: 4.7rem;
}
.section_title.black{
    color: black;
}
.btn.full{
    min-width: unset;
    width: 100%;
    padding: 0;
}
.box5_title{
    font-size: 1.5rem;
    text-transform: uppercase;
    font-family: NoirProMedium, sans-serif;
    margin-top: 1.6rem;
    margin-bottom: 1.4rem;
}
.box5_img{
    height: 17.5rem;
}
#box-5 .section_title{
    margin-bottom: 2.8rem;
}
.box5_text{
    line-height: 1.43;
    margin-bottom: 2.7rem;
}
.box5_item{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#box-6 {
    padding-top: 3.5rem;
}
#box-6 .section_title{
    font-family: NoirProBoldItalic, sans-serif;
    font-size: 2.813rem;
    letter-spacing: -0.007rem;
    /*margin-bottom: 5.4rem;*/
    margin-bottom: 3rem;
    color: #F1368D;
}

.box6_slider_item{
    height: 37.5rem;
    position: relative;
}
#box-6 .btn{
    position: absolute;
    bottom: 1.9rem;
    transform: translateX(-50%);
    left: 50%;
}

.star_bg{
    background: #C31810;
}
.stars{
    white-space: nowrap;
    color: white;
}
.star_item{
    display: flex;
    align-items: center;
    font-family: NoirProMedium, sans-serif;
    font-size: 2.25rem;
    text-transform: uppercase;
    padding: 1.2rem 0;
    color: #FF7F79;
}
.star_item img{
    width: 2.188rem;
    margin: 0 1.1rem;
}

#box-7{
    padding-top: 4.8rem;
    color: white;
}
#box-7 .section_title{
    color: white;
}
.marquee {
    animation: scroll 20s linear infinite;
}
.reverce {
    animation-direction: reverse;
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(calc(-100% - 20px));
    }
}
.tariffs{
    padding-top: 3rem;
    padding-bottom: 2.6rem;
    background: #9E0B51;
}
.tariff_item{
    color: white;
    border-radius: 50px;
    background: #F1368D;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 1.7rem 1.5rem;
}
.tariff_title{
    text-align: center;
    font-family: NoirProMedium, sans-serif;
    text-transform: uppercase;
    font-size: 1.5rem;
    margin-bottom: 1.3rem;
}
.tariff_text{
    font-size: 0.875rem;
}
.tariff_text.content ul{
    margin-bottom: 0;
    line-height: 1.2;
}
.tariff_text.content ul li{
    margin-bottom: 0.65rem;
}
.tariff_text.off{
    color: #CECECE;
    text-decoration: line-through;
}
#box-7 .section_title{
    margin-bottom: 2.5rem;
}
.tariff_price{
    text-align: center;
    font-size: 1.5rem;
    font-family: NoirProBoldItalic, sans-serif;
    margin-top: 0.5rem;
    margin-bottom: 1.6rem;
}
.btn.tariff_btn{
    backdrop-filter: unset;
    background-color: white;
    color: #9E0B51;
}
.tariff_alert{
    opacity: 0.5;
    font-size: 0.875rem;
    font-family: NoirProItalic, sans-serif;
    margin-top: 20px;
}
#box-8{
    padding-top: 5rem;
}
.content b i{
    font-family: NoirProBoldItalic, sans-serif;
}
#box-8 .box3_btn{
    margin-top: 3.4rem;
}
.preim_item{
    height: 100%;
    background: linear-gradient(233deg, #FF7F79 -12.32%, #FF8CBD 105.71%);
    color: white;
    padding: 1.5rem 1.2rem;
}
.preim_icon{
    width: 5.5rem;
}
.preim_title{
    font-family: NoirProMedium, sans-serif;
    text-transform: uppercase;
    font-size: 1.5rem;
    margin-top: 2.6rem;
    margin-bottom: 1.4rem;
}
.preim_item .content *{
    margin-bottom: 0;
}
.marged_content {
    margin-bottom: 3.5rem;
}
.box88_row .snow{
    transform: none;
    top: -23.8rem;
    left: 0.1rem;
}
.h100{
    height: 100%;
}
#box-9{
    padding-top: 4.8rem;
}
.section_title.big{
    font-size: 2.5rem;
}
.zone_img{
    height: 19.4rem;
}
.zone_title{
    font-family: NoirProMedium, sans-serif;
    text-transform: uppercase;
    font-size: 1.5rem;
    margin-top: 1.6rem;
    margin-bottom: 1.4rem;
}
.zone_text{
    line-height: 1.4;
    margin-bottom: 2.7rem;
}
.zone_row{
    margin-top: 1.5rem;
}
.zone_item{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
#box-10{
    padding-top: 3.5rem;
}
.q_list{
    width: 66.5rem;
    margin: 0 auto;
    margin-top: 2.6rem;
}
.q_item{
    border-radius: 30px;
    border: 1px solid #FF8CBD;
    background: #FFF;
    box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.10);
    margin-bottom: 0.66rem;
}
.q_title{
    display: flex;
    align-items: center;
    font-family: NoirProMedium, sans-serif;
    font-size: 1.25rem;
    text-transform: uppercase;
    padding: 1rem 1.9rem;
}
.q_title.factive img{
    transform: rotate(-180deg);
}
.q_title span{
    width: calc(100% - 3.25rem);
    padding-right: 1rem;
}
.q_arrow{
    width: 3.25rem;
    height: 3.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F1368D;
    border-radius: 50%;
}
.q_arrow img{
    width: 2.5rem;
    transition: all 0.5s;
}
.q_content_box{
    background: rgba(255, 140, 189, 0.20);
    border-radius: 20px;
    padding: 1.25rem;
}
.q_content{
    padding: 0.3rem 1.7rem;
    padding-bottom: 1.6rem;
    display: none;
}
.q_content.factive{
    display: block;
}
#box-11{
    padding-top: 4.5rem;
}
.form{
    color: white;
    border-radius: 40px;
    padding: 1.9rem 2.5rem;
    padding-bottom: 1rem;
    position: relative;
    background: linear-gradient(94deg, #FA4B45 -10.01%, #F1368D 107.41%);
}
.form .section_title{
    color: white;
}
.big_snow{
    position: absolute;
    left: -5.1rem;
    top: -5.3rem;
    width: 39.513rem;
}
.form form{
    display: block;
    padding-left: 2.5rem;
}
.form-group{
    margin-bottom: 1rem;
}
.form-control{
    font-family: 'NoirProRegular', sans-serif;
    border: 1px solid #B0B0B0;
    background: #FFF;
    padding: 0 1.2rem;
    height: 2.813rem;
    width: 100%;
    border-radius: 30px;
}
.form-control::placeholder{
    color: rgba(0,0,0,0.4);
}
.policy{
    font-size: 0.75rem;
    margin-bottom: 1.8rem;
}
.policy a{
    color: white;
    text-decoration: underline;
}
.policy a:hover{
    text-decoration: none;
}

.form_row{
    position: relative;
    z-index: 2;
}
.btn.submit_btn{
    background: #FF8CBD;
    font-size: 1rem;
}
.map{
    border-radius: 40px;
    overflow: hidden;
    height: 23.7rem;
    border: 1px solid #9E0B51;
}
#box-12{
    padding-top: 5.1rem;
    padding-bottom: 4.95rem;
}
.cont_title{
    text-transform: uppercase;
    margin-bottom: 1rem;
    opacity: 0.5;
}
.cont_row .section_title{
    margin-bottom: 2.4rem;
}
.cont_items_row .mb_30{
    margin-bottom: 3rem;
}
.socials{
    display: flex;
}
.socials a{
    width: 5.5rem;
    height: 5.5rem;
    border: 1px solid red;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.7rem;
    background: linear-gradient(94deg, #FA4B45 -10.01%, #F1368D 107.41%);
    position: relative;
    overflow: hidden;
}
.socials a:after{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: #F1368D;
    transition: all 0.35s;
    opacity: 0;
}
.cont_text{
    display: flex;
    flex-direction: column;
}
.socials a:hover:after{
    opacity: 1;
}
.socials a img{
    width: 3rem;
    position: relative;
    z-index: 1;
}
.f_title{
    font-family: "Unbounded", sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
}
.footer_logo{
    display: block;
    width: 15.188rem;
    margin-bottom: 6rem;
}
footer{
    padding-top: 2.5rem;
    padding-bottom: 1.8rem;
    background: #9E0B51;
    color: white;
}
footer a{
    color: white;
}
footer a:hover{
    color: rgba(255,255,255,0.6);
}
.f_text{
    line-height: 1.4;
}
.f_conts{
    list-style-type: none;
    margin: 0;
}
.f_conts li{
    margin-bottom: 1.7rem;
}
.f_menu{
    list-style-type: none;
    margin: 0;
    font-size: 0.875rem;
}
.f_menu li{
    margin-bottom: 2.07rem;
}
.footer_form{
    position: relative;
}
.footer_form .form-control{
    height: 3.125rem;
}
.footer_form .btn{
    position: absolute;
    right: 0;
    top: 0;
    background: #F1368D;
    color: white;
    font-size: 1rem;
}
.footer_form .btn span{
    height: 3.125rem;
}
.footer_form .policy{
    margin-top: 0.7rem;
}
.footer_socials {
    margin-top: 12.7rem;
}
.footer_socials a{
    display: inline-block;
    margin-left: 1rem;
}
.footer_socials a img{
    width: 1.8rem;
}
.footer_socials a:hover{
    opacity: 0.6;
}
.footer_bottom a{
    color: rgba(255,255,255,0.5);
}
.footer_bottom a:hover{
    color: white;
}
.page{
    padding-top: 11rem;
    padding-bottom: 3rem;
}
.result{
    font-size: 0.9rem;
}
.result p{
    color: white!important;
}
.footer_form .result p{
    margin-top: 1rem;
    margin-bottom: 0;
}