html, body {scroll-behavior:smooth;}
@view-transition{navigation:auto;}
::view-transition-old(root),::view-transition-new(root){animation-duration:1.25s;animation-timing-function:cubic-bezier(0.4,0,0.2,1);will-change:transform, opacity;contain:layout;}
::view-transition-old(root){animation-name:fadeOut;}
::view-transition-new(root){animation-name:fadeIn;}
@keyframes fadeOut{to{opacity:0;}}
@keyframes fadeIn{from{opacity:0;}}
@media(prefers-reduced-motion:reduce){::view-transition-old(root),::view-transition-new(root){animation:none;opacity:1;}}

*,
ul,
ol {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: var(--Text-Black, #141414);
    font-family: 'TTNormsPro', sans-serif;
    font-size: 16px;
    font-style: normal;
}

.wrapper {
    overflow: hidden;
}

.container {
    margin: 0 auto;
    max-width: 1200px;
}

.orange_btn{color:var(--White,#FFF);font-family:"TTNormsPro";font-size:16px;font-style:normal;font-weight:400;line-height:150%;display:flex;align-items:center;justify-content:center;border:none;border-radius:16px;corner-shape:squircle;background:#0000be!important;padding:16px 32px;text-decoration:none;-webkit-transition:all .75s ease;-moz-transition:all .75s ease;-o-transition:all .75s ease;-ms-transition:all .75s ease;transition:all .75s ease}
.orange_btn:hover{background-color:#EB008C!important;color:var(--White,#FFF)}

.white_btn{border-radius:16px;corner-shape:squircle;background:#FFF;color:#0000be;font-size:16px;font-style:normal;font-weight:400;line-height:150%;text-decoration:none;border:none;padding:16px 48px;display:flex;align-items:center;justify-content:center;width:fit-content;margin-top:48px;-webkit-transition:all .75s ease;-moz-transition:all .75s ease;-o-transition:all .75s ease;-ms-transition:all .75s ease;transition:all .75s ease}
.white_btn:hover{color:#fff;background:#EB008C}
.white_btn:focus{color:#fff;background:#EB008C}

.cat_btn{border-radius:16px;corner-shape:squircle;background:#EB008C;color:#fff;font-size:24px;font-style:normal;font-weight:400;line-height:1;text-decoration:none;border:none;padding:16px 48px;display:flex;align-items:center;justify-content:center;width:500px;margin-top:50px;-webkit-transition:all .75s ease;-moz-transition:all .75s ease;-o-transition:all .75s ease;-ms-transition:all .75s ease;transition:all .75s ease}
.cat_btn:hover{color:#0000be;background:#fff}
.cat_btn:focus{color:#0000be;background:#fff}

.girls_btn{border-radius:16px;corner-shape:squircle;background:#EB008C;color:#fff;font-size:24px;font-style:normal;font-weight:400;line-height:1;text-decoration:none;border:none;padding:16px 48px;display:flex;align-items:center;justify-content:center;width:500px;-webkit-transition:all .75s ease;-moz-transition:all .75s ease;-o-transition:all .75s ease;-ms-transition:all .75s ease;transition:all .75s ease;top:375px;position:relative;left:150px}
.girls_btn:hover{color:#0000be;background:#fff}
.girls_btn:focus{color:#0000be;background:#fff}

.section_title {
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.faq .section_title {
    color:#0000be;
}

.swiper-slide {
    height: auto;
}

/* header */
header {
    background-color: #fff;
    background: var(--White, #FFF);
    box-shadow: 0px 6px 16px 0px rgba(20, 20, 20, 0.10);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 101;
    background: rgba(var(--bg-page), 0.8);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: var(--transition);
}

.header_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_left {
    display: flex;
    align-items: center;
    gap: 40px;
}

.header_nav {
    display: flex;
    align-items: center;
    gap: 32px;
}

.header_nav a {
    color: var(--Text-Black, #141414);
    font-family: "TTNormsPro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 20.8px */
    text-decoration: none;
}

.header_nav a:hover{color:#0000be}

.header_right {
    display: flex;
    align-items: center;
    gap: 32px;
}

.header__phone {
    color: var(--Text-Black, #141414);
    font-family: "TTNormsPro";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 30px */
    text-decoration: none;
}

.header__phone:hover {color:#0000be;}

/* hero */
.hero{background:#fff;background-image:url(/images/cat_back.jpg);background-repeat:no-repeat;background-size:cover;background-position:top;color:var(--Text-White,#FFF);line-height:0;height:633px;margin-top:108px}
.hero_title{font-size:42px;font-style:normal;font-weight:700;line-height:120%;color:#EB008C;padding-top:40px}
.hero p{font-size:24px;font-style:normal;font-weight:400;line-height:150%;margin-top:40px;max-width:427px}
.hero .container{position:relative}
.hero .hero_banner{position:relative}
.hero_banner{margin:0 auto;max-width:1200px}
.hero_image{position:absolute;right:360px;bottom:-155px}
.hero_price{position:absolute;top:165px;display:flex;flex-direction:column;align-items:center;right:355px;color:#0000be;font-size:28px;font-style:normal;font-weight:700;transform:rotate(0deg)}
.hero_price svg{width:220px;height:18px;top:15px;position:fixed;transform:rotate(2deg)}
.hero_price svg path{stroke-width:2}
.header_menu {
    display: none;
}

/* offers */

.offers {
    margin-top: 80px;
}

.offers_block {
    position: relative;
}

.offers_swiper {
    padding-top: 32px;
    padding-top: 32px;
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 44px;
}

.offers_swiper .rate_card {
    height: 100%;
}

.offers_block .swiper-button-next {
    right: -68px;
}

.offers_block .swiper-button-prev {
    left: -68px;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #D2DAE1;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: #0000be;
}

.offers_block .swiper-button-next,
.offers_block .swiper-button-prev {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 6px 16px 0px rgba(20, 20, 20, 0.10);
    border-radius: 50%;
    background-color: #fff;
}

.offers_block .swiper-button-next svg,
.offers_block .swiper-button-prev svg {
    width: fit-content;
    height: fit-content;
}

.offers_block .swiper-button-next::after,
.offers_block .swiper-button-prev::after {
    display: none;
}

/* rate Card */
.rate_card {
    position: relative;
    border-radius:16px;
    corner-shape:squircle;
    background: #FFF;
    box-shadow: 0px 6px 16px 0px rgba(20, 20, 20, 0.10);
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.rate_card .status {
    position: absolute;
    display: flex;
    left: 32px;
    top: -15px;
    gap: 6px;
    padding: 4px 12px;
    color: #FFF;
    font-family: 'TTNormsPro';
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    border-radius: 200px;
    background: #0000be;
}

.rate_card_top {
    padding-bottom: 32px;
}

.rate_card_name {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

.rate_card_advantages {
    display: flex;
    flex-direction: column;
    gap: 20px;
    list-style: none;
    margin-top: 24px;
}

.rate_card_advantages li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
}

.rate_card_bottom {
    padding-top: 24px;
    border-top: 1px solid #D2DAE1;
}

.rate_card_price {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.rate_card_price_left {
    display: flex;
    gap: 12px;
    color: #0000be;
    font-family: 'TTNormsPro';
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 48px */
    align-items: end;
}

.rate_card_price_left span {
    color: #141414;
    font-family: "TTNormsPro", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
}

.rate_card_price_right {
    color: #707D89;
    font-family: "TTNormsPro";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    text-align: end;
}

.rate_card .orange_btn {
    margin-top: 24px;
}

.rate_card_more {
    margin: auto;
    display: flex;
    width: fit-content;
    margin-top: 20px;
    color: #0000be !important;
    text-align: center;
    text-decoration: none;
    font-family: "TTNormsPro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
}

/* address */

.address {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #fff;
}

.address_block {
    border-radius:16px;
    corner-shape:squircle;
    background: #0000be;
    padding: 64px;
}

.address_title {
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    /* 41.6px */
    display: flex;
    gap: 24px;
    align-items: center;
    margin-bottom: 32px;
}


.address span {
    color: #FFF;
    font-family: "TTNormsPro";
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
}

.address_bottom {
    margin-top: 8px;
    display: flex;
    gap: 16px;
}

.address_bottom input {
    border-radius:16px;corner-shape:squircle;
    background: #FFF;
    color: #707D89;
    font-family: "TTNormsPro";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    /* 24px */
    width: 100%;
    border: none;
    padding: 16px 24px;
    outline: none;
}

.address_bottom button {
    border-radius:16px;corner-shape:squircle;
    border: 1px solid #FFF;
    padding: 16px 48px;
    color: #FFF;
    font-family: "TTNormsPro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    background: transparent;
    flex: 0 0 auto;
    cursor: pointer;
}


/* tariffs */

.tariffs {
    margin-top: 0px;
    background: #F3F3F5;
    padding: 80px 0;
}

.tariffs_row {
    display: flex;
    gap: 24px;
    margin-top: 32px;
    justify-content: space-between;
}

.tariffs_row .rate_card {
    width: calc(33.333% - 16px);
}


/* promo */
.promo {
    margin-top: 80px;
}

.promo_block {
    position: relative;
    border-radius:16px;
    corner-shape:squircle;
    background: #0000be;
    padding: 64px;
}

.promo_rocket {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
}

.promo_lines {
    position: absolute;
    bottom: 0;
    right: 0;
}

.promo_status {
    border-radius: 200px;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 20px;
    width: fit-content;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
}

.promo_title {
    color: #FFF;
    font-size: 56px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin-top: 32px;
}

.promo_price {
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    /* 41.6px */
    margin-top: 4px;
}

.promo_price i {
    font-size: 28px;
}

.promo_advantages {
    display: flex;
    margin-top: 32px;
    color: #fff;
    gap: 40px;
}

.promo_advantage_name {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 30px */
    margin-top: 12px;
}

.promo_advantage_info {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    margin-top: 2px;
}

.promo .white_btn {
    margin-top: 32px;
}

/* faq */

.faq {
    margin-top: 50px;
}

.faq_item {
    border-bottom: 1px solid #D2DAE1;
    padding: 20px 0;
}

.faq_item:last-child {
    border: none;
}


.faq_question {
    width: 100%;
    border: none;
    background: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #141414;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 30px */
}

.faq_question svg {
    transition: .3s all ease;
}

.faq_question.active svg {
    transform: rotate(180deg);
}

.faq_question.active path {
    stroke: #0000be;
}

.faq_answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    color: var(--Text-Black, #141414);
    font-family: "TTNormsPro";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    /* 24px */
}

.faq_answer p {
    padding-top: 16px;
}

/* footer */

footer {
    background: #EB008C;
    background:linear-gradient(170deg,rgba(235,0,140,1)0%,rgba(0,0,190,1)100%);
    padding: 48px 0 32px 0;
    color: #FFF;
    margin-top: 80px;
}

.footer_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 40px;
    border-bottom: 1px solid #ffffff7a;
}

.footer_nav {
    display: flex;
    align-items: center;
    gap: 32px;
}

.footer_nav a {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-decoration: none;
}

.footer_nav a:hover {color:#0000be;}

.footer_about {
    margin-top: 40px;
    display: flex;
    gap: 107px;
}

.footer_about p {
    color: var(--Text-White, #FFF);
    font-family: "TTNormsPro";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    /* 21px */
    opacity: 0.5;
}

.footer_about a {
    color: var(--Text-White, #FFF);
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    flex: 0 0 auto;
    text-decoration: none;
}

.footer_about a:hover {color:#0000be;}

.footer_bottom {
    margin-top: 40px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    opacity: 0.5;
}

.hero_price .fa-solid,
.fas {
    font-size: 28px;
}

/* for header menu */
.header_open_menu {
    display: none;
}

.rate_card_advantages li i {
    font-size: 14px;
}

.fa-solid,
.fas {
    font-weight: 600;
}

@media (max-width:400px) {
.hero{margin-top:70px;height:370px;background-size:555px 300px;background-position:top}
.hero_title{font-family:TTNormsPro;font-size:18px;font-style:normal;font-weight:700;line-height:120%;padding-top:38px}
.hero p{margin-top:48px;font-family:"TTNormsPro";font-size:16px;font-style:normal;font-weight:400;line-height:150%}
.hero_image{position:absolute;right:12px;width:50%;top:143px}
.hero .cat_btn{margin-top:85px}
.hero_price{right:60px;top:47px;font-size:16px;font-style:normal;font-weight:700;line-height:130%;transform:rotate(-25deg)}
.hero_price svg{width:120px;height:11px;top:18px;position:fixed}
.hero_price svg path{stroke-width:3}
.cat_btn{font-family:TTNormsPro;font-size:20px;font-style:normal;font-weight:400;line-height:1;width:auto}
}

@media (min-width:401px) and (max-width:991px) {
.hero{margin-top:70px;height:370px;background-size:555px 300px;background-position:top}
.hero_title{font-family:TTNormsPro;font-size:19px;font-style:normal;font-weight:700;line-height:120%;padding-top:38px}
.hero p{margin-top:40px;font-family:"TTNormsPro";font-size:17px;font-style:normal;font-weight:400;line-height:150%}
.hero_image{position:absolute;right:18px;width:50%;top:117px}
.hero .cat_btn{margin-top:85px}
.hero_price{right:60px;top:42px;font-size:17px;font-style:normal;font-weight:700;line-height:130%;transform:rotate(-25deg)}
.hero_price svg{width:130px;height:12px;top:20px;position:fixed}
.hero_price svg path{stroke-width:3}
.cat_btn{font-family:TTNormsPro;font-size:20px;font-style:normal;font-weight:400;line-height:1;width:auto}
}

@media (max-width:1232px) {
body{font-family:TTNormsPro,sans-serif}
.container{max-width:480px;padding:0 8px!important;}
.header_nav{display:none}
.header_open_menu{display:flex;align-items:center}
.header_logo{height:38px}
.header_logo svg{width:114px;height:38px}
.header_right .orange_btn{display:none}
.header_right{gap:20px;padding-top:10px}
.header__phone{font-size:16px;font-weight:700;font-family:TTNormsPro}
.header_menu{display:block;position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#fff;z-index:9999;overflow-y:auto;-webkit-overflow-scrolling:touch;transition:.3s all ease;transform:translateY(-100%);padding-top:16px}
.header_menu.show{transform:translate(0)}
.white_btn{font-family:TTNormsPro;font-size:14px;font-style:normal;font-weight:500;line-height:150%;width:100%}
.orange_btn{font-family:TTNormsPro;font-size:14px}
.header_menu_top{display:flex;justify-content:space-between;align-items:center}
.header_menu ul{display:flex;flex-direction:column;margin-top:32px;list-style:none}
.header_menu ul li{padding:20px 0;border-bottom:1px solid #D2DAE1}
.header_menu ul li:first-child{padding-top:0}
.header_menu ul li:last-child{border-bottom:none;padding-bottom:0}
.header_menu ul a{color:var(--Text-Black,#141414);font-family:"TTNormsPro";font-size:16px;font-style:normal;font-weight:400;line-height:130%;text-decoration:none}
.header_menu ul a:hover{color:#0000be}
.header_menu .orange_btn{margin-top:50px;margin-bottom:32px}
.header_menu .menu__link{padding:20px 0;border-bottom:1px solid #D2DAE1;display:flex;color:var(--Text-Black,#141414);font-family:"TTNormsPro";font-size:16px;font-style:normal;font-weight:400;line-height:130%;text-decoration:none}
.header_menu .menu__link:hover{color:#0000be}
.header_menu .menu__link_add{padding:20px 0;border-bottom:1px solid #D2DAE1;display:flex;color:var(--Text-Black,#141414);font-family:"TTNormsPro";font-size:16px;font-style:normal;font-weight:400;line-height:130%;text-decoration:none}
.header_menu .menu__link_add:hover{color:#0000be}
.header_menu_call{position:absolute;top:36px;left:90px;right:0;margin:auto;width:fit-content;color:var(--Text-Black,#141414);font-family:TTNormsPro;font-size:22px;font-style:normal;font-weight:700;line-height:120%;text-decoration:none}
header{ }
.offers_block .swiper-button-next,.offers_block .swiper-button-prev{display:none}
.offers{margin-top:32px}
.offers_swiper{margin-left:-16px;margin-right:-16px;padding-left:16px;padding-right:16px;padding-top:24px}
.section_title{font-size:22px;font-weight:700}
.rate_card{padding:24px 16px}
.rate_card .status{font-size:12px;align-items:center;gap:6px;left:16px;top:-13px}
.rate_card .status svg{width:12px;height:12px}
.rate_card_name{font-size:16px;font-weight:700}
.rate_card_advantages{margin-top:16px;gap:16px}
.rate_card_advantages li{font-family:TTNormsPro,sans-serif;font-size:14px;font-style:normal;font-weight:400}
.rate_card_advantages li svg{width:20px;height:20px}
.rate_card_top{padding-bottom:24px}
.rate_card_bottom{padding-top:16px}
.rate_card_price_left{font-size:32px;flex:0 0 auto;gap:8px}
.rate_card_price_left span{font-family:TTNormsPro;font-size:14px;font-weight:400}
.rate_card_price_right{font-size:12px;font-family:TTNormsPro}
.rate_card_price_right br{display:none}
.rate_card .orange_btn{margin-top:16px}
.rate_card_more{font-family:TTNormsPro;font-size:12px}
.swiper-pagination-bullet{width:8px;height:8px}
.swiper-pagination{bottom:0!important}
.address{padding-top:50px;padding-bottom:50px}
.address_block{padding:16px}
.address_title{flex-direction:column;gap:16px;align-items:self-start;font-family:TTNormsPro;font-size:20px;font-style:normal;font-weight:700;margin-bottom:16px}
.address_title svg{width:40px;height:40px}
.address span{display:none}
.address_bottom{flex-direction:column;gap:12px}
.address_bottom input{font-size:14px;padding:16px;font-weight:400}
.address_bottom button{font-family:TTNormsPro;font-size:14px;font-style:normal;font-weight:500}
.tariffs{margin-top:0;padding:32px 0}
.tariffs_row{gap:0}
.tariffs_row .rate_card{width:100%}
.tariffs_block{padding-bottom:40px}
.promo{margin-top:32px}
.promo_block{padding:16px;padding-bottom:251px}
.promo_rocket{position:absolute;width:225px;height:235px;margin-top:16px}
.promo_lines{height:180.57px}
.promo_status{font-family:TTNormsPro;font-size:12px;padding:4px 12px}
.promo_status svg{width:12px;height:12px}
.promo_title{font-weight:700;font-size:24px;margin-top:16px}
.promo_price{font-size:20px;font-style:normal;font-weight:700}
.promo_advantages{flex-direction:column;gap:16px;margin-top:16px}
.promo_advantage_item{display:flex;align-items:center;gap:12px}
.promo_advantage_name{margin-top:0;font-size:16px;font-weight:700}
.promo_advantage_item svg{width:24px;height:24px}
.promo_advantage_info{font-size:14px;font-style:normal;font-weight:400;margin-top:0}
.promo .white_btn{margin-top:16px}
.faq{margin-top:32px}
.faq_question{font-size:16px;text-align:start;gap:16px}
.faq_question svg{flex:0 0 auto}
.faq_answer{font-family:TTNormsPro;font-size:14px;font-style:normal;font-weight:400}
footer{margin-top:32px;padding:32px 0}
.footer_nav{flex-wrap:wrap;gap:16px}
.footer_top{flex-direction:column;gap:24px;padding-bottom:24px;align-items: unset;}
footer .orange_btn{width:100%}
.footer_about{margin-top:24px;flex-direction:column-reverse;gap:24px}
.footer_about a{font-family:TTNormsPro;font-size:20px;font-style:normal;font-weight:700;text-align: center;}
.footer_about p{font-family:'TTNormsPro';font-size:12px}
.footer_bottom{margin-top:24px;font-family:"TTNormsPro";font-size:12px}
.footer_nav a{font-size:14px;font-style:normal;font-weight:500}
}

@media (orientation: landscape) {
.header_menu2{max-height:100vh}
.header_menu2 ul{max-height:70vh;overflow-y:auto}
}