@charset "UTF-8";

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("/local/assets/fonts/inter/inter-semiBold.eot");
    src: local("Inter SemiBold"), local("Inter-SemiBold"),
        url("/local/assets/fonts/inter/inter-semiBold.eot?#iefix") format("embedded-opentype"),
        url("/local/assets/fonts/inter/inter-semiBold.woff2") format("woff2"),
        url("/local/assets/fonts/inter/inter-semiBold.woff") format("woff"),
        url("/local/assets/fonts/inter/inter-semiBold.ttf") format("truetype"),
        url("/local/assets/fonts/inter/inter-semiBold.svg#Inter-SemiBold") format("svg");
}
@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("/local/assets/fonts/inter/inter-medium.eot");
    src: local("Inter Medium"), local("Inter-Medium"),
        url("/local/assets/fonts/inter/inter-medium.eot?#iefix") format("embedded-opentype"),
        url("/local/assets/fonts/inter/inter-medium.woff2") format("woff2"),
        url("/local/assets/fonts/inter/inter-medium.woff") format("woff"),
        url("/local/assets/fonts/inter/inter-medium.ttf") format("truetype"),
        url("/local/assets/fonts/inter/inter-medium.svg#Inter-Medium") format("svg");
}
@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("/local/assets/fonts/inter/inter-regular.eot");
    src: local("Inter"), local("Inter Regular"), local("Inter-Regular"),
        url("/local/assets/fonts/inter/inter-regular.eot?#iefix") format("embedded-opentype"),
        url("/local/assets/fonts/inter/inter-regular.woff2") format("woff2"),
        url("/local/assets/fonts/inter/inter-regular.woff") format("woff"),
        url("/local/assets/fonts/inter/inter-regular.ttf") format("truetype"),
        url("/local/assets/fonts/inter/inter-regular.svg#Inter-Regular") format("svg");
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-regular.eot");
    src: local("Roboto"), local("Roboto-Regular"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-regular.eot?#iefix") format("embedded-opentype"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-regular.woff2") format("woff2"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-regular.woff") format("woff"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-regular.ttf") format("truetype"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-regular.svg#Roboto") format("svg");
}

