/*clearfix*/
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

/*fonts*/
@font-face {
    font-family: 'Custom';
    src: url('fonts/CustomLight.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Custom';
    src: url('fonts/CustomRegular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Custom';
    src: url('fonts/CustomBold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


body {
    font-family: 'Custom', sans-serif;
    font-size: 32px;
    line-height: 1.38;
    color: #35476B;
    font-weight: 400;
    min-width: 320px;
    background: #FFFDFA;
}
    @media screen and (max-width: 1199px){
        body {
            font-size: 28px;
            line-height: 1.3;
        }
    }
    @media screen and (max-width: 991px){
        body {
            font-size: 24px;
            line-height: 1.26;
        }
    }
    @media screen and (max-width: 767px){
        body {
            font-size: 20px;
            line-height: 1.2;
        }
    }
a {
    transition: color 0.3s;
    cursor: pointer;
    text-decoration: none;
    color: #AD9163;
}
a:hover {
    text-decoration: none;
    color: #97784B;
}
.link path,
.link circle {
    transition: all 0.3s;
}
.link_color_blue {
    color: #35476B;
}
.link_color_blue:hover {
    color: #1A3256;
}
.link_color_grey {
    color: #969CAE;
}
.link_color_grey:hover {
    color: #6A728A;
}
.link_color_orange {
    color: #AD9163;
}
.link_color_orange:hover {
    color: #97784B;
}
.link_arrow {
    font-weight: 700;
    font-size: 36px;
    line-height: 78%;
}
.link_arrow svg {
    margin-left: 4px;
    margin-top: 6px;
}
.link_arrow:hover path {
    fill: #1A3256;
}
.link_social svg {
    margin-right: 8px;
}
.link_back {
    font-size: 24px;
    line-height: 83%;
    margin-left: 9px;
    margin-bottom: 40px;
}
.link_back svg {
    margin-right: 8px;
}
.link_project .ico_arrow-bottom {
    margin-left: 3px;
}
    @media screen and (max-width: 1199px){
        .link_arrow {
            font-size: 32px;
        }
    }
    @media screen and (max-width: 991px){
        .link_arrow {
            font-size: 28px;
        }
    }
    @media screen and (max-width: 767px){
        .link_arrow {
            font-size: 24px;
            line-height: 83%;
        }
        .link_arrow svg {
            width: 12px;
            height: 12px;
            margin-left: 4px;
            margin-top: 6px;
        }
        .link_back {
            font-size: 16px;
            line-height: 75%;
            margin-left: 0;
            margin-bottom: 36px;
        }
        .link_back svg {
            width: 6px;
            height: 11px;
            margin-right: 5px;
        }
        .link_project .ico_arrow-bottom {
            width: 6px;
        }
    }

img,
svg {
    max-width: 100%
}
img {
    display: block;
}
p {
    margin-bottom: 12px;
}
p:last-child {
    margin-bottom: 0;
}
.row {
    --bs-gutter-x: 30px;
}
.container {
    max-width: 1170px;
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
}
    @media screen and (max-width: 767px){
        .container {
            padding-right: 24px;
            padding-left: 24px;
        }
        p {
            margin-bottom: 8px;
        }
        p:last-child {
            margin-bottom: 0;
        }
    }

.top-bg {
    background: url("../images/bg.jpg") #FFFDFA center 0 no-repeat;
    background-size: 100% auto;
    position: relative;
}
.top-bg:after {
    position: absolute;
    left: 0;
    bottom: 0;
    background: url("../images/footer.png") center 100% no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 315px;
    content: '';
}
.main-content {
    position: relative;
    z-index: 1;
}
    @media screen and (max-width: 767px){
        .top-bg:after {
            background-image: url("../images/footer-mobile.jpg");
            height: 225px;
        }
    }

/*---Header---*/
.section-header {
    padding: 37px 45px 0;
    position: relative;
    z-index: 2;
    margin-bottom: 94px;
    height: 40px;
}
.section-header_main {
    margin-bottom: 146px;
}
.search {
    width: 40px;
    height: 40px;
    cursor: pointer;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 3px
}
.menu-button {
    width: 40px;
    height: 40px;
    cursor: pointer;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu-button path,
.search path {
    transition: all 0.3s;
}
.menu-button:hover path,
.search:hover path {
    fill: #1A3256;
}
    @media screen and (max-width: 991px) {
        .section-header {
            padding: 30px 20px 0 30px;
            height: auto;
            margin-bottom: 73px;
        }
    }
    @media screen and (max-width: 767px){
        .section-header {
            padding: 24px 14px 0 24px;
            margin-bottom: 52px;
        }
        .logo-header img {
            width: 160px;
        }
        .menu-button svg {
            width: 27px;
            height: 26px;
        }
        .menu-button_object path {
            fill: #35476B;
        }
    }

/*--First screen--*/
h1, .h1 {
    font-weight: 700;
    font-size: 152px;
    line-height: 79%;
}
h2, .h2 {
    font-weight: 400;
    font-size: 62px;
    line-height: 84%;
    margin-bottom: 12px;
}
.h2_mb, .h3_mb {
    margin-bottom: 27px;
}
h3, .h3 {
    font-weight: 400;
    font-size: 44px;
    line-height: 91%;
    margin-bottom: 11px;
}
h5, .h5 {
    font-weight: 400;
    font-size: 32px;
    line-height: 100%;
    margin-bottom: 17px;
}
.text_color_orange {
    color: #AD9163;
}
.text_color_blue {
    color: #35476B;
}
.text_color_red {
    color: #E30A17;
}
.text_size_xs {
    font-size: 24px;
    line-height: 133%;
}
.text_size_s {
    font-size: 28px;
    line-height: 121%;
}
.text_size_m {
    font-size: 36px;
    line-height: 122%;
}
.text_size_l {
    font-size: 44px;
    line-height: 118%;
}
.btn {
    background: #fff;
    white-space: nowrap;
    box-shadow: none;
    border-radius: 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 20px;
    color: #FFC37C;
    height: 56px;
    padding: 16px 24px;
    display: inline-block;
    transition: all 0.3s;
    border: 1px solid #D2D6E1;
}
.btn:hover {
    color: #FF8D4E;
    border-color: rgba(255, 141, 78, 0.1);
}
.btn_color_blue {
    color: #35476B;
    border-color: #D2D6E1;
}
.btn_color_blue:hover {
    color: #1A3256;
    border-color: #969CAE;
}
.btn_color_orange {
    border-color: #AD9163;
    color: #AD9163;
}
.btn_color_orange:hover {
    border-color: #97784B;
    color: #97784B;
}
.btn_bg_blue {
    color: #fff;
    background: #35476B;
    border: none;
}
.btn_bg_blue:hover {
    color: #fff;
    background: #1A3256;
}
.btn_size_s {
    height: 46px;
    font-size: 24px;
    padding: 6px 18px 9px;
    font-weight: 400;
}
    @media screen and (max-width: 1199px){
        h1, .h1 {
            font-size: 122px;
        }
        h2, .h2 {
            font-size: 52px;
        }
        .text_size_xs {
            font-size: 22px;
        }
        .text_size_s {
            font-size: 24px;
            line-height: 123%;
        }
        .text_size_m {
            font-size: 31px;
        }
        .text_size_l {
            font-size: 38px;
            line-height: 122%;
        }
    }
    @media screen and (max-width: 991px){
        h1, .h1 {
            font-size: 92px;
        }
        h2, .h2 {
            font-size: 42px;
            line-height: 90%;
        }
        .text_size_xs {
            font-size: 20px;
        }
        .text_size_s {
            font-size: 21px;
            line-height: 128%;
        }
        .text_size_m {
             font-size: 26px;
         }
        .text_size_l {
            font-size: 32px;
            line-height: 126%;
        }
    }
    @media screen and (max-width: 767px){
        h1, .h1 {
            font-size: 62px;
            line-height: 84%;
        }
        h2, .h2 {
            font-size: 32px;
            line-height: 100%;
            margin-bottom: 8px;
        }
        h3, .h3 {
            font-size: 28px;
            line-height: 100%;
            margin-bottom: 11px;
        }
        .text_size_xs {
            font-size: 18px;
        }
        .text_size_s {
            font-size: 18px;
            line-height: 133%;
        }
        .text_size_m {
            font-size: 20px;
            line-height: 120%;
        }
        .text_size_l {
            font-size: 24px;
            line-height: 133%;
        }
        .text_size_l.text_color_orange {
            font-size: 28px;
            line-height: 121%;
        }
        .btn_size_s {
            height: 37px;
            font-size: 20px;
        }
    }

/*Image filter*/
.Playground__svg {
    width: 100%;
    height: auto;
}
.image {
    transition:opacity .15s
}
.image--filtered:hover {
    opacity: 0
}

/*Main top*/
.section-top {
    margin-bottom: 80px;
}
.section-top__head {
    margin-bottom: 187px;
}
    @media screen and (max-width: 991px){
        .section-top {
            margin-bottom: 57px;
        }
        .section-top__head {
            margin-bottom: 127px;
        }
    }
    @media screen and (max-width: 767px){
        .section-top {
            margin-bottom: 33px;
        }
        .section-top__head {
            width: 211px;
            margin-bottom: 67px;
        }
    }

.video-container {
    position: relative;
    display: block;
    height: 625px;
}
.video-player {
    position: relative;
    overflow: hidden;
    height: 625px;
}
.video-player iframe,
.video-player object,
.video-player embed {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.video-cover {
    position: absolute;
    top: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.video-cover__play {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #AD9163;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}
.video-cover__play:hover {
    background: #1A3256;
}
.video-cover__play svg {
    margin-right: -11px;
}
    @media screen and (max-width: 991px){
        .video-container,
        .video-player {
            height: 508px;
        }
        .video-cover__play {
            width: 80px;
            height: 80px;
            margin-top: -40px;
            margin-left: -40px;
        }
        .video-cover__play svg {
            width: 24px;
            margin-right: -8px;
        }
    }
    @media screen and (max-width: 767px){
        .video-container {
            margin-left: -24px;
            margin-right: -24px;
            height: 390px;
        }
        .video-player {
            height: 390px;
        }
        .video-cover__play {
            width: 62px;
            height: 62px;
            margin-top: -31px;
            margin-left: -31px;
        }
        .video-cover__play svg {
            width: 18px;
            height: 28px;
            margin-right: -6px;
        }
    }

.title-object {
    margin-top: 34px;
    margin-bottom: 32px;
}
.title-object__head {
    margin-bottom: 4px;
    font-weight: 700;
    font-size: 96px;
    line-height: 83%;
}
    @media screen and (max-width: 1199px) {
        .title-object__head {
            font-size: 76px;
        }
    }
    @media screen and (max-width: 991px) {
        .title-object {
            margin-top: 24px;
            margin-bottom: 24px;
        }
        .title-object__head {
            font-size: 56px;
        }
    }
    @media screen and (max-width: 767px) {
        .title-object {
            margin-top: 16px;
            margin-bottom: 16px;
        }
        .title-object__head {
            font-size: 36px;
            line-height: 78%;
        }
    }

.location-name {
    font-weight: 700;
    font-size: 24px;
    line-height: 83%;
    margin-top: 6px;
}
.location-name__ico {
    margin-right: 6px;
    margin-top: -2px;
}
.location-name a:hover circle {
    fill: #6A728A;
}
.location-name a:hover path {
    stroke: #6A728A;
}
    @media screen and (max-width: 1199px){
        .location-name {
            font-size: 20px;
        }
        .location-name__ico svg {
            width: 14px;
            height: 18px;
        }
    }
    @media screen and (max-width: 991px){
        .location-name {
            font-size: 18px;
        }
        .location-name__ico svg {
            width: 12px;
            height: 16px;
        }
    }
    @media screen and (max-width: 767px){
        .location-name {
            font-size: 16px;
            line-height: 75%;
        }
        .location-name__ico svg {
            width: 10px;
            height: 12px;
        }
    }

.section-object {
    margin-bottom: 30px;
}
.object-item {
    margin-bottom: 64px;
}
    @media screen and (max-width: 1199px){
        .section-object {
            margin-bottom: 22px;
        }
        .object-item {
            margin-bottom: 54px;
        }
    }
    @media screen and (max-width: 991px){
        .section-object {
            margin-bottom: 14px;
        }
        .object-item {
            margin-bottom: 44px;
        }
    }
    @media screen and (max-width: 767px){
        .section-object {
            margin-bottom: 4px;
        }
        .object-item {
            margin-bottom: 34px;
        }
    }

.section-video-slogan {
    margin-bottom: 84px;
}
.video-container + .slogan {
    margin-top: 47px;
}
.slogan {
    margin-bottom: 9px;
}
.slogan__text {
    font-weight: 700;
    font-size: 96px;
    line-height: 92%;
}
.flag {
    margin-top: 14px;
    margin-right: 11px;
}
    @media screen and (max-width: 1199px){
        .section-video-slogan {
            margin-bottom: 68px;
        }
        .video-container + .slogan {
            margin-top: 42px;
        }
        .slogan__text {
            font-size: 72px;
            line-height: 98%;
        }
        .slogan__text.text_color_orange {
            font-size: 76px;
            line-height: 92%;
        }
        .flag {
            margin-top: 12px;
            margin-right: 9px;
        }
        .flag img {
            width: 56px;
            height: 56px;
        }
    }
    @media screen and (max-width: 991px){
        .section-video-slogan {
            margin-bottom: 52px;
        }
        .video-container + .slogan {
            margin-top: 37px;
        }
        .slogan__text {
            font-size: 52px;
            line-height: 102%;
        }
        .slogan__text.text_color_orange {
            font-size: 56px;
            line-height: 92%;
        }
        .flag {
            margin-top: 8px;
            margin-right: 7px;
        }
        .flag img {
            width: 44px;
            height: 44px;
        }
    }
    @media screen and (max-width: 767px){
        .section-video-slogan {
            margin-bottom: 34px;
        }
        .video-container + .slogan {
            margin-top: 31px;
        }
        .slogan {
            margin-bottom: 15px;
        }
        .slogan__text {
            font-size: 32px;
            line-height: 106%;
        }
        .slogan__text.text_color_orange {
            font-size: 36px;
            line-height: 94%;
        }
        .flag {
            margin-top: 2px;
            margin-right: 3px;
        }
        .flag img {
            width: 32px;
            height: 32px;
        }
    }

/*Swiper*/
.swiper-slide img {
    width: 100%;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 17px;
    height: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin-right: 4px !important;
    margin-left: 4px !important;
    opacity: 0.5;
    border: 2px solid #35476B;
    background: none;
}
.swiper-pagination-bullet:hover {
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background: #35476B;
    border-color: #35476B;
    opacity: 1;
}
.swiper-button-next,
.swiper-button-prev {
    width: 18px;
    height: 33px;
    margin-top: -16px;
}
.swiper-button-next {
    right: 45px;
}
.swiper-button-prev {
    left: 45px;
    transform: rotate(-180deg);
}
.swiper-button-next_layout,
.swiper-button-prev_layout {
    width: 19px;
    height: 34px;
    top: auto;
    bottom: 5px;
    margin-top: 0;
}
.swiper-button-next_layout {
    right: 0;
}
.swiper-button-prev_layout {
    left: 0;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    content: '';
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    background-image: url("/assets/images/arrow-slider-white.svg");
    width: 18px;
    height: 33px;
    filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.5));
}
.swiper-button-next:hover:after,
.swiper-button-prev:hover:after {
    filter: drop-shadow(0px 0px 10px #000000);
}
.swiper-button-next_layout:after,
.swiper-button-prev_layout:after {
    background-image: url("/assets/images/arrow-slider.svg");
    width: 19px;
    height: 34px;
    filter: none;
}
.swiper-button-next_layout:hover:after,
.swiper-button-prev_layout:hover:after {
    background-image: url("/assets/images/arrow-slider-hover.svg");
    filter: none;
}
.swiper_layout {
    padding-bottom: 17px;
    margin-bottom: -17px;
}
    @media screen and (max-width: 767px){
        .swiper-horizontal > .swiper-pagination-bullets,
        .swiper-pagination-bullets.swiper-pagination-horizontal {
            bottom: 17px;
            height: 8px;
        }
        .swiper-pagination-bullet {
            width: 8px;
            height: 8px;
        }
        .swiper-button-next:after,
        .swiper-button-prev:after {
            width: 10px;
            height: 20px;
        }
        .swiper-button-next {
            right: 20px;
        }
        .swiper-button-prev {
            left: 20px;
        }
        .swiper-button-next_layout,
        .swiper-button-prev_layout {
            bottom: 4px;
        }
        .swiper-button-next_layout {
            right: -4px;
        }
        .swiper-button-prev_layout {
            left: -4px;
        }
    }

/*Section footer*/
.footer {
    padding-top: 129px;
    padding-bottom: 80px;
    font-size: 20px;
    color: #969CAE;
}
    @media  screen and (max-width: 991px) {
        .footer {
            font-size: 18px;
            padding-top: 94px;
            padding-bottom: 57px;
        }
    }
    @media  screen and (max-width: 767px) {
        .footer {
            font-size: 16px;
            padding-top: 59px;
            padding-bottom: 34px;
        }
        .link_social_inst svg {
            width: 14px;
            height: 14px;
            margin-right: 5px;
        }
    }

/*--Object page--*/
/*Object head*/
.object-head {
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 90px;
    height: calc(100% - 77px - 94px);
    min-height: calc(100vh - 77px - 94px);
}
.object-head .container {
    position: relative;
    z-index: 2;
}
.object-head__img {
    width: 49%;
    height: calc(100% + 77px + 94px);
    /*min-height: calc(100vh + 77px + 94px);*/
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    top: calc(-77px - 94px);
    content: '';
    z-index: 1;
}
.object-head__title-block {
    width: 48%;
    margin-bottom: 136px;
}
.peculiarity-list {
    margin-bottom: 19px;
}
.peculiarity-list__circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: #AD9163;
    cursor: pointer;
}
.peculiarity-list__circle:hover {
    background: #97784B;
}
.peculiarity-list__circle_light {
    background: #F7F0E4;
}
.peculiarity-list__circle_light:hover {
    background: #F7F0E4;
}
.peculiarity-text {
    width: 48%;
}
.peculiarity-text__item {
    font-size: 24px;
    line-height: 83%;
    color: #AD9163;
    display: flex;
    align-items: center;
    margin-bottom: 11px;
}
.peculiarity-text__ico {
    width: 18px;
    display: flex;
    justify-content: center;
    margin-right: 5px;
}
.link_color_orange:hover .peculiarity-text__ico svg path {
    stroke: #97784B;
}
.link_color_orange:hover .peculiarity-text__ico svg ellipse {
    fill: #97784B;
}
.swiper_peculiarity .swiper-slide {
    width: 68px;
}
    @media screen and (max-width: 1199px) {
        .object-head__description img {
            width: 66%;
        }
    }
    @media screen and (max-width: 991px) {
        .object-head {
            margin-bottom: 60px;
        }
        .object-head__description img {
            width: 50%;
        }
    }
    @media screen and (max-width: 767px) {
        .object-head {
            margin-top: -9px;
            padding-bottom: 0;
            margin-bottom: 28px;
            height: auto;
        }
        .object-head__title-block {
            width: 100%;
            margin-bottom: 49px;
        }
        .object-head__img {
            width: auto;
            position: relative;
            height: 475px;
            min-height: auto;
            top: auto;
            right: auto;
            display: flex;
        }
        .object-head__description {
            margin-top: -14px;
        }
        .object-head__description img {
            width: 66%;
        }
        .peculiarity-text {
            width: 100%;
            margin-bottom: 25px;
        }
        .peculiarity-list {
            margin-bottom: 12px;
            margin-right: -24px;
            margin-left: -24px;
        }
        .peculiarity-list__circle {
            width: 43px;
            height: 43px;
        }
        .peculiarity-list__circle svg {
            width: 58.5%;
            height: auto;
        }
        .peculiarity-text__item {
            font-size: 16px;
            line-height: 75%;
            margin-bottom: 1px;
        }
        .peculiarity-text__ico {
            width: 12px;
            margin-right: 4px;
        }
        .peculiarity-text__ico_location svg {
            width: 10px;
        }
        .swiper_peculiarity {
            padding-left: 24px;
            padding-right: 24px;
        }
        .swiper_peculiarity .swiper-slide {
            width: 43px;
        }
    }

/*About Project*/
.section-about-project {
    margin-bottom: 40px;
}
    @media screen and (max-width: 991px) {
        .section-about-project {
            margin-bottom: 25px;
        }
    }
    @media screen and (max-width: 767px) {
        .section-about-project {
            margin-bottom: 10px;
        }
    }

/*Main menu*/
.main-menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.main-menu__item {
    line-height: 100%;
    margin-bottom: 16px;
}
.main-menu__item a {
    border-bottom: 2px solid #d6c8b1;
}
.main-menu__item a:hover {
    border-bottom-color: #1A3256;
}

/*Text 2 Column*/
.text-two-col {
    margin-bottom: 35px;
}
.line {
    border: 1px solid rgba(173, 145, 99, 0.2);
    margin-top: 35px;
    margin-bottom: 41px;
}
    @media screen and (max-width: 991px){
        .text-two-col {
            margin-bottom: 23px;
        }
        .line {
            margin-top: 20px;
            margin-bottom: 26px;
        }
    }
    @media screen and (max-width: 767px){
        .mb_mobile {
            margin-bottom: 18px;
        }
        .mb_mobile:last-child {
            margin-bottom: 0;
        }
        .text-two-col {
            margin-bottom: 8px;
        }
        .line {
            margin-top: 8px;
            margin-bottom: 20px;
        }
    }
    @media screen and (max-width: 575px){
        .swiper_text {
            margin-right: -24px;
        }
        .swiper_text .swiper-slide  {
           padding-right: 20px;
        }
    }

/*Section Video*/
.section-video {
    margin-top: 53px;
    margin-bottom: 99px;
}
.section-video .video-container {
    height: 695px;
}
.section-video .video-player {
    height: 695px;
}
    @media screen and (max-width: 1199px){
        .section-video .video-container {
            height: 570px;
        }
        .section-video .video-player {
            height: 570px;
        }
    }
    @media screen and (max-width: 991px){
        .section-video {
            margin-top: 38px;
            margin-bottom: 67px;
        }
        .section-video .video-container {
            height: 450px;
        }
        .section-video .video-player {
            height: 450px;
        }
    }
    @media screen and (max-width: 767px){
        .section-video {
            margin-top: 23px;
            margin-bottom: 34px;
        }
        .section-video .video-container {
            margin-left: 0;
            margin-right: 0;
            height: 330px;
        }
        .section-video .video-player {
            height: 330px;
        }
    }
    @media screen and (max-width: 575px){
        .section-video .video-container {
            height: 205px;
        }
        .section-video .video-player {
            height: 205px;
        }
    }

/*Section Image*/
.section-img {
    margin-bottom: 45px;
}
.section-img-full {
    margin: 55px auto;
	max-width: 1110px;
}
.section-img-full img {
    width: 100%;
}
    @media screen and (max-width: 991px){
        .section-img {
            margin-bottom: 35px;
        }
        .section-img-full {
            margin-bottom: 50px;
        }
    }
    @media screen and (max-width: 767px){
        .section-img {
            margin-bottom: 25px;
        }
        .section-img-full {
            margin-bottom: 33px;
        }
    }

/*Section Photo*/
.section-photo {
    margin-bottom: 13px;
}
.photo-item {
    width: 57.1%;
    margin-bottom: 57px;
}
.photo-item__title {
    font-size: 20px;
    line-height: 100%;
    text-align: right;
    color: #969CAE;
    display: block;
    margin-top: 7px;
}
    @media screen and (max-width: 991px){
        .photo-item__title {
            font-size: 18px;
            line-height: 85%;
        }
    }
    @media screen and (max-width: 767px){
        .photo-item {
            width: 78.3%;
            margin-bottom: 32px;
        }
        .photo-item__title {
            font-size: 16px;
            line-height: 75%;
        }
    }

/*Map*/
.section-map {
    margin-bottom: 76px;
}
.map-container {
    height: 730px;
    position: relative;
    margin-bottom: 49px;
}
#map {
    min-width: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.distance-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.distance-list__item {
    display: flex;
    margin-bottom: 4px;
}
.distance-list__label {
    width: 70%;
}
.distance-list__value {
    white-space: nowrap;
    padding-left: 15px;
}
    @media screen and (max-width: 1199px){
        .section-map {
            margin-bottom: 59px;
        }
        .map-container {
            margin-bottom: 38px;
            height: 610px;
        }
    }
    @media screen and (max-width: 991px){
        .section-map {
            margin-bottom: 43px;
        }
        .map-container {
            margin-bottom: 38px;
            height: 490px;
        }
        .distance-list__item {
            justify-content: space-between;
        }
    }
    @media screen and (max-width: 767px){
        .section-map {
            margin-bottom: 27px;
        }
        .map-container {
            margin-bottom: 28px;
            height: 375px;
        }
        .distance-list__label {
            width: auto;
        }
    }

/*Section Layout*/
.section-layout {
    margin-bottom: 116px;
}
.layout-img {
    border: 1px solid rgba(53, 71, 107, 0.2);
    padding: 42px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 29px;
    margin-bottom: 29px;
    position: relative;
}
.layout-img .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}
    @media screen and (max-width: 991px){
        .section-layout {
            margin-bottom: 72px;
        }
    }
    @media screen and (max-width: 767px){
        .section-layout {
            margin-bottom: 27px;
        }
        .layout-img {
            padding: 27px 20px;
            margin-top: 13px;
            margin-bottom: 29px;
        }
    }

/*Section Slider*/
.section-slider {
	max-width: 1110px;
    margin: 55px auto;
}
    @media screen and (max-width: 991px){
        .section-slider {
            margin-bottom: 40px;
        }
    }
    @media screen and (max-width: 767px){
        .section-slider {
            margin-bottom: 25px;
        }
    }

/*Section Architecture*/
.section-architecture {
    margin-bottom: 130px;
}
    @media screen and (max-width: 991px){
        .section-architecture {
            margin-bottom: 80px;
        }
    }
    @media screen and (max-width: 767px){
        .section-architecture {
            margin-bottom: 32px;
        }
    }
/*тут надо посмотреть*/
.h2 + .text_size_l {
    margin-bottom: 25px;
}
    @media screen and (max-width: 767px){
        .h2 + .text_size_l {
            margin-bottom: 20px;
        }
    }

/*Section Infrastructure*/
.section-infrastructure {
    margin-bottom: 24px;
}
.section-infrastructure-icons {
    margin-bottom: 16px;
}
.peculiarity-list_big {
    margin-right: -30px;
    margin-left: -30px;
}
.peculiarity-list_margin {
    margin-top: 50px;
    margin-bottom: 35px;
}
.peculiarity-list__item_big {
    margin-right: 30px;
    margin-left: 30px;
    margin-bottom: 36px;
}
.peculiarity-list__circle_big {
    width: 128px;
    height: 128px;
}
.peculiarity-list__text {
    font-size: 24px;
    line-height: 100%;
    text-align: center;
    display: block;
    max-width: 128px;
    margin-top: 10px;
}
.list-default {
    list-style-type: none;
    padding: 0;
    margin: 0;
    line-height: 100%;
}
.list-default li {
    margin-bottom: 16px;
}
    @media screen and (max-width: 1199px){
        .peculiarity-list__circle_big {
            width: 106px;
            height: 106px;
        }
        .peculiarity-list__circle_big svg {
            width: 58.5%;
            height: auto;
        }
        .peculiarity-list__text {
            font-size: 20px;
            max-width: 106px;
        }
    }
    @media screen and (max-width: 991px){
        .peculiarity-list_margin {
            margin-top: 30px;
            margin-bottom: 25px;
        }
        .peculiarity-list_big {
            margin-right: -23px;
            margin-left: -23px;
        }
        .peculiarity-list__item_big {
            margin-right: 23px;
            margin-left: 23px;
        }
        .peculiarity-list__circle_big {
            width: 84px;
            height: 84px;
        }
        .peculiarity-list__text {
            font-size: 16px;
            max-width: 84px;
        }
    }
    @media screen and (max-width: 767px){
        .peculiarity-list_margin {
            margin-top: 13px;
            margin-bottom: 17px;
        }
        .peculiarity-list_big {
            margin: 5px -14px 7px;
        }
        .peculiarity-list__text {
            font-size: 12px;
            max-width: 60px;
            margin-top: 6px;
        }
        .peculiarity-list__item_big {
            margin-right: 14px;
            margin-left: 14px;
            margin-bottom: 13px;
        }
        .peculiarity-list__circle_big {
            width: 60px;
            height: 60px;
        }
        .list-default {
            font-size: 18px;
        }
        .list-default li {
            margin-bottom: 10px;
        }
    }

/*Section Prices Layout*/
.section-prices-layout {
    margin-bottom: 63px;
}
.prices-layout-item {
    font-size: 28px;
    line-height: 1;
    border-top: 1px solid #d7dae1;
    padding: 27px 13px 23px;
}
.prices-layout-item:last-child {
    border-bottom: 1px solid #d7dae1
}
.prices-layout-item.open {
    color: #AD9163;
}
.prices-layout-item.open .prices-layout-item__collapse {
    border-bottom: none;
}
.prices-layout-item__amount {
    width: 13.2%;
    padding-right: 30px;
}
.prices-layout-item__collapse {
    border-bottom: 2px solid #d6c8b1;
    cursor: pointer;
}
.prices-layout-item__collapse:hover {
    border-bottom-color: #1A3256;
}
.prices-layout-item__square-box {
    width: 86.8%;
}
.prices-layout-item__description {
    font-size: 24px;
    line-height: 133%;
    margin-top: 11px;
    max-width: 780px;
}
.prices-layout-item__description .btn {
    margin-top: 6px;
    margin-bottom: 9px;
}
.prices-layout-item__price {
    text-align: right;
}
.section-prices-layout__left {
    width: 42.8%;
    padding-right: 30px;
}
.section-prices-layout__left .prices-layout-item__amount {
    width: 22%;
    padding-right: 15px;
    min-width: 22%;
}
.section-prices-layout__left .prices-layout-item__square-box {
    width: 78%;
    min-width: 78%;
}
.section-prices-layout__left .prices-layout-item__price {
   white-space: nowrap;
}
.section-prices-layout__right {
    width: 57.2%;
}
.section-prices-layout__right .swiper_layout {
    display: none;
}
.layout-img_price {
    margin: 0;
    padding: 18px 18px 33px 18px;
    /*height: 506px;*/
}
.layout-img_price .swiper-horizontal > .swiper-pagination-bullets,
.layout-img_price .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 19px;
}
.layout-img_price .swiper-button-next_layout {
    right: 4px;
    bottom: 9px;
}
.layout-img_price .swiper-button-prev_layout {
    left: 4px;
    bottom: 9px;
}
.prices-layout-item .layout-img_price {
    display: none;
}
    @media screen and (max-width: 1199px){
        .section-prices-layout__left {
            width: 46.8%;
        }
        .section-prices-layout__right {
            width: 53.2%;
        }
        .prices-layout-item {
            font-size: 26px;
        }
    }
    @media screen and (max-width: 991px){
        .section-prices-layout {
            margin-bottom: 55px;
        }
        .section-prices-layout__left {
            width: 49.8%;
        }
        .section-prices-layout__right {
            width: 50.2%;
        }
        .prices-layout-item {
            font-size: 22px;
            line-height: 110%;
        }
        .prices-layout-item__description {
            font-size: 22px;
        }
        .layout-img_price {
            height: auto;
        }
    }
    @media screen and (max-width: 767px){
        .section-prices-layout {
            margin-bottom: 48px;
        }
        .section-prices-layout .h2 {
            margin-bottom: 14px;
        }
        .section-prices-layout__left {
            width: 100%;
            padding-right: 0;
        }
        .prices-layout-item {
            font-size: 20px;
            line-height: 120%;
            padding: 19px 0 23px;
        }
        .prices-layout-item__amount {
            width: 16%;
            padding-right: 10px;
        }
        .prices-layout-item__description {
            font-size: 20px;
            line-height: 120%;
            margin-top: 6px;
        }
        .prices-layout-item__description .btn {
            margin-top: 2px;
            margin-bottom: 1px;
        }
        .prices-layout-item.open .layout-img_price {
            display: block;
        }
        .layout-img_price {
            margin-top: 25px;
            margin-bottom: -4px;
            padding: 20px 20px 27px 20px;
        }
        .layout-img_price .swiper-horizontal > .swiper-pagination-bullets,
        .layout-img_price .swiper-pagination-bullets.swiper-pagination-horizontal {
            bottom: 17px;
        }
        .layout-img_price .swiper-button-next_layout {
            right: -4px;
            bottom: 4px;
        }
        .layout-img_price .swiper-button-prev_layout {
            left: -4px;
            bottom: 4px;
        }
    }

/*Section Text*/
.section-text {
    margin-bottom: 68px;
}
    @media screen and (max-width: 991px){
        .section-text {
            margin-bottom: 44px;
        }
    }
    @media screen and (max-width: 767px){
        .section-text,
        .section-text .mb_mobile {
            margin-bottom: 20px;
        }
        .section-text .mb_mobile:last-child,
        .mb_mobile_s:last-child {
            margin-bottom: 0;
        }
        .mb_mobile_s {
            margin-bottom: 14px;
        }
    }

/*Section Slogan*/
.section-slogan {
    margin-bottom: 50px;
}
    @media screen and (max-width: 991px){
        .section-slogan {
            margin-bottom: 36px;
        }
    }
    @media screen and (max-width: 767px){
        .section-slogan {
            margin-bottom: 23px;
        }
    }

/*Section Photo Text*/
.photo-text__item {
    margin-bottom: 83px;
}
.photo-text__title {
    margin-bottom: 7px;
}
.photo-description .text_size_l + .text_size_xs {
    margin-top: 0;
}
    @media screen and (max-width: 991px){
        .photo-text__item {
            margin-bottom: 60px;
        }
    }
    @media screen and (max-width: 767px){
        .photo-text__item {
            margin-bottom: 35px;
        }
        .photo-text__item .col-4,
        .photo-text__item .col-8 {
            width: 68.2%;
        }
        .photo-text__item .col-8 {
            order: -1;
        }
        .photo-text__title {
            font-size: 24px !important;
            margin-bottom: 2px;
        }
        .photo-description {
            margin-top: 15px;
        }
    }

/*Section Advantage*/
.section-advantage {
    margin-bottom: 40px;
}
.text_size_l + .text_size_xs {
    margin-top: 26px;
}
    @media screen and (max-width: 991px){
        .section-advantage {
            margin-bottom: 30px;
        }
        .text_size_l + .text_size_xs {
            margin-top: 18px;
        }
    }
    @media screen and (max-width: 767px){
        .section-advantage {
            margin-bottom: 20px;
        }
        .text_size_l + .text_size_xs {
            margin-top: 10px;
        }
    }

/*Section Comfort*/
.section-comfort {
    margin-bottom: 63px;
}
    @media screen and (max-width: 991px){
        .section-comfort {
            margin-bottom: 46px;
        }
    }
    @media screen and (max-width: 767px){
        .section-comfort {
            margin-bottom: 29px;
        }
    }


/*Section Developer*/
.section-developer {
    margin-bottom: 46px;
}
.number-big-item {
    margin-bottom: 36px;
}
.number-big-item__title {
    font-size: 80px;
    line-height: 100%;
    margin-bottom: 5px;
}
.number-big-item__description {
    line-height: 100%;
}
    @media screen and (max-width: 1199px){
        .number-big-item__title {
            font-size: 68px;
        }
    }
    @media screen and (max-width: 991px){
        .section-developer {
            margin-bottom: 37px;
        }
        .number-big-item {
            margin-bottom: 24px;
        }
        .number-big-item__title {
            font-size: 52px;
            line-height: 110%;
        }
    }
    @media screen and (max-width: 767px){
        .section-developer {
            margin-bottom: 28px;
        }
        .number-big-item {
            margin-bottom: 13px;
        }
        .number-big-item__title {
            font-size: 36px;
            line-height: 122%;
            margin-bottom: -4px;
        }
        .number-big-item__description {
            font-size: 18px;
            line-height: 111%;
        }
    }

/*Section Questions*/
.section-questions {
    margin-bottom: 53px;
}
.questions-list__item {
    margin-bottom: 17px;
}
.questions-list__head {
    cursor: pointer;
    margin-bottom: 7px;
}
.questions-list__ico {
    border: 2px solid #35476B;
    border-radius: 50%;
    width: 52px;
    height: 52px;
    margin-right: 20px;
    position: relative;
    min-width: 52px;
}
.questions-list__ico:after,
.questions-list__ico:before {
    background: #35476B;
    width: 3px;
    height: 24px;
    content: '';
    left: 23px;
    top: 12px;
    position: absolute;
    transition: all 0.3s;
}
.questions-list__ico:before {
    transform: rotate(-90deg);
}
.questions-list__head:not(.collapsed) {
    color: #AD9163;
}
.questions-list__head:not(.collapsed) .questions-list__ico {
    border-color: #AD9163;
}
.questions-list__head:not(.collapsed) .questions-list__ico:before,
.questions-list__head:not(.collapsed) .questions-list__ico:after {
    background: #AD9163;
}
.questions-list__head:not(.collapsed) .questions-list__ico:before {
    transform: rotate(0deg);
}
.questions-list__text {
    margin-left: 72px;
}
    @media screen and (max-width: 991px){
        .section-questions {
            margin-bottom: 43px;
        }
    }
    @media screen and (max-width: 767px){
        .section-questions {
            margin-bottom: 33px;
        }
        .questions-list__ico {
            border-width: 1px;
            width: 26px;
            min-width: 26px;
            height: 26px;
            margin-right: 8px;
        }
        .questions-list__ico:after,
        .questions-list__ico:before {
            width: 2px;
            height: 13px;
            left: 11px;
            top: 6px;
        }
        .questions-list__head .text_size_l {
            line-height: 100%;
        }
        .questions-list__text {
            margin-left: 34px;
            font-size: 18px;
            line-height: 133%;
            margin-top: -5px;
        }
    }

/*Section Consultation*/
.consultation-box {
    background: #F7F0E4;
    padding: 43px 38px 32px;
}
.consultation-head {
    margin-bottom: 25px;
}
.consultation-head__description {
    margin-top: -15px;
    margin-left: 55px;
}
p + .agent-item {
    margin-top: 32px;
}
.agent-item__img {
    margin-right: 18px;
}
.agent-item__name {
    margin-bottom: -8px;
}
.schedule {
    border-top: 2px solid #FFFFFF;
    margin-top: 56px;
    padding-top: 26px;
}
.schedule__label {
    margin-right: 30px;
    line-height: 1;
}
.schedule-list__item {
    background: #FFF;
    border: 1px solid rgba(53, 71, 107, 0.5);
    width: 112px;
    height: 66px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-right: 6px;
    transition: all 0.3s;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    margin-bottom: 9px;
}
.schedule-list__item:hover {
    border: 1px solid #1A3256;
    color: #1A3256;
}
.schedule-list__item.busy {
    border: 1px solid rgba(53, 71, 107, 0.5);
    color: #969CAE;
}
.schedule-list__label {
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #AD9163;
    width: 105%;
    font-size: 16px;
    line-height: 75%;
    text-align: center;
    color: #FFFFFF;
    position: absolute;
    transform: rotate(-4deg);
}
.schedule-list__day {
    font-size: 24px;
    line-height: 83%;
    margin-bottom: 5px;
}
.schedule-list__number {
    font-size: 16px;
    line-height: 75%;
}
    @media screen and (max-width: 991px){
        .schedule {
            margin-top: 38px;
        }
    }
    @media screen and (max-width: 767px){
        .section-consultation {
            margin-bottom: 20px;
        }
        .consultation-box {
            background: #F7F0E4;
            padding: 18px 23px 22px;
        }
        .consultation-head {
            margin-bottom: 8px;
        }
        .consultation-head__description {
            margin-top: -15px;
            margin-left: 27px;
        }
        .consultation-box .mb_mobile {
            margin-bottom: 8px;
        }
        .consultation-box .mb_mobile:last-child {
            margin-bottom: 0;
        }
        p + .agent-item {
            margin-top: 14px;
        }
        .agent-item__img {
            width: 62px;
            margin-right: 11px;
        }
        .agent-item__name {
            margin-bottom: -1px;
        }
        .agent-item__text .text_size_xs {
            font-size: 16px;
        }
        .schedule {
            margin-top: 21px;
            padding-top: 19px;
        }
        .schedule__label {
            width: 100%;
            margin-right: 0;
            font-size: 24px;
            margin-bottom: 10px;
        }
        .schedule__label br {
            display: none;
        }
        .schedule-list {
            margin-left: -4px;
            margin-right: -4px;
        }
        .schedule-list__item {
            width: 93px;
            height: 56px;
            margin-left: 4px;
            margin-right: 4px;
        }
        .schedule-list__day {
            font-size: 20px;
            line-height: 120%;
            margin-bottom: 0;
        }
        .schedule-list__number {
            font-size: 12px;
            line-height: 100%;
        }
    }

/*Tooltip*/
.tooltip.show {
    opacity: 1;
}
.tooltip-inner {
    text-align: left;
    font-family: 'Custom', sans-serif;
    background: #FFF;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
    padding: 15px 17px 23px;
    border-radius: 0;
    max-width: 265px;
}
.tooltip-inner p {
    font-size: 18px;
    line-height: 100%;
}
.tooltip-inner .link {
    white-space: nowrap;
    font-size: 18px;
    line-height: 80%;
}
.tooltip-inner .link img {
    margin-left: 7px;
    margin-top: 1px;
}
.tooltip-label {
    color: #35476B;
    font-size: 24px;
    line-height: 100%;
    margin-bottom: 12px;
}
.tooltip .tooltip-arrow {
    display: none;
}
.tooltip-label + p {
    margin-top: -5px;
    margin-bottom: 15px;
}
    @media screen and (max-width: 767px){
        .tooltip-inner {
            padding: 10px 10px 15px;
        }
        .tooltip-inner p {
            font-size: 14px;
        }
        .tooltip-inner .link {
            font-size: 16px;
        }
        .tooltip-inner .link img {
            margin-left: 6px;
        }
        .tooltip-label {
            font-size: 20px;
            margin-bottom: 8px;
        }
        .tooltip-label + p {
            margin-top: -2px;
            margin-bottom: 10px;
        }
    }

/*Modal*/
.modal-open .main-content {
    opacity: 0.34;
}
.modal-backdrop {
    background: none;
    opacity: 0.34;
}
.modal-dialog_menu {
    box-shadow: none;
    width: 545px;
    background: #F7F0E4;
    position: relative;
    overflow: hidden;
    float: right;
}
.modal-content_menu {
    min-height: 100vh;
    overflow-x: scroll;
    justify-content: space-between;
    position: relative;
    padding: 117px 46px 95px 75px;
    background: none;
    color: #AD9163;
}
.modal-content_menu a {
    color: #AD9163;
}
.modal-content_menu a:hover {
    color: #97784B;
}
.menu-list-mobile {
    list-style-type: none;
    padding: 0;
    margin: 0 0 40px 0;
}
.menu-list-mobile__item {
    font-weight: 700;
    font-size: 80px;
    line-height: 80%;
    margin-bottom: 27px;
}
.modal-bottom .text_size_xs {
    margin-bottom: 18px;
    line-height: 83%;
}
.phone {
    margin-bottom: 34px;
}
.phone__text {
    font-weight: 700;
    font-size: 44px;
    line-height: 91%;
    margin-top: 14px;
}
.phone__text a[href^="tel:"] {
    color: #AD9163;
}
.s-link {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    border: 5px solid #AD9163;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}
.btn_close {
    position: absolute;
    top: 45px;
    right: 52px;
    width: 21px;
    height: 21px;
    padding: 0;
    border: none;
    z-index: 10;
    background: none;
}
.btn_close:hover path {
    fill: #97784B
}
    @media screen and (max-height: 700px) {
        .modal-content_menu {
            padding: 70px 46px 40px 45px;
        }
        .menu-list-mobile__item {
            font-size: 50px;
            margin-bottom: 20px;
        }
        .menu-list-mobile {
            margin: 0 0 30px 0;
        }
        .s-link {
            width: 70px;
            height: 70px;
            border-width: 3px;
        }
        .s-link_wtsp svg {
            height: 40px;
            width: 40px;
        }
        .s-link_tlgr svg {
            height: 29px;
            width: 39px;
            margin-left: -4px;
        }
    }
    @media screen and (max-width: 767px) {
        .btn_close {
            top: 35px;
            right: 25px;
        }
        .modal-dialog_menu {
            width: 100%;
        }
        .modal-content_menu {
            padding: 33px 24px 44px 24px;
        }
        .menu-list-mobile {
            margin: 41px 0 30px 0;
        }
        .menu-list-mobile__item {
            font-size: 44px;
            line-height: 91%;
            margin-bottom: 12px;
        }
        .modal-bottom .text_size_xs {
            margin-bottom: 15px;
        }
        .phone__text {
            font-size: 36px;
            line-height: 78%;
            margin-top: 11px;
        }
        .s-link {
            width: 76px;
            height: 76px;
            border-width: 4px;
        }
        .s-link_wtsp svg {
            height: 39px;
            width: 39px;
        }
        .s-link_tlgr svg {
            height: 30px;
            width: 38px;
            margin-left: -4px;
        }
    }

/*Modal Form*/
/*.modal-backdrop.show {*/
/*    opacity: 0.9;*/
/*}*/
/*.modal-backdrop {*/
/*    background: #F7F0E4;*/
/*}*/
.modal-dialog_form {
    width: 635px;
    max-width: 635px;
}
.modal-content_form {
    border-radius: 0;
    border: none;
    padding: 65px 95px 87px;
    box-shadow: 0 0 2px rgba(0, 101, 242, 0.1), 0 1px 4px rgba(0, 101, 242, 0.1);
}
.modal-body_form {
    padding: 0;
    width: 100%;
    max-width: 445px;
    margin-left: auto;
    margin-right: auto;
}
.modal-body_form .h2 {
    font-weight: 400;
    line-height: 84%;
}
.modal-form .h2 {
    margin-bottom: 31px;
}
.btn_close_form {
    top: 40px;
    right: 42px;
}
.btn_close_form:hover svg path {
    fill: #1A3256;
}
.form-group {
    margin-bottom: 15px;
    border: 2px solid rgba(137, 141, 150, 0.2);
    padding: 8px 12px;
    line-height: 1;
    display: flex;
    flex-direction: column;
}
.form-label {
    color: #969CAE;
    font-weight: 700;
    font-size: 16px;
    line-height: 75%;
    margin-bottom: 4px;
}
.form-control {
    padding: 0;
    font-weight: 700;
    border: none;
    font-size: 24px;
    line-height: 83%;
    color: #898D96;
}
.form-control:focus {
    color: #898D96;
    border: none;
    box-shadow: none;
}
input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
.form-control::-webkit-input-placeholder { opacity: .4; }
.form-control:-moz-placeholder { opacity: .4; }
.form-control::-moz-placeholder { opacity: .4; }
.form-control:-ms-input-placeholder { opacity: .4; }
.modal-dialog_form p {
    font-size: 28px;
    line-height: 100%;
}
.modal-thanks .h2 {
    margin-bottom: 19px;
}
    @media screen and (max-width: 767px) {
        .btn_close_form {
            top: 33px;
            right: 25px;
        }
        .modal-dialog_form {
            margin: 0;
            min-height: 100%;
            display: flex;
            width: 100%;
            max-width: 100%;
        }
        .modal-content_form {
            padding: 25px;
        }
        .modal-body_form .h2 {
            font-size: 44px;
            line-height: 91%;
            padding-right: 25px;
        }
        .modal-form .h2 {
            margin-bottom: 21px;
        }
        .form-group {
            margin-bottom: 9px;
            padding: 10px 12px 6px;
        }
        .form-label {
            margin-bottom: 1px;
        }
        .modal-form .btn {
            width: 100%;
        }
        .modal-dialog_form p {
            font-size: 24px;
            line-height: 100%;
        }
    }