.page-template-page-olymp .active-language {
    display: none !important;
}




html:has(.olymp-page) {
    scroll-behavior: smooth;
}

.olymp-page [id] {
    scroll-margin-top: var(--header_h);
}


@media (min-width: 769px) {
    .olymp-page .styleButton-4 {
        font-size: 1.4062em;
    }
}

.olymp-page {
    font-size: 12px;
    display: grid;
    gap: 1.6875em;
}


.olymp-page .styleButton-5 {
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    border: solid 0.0625em #000000;
    border-radius: 3.125em;
    background-color: #000000;
    color: #ffffff;
    font-family: 'OpenSans Bold';
    font-size: 1.5em;
    line-height: 1.3125em;
    text-align: center;
    text-decoration: none;
    /* padding-top: 0.625em;
    padding-bottom: 0.625em;
    padding-left: 1.25em;
    padding-right: 1.25em; */
    letter-spacing: 0.1em;
    padding: .4em;
    width: 100%;
    max-width: 17em;
    text-transform: uppercase;
}

.olymp-page .styleButton-5:hover {
    opacity: 0.8;
}


.olymp-page .inner_bl {
    padding: 1.875em clamp(1.25em, 2vw, 3.125em);
    width: 100%;
    border-radius: clamp(0.625em, 1vw, 1.25em);
    background-color: #fff;
    max-width: 87.5em;
    box-sizing: border-box;
}

.olymp-page h1,
.olymp-page h2,
.olymp-page h3,
.olymp-page h4,
.olymp-page h5,
.olymp-page h6 {
    font-family: sans-serif;
}

.olymp-page h1 {
    font-family: 'Furore', sans-serif;
}

.olymp-page h2 {
    font-size: clamp(2.3em, 3vw, 2.8125em);
}

.olymp-page.main>.inner_bl>div {
    margin-top: 0;
}


.olymp-page>section:nth-child(1) {
    width: 100%;
    background-color: #fff;
    padding: 0;
    max-width: 100%;
    margin-top: 0;
}

.olymp-page>section:nth-child(1) {
    padding-top: clamp(1em, 3vw, 5.835em);
}