/* COMMON SETTINGS */
:root {
    --header-background-color: #ffffff;
    --header-text-color: #222222;
    --header-accent-color: #A10A0A;
    --header-border-color: #222222;
    
    --footer-accent-color: #A10A0A;
    --footer-background-color: #889A98;
    --footer-text-color: #ffffff;
    --footer-credo-color: #ffffff;
    --footer-logotype-color: #ffffff;

    --page-accent-color: #A10A0A;
    --page-special-color: #889A98;
    --page-error-color: #ff0000;
    --page-additional-color: #F4F5F6;
    
    --page-text-color: #222222;
    --page-border-color: #9F9F9F;
    --page-background-color:#FFFFFF;

    --page-button-color: #A10A0A;
    --page-hover-color: #222222;

    --common-text-color: #222222;

}
html, body {
    width: 100%;
    height: auto;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: var(--page-text-color);
    font-family: "Inter", Arial, Helvetica, sans-serif;
    scroll-behavior: smooth;
    background-color: var(--page-background-color);
    padding: 0;
    margin: 0;
}
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__event {
        display: block;
        width: 100%;
        height: auto;
    }
    .af-page__event img,
    .af-page__event svg {
        max-width: 100%;
        pointer-events: none;
    }
    .af-page__event .af-page-section {
        display: block;
        width: 100%;
        position: relative;
    }
    .af-page__event .af-page-section::before {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        margin-left: auto;
        margin-right: auto;
        background-color: var(--page-text-color);
    }
    .af-page__event .af-page-wrapper {
        display: flex;
        width: 100%;
        box-sizing: border-box;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .af-page__event .af-page-button {
        display: flex;
        height: 56px;
        line-height: 1;
        font-size: 16px;
        font-weight: 400;
        font-style: normal;
        text-align: center;
        text-decoration: none;
        letter-spacing: normal;
        color: var(--page-background-color);
        font-family: "Inter", Arial, Helvetica, sans-serif;
        border: 0;
        outline: 0;
        outline: none;
        box-shadow: none;
        box-sizing: border-box;
        justify-content: center;
        align-items: center;
        background-color: var(--page-button-color);
    }
    .af-page__event .af-page-button[disabled] {
        pointer-events: none;
    }
    .af-page__event .af-page-title {
        display: block;
        height: auto;
        font-weight: 600;
        text-align: left;
        font-style: normal;
        letter-spacing: normal;
        text-transform: uppercase;
        font-family: "Inter", Arial, Helvetica, sans-serif;
        margin: 0;
    }
    .af-page__event .af-page-subtitle {
        display: block;
        width: 100%;
        height: auto;
        font-size: 20px;
        font-weight: 300;
        text-align: left;
        line-height: 1.3;
        font-style: normal;
        letter-spacing: normal;
        color: var(--page-text-color);
        font-family: "Inter", Arial, Helvetica, sans-serif;
        margin-top: 0;
    }
    .af-page__event .af-page-text {
        display: block;
        width: 100%;
        height: auto;
        font-size: 16px;
        line-height: 1.3;
        font-weight: 400;
        text-align: left;
        font-style: normal;
        letter-spacing: normal;
        font-family: "Inter", Arial, Helvetica, sans-serif;
        margin-top: 0;
    }

    /* MAIN */
    .af-page__event .af-main-heading {
        display: block;
        width: auto;
        height: auto;
        line-height: .8;
        font-weight: 500;
        text-align: left;
        font-style: normal;
        letter-spacing: normal;
        font-family: "Inter", Arial, Helvetica, sans-serif;
        margin-top: 0;
        padding-top: 18px;
    }
    .af-page__event .af-main-heading small {
        font-size: .5em;
    }
    .af-page__event .af-main-picture {
        display: block;
        width: 100%;
        height: auto;
    }
    .af-page__event .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__event .af-main-information {
        display: flex;
        max-width: 100%;
        height: auto;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .af-page__event .af-main-logotype {
        display: block;
        height: auto;
        -o-object-fit: contain;
           object-fit: contain;
        -o-object-position: center;
           object-position: center;
    }
    .af-page__event .af-main-image {
        display: block;
        padding: 0;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
        position: relative;
    }
    .af-page__event .af-main-image__faucets {
        width: 100%;
        margin-top: auto;
    }
    .af-page__event .af-main-image__toilets {
        margin-top: 0;
    }
    .af-page__event .af-main-image figcaption {
        display: flex;
        width: 100%;
        height: 100%;
        font-size: 20px;
        font-weight: 300;
        text-align: left;
        line-height: 1.3;
        font-style: normal;
        letter-spacing: normal;
        color: var(--page-background-color);
        font-family: "Inter", Arial, Helvetica, sans-serif;
        margin: 0;
        padding: 24px;
        align-items: flex-end;
        justify-content: flex-start;
        box-sizing: border-box;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 40%, rgba(0, 0, 0, 0.4) 90%);
        position: absolute;
        left: 0;
        top: 0;
    }
    .af-page__event .af-main-image img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .af-page__event .af-main-image__faucets img {
        object-position: center center;
    }
    .af-page__event .af-main-image__toilets img {
        object-position: bottom center;
    }

    /* GALLERY */
    .af-page__event .af-gallery-item {
        display: block;
        height: auto;
        position: relative;
    }
    .af-page__event .af-gallery-item img {
        display: block;
        width: 100%;
        height: 100%;
        pointer-events: none;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center;
    }
    .af-page__event .af-gallery-item.video:before {
        content: "";
        display: block;
        width: 40px;
        height: 40px;
        background-size: 100% auto;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url('../img/video.svg');
        position: absolute;
        right: 10px;
        bottom: 10px;
        z-index: 2;
    }
    .af-page__event [data-fancybox]::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background-color:  rgba(0, 0, 0, .4);
        background-position: center;
        background-repeat: no-repeat;
        background-image: url('../img/search.svg');
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }
    .af-page__event .af-gallery-wrapper.active .af-gallery-button {
        display: none;
    }
    .af-page__event .af-gallery-wrapper:not(.active) .af-gallery-item:nth-of-type(8) ~ .af-gallery-item {
        display: none;
    }
    
    /* ABOUT */
    .af-page__event .af-about-image {
        height: auto;
    }
    .af-page__event .af-about-image img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }
    .af-page__event .af-about-text {
        display: block;
        width: 100%;
        height: auto;
        font-size: 16px;
        line-height: 1.3;
        font-weight: 300;
        text-align: left;
        font-style: normal;
        letter-spacing: normal;
        color: var(--page-text-color);
        font-family: "Inter", Arial, Helvetica, sans-serif;
        margin: 0;
    }
    
    /* SCHEDULE */
    .af-page__event .af-schedule-wrapper {
        margin-left: auto;
        margin-right: auto;
        background-color: var(--page-special-color);
    }
    .af-page__event .af-schedule-title {
        color: var(--page-background-color);
    }
    .af-page__event .af-schedule-list {
        display: flex;
        width: auto;
        margin: 0;
        padding: 0;
        list-style: none;
        align-items: flex-start;
        justify-content: flex-start;
        flex-wrap: wrap;
        counter-reset: counter;
    }
    .af-page__event .af-schedule-list li {
        display: block;
        height: auto;
        font-size: 16px;
        line-height: 1.3;
        font-weight: 400;
        text-align: left;
        font-style: normal;
        letter-spacing: normal;
        color: var(--page-background-color);
        font-family: "Inter", Arial, Helvetica, sans-serif;
        padding: 0 0 0 24px;
        border-left: 1px solid var(--page-background-color);
        box-sizing: border-box;
        position: relative;
    }
    .af-page__event .af-schedule-list li::before {
        counter-increment: counter;
        content: '0' counter(counter);
        display: block;
        width: auto;
        height: auto;
        font-size: 1.25em;
    }
    .af-page__event .af-schedule-subtitle {
        color: var(--page-background-color);
    }
}

