@charset "UTF-8";

/* MONTSERRAT BOLD */
@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("/local/assets/fonts/montserrat/web/montserrat-Bold.eot");
    src: local("Montserrat Bold"), local("Montserrat-Bold"),
        url("/local/assets/fonts/montserrat/web/montserrat-Bold.eot?#iefix") format("embedded-opentype"), 
        url("/local/assets/fonts/montserrat/web/montserrat-Bold.woff2") format("woff2"), 
        url("/local/assets/fonts/montserrat/web/montserrat-Bold.woff") format("woff"), 
        url("/local/assets/fonts/montserrat/web/montserrat-Bold.ttf") format("truetype"),
        url("/local/assets/fonts/montserrat/web/montserrat-Bold.svg#Montserrat-Bold") format("svg");
}
/* MONTSERRAT MEDIUM */
@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("/local/assets/fonts/montserrat/web/montserrat-Medium.eot");
    src: local("Montserrat Medium"), local("Montserrat-Medium"),
        url("/local/assets/fonts/montserrat/web/montserrat-Medium?#iefix") format("embedded-opentype"), 
        url("/local/assets/fonts/montserrat/web/montserrat-Medium.woff2") format("woff2"), 
        url("/local/assets/fonts/montserrat/web/montserrat-Medium.woff") format("woff"), 
        url("/local/assets/fonts/montserrat/web/montserrat-Medium.ttf") format("truetype"),
        url("/local/assets/fonts/montserrat/web/montserrat-Medium.svg#Montserrat-Medium") format("svg");
}
/* MONTSERRAT REGULAR */
@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("/local/assets/fonts/montserrat/web/montserrat-Regular.eot");
    src: local("Montserrat Regular"), local("Montserrat-Regular"),
        url("/local/assets/fonts/montserrat/web/montserrat-Regular?#iefix") format("embedded-opentype"), 
        url("/local/assets/fonts/montserrat/web/montserrat-Regular.woff2") format("woff2"), 
        url("/local/assets/fonts/montserrat/web/montserrat-Regular.woff") format("woff"), 
        url("/local/assets/fonts/montserrat/web/montserrat-Regular.ttf") format("truetype"),
        url("/local/assets/fonts/montserrat/web/montserrat-Regular.svg#Montserrat-Regular") format("svg");
}

/* COMMON SETTINGS */
:root {
    --accent-color: #17a64c;

    --common-text-color: #ffffff;
    --additional-text-color: #908778;
    --special-background-color:#B7AFA3;
    
    --common-background-color:#ffffff;
    --additional-background-color:#B7AFA3;
    --special-background-color:#908778;
    
    --header-background-color: #ffffff;
    --header-text-color: #222222;
    --header-accent-color: #17a64c;
    --header-credo-color: #222222;
    --header-logotype-color: #222222;
    
    --footer-accent-color: #17a64c;
    --footer-background-color: #2c2c2c;
    --footer-text-color: #ffffff;
    --footer-credo-color: #ffffff;
    --footer-logotype-color: #ffffff;
}
html, body {
    width: 100%;
    height: auto;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: var(--common-text-color);
    font-family: "Montserrat", sans-serif;
    scroll-behavior: smooth;
    background-color: var(--common-background-color);
}

header.af-header .af-header-logo {
    width: 130px;
    height: 30px;
}

@supports (-ms-ime-align:auto) {
    html {
        overflow: hidden;
        height: 100%;
    }

    body {
        overflow: auto;
        height: 100%;
        position: relative;
    }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    html {
        overflow: hidden;
        height: 100%;
    }
    body {
        overflow: auto;
        height: 100%;
    }
}

