body.loading {
    opacity: 0;
}

.fullTop {
    min-height: 101vh;
    max-height: 101vh;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}

.mTop {
    margin-top: 1vw;
}

h1.lowertext {
    text-transform: lowercase;
}

h1.lowertext::first-letter {
    text-transform: uppercase;
}

h1.limitedWidth {
    font-size: 50px;
    font-size: 2.5vw;
    max-width: 70%;
    margin: 0 auto;
}

span.sizeH1 {
    display: block;
    font-size: 50px;
    font-size: 2.5vw;
    line-height: 105%;
    font-weight: 600;
    max-width: 70%;
    margin: 0 auto;
    padding-bottom: 1vw;
}

span.sizeH1::first-letter {
    text-transform: uppercase;
}

h1.lowertext.smallcaps {
    font-size: 20px;
    font-size: 1.25vw;
    font-weight: 400;
}

.limitedWidth {
    max-width: 70%;
    margin: 0 auto;
}

/* MAIN SCREEN FUULTOP */

.mainScreen {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.mainScreen-subheader {
    margin: 20px 0 40px;
    font-size: 24px;
}

.mainScreen-subheader {
    margin: 20px 0 40px;
    margin: 2vw 0 3vw;
    font-size: 24px;
    font-size: 1.6vw;
}

@media screen and (min-width: 1900px) {
    .mainScreen-subheader {
        margin: 40px 0 40px;
        font-size: 24px;
    }
}

@media screen and (max-width: 1200px) {
    span.sizeH1 {
        font-size: 27px;
        max-width: 90%;
    }

    h1.lowertext.smallcaps {
        font-size: 14px;
        line-height: 1.4;
        margin-top: 15px;
    }
}

@media screen and (max-width: 1050px) {
    .mainScreen-subheader {
        font-size: 18px;
    }

    span.sizeH1 {
        font-size: 25px;
    }

}

@media screen and (max-width: 980px) {
    h1.limitedWidth {
        max-width: 90%;
        font-size: 20px;
    }

    .contentCenter {
        padding-bottom: 20%;
    }

    .mainScreen-subheader {
        margin: 20px 25px 30px;
    }

    .mainScreen:before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        background: radial-gradient(209.50px at 50% 82.68%, rgba(30, 30, 30, 0.7) 0%, rgba(30, 30, 30, 0) 100%);
    }
}

@media screen and (max-width: 980px) and (orientation: landscape) {
    .contentCenter {
        padding-bottom: 0;
    }
}


/* WHITE SECTION */

.whiteSection {
    background: #FFF;
    padding: 7vw 0;
    overflow: hidden;
}

.whiteSection.sectionPadding {
    padding: 50px 0;
}

.topPage_text_block {
    padding-top: 10vw;
}

.introSection {
    padding: 7vw 0;
}

.whiteSection-smallPbot {
    padding-bottom: 3vw;
}

.whiteSection .super-text,
.introSection .super-text {
    margin-bottom: 1vw;
}

.whiteSection p,
.introSection p {
    max-width: 1100px;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 20px;
    font-size: 1.25vw;
    line-height: 190%;
    margin: 1.7vw auto 0;
}

.topPage_catalog_blockLimiter75 {
    width: 75%;
    margin: 0 auto;
}

@media screen and (min-width: 1900px) {

    .whiteSection p,
    .introSection p {
        font-size: 20px;
    }

    .topPage_catalog_blockLimiter75 {
        max-width: 1900px;
    }


    .whiteSection .super-text,
    .introSection .super-text {
        margin-bottom: 20px;
    }
}


@media screen and (max-width: 1200px) {
    .topPage_catalog_blockLimiter75 {
        width: 95%;
    }
}

@media screen and (max-width: 1050px) {

    .whiteSection p,
    .introSection p {
        font-size: 14px;
        max-width: 800px;
        margin: 20px auto 0;
    }
}

@media screen and (max-width: 980px) {
    .whiteSection.darkmobile {
        background: #28282C;
        color: #FFF;
    }

    .whiteSection,
    .introSection {
        padding: 70px 0;
    }

    .whiteSection .super-text,
    .whiteSection h2 {
        padding: 0 15px;
    }

    .topPage_text_block {
        padding-top: 100px;
    }
}

.dark_whiteSection {
    background: #323137;
    color: #FFF;
}