/* MOBILE MEDIA */
@media screen and (max-width: 767px) {

    /* HEADER AND FOOTER */
    header.af-header .af-header-toggle  {
        width: 30px;
        height: 30px;
        order: 2;
        margin: auto 0 auto auto;
        position: relative;
    }
    header.af-header .af-header-toggle span {
        width: 80%;
        margin: 0 0 0 20%;
        pointer-events: none;
        position: relative;
        top: 14px;
    }
    header.af-header .af-header-container:not(.active) .af-header-toggle  span {
        background-color: var(--common-text-color);
    }
    header.af-header .af-header-toggle  span:before,
    header.af-header .af-header-toggle  span:after {
        content: '';
        background-color: var(--common-text-color);
        position: absolute;
        right: 0;
    }
    header.af-header .af-header-toggle  span,
    header.af-header .af-header-toggle  span:before,
    header.af-header .af-header-toggle  span:after {
        display: block;
        height: 2px;
        border-radius: 100%;
        stroke-linecap: round;
        stroke-linejoin: round;
        transition: all 300ms;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
    }
    header.af-header .af-header-toggle  span:before {
        width: 125%;
    }
    header.af-header .af-header-container:not(.active) .af-header-toggle  span:after {
        width: 100%;
    }
    header.af-header .af-header-container.active .af-header-toggle  span {
        background-color: transparent;
    }
    header.af-header .af-header-container.active .af-header-toggle  span:before {
        transform: rotate(45deg);
    }
    header.af-header .af-header-container.active .af-header-toggle  span:after {
        width: 125%;
        transform: rotate(-45deg);
    }
    header.af-header .af-header-links li {
        text-align: left;
        padding-bottom: 8;
        padding-left: 4px;
        padding-right: 4px;
    }
    header.af-header .af-header-links li:first-child {
        padding-top: 20px;
    }
    header.af-header .af-header-links li:not(:first-child) {
        padding-top: 8;
    }
    .af-store-list-toggle:after {
        background-size: auto 100%;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAKlBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKE86IAAAADXRSTlMAEBUqREZHkJSV0u72Iv5SogAAAF5JREFUeNrdyrkRgDAAA0H5wQY//bcLRIzmBhdgJQr2tOVSWnsZ41j7nF7Qn6Ks3As6CnhrVtBjtIIueUH3go4CbgUcBRwFHAUcRTdH0VXNUVTp/JzF9X4O+lnI2mQ3xlEJeK+zk94AAAAASUVORK5CYII=);
    }

    /* PAGE */
    .af-page__event .af-page-section::before {
        max-width: calc(100% - 40px);
    }
    .af-page__event .af-page-wrapper:not(.af-schedule-wrapper) {
        padding-left: 20px;
        padding-right: 20px;
    }
    .af-page__event .af-page-title {
        font-size: 18px;
    }
    .af-page__event .af-page-button {
        width: 100%;
    }

    /* MAIN */
    .af-page__event .af-main-heading {
        max-width: calc(100% - 135px);
        font-size: 24px;
    }
    .af-page__event .af-main-logotype {
        width: 135px;
    }

    /* GALLERY */
    .af-page__event .af-gallery-wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
    .af-page__event .af-gallery-item {
        width: calc(50% - 10px);
    }

    /* SCHEDULE */
    .af-page__event .af-schedule-wrapper {
        max-width: calc(100% - 40px);
    }

    /* MAP */
    .map-circle-placemark__caption,
    .af-page__event .map-circle-placemark__caption,
    .af-page__event #map .map-circle-placemark__caption,
    .map-circle-placemark._outline .map-circle-placemark__caption,
    .map-circle-placemark._size_medium .map-circle-placemark__caption {
        display: block;
        width: 180px;
        max-width: none;
        height: auto;
        white-space: normal;
        margin: -32px 0 0 32px;
        padding: 24px 24px 24px 24px !important;
    }
}