/* ALL MEDIA */
@media screen and (min-width: 0) {

    /* PAGE */
    .af-page.af-page__vb-2023 {
        display: block;
        width: 100%;
        height: auto;
    }
    .af-page.af-page__vb-2023 strong {
        font-weight: 700;
    }
    .af-page__vb-2023 .af-page-section {
        display: block;
        width: 100%;
        height: auto;
        position: relative;
    }
    .af-page__vb-2023 .af-page-wrapper {
        display: flex;
        box-sizing: border-box;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .af-page__vb-2023 .af-page-title {
        display: block;
        width: 100%;
        height: auto;
        font-family: 'Montserrat', sans-serif;
        font-style: normal;
        font-weight: 400;
        line-height: 1.3;
        color: #FFFFFF;
        text-align: left;
        margin-top: 0;
    }
    .af-page__vb-2023 .af-page-description {
        display: block;
        width: 100%;
        height: auto;
        font-family: 'Montserrat', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 1.35;
        text-align: left;
        -moz-text-align-last: left;
             text-align-last: left;
        color: #FFFFFF;        
    }
    .af-page__vb-2023 .af-page-list {
        display: block;
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
    }
    .af-page__vb-2023 .af-page-list li {
        display: block;
        width: 100%;
        height: auto;
        font-family: 'Montserrat', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 1.35;
        text-align: left;
        -moz-text-align-last: left;
             text-align-last: left;
        color: #FFFFFF;
    }
    .af-page__vb-2023 .af-page-list strong {
        display: block;
        width: auto;
        height: auto;
        font-family: 'Montserrat', sans-serif;
        font-style: normal;
        font-weight: 700;
        line-height: 1.2;
        text-align: center;
        color: #FFFFFF;
    }
    
    /* MAIN */
    .af-page__vb-2023 .af-main-picture {
        display: block;
        width: 100%;
        height: auto;
    }
    .af-page__vb-2023 .af-main-picture img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center center;
           object-position: center center;
    }
    .af-page__vb-2023 .af-main-information {
        display: flex;
        width: 100%;
        height: auto;
        box-sizing: border-box;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }
    .af-page__vb-2023 .af-main-description {
        display: block;
        width: 100%;
        height: auto;
        font-family: 'Montserrat', sans-serif;
        font-style: normal;
        font-weight: 500;
        line-height: 1.6;
        color: var(--common-text-color);
        text-align: center;
        margin-top: 0;
        margin-left: auto;
        margin-right: auto;
    }
    .af-page__vb-2023 .af-main-logotype {
        display: block;
        width: 100%;
        height: auto;
        -o-object-fit: contain;
           object-fit: contain;
        -o-object-position: center;
           object-position: center;
    }
    .af-page__vb-2023 .af-main-title {
        display: block;
        width: 100%;
        height: auto;
        font-family: 'Montserrat', sans-serif;
        font-style: normal;
        font-weight: 700;
        line-height: 1.25;
        text-align: center;
        color: var(--common-text-color);
        margin-top: 0;
        margin-left: auto;
        margin-right: auto;
    }
    .af-page__vb-2023 .af-main-button {
        display: flex;
        width: 100%;
        height: 60px;
        font-family: 'Montserrat', sans-serif;
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        text-align: center;
        text-transform: uppercase;
        text-decoration: none;
        color: var(--common-text-color);
        justify-content: center;
        align-items: center;
        background-color: var(--additional-color);
        cursor: pointer;
    }

    /* GALLERY */
    .af-page__vb-2023 .af-gallery-item {
        display: block;
    }
    .af-page__vb-2023 .af-gallery-item img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center;
    }
    .af-page__vb-2023 .af-gallery-more {
        display: block;
        width: 250px;
        max-width: 100%;
        height: 65px;
        line-height: 65px;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        text-align: center;
        text-transform: uppercase;
        color: var(--common-text-color);
        margin-left: auto;
        margin-right: auto;
        background-color: var(--additional-background-color);
        position: relative;
    }
    .af-page__vb-2023 .af-gallery-wrapper.active .af-gallery-more {
        display: none;
    }
} 
/* MOBILE MEDIA */
@media screen and (max-width: 767px) {

    /* PAGE */
    .af-page__vb-2023 .af-page-wrapper {
        padding: 40px 10px;
    }
    .af-page__vb-2023 .af-page-title {
        font-size: 18px;
        margin-bottom: 30px;
    }
    .af-page__vb-2023 .af-page-list li:not(:last-of-type) {
        margin-bottom: 20px;
    }
    .af-page__vb-2023 .af-page-list strong {
        font-size: 18px;
        margin-bottom: 8px;
    }
    
    /* MAIN */
    .af-page__vb-2023 .af-main {
        min-height: 470px;
        margin-bottom: 40px;
    }
    .af-page__vb-2023 .af-main-information {
        height: 100%;
        padding: 20vw 10px 15px;
    }
    .af-page__vb-2023 .af-main-description {
        font-size: 14px;
        margin-bottom: 10vw;
    }
    .af-page__vb-2023 .af-main-logotype {
        margin-bottom: 10vw;
    }
    .af-page__vb-2023 .af-main-title {
        max-width: 172px;
        font-size: 20px;
    }
    .af-page__vb-2023 .af-main-button {
        margin-top: auto;
        font-size: 14px;
        align-self: flex-end;
    }
    
    /* GALLERY */
    .af-page__vb-2023 .af-gallery-wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
    .af-page__vb-2023 .af-gallery-item {
        width: calc(50% - 8px);
        height: 35vw;
    }
    .af-page__vb-2023 .af-gallery-item:nth-of-type(odd) {
        margin-right: 15px;
    }
    .af-page__vb-2023 .af-gallery-wrapper:not(.active) .af-gallery-item:nth-of-type(8) ~ .af-gallery-item {
        display: none;
    }
    .af-page__vb-2023 .af-gallery-more {
        margin-bottom: 40px;
    }

    /* HEADER AND FOOTER */
    .af-store-list-toggle:after {
        background-size: auto 100%;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAKlBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKE86IAAAADXRSTlMAEBUqREZHkJSV0u72Iv5SogAAAF5JREFUeNrdyrkRgDAAA0H5wQY//bcLRIzmBhdgJQr2tOVSWnsZ41j7nF7Qn6Ks3As6CnhrVtBjtIIueUH3go4CbgUcBRwFHAUcRTdH0VXNUVTp/JzF9X4O+lnI2mQ3xlEJeK+zk94AAAAASUVORK5CYII=);
    }
}
/* MOBILE AND VERTICAL PADS MEDIA */
@media screen and (max-width: 999px) {

    /* MAIN */
    .af-page__vb-2023 .af-main-logotype {
        max-width: 172px;
    }

    /* GALLERY */
    .af-page__vb-2023 .af-gallery-item {
        margin-bottom: 15px;
    }
    .af-page__vb-2023 .af-gallery-more {
        margin-top: 25px;
    }
}

