@font-face {
    font-family: 'Remark';
    src: url('../fonts/LTRemark-BoldItalic.eot');
    src: url('../fonts/LTRemark-BoldItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/LTRemark-BoldItalic.woff2') format('woff2'),
    url('../fonts/LTRemark-BoldItalic.woff') format('woff'),
    url('../fonts/LTRemark-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
body{
    line-height: 1.2;
    font-family: "Geologica", sans-serif;
    font-weight: 300;
    padding-top: 6.4rem;
    background: #EFEBE8;
    color: black;
}
.container {
    width: 73.3rem;
}
header{
    position: absolute;
    top: 1rem;
}
.header_bg{
    background: #222;
    color: white;
    border-radius: 40px;
    padding: 0.6rem 2.15rem;
    padding-right: 0.8rem;
}
.test{
    width: 1440px;
    left: 50%;
    transform: translateX(-50%);
}
.logo{
    display: block;
    width: 8.063rem;
}
.btn{
    font-size: 1.25rem;
    display: inline-block;
    background: #ECC05F;
    padding: 0 2.3rem;
    font-family: "Geologica", sans-serif;
    border-radius: 35px;
    position: relative;
    overflow: unset;
}
.btn_arrow{
    transition: all 0.35s;
    background: #ECC05F;
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -2.925rem;
    top: 0;
}
.btn.full{
    width: calc(100% - 2.925rem);
}
.btn_arrow img {
    transition: all 0.35s;
    width: 1rem;
}
.btn span{
    height: 3.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.btn.black_btn{
    background: #454545;
    color: white;
}
.btn.black_btn .btn_arrow img{
    filter: brightness(0) invert(1);
}
.btn.black_btn .btn_arrow{
    background: #454545;
}
.menu{
    margin-right: 2.7rem;
    display: flex;
    border-radius: 35px;
    background: #454545;
}
.menu a{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 3.125rem;
    border-radius: 35px;
    padding: 0 2.1rem;
    margin: 0 0.2rem;
    font-size: 0.875rem;
    color: white;
}
.menu a:first-child{
    margin-left: 0;
}
.menu a:last-child{
    margin-right: 0;
}
.tags span{
    display: inline-block;
    border: 1px solid #222;
    border-radius: 20px;
    padding: 0.5rem 1.25rem;
    margin-right: 0.2rem;
}
.box1_img{
    position: relative;
    height: 38.2rem;
    border-radius: 30px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.title_20{
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-transform: uppercase;
}
.title_24{
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-transform: uppercase;
}
.box1_img_title{

}
.box1_img_text{
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.02);
    box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 68px 0px rgba(255, 255, 255, 0.05) inset;
    backdrop-filter: blur(15px);
    width: 22.8rem;
    margin-bottom: 2rem;
    margin-right: 2rem;
    padding: 1rem 1rem;
    position: relative;
    z-index: 2;
    color: white;
}
.ab_img{
    position: absolute;
    left: 0;
    top: 0;
}
.shape_logo{
    width: 12.5rem;
    margin-top: 1.6rem;
}
.box1_h1{
    margin-bottom: -1rem;
    font-size: 3rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.1;
    margin-top: 3rem;
    /*text-align: center;*/
    /*width: max-content;*/
    /*position: relative;*/
    /*left: 7.7rem;*/
    z-index: 5;
    /*text-shadow: 0px 1px 13px #EFEBE8;*/
}
.box1_h1 span{
    font-family: Remark, sans-serif;
}
.text_20{
    font-size: 1.25rem;
}
.text_24{
    font-size: 1.5rem;
}
.box1_h1_text {
    margin-top: 2.7rem;
}
.box1_btn{
    margin-top: 3.3rem;
}
#box-2{
    padding-top: 7.3rem;
}
.box2_link{
    display: flex;
    align-items: flex-end;
    height: 31.2rem;
    border-radius: 32px;
    position: relative;
}
.box2_link.sm{
    height: 24.7rem;
}
.box2_link:before{
    border-radius: 32px;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: linear-gradient(to top, rgba(0, 0, 0, 0.50), transparent);
    transition: all 0.35s;
}
.box2_link:after{
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    background-image: url(../img/subtract.png);
    background-size: 100% 100%;
    width: 6.2rem;
    height: 6.2rem;
    z-index: 2;
}
.box2_title{
    z-index: 3;
    border: 1px solid white;
    color: white;
    margin-bottom: 1.4rem;
    margin-left: 1.8rem;
    font-size: 1.25rem;
    padding: 0.5rem 0;
    text-align: center;
    width: 14.7rem;
    border-radius: 50px;
    position: relative;
}
.arrow_big{
    width: 5rem;
    height: 5rem;
    background: #ECC05F;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 5;
    transition: all 0.35s;
}
.arrow_big img {
    width: 1.8rem;
    transition: all 0.35s;
}
.box2_img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 32px;
    overflow: hidden;
}
.section_title{
    font-size: 2.5rem;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: 1.7rem;
}
.section_title.sm{
    font-size: 2.25rem;
    font-weight: 700;
}
.section_title span{
    font-family: Remark, sans-serif;
}
.shape_bg{
    position: relative;
    margin-bottom: 0.8rem;
}
.shape_bg .section_title{
    position: relative;
    z-index: 1;
    margin: 0;
}
.shape_right{
    position: absolute;
    right: 0;
    top: 0;
    width: 6.3rem;
}
.box3_box{
    background: #222;
    color: white;
    border-radius: 32px;
    padding: 2.6rem 2.6rem;
}
.box3_box a{
    color: white;
}
#box-3{
    padding-top: 3.7rem;
}
.shape_flex {
    margin-top: 3.3rem;
}

