@charset "UTF-8";

/* RUBIK BOLD */
@font-face {
    font-family: 'Rubik';
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url("/local/assets/fonts/rubik/web/rubik-Bold.eot");
    src: local("Rubik Bold"), local("Rubik-Bold"),
    url("/local/assets/fonts/rubik/web/rubik-Bold.eot?#iefix") format("embedded-opentype"),
    url("/local/assets/fonts/rubik/web/rubik-Bold.woff2") format("woff2"),
    url("/local/assets/fonts/rubik/web/rubik-Bold.woff") format("woff"),
    url("/local/assets/fonts/rubik/web/rubik-Bold.ttf") format("truetype"),
    url("/local/assets/fonts/rubik/web/rubik-Bold.svg#Rubik-Regular") format("svg");
}

/* 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 SemiBold"), local("Montserrat-Medium"),
    url("/local/assets/fonts/montserrat/web/montserrat-Medium.eot?#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-SemiBold") format("svg");
}

/* COMMON SETTINGS */
:root {
	--dark-text-color: #1B1008;
    --light-text-color: #ECEBED;
    --accent-text-color: #F2AE00;
    --accent-color: #F2AE00;
    
    --header-background-color: #ECEBED;
    --header-text-color: #1B1008;
    --header-accent-color: #F2AE00;
    --header-logotype-color: #1B1008;
    --header-credo-color: #1B1008;
    
    --footer-accent-color: #F2AE00;
    --footer-background-color: #ECEBED;
    --footer-text-color: #1B1008;
    --footer-credo-color: #1B1008;
    --footer-logotype-color: #1B1008;
}
html, body {
    width: 100%;
    height: auto;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: var(--dark-text-color);
    font-family: "Montserrat";
    background-color: #ffffff;
    scroll-behavior: smooth;
}
@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__oktoberfest {
        display: block;
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .af-page__oktoberfest .af-page-section {
        display: block;
        width: 100%;
        height: auto;
    }
    .af-page__oktoberfest .af-page-wrapper {
        display: flex;
        box-sizing: border-box;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .fancybox-content::after {
        content: "";
        display: block;
        width: 100%;
        height: 10vw;
        max-height: 60px;
        position: absolute;
        bottom: 0;
        left: 0;
        background-size: 60% auto;
        background-position: center;
        background-repeat: no-repeat;
        background-color: rgba(255, 255, 255, .5);
        background-image: url('/upload/medialibrary/424/p87cmatkccyvcmy9n60aqykx4xkxabu2/Logotipy.png');
    }
    
    /* MAIN */
    .af-page__oktoberfest .af-main-image {
        display: block;
        width: 100%;
        height: auto;
    }
    .af-page__oktoberfest .af-main-image img {
        display: block;
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: right center;
           object-position: right center;
    }
    .af-page__oktoberfest .af-main-information {
        display: flex;
        width: 100%;
        height: auto;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        box-sizing: border-box;
    }
    .af-page__oktoberfest .af-main-time {
        display: block;
        width: auto;
        height: auto;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 1;
        text-align: left;
        letter-spacing: 0.03em;
        margin: 0 0 10px;
        color: var(--dark-text-color);
    }
    .af-page__oktoberfest .af-main-title {
        display: block;
        width: auto;
        height: auto;
        font-family: 'Rubik';
        font-style: normal;
        font-weight: 700;
        line-height: 1;
        color: var(--dark-text-color);
        text-transform: uppercase;
        margin-top: 0;
    }
    .af-page__oktoberfest .af-main-partners {
        display: flex;
        width: 100%;
        height: auto;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .af-page__oktoberfest .af-main-partner {
        display: block;
        width: auto;
        height: auto;
        margin-right: 20px;
    }
    
    /* ABOUT */
    .af-page__oktoberfest .af-about {
        background-color: var(--dark-text-color);
    }
    .af-page__oktoberfest .af-about-information {
        display: block;
        width: 100%;
        height: auto;
    }
    .af-page__oktoberfest .af-about-title {
        display: block;
        width: auto;
        height: auto;
        font-family: 'Rubik';
        font-style: normal;
        font-weight: 700;
        line-height: 1;
        color: var(--accent-text-color);
        text-transform: uppercase;
        margin-top: 0;
    }
    .af-page__oktoberfest .af-about-description {
        display: block;
        width: auto;
        height: auto;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 500;
        line-height: 1.5;
        color: var(--light-text-color);
        margin-top: 0;
    }
    .af-page__oktoberfest .af-about-features {
        display: flex;
        width: 100%;
        height: auto;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;
    }
    .af-page__oktoberfest .af-about-feature {
        display: block;
        height: auto;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 500;
        line-height: 1.5;
        text-align: center;
        color: var(--light-text-color);
    }
    .af-page__oktoberfest .af-about-feature span {
        display: block;
        width: 100%;
        height: auto;
        font-family: 'Rubik';
        font-style: normal;
        font-weight: 700;
        font-size: 32px;
        line-height: 1;
        text-align: center;
        text-transform: uppercase;
        color: var(--header-accent-color);
    }
    .af-page__oktoberfest .af-about-feature span::after {
        content: ' +';
        font-size: .6em;
        vertical-align: middle;
    }

    /* REVIEWS */
    .af-page__oktoberfest .af-reviews-title {
        display: block;
        width: auto;
        height: auto;
        font-family: 'Rubik';
        font-style: normal;
        font-weight: 700;
        line-height: 1;
        color: var(--accent-text-color);
        text-transform: uppercase;
        margin-top: 0;
    }
    .af-page__oktoberfest .af-reviews-items {
        display: flex;
        width: 100%;
        height: auto;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .af-page__oktoberfest .af-review {
        display: flex;
        height: auto;
        align-items: flex-start;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .af-page__oktoberfest .af-review-image {
        display: block;
        align-self: center;
        margin: 0 20px 20px 0;
    }
    .af-page__oktoberfest .af-review-title {
        display: block;
        font-family: 'Rubik';
        font-style: normal;
        font-weight: 700;
        line-height: 1.3;
        text-transform: uppercase;
        color: #1B1008;
        align-self: center;
        margin: 0 0 20px;
    }
    .af-page__oktoberfest .af-review-description {
        display: block;
        width: 100%;
        height: auto;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 1.5;
        color: var(--dark-text-color);
        margin: 0 0 20px;
    }
    .af-page__oktoberfest .af-review-additional {
        display: block;
        width: 100%;
        height: auto;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 500;
        line-height: 1.5;
        color: var(--dark-text-color);
        margin: 0;
    }
    .af-page__oktoberfest .af-review-additional strong {
        font-weight: 700;
    }

    /* GALLERY */
    .af-page__oktoberfest .af-gallery {
        background-color: var(--dark-text-color);
    }
    .af-page__oktoberfest .af-gallery-item {
        display: block;
    }
    .af-page__oktoberfest .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__oktoberfest .af-gallery-more {
        display: block;
        height: 70px;
        line-height: 70px;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        text-align: center;
        color: var(--text-color);
        margin-bottom: 22px;
        border-radius: 200px;
        background-color: var(--accent-color);
        position: relative;
    }
    .af-page__oktoberfest .af-gallery-more::after {
        content: "";
        display: block;
        width: 30px;
        height: 35px;
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url('../img/arrow-down.svg');
        position: absolute;
        left: calc(50% - 15px);
    }
    .af-page__oktoberfest .af-gallery-wrapper.active .af-gallery-more {
        display: none;
    }

    /* FEATURES */
    .af-page__oktoberfest .af-features-items {
        display: flex;
        width: 100%;
        height: auto;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 0;
        margin: 0 auto 40px;
    }
    .af-page__oktoberfest .af-features-items li {
        display: flex;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 400;
        line-height: 1.3;
        color: var(--text-color);
        align-items: center;
        justify-content: flex-start;
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
    .af-page__oktoberfest .af-features-items img {
        display: block;
        height: 80px;
        -o-object-fit: contain;
           object-fit: contain;
    }
} 
/* MOBILE MEDIA */
@media screen and (max-width: 767px) {

    /* PAGE */
    .af-page__oktoberfest .af-page-wrapper {
        padding: 40px 20px;
    }

    /* MAIN */
    .af-page__oktoberfest .af-main-image img {
        height: 20vh;
    }
    .af-page__oktoberfest .af-main-information {
        padding: 20px;
    }
    .af-page__oktoberfest .af-main-title {
        font-size: 32px;
        margin-bottom: 20px;
    }
    .af-page__oktoberfest .af-main-partner {
        margin-bottom: 20px;
    }

    /* ABOUT */
    .af-page__oktoberfest .af-about-title {
        font-size: 32px;
        margin-bottom: 20px;
    }
    .af-page__oktoberfest .af-about-description {
        font-size: 14px;
    }
    .af-page__oktoberfest .af-about-features::after,
    .af-page__oktoberfest .af-about-feature {
        width: calc(50% - 10px);
        font-size: 14px;
    }
    .af-page__oktoberfest .af-about-feature span {
        font-size: 32px;
        margin-bottom: 10px;
    }

    /* REVIEWS */
    .af-page__oktoberfest .af-review {
        width: 100%;
    }
    .af-page__oktoberfest .af-review:not(:last-of-type) {
        margin-bottom: 40px;
    }
    .af-page__oktoberfest .af-review-image {
        width: 40px;
        height: 40px;
    }
    .af-page__oktoberfest .af-review-title {
        width: calc(100% - 60px);
        font-size: 18px;
    }
    .af-page__oktoberfest .af-review-additional {
        font-size: 14px;
    }

    /* GALLERY */
    .af-page__oktoberfest .af-gallery-item {
        width: calc(50% - 8px);
        height: 35vw;
    }
    .af-page__oktoberfest .af-gallery-item:nth-of-type(odd) {
        margin-right: 15px;
    }
    .af-page__oktoberfest .af-gallery-wrapper:not(.active) .af-gallery-item:nth-of-type(8) ~ .af-gallery-item {
        display: none;
    }
    .af-page__oktoberfest .af-gallery-more {
        width: 100%;
    }
}
/* MOBILE AND VERTICAL PADS MEDIA */
@media screen and (max-width: 999px) {

    /* ABOUT */
    .af-page__oktoberfest .af-about-feature {
        margin-bottom: 20px;
    }

    /* FEATURES */
    .af-page__oktoberfest .af-about-features::after {
        content: "";
        order: 1;
        height: 0;
    }

    /* GALLERY */
    .af-page__oktoberfest .af-gallery-item {
        margin-bottom: 25px;
    }
    .af-page__oktoberfest .af-gallery-more::after {
        top: 100%;
    }
}

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

    /* PAGE */
    .af-page__oktoberfest .af-page-wrapper {
        padding-top: 100px;
        padding-bottom: 30px;
    }

    /* MAIN */
    .af-page__oktoberfest .af-main {
        position: relative;
    }
    .af-page__oktoberfest .af-main-information {
        height: 100%;
        align-items: flex-start;
        justify-content: center;
        padding-left: 40px;
        box-sizing: border-box;
        background-color: rgba(239, 172, 0, 0.85);
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
    }
    .af-page__oktoberfest .af-main-title {
        font-size: 76px;
        margin-bottom: 120px;
    }
    .af-page__oktoberfest .af-main-address {
        font-size: 24px;
    }

    /* ABOUT */
    .af-page__oktoberfest .af-about-title {
        font-size: 55px;
        margin-bottom: 40px;
    }
    .af-page__oktoberfest .af-about-description {
        font-size: 16px;
    }
    .af-page__oktoberfest .af-about-feature {
        font-size: 16px;
    }
    .af-page__oktoberfest .af-about-feature span {
        font-size: 55px;
        margin-bottom: 20px;
    }

    /* REVIEWS */
    .af-page__oktoberfest .af-reviews-title {
        font-size: 55px;
        margin-bottom: 40px;
    }
    .af-page__oktoberfest .af-review-image {
        width: 80px;
        height: 80px;
    }
    .af-page__oktoberfest .af-review-title {
        width: calc(100% - 100px);
        font-size: 23px;
    }
    

    /* GALLERY */
    .af-page__oktoberfest .af-gallery-more {
        margin-left: auto;
        margin-right: auto;
    }
}

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

    /* PAGE */
    .af-page__oktoberfest :not(.af-main) .af-page-wrapper {
        padding-left: 40px;
        padding-right: 40px;
    }

    /* MAIN */
    .af-page__oktoberfest .af-main-image img {
        height: 40vh;
    }
    .af-page__oktoberfest .af-main-information {
        width: 100%;
    }
    .af-page__oktoberfest .af-main-address {
        margin-bottom: 40px;
    }

    /* ABOUT */
    .af-page__oktoberfest .af-about-features::after,
    .af-page__oktoberfest .af-about-feature {
        width: calc(33.33% - 6.66px);
    }
    .af-page__oktoberfest .af-about-description {
        margin-bottom: 40px;
    }

    /* REVIEWS */
    .af-page__oktoberfest .af-reviews-items::after {
        content: "";
        display: block;
        order: 1;
        width: calc(50% - 10px);
    }
    .af-page__oktoberfest .af-reviews-item {
        width: calc(50% - 10px);
        margin-bottom: 40px;
    }

    /* GALLERY */
    .af-page__oktoberfest .af-gallery-item {
        width: calc(25% - 11.25px);
        height: 20vw;
    }
    .af-page__oktoberfest .af-gallery-item:not(:nth-of-type(4n)) {
        margin-right: 15px;
    }
    .af-page__oktoberfest .af-gallery-more {
        width: 50%;
        margin-top: 40px;
    }
    .af-page__oktoberfest .af-gallery-more::before {
        content: "";
        display: block;
        width: 64px;
        height: 22px;
        border-radius: 20px;
        border: 1px solid var(--text-color);
        box-sizing: border-box;
        position: absolute;
        left: calc(50% - 32px);
        bottom: -11px;
    }
    .af-page__oktoberfest .af-gallery-wrapper:not(.active) .af-gallery-item:nth-of-type(16) ~ .af-gallery-item {
        display: none;
    }
    
}
/* HORIZONTAL PADS AND PC MEDIA */
@media screen and (min-width: 1000px) {
    
    /* PAGE */
    .af-page__oktoberfest :not(.af-main) .af-page-wrapper:not(.af-gallery-wrapper) {
        max-width: 1400px;
        padding-left: 100px;
        padding-right: 100px;
        margin-left: auto;
        margin-right: auto;
    }
    
    /* MAIN */
    .af-page__oktoberfest .af-main {
        overflow: hidden;
    }
    .af-page__oktoberfest .af-main-image img {
        height: auto;
    }
    .af-page__oktoberfest .af-main-information {
        min-width: 680px;
        width: 50%;
        box-sizing: border-box;
        transform-origin: center left;
        transform-style: preserve-3d;
        transform: translate(-100%, 0);
    }
    .af-page__oktoberfest .af-main-time,
    .af-page__oktoberfest .af-main-title,
    .af-page__oktoberfest .af-main-partners {
        width: 100%;
        max-width: 600px;
        margin-left: auto;
    }
    .af-page__oktoberfest .af-main-time,
    .af-page__oktoberfest .af-main-title,
    .af-page__oktoberfest .af-main-partner {
        opacity: 0;
        transform-origin: center left;
        transform-style: preserve-3d;
        transform: translate(0, 100px);        
    }
    .content-loaded .af-page__oktoberfest .af-main-information {
        -webkit-animation: sliding 500ms ease-in-out 50ms forwards;
                animation: sliding 500ms ease-in-out 50ms forwards;
    }
    .content-loaded .af-page__oktoberfest .af-main-time {
        -webkit-animation: appearanсing 200ms ease-in 500ms forwards;
                animation: appearanсing 200ms ease-in 500ms forwards;
    }
    .content-loaded .af-page__oktoberfest .af-main-title {
        -webkit-animation: appearanсing 200ms ease-in 700ms forwards;
                animation: appearanсing 200ms ease-in 700ms forwards;
    }
    .content-loaded .af-page__oktoberfest .af-main-partner:nth-of-type(1) {
        -webkit-animation: appearanсing 200ms ease-in 800ms forwards;
                animation: appearanсing 200ms ease-in 800ms forwards;
    }
    .content-loaded .af-page__oktoberfest .af-main-partner:nth-of-type(2) {
        -webkit-animation: appearanсing 200ms ease-in 900ms forwards;
                animation: appearanсing 200ms ease-in 900ms forwards;
    }
    .content-loaded .af-page__oktoberfest .af-main-partner:nth-of-type(3) {
        -webkit-animation: appearanсing 200ms ease-in 1000ms forwards;
                animation: appearanсing 200ms ease-in 1000ms forwards;
    }
    .content-loaded .af-page__oktoberfest .af-main-partner:nth-of-type(4) {
        -webkit-animation: appearanсing 200ms ease-in 1100ms forwards;
                animation: appearanсing 200ms ease-in 1100ms forwards;
    }
    
    /* ABOUT */
    .af-page__oktoberfest .af-about-description {
        margin-bottom: 100px;
    }
    .af-page__oktoberfest .af-about-feature {
        width: 200px;
        max-width: 20%;
        margin-bottom: 40px;
    }

    /* REVEIWS */
    .af-page__oktoberfest .af-review {
        width: calc(33.33% - 33.33px);
        margin-bottom: 60px;
    }

    /* GALLERY */
    .af-page__oktoberfest .af-gallery-wrapper {
        width: 1400px;
        max-width: calc(100% - 200px);
        padding-left: 0;
        padding-right: 0;
        margin-left: auto;
        margin-right: auto;
    }
    .af-page__oktoberfest .af-gallery-item {
        width: calc(20% - 24px);
        max-width: 280px;
        height: 15vw;
        max-height: 250px;
        margin-bottom: 30px;
    }
    .af-page__oktoberfest .af-gallery-item:not(:nth-of-type(5n)) {
        margin-right: 30px;
    }
    .af-page__oktoberfest .af-gallery-more {
        width: 280px;
        cursor: pointer;
    }
    .af-page__oktoberfest .af-gallery-more::after {
        top: 85%;
        transition: 100ms ease-in;
    }
    .af-page__oktoberfest .af-gallery-more:hover::after {
        top: 100%;
    }
    .af-page__oktoberfest .af-gallery-wrapper:not(.active) .af-gallery-item:nth-of-type(20) ~ .af-gallery-item {
        display: none;
    }
    .af-page__oktoberfest [data-fancybox] {
        position: relative;
    }
    .af-page__oktoberfest [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__oktoberfest [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__oktoberfest [data-fancybox]:hover::before {
        opacity: 1;
        transition: 100ms ease-in;
    }
    .af-page__oktoberfest [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: 1440px;
        padding-left: 100px;
        padding-right: 100px;
    }

    /* ANIMATIONS */
    @-webkit-keyframes sliding {
        0% {transform: translate(-100%, 0);}
        100% {transform: translate(0, 0)}
    }
    @keyframes sliding {
        0% {transform: translate(-100%, 0);}
        100% {transform: translate(0, 0)}
    }
    @-webkit-keyframes appearanсing {
        0% {
            opacity: 0;
            transform: translate(0, 90px);
        }
        33.33% {
            opacity: 1;
            transform: translate(0, 60px);
        }
        66.66% {
            opacity: 1;
            transform: translate(0, 30px);
        }
        100% {
            opacity: 1;
            transform: translate(0, 0);
        }
    }
    @keyframes appearanсing {
        0% {
            opacity: 0;
            transform: translate(0, 90px);
        }
        33.33% {
            opacity: 1;
            transform: translate(0, 60px);
        }
        66.66% {
            opacity: 1;
            transform: translate(0, 30px);
        }
        100% {
            opacity: 1;
            transform: translate(0, 0);
        }
    }
}