/* PADS AND PC MEDIA */
@media screen and (min-width: 768px) {

    /* PAGE */
    .af-page__vb-2023 .af-page-wrapper {
        padding: 50px 40px;
    }
    .af-page__vb-2023 .af-page-title {
        font-size: 24px;
        margin-bottom: 40px;
    }
    .af-page__vb-2023 .af-page-list li:not(:last-of-type) {
        margin-bottom: 30px;
    }
    .af-page__vb-2023 .af-page-list strong {
        font-size: 20px;
        margin-bottom: 10px;
    }
    
    /* MAIN */
    .af-page__vb-2023 .af-main {        
        min-height: 500px;
        margin-bottom: 50px;
    }
    .af-page__vb-2023 .af-main-information {
        max-width: 485px;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }
    .af-page__vb-2023 .af-main-description {
        font-size: 18px;
    }
    .af-page__vb-2023 .af-main-title {
        max-width: 485px;
        font-size: 32px;
    }
    .af-page__vb-2023 .af-main-button {
        max-width: 330px;
        font-size: 16px;
    }

    /* GALLERY */
    .af-page__vb-2023 .af-gallery-more {
        margin-bottom: 60px;
    }
}

/* VERTICAL PADS MEDIA*/
@media (min-width: 768px) and (max-width: 999px) {

    /* MAIN */
    .af-page__vb-2023 .af-main-information {
        padding-top: 2vw;
    }
    .af-page__vb-2023 .af-main-description {
        margin-bottom: 2vw;
    }
    .af-page__vb-2023 .af-main-logotype {
        margin-bottom: 4vw;
    }
    
    /* GALLERY */
    .af-page__vb-2023 .af-gallery-wrapper {
        padding-left: 30px;
        padding-right: 30px;
    }
    .af-page__vb-2023 .af-gallery-item {
        width: calc(25% - 11.25px);
        height: 20vw;
    }
    .af-page__vb-2023 .af-gallery-item:not(:nth-of-type(4n)) {
        margin-right: 15px;
    }
    .af-page__vb-2023 .af-gallery-more {
        width: 50%;
    }
    .af-page__vb-2023 .af-gallery-wrapper:not(.active) .af-gallery-item:nth-of-type(16) ~ .af-gallery-item {
        display: none;
    }
    /* FOOTER AND HEADER */
    header.af-header .af-header-container,
    footer.af-footer .af-footer-container {
        padding-left: 30px;
        padding-right: 30px;
    }
}
/* HORIZONTAL PADS AND PC MEDIA */
@media screen and (min-width: 1000px) {
    
    /* PAGE */
    .af-page__vb-2023 .af-page-wrapper {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }
    .af-page__vb-2023 .af-page-title {
        max-width: 400px;
        margin-right: auto;
    }
    .af-page__vb-2023 .af-page-list {
        max-width: 600px;
        margin-left: auto;
    }
    
    /* MAIN */
    .af-page__vb-2023 .af-main-picture img {
        min-height: 500px;
    }

    /* GALLERY */
    .af-page__vb-2023 .af-gallery-wrapper {
        width: 1180px;
        max-width: calc(100% - 60px);
        margin-left: auto;
        margin-right: auto;
    }
    .af-page__vb-2023 .af-gallery-item {
        width: calc(25% - 23px);
        max-width: 280px;
        height: 15vw;
        max-height: 250px;
        margin-bottom: 30px;
    }
    .af-page__vb-2023 .af-gallery-item:not(:nth-of-type(4n)) {
        margin-right: 30px;
    }
    .af-page__vb-2023 .af-gallery-more {
        width: 280px;
        cursor: pointer;
        margin-top: 30px;
        transition: 100ms ease-in;
    }
    .af-page__vb-2023 .af-gallery-more:hover {
        background-color: var(--special-background-color);
    }
    .af-page__vb-2023 .af-gallery-wrapper:not(.active) .af-gallery-item:nth-of-type(20) ~ .af-gallery-item {
        display: none;
    }
    .af-page__vb-2023 [data-fancybox] {
        position: relative;
    }
    .af-page__vb-2023 [data-fancybox]::before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background-color:  rgba(0, 0, 0, 0.3);
        transition: 100ms ease-out;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        z-index: 1;
    }
    .af-page__vb-2023 [data-fancybox]::after {
        content: "";
        display: block;
        width: 40px;
        height: 40px;
        background-size: auto 30px;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url('../img/search.svg');
        transition: 80ms ease-out;
        position: absolute;
        top: calc(50% - 20px);
        left: calc(50% - 20px);
        z-index: 2;
        transform: scale3d(0, 0, 1);
    }
    .af-page__vb-2023 [data-fancybox]:hover::before {
        opacity: 1;
        transition: 100ms ease-in;
    }
    .af-page__vb-2023 [data-fancybox]:hover::after {
        transform: scale3d(1, 1, 1);
        transition: 120ms ease-in;
    }

    /* HEADER AND FOOTER  */
    header.af-header .af-header-container,
    footer.af-footer .af-footer-container {
        max-width: 1240px;
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media (min-width: 1000px) and (max-width: 1440px) {

    /* MAIN */
    .af-page__vb-2023 .af-main-information {
        padding-top: 5vw;
    }
    .af-page__vb-2023 .af-main-description {
        margin-bottom: 3vw;
    }
    .af-page__vb-2023 .af-main-logotype {
        max-width: 250px;
        margin-bottom: 6vw;
    }
    .af-page__vb-2023 .af-main-title {
        margin-bottom: 3vw;
    }
}
@media screen and (min-width: 1441px) {

    /* MAIN */
    .af-page__vb-2023 .af-main-information {
        padding-top: 2vw;
    }
    .af-page__vb-2023 .af-main-description {
        margin-bottom: 2vw;
    }
    .af-page__vb-2023 .af-main-logotype {
        max-width: 230px;
        margin-bottom: 4vw;
    }
    .af-page__vb-2023 .af-main-title {
        margin-bottom: 2vw;
    }
}