@charset "UTF-8";

@font-face {
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("/local/assets/fonts/playfairDisplay/web/tildaSans-Semibold.eot");
    src: local("Playfair Display SemiBold"), local("PlayfairDisplay-SemiBold"),
        url("/local/assets/fonts/playfairDisplay/web/tildaSans-Semibold.eot?#iefix") format("embedded-opentype"),
        url("/local/assets/fonts/playfairDisplay/web/tildaSans-Semibold.woff2") format("woff2"),
        url("/local/assets/fonts/playfairDisplay/web/tildaSans-Semibold.woff") format("woff"),
        url("/local/assets/fonts/playfairDisplay/web/tildaSans-Semibold.ttf") format("truetype"),
        url("/local/assets/fonts/playfairDisplay/web/tildaSans-Semibold.svg#PlayfairDisplay-SemiBold") 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");
}
@font-face {
    font-family: "TildaSans";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("/local/assets/fonts/tildaSans/tildaSans-Semibold.eot");
    src: local("TildaSans Semibold"), local("TildaSans-Semibold"),
        url("/local/assets/fonts/tildaSans/tildaSans-Semibold.eot?#iefix") format("embedded-opentype"),
        url("/local/assets/fonts/tildaSans/tildaSans-Semibold.woff2") format("woff2"),
        url("/local/assets/fonts/tildaSans/tildaSans-Semibold.woff") format("woff"),
        url("/local/assets/fonts/tildaSans/tildaSans-Semibold.ttf") format("truetype"),
        url("/local/assets/fonts/tildaSans/tildaSans-Semibold.svg#TildaSans-Semibold") format("svg");
}
@font-face {
    font-family: "TildaSans";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("/local/assets/fonts/tildaSans/tildaSans-Medium.eot");
    src: local("TildaSans Medium"), local("TildaSans-Medium"),
        url("/local/assets/fonts/tildaSans/tildaSans-Medium.eot?#iefix") format("embedded-opentype"),
        url("/local/assets/fonts/tildaSans/tildaSans-Medium.woff2") format("woff2"),
        url("/local/assets/fonts/tildaSans/tildaSans-Medium.woff") format("woff"),
        url("/local/assets/fonts/tildaSans/tildaSans-Medium.ttf") format("truetype"),
        url("/local/assets/fonts/tildaSans/tildaSans-Medium.svg#TildaSans-Medium") format("svg");
}
@font-face {
    font-family: "TildaSans";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("/local/assets/fonts/tildaSans/tildaSans-Regular.eot");
    src: local("TildaSans"), local("TildaSans Regular"), local("TildaSans-Regular"),
        url("/local/assets/fonts/tildaSans/tildaSans-Regular.eot?#iefix") format("embedded-opentype"),
        url("/local/assets/fonts/tildaSans/tildaSans-Regular.woff2") format("woff2"),
        url("/local/assets/fonts/tildaSans/tildaSans-Regular.woff") format("woff"),
        url("/local/assets/fonts/tildaSans/tildaSans-Regular.ttf") format("truetype"),
        url("/local/assets/fonts/tildaSans/tildaSans-Regular.svg#TildaSans-Regular") format("svg");
}

