.show-in-mobile {
    display: none;
    opacity: 0;
}
.hidden {
    display: none !important;
}
.header .center {
    display: none !important;
}
.popup-gl {
    z-index: 10 !important;
}
.popup-gl.show {
    z-index: 102 !important;
}
.old-design {
    display: none;
}
.header {
    padding-top: 0;
    z-index: 110;
}
.headerStick {
    z-index: 120;
}
.new-shares .linker {
    display: none;
}
.fix {
    max-width: calc(1650px + 60px * 2);
    width: 100%;
    margin: auto;
    padding: 0 60px;
}
.min-hero > .fix {
    position: relative;
    height: 100%;
}
.header-new {
    padding-top: 35px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}
.header-main {
    background: rgba(249, 238, 216, 0.7);
}
.header-main__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 140px;
}
.header-main__inner .logo {
    display: block;
}
.header-main__inner .logo img {
    max-width: 100%;
}
.header-main__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
    max-width: 1216px;
    width: 100%;
    margin-left: 20px;
    z-index: 102;
}
.header-main__menu-link {
    color: #282525;
    font-size: 18px;
    line-height: 25px;
    position: relative;
    text-align: center;
}
.header-main__menu-link > a {
    position: relative;
}
.header-main__menu-link > a span:hover {
    color: #fffaf0;
}
.header-main__menu-link.current {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
    max-width: 185px;
    position: relative;
    left: 30px;
    border-top: 1px solid transparent;
    transition: all 0.2s;
}
.header-main__menu-link.current a:before {
    content: none;
}
.header-main__menu-link.current:after {
    content: "";
    height: 100%;
    width: 1px;
    background-color: transparent;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s;
}
.header-main__menu-link.current:before {
    content: "";
    height: 100%;
    width: 1px;
    background-color: transparent;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.2s;
}
.header-main__menu-link.current:hover {
    border-top: 1px solid #f9eed8;
}
.header-main__menu-link.current:hover:after {
    background-color: #f9eed8;
}
.header-main__menu-link.current:hover:before {
    background-color: #f9eed8;
}
.header-main__menu-link > a.is-active {
    font-weight: 700;
    position: relative;
}
.header-main__menu-link.current span:after {
    content: "";
    position: relative;
    border: 6px solid transparent;
    border-top: 6px solid #282525;
    right: 0;
    top: 4px;
    margin-left: 7px;
}
.header-main__menu-link.current span {
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-main__menu-link > a {
    display: block;
    color: #282525;
    padding: 57px 0;
}
.header-main__menu-link a:hover {
    text-decoration: none;
}
.header-main__sub-menu {
    display: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: calc(100% - 47px);
    z-index: 2;
    width: 100%;
    border: 1px solid #f9eed8;
    border-top: none;
}
.header-main__sub-menu .header-main__menu-link > a {
    padding: 0;
}
.header-main__sub-menu .header-main__menu-link {
    background: rgba(249, 238, 216, 0.7);
    font-size: 14px;
    line-height: 27px;
    display: block;
    text-align: center;
    color: #282525;
    transition: all 0.2s;
}
.header-main__sub-menu .header-main__menu-link:first-child {
    background: transparent;
}
.header-main__sub-menu .header-main__menu-link:hover {
    background-color: #f2dfba;
}
.header-main__sub-menu .header-main__menu-link {
    padding: 10px 5px;
}
.plaque {
    background: #ebc765;
    position: absolute;
    top: 100%;
    right: 38px;
    z-index: 101;
    width: 100%;
    box-sizing: border-box;
    max-width: 350px;
}
.plaque__wrapper {
    position: relative;
    padding: 25px 5px;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
}
.plaque__title {
    width: 100%;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 27px;
    color: #000;
    font-weight: 600;
    text-align: center;
}
.plaque__desc {
    width: 100%;
    max-width: 235px;
    box-sizing: border-box;
    margin: 20px auto 0;
    text-align: center;
    font-size: 19px;
    line-height: 22px;
    color: #3e3e3e;
}
.plaque__title span {
    text-transform: uppercase;
}
.plaque__btn {
    text-align: center;
    margin: auto;
    display: block;
    color: #a7872d;
    background: rgba(249, 238, 216, 0.6);
    border: 2px solid #fff;
    border-radius: 4px;
    margin-top: 20px;
    max-width: 160px;
    font-size: 16px;
    line-height: 22px;
    padding: 10px 5px;
    transition: all 0.2s;
}
.plaque__btn:hover {
    text-decoration: none;
    background: rgba(249, 238, 216, 1);
}
.photoBetweenBlocks > div {
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    background-attachment: scroll;
    height: 788px;
}
.photoBetweenBlocks > div#img-parking-01 {
    background-image: url(/redesign/img/parking1.jpg);
}
.photoBetweenBlocks > div#img-parking-02 {
    background-image: url(/redesign/img/parking4.jpg);
}
.photoBetweenBlocks > div#img-parking-03 {
    background-image: url(/redesign/img/parking7.jpg);
}
.mainScreen0 {
    min-height: 450px;
    background: none;
    z-index: 30;
}
.hero__slide {
    height: 100vh;
    min-height: 600px;
    position: relative;
}
.hero__slide img {
    height: 100vh;
    min-height: 600px;
    width: 100%;
    object-fit: cover;
}
.hero__content {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    z-index: 5;
    max-width: 1650px;
    width: 100%;
    margin: auto;
    padding: 0 60px;
}
.hero__icon-desc {
    display: block;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 22px;
    margin-top: 10px;
}
.hero__icon {
    display: flex;
    justify-content: flex-start;
}
.hero__icon-item {
    margin-right: 52px;
}
.hero__icon-item:last-child {
    margin-right: 0;
}
.hero__icon-svg {
    text-align: center;
    height: 80px;
    width: 80px;
    margin: auto;
}
.hero__icon-svg svg {
    max-width: 100%;
    max-height: 100%;
}
.hero__main-content {
    margin-top: 50px;
    margin-bottom: 45px;
    max-width: 710px;
    width: 100%;
}
.hero__main-content h2 {
    font-size: 42px;
    line-height: 52px;
    color: #fff;
    text-transform: uppercase;
    font-family: "PT Serif", serif;
    font-weight: 400;
}
.hero__main-content p {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    margin-top: 20px;
}
.btn-beige {
    display: block;
    color: #3e3e3e;
    font-size: 16px;
    line-height: 24px;
    background: #f9eed8;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    max-width: max-content;
    width: 100%;
    padding: 10px 30px;
    margin-top: 45px;
    transition: all 0.2s;
    outline: none;
    border: none;
    cursor: pointer;
}
.btn-beige:hover {
    text-decoration: none;
    box-shadow: 0 7px 14px rgba(0, 0, 0, 0.18), 0 5px 5px rgba(0, 0, 0, 0.12);
}
.hero__slider .slick-dots {
    bottom: 0;
    top: 180px;
}
.hero__slider .slick-dots li button::before {
    content: none;
}
.hero__slider .slick-dots li {
    margin: 12px 0;
    height: 20px;
    width: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hero__slider .slick-dots li button {
    height: 14px;
    width: 14px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #fff;
    transition: all 0.2s;
}
.hero__slider .slick-dots li.slick-active button {
    height: 20px;
    width: 20px;
    background: #c4c4c4;
}
.hero__slider .slick-dots {
    display: flex !important;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    max-width: 30px;
    width: 100%;
    padding: 0;
    left: auto;
    right: 20px;
    margin: auto;
}
.form-new {
    max-width: 500px;
    width: 100%;
    margin: auto;
    margin-top: 85px;
    border: 2px solid #f9eed8;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 38px 70px 50px;
}
.form-new__title {
    display: block;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.form-new form input {
    background: none;
    color: #000;
    font-size: 14px;
    padding: 6px 10px;
    display: block;
    width: 100%;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #c4c4c4;
}
.form-new form input:focus {
    outline: none;
}
.form-new form .form-group {
    position: relative;
    margin-bottom: 25px;
}
.form-new form .bar {
    position: relative;
    display: block;
    width: 100%;
}
.form-new form label {
    color: #c4c4c4;
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 5px;
    -webkit-transition: 300ms ease all;
    -o-transition: 300ms ease all;
    transition: 300ms ease all;
}
.form-new form .form-group__phone:hover label {
    font-size: 12px;
    line-height: 12px;
    position: absolute;
    top: -15px;
}
.form-new form .form-group.focus label {
    font-size: 12px;
    line-height: 12px;
    position: absolute;
    top: -15px;
}
.form-new form button,
.form-new form .emulate {
    margin: auto;
    width: 100%;
    background: #f9eed8;
    color: #3e3e3e;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    text-decoration: none;
    outline: none;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s;
    margin-top: 30px;
}
.form-new form button:hover,
.form-new form .emulate:hover {
    box-shadow: 0 7px 10px rgba(0, 0, 0, 0.18), 0 5px 5px rgba(0, 0, 0, 0.12);
}
.mainScreenSlide.tribal.about {
    min-height: 1100px;
    overflow: hidden;
}
.mainScreenSlide .tribalLeft,
.mainScreenSlide .tribalRight {
    height: auto;
}
.mainScreenSlide .downSlide {
    bottom: 0;
    z-index: -1;
}
.mainScreenSlide.slide0 .tribalRight,
.mainScreenSlide.slide0 .tribalLeft {
    background-size: contain;
}
.video-screen {
    width: 100%;
    height: 100vh;
    position: relative;
    background: linear-gradient(359.5deg, rgba(0, 0, 0, 0.4) 0.62%, rgba(104, 104, 104, 0.4) 95.5%);
}
.video__background {
    background: #000;
    position: absolute;
    max-width: 1900px;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -99;
}
.video__foreground {
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    pointer-events: none;
    transform: translate(-50%, -50%);
    overflow: hidden;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    background: linear-gradient(359.5deg, rgba(0, 0, 0, 0.4) 0.62%, rgba(104, 104, 104, 0.4) 95.5%);
}
.news__wrap {
    background: #fff;
}
.video__background iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transform: none;
    pointer-events: none;
}
.hero-news {
    position: relative;
}
.hero-news__content {
    position: absolute;
    bottom: 11%;
    color: #fff;
    z-index: 101;
    max-width: 800px;
}
.h2-title {
    color: #fff;
    font-size: 42px;
    line-height: 56px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: "PT Serif", serif;
}
.hero-news__desc {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    margin-top: 20px;
    font-weight: 300;
}
.iframe-btn {
    display: none;
}
.video-modal {
    max-width: 960px;
    width: 100%;
    padding: 60px 40px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background: #e3d5b6;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    position: relative;
}
.video-modal:before {
    content: "";
    position: absolute;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    border: #cab18e 1px solid;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    top: 3px;
    left: 3px;
}
.video-modal .remodal-close:before {
    content: none;
}
.video-modal .remodal-close {
    top: 0;
    right: 0;
    background: url(../../img/cros.png) no-repeat center;
}
.video-mpdal__content {
    position: relative;
    z-index: 2;
}
.remodal-overlay {
    background: rgba(255, 255, 255, 0.7);
}
.video-mpdal__content iframe {
    width: 100%;
    height: auto;
    min-height: 540px;
}
.new-content {
    position: relative;
    background: #fff;
    overflow: hidden;
}
.breadcrumbs {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    z-index: 5;
}
.breadcrumbs ul li {
    margin-right: 5px;
    color: #a7872d;
    font-size: 16px;
    line-height: 22px;
}
.breadcrumbs ul li:after {
    padding-left: 5px;
    color: #a7872d;
    opacity: 0.4;
    font-size: 16px;
}
.breadcrumbs ul li a {
    font-size: 16px;
    line-height: 24px;
    color: #a7872d;
    opacity: 0.4;
}
.new-content h1 {
    font-size: 36px;
    text-align: center;
}
.new-content__tile {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: calc(100% + 76px);
    right: -76px;
    margin-top: 80px;
}
.new-content__tile-item {
    width: calc(33.3% - 76px);
    margin-bottom: 136px;
    margin-right: 76px;
    background: #fff;
    border: 1px solid #e7d6b5;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.new-content__tile-img {
    background: #fff;
    width: 100%;
    height: 310px;
}
.new-content__tile-img img {
    display: block;
    width: 100%;
    max-height: 100%;
    min-height: 310px;
    object-fit: cover;
}
.new-content__tile-content {
    padding: 30px 25px 36px;
    position: relative;
    background-color: #fff;
    transition: all 0.2s;
}
.new-content__tile-item:hover .new-content__tile-content {
    background-color: #e7d6b5;
}
.new-content__tile-content .date {
    display: block;
    text-align: center;
    color: rgba(85, 62, 48, 0.5);
}
.new-content__tile-content h3 {
    padding-bottom: 0;
}
.new-content__tile-content h3 a {
    display: block;
    text-align: center;
    margin-top: 10px;
    color: #201600;
    font-size: 22px;
    line-height: 29px;
    font-family: "PT Serif", serif;
    text-transform: uppercase;
    transition: all 0.2s;
    min-height: 58px;
}
.new-content__tile-content h3 a:hover {
    text-decoration: none;
    opacity: 0.7;
}
.new-content__tile-content .text {
    color: #413129;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    margin-top: 10px;
}
.new-content__tile-content .text-wrap {
    min-height: 88px;
}
.new-content__tile-content .more {
    display: block;
    color: #3e3e3e;
    margin: auto;
    margin-top: 30px;
}
.new-content__tile-content .new-news {
    position: absolute;
    top: -52px;
    left: 20px;
    max-width: 175px;
}
.new-content__tile-content .new-news img {
    width: 100%;
    display: block;
}
ul.pagination li,
ul.pagination li a {
    font-size: 16px;
    line-height: 22px;
    color: #a7872d;
    opacity: 0.7;
}
ul.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}
ul.pagination li.active {
    opacity: 1;
}
ul.pagination li a:hover {
    text-decoration: none;
}
.bg-left {
    background: url(../img/bg-left.jpg) no-repeat;
    background-position: -10px 120%;
}
.bg-right {
    background: url(../img/bg-right.jpg) no-repeat;
    background-position: 102% 105%;
}
.pagination_mob {
    display: none;
}
.min-hero {
    height: 700px;
    background: url(/redesign/img/zaglushka.png) top left no-repeat;
    background-size: cover;
}
.min-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news_single_page {
    text-align: center;
}
.newsDetail span.date {
    display: none;
}
.news_single_page .back {
    display: none;
}
.news_single_page .btn-beige {
    max-width: 300px;
    margin: auto;
    margin-top: 40px;
}
.newsDetail {
    font-size: 16px;
    line-height: 22px;
}
.newspage-inner .bg-left {
    background-position: -50px 500px;
    background-size: 590px;
}
/*.newspage-inner .bg-right {*/
/*    background: url(../img/bg-right.jpg) no-repeat;*/
/*    background-position: 100% 490px;*/
/*    background-size: 600px;*/
/*}*/
.remodal-close {
    background: #c1ac87;
    display: flex;
    justify-content: center;
    align-items: center;
}
.remodal-close:before {
    content: "";
    background: url(../../img/cros.png) no-repeat center;
    height: 20px;
    width: 20px;
    background-size: cover;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
}
.iframe-btn__spoler {
    top: 6px;
}
/*.fixedAbout .tribalRight {*/
/*    background-position: 100% 100px !important;*/
/*    background-image: url(../../img/tribalRight0_stat.jpg) !important;*/
/*    background-size: 420px !important;*/
/*    background-repeat: no-repeat;*/
/*    background-position: right top !important;*/
/*}*/
/*.fixedAbout .tribalLeft {*/
/*    !*background-position: 0 100% !important;*!*/
/*    !*background-image: url(../../img/tribalLeft0_stat.jpg) !important;*!*/
/*    background-size: 450px !important;*/
/*    background-repeat: no-repeat;*/
/*    background-position: left top !important;*/
/*}*/