/* MOBILE AND VERTICAL PADS MEDIA */
@media screen and (max-width: 999px) {

    /* MAIN */
    .af-page__event .af-main-wrapper {
        gap: 16px;
    }
    .af-page__event .af-main-information {
        width: 100%;
    }
    .af-page__event .af-main-heading {
        margin-bottom: 24px;
    }
    .af-page__event .af-main-logotype {
        margin-bottom: 24px;
    }
    .af-page__event .af-main-subtitle {
        margin-bottom: 24px;
    }
    .af-page__event .af-main-image {
        height: 260px;
    }
    .af-page__event .af-main-image__toilets {
        width: 100%;
    }
    .af-page__event .af-main-button {
        margin-bottom: 24px;
    }

    /* GALLERY */
    .af-page__event .af-gallery-wrapper {
        padding-top: 20px;
        gap: 20px;
    }
    .af-page__event [data-fancybox]::after {
        opacity: 1;
        background-size: 30px auto;
    }

    /* ABOUT */
    .af-page__event .af-about-wrapper {
        gap: 16px;
    }
    .af-page__event .af-about-title {
        order: 1;
    }
    .af-page__event .af-about-text {
        order: 2;
    }
    .af-page__event .af-about-subtitle {
        margin-bottom: 16px;
    }
    .af-page__event .af-about-image.af-about-image__showroom {
        width: calc(55% - 8px);
        order: 3;
    }
    .af-page__event .af-about-image.af-about-image__office {
        width: calc(45% - 8px);
        order: 4;
    }

    /* SCHEDULE */
    .af-page__event .af-schedule-wrapper {
        padding-top: 40px;
        padding-bottom: 40px;
        gap: 24px;
    }
    .af-page__event .af-schedule-subtitle {
        margin-bottom: 12px;
    }
    .af-page__event .af-schedule-list {
        gap: 24px;
    }
    .af-page__event .af-schedule-list li {
        width: 100%;
    }

    /* MAP */
    .af-page__event .af-map-wrapper {
        gap: 24px;
    }
}

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

    /* PAGE */
    .af-page__event .af-page-title {
        font-size: 20px;
    }
    .af-page__event .af-page-button {
        min-width: 290px;
        width: auto;
        padding: 0 40px;
    }

    /* MAIN */
    .af-page__event .af-main-heading {
        font-size: 40px;
        max-width: calc(100% - 165px);
    }
    .af-page__event .af-main-logotype {
        width: 165px;
    }
}

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

    /* HEADER AND FOOTER */
    body header.af-header .af-header-container,
    body footer.af-footer .af-footer-container {
        padding-left: 32px;
        padding-right: 32px;
    }

    /* PAGE */
    .af-page__event .af-page-section::before {
        max-width: calc(100% - 64px);
    }
    .af-page__event .af-page-wrapper:not(.af-schedule-wrapper) {
        padding-left: 32px;
        padding-right: 32px;
    }

    /* GALLERY */
    .af-page__event .af-gallery-wrapper {
        padding-left: 30px;
        padding-right: 30px;
    }
    .af-page__event .af-gallery-item {
        width: calc(25% - 15px);
    }
    .af-page__event .af-gallery-button {
        width: calc(50% - 10px);
        margin-left: auto;
        margin-right: auto;
    }

    /* SCHEDULE */
    .af-page__event .af-schedule-wrapper {
        max-width: calc(100% - 64px);
    }

    /* MAP */
    .map-circle-placemark__caption,
    .af-page__event .map-circle-placemark__caption,
    .af-page__event #map .map-circle-placemark__caption,
    .map-circle-placemark._outline .map-circle-placemark__caption,
    .map-circle-placemark._size_medium .map-circle-placemark__caption {
        display: block;
        width: 180px;
        max-width: none;
        height: auto;
        white-space: normal;
        margin: -32px 0 0 32px;
        padding: 24px 24px 24px 24px !important;
    }
}