.shape_left {
    width: 6.2rem;
}
.shape_circle{
    width: 6.3rem;
    height: 6.3rem;
    border-radius: 50%;
}
.border_img{
    border-radius: 32px;
    overflow: hidden;
    margin-left: 0.9rem;
}
#box-4 {
    padding-top: 5rem;
}
.direction_item{
    position: relative;
    height: 31.3rem;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.direction_item:after{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    z-index: 1;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.60), transparent);
    border-radius: 32px;
}
.direction_item .box1_img_text {
    width: 24rem;
    position: relative;
    z-index: 5;
}

.direction_after{
    position: absolute;
    right: 0;
    top: 0;
    width: 15.6rem;
    z-index: 4;
}
.direction_item .btn{
    position: absolute;
    right: 2.925rem;
    top: 0;
    padding: 0 2.15rem;
    z-index: 5;
}
.direction_img{
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 32px;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
#box-5 {
    padding-top: 3.8rem;
}
.trainer_text{
    color: black;
}
.preim_item{
    border-radius: 32px;
    border: 1px solid #FFF;
    background: rgba(34, 34, 34, 0.50);
    box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 68px 0px rgba(255, 255, 255, 0.05) inset;
    backdrop-filter: blur(20px);
    color: white;
    padding: 1.5rem 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 14.8rem;
    padding-right: 3rem;
}
.result{
    font-size: 0.9rem;
    text-align: center;
}
.preim_top{
    display: flex;
    align-items: center;
}
.preim_num{
    font-size: 2.5rem;
    font-weight: 400;
    border: 1px solid white;
    width: 3.625rem;
    height: 3.625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    border-radius: 50%;
}
.preim_title{
    font-weight: 700;
    font-size: 1.25rem;
    text-transform: uppercase;
}
#box-6 {
    padding-top: 4rem;
}
.tariff_item{
    border-radius: 32px;
    border: 1px solid #FFF;
    background: #ECC05F;
    box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 68px 0px rgba(255, 255, 255, 0.05) inset;
    backdrop-filter: blur(15px);
    padding: 2.1rem 2.1rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.tariff_title{
    text-align: center;
    font-size: 2.25rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 2rem;
}
.tariff_bottom{
    padding-top: 1.1rem;
    text-align: center;
    padding-right: 2.925rem;
}
#box-7{
    padding-top: 4rem;
    padding-bottom: 4.9rem;
}
#box-7 .section_title{
    margin-bottom: 0.9rem;
}
.form-group{
    margin-bottom: 0.9rem;
}
.form-control{
    width: 100%;
    font-family: Geologica, sans-serif;
    padding: 0.93rem 1rem;
    border-radius: 30px;
}
.form-control::placeholder{
    color: rgba(0,0,0,0.3);
}
.section_text{
    margin-bottom: 1.4rem;
}
.policy{
    font-size: 0.875rem;
}
.policy a{
    text-decoration: underline;
}
.policy a:hover{
    text-decoration: none;
}
.contacts_left{
    border-radius: 32px;
    overflow: hidden;
}
.map{
    height: 18.2rem;
}
.contacts_bottom{
    padding: 1.2rem 2.1rem;
    position: relative;
    background: #454545;
    color: white;
}
.contacts_bottom a{
    color: white;
}
.contacts_bottom a:hover{
    color: #ECC05F;
}
.cont_shapes{
    position: absolute;
    right: 1.4rem;
    top: 50%;
    transform: translateY(-50%);
    display: flex
}
.cont_shapes img {
    width: 4.3rem;
}
.contacts_bottom p {
    margin-bottom: 0.5rem;
}
.contacts_bottom p:last-child{
    margin-bottom: 0;
}
footer{
    padding-top: 5rem;
    padding-bottom: 3.5rem;
    background: #222;
    color: white;
}
footer a{
    color: white;
}
.footer_menu{
    display: flex;
    align-items: center;
}
.footer_menu img{
    width: 6.313rem;
    margin-right: 1rem;
}
.footer_menu ul{
    list-style-type: none;
    margin: 0;
}
.footer_menu ul li{
    margin-bottom: 1.1rem;
}
.footer_menu ul li:last-child{
    margin-bottom: 0;
}
.footer_logo{
    width: 8rem;
    margin: 0 auto;
    display: block;
    margin-bottom: 1.9rem;
}
.footer_center{
    text-align: center;
}
.slogan{
    margin-bottom: 0.9rem;
}
.socials a{
    font-size: 2rem;
    display: inline-block;
    margin-left: 0.5rem;
}
.footer_right_item span{
    display: block;
    margin-bottom: 0.2rem;
}
.footer_right_item{
    margin-bottom: 1.4rem;
}
.socials.sm {
    margin-top: 1.5rem;
}
.socials.sm a{
    font-size: 1.3rem;
    margin-right: 0.2rem;
}
.footer_center .policy{
    margin-top: 0.5rem;
    padding-left: 1rem;
}
.sm_btn{
    background: transparent;
    position: absolute;
    top: 0;
    right: -1px;
}
.sm_btn .btn_arrow{
    position: static;
}
.page{
    padding-top: 1rem;
    padding-bottom: 5rem;
}
.about_slider{
    overflow: hidden;
    border-radius: 32px;
}
.about_slider_item {
    height: 35rem;
    display: block!important;
}
.shape_flex.big {
    margin-top: 2.1rem;
    margin-bottom: 1.5rem;
}
/*.shape_flex.big .shape_circle{*/
/*    width: 8.7rem;*/
/*    height: 8.7rem;*/
/*}*/
/*.shape_flex.big .shape_left{*/
/*    width: 8.8rem;*/
/*}*/
.about_bottom_slider {
    padding-top: 0.6rem;
}
.about_bottom_slider_item{
    height: 12.6rem;
    border-radius: 16px;
    overflow: hidden;
}
.about_bottom_slider .slick-list{
    margin: 0 -10px;
}
.about_bottom_slider .slick-slide > div{
    padding: 0 10px;
}
.about2{
    background: #ECC05F;
    border-radius: 32px;
    padding: 2.5rem 2.6rem;
    margin-top: 4.8rem;
    position: relative;
}
.about2 .btn, .about3 .btn{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
}
.about2_items{
    width: 11.7rem;
    margin-top: 2rem;
}
.about2_left{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.about2_bg{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 22rem;
}
.about3 {
    margin-top: 5rem;
}
.about3_img{
    border-radius: 27px;
    overflow: hidden;
    position: relative;
}
.about3_img .about2_bg{
    width: 16rem;
}
.about3_text{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.about3_text .content{
    margin-bottom: -1rem;
}
.about4 {
    margin-top: 4.9rem;
}
.about4_big{
    overflow: hidden;
    border-radius: 32px;
    height: 31.3rem;
}
.about4_sm{
    overflow: hidden;
    border-radius: 32px;
    height: 12.5rem;
}
h1.section_title{
    margin-bottom: 2rem;
}
.services_item{
    display: flex;
    border-radius: 32px;
    height: 25rem;
    align-items: flex-end;
    padding: 1rem 1.2rem;
    position: relative;
    overflow: hidden;
}

.services_item:after{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 4.56%, rgba(255, 255, 255, 0.70) 99.94%);
    z-index: 1;
}
.services_title{
    text-transform: uppercase;
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 0.4rem;
}
.services_time{
    display: flex;
    align-items: center;
    margin-bottom: 0.4rem;
    color: black;
}
.services_text{
    color: black;
}
.service_item_info{
    position: relative;
    z-index: 3;
}
.filter_row{
    padding-bottom: 0.8rem;
}
.services_time img{
    width: 1.5rem;
    margin-right: 0.5rem;
}
.services_item_img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.similar_services {
    margin-top: 4.3rem;
}
.similar_service_item{
    margin-bottom: 1.3rem;
    color: white;
    padding: 2.1rem 5rem;
    position: relative;
    box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 68px 0px rgba(255, 255, 255, 0.05) inset;
}
.similar_service_item:after{
    border-radius: 35px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    z-index: 1;
    background: linear-gradient(0deg, rgba(34, 34, 34, 0.60) 0%, rgba(34, 34, 34, 0.60) 100%);
}
.ssi_title{
    font-weight: 700;
    text-transform: uppercase;
    font-size: 2.25rem;
    margin-bottom: 0.8rem;
}
.ssi_price{
    font-size: 1.25rem;
    margin-bottom: 0.9rem;
}
.similar_service_items{
    padding-top: 0.8rem;
}
.ssi_text{
    width: 28rem;
}
.similar_service_item .btn{
    position: absolute;
    bottom: 0;
    right: 2.925rem;
    z-index: 3;
}
.similar_bg{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 16rem;
    z-index: 2;
    pointer-events: none;
}
.similar_service_info{
    position: relative;
    z-index: 2;
}
.similar_service_item .cover_img{
    border-radius: 35px;
    position: absolute;
    left: 0;
    top: 0;
    backdrop-filter: blur(15px);
}
.trainer_item{
    display: block;
}
.trainer_img{
    height: 25rem;
    position: relative;
}
.trainer_img .btn, .page_tariff_item .btn, .card_img .btn{
    position: absolute;
    bottom: 0;
    right: 2.925rem;
    z-index: 3;
}
.trainer_img_img{
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
}
.trainer_item .section_title.sm, .kids_item .section_title.sm{
    margin-top: 1.1rem;
    margin-bottom: 0.4rem;
}
.trainers_row .mb_30 {
    margin-bottom: 2.1rem;
}
.kids_img{
    height: 25rem;
    border-radius: 16px;
    overflow: hidden;
}
.kids{
    padding-top: 3rem;
}
.page_tariff_item{
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    border-radius: 35px;
    background: rgba(34, 34, 34, 0.50);
    box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 68px 0px rgba(255, 255, 255, 0.05) inset;
    backdrop-filter: blur(15px);
    text-align: center;
    padding: 2.4rem 1.2rem;
    position: relative;
    padding-bottom: 5.6rem;
}
.pti_title{
    font-size: 2.25rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0.9rem;
}
.pti_sub_title{
    font-size: 1.25rem;
    margin-bottom: 1.7rem;
    opacity: 0.5;
}
.pti_content{
    text-align: left;
}
.pti_content ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.pti_content ul li {
    position: relative;
    padding-left: 1.8rem;
    margin-bottom: 0.54rem;
    letter-spacing: -0.015rem;
}
.pti_content ul li:after{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("../img/check.png");
    background-size: 100%;
    width: 1.25rem;
    height: 1.25rem;
    content: "";
}
.pti_content ul.un_check li:after{
    background-image: url("../img/un_check.png");
}
.pti_bottom{
    font-family: Remark, sans-serif;
    font-size: 2.25rem;
    margin-top: 2rem;
}
.tariff_bg{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 13.4rem;
}
.tariff_form_box{
    color: white;
    background: black;
    border-radius: 35px;
    padding: 2.5rem 3.1rem;
    position: relative;
    overflow: hidden;
}
.tariff_form_box a{
    color: white;
}
.tariff_form_box .cover_img{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.5;
}
.tariff_form_box .section_title.sm{
    margin-bottom: 0.4rem;
}
.tariff_form{
    padding-top: 3.9rem;
}
.border_img35{
    border-radius: 35px;
    overflow: hidden;
    height: 100%;
}
.page_contacts_row .section_title{
    font-family: Remark, sans-serif;
    margin-bottom: 0.5rem;
}
.page_cont_title{
    font-weight: 700;
    font-size: 1.5rem;
    text-transform: uppercase;
}
.page_cont_text{
    font-size: 1.25rem;
    display: flex;
    flex-direction: column;
}
.page_cont_item:not(:last-child) {
    margin-bottom: 1.35rem;
}
.contacts_map{
    border-radius: 35px;
    overflow: hidden;
    height: 100%;
}
.contacts_map iframe{
    width: 100%!important;
    height: 100%!important;
}
.card_text{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.card_img{
    position: relative;
}
.card_img_img{
    border-radius: 35px;
    overflow: hidden;
}
.card_text_top .section_title.sm{
    margin-bottom: 1rem;
}