.deepDark_whiteSection {
    background: #28282C;
    color: #FFF;
}

.noBotPadding,
section.noBotPadding,
.whiteSection.noBotPadding {
    padding-bottom: 0;
    margin-bottom: -1px;
}

.noTopPadding,
section.noTopPadding,
.whiteSection-notPtop,
.whiteSection.noTopPadding {
    padding-top: 0;
    margin-top: -1px;
}

.thinWidth {
    max-width: 1100px;
    box-sizing: border-box;
    margin: 0 auto;
}


/* ABS CARD FRAME */

.absCardFrame {
    position: absolute;
    z-index: 2;
    left: 10%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #FFF;
    width: 22%;
    padding: 3vw;
    font-size: 1.1vw;
}

.rightAbsCard .absCardFrame {
    left: auto;
    right: 10%;
}

.absCardFrame ul {
    font-weight: 500;
    margin-top: 1vw;
}

.absCardFrame p {
    margin-bottom: 1.5vw;
    font-size: 1vw;
    line-height: 1.8;
}

.absCardFrame li {
    font-size: 1.1vw;
    line-height: 1.5;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
}

@media screen and (min-width: 1900px) {
    .absCardFrame {
        font-size: 16px;
    }

    .absCardFrame li,
    .absCardFrame p,
    .tmb-text-p p {
        font-size: 18px;
    }
}

@media screen and (max-width: 1050px) {
    .absCardFrame {
        width: 320px;
        font-size: 14px;
    }

    .absCardFrame li,
    .absCardFrame p,
    .tmb-text-p p {
        font-size: 14px;
    }
}