.fixedAbout {
    background: url(../../img/background-1scren.png) 100% 0px no-repeat;
    background-size: contain;
    background-color: #f9f2e4;
    padding-top: 124px;
    margin-top: -124px;
}
.genPlan {
    background: url(../../img/background-1scren.png) 100% 0px no-repeat;
    background-size: contain;
    background-color: #f9f2e4;
    padding-top: 124px;
    margin-top: -124px;
}
.newspage-inner {
    background: url(../../img/background-3scren.png) 100% 400px no-repeat;
    background-size: contain;
    background-color: #f9f2e4;
}
.backstage {
    background: url(../../img/background-1scren.png) 100% 0px no-repeat;
    background-size: contain;
    background-color: #f9f2e4;
    padding-top: 124px;
    margin-top: -124px;
}

#parking-page .min-hero {
    background-image: url(/redesign/img/parking2.jpg);
    background-position: center top;
}

#installment-page .min-hero {
    background-image: url(/redesign/img/installment-top.jpg);
    background-position: center top;
}

#about-page .min-hero {
    background-image: url(/redesign/img/about-top.jpg);
    background-position: center top;
}


.photoBetweenBlocks {
    margin-top: 2em;
}

.photoBetweenBlocks > img {
    width: 100%;
}

@media screen and (max-width: 1650px) {
    .hero__slider .slick-dots {
        padding: 0 20px;
    }
    .new-content__tile-img {
        height: auto;
    }
    .new-content__tile-item {
        width: calc(33.3% - 50px);
        margin-bottom: 100px;
        margin-right: 50px;
    }
    .new-content__tile {
        width: calc(100% + 50px);
        right: -50px;
    }
    .min-hero {
        height: 563px;
        background-position-x: 56%;
    }
    .newspage-inner .bg-left {
        background-size: 560px;
        background-position: -50px 400px;
    }
    /*.newspage-inner .bg-right {*/
    /*    background-size: 570px;*/
    /*    background-position: 100% 400px;*/
    /*}*/
}
@media screen and (max-width: 1400px) {
    .header-main__menu-link.current {
        left: 0;
    }
    .header-main__menu-link > a {
        padding: 57px 5px;
    }
    .logo {
        max-width: 200px;
    }
    .header-main__sub-menu {
        min-height: 47px;
    }
    .header-main__sub-menu .header-main__menu-link {
        line-height: 18px;
        min-height: 47px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .new-content__tile-item {
        width: calc(33.3% - 30px);
        margin-bottom: 100px;
        margin-right: 30px;
    }
    .new-content__tile {
        width: calc(100% + 30px);
        right: -30px;
    }
}
@media screen and (max-width: 1200px) {
    .header-main__menu-link {
        font-size: 15px;
    }
    .hero__icon-item {
        margin-right: 35px;
    }
    .hero__icon-item:last-child {
        margin-right: 0;
    }
    .hero__main-content {
        margin-top: 20px;
    }
    .hero__main-content p {
        margin-top: 5px;
    }
    .hero__slide img {
        height: 100%;
        padding-top: 58px;
    }
    .new-content__tile-item {
        width: calc(50% - 30px);
        margin: auto;
        margin-bottom: 70px;
        max-width: 500px;
    }
    .new-content__tile {
        width: 100%;
    }
    .bg-right {
        background: transparent;
    }
    .bg-left {
        background: url(../img/bg-left.jpg) no-repeat;
        background-position: -10px 105%;
    }
}
.inner-content-img {
    max-width: 60%;
}
@media only screen and (max-width: 965px) {
    .inner-content-img {
        max-width: 100%;
    }
    .newspage {
        margin-top: -127px;
    }
    .photoBetweenBlocks > div {
        height: 50vh;
    }
    .main-container > .headerScreen ~ .content,
    .main-container > .newspage ~ .content {
        margin-top: -100px;
    }
    .headerScreen.gallery {
        margin-top: -66px;
    }
    .hide-in-mobile {
        display: none;
        opacity: 0;
    }
    .show-in-mobile {
        display: block;
        opacity: 1;
    }
    .newspage-inner {
        background: url(../../img/background-3scren.png) 100% 550px no-repeat;
        background-size: contain;
        background-color: #f9f2e4;
    }
    .header-main__menu {
        display: none;
        margin-left: 0;
        max-width: 100%;
        position: fixed;
        top: 60px;
        background-color: #6b6b6b;
        border-top: 1px solid #f9eed8;
        border-bottom: 1px solid #f9eed8;
    }
    .logo {
        max-width: 300px;
    }
    .header-main__inner {
        padding: 12px 10px 15px;
        justify-content: center;
    }
    .header-main__menu-link > a {
        padding: 14px 5px;
        color: #f9eed8;
        font-weight: 300;
    }
    .header-main__menu-link > a:before {
        content: none;
    }
    .header-main__menu-link {
        border-top: #f9eed8;
    }
    .header-main__menu-link:before {
        content: "";
        height: 1px;
        width: 100%;
        background-color: #f9eed8;
        position: absolute;
        left: 0;
        top: 0;
    }
    .header-main__menu-link.current {
        margin: auto;
    }
    .plaque {
        right: 0;
        max-width: 332px;
    }
    .mobiTrigger {
        height: 42px;
        top: initial;
        transform: scale(1.2);
    }
    .header-main__menu-link.current span:after {
        border-top: 6px solid #f9eed8;
    }
    .header-main__sub-menu {
        position: relative;
        border: none;
    }
    .header-main__menu-link.current {
        border-top: none;
        max-width: 100%;
    }
    .header-main__menu-link.current:hover {
        border-top: none;
    }
    .header-main__menu-link.current:after {
        content: none;
    }
    .header-main__menu-link.current:before {
        content: none;
    }
    .header-main__sub-menu .header-main__menu-link {
        background-color: transparent;
        color: #f3dbaa;
        font-size: 14px;
    }
    .header-main__sub-menu .header-main__menu-link:before {
        content: none;
    }
    .header-main__sub-menu .header-main__menu-link a {
        color: #f3dbaa;
        font-size: 14px;
    }
    .header-main__sub-menu .header-main__menu-link:hover {
        background-color: transparent;
    }
    .headerStick,
    .headerStick .phone,
    .headerStick .phone span {
        height: 60px;
        display: flex;
        align-items: center;
    }
    .headerStick .phone {
        margin-right: 50px;
    }
    .header-new {
        padding-top: 60px;
    }
    #planFade,
    #menuFade {
        opacity: 0;
    }
    .header-main__inner {
        height: auto;
    }
    .mainScreen0 {
        min-height: 100vh;
    }
    .hero__slide {
        min-height: calc(100vh + 20px);
    }
    .hero__main-content h2 {
        font-size: 28px;
        line-height: 42px;
    }
    .hero__icon-desc {
        font-size: 9px;
        line-height: 12px;
    }
    .hero__icon-svg {
        height: 30px;
        width: 30px;
    }
    .hero__slider .slick-dots {
        flex-direction: row;
        justify-content: flex-start;
        bottom: 25px;
    }
    .hero__slider .slick-dots li {
        margin: 12px;
    }
    .hero__slider .slick-dots li button {
        height: 12px;
        width: 12px;
    }
    .hero__slider .slick-dots li.slick-active button {
        height: 16px;
        width: 16px;
    }
    .hero__content {
        bottom: 50px;
    }
    .hero__slider .slick-dots {
        max-width: 1650px;
        top: auto;
    }
    .btn-beige {
        margin-top: 23px;
    }
    .mainScreenSlide.slide0 .tribalRight,
    .mainScreenSlide.slide0 .tribalLeft {
        background-size: initial;
    }
    .mainScreenSlide.slide0.fixedAbout .tribalLeft {
        margin-top: -100px;
    }
    .mainScreenSlide.tribal.about {
        min-height: 900px;
    }
    .mainScreenSlide .downSlide {
        z-index: 20;
        bottom: -10px;
    }
    .header-main__menu {
        max-height: calc(100vh - 60px);
        overflow: auto;
    }
    .hero__content {
        padding: 0 30px;
    }
    .mainScreen0 {
        height: 100vh;
    }
    .h2-title,
    .hero-news__desc {
        display: none;
    }
    .video__background iframe {
        display: none;
    }
    .video-screen {
        background-image: url(../img/screen.jpg);
        background-size: cover;
        background-position: top right;
    }
    .new-content__tile-content {
        padding: 30px 20px 36px;
    }
    .new-content__tile-content h3 a {
        min-height: auto;
    }
    .new-content__tile-content .text-wrap {
        min-height: auto;
    }
    .new-content__tile-item {
        width: 100%;
        margin: auto;
        margin-bottom: 70px;
        max-width: 500px;
    }
    .newspage-inner .bg-right {
        background: none;
    }
    .video-mpdal__content iframe {
        min-height: 440px;
    }

    #parking-page .min-hero .hero__main-content h2 {
        font-size: 28px;
    }

    #parking-page .mainScreenSlide .centerSmall h4 {
        font-size: 21px;
    }
    .photoBetweenBlocks > img {
        width: auto;
        max-width: 200%;
        max-height: 500px;
        margin-left: -50%;
    }
}
@media (max-width: 576px) {
    .btn-beige:hover {
        box-shadow: none;
    }
    .form-new {
        border: none;
    }
    .plaque {
        max-width: 100%; /*215px;*/
        box-shadow: -1px 1px 1px 1px #827b7b6e;
        webkit-box-shadow: -1px 1px 1px 1px #827b7b6e;
        -moz-box-shadow: -1px 1px 1px 1px #827b7b6e;
    }
    .plaque__wrapper {
        padding: 16px 5px 15px;
    }
    .plaque__btn {
        padding: 5px;
        border: none;
        background-color: transparent;
        margin-top: 8px;
    }
    .plaque__title {
        font-size: 14px;
        line-height: 19px;
    }
    .plaque__desc {
        margin-top: 10px;
        font-size: 19px;
        line-height: 19px;
    }
    .hero__main-content {
        margin-bottom: 20px;
    }
    .video-screen {
        height: 563px;
    }
    .video-mpdal__content iframe {
        min-height: 200px;
    }
    .new-content__tile {
        margin-top: 45px;
    }
    .new-content__tile-content .new-news {
        max-width: 105px;
        top: -30px;
        left: 10px;
    }
    .bg-left {
        background-position: -10px 92%;
        background-size: contain;
    }
    .newspage-inner .bg-left {
        background-position: -50px 750px;
        background-size: 400px;
    }
}
@media (max-width: 440px) {
    .headerStick .phone {
        margin-right: 42px;
    }
    .hero__slider .slick-dots {
        bottom: 15px;
        left: 0;
    }
    .hero__content {
        bottom: 40px;
    }
    .form-new {
        padding: 20px 30px;
        margin-top: 25px;
    }
    .news__btn {
        max-width: 100%;
    }
    .video-modal {
        padding: 50px 20px;
    }
    .new-content__tile-img img {
        min-height: 220px;
    }
    .new-content__tile-content {
        padding: 24px 16px 28px;
    }
    .new-content__tile-content h3 a {
        font-size: 20px;
        line-height: 26px;
    }
    .new-content__tile-content .more {
        margin-top: 22px;
        max-width: 225px;
        padding: 7px 5px;
    }
    .new-content__tile-item {
        margin-bottom: 90px;
    }
    .pagination_mob {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin: auto;
        color: #a7872d;
        font-size: 16px;
        line-height: 22px;
        cursor: pointer;
    }
    .pagination_mob img {
        margin-top: 7px;
    }
}
@media (max-width: 370px) {
    .hero__content {
        padding: 0 20px;
    }
    .hero__main-content h2 {
        font-size: 24px;
        line-height: 28px;
    }
    .hero__main-content p {
        font-size: 14px;
        line-height: 18px;
        font-weight: 100;
    }
    .hero__main-content {
        margin-top: 5px;
    }
    .fix {
        padding: 0 30px;
    }
}
.first-screen {
    max-height: 700px;
}
.first-screen .hero__slide {
    max-height: 700px;
}
.first-screen .hero__slide img {
    max-height: 700px;
}
.advantage {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f9eed8;
    color: #686868;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 25px;
}
.advantage__item {
    display: flex;
    align-items: center;
    margin-right: 100px;
}
.advantage__item:last-child {
    margin-right: 0;
}
.advantage__text span {
    font-size: 24px;
}
.advantage__icon {
    margin-right: 5px;
    display: flex;
    align-items: center;
}
.first-screen .slick-dotted.slick-slider {
    margin-bottom: 0;
}
.commerce-desc {
    max-width: 1030px;
    margin: auto;
    margin-top: 130px;
}
.title-block {
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    font-size: 36px;
    line-height: 48px;
    font-weight: 400;
    font-family: "PT Serif", serif;
}
.commerce-desc__content {
    margin: 80px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.commerce-desc__content.desc__content_block_2 {
    margin: 0 auto;
}
.commerce-desc__item {
    width: 100%;
    max-width: 232px;
    display: flex;
    align-items: center;
    margin-bottom: 52px;
}
.commerce-desc__icon {
    margin-right: 18px;
}
.commerce-desc-text {
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    color: #686868;
    max-width: 170px;
}
.commerce-desc__description {
    margin-top: 35px;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    color: #3e3e3e;
    margin-bottom: 60px;
}
.commerce__iframe {
    width: 100%;
    height: 1060px;
}
.commerce-form {
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
}
.commerce-form_left,
.commerce-form_right {
    width: 50%;
}
.commerce-form__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.commerce-form_right {
    background: rgba(249, 238, 216, 0.7);
    padding: 88px 100px;
}
.commerce-form__inner {
    max-width: 460px;
    width: 100%;
    margin: auto;
}
.commerce-form__title {
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    font-size: 30px;
    line-height: 42px;
    font-family: "PT Serif", serif;
}
.commerce-form__inner .form-new {
    max-width: 455px;
    width: 100%;
    padding: 0;
    border: none;
}
.commerce-form__inner .form-new form textarea {
    background: none;
    color: #000;
    font-size: 14px;
    padding: 6px 10px;
    display: block;
    width: 100%;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #c4c4c4;
    font-family: "Open Sans", Arial, sans-serif;
    resize: none;
    height: 32px;
    margin-top: 100px;
}
.commerce-form__inner .form-new form textarea::placeholder {
    color: #8d887d;
}
.commerce-form__inner .form-new form textarea:focus {
    outline: none;
}
.commerce-form__inner .form-new form label {
    color: #8d887d;
}
.commerce-form__inner .form-new form button,
.commerce-form__inner .form-new form .emulate {
    background: #f3dbaa;
    max-width: 355px;
    margin: auto;
    display: block;
    margin-top: 70px;
}

.bg-right,
.bg-left {
    background: none;
}

.new-content {
    background: url(../../img/background-1scren.png) 100% 0 no-repeat;
    background-size: contain;
    background-color: #f9f2e4;
}


@media (max-width: 1200px) {
    .commerce-form_right {
        padding: 60px 30px;
    }
    .commerce-form__title {
        font-size: 28px;
        line-height: 38px;
    }
}
@media (max-width: 992px) {
    .commerce-fix {
        padding: 0 24px;
    }
}
@media only screen and (max-width: 965px) {
    .hero__slide {
        min-height: auto;
    }
    .first-screen .hero__slide {
        max-height: 563px;
    }

    .mainScreenSlide .centerSmall .pager {
        display: none;
    }
}
@media (max-width: 860px) {
    .commerce-desc__content {
        width: 50%;
        box-sizing: border-box;
        margin: 0 auto;
    }
    .desc__content__wrapper {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 100%;
        max-width: 600px;
        box-sizing: border-box;
        margin: 60px auto 0;
    }
}
@media (max-width: 768px) {
    .commerce-form {
        flex-direction: column-reverse;
    }
    .commerce-form_left,
    .commerce-form_right {
        width: 100%;
    }
}
@media (max-width: 576px) {
    .commerce__iframe {
        height: 1000px;
        position: relative;
        z-index: 100;
    }
    .title-block {
        font-size: 36px;
        line-height: 48px;
    }
    .commerce-desc-text {
        font-size: 9px;
        line-height: 12px;
    }
    .commerce-desc__icon {
        max-height: 50px;
        max-width: 50px;
    }
    .commerce-desc__icon img {
        max-width: 100%;
        max-height: 100%;
        object-fit: cover;
    }
    .advantage__text {
        font-size: 12px;
        line-height: 14px;
    }
    .advantage__text span {
        font-size: 16px;
    }
    .advantage__icon svg {
        max-height: 35px;
        max-width: 45px;
    }
    .commerce-desc {
        margin-top: 60px;
    }
    .commerce-desc__description {
        margin-bottom: 40px;
    }
    .commerce-form {
        margin-top: 30px;
    }
    .advantage__item {
        margin-right: 40px;
    }
    .advantage {
        padding: 20px;
    }
}
@media (max-width: 510px) {
    .desc__content__wrapper {
        flex-direction: column;
    }
    .commerce-desc__item {
        margin: 20px auto 32px;
    }
    .commerce-desc__content {
        width: 100%;
    }
    .commerce-desc__content.desc__content_block_2 {
        margin-top: 24px;
    }
}
@media (max-width: 400px) {
    .commerce__iframe {
        height: 750px;
    }
    .commerce-popup__content_center img {
        max-height: 400px;
    }
}
@media (max-width: 374px) {
    .commerce__iframe {
        height: 650px;
    }
    .commerce-desc__description {
        font-size: 14px;
        line-height: 18px;
    }
    .commerce-fix {
        padding: 0 20px;
    }
    .title-block {
        font-size: 30px;
        line-height: 46px;
    }
    .commerce-form__title {
        font-size: 22px;
        line-height: 30px;
    }
}
.commerce__iframe {
    position: relative;
    z-index: 110;
}