/* COMMON SETTINGS */
:root {
    --header-background-color: #ffffff;
    --header-text-color: #222222;
    --header-accent-color: #828282;

    --footer-accent-color: #828282;
    --footer-background-color: #F4F5F6;
    --footer-text-color: #222222;
    --footer-credo-color: #222222;
    --footer-logotype-color: #222222;

    --common-text-color: #222222;
    --common-border-color: #909090;
    --common-background-color:#FFFFFF;
    --additional-background-color: #F4F5F6;

    --button-text-color-common: #FFFFFF;
    --button-background-color-common: #222222;
    --button-text-color-hover: #FFFFFF;
    --button-background-color-hover: #828282;

}
html, body {
    width: 100%;
    height: auto;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: var(--common-text-color);
    font-family: "TildaSans", Arial, Helvetica, sans-serif;
    scroll-behavior: smooth;
    background-color: var(--common-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 {
        max-width: 100%;
        pointer-events: none;
    }
    .af-page__event .af-page-section {
        display: flex;
        width: 100%;
        height: auto;
        flex-wrap: wrap;
        justify-content: flex-start;
        position: relative;
    }
    .af-page__event .af-page-section:not(.af-map) {
        border-bottom: 1px solid var(--common-border-color);
        box-sizing: border-box;
    }
    .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-heading {
        display: block;
        width: 100%;
        height: auto;
        line-height: 1;
        font-weight: 500;
        text-align: left;
        font-style: normal;
        letter-spacing: normal;
        color: var(--common-text-color);
        font-family: "TildaSans", Arial, Helvetica, sans-serif;
        margin: 0 0 auto;
    }
    .af-page__event .af-page-description {
        height: auto;
        box-sizing: border-box;
    }
    .af-page__event .af-page-button {
        display: flex;
        height: 45px;
        line-height: 1;
        font-size: 16px;
        font-weight: 500;
        font-style: normal;
        text-align: center;
        text-decoration: none;
        letter-spacing: normal;
        color: var(--button-text-color-common);
        font-family: "TildaSans", Arial, Helvetica, sans-serif;
        outline: 0;
        outline: none;
        border: 0;
        box-shadow: none;
        justify-content: center;
        align-items: center;
        background: var(--button-background-color-common);
    }
    .af-page__event .af-page-button[disabled] {
        pointer-events: none;
        background-color: var(--common-border-color)
    }
    .af-page__event .af-page-title {
        display: block;
        width: 100%;
        height: auto;
        font-weight: 600;
        text-align: left;
        font-style: normal;
        letter-spacing: normal;
        text-transform: uppercase;
        color: var(--common-text-color);
        font-family: "Playfair Display", Arial, Helvetica, sans-serif;
        margin-top: 0;
    }
    .af-page__event .af-page-subtitle {
        display: block;
        width: 100%;
        height: auto;
        font-size: 20px;
        font-weight: 600;
        text-align: left;
        line-height: 1.1;
        font-style: normal;
        letter-spacing: normal;
        color: var(--common-text-color);
        font-family: "TildaSans", 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;
        color: var(--common-text-color);
        font-family: "TildaSans", Arial, Helvetica, sans-serif;
        margin: 0;
    }
    .af-page__event .af-page-list {
        display: block;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0 0 0 1.3em;
        box-sizing: border-box;
    }
    .af-page__event .af-page-list li {
        font-size: 16px;
        line-height: 1.3;
        font-weight: 400;
        text-align: left;
        font-style: normal;
        letter-spacing: normal;
        color: var(--common-text-color);
        font-family: "TildaSans", Arial, Helvetica, sans-serif;
    }
    .af-page__event .af-page-link {
        font-size: 16px;
        line-height: 1.3;
        font-weight: 600;
        text-align: left;
        font-style: normal;
        text-decoration: none;
        letter-spacing: normal;
        color: var(--common-text-color);
        font-family: "TildaSans", Arial, Helvetica, sans-serif;
        border-bottom: 1px solid var(--common-text-color);
    }

    /* MAIN */
    .af-page__event .af-main {
        background-color: var(--additional-background-color);
    }
    .af-page__event .af-main-picture {
        display: block;
        height: auto;
        box-sizing: border-box;
    }
    .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;
        height: auto;
        box-sizing: border-box;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .af-page__event .af-main-logotype {
        display: block;
        -o-object-fit: contain;
           object-fit: contain;
        -o-object-position: center;
           object-position: center;
    }
    .af-page__event .af-main-description {
        display: block;
        width: 100%;
        line-height: 1;
        font-weight: 500;
        text-align: left;
        font-style: normal;
        letter-spacing: normal;
        color: var(--common-text-color);
        font-family: "TildaSans", Arial, Helvetica, sans-serif;
    }

    /* ABOUT */
    .af-page__event .af-about-description {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .af-page__event .af-about-collection {
        display: flex;
        height: auto;
        margin: 0;
        border-width: 1px 1px 0;
        border-style: solid;
        border-top-color: var(--common-border-color);
        box-sizing: border-box;
        flex-direction: column;
        align-items: center;
        align-self: stretch;
        justify-content: center;
        background-color: var(--additional-background-color);
    }
    .af-page__event .af-about-collection figcaption {
        display: block;
        height: auto;
        line-height: 1;
        font-size: 20px;
        font-weight: 400;
        text-align: center;
        font-style: normal;
        letter-spacing: normal;
        color: var(--common-text-color);
        font-family: "TildaSans", Arial, Helvetica, sans-serif;
        margin-top: 0;
    }
    .af-page__event .af-about-collection img {
        display: block;
        height: auto;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center;
        pointer-events: none;
    }

    /* SCHEDULE */
    .af-page__event .af-schedule-description {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .af-page__event .af-schedule-picture {
        display: block;
        height: auto;
    }
    .af-page__event .af-schedule-picture img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center center;
           object-position: center center;
    }

    /* REGISTRATION */
    .af-page__event .af-registration-description {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .af-page__event .af-registration-phone {
        display: inline-block;
        line-height: 1;
        font-size: 16px;
        font-weight: 400;
        text-align: left;
        font-style: normal;
        text-decoration: none;
        letter-spacing: normal;
        color: var(--common-text-color);
        font-family: "TildaSans", Arial, Helvetica, sans-serif;
    }
    .af-page__event .af-registration-phone svg {
        display: inline-block;
        width: 16px;
        height: 16px;
        vertical-align: bottom;
        vertical-align: text-bottom;
        margin-right: .1em;
    }
    .af-page__event .af-registration-link {
        display: inline-block;
        margin-top: 16px;
    }

    /* FORM */
    .af-page__event .af-registration-container {
        display: block;
        height: auto;
        box-sizing: border-box;
    }
    .af-page__event .af-form-wrapper {
        display: block;
        width: 100%;
        height: auto;
    }
    .af-page__event .af-form-container {
        display: flex;
        width: 100%;
        height: auto;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        box-sizing: border-box;
    }
    .af-page__event .af-form-title {
        display: block;
        width: auto;
        max-width: 100%;
        height: auto;
        line-height: 1;
        font-size: 20px;
        font-weight: 600;
        text-align: left;
        font-style: normal;
        text-decoration: none;
        letter-spacing: normal;
        color: var(--common-text-color);
        font-family: "TildaSans", Arial, Helvetica, sans-serif;
        margin: 0;
        padding: 0;
    }
    .af-page__event .af-form-text {
        text-decoration: none;
        padding: 0;
    }
    .af-page__event .af-form-fieldset {
        display: block;
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
        outline: 0;
        border: none;
    }
    .af-page__event .af-form-fieldset label {
        display: none;
    }
    .af-page__event .af-form-fieldset input {
        display: block;
        width: 100%;
        height: auto;
        line-height: 1;
        font-size: 16px;
        font-weight: 500;
        text-align: left;
        font-style: normal;
        letter-spacing: normal;
        color: var(--common-text-color);
        font-family: "TildaSans", Arial, Helvetica, sans-serif;
        margin: 0;
        outline: 0;
        border-radius: 8px;
        box-sizing: border-box;
        border: 1px solid var(--common-border-color);
    }
    .af-page__event .af-form-fieldset input::-webkit-input-placeholder {
        color: var(--common-border-color);
    }
    .af-page__event .af-form-fieldset input::-moz-placeholder {
        color: var(--common-border-color);
    }
    .af-page__event .af-form-fieldset input:-ms-input-placeholder {
        color: var(--common-border-color);
    }
    .af-page__event .af-form-fieldset input::-ms-input-placeholder {
        color: var(--common-border-color);
    }
    .af-page__event .af-form-fieldset input::placeholder {
        color: var(--common-border-color);
    }
    .af-page__event .af-form-container[data-status="error"][data-error]:after{
        content: attr(data-error);
        font-weight: 600;
        text-align: left;
        font-size: 18px;
        font-style: normal;
        letter-spacing: normal;
        color: var(--common-text-color);
        font-family: "TildaSans", Arial, Helvetica, sans-serif;
        margin: 0;
        border-left: 4px solid #ff0000;
        padding: 4px 4px 4px 12px;
    }
    .af-page__event .af-form-container[data-status="success"],
    .af-page__event .af-form-container:not([data-status="success"]) + .af-form-message {
        display: none;
    }
    .af-page__event .af-form-container[data-status="success"] + .af-form-message {
        display: block;
        padding: 24px 0;
    }
    .af-page__event .af-form-container[data-status="success"] + .af-form-message .af-form-text {
        font-size: 18px;
        font-weight: 500;
        margin-top: 16px;
        box-sizing: border-box;
    }
}

/* 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=);
    }

    /* MAIN */
    .af-page__event .af-main-picture {
        border-width: 1px 0;
        border-style: solid;
        border-color: var(--common-border-color);
        position: absolute;
        top: 200px;
    }
    .af-page__event .af-main-information {
        min-height: calc(325px + 68vw);
        padding: 16px 20px;
    }
    .af-page__event .af-main-logotype {
        max-width: 300px;
        margin-top: 8px;
    }
    .af-page__event .af-main-description {
        font-size: 18px;
    }

    /* ABOUT */
    .af-page__event .af-about-description {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 24px;
    }
    .af-page__event .af-about-collection:not(:nth-of-type(3n)) {
        width: 50%;
    }
    .af-page__event .af-about-collection:nth-of-type(3n) {
        width: 100%;
    }
    .af-page__event .af-about-collection:nth-of-type(3n + 1) {
        border-right-color: var(--common-border-color);
    }
    .af-page__event .af-about-collection:not(:nth-of-type(3n + 1)) {
        border-right-color: var(--additional-background-color);
    }
    .af-page__event .af-about-collection img {
        width: calc(100% - 40px);
        height: 160px;
    }

    /* SCHEDULE */
    .af-page__event .af-schedule-description {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 24px;
    }
    .af-page__event .af-schedule-title {
        margin-bottom: 8px;
    }
    .af-page__event .af-page-list li:not(:last-of-type) {
        padding-bottom: 16px;
    }

    /* REGISTRATION */
    .af-page__event .af-registration-description {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 24px;
    }
    .af-page__event .af-registration-title {
        margin-bottom: 8px;
    }

    /* FORM */
    .af-page__event .af-registration-container {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .af-page__event .af-form-fieldset input {
        padding: 12px;
    }

    /* 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) {

    /* PAGE */
    .af-page__event .af-page-heading {
        font-size: 32px;
    }
    .af-page__event .af-page-title {
        line-height: 1;
        font-size: 32px;
    }
    .af-page__event .af-page-subtitle {
        margin-bottom: 16px;
    }
    .af-page__event .af-page-description {
        padding-top: 60px;
        gap: 12px;
    }
    .af-page__event .af-page-button {
        width: 100%;
    }

    /* ABOUT */
    .af-page__event .af-about-description {
        width: 100%;
    }
    .af-page__event .af-about-title {
        margin-bottom: 4px;
    }
    .af-page__event .af-about-collection {
        padding: 44px 0 44px;
        border-left-color: var(--additional-background-color);
    }
    .af-page__event .af-about-collection figcaption {
        margin-bottom: 32px;
    }

    /* REGISTATION */
    .af-page__event .af-registration-phone {
        padding-top: 8px;
    }
    .af-page__event .af-registration-button {
        margin-top: 16px;
    }

    /* FORM */
    .af-page__event .af-registration-container {
        padding-bottom: 24px;
    }
    .af-page__event .af-form-container {
        gap: 12px;
    }
}

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

    /* COMMON */
    .af-page__event .af-main-picture,
    .af-page__event .af-main-information,
    .af-page__event .af-schedule-description,
    .af-page__event .af-schedule-picture,
    .af-page__event .af-registration-description,
    .af-page__event .af-registration-container {
        width: 50%;
        align-self: stretch;
    }

    /* MAIN */
    .af-page__event .af-main-logotype {
        margin-top: 12px;
    }

    /* SCHEDULE */
    .af-page__event .af-schedule-title {
        margin-bottom: auto;
    }

    /* REGISTRATION */
    .af-page__event .af-registration-description {
        background-color: var(--additional-background-color);
    }
    .af-page__event .af-registration-title {
        margin-bottom: auto;
    }

    /* FORM */
    .af-page__event .af-form-title {
        margin-bottom: 20px;
    }
    .af-page__event .af-form-fieldset input {
        padding: 12px 20px;
    }
}

/* 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-description {
        padding-left: 32px;
        padding-right: 32px;
    }

    /* MAIN */
    .af-page__event .af-main {
        align-items: stretch;
    }
    .af-page__event .af-main-information {
        min-height: 400px;
        padding: 32px 28px 24px;
    }
    .af-page__event .af-main-logotype {
        max-width: 180px;
    }
    .af-page__event .af-main-description {
        font-size: 24px;
    }

    /* ABOUT */
    .af-page__event .af-about-description {
        padding-bottom: 60px;
    }
    .af-page__event .af-about-collection {
        width: 33.33%;
    }
    .af-page__event .af-about-collection:nth-of-type(3n) {
        border-right-color: var(--additional-background-color);
    }
    .af-page__event .af-about-collection:not(:nth-of-type(3n)) {
        border-right-color: var(--common-border-color);
    }
    .af-page__event .af-about-collection img {
        width: calc(100% - 64px);
        height: 200px;
    }

    /* SCHEDULE */
    .af-page__event .af-schedule-description {
        min-height: 440px;
        border-right: 1px solid var(--common-border-color);
        padding-bottom: 32px;
    }
    .af-page__event .af-page-list li:not(:last-of-type) {
        padding-bottom: 12px;
    }

    /* REGISTRATION */
    .af-page__event .af-registration-description {
        padding-bottom: 32px;
    }

    /* FORM */
    .af-page__event .af-registration-container {
        padding: 60px 32px 32px;
        border-left: 1px solid var(--common-border-color);
    }

    /* 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;
    }
}

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

    /* PAGE */
    .af-page__event .af-page-heading {
        font-size: 40px;
    }
    .af-page__event .af-page-title {
        margin-bottom: auto;
    }
    .af-page__event .af-page-description {
        gap: 16px;
    }
    .af-page__event .af-page-button:hover {
        color: var(--button-text-color-hover);
        background-color: var(--button-background-color-hover);
    }

    /* MAIN */
    .af-page__event .af-main-picture {
        height: 500px;
    }
    .af-page__event .af-main-information {
        height: 500px;
        padding: 52px;
    }
    .af-page__event .af-main-logotype {
        max-width: 425px;
    }
    .af-page__event .af-main-description {
        max-width: 340px;
        font-size: 36px;
        align-self: stretch;
    }
    .af-page__event .af-main .af-page-button {
        width: 324px;
    }

    /* ABOUT */
    .af-page__event .af-about .af-page-wrapper {
        padding-top: 80px;
    }
    .af-page__event .af-about-description {
        padding-bottom: 52px;
    }
    .af-page__event .af-about-collection {
        border-right-color: var(--additional-background-color);
    }

    /* SCHEDULE */
    .af-page__event .af-schedule-description {
        height: 500px;
        padding-top: 80px;
        padding-bottom: 52px;
    }
    .af-page__event .af-page-list li:not(:last-of-type) {
        padding-bottom: 12px;
    }
    .af-page__event .af-schedule-picture {
        height: 500px;
    }

    /* REGISTRATION */
    .af-page__event .af-registration-description {
        padding-top: 80px;
        padding-bottom: 52px;
    }
    .af-page__event .af-registration-phone {
        padding-top: 16px;
    }
    .af-page__event .af-registration .af-page-button {
        width: 360px;
        max-width: 100%;
        margin-top: 16px;
    }
    .af-page__event .af-registration-text:last-of-type {
        max-width: 280px;
    }
    .af-page__event .af-registration-list {
        max-width: 520px;
    }

    /* FORM */
    .af-page__event .af-registration-container {
        padding-top: 80px;
        padding-bottom: 52px;
    }
    .af-page__event .af-form-container {
        gap: 20px;
    }
    .af-page__event .af-form-fieldset input:not([disabled]):hover,
    .af-page__event .af-form-fieldset input:not([disabled]):focus {
        border-color: var(--button-background-color-common);
    }

    /* 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;
    }
}
@media (min-width: 1000px) and (max-width: 1440px) {

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

    /* PAGE */
    .af-page__event .af-page-description {
        padding-left: 40px;
        padding-right: 40px;
    }

    /* ABOUT */
    .af-page__event .af-about-description {
        width: 50%;
    }
    .af-page__event .af-about-collection {
        padding: 40px;
    }
    .af-page__event .af-about-collection:first-of-type,
    .af-page__event .af-about-collection:nth-of-type(5n + 5),
    .af-page__event .af-about-collection:nth-of-type(5n + 6) {
        width: 50%;
    }
    .af-page__event .af-about-collection:nth-of-type(5n + 2),
    .af-page__event .af-about-collection:nth-of-type(5n + 3),
    .af-page__event .af-about-collection:nth-of-type(5n + 4) {
        width: 33.33%;
    }
    .af-page__event .af-about-collection:first-of-type,
    .af-page__event .af-about-collection:nth-of-type(5n + 3),
    .af-page__event .af-about-collection:nth-of-type(5n + 4),
    .af-page__event .af-about-collection:nth-of-type(5n + 6) {
        border-left-color: var(--common-border-color);
    }
    .af-page__event .af-about-collection:nth-of-type(5n + 2),
    .af-page__event .af-about-collection:nth-of-type(5n + 5) {
        border-left-color: var(--additional-background-color);
    }
    .af-page__event .af-about-collection figcaption {
        margin-bottom: 48px;
    }
    .af-page__event .af-about-collection img {
        width: calc(100% - 80px);
        height: 200px;
    }

    /* REGISTRATION */
    .af-page__event .af-registration-container {
        padding-left: 40px;
        padding-right: 40px;
    }
}
@media screen and (min-width: 1441px) {

    /* 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-description {
        padding-left: 60px;
        padding-right: 60px;
    }

    /* ABOUT */
    .af-page__event .af-about-description {
        width: 33.33%;
    }
    .af-page__event .af-about-collection {
        padding: 48px 60px;
    }
    .af-page__event .af-about-collection:first-of-type,
    .af-page__event .af-about-collection:nth-of-type(2) {
        width: 16.66%;
    }
    .af-page__event .af-about-collection:nth-of-type(n + 3) {
        width: 33.33%;
    }
    .af-page__event .af-about-collection:nth-of-type(3n + 4) {
        border-left-color: var(--additional-background-color);
    }
    .af-page__event .af-about-collection:not(:nth-of-type(3n + 4)) {
        border-left-color: var(--common-border-color);
    }
    .af-page__event .af-about-collection figcaption {
        margin-bottom: 48px;
    }
    .af-page__event .af-about-collection img {
        width: calc(100% - 80px);
        height: 200px;
    }

    /* REGISTRATION */
    .af-page__event .af-registration-container {
        padding-left: 60px;
        padding-right: 60px;
    }
}
