@font-face {
    font-family: 'HelveticaNeueCyrRoman';
    src: url('../fonts/HelveticaNeueCyr-Roman.eot');
    src: local('HelveticaNeueCyr-Roman'),
    url('../fonts/HelveticaNeueCyr-Roman.eot?#iefix') format('embedded-opentype'),
    url('../fonts/HelveticaNeueCyr-Roman.woff') format('woff'),
    url('../fonts/HelveticaNeueCyr-Roman.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeueCyrMedium';
    src: url('../fonts/HelveticaNeueCyr-Medium.eot');
    src: local('HelveticaNeueCyr-Medium'),
    url('../fonts/HelveticaNeueCyr-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/HelveticaNeueCyr-Medium.woff') format('woff'),
    url('../fonts/HelveticaNeueCyr-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeueCyrBold';
    src: url('../fonts/HelveticaNeueCyr-Bold.eot');
    src: local('HelveticaNeueCyr-Bold'),
    url('../fonts/HelveticaNeueCyr-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/HelveticaNeueCyr-Bold.woff') format('woff'),
    url('../fonts/HelveticaNeueCyr-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'TimesNewRoman';
    src: url('../fonts/TimesNewRomanPSMT.eot');
    src: local('Times New Roman'), local('TimesNewRomanPSMT'),
    url('../fonts/TimesNewRomanPSMT.eot?#iefix') format('embedded-opentype'),
    url('../fonts/TimesNewRomanPSMT.woff') format('woff'),
    url('../fonts/TimesNewRomanPSMT.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TimesNewRomanBold';
    src: url('../fonts/TimesNewRomanPS-BoldMT.eot');
    src: local('Times New Roman Bold'), local('TimesNewRomanPS-BoldMT'),
    url('../fonts/TimesNewRomanPS-BoldMT.eot?#iefix') format('embedded-opentype'),
    url('../fonts/TimesNewRomanPS-BoldMT.woff') format('woff'),
    url('../fonts/TimesNewRomanPS-BoldMT.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'TimesNewRomanItalic';
    src: url('../fonts/TimesNewRomanPS-ItalicMT.eot');
    src: local('Times New Roman Italic'), local('TimesNewRomanPS-ItalicMT'),
    url('../fonts/TimesNewRomanPS-ItalicMT.eot?#iefix') format('embedded-opentype'),
    url('../fonts/TimesNewRomanPS-ItalicMT.woff') format('woff'),
    url('../fonts/TimesNewRomanPS-ItalicMT.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}
body{
    line-height: 1.2;
    font-family: HelveticaNeueCyrRoman, sans-serif;
    padding-top: 7.125rem;
    background: #EEE1D8;
}
a:hover, a.active{
    color: #1E4DB3;
}

.test{
    width: 1440px;
    left: 50%;
    transform: translateX(-50%);
}
.logo{
    display: block;
    width: 14.875rem;
}
.container {
    width: 80rem;
}
header {
    padding: 1.5rem 0;
    background: #EEE1D8;
    transition: all 0.35s;
}
header.shadow{
    padding: 0.5rem 0;
}
.btn{
    display: inline-block;
    color: white;
    padding: 0 1.5rem;
    border-radius: 100px;
    background: #1E4DB3;
}
.btn:hover{
    background: #141414;
    color: white;
}
.btn span{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3.438rem;
    font-family: HelveticaNeueCyrRoman, sans-serif;
    transition: all 0.35s;
}
.btn.sm span{
    height: 3.125rem;
}
.btn.gray{
    background: #A89787;
    color: white;
}
.btn.gray:hover{
    background: #907e6d;
}
.btn.purple{
    background: #F1D9D9;
    color: #1E1E1E;
}

.btn.purple:hover{
    background: #A4B6AA;
}
footer .btn:hover{
    background: #EEE1D8;
    color: black;
}
.menu{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: TimesNewRoman, sans-serif;
    display: flex;
}
.menu a{
    display: block;
    margin: 0 1.1rem;
}
.border10{
    border-radius: 10px;
    overflow: hidden;
}
.box1_title {
    font-size: 1.5rem;
    text-transform: uppercase;
    margin-bottom: 3.9rem;
    opacity: 0.7;
}
.box1_text{
    padding-top: 2.3rem;
}
.section_title{
    font-size: 2.25rem;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 1rem;
}
.section_title span{
    font-size: 3rem;
    font-family: 'TimesNewRomanItalic', sans-serif;
    text-transform: none;
}
.section_text{
    font-size: 1.5rem;
    font-family: TimesNewRoman, sans-serif;
}
.section_text b{
    font-family: 'TimesNewRomanItalic', sans-serif;
}
.box1_btns{
    margin-top: 3.7rem;
}
.box1_btns .btn{
    min-width: 20.3rem;
    margin-right: 0.7rem;
}
.btn img{
    width: 1.5rem;
    margin-right: 0.5rem;
}
.box2_slider{
    border-radius: 10px;
    overflow: hidden;
}
#box-2{
    padding-top: 4.1rem;
}
.box1_title.sm{
    font-size: 1.25rem;
}
.box2_slider_item{
    display: flex!important;
    align-items: flex-end;
    height: 46.8rem;
    position: relative;
}

.box2_slider_title{
    font-size: 1.5rem;
    text-transform: uppercase;
    text-align: center;
    padding: 1.3rem;
    width: 100%;
    position: relative;
    z-index: 2;
    opacity: 0.7;
    color: white;
}
.slick-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    bottom: unset;
    border: none;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    font-size: 0;
    background-size: 1.5rem;
    background-color: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(6.550000190734863px);
}
.slick-arrow:hover{
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.60);
}
.slick-prev{
    left: 1.2rem;
    background-image: url("../img/pilates/left.png");
}
.slick-next{
    right: 1.2rem;
    background-image: url("../img/pilates/right.png");
}
.ab_img{
    position: absolute;
    left: 0;
    top: 0;
}
.box2_logo{
    width: 46.313rem;
    margin-top: -2.9rem;
    margin-left: 4.8rem;
    margin-bottom: -1.5rem;
}
.section_title.big{
    font-size: 2.5rem;
}
b, strong{
    font-family: TimesNewRomanItalic, sans-serif;
}
.content p, .content img, .content ol, .content ul, .content table {
    margin-bottom: 0.6rem;
    line-height: 1.2;
}
.content{
    font-family: TimesNewRoman, sans-serif;
}
.big_mar{
    margin-bottom: 3.3rem;
}
#box-3{
    padding-top: 4.2rem;
}
.preim_row .mb_30:nth-child(2) .preim_item{
    background: #F1D9D9;
    color: black;
}
.preim_row .mb_30:nth-child(3) .preim_item{
    background: #A89787;
}
.preim_row .mb_30:nth-child(4) .preim_item{
    background: #1C45A1;
}
.preim_item{
    background: #A4B6AA;
    border-radius: 10px;
    padding: 1.2rem 1.2rem;
    height: 100%;
    color: white;
}
.preim_icon{
    width: 3.5rem;
}

.preim_title{
    font-size: 1.25rem;
    text-transform: uppercase;
    margin-top: 3rem;
    margin-bottom: 0.9rem;
}
.preim_text_box{
    font-size: 0.875rem;
}
.section_title_flex{
    margin-bottom: 2rem;
}
#box-4 {
    padding-top: 3.6rem;
}
.fill_item{
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.40);
    padding: 1.2rem 1.2rem;
    height: 100%;
}
.fill_slider{
    border-radius: 10px;
    overflow: hidden;
}
.fill_slider .slick-slide > div{
    height: 23.6rem;
}
.btn.full{
    padding: 0;
}
.fill_text{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.fill_title{
    font-size: 1.5rem;
    text-transform: uppercase;
    font-family: HelveticaNeueCyrMedium, sans-serif;
}
.fill_address{
    opacity: 0.7;
    font-family: HelveticaNeueCyrMedium, sans-serif;
    font-size: 0.95rem;
}
.fill_contacts {
    margin-top: 2rem;
}
.fill_phone{
    margin-bottom: 1rem;
}
.fill_phone a{
    font-size: 1.1rem;
}
.fill_phone_info{
    font-size: 0.875rem;
    opacity: 0.5;
    margin-top: 0.3rem;
}

.fill_table_title {
    font-size: 0.875rem;
    margin-bottom: 0.6rem;
}
.fill_table p{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.6rem;
}
.fil_row{
    position: relative;
    z-index: 1;
}
.fil_row > .mb_30{
    margin-bottom: 1.9rem;
}
.pilates_a{
    position: absolute;
    right: -5rem;
    bottom: -31.3rem;
    width: 58.5rem;
}
.box5_blue{
    background: #1C45A1;
    color: white;
    border-radius: 10px;
    padding: 1.1rem 1.2rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 0.7rem;
}
#box-5{
    padding-top: 2.5rem;
}
.box5_blue .section_title{
    line-height: 1.3;
    margin-bottom: 0.4rem;
}
.box5_item{
    font-size: 1.25rem;
    text-transform: uppercase;
    border-radius: 10px;
    background: #E3D7CE;
    padding: 1.1rem 1.2rem;
}
.box5_item:not(:last-child){
    margin-bottom: 0.6rem;
}
#box-6 {
    padding-top: 5.4rem;
}
.trainer_item{
    background: rgba(255, 255, 255, 0.40);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.1rem 1.1rem;
    height: 100%;
}
.trainer_img{
    height: 19.6rem;
    border-radius: 10px;
    overflow: hidden;
}
.trainer_title{
    font-size: 1.25rem;
    font-family: HelveticaNeueCyrMedium, sans-serif;
    text-transform: uppercase;
    margin-top: 1.6rem;
    margin-bottom: 0.5rem;
}
.trainer_text{
    font-family: TimesNewRoman, sans-serif;
    font-size: 0.875rem;
    min-height: 3.4rem;
}
.trainer_bottom{
    margin-top: 1.1rem;
}
.trainer_bottom .btn:first-child{
    margin-bottom: 0.2rem;
}
.trainer_row{
    position: relative;
    z-index: 2;
}
#box-6 .box2_logo{
    position: absolute;
    bottom: 7.2rem;
    left: 29.3rem;
    width: 56.2rem;
}
#box-7{
    padding-top: 3.3rem;
}
.tariff_title{
    border-bottom: 1px solid #000;
    font-size: 2rem;
    text-transform: uppercase;
    padding-bottom: 0.9rem;
    margin-bottom: 1.7rem;
    /*font-family: HelveticaNeueCyrMedium, sans-serif;*/
}
.tariff_row{
    margin: 0 -4.5rem;
}
.tariff_row > .mb_30{
    padding: 0 4.5rem;
}
.tariff_prices{
    font-size: 1.25rem;
}
.tariff_prices p{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tariff_prices p span:first-child{
    font-family: TimesNewRoman, sans-serif;
}
.tariff_prices p span:last-child{
    font-family: TimesNewRomanItalic, sans-serif;
    font-weight: bold;
}
.snow{
    font-family: TimesNewRomanItalic, sans-serif;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-top: 1.9rem;
    font-size: 1.25rem;
    color: #1E4DB3;
}
.snow img{
    width: 1rem;
    margin-right: 1.2rem;
}
.tariff_row > .mb_30{
    margin-bottom: 1.9rem;
}
.section_title.sm{
    font-size: 2rem;
}
.tariff_row{
    margin-bottom: 0.3rem;
}
#box-8{
    padding-top: 3.8rem;
}
.insta_slider_item{
    height: 17rem;
    border-radius: 10px;
    overflow: hidden;
}
.insta_slider{
    width: 94.3%;
    margin: 0 auto!important;
}
.insta_slider .slick-list{
    margin: 0 -5px;
    overflow: unset;
}
.insta_slider .slick-slide > div{
    padding: 0 5px;
}
#box-9 {
    padding-top: 4.4rem;
}
.rev_date{
    opacity: 0.5;
}
.rev_item{
    background: rgba(255, 255, 255, 0.40);
    border-radius: 20px;
    padding: 1.1rem 1.2rem;
}
.rev_text{
    font-size: 0.875rem;
    margin-top: 1.8rem;
    margin-bottom: 2.5rem;
    opacity: 0.7;
}
.rev_title{
    font-family: HelveticaNeueCyrMedium, sans-serif;
    text-transform: uppercase;
}
.rev_stars{
    display: flex;
}
.rev_stars img{
    width: 1.1rem;
    margin-left: 0.35rem;
}
.rev_pilates_slider .slick-list{
    margin: 0 -10px;
    overflow: unset;
}
.rev_pilates_slider .slick-slide > div{
    padding: 0 10px;
}
.form_banner{
    background-image: url("../img/pilates/banner.jpg");
    background-size: cover;
    background-position: center center;
    border-radius: 10px;
    padding: 2.1rem 2.5rem;
    padding-bottom: 1.2rem;
    color: white;
}
#box-10{
    padding-top: 3.6rem;
    padding-bottom: 4.5rem;
}
.form_text{
    font-family: TimesNewRomanItalic, sans-serif;
}
.form-control{
    border: 1px solid #B0B0B0;
    background: #FFF;
    width: 100%;
    padding: 0.8rem 1.2rem;
    border-radius: 6px;
}
.form-control::placeholder{
    color: black;
    opacity: 0.4;
}
.form_box{
    padding-left: 2.5rem;
}
.form-group{
    margin-bottom: 1rem;
}
.policy{
    font-size: 0.75rem;
    margin-bottom: 1.7rem;
}
.policy a{
    color: white;
    text-decoration: underline;
}
.policy a:hover{
    text-decoration: none;
}
.form_banner .section_title{
    padding-top: 0.4rem;
    margin-bottom: 1.4rem;
}
.footer_logo{
    display: block;
    width: 19.063rem;
}
footer{
    padding-top: 2.5rem;
    background: #141414;
    color: white;
}
footer a{
    color: white;
}
footer a:hover, footer a.active{
    color: #EEE1D8;
}
.footer_work{
    padding-top: 3.9rem;
}
.footer_title{
    font-size: 1.25rem;
    text-transform: uppercase;
    margin-bottom: 1.4rem;
}
.footer_work_box{
    font-family: TimesNewRoman, sans-serif;
}
.footer_work_box p{
    margin-bottom: 1rem;
}
.footer_item ul{
    list-style-type: none;
    font-family: TimesNewRoman, sans-serif;
}
.footer_item ul li{
    margin-bottom: 1.4rem;
}
.footer_form .form-control{
    height: 3.125rem;
    border-radius: 40px;
}
.footer_form form .btn{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    padding: 0 2.1rem;
}
.footer_form .policy{
    margin-bottom: 0;
    margin-top: 0.7rem;
}
.socials{
    text-align: right;
}
.socials a{
    display: inline-block;
    font-size: 2.1rem;
    margin-left: 1rem;
}
.footer_bottom{
    border-top: 1px solid #EEE1D8;
    padding: 1.2rem 0;
    margin-top: 3rem;
    padding-bottom: 2.9rem;
}
.footer_bottom a{
    color: white;
    opacity: 0.5;
}
.footer_bottom a:hover{
    color: white;
    opacity: 1;
}


.select2-container{
    width: 100%!important;
}
.select2-container .select2-selection--single {
    height: 2.85rem;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 2.85rem;
    padding-left: 1.1rem;
    padding-right: 3.2rem;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #B0B0B0;
    border-radius: 8px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    right: 0;
    top: 0;
    height: 100%;
    width: 2.9rem;
    background-image: url(../img/select.png);
    background-size: 1.5rem;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 0.25s;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow{
    transform: rotate(180deg);
}
.select2-results__option {
    padding: 0.6rem 1rem;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #F1D9D9;
    color: black;
}
.loader{
    background: #EEE1D8;
}
.footer_conts li span{
    display: block;
    opacity: 0.6;
}
.el4{
    width: 5rem;
    margin-top: 3rem;
    margin-bottom: 2rem;
}