@media screen and (max-width: 980px) {
    .hidemobile {
        display: none;
    }

    .darkmobile {
        background: #28282C;
        color: #FFF;
    }

    .darkmobile .absCardFrame {
        background: #28282C;
        color: #FFF;
    }

    .leftAbsCard {
        height: auto;
        padding: 0;
        text-align: center;
        min-height: inherit;
        max-height: inherit;
    }

    .absCardFrame {
        position: relative;
        width: 100%;
        box-sizing: border-box;
        padding: 70px 20px 50px;
        left: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .absCardFrame h3 {
        margin: 15px 0;
    }

    .absCardFrame .super-text {
        margin-bottom: 15px;
    }

    .absCard .imageBg,
    .absCard.imageBg figure,
    .absCard .absCard-image figure {
        width: auto;
        height: 90vh;
        position: relative;
    }

    .full-cycle {
        text-align: left;
    }

    .whiteSection .super-text {
        margin-bottom: 15px;
    }

    .imageBg img {
        -o-object-position: 50% 50%;
        object-position: 50% 50%;
    }

    .videoSectionContent {
        flex-direction: column;
        text-align: center;
    }

    .videoSectionContentText .super-text {
        margin: 40px 0 20px;
    }

    .videoSectionContentText h3 {
        max-width: 300px;
        margin: 0 auto;
    }

    .videoSection {
        align-items: center;
        max-height: none;
        min-height: 70vh;
        padding-bottom: 100px;
    }

    .videoSectionContentImg {
        position: relative;
        width: 60%;
        height: auto;
        margin-left: 0;
        cursor: pointer;
        height: 25vh;
    }
}


/* VIDEO SECTION */

.videoSection {
    display: flex;
    align-items: center;
    margin-top: -1px;
}

.videoSectionContent {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
    color: #FFF;
}

.videoSectionContentImg img,
.videoSectionContentImg svg {
    width: 115%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .9s ease;
    position: absolute;
    top: -7%;
    left: -7%;
}

.videoSectionContentImg:hover .vsci-button svg {
    -webkit-filter: drop-shadow(5px 5px 5px rgba(251, 214, 145, 0.4));
    filter: drop-shadow(5px 5px 5px rgba(251, 214, 145, 0.4));
}

.videoSectionContentImg:hover .vsci-round svg {
    -webkit-filter: drop-shadow(0px 0px 10px rgba(251, 214, 145, 0.7));
    filter: drop-shadow(0px 0px 10px rgba(251, 214, 145, 0.7));
}

.videoSectionContentImg {
    position: relative;
    width: 25vw;
    height: 25vw;
    margin-left: -4.2vw;
    cursor: pointer;
}

.vsci-round {
    position: absolute;
    width: 20vw;
    height: 20vw;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.vsci-button {
    display: block;
    width: 7vw;
    height: 7vw;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-38%, -50%);
    transform: translate(-38%, -50%);
}

@media screen and (max-width: 980px) {
    .videoSectionContentImg {
        width: 150px;
        height: 150px;
        margin-top: 50px;
    }

    .vsci-round {
        width: 150px;
        height: 150px;
    }

    .vsci-button {
        width: 60px;
        height: 60px;
        -webkit-transform: translate(-37%, -50%);
        transform: translate(-37%, -50%);
    }

    .videoSectionContent {
        margin-top: 60px;
    }

    .ps-arrows {
        width: 95%;
        min-width: 95%;
        -webkit-transform: translateY(-80%);
        transform: translateY(-80%);
        box-sizing: border-box;
    }

    .psTextContentCenter {
        width: 100%;
    }

    .psTextParms {
        font-size: 14px;
    }
}


/* TEXT MEDIA BLOCK */

.TextMediaBlock-container {
    background: #FFF;
    padding: 0 0 6vw;
}

.TextMediaBlock-container.padd_TB_n {
    padding: 0;
}

.TextMediaBlock {
    padding: 6vw 0 0;
    display: flex;
    align-items: center;
}

.padd_mb_TB_n .TextMediaBlock:first-child {
    padding-top: 0;
}

.padd_mb_TB_n .TextMediaBlock:first-child {
    padding-bottom: 0;
}

.tmb-about {
    padding: .5vw 0;
}

[data-scroll] {
    will-change: transform;
}

.tmb-wrap {
    display: flex;
    align-items: center;
    width: 100%;
}

.mediaLeft .tmb-wrap {
    flex-direction: row-reverse;
}

.tmb-media img {
    display: block;
    line-height: 0;
    width: 100%;
    position: relative;
}

.tmb-media {
    max-width: 60%;
    width: 60%;
    overflow: hidden;
    margin: 0 auto;
    will-change: transform;
}

.tmb-text {
    max-width: 40%;
    width: 40%;
    box-sizing: border-box;
    padding: 5vw;
    position: relative;
    top: -30px;
}

.madiaThin .tmb-media {
    max-width: 45%;
    width: 45%;
    overflow: hidden;
}

.madiaThin .tmb-text {
    max-width: 55%;
    width: 55%;
    box-sizing: border-box;
    padding: 5vw 10vw;
}

.tmb-text-p {
    margin-top: 2vw;
}

.tmb-text-p p {
    margin-bottom: 1.5vw;
    font-size: 1vw;
    line-height: 1.8;
}

.tmb-text-p p:last-child {
    margin-bottom: 0;
}

@media screen and (min-width: 1900px) {
    .tmb-text-p p {
        font-size: 18px;
    }
}

@media screen and (max-width: 1050px) {
    .tmb-text-p p {
        font-size: 14px;
    }
}

@media screen and (max-width: 980px) {
    .TextMediaBlock .tmb-wrap {
        flex-direction: column;
    }

    .madiaThin .tmb-text,
    .tmb-text {
        max-width: 100%;
        width: 100%;
        box-sizing: border-box;
        padding: 0 20px 60px;
        text-align: center;
        top: 0;
    }

    .madiaThin .tmb-media,
    .tmb-media {
        max-width: 100%;
        width: 100%;
    }

    .TextMediaBlock {
        padding: 50px 0 0;
    }

    .TextMediaBlock .super-text {
        margin-bottom: 20px;
    }

    .TextMediaBlock h3 {
        margin-bottom: 20px;
    }

    .TextMediaBlock h3 br {
        display: none;
    }

    .tmb-text-p p br {
        display: none;
    }

    .TextMediaBlock .tmb-text-button {
        height: 50px;
    }

    .tmb-text-button-paddtop.tmb-text-button {
        margin-top: 30px;
    }

    .TextMediaBlock-container {
        padding-bottom: 0;
        margin-bottom: 1vw;
    }

    .tmb-about {
        padding: 40px 0;
    }
}


/* CLIENTS CARD */

.clientsCard {
    padding: 0;
    overflow: hidden;
}

.clientsCard .card-image img {
    display: block;
    width: 100%;
    height: auto;
    line-height: 0;
    outline: none;
}

@media screen and (max-width: 980px) {
    .rightAbsCard .absCardFrame {
        left: 0;
        right: 0;
        top: 0;
        box-sizing: border-box;
        position: relative;
        text-align: center;
        padding: 50px 20px;
    }

    .absCardFrame p {
        margin: 20px 0;
    }

    .card-image {
        height: 80%;
    }

    .clientsCard .card-image {
        height: 80vh;
        min-height: 400px;
    }

    .clientsCard figure {
        height: 100%;
    }

    .clientsCard .card-image img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: 25% 0;
        object-position: 25% 0;
        line-height: 0;
        outline: none;
    }
}


