@charset "UTF-8";

@font-face {
    font-family: "Moniqa";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("/local/assets/fonts/moniqa/moniqa-mediumHeading.eot");
    src: local("Moniqa MediumHeading"), local("Moniqa-MediumHeading"),
        url("/local/assets/fonts/moniqa/moniqa-mediumHeading?#iefix") format("embedded-opentype"), 
        url("/local/assets/fonts/moniqa/moniqa-mediumHeading.woff2") format("woff2"), 
        url("/local/assets/fonts/moniqa/moniqa-mediumHeading.woff") format("woff"), 
        url("/local/assets/fonts/moniqa/moniqa-mediumHeading.ttf") format("truetype"),
        url("/local/assets/fonts/moniqa/moniqa-mediumHeading.svg#Moniqa-mediumHeading") format("svg");
}
@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?#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");
}
@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");
}
@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");
}
@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: #A66731;

    --footer-accent-color: #A66731;
    --footer-background-color: #02343B;
    --footer-text-color: #FFFFFF;
    --footer-credo-color: #FFFFFF;
    --footer-logotype-color: #FFFFFF;

    --accent-text-color: #A66730;
    --common-text-color: #02343B;
    --additional-text-color: #FFFFFF;
    --common-background-color:#EDEDED;
    --additional-background-color: #DCDCDC;
    --common-border-color: #DCDCDC;
    
    --button-text-color-common: #FFFFFF;
    --button-background-color-common: #02343B;
    --button-text-color-hover: #FFFFFF;
    --button-background-color-hover: #A66731;

}
html, body {
    width: 100%;
    height: auto;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: var(--common-text-color);
    font-family: "Montserrat", 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-colored {
        color: var(--accent-text-color);
    }
    .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-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-container {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .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(--additional-text-color);
        font-family: "Moniqa", Arial, Helvetica, sans-serif;
        margin: 0;
        box-sizing: border-box;
        background-color: var(--common-text-color);
    }
    .af-page__event .af-page-description {
        display: block;
        height: auto;
        line-height: 1.3;
        font-weight: 400;
        text-align: left;
        font-style: normal;
        letter-spacing: normal;
        color: var(--common-text-color);
        font-family: "Montserrat", Arial, Helvetica, sans-serif;
        margin-top: 0;
    }
    .af-page__event .af-page-button {
        display: flex;
        max-width: 100%;
        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: "Montserrat", Arial, Helvetica, sans-serif;
        outline: 0;
        outline: none;
        border: 0;
        border-radius: 6px;
        box-shadow: none;
        justify-content: center;
        align-items: center;
        background: var(--button-background-color-common);
    }
    .af-page__event .af-page-button[disabled] {
        cursor: default;
        pointer-events: none;
        background-color: var(--additional-background-color)
    }
    .af-page__event .af-page-title {
        display: block;
        height: auto;
        line-height: 1;
        font-weight: 700;
        text-align: left;
        font-style: normal;
        letter-spacing: normal;
        color: var(--common-text-color);
        font-family: "Montserrat", Arial, Helvetica, sans-serif;
        margin-top: 0;
    }
    .af-page__event .af-page-subtitle {
        display: block;
        height: auto;
        font-weight: 500;
        text-align: left;
        font-style: normal;
        letter-spacing: normal;
        color: var(--common-text-color);
        margin-top: 0;
    }
    .af-page__event .af-page-text {
        display: block;
        width: 100%;
        height: auto;
        font-size: 14px;
        line-height: 1.3;
        font-weight: 400;
        text-align: left;
        font-style: normal;
        letter-spacing: normal;
        color: var(--common-text-color);
        font-family: "Montserrat", Arial, Helvetica, sans-serif;
        margin: 0;
    }
    .af-page__event .af-page-list {
        display: block;
        width: 100%;
        height: auto;
        margin: 0;
        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: "Montserrat", Arial, Helvetica, sans-serif;
    }
    .af-page__event .af-page-link {
        font-size: 16px;
        line-height: 1.3;
        font-weight: 500;
        text-align: left;
        font-style: normal;
        text-decoration: none;
        letter-spacing: normal;
        color: var(--common-text-color);
        font-family: "Montserrat", Arial, Helvetica, sans-serif;
        border-bottom: 1px solid var(--common-text-color);
    }

    /* MAIN */
    .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;
        background-color: var(--accent-text-color);
    }
    .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(--additional-text-color);
        font-family: "Moniqa", Arial, Helvetica, sans-serif;
        box-sizing: border-box;
        margin: 0;
    }
    .af-page__event .af-main-description .af-page-button {
        margin-top: 24px;
    }
    .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: left center;
           object-position: left center;
    }

    /* ABOUT */
    .af-page__event .af-about-subtitle {
        line-height: 1;
        font-family: "Moniqa", Arial, Helvetica, sans-serif;   
    }
    .af-page__event .af-about-description:not(:last-of-type) {
        margin-bottom: 12px;
    }
    .af-page__event .af-about-logotype {
        display: block;
    }
    .af-page__event .af-about-logotype img {
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 24px;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center center;
           object-position: center center;
    }
    .af-page__event .af-about-slider {
        display: flex;
        flex-wrap: wrap;
    }
    .af-page__event .af-about-slide {
        display: block;
        min-width: 100%;
        width: 100%;
        max-width: 100%;
    }
    .af-page__event .af-about-slide img {
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 24px;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center center;
           object-position: center center;
    }

    /* SCHEDULE */
    .af-page__event .af-schedule-list {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 0;
    }
    .af-page__event .af-schedule-list li {
        display: flex;
        gap: 12px;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .af-page__event .af-schedule-list strong {
        display: block;
        width: 50px;
        height: auto;
        font-size: 20px;
        line-height: 1.3;
        font-weight: 500;
        text-align: left;
        font-style: normal;
        letter-spacing: normal;
        color: var(--accent-text-color);
        font-family: "Montserrat", Arial, Helvetica, sans-serif;
        border-bottom: 1px solid var(--accent-text-color);
        box-sizing: border-box;
    }
    .af-page__event .af-schedule-list h3 {
        display: block;
        width: 100%;
        height: auto;
        font-size: 20px;
        line-height: 1.3;
        font-weight: 500;
        text-align: left;
        font-style: normal;
        letter-spacing: normal;
        color: var(--common-text-color);
        font-family: "Montserrat", Arial, Helvetica, sans-serif;
        margin-bottom: 0;
    }

    /* REGISTRATION */
    .af-page__event .af-registration-list {
        padding: 0 0 0 1.3em;
    }
    .af-page__event .af-registration-link {
        display: inline-block;
    }
    .af-page__event .af-registration-image {
        display: block;
        height: auto;
    }
    .af-page__event .af-registration-image img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center center;
           object-position: center center;
           border-radius: 24px;
        pointer-events: none;
    }
    .af-page__event .af-registration-note {
        display: flex;
        height: auto;
        font-weight: 400;
        text-align: left;
        font-style: normal;
        letter-spacing: normal;
        color: var(--common-text-color);
        font-family: "Montserrat", Arial, Helvetica, sans-serif;
        margin-top: 0;
        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: "Montserrat", 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;
    }

    /* FORM */
    .af-page__event .af-registration-subtitle {
        display: block;
        width: 100%;
        height: auto;
        font-size: 20px;
        line-height: 1.3;
        font-weight: 500;
        text-align: left;
        font-style: normal;
        letter-spacing: normal;
        color: var(--common-text-color);
        font-family: "Montserrat", Arial, Helvetica, sans-serif;
        margin-top: 0;
    }
    .af-page__event .af-form-wrapper {
        display: flex;
        height: auto;
        border-radius: 24px;
        margin-bottom: 24px;
        box-sizing: border-box;
        flex-wrap: wrap;
        justify-content: flex-start;
        background-color: var(--additional-background-color);
    }
    .af-page__event .af-form-wrapper > .af-form-wrapper {
        display: block;
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
    }
    .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: "Montserrat", 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: "Montserrat", 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: "Montserrat", 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;
    }
    .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;
    }

    /* MAP */
    .af-page__event .af-map-container {
        border-radius: 24px;
        overflow: hidden;
    }
}