.olymp-page>section:nth-child(3) {
    margin-top: -1.6875em;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.text-block~.text-block .text-block__text {
    font-size: clamp(1.375em, 1.5vw, 1.75em);
}

.text-block__text {
    display: grid;
    gap: 2.5em;
    font-size: clamp(1.28em, 1.5vw, 1.45em);
    line-height: 120%;
    padding: 1.25em 0;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.block-logo-list {
    margin-top: -1.6875em;
    margin-bottom: -1.6875em;
    padding-top: 1.6875em;
}

.section-title-logo-list {
    display: grid;
    gap: clamp(0.625em, 1vw, 1.625em);
    justify-content: center;
    padding-top: 2.5em;
    padding-bottom: clamp(1.25em, 2vw, 2em);
}

.block-logo-list__titles {
    grid-row-start: 1;
    grid-column-start: 1;
    grid-column-end: -1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(0.625em, 1vw, 1.625em);
}

.block-logo-list__logos {
    grid-column-start: 1;
    grid-column-end: -1;
    display: grid;
    grid-template-columns: repeat(4, auto);
    gap: clamp(0.625em, 1vw, 1.625em);
    justify-content: center;
    align-items: center;
}

.block-logo-list__titles .logo-title {
    font-size: clamp(0.9em, 1vw, 1.45em);
    line-height: 120%;
    font-weight: 600;
}

.block-logo-list__logos .logo {
    display: flex;
    align-items: center;
}

.block-logo-list__logos .logo img {
    max-width: 9.875em;
    height: auto;
}


@media (max-width: 768px) {
    .block-logo-list__logos {
        justify-content: normal;
    }
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.olymp-page .block-banner {
    height: clamp(62.5em, 100svh, 80em);
    display: grid;
    align-content: space-between;
    width: 100%;
    margin: 0 auto;

    padding-top: clamp(6.25em, 10vw, 12.5em);
    /* height: calc(100svh - var(--header_h)); */
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.block-banner__text {
    text-align: center;
}

.block-banner__title {
    font-size: clamp(2.2em, 4vw, 4.5em);
}

.olymp-page .block-banner__subtitle {
    font-size: clamp(1.5em, 3vw, 3.75em);
}

.block-banner__info {
    display: grid;
    gap: clamp(1.5625em, 4vw, 4.625em);
}

.block-banner__info-button {
    display: grid;
    justify-content: center;
    gap: 1.75em;
    width: fit-content;
    margin: 0 auto;
    padding: 2.1875em 5em;
    background-color: rgb(255 255 255 / 28%);
    backdrop-filter: blur(0.125em);
    border-radius: 1.25em;
}

.block-banner__button .styleButton-5 {
    display: grid;
    justify-self: center;
}



@media (max-width: 1200px) {
    .olymp-page .block-banner {
        height: calc(100svh - var(--header_h));
    }

    .block-banner__info {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (min-width: 1201px) {
    .olymp-page .block-banner {
        height: clamp(62.5em, 100svh, 80em);
        max-height: 75em;
    }

    .block-banner__info {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {

    .olymp-page>section:nth-child(1)>div,
    .olymp-page>section:nth-child(2)>div {
        padding-left: .7em;
        padding-right: .7em;
    }

    .olymp-page .block-banner {
        height: 31.25em;
        padding-top: 3.5em;
    }

    .block-logo-list__logos .logo img {
        max-width: 17vw;
        height: auto;
    }

    .block-banner__info-button {
        padding: 1.25em !important;
        margin-bottom: -5em;
    }

    .olymp-page .block-banner+.text-block {
        margin-top: 1.25em;
    }

    html .olymp-page .styleButton-5 {
        font-size: 1.15em;
        padding: .6em;
    }

    .olymp-page .styleButton-4 {
        font-size: 1.35em;
    }

    .olymp-page .block-banner__subtitle {
        margin-top: 0.625em;
    }
}


@media (min-width: 769px) {

    .olymp-page>section:nth-child(1)>div,
    .olymp-page>section:nth-child(2)>div {
        padding-left: 3.75em;
        padding-right: 3.75em;
    }
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


.block-stage-1 {
    display: grid;
    gap: clamp(1.25em, 2vw, 2.125em);
}

.block-stage-1__top {
    display: grid;
    gap: 0.3125em;
}

.block-stage-1__image img {
    border-radius: 2.25em 0 0 2.25em;
}

.block-stage-1__midle {
    display: grid;
    gap: clamp(1.25em, 2vw, 2.125em);
    align-items: center;
}

.block-stage-1__image img {
    max-width: 28em;
    height: auto;
    width: 100%;
}

.block-stage-1__content {
    display: grid;
    gap: 0.875em;
}

.block-stage-1__title {
    font-size: clamp(1.9em, 3vw, 2.8125em);
}

.block-stage-1__text {
    font-size: clamp(1.6em, 1.5vw, 1.4062em);
    line-height: 120%;
}

.block-stage-1__info {
    font-size: 1.45em;
    line-height: 120%;
    font-weight: normal;
    margin-bottom: 0.625em;
}

.block-stage-1__repeater {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(12.5em, 1fr));
    gap: 2.5em;
    margin-bottom: 1.5625em;
}

.block-stage-1__repeater-item {
    display: grid;
    align-content: start;
    gap: 0.625em;
}

.block-stage-1__repeater-item-number {
    font-size: 1.45em;
    border-bottom: solid 0.0625em #D6C543;
}

.block-stage-1__repeater-item-title {
    font-size: 1.45em;

}

.block-stage-1__repeater-item-text {
    font-size: 1.2em;
    line-height: 130%;
}

.block-stage-1__midle_data_date {
    justify-self: left;
    border: solid 0.1875em #D6C543;
    border-radius: 6.25em;
    padding: 0.0625em 2.1875em 0 0.9375em;
    font-size: 1.125em;
    display: flex;
    align-items: center;
    gap: 0.5em;
}

.block-stage-1__midle_data_date_text {
    font-weight: bold;
}

.block-stage-1__midle_data_date_date {
    text-transform: lowercase;
}

.block-stage-1__midle_info {
    display: grid;
    gap: 0.8em;
    font-size: clamp(1.375em, 1.5vw, 1.7em);
    line-height: 120%;
    margin-bottom: 0.2em;
}


.block-stage-1__bottom {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 1.5em;
    background-color: #D6C543;
    border-radius: 1.375em;
    padding: 0.75em 2.25em;
}

.block-stage-1__bottom-icon {
    display: grid;
}

.block-stage-1__bottom-text {
    line-height: 120%;
    font-size: clamp(1.125em, 1.5vw, 1.4062em);
}




@media (max-width: 980px) {
    .block-stage-1__image img {
        margin: auto;
        border-radius: 2.25em;
    }
}

@media (max-width: 580px) {
    .block-stage-1__repeater {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 981px) {
    .block-stage-1__midle {
        grid-template-columns: auto 1fr;
    }

    .block-stage-1__midle {
        margin-left: -2.5em;
    }

    .block-stage-1__bottom {
        margin-left: -2.5em;
    }
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.block-top-100__list-des {
    display: grid;
    gap: clamp(1.875em, 2vw, 3.25em);
}

.olymp-page.main .inner_bl .block-top-100__list-title {
    font-size: clamp(1.375em, 2vw, 1.6875em);
    margin: 1.25em 0 0.9375em 0;
}

.block-top-100__list {
    display: grid;
    gap: 1.125em;
}

.block-top-100__item {
    display: grid;
    gap: 0.5em;
    border: solid 0.0625em #D6C543;
    border-left: solid 0.1875em #D6C543;
    border-radius: 0.25em 1.4062em 1.4062em 0.25em;
    padding: 1.1875em 1.375em;
}

.block-top-100__item-title {
    font-size: 1.4062em;
}

.block-top-100__item-text {
    font-size: 1.3em;
    line-height: 130%;
}

.block-top-100__description {
    display: grid;
    align-content: start;
    gap: clamp(1.25em, 2vw, 3.4375em);
    padding: clamp(1.25em, 2vw, 2.3125em) clamp(1.875em, 3vw, 3.1875em);
    background-color: #D6C543;
    border-radius: 1.375em;
    font-size: clamp(1.4em, 1.5vw, 1.4688em);
    line-height: 130%;
}

.block-top-100__description h3 {
    font-size: 1.8125em;
}



@media (min-width: 981px) {
    .block-top-100__list-des {
        grid-template-columns: 1.2fr 1fr;
    }

}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


.olymp-page .block-video {
    padding: 1.875em 2.5em;
}

.block-video__list {
    display: grid;
    gap: clamp(1.25em, 2vw, 2.625em);
}

.block-video__item .block-video__item-wrapper {
    display: grid;
    align-content: start;
    gap: 0.625em;
    border: solid 0.0625em #D6C543;
    border-radius: 1.875em;
    padding: clamp(0.9375em, 1.5vw, 2em);
    min-height: 16.5625em;
}

.block-video__item:nth-child(odd) .block-video__item-wrapper {
    background-color: #D6C543;
}

.block-video__item:nth-child(even) .block-video__item-wrapper {}

.block-video__item-image {
    display: grid;
    justify-content: right;
}

.block-video__item-text {
    font-size: clamp(1.45em, 1.5vw, 1.6em);
    font-size: 1.6em;
    line-height: 120%;
}



@media (min-width: 769px) {
    .block-video__list {
        grid-template-columns: repeat(auto-fit, minmax(12.5em, 1fr));
    }
}

@media (max-width: 768px) {
    .block-video__item-text br {
        display: none;
    }

    .block-video__item-image img {
        width: 50px;
        height: auto;
    }
}

@media (min-width: 981px) {
    .block-video__item:nth-child(odd) .block-video__item-wrapper {
        margin-top: 3.25em;
    }
}


@media (max-width: 980px) {
    .block-video__title {
        margin-bottom: 1.2em;
    }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.olymp-page .block-registration {
    display: grid;
    gap: clamp(1.25em, 2vw, 2.125em);
    align-items: center;
    background-color: #D6C543;
    padding: clamp(0.9375em, 1.5vw, 1.875em) clamp(1.25em, 2vw, 2.5em);
}

.block-registration__content,
.block-registration__button {
    display: grid;
    gap: 15px;
}

.block-registration__title {
    font-size: clamp(2.4em, 3vw, 2.8125em);
    line-height: 100%;
}

.block-registration__description {
    font-size: 1.4062em;
    line-height: 120%;
}

.block-registration__button .styleButton-5 {
    font-size: clamp(1em, 1.25vw, 1.2em);
    padding: 1em;
    max-width: 24em;
    margin: auto;
}

.block-registration__button-text {
    font-size: 1.4062em;
    line-height: 120%;
}



@media (max-width: 980px) {
    .olymp-page .block-registration {
        justify-content: center;
    }
}

@media (min-width: 981px) {
    .olymp-page .block-registration {
        grid-template-columns: 1fr 1fr;
    }
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.block-rules {
    display: grid;
    gap: clamp(2.5em, 4.5vw, 4.0625em);
}

.block-rules__list {
    display: grid;
    gap: 1.1875em;
}

.block-rules__item {
    display: grid;
    grid-template-rows: 1fr 1fr;
}

.block-rules__item-wrapper {
    display: grid;
    align-items: start;
    gap: 1.25em;
    border: solid 0.0625em #D6C543;
    border-radius: 1.4062em;
    padding: 1em 1.125em;
}

.block-rules__img-title {
    display: grid;
    grid-template-columns: 1fr auto;
}

.block-rules__item-title {
    font-size: 1.6875em;
    padding-top: clamp(1.25em, 2vw, 2.1875em);
}

.block-rules__item-text {
    font-size: 1.4062em;
    line-height: 120%;
}

.block-rules__item-text2 {
    background-color: #D6C543;
    font-size: 1.25em;
    line-height: 140%;
    border-radius: 1.375em;
    padding: 1.625em 0.875em;
}



@media (min-width: 981px) {
    .block-rules__list {
        grid-template-columns: repeat(auto-fit, minmax(12.5em, 1fr));
    }
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.olymp-page .block-gifts {
    padding: clamp(0.9375em, 1.5vw, 1.875em) clamp(1.25em, 2vw, 2.5em);
}

.block-gifts__item {
    display: grid;
    gap: 0.5em;
    border: solid 0.0625em #D6C543;
    border-radius: 1.4062em;
    padding: 1.375em 1.625em 2.3125em 1.625em;
    text-align: center;
    box-shadow: 0 1.5625em 1.5625em -0.3125em rgb(0 0 0 / 10%);
}

.block-gifts__item-image img {
    margin: auto;
}

.block-gifts__description,
.block-gifts__warning {
    font-size: 1.4062em;
    line-height: 120%;
}

.olymp-page.main>.inner_bl>.block-gifts__warning {
    margin-top: clamp(0.9375em, 1.5vw, 1.875em);
}

.block-gifts__title {
    margin-bottom: 0.9375em;
}


.block-gifts__item-title {
    font-size: 2.2em;
    line-height: 105%;
    font-weight: normal;
    margin-bottom: .2em;
}

.block-gifts__item .block-gifts__item-text2-3-wrp {
    border-radius: 1.4062em;
    padding: 1.25em;
}


.block-gifts__list {
    --gap: 1.625em;
    display: grid;
}


.block-gifts__item:nth-child(even) {
    background-color: #D6C543;
}

.block-gifts__item:nth-child(odd) {
    background-color: #fff;
}

.block-gifts__item:nth-child(even) .block-gifts__item-text2-3-wrp {
    background-color: #fff;
}

.block-gifts__item:nth-child(odd) .block-gifts__item-text2-3-wrp {
    background-color: #D6C543;
}

.block-gifts__item-text {
    font-size: 1.35em;
    line-height: 100%;
    margin-bottom: 1.5em;
}

.block-gifts__item-text2 {
    font-size: 1.35em;
    line-height: 100%;
    font-weight: 600;
}

.block-gifts__item-text3 {
    color: #737373;
    margin-top: 0.625em;
    line-height: 100%;
    font-size: 1.3em;
}



@media (max-width: 980px) {
    .block-gifts__list {
        gap: var(--gap);
    }

    .block-gifts__description {
        margin-bottom: 1.5em;
    }
}


@media (min-width: 981px) {
    .block-gifts__list {
        grid-template-rows: auto auto auto auto auto;
        grid-template-columns: 33.33% calc(var(--gap) + 0.375em) calc(33.33% - calc(var(--gap) + 0.375em) * 2) calc(var(--gap) + 0.375em) 33.33%;
    }

    .block-gifts__item:nth-child(1) {
        grid-column: 1 / 3;
        grid-row: 3 / 6;
    }

    .block-gifts__item:nth-child(2) {
        grid-column: 2 / 5;
        grid-row: 2 / 5;
    }

    .block-gifts__item:nth-child(3) {
        grid-column: 4 / 6;
        grid-row: 1 / 4;
    }
}