/* CONSULT SECTION */

.consult-section.mTop {
    margin-top: 1vw;
}

.consult-section.mBot {
    margin-bottom: 1vw;
}

.consult-sectionContent {
    position: relative;
    z-index: 2;
    padding: 5vw 0;
    text-align: center;
    color: #FFF;
}

.consult-sectionContent .super-text {
    margin-bottom: 1vw;
}

.consult-sectionActions {
    display: flex;
    justify-content: center;
    margin-top: 2vw;
}

.consult-section .csa-btn a {
    margin: 0 .6vw;
    min-width: 16vw;
    display: inline-block;
    padding: 1.3vw 2vw;
}

.consult-section h2 {
    margin-bottom: 25px;
}

@media screen and (max-width: 1050px) {
    .consult-section .csa-btn a {
        margin: 0 20px;
        min-width: 180px;
        padding: 20px 30px;
    }
}

@media screen and (max-width: 980px) {
    .consult-section {
        padding: 150px 0;
    }

    .consult-sectionContent .super-text,
    .consult-sectionContent h2 {
        margin-bottom: 20px;
        padding: 0 3%;
    }

    .consult-sectionActions {
        margin-top: 0;
        flex-direction: column;
    }

    .consult-section .csa-btn a {
        margin: 0;
        min-width: 250px;
        padding: 20px 30px;
    }

    .consult-section .csa-btn {
        margin: 15px 0;
    }

    .consult-section .imageBg img {
        -o-object-position: 68% 50%;
        object-position: 68% 50%;
    }
}

@media screen and (max-width: 500px) {
    .consult-section.consult-getcat .imageBg img {
        -o-object-position: 0% 50%;
        object-position: 0% 50%;
    }

    .consult-section {
        margin-top: 15px;
    }
}


/* SHOWROOM  BlOCK*/

.showroom {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.showroom-content {
    margin-bottom: 1.5vw;
}

.showroom h2 {
    margin: 5px 0 25px;
}


/* SUPERIORITY BlOCK*/

.superiority {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin: 1vw 0;
}

.superiority_notMargin {
    margin: 0;
}

.superiority-content {
    margin-top: 1.5vw;
}

.superiority h2 {
    margin: 5px 0 25px;
    margin: .3vw 0 3vw;
}

.company-superiority {
    margin: 0;
}

.short-baner {
    height: 70vh;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #FFF;
    overflow: hidden;
    position: relative;
}

.short-baner-nophoto-darkbg {
    background: #323137;
}

.short-baner .imageBg:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 80%);
}

.short-baner .imageBgDark:after {
    background: linear-gradient(180deg, rgb(0 0 0 / 70%) 0%, rgb(0 0 0 / 35%) 80%);
}

@media screen and (max-width: 1400px) {
    .short-baner {
        height: 50vh;
        min-height: 450px;
    }

    .superiority h2 {
        margin: 5px 0 35px;
    }
}

.short-baner-content,
.short-baner_title {
    position: relative;
    z-index: 2;
}

.short-baner-content .super-text {
    margin-bottom: 20px;
}

.super-text-link {
    display: flex;
    align-items: center;
    justify-content: center
}

.super-text-link img {
    margin-right: 10px;
}

.super-text-link.black-color {
    color: #000000;
}

.super-text-link svg {
    margin-right: 5px;
}

.contentarea {
    color: #000;
    font-size: 20px;
    font-size: 1.05vw;
    line-height: 1.8;
    max-width: calc(1190px + 10%);
    padding: 0 5%;
    box-sizing: border-box;
    margin: 70px auto;
}

.contentarea a,
.contentarea p,
.contentarea li {
    color: #000;
}

.contentarea a:hover {
    color: #FBD691;
}