/* 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-wrapper {
        padding: 60px 24px 0;
    }
    .af-page__event .af-page-container {
        width: 100%;
    }
    .af-page__event .af-page-heading {
        font-size: 40px;
        padding: 60px 24px 24px;
    }
    .af-page__event .af-page-title {
        font-size: 16px;
        margin-bottom: 24px;
    }
    .af-page__event .af-page-button {
        width: 100%;
        padding-top: 24px;
        padding-bottom: 24px;
    }
    
    /* MAIN */
    .af-page__event .af-main-description {
        font-size: 40px;
        padding: 64px 24px 24px;
    }
    .af-page__event .af-main-picture {
        width: 100%;
    }
    
    /* ABOUT */
    .af-page__event .af-about-subtitle {
        font-size: 40px;
        margin-bottom: 12px;
    }
    .af-page__event .af-about-description {
        font-size: 14px;
    }
    .af-page__event .af-about-description:last-of-type {
        margin-bottom: 24px;
    }
    .af-page__event .af-about-logotype {
        display: none;
    }
    .af-page__event .af-about-slider {
        width: 100%;
    }

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

    /* REGISTRATION */
    .af-page__event .af-form-wrapper {
        width: 100%;
    }
    .af-page__event .af-registration-button__bonus {
        font-size: 12px;
    }
    .af-page__event .af-registration-image {
        width: 100%;
        height: auto;
        order: 3;
    }
    .af-page__event .af-registration-note {
        line-height: 1.3;
        margin-bottom: 24px;
        order: 2;
        flex-direction: column;
    }
    .af-page__event .af-registration-phone {
        padding-top: 8px;
    }

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

    /* MAP */
    .af-page__event .af-map-container {
        margin-bottom: 24px;
    }
    .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-title {
        width: 100%;
    }

    /* REGISTATION */
    .af-page__event .af-form-wrapper {
        padding: 32px 24px;
    }
    .af-page__event .af-registration-subtitle {
        margin-bottom: 12px;
    }
    .af-page__event .af-registration-button__bonus {
        margin-bottom: 24px;
    }
    .af-page__event .af-registration-description {
        font-size: 16px;
    }
    .af-page__event .af-registration-list {
        margin-bottom: 12px;
    }
    .af-page__event .af-registration-list li:not(:last-of-type) {
        margin-bottom: 12px;
    }
    .af-page__event .af-registration-note {
        width: 100%;
    }
    
    /* FORM */
    .af-page__event .af-form-container {
        gap: 12px;
    }

    /* MAP */
    .af-page__event .af-map-container {
        width: 100%;
    }
}

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

    /* HEADER AND FOOTER */
    body header.af-header .af-header-container,
    body footer.af-footer .af-footer-container {
        margin-left: auto;
        margin-right: auto;
    }

    /* PAGE */
    .af-page__event .af-page-wrapper {
        margin: 0 auto;
        padding-top: 80px;
    }
    .af-page__event .af-page-title {
        font-size: 16px;
    }
    
    /* MAIN */
    .af-page__event .af-main {
        align-items: stretch;
    }
    .af-page__event .af-main .af-page-button {
        width: 268px;
    }

    /* ABOUT */
    .af-page__event .af-about-subtitle {
        font-size: 60px;
        margin-bottom: 32px;
    }
    .af-page__event .af-about-description {
        font-size: 20px;
    }
    .af-page__event .af-about-description:last-of-type {
        margin-bottom: 32px;
    }
    .af-page__event .af-about-logotype {
        width: 380px;
        height: 380px;
        margin-right: 32px;
    }
    .af-page__event .af-about-slider {
        width: calc(100% - 412px);
    }
    .af-page__event .af-about-slide {
        height: 380px;
    }

    /* SCHEDULE */
    .af-page__event .af-schedule-list {
        gap: 32px;
    }
    .af-page__event .af-schedule-list li {
        width: calc(33.33% - 21.33px);
    }

    /* REGISTRATION */
    .af-page__event .af-form-wrapper {
        align-items: center;
        align-content: center;
    }
    .af-page__event .af-registration-button__auth {
        width: 172px;
    }
    .af-page__event .af-registration-image {
        margin-bottom: 24px;
    }
    .af-page__event .af-registration-phone {
        padding-left: 8px;
    }
    
    /* FORM */
    .af-page__event .af-form-title {
        margin-bottom: 20px;
    }
    .af-page__event .af-form-fieldset input {
        padding: 12px 20px;
    }
    .af-page__event .af-page-button.af-form-submit {
        width: 140px;
    }
}

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

    /* PAGE */
    .af-page__event .af-page-wrapper {
        max-width: 1104px;
        padding-left: 32px;
        padding-right: 32px;
    }
    .af-page__event .af-page-heading {
        font-size: 40px;
        padding: 40px;
    }
    .af-page__event .af-page-title {
        margin-bottom: 32px;
    }
    .af-page__event .af-page-button {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    
    /* MAIN */
    .af-page__event .af-main-information {
        width: 408px;
        min-width: 48%;
    }
    .af-page__event .af-main-picture {
        width: calc(100% - 408px);
        max-width: 52%;
    }
    .af-page__event .af-main-description {
        font-size: 40px;
        padding: 40px;
    }

    /* REGISTRATION */
    .af-page__event .af-form-wrapper {
        width: 376px;
        margin-right: auto;
    }
    .af-page__event .af-registration-button__bonus {
        width: 100%;
        font-size: 14px;
    }
    .af-page__event .af-registration-image {
        width: calc(100% - 408px);
        max-width: 60%;
        align-self: stretch;
    }

    /* MAP */
    .af-page__event .af-map-container {
        width: 100%;
        margin-bottom: 32px;
    }
    .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-title {
        margin-right: auto;
        position: sticky;
        top: 80px;
    }
    .af-page__event .af-page-container {
        width: calc(100% - 320px);
        max-width: 1192px;
    }
    .af-page__event .af-page-button {
        padding-top: 16px;
        padding-bottom: 16px;
        transition: 100ms ease;
    }
    .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-information {
        width: 50%;
    }
    .af-page__event .af-main-picture {
        width: 50%;
    }

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

    /* REGISTRATION */
    .af-page__event .af-form-wrapper {
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .af-page__event .af-registration-subtitle {
        margin-bottom: 16px;
    }
    .af-page__event .af-registration-button__bonus {
        width: 420px;
        margin-bottom: 40px;
    }
    .af-page__event .af-registration-description {
        font-size: 20px;
    }
    .af-page__event .af-registration-list {
        margin-bottom: 16px;
    }

    /* FORM */
    .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 */
    .af-page__event .af-map-wrapper {
        padding-bottom: 80px;
    }
    .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 {
        max-width: 100%;
        padding-left: 40px;
        padding-right: 40px;
    }

    /* PAGE */
    .af-page__event .af-page-wrapper {
        padding-left: 40px;
        padding-right: 40px;
    }
    .af-page__event .af-page-heading {
        font-size: 52px;
        padding: 40px 40px 40px 40px;
    }

    /* MAIN */
    .af-page__event .af-main-description {
        font-size: 52px;
        padding: 40px 40px 40px 40px;
    }

    /* ABOUT */

    /* REGISTRATION */
    .af-page__event .af-form-wrapper {
        width: 100%;
        padding-left: 32px;
        padding-right: 32px;
    }
    .af-page__event .af-registration-image {
        display: none;
    }
}
@media screen and (min-width: 1441px) {

    /* HEADER AND FOOTER */
    body header.af-header .af-header-container,
    body footer.af-footer .af-footer-container {
        max-width: 100%;
        padding-left: 8%;
        padding-right: 8%;
    }

    /* PAGE */
    .af-page__event .af-page-wrapper {
        padding-left: 8%;
        padding-right: 8%;
    }
    .af-page__event .af-page-heading {
        font-size: 68px;
        padding: 8% 8% 8% 16%;
    }

    /* MAIN */
    .af-page__event .af-main-description {
        font-size: 68px;
        padding: 8% 8% 8% 16%;
    }

    /* REGISTRATION */
    .af-page__event .af-form-wrapper {
        width: 784px;
        min-height: 370px;
        padding-left: 48px;
        padding-right: 48px;
        margin-right: auto;
    }
    .af-page__event .af-registration-image {
        width: calc(100% - 816px);
        min-height: 370px;
        align-self: stretch;
    }
}
