
.inner-wrapper .hero {
    background-image: var(--hero-bg);
    background-size: cover;
    background-position: center;
    height: calc(var(--window-height) - var(--bottom-menu-height));
}

.inner-wrapper .hero .darken {
    height: 100%;
    width: 100%;
    background-color: rgb(0 0 0 / 35%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-top: var(--menu-height);
}

.inner-wrapper .hero .logo {
    /* width: 100%; */
    max-width: 40vw;
    max-height: 30vh;
}

.inner-wrapper .hero .title {
    font-family: 'Ragam', sans-serif;
    font-size: 2em;
    color: white;
    text-align: left;
    margin: 20px 0;
    line-height: 1.2em;
}

.inner-wrapper .hero .inner {
    height: 100%;
    align-content: center;
}




.dark-bg {
    background: #061d1d;
}

.brochure.container {
    margin-top: 60px;
}

.brochure .title {
    color: white;
    font-family: 'contralto-small';
    font-size: 2.3em;
    margin-bottom: 30px;
    font-weight: 600;
    padding: 0px 30px;;
}

.brochure .text {
    color: white;
    font-family: 'elza', sans-serif;
    font-size: 1.1em;
    line-height: 1.3em;
    padding: 0px 30px;
}

.brochure .text p {
    margin-bottom: 20px;
}

.brochure .gallery {
    display: flex;
    gap: 20px;
}

.brochure .gallery .gallery-flex {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    flex-direction: row;
}

.brochure .gallery>.gallery-item {
    width: 75%;
    aspect-ratio: 1;
}

.brochure .gallery .gallery-flex .gallery-item:nth-child(1) {
    flex: 1.5;
    aspect-ratio: 1.5;
}

.brochure .gallery .gallery-flex .gallery-item:nth-child(2) {
    flex: 1;
}

.brochure .gallery .gallery-item img {
    height: 100%;
    width: 100%;
    background-image: var(--bg-image);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.mosaicinfo .top-image {
    width: 100%;
    aspect-ratio: 1.5;
    background-image: var(--bg-image);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.mosaicinfo .columns {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 20px;
}

.mosaicinfo .info-box {

}

.mosaicinfo .info-box .image {

}

.mosaicinfo .info-box .colorbg {
    background-color: #e0dcce;
    padding: 42px 42px 100px 42px;
}

.mosaicinfo .info-box .title {
    font-family: 'contralto-small', sans-serif;
    font-weight: 600;
    font-size: 2.5em;
    color: #23433e;
    margin-bottom: 42px;
}

.mosaicinfo .info-box .text {
    
}

.mosaicinfo .info-box .button {
    margin-top: 42px;
}

.mosaicinfo .images {
    display: flex;
    gap: 20px;
}

.mosaicinfo .images div {
    width: 100%;
    background-image: var(--bg-image);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.mosaicinfo .images div:first-child {
    width: 150%;
    aspect-ratio: 2;
}

.mosaicinfo .images div:last-child {

}



.intro.container {
    
}

.infoblock .row {
    margin-top: 120px;
    margin-bottom: 120px;
}

.infoblock .colorbg {
    background-color: #0a2d2c;
    color: white;
    padding-top: 50px;
    padding-bottom: 50px;
}

.infoblock .colorbg.contrast {
    background-color: #e0dcce;
    color: #0a2d2c;
}

.infoblock .title {
    font-family: 'contralto-small';
    font-size: 2.3em;
    margin-bottom: 30px;
    font-weight: 600;
    padding: 0px 30px;;
}

.infoblock .text {
    font-family: 'elza', sans-serif;
    font-size: 1.1em;
    line-height: 1.3em;
    padding: 0px 30px;
}

.infoblock .text p {
    margin-bottom: 20px;
}

.infoblock .gallery {
    display: flex;
    flex-wrap: wrap;
}

.infoblock .gallery .gallery-flex {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    flex-direction: row;
}

.infoblock .gallery>.gallery-item {
    width: 100%;
    aspect-ratio: 1.2;
}

.infoblock .gallery .gallery-flex .gallery-item:nth-child(1) {
    flex: 1.5;
    aspect-ratio: 1.5;
}

.infoblock .gallery .gallery-flex .gallery-item:nth-child(2) {
    flex: 1;
}

.infoblock .gallery .gallery-item img {
    height: 100%;
    width: 100%;
    background-image: var(--bg-image);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.endpage-gallery {
    display: flex;
    gap: 10px;
}

.endpage-gallery img {
    flex: 1;
    background-image: var(--bg-image);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.endpage-gallery img:nth-child(2) {
    aspect-ratio: 1;
    flex: 1.8;
}

.tabs {
    margin-top: 64px;
    margin-bottom: 42px;
}

.tabs .tab-container {
    justify-content: center;
    gap: 16px;
    margin-bottom: 12px;
    align-items: flex-start;
    height: 100px;
    z-index: 1;
    position: relative;
}

.tabs .tab-container .tab {
    padding: 10px 20px;
    background-color: white;
    border: 3px solid #061d1d;
    transition-duration: 0.3s;
}

.tabs .tab-container .tab.active {
    padding-bottom: 42px;
    background-color: #061d1d;
    border-color: #061d1d;
}

.tabs .tab-container .tab img {
    width: 36px;
    height: 36px;
}

.tabs .tab-container .tab img.ifactive {
    display: none;
}

.tabs .tab-container .tab.active img.ifactive {
    display: block;
}

.tabs .tab-container .tab.active img.ifinactive {
    display: none;
}

.tabs .tab-container .tab span {
    display: none;
}

.tabs .tab-contents {
    margin-top: -40px;
    position: relative;
}

.tabs .tab-contents .tab-content {
    display: none;
    background-image: var(--bg-image);
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
}

.tabs .tab-contents .tab-content.active {
    display: block;
}

.tabs .tab-contents .tab-content .tab-content-inner {
    /* width: 100%; */
    height: auto;
    margin-top: 100px;
    background-color: #061d1d;
    color: white;
    padding: 30px 44px 64px 44px;
    margin-left: 20px;
    margin-right: 20px;
}

.tabs .tab-contents .tab-content .tab-content-inner .subtitle {
    font-size: 18px;
}

.tabs .tab-contents .tab-content .tab-content-inner .title {
    font-family: 'contralto-small', sans-serif;
    font-weight: 600;
}

.tabs .tab-contents .tab-content .tab-content-inner .text {
    margin-top: 30px;
    font-size: 0.9em;
}

@media (min-width: 992px) {
    .inner-wrapper .hero {
        height: var(--window-height);
    }

    .inner-wrapper .hero .logo {
        width: 25%;
    }

    .inner-wrapper .hero .title {
        font-size: 5em;
    }

    .brochure.container {
        --container-width: 80vw;
        max-width: var(--container-width);
    }

    .intro.container {
        margin-top: 100px;
    }

    .infoblock .colorbg {
        padding: 60px 60px;
    }

    .infoblock .gallery {
        margin-top: 0px;
        /* margin-left: calc(-1 * (100vw - var(--container-width)) / 2); */
        height: 100%;
    }

    .infoblock .gallery .gallery-item:nth-child(1) {
        width: 100%;
    }

    .infoblock .gallery>.gallery-item {
        aspect-ratio: 1.7;
    }

    .infoblock .gallery .gallery-flex {
        width: auto;
        flex-direction: column;
        flex: 1;
    }
    
    .infoblock .gallery .gallery-flex .gallery-item:nth-child(1) {
        width: 100%;
        height: 70%;
    }

    .infoblock .title {
        padding: 0px 0px 0px 0px;
    }

    .infoblock .text {
        padding: 0px 0px 0px 0px;
    }

    .infoblock {
        --container-width: 80vw;
        max-width: var(--container-width);
    }

    .endpage-gallery img {
        aspect-ratio: 1.4;
    }

    .endpage-gallery img:nth-child(2) {
        flex: 1;
        aspect-ratio: 1.4;
    }

    .brochure .gallery>.gallery-item {
        width: 133%;
    }

    .brochure .flex-lg-row-reverse .gallery {
        margin-left: calc(-1 * (100vw - var(--container-width)) / 2);
    }
    
    .brochure .gallery {
        margin-right: calc(-1 * (100vw - var(--container-width)) / 2);
    }

    .mosaicinfo .columns {
        flex-direction: row-reverse;
    }

    .mosaicinfo .top-image {
        aspect-ratio: 2;
        margin-top: 64px;
    }

    .mosaicinfo .images {
        flex: 1;
        flex-direction: column;
    }

    .mosaicinfo .images div:first-child {
        width: 100%;
        aspect-ratio: auto;
        flex: 2;
    }

    .mosaicinfo .images div:last-child {
        aspect-ratio: auto;
        flex: 1;
    }

    .mosaicinfo .info-box {
        display: flex;
        flex-direction: column;
        flex: 1;
    }

    .mosaicinfo .info-box .banner {
        aspect-ratio: 2.5;
        background-image: var(--bg-image);
        margin-bottom: 20px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .mosaicinfo .info-box .colorbg {
        padding-right: 25vw;
    }

    .tabs .tab-container .tab span {
        display: block;
        transition-duration: .3s;
        color: white;
        font-size: 0.8em;
        text-transform: uppercase;
    }

    .tabs .tab-container .tab.active span {
        padding-top: 32px;
    }

    .tabs .tab-container .tab img {
        width: 80px;
        height: 80px;
    }

    .tabs .tab-container .tab {
        justify-items: center;
    }

    .tabs .tab-container .tab.active {
        padding-bottom: 10px;
    }

    .tabs .tab-contents .tab-content {
        height: 950px;
        background-size: cover;
    }

    .tabs .tab-container {
        height: 160px;
    }

    .tabs .tab-contents .tab-content .tab-content-inner {
        width: 42%;
        margin-top: 0px;
        padding: 90px;
    }

    .tabs .tab-contents .tab-content .tab-content-inner .subtitle {
        display: none;
    }

    .tabs .tab-contents .tab-content.active {
        display: flex;
        align-items: center;
    }
}

@media (min-width: 1200px) {
    .infoblock .colorbg {
        padding: 60px 120px;
    }
}