.contentarea img {
    max-width: 100%;
    height: auto;
}

@media screen and (min-width: 1900px) {
    .contentarea {
        font-size: 20px;
    }
}

.imageBg {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.imageBg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% bottom;
    object-position: 50% bottom;
    display: block;
    line-height: 0;
}

.mainScreenAbout .imageBg img {
    -o-object-position: 50% top;
    object-position: 50% top;
}

@media screen and (min-width: 600px) {
    .main_in_home .imageBg img {
        object-position: 30% bottom;
    }
}

.videobg,
.imageBg,
.imageBg figure {
    width: 100%;
    height: 100%;
}

.contentCenter {
    text-align: center;
    position: relative;
    z-index: 1;
    color: #FFF;
    padding-bottom: 5%;
}

.category-h1-title {
    max-width: 70vw;
}

.mainScreen-content_paddBottom {
    padding-bottom: 5%;
}

.videobg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    object-fit: cover;
    object-position: center;
}

.videoScreen::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 80%);
}

.scroll-icon {
    margin: 3vw 0;
    position: relative;
    animation-direction: alternate;
    animation-duration: 1s;
    animation-name: scrollicon;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    cursor: pointer;
}

@keyframes scrollicon {
    from {
        top: 0;
    }

    to {
        top: 20px;
    }
}

@media screen and (min-width: 1900px) {
    .short-baner {
        min-height: 700px;
    }
}

@media screen and (max-width: 980px) {
    .contentCenter {
        padding-bottom: 20%;
    }

    .short-baner {
        height: 60vh;
        min-height: auto;
    }

    .contentarea {
        font-size: 14px;
    }
}

@media screen and (max-width: 800px) and (orientation: landscape) {
    .contentCenter {
        padding-bottom: 0;
    }
}


/* AJAX POPUP */

.ajax-popup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
}

.ajax-popup.active {
    z-index: 21;
    visibility: visible;
    opacity: 1;
}

.ajax-popup-bg {
    position: absolute;
    z-index: 22;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.51);
    transition: all .5s ease .3s;
    opacity: 0;
}

.ajax-popup-bg.active {
    opacity: 1;
    transition: all .5s ease 0s;
}

.ajax-popup-content {
    position: absolute;
    overflow: auto;
    box-sizing: border-box;
    z-index: 23;
    padding: 5% 10%;
    width: 80%;
    height: 95%;
    top: 5%;
    left: 10%;
    background: #FFF;
    transition: all .5s ease 0s;
    -webkit-transform: translateY(120%);
    transform: translateY(120%);
}

.gallery_popup .ajax-popup-content {
    width: 100%;
    left: 0%;
    padding: 5% 0;
}