/* ALL EXCEPT DESKTOP PC MEDIA */
@media screen and (max-width: 1366px) {

    /* PAGE */
    .af-page__event .af-page-wrapper {
        margin-top: 12px;
        margin-bottom: 60px;
    }

    /* MAIN */
    .af-page__event .af-main-heading {
        padding-right: 8px;
    }

    /* SHCEDULE */
    .af-page__event .af-schedule-wrapper {
        padding-left: 24px;
        padding-right: 24px;
    }
    .af-page__event .af-schedule-list li::before {
        margin-bottom: 24px;
    }
}

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

    /* HEADER AND FOOTER */
    body header.af-header .af-header-container,
    body footer.af-footer .af-footer-container {
        padding-left: 60px;
        padding-right: 60px;
    }

    /* PAGE */
    .af-page__event .af-page-wrapper:not(.af-schedule-wrapper) {
        padding-left: 60px;
        padding-right: 60px;
    }

    /* MAIN */
    .af-page__event .af-main-wrapper {
        gap: 20px 20px;
        align-items: stretch;
    }
    .af-page__event .af-page-subtitle {
        margin-bottom: 12px;
    }
    .af-page__event .af-main-button {
        margin-bottom: 20px;
    }

    /* GALLERY */
    .af-page__event .af-gallery-wrapper {
        padding-top: 80px;
        padding-bottom: 80px;
        gap: 32px;
    }
    .af-page__event .af-gallery-item {
        width: calc(25% - 24px);
    }
    .af-page__event .af-gallery-button {
        width: 250px;
        margin-left: calc(50% - 125px);
        margin-right: calc(50% - 125px);
        cursor: pointer;
    }
    .af-page__event [data-fancybox] {
        position: relative;
    }
    .af-page__event [data-fancybox]:not(:hover):after {
        opacity: 0;
        background-size: 0 0;
        transition: backgroundSize 80ms ease-out, opacity 100ms ease-out 80ms;
    }
    .af-page__event [data-fancybox]:hover::after {
        opacity: 1;
        background-size: 30px auto;
        transition: backgroundSize 120ms ease-in 100ms, opacity 100ms ease-in;
    }

    /* ABOUT */
    .af-page__event .af-about-wrapper {
        gap: 20px;
        position: relative;
    }
    .af-page__event .af-about-title {
        max-width: calc(50% - 10px);
    }
    .af-page__event .af-about-image__office {
        max-width: 300px;
        position: absolute;
        left: 60px;
        bottom: 0;
    }

    /* SCHEDULE */
    .af-page__event .af-schedule-wrapper {
        gap: 60px;
    }

    /* MAP */
    .map-circle-placemark__caption,
    .af-page__event .map-circle-placemark__caption,
    .af-page__event #map .map-circle-placemark__caption,
    .map-circle-placemark._outline .map-circle-placemark__caption,
    .map-circle-placemark._size_medium .map-circle-placemark__caption {
        display: block;
        width: 180px;
        max-width: none;
        height: auto;
        white-space: normal;
        margin: -32px 0 0 32px;
        padding: 24px 24px 24px 24px !important;
    }
}