.ajax-popup-content.active {
    overflow-x: hidden;
    transition: all .5s ease .3s;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.close-popup {
    position: absolute;
    overflow: auto;
    z-index: 24;
    width: 20px;
    height: 20px;
    top: 10%;
    right: 12%;
    background: url(../img/close-icon-black.svg) 50% 50% no-repeat;
    cursor: pointer;
    opacity: 0;
}

.gallery_popup .close-popup {
    right: 5%;
    background: url(../img/close-icon-black2.svg) 50% 50% no-repeat;
}

.close-popup.active {
    opacity: 1;
}


/* AJAX POPUP CUSTOM */

.ajax-popup-content .short-baner {
    height: auto;
    min-height: auto;
    display: block;
    padding: 0 5%
}

.ajax-popup-content .short-baner .imageBg {
    position: relative;
}

.ajax-popup-content .short-baner .content_h1 {
    max-width: 100%;
    width: 100%;
    color: #000;
    margin: 50px 0;
}

.ajax-popup-content .short-baner .content_h1 h1 {
    font-size: 35px;
    font-size: 2.7vw;
    padding: 0 10%;
}

@media screen and (min-width: 1900px) {
    .ajax-popup-content .short-baner .content_h1 h1 {
        font-size: 40px;
    }
}

.ajax-popup-content .short-baner .super-text a {
    color: #000;
}

.gallery_popup .ajax-popup-content {
    padding: 0;
}

.gallery_popup .ajax-content {
    overflow: hidden;
}

.gallery_popup .short-baner-gallery_content .imageBg {
    display: none;
}

.gallery_popup .short-baner-gallery_content {
    margin-bottom: 0;
}

@media screen and (max-width: 1900px) {
    .ajax-popup-content {
        width: 90%;
        left: 5%;
        padding: 5% 5%;
    }

    .close-popup {
        right: 8%;
    }

    .gallery_popup .ajax-popup-content {
        width: 100%;
        left: 0%;
        padding: 5% 0;
    }
}

@media screen and (max-width: 700px) {
    .ajax-popup-content .short-baner .content_h1 {
        margin: 0 0 50px 0;
    }

    .ajax-popup-content .contentarea {
        margin: 25px auto;
    }

    .ajax-popup-content h4 {
        font-size: 18px;
    }

    .ajax-popup-content .short-baner .content_h1 h1 {
        font-size: 22px;
        padding: 0;
    }

    .ajax-popup-content {
        width: 90%;
        left: 5%;
        padding: 5% 5%;
    }

    .close-popup {
        top: 7.5%;
        right: 9%;
    }
}

.smoth-img-scroll main img.bigTranslatedImg {
    --overflow: 80px;
}

.smoth-img-scroll main img.midTranslatedImg {
    --overflow: 60px;
}

@media screen and (min-width: 1900px) {
    .smoth-img-scroll main img.bigTranslatedImg {
        --overflow: 120px;
    }

    .smoth-img-scroll main img.midTranslatedImg {
        --overflow: 80px;
    }
}

.smoth-img-scroll main img.translatedImg {
    position: relative;
    will-change: transform;
    height: calc(100% + (2 * var(--overflow)));
    top: calc(-1 * var(--overflow));
    will-change: transform;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.animated-text {
    opacity: 0;
    /*filter: blur(3px);*/
    transition: all 1s ease;
    transform: translateY(1vw);
}

.animated-text.animated-text-active {
    opacity: 1;
    /* filter: blur(0px);*/
    transform: translateY(0);
}


/* FULL WIDTH IMAGE BLOCK */

.showroomFW {
    padding: 0;
    overflow: hidden;
}

.imageFW img {
    display: block;
    line-height: 0;
    width: 100%;
    height: auto;
}

.showroom-contentFW {
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    z-index: 2;
    bottom: 10%;
}

.fw_gradient {
    content: '';
    display: block;
    width: 100%;
    height: 40%;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(0 0 0 / 70%) 61%, rgb(0 0 0 / 98%) 100%);
    /* background: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(0 0 0 / 70%) 61%, rgb(0 0 0 / 98%) 100%); */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(0 0 0 / 70%) 61%, rgb(0 0 0 / 98%) 100%);
}

.showroom-contentFW h2 {
    margin: 5px 0 25px;
}

.has-scroll-smooth .imageFW img.translatedImg {
    position: relative;
    will-change: transform;
    height: auto;
    top: auto;
    bottom: 0;
    will-change: transform;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

@media screen and (max-width: 800px) {
    .showroom-contentFW {
        padding: 25px 0;
        box-sizing: border-box;
        position: relative;
        bottom: 0;
        background: #28282C;
    }

    .fw_gradient {
        display: none;
    }

    .has-scroll-smooth .showroom-contentFW {
        margin-top: -25px;
    }
}


/* FULL WIDTH TOP IMAGE BLOCK */

.topblockImgFW {
    padding: 0;
    overflow: hidden;
}

.tbimgFW img,
.tbimgFW picture {
    display: block;
    line-height: 0;
    width: 100%;
    height: auto;
}

.topblockImg-contentFW {
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    z-index: 2;
    bottom: 10%;
}

.topblockImg-contentFW h2 {
    margin: 5px 0 25px;
}

.has-scroll-smooth .tbimgFW img.translatedImg,
.has-scroll-smooth .tbimgFW picture.translatedImg {
    position: relative;
    will-change: transform;
    height: auto;
    top: auto;
    bottom: 0;
    will-change: transform;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

@media screen and (min-width: 1100px) and (orientation: landscape) {
    .tbimgFW_media {
        height: 52vw;
    }

    .tbimgFW picture {
        object-fit: contain;
        object-position: bottom;
        position: absolute;
        bottom: 0;
    }
}

@media screen and (min-width: 1100px) and (orientation: landscape) and (min-aspect-ratio: 16/10) {
    .tbimgFW_media {
        height: 60vw;
    }
}

@media screen and (min-width: 1100px) and (aspect-ratio: 16/10) {
    .tbimgFW_media {
        height: 60vw;
    }
}

@media screen and (min-width: 1300px) and (orientation: landscape) and (min-aspect-ratio: 16/10) {
    .tbimgFW_media {
        height: 52vw;
    }
}

@media screen and (min-width: 1100px) and (min-aspect-ratio: 21/9) {
    .tbimgFW_media {
        height: 45vw;
    }
}

@media screen and (max-width: 1100px) {
    .topblockImg-contentFW {
        bottom: 5%;
    }
}

@media screen and (max-width: 800px) {
    .tbimgFW_media .fw_gradient {
        display: block;
        opacity: .6;
    }
}


/* 
@media screen and (max-width: 800px) {
    .topblockImg-contentFW h2 {
        margin: 25px 0 25px;
    }
    .topblockImg-contentFW.mobileBg-gradient h2 {
        margin: 5px 0 25px;
    }
    .topblockImg-contentFW {
        padding: 50px 0;
        box-sizing: border-box;
        position: relative;
        bottom: 0;
        background: #28282C;
    }
    .topblockImg-contentFW.mobileBg-gradient {
        padding: 20px 0 25px 0;
        box-sizing: border-box;
        position: relative;
        margin-top: -30px;
        bottom: 0;
        background: transparent;
    }
    .topblockImg-contentFW.mobileBg-gradient:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        z-index: 0;
        width: 100%;
        height: 100%;
        background: -moz-linear-gradient(top, rgba(59, 59, 65, 0.25) 0%, rgba(59, 59, 65, 1) 18%, rgba(59, 59, 65, 1) 46%, rgba(59, 59, 65, 1) 100%);
        background: -webkit-linear-gradient(top, rgba(59, 59, 65, 0.25) 0%, rgba(59, 59, 65, 1) 18%, rgba(59, 59, 65, 1) 46%, rgba(59, 59, 65, 1) 100%);
        background: linear-gradient(to bottom, rgba(59, 59, 65, 0.25) 0%, rgba(59, 59, 65, 1) 18%, rgba(59, 59, 65, 1) 46%, rgba(59, 59, 65, 1) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#bd3b3b41', endColorstr='#3b3b41', GradientType=0);
    }
    .fw_gradient {
        display: none;
    }
    .has-scroll-smooth .topblockImg-contentFW {
        margin-top: -25px;
    }
    .topblockImg-contentFW.mobileBg-gradient .topblockImg-subheader,
    .topblockImg-contentFW.mobileBg-gradient h2 {
        position: relative;
        z-index: 2;
        margin: -10px 0 10px;
    }
} */


.capitalize-block_header {
    font-weight: 600;
    text-transform: inherit;
}



.firstBlock_imagebg {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: 101vh;
    max-height: 101vh;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}

.firstBlock_imagebg {
    background-color: var(--firstBlock-bg);
}

.firstBlock_imagebg:before {
    content: '';
    display: block;
    width: 100%;
    height: 100px;
    background-color: var(--firstBlock-bg);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    opacity: .8;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}

@media screen and (max-width: 500px) {
    .firstBlock_imagebg {
        align-items: center;
        justify-content: center;
        min-height: fit-content;
        max-height: inherit;
        padding: 0;
    }

    .firstBlock_imagebg .contentCenter {
        position: absolute;
        padding-bottom: 0;
    }

    .firstBlock_imagebg .imageBg {
        position: relative;
        height: auto;
    }

    .firstBlock_imagebg .super-text {
        display: none;
    }
}

.block-header {
    margin-bottom: 30px;
}

.block-header-thin {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.block-header-description {
    margin-top: 15px;
    font-size: 20px;
    font-size: 1.25vw;
}

@media screen and (min-width: 1900px) {
    .block-header-description {
        font-size: 20px;
    }
}

@media screen and (max-width: 1050px) {
    .block-header-description {
        margin-top: 10px;
        font-size: 14px;
        line-height: 1.6;
    }

    .block-header {
        margin-bottom: 15px;
    }

    .block-header-thin {
        max-width: 100%;
        margin: 0 20px 20px;
    }

    .gallery_tiles_photo,
    .whiteSection.about-plans,
    .project-info {
        padding-bottom: 0;
    }

}