/* WIDE PADS AND LAPTOPS PC MEDIA */
@media (min-width: 1000px) and (max-width: 1366px) {

    /* PAGE */
    .af-page__event .af-page-section::before {
        max-width: calc(100% - 120px);
    }

    /* MAIN */
    .af-page__event .af-main-information {
        min-width: 510px;
        width: calc(50% - 10px);
    }
    .af-page__event .af-main-heading {
        margin-bottom: 60px;
    }
    .af-page__event .af-main-logotype {
        margin-bottom: 60px;
    }
    .af-page__event .af-main-image.af-main-image__toilets {
        max-width: calc(100% - 530px);
        width: calc(50% - 10px);
    }

    /* GALLERY */
    .af-page__event .af-gallery-wrapper {
        padding-left: 40px;
        padding-right: 40px;
    }

    /* ABOUT */
    .af-page__event .af-about-title {
        min-width: 510px;
        width: calc(50% - 10px);
    }
    .af-page__event .af-about-text {
        max-width: calc(100% - 530px);
        width: calc(50% - 10px);
    }
    .af-page__event .af-about-image__showroom {
        display: none;
    }

    /* SCHEDULE */
    .af-page__event .af-schedule-wrapper {
        max-width: calc(100% - 120px);
        padding-top: 24px;
        padding-bottom: 24px;
    }
    .af-page__event .af-schedule-list {
        gap: 60px;
    }
    .af-page__event .af-schedule-list li {
        width: calc(33.33% - 40px);
    }

    /* MAP */
    .af-page__event .af-map-wrapper {
        gap: 24px;
    }
}

/* DESKTOP PC MEDIA */
@media screen and (min-width: 1367px) {

    /* HEADER AND FOOTER */
    body header.af-header .af-header-container,
    body footer.af-footer .af-footer-container {
        max-width: 1720px;
    }

    /* PAGE */
    .af-page__event .af-page-section::before {
        max-width: 1600px;
    }
    .af-page__event .af-page-wrapper:not(.af-schedule-wrapper) {
        max-width: 1720px;
        margin: 20px auto 80px;
    }
    .af-page__event .af-page-button {
        cursor: pointer;
        transition: 100ms ease;
    }
    .af-page__event .af-page-button:hover {
        background-color: var(--page-special-color);
    }

    /* MAIN */
    .af-page__event .af-main-information {
        width: calc(42% - 20px);
    }
    .af-page__event .af-main-heading {
        padding-right: 20px;
        margin-bottom: 80px;
    }
    .af-page__event .af-main-logotype {
        margin-bottom: 80px;
    }
    .af-page__event .af-main-image.af-main-image__toilets {
        width: 58%;
    }

    /* GALLERY */
    .af-page__event .af-gallery-wrapper {
        min-width: 1000px;
        max-width: 1280px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 60px;
        padding-right: 60px;
    }

    /* ABOUT */
    .af-page__event .af-about-title {
        width: calc(42% - 20px);
    }
    .af-page__event .af-about-text {
        width: calc(29% - 10px);
    }
    .af-page__event .af-about-image__showroom {
        width: calc(29% - 10px);
        align-self: stretch;
    }

    /* SCHEDULE */
    .af-page__event .af-schedule-wrapper {
        width: calc(100% - 120px);
        max-width: 1600px;
        margin-top: 20px;
        margin-bottom: 80px;
        padding: 36px;
    }
    .af-page__event .af-schedule-list li::before {
        margin-bottom: 80px;
    }
    .af-page__event .af-schedule-list {
        gap: 20px;
    }
    .af-page__event .af-schedule-list li:first-of-type {
        width: calc(42% - 20px);
    }
    .af-page__event .af-schedule-list li:not(:first-of-type) {
        width: calc(29% - 10px);
    }

    /* MAP */
    .af-page__event .af-map-wrapper {
        gap: 24px;
    }
}
