@import "settings.css?version=1.0.1.6";

/* HEADER */

.header {
    padding-top: 57px;
    margin-bottom: 57px;
}
.header__languages {
    display: none;
}
.header__languages .header__languages-list {
    display: flex;
    align-items: center;
}
.header__languages .header__languages-list li {
    display: flex;
    align-items: center;
}
.header__languages .header__languages-list li:not(:last-child)::after {
    content: "";
    margin: 0 16px;
    height: 24px;
    width: 1px;
    background-color: var(--logo-blue);
}
.header__languages .header__languages-list a {
    color: var(--logo-blue);
    font-size: var(--text-sizes-regular);
    font-style: normal;
    font-weight: 400;
    line-height: 141%;
}
.header__languages .header__languages-list a.active {
    font-family: var(--bold-font-family);
}
.header .header__content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.header .header__content .header__title {
    flex: 0 0 auto;
    width: calc(80% - 10px);
}
.header .header__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 64px;
}
.header .header__back-link {
    display: flex;
    align-items: center;
    gap: 0 16px;
    padding: 20px 34px;
    border-radius: 32px;
    transition: 0.3s all ease;
    background: var(--sky-blue);
    text-transform: uppercase;
}
.header .header__back-link .header__icon {
    display: flex;
    align-items: center;
    justify-content: center;
}
.header .header__back-link .header__icon svg {
    transition: 0.3s all ease;
}
.header .header__back-link:hover {
    color: var(--color-white);
    background-color: var(--logo-blue);
}
.header .header__menu-list {
    display: flex;
    flex-direction: column;
    gap: 18px 0;
    text-align: end;
}
.header .header__title {
    color: var(--dark-blue);
    font-family: var(--bold-font-family);
    font-size: var(--text-sizes-heading-1);
    font-style: normal;
    font-weight: 400;
    line-height: 112%;
}
.header .header__top .header__hamburger {
    display: none;
    position: static;
    top: 30px;
    right: 30px;
}
.header .header__hamburger {
    display: flex;
    align-items: center;
    justify-content: center;
}
.header .header__hamburger .header__hamburger-button {
    outline: none;
    border: none;
    cursor: pointer;
}
.header .header__hamburger .header__hamburger-button {
    cursor: pointer;
    transform: rotate(180deg);
    height: 16px;
    width: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 4px;
    transition: all 0.3s ease;
}
.header .header__hamburger .header__hamburger-button span {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    border-radius: 4px;
    background-color: var(--color-dark);
    transition: all 0.3s ease;
}
.header .header__hamburger .header__hamburger-button span:first-child {
    top: 0;
}
.header .header__hamburger .header__hamburger-button span:nth-child(2) {
    top: 0;
    bottom: 0;
    margin: auto;
}
.header .header__hamburger .header__hamburger-button span:nth-child(3) {
    bottom: 0;
}

/* HAMBURGER MENU */

.hamburger__menu {
    position: fixed;
    top: 0;
    right: 0;
    min-width: 400px;
    height: 100%;
    background-color: var(--sky-blue);
    z-index: 120;
    transform: translateX(100%);
    opacity: 0;
    transition: transform 0.4s ease, opacity 0.4s ease;
    overflow: hidden;
    pointer-events: none;
}

.hamburger__menu.hamburger__menu_active {
    transform: translateX(0);
    opacity: 1;
    pointer-events: all;
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    z-index: 115;
    pointer-events: none;
    background: rgb(0 0 0 / 0.7) none repeat scroll 0 0;
}

.overlay.overlay_active {
    pointer-events: all;
    opacity: 1;
    visibility: visible;
}

.hamburger__menu .hamburger__content {
    position: relative;
    padding: 20px;
    overflow: hidden;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.hamburger__menu .hamburger__content .hamburger__header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    top: 12px;
    width: calc(100% - 40px);
}
.hamburger__menu .hamburger__content .hamburger__menu-langs {
    display: flex;
    align-items: center;
    gap: 0 20px;
}
.hamburger__menu .hamburger__content .hamburger__menu-langs a {
    color: var(--logo-blue);
    font-size: var(--text-sizes-regular);
    font-style: normal;
    font-weight: 400;
    line-height: 141%;
    text-align: end;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    transition: 0.3s all ease;
}
.hamburger__menu .hamburger__content .hamburger__menu-langs a.active {
    font-family: var(--bold-font-family);
}
.hamburger__menu .hamburger__close {
    width: 48px;
    height: 48px;
    right: 12px;
    outline: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dark-blue);
}
.hamburger__menu .hamburger__list {
    display: flex;
    margin: 80px 0;
    flex-direction: column;
}
.hamburger__menu .hamburger__list .hamburger__item:not(:last-child) {
    margin-bottom: 24px;
}
.hamburger__menu .hamburger__list .hamburger__link {
    color: var(--dark-blue);
    font-family: var(--bold-font-family);
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: capitalize;
}
.hamburger__menu
.hamburger__list
.hamburger__item.hamburger__item--dropdown
.hamburger__link--toggle {
    display: flex;
    align-items: center;
    gap: 0 24px;
    flex-wrap: wrap;
}
.hamburger__menu
.hamburger__list
.hamburger__item--dropdown.active
.hamburger__icon {
    transform: rotate(0);
}
.hamburger__list .hamburger__item--dropdown .hamburger__icon {
    transition: 0.3s all ease;
    color: var(--dark-blue);
    transform: rotate(180deg);
    display: flex;
    align-items: center;
    justify-content: center;
}
.hamburger__list .hamburger__item--dropdown .hamburger__sublist {
    padding: 28px 0;
    display: none;
}
.hamburger__item--dropdown .hamburger__sublist li {
    margin-bottom: 24px;
}
.hamburger__item--dropdown .hamburger__sublist li:last-child {
    margin-bottom: 0;
}
.hamburger__item--dropdown .hamburger__sublist a {
    color: var(--dark-blue);
    font-size: var(--text-sizes-small);
    font-style: normal;
    font-weight: 400;
    line-height: 141%;
    text-transform: uppercase;
}
.hamburger__menu .hamburger__footer {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: space-between;
}
.hamburger__menu .hamburger__footer .hamburger__logo img {
    height: 170px;
    max-width: 100%;
}
.hamburger__menu .hamburger__footer .hamburger__socials {
    display: flex;
    flex-direction: column;
    gap: 12px 0;
}
.hamburger__menu .hamburger__footer .hamburger__socials a {
    color: var(--dark-blue);
    font-family: var(--bold-font-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

/* REQUIREMENTS */
.requirements {
    margin-top: 32px;
}
.requirements .requirements__title {
    color: var(--dark-blue);
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: 112%;
    margin-bottom: 80px;
    padding-top: 32px;
    border-top: 1px solid var(--dark-blue);
}
.requirements .requirements__item {
    background: var(--logo-blue);
    overflow: hidden;
    border-bottom: 1px solid var(--color-white);
}
.requirements .requirements__item .active {
    font-size: var(--text-sizes-heading-2);
}
.requirements__item .tabs__header {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    border-bottom: 1px solid var(--color-white);
    margin-bottom: 32px;
}
.tabs__header .tabs_buttons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    border: 1px solid var(--color-white);
    padding: 4px;
    gap: 8px;
}

.requirements__item .tabs__header .tabs__btn {
    padding: 8px 24px;
    color: var(--color-white);
    font-size: var(--text-sizes-regular);
    font-style: normal;
    font-weight: 400;
    line-height: 141%;
    transition: 0.3s all ease;
    white-space: nowrap;
}
.requirements__item .tabs__header .tabs__btn.active {
    color: var(--logo-blue);
    background-color: var(--sky-blue);
}
.requirements__item .tabs__content {
    width: 100%;
}
.requirements__item .tabs__content .requirements__texts {
    width: 100%;
}

.requirements__item .tabs__pane .tabs__texts h5 {
    color: var(--color-white);
    font-family: var(--bold-font-family);
    font-size: var(--text-sizes-heading-5);
    font-style: normal;
    font-weight: 400;
    line-height: 131%;
}
.requirements__item .tabs__pane .tabs__texts h6 {
    color: var(--color-white);
    font-family: var(--bold-font-family);
    font-size: var(--text-sizes-heading-6);
    font-style: normal;
    font-weight: 400;
    line-height: 131%;
}
.requirements .requirements__item .requirements__header {
    display: flex;
    align-items: center;
    padding: 48px 0 40px 0;
    transition: 0.3s all ease;
    cursor: pointer;
    position: relative;
}
.requirements .requirements__item .requirements__header:hover {
    background-color: var(--dark-blue);
}
.requirements__item .requirements__header .container {
    position: relative;
}
.requirements__item .requirements__header .requirements__icon {
    position: absolute;
    top: 0;
    right: 64px;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s all ease;
    transform: rotate(45deg);
}
.requirements__item.active .requirements__header .requirements__icon {
    transform: rotate(0);
}
.requirements__item .requirements__header .requirements__heading {
    color: var(--color-white);
    font-family: var(--bold-font-family);
    font-size: var(--text-sizes-heading-1);
    font-style: normal;
    font-weight: 400;
    line-height: 112%;
    text-transform: uppercase;
    transition: 0.3s all ease;
    display: block;
    width: 100%;
    padding-right: 80px;
}
.requirements__item.active .requirements__header .requirements__heading {
    font-size: var(--text-sizes-heading-2);
}
.requirements__item .requirements__content {
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s ease;
}
.requirements__item.active .requirements__content {
    padding: 64px 0;
    max-height: inherit;
}
.requirements__icon img {
    transition: all 0.3s ease;
}

.requirements__content .requirements__content-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.requirements__content .requirements__content-row.full .requirements__texts {
    width: 100%;
}
.requirements__content .requirements__content-row.double .requirements__texts {
    flex: 0 0 auto;
    width: calc(50% - 60px);
}
.requirements__content .requirements__texts {
    flex: 0 0 auto;
    width: calc(70% - 60px);
    color: var(--color-white);
    font-size: var(--text-sizes-medium);
    font-style: normal;
    font-weight: 400;
    line-height: 141%;
}
.requirements__content .requirements__texts.full {
    width: 100%;
}
.requirements__content .requirements__texts.full table tr td:first-child {
    padding-right: 120px;
}
.requirements__content .requirements__texts p {
    color: var(--color-white);
    font-size: var(--text-sizes-medium);
    font-style: normal;
    font-weight: 400;
    line-height: 141%;
}
.requirements__content .requirements__texts h5 {
    color: var(--color-white);
    font-family: var(--bold-font-family);
    font-size: var(--text-sizes-heading-5);
    font-style: normal;
    font-weight: 400;
    line-height: 131%;
}
.requirements__content .requirements__texts p.blue__text {
    color: var(--sky-blue);
}
.requirements__content .requirements__texts img {
    width: 100%;
    object-fit: cover;
    object-position: center center;
    margin-bottom: 24px;
}
.requirements__content .requirements__texts p strong {
    font-style: normal;
    font-weight: 400;
    line-height: 131%;
    font-family: var(--bold-font-family);
}
.requirements__content .requirements__texts a {
    color: var(--sky-blue);
    font-style: normal;
    font-weight: 400;
    line-height: 141%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.requirements__content .requirements__images {
    flex: 0 0 auto;
    width: calc(30% - 60px);
}
.requirements__content ul {
    list-style: numeric;
    list-style-position: outside;
    padding-left: 20px;
}
.requirements__content ul li {
    padding-left: 20px;
}
.requirements__image a {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    margin-bottom: 8px;
}
.requirements__image {
    margin-left: auto;
    width: 100%;
}
.requirements__image .main__image,
.requirements__image .main__video {
    height: 100%;
    object-fit: cover;
    width: 340px;
    object-position: center;
}
.requirements__image a:hover .requirements__image-icon {
    opacity: 1;
    visibility: visible;
}
.requirements__images {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 24px 0;
}
.requirements__image .requirements__image-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s all ease;
}
.requirements__image .requirements__caption {
    color: var(--color-white);
    font-size: var(--text-sizes-regular);
    font-style: normal;
    font-weight: 400;
    line-height: 141%;
    width: 340px;
    display: block;
}
.partners__logo {
    margin-top: 32px;
    padding-left: 0 !important;
}
.partners__logo li {
    display: flex;
    align-items: center;
    padding-left: 0 !important;
}
.requirements__content .requirements__texts .partners__logo li img {
    width: auto;
    margin: 0;
    max-width: 100%;
}
.partners__logo li:not(:last-child) {
    margin-bottom: 32px;
}
.partners__logo li a {
    display: flex;
    align-items: center;
}
.partners__logo li a::before {
    content: "";
    width: 20px;
    height: 1px;
    background-color: var(--color-white);
    display: block;
    margin: 0 24px;
}

.requirements__content .map-container a {
    color: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-decoration-line: inherit;
    text-decoration-style: inherit;
    text-decoration-skip-ink: inherit;
    text-decoration-thickness: inherit;
    text-underline-offset: inherit;
    text-underline-position: inherit;
}
/* HOME */

.home {
    margin-bottom: 120px;
    position: relative;
}
.home__hero {
    min-height: 100vh;
    min-height: 100dvh;
    height: 100vh;
}
.home__hero .hero__footer {
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 100%;
}
.home__hero .hero__background {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}
.home__hero .container {
    height: 100%;
    position: relative;
}
.home__hero .home__hero-content {
    height: 100%;
    padding: 60px 0;
    position: relative;
}
.home .home__hero .hero__header .hero__header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 97px;
}
.home .home__hero .hero__header .hero__header-top .header__hamburger {
    display: none;
}

.home__hero .header__hamburger {
    display: none;
    position: absolute;
    top: 30px;
    right: 30px;
}
.home__hero .header__hamburger {
    display: flex;
    align-items: center;
    justify-content: center;
}
.home__hero .header__hamburger .header__hamburger-button {
    outline: none;
    border: none;
    cursor: pointer;
}
.home__hero .header__hamburger .header__hamburger-button {
    cursor: pointer;
    transform: rotate(180deg);
    height: 16px;
    width: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 4px;
    transition: all 0.3s ease;
}
.home__hero .header__hamburger .header__hamburger-button span {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    border-radius: 4px;
    background-color: var(--color-dark);
    transition: all 0.3s ease;
}
.home__hero .header__hamburger .header__hamburger-button span:first-child {
    top: 0;
}
.home__hero .header__hamburger .header__hamburger-button span:nth-child(2) {
    top: 0;
    bottom: 0;
    margin: auto;
}
.home__hero .header__hamburger .header__hamburger-button span:nth-child(3) {
    bottom: 0;
}

.home__hero .hero__scroll {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px 0;
}

.home__hero .hero__scroll-mouse {
    width: 34px;
    height: 64px;
    border: 2px solid var(--logo-blue);
    border-radius: 17px;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow: hidden;
}

.home__hero .hero__scroll-dot {
    width: 6px;
    height: 6px;
    border: 2px solid var(--logo-blue);
    border-radius: 50%;
    position: absolute;
    top: 17px;
    left: 50%;
    transform: translateX(-50%);
    animation: scroll-dot 1.2s linear infinite;
}
@keyframes scroll-dot {
    0% {
        transform: translateX(-50%) translateY(0);
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    80% {
        transform: translateX(-50%) translateY(25px);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(25px);
        opacity: 0;
    }
}
.home__hero .hero__scroll-text {
    writing-mode: vertical-rl;
    text-transform: uppercase;
    color: var(--logo-blue);
    font-size: var(--text-sizes-tagline);
    font-style: normal;
    font-weight: 400;
    pointer-events: none;
    line-height: 141%;
}
.home__hero .hero__header .hero__header-bottom {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 70px;
}
.hero__languages-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

.hero__languages-list li {
    padding-bottom: 4px;
    position: relative;
    margin-bottom: 4px;
}

.hero__languages .hero__languages-item:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 26px;
    height: 1px;
    background-color: var(--logo-blue);
    display: block;
}
.hero__languages-list .hero__languages-link {
    color: var(--logo-blue);
    font-size: var(--text-sizes-regular);
    font-style: normal;
    font-weight: 400;
    line-height: 141%;
    text-align: end;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    transition: 0.3s all ease;
}
.hero__languages-list .hero__languages-link.active {
    font-family: var(--bold-font-family);
}
.home__hero .hero__title {
    color: var(--logo-blue);
    font-family: var(--bold-font-family);
    font-size: 130px;
    font-style: normal;
    font-weight: 400;
    line-height: 112%;
}
.home__hero .hero__footer .hero__footer-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.home__hero .hero__title,
.home__hero .menu__link {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s ease, transform 1s ease;
}
.home__hero .hero__title.fade-in,
.home__hero .menu__link.show {
    opacity: 1;
    transform: translateY(0);
}
.home__hero .hero__title.fade-out {
    opacity: 0;
    transform: translateY(20px);
}

/* REASONS */

.home__reasons .reasons__header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.home__reasons .reasons__header .reasons__subtitle {
    flex: 0 0 auto;
    width: calc(60% - 2px);
    margin-right: 80px;
    color: var(--logo-blue);
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: 112%;
}
.home__reasons .reasons__header .reasons__link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    gap: 0 12px;
    border: 1px solid var(--logo-blue);
    background: var(--logo-blue);
    transition: 0.3s all ease;
    color: var(--color-white);
    font-size: var(--text-sizes-regular);
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 141%;
}
.home__reasons .reasons__header .reasons__link:hover {
    background-color: transparent;
    color: var(--logo-blue);
}
.reasons__header .reasons__link .btn__icon {
    display: flex;
    align-items: center;
    justify-content: center;
}
.reasons__header .reasons__link .btn__icon svg {
    transition: 0.3s all ease;
}
.home__reasons .reasons__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 220px;
    padding-bottom: 75px;
}
.home__reasons .reasons__list .reason {
    flex: 0 0 auto;
    width: calc(33.33% - 48px);
    display: flex;
    flex-direction: column;
    gap: 64px 0;
    z-index: 2;
    position: relative;
}
.home__reasons .reason .reason__image {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.home__reasons .reason .reason__number {
    position: absolute;
    color: var(--Color-Samarkand-2025-Logo-Blue, #183254);
    text-align: center;
    font-family: var(--neue-font-family);
    font-size: 174px;
    font-style: normal;
    font-weight: 700;
    line-height: 121%;
    z-index: -1;
    top: -17%;
    left: 0;
    right: 0;
    margin: auto;
}
.home__reasons .reason:nth-child(even) .reason__number {
    top: inherit;
    bottom: -17%;
}
.home__reasons .reasons__list .reason:nth-child(even) {
    flex-direction: column-reverse;
}
.reason .reason__title {
    color: var(--logo-blue);
    text-align: center;
    font-family: var(--bold-font-family);
    font-size: var(--text-sizes-heading-4);
    font-style: normal;
    font-weight: 400;
    line-height: 121%;
    margin-bottom: 24px;
}
.reason .reason__desc {
    color: var(--logo-blue);
    text-align: center;
    font-size: var(--text-sizes-medium);
    font-style: normal;
    font-weight: 400;
    line-height: 141%;
}

/* === ANIMATIONS === */

.home__reasons .reason__image img {
    transform: translateY(180%);
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 1s cubic-bezier(0.22, 0.61, 0.36, 1),
    opacity 0.6s ease-out;
    will-change: transform, opacity;
}
.home__reasons .reason__number {
    transform: translateY(-100px);

    transition: transform 1.2s cubic-bezier(0.22, 0.61, 0.36, 1);
    will-change: transform, opacity;
}
.home__reasons .reason__content {
    opacity: 0;
    transition: opacity 0.8s ease-in;
    will-change: opacity;
}
.home__reasons .reason:nth-child(2) .reason__image img {
    transform: translateY(-180%);
}
.home__reasons .reason:nth-child(2) .reason__number {
    transform: translateY(100px);
}
.home__reasons .reason.visible .reason__image img {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 100ms;
}
.home__reasons .reason.visible .reason__number {
    transform: translateY(0);
    transition-delay: 300ms;
}
.home__reasons .reason.visible .reason__content {
    opacity: 1;
    transition-delay: 600ms;
}

/* EVENTS */
.events {
    margin-bottom: 48px;
}
.events.home {
    margin-bottom: 32px;
}
.events.home .events__subtitle {
    border: none;
    padding: 0;
}
.events .events__btn {
    padding: 12px 24px;
    color: var(--logo-blue);
    font-size: var(--text-sizes-regular);
    font-style: normal;
    font-weight: 400;
    line-height: 141%;
    transition: 0.3s all ease;
    border: 1px solid var(--logo-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
}
.events .events__btn:hover {
    background-color: var(--logo-blue);
    color: var(--color-white);
    border-color: var(--logo-blue);
}
.events .events__slider {
    margin-bottom: 80px;
}
.events.home .events__slider {
    margin-bottom: 100px;
}
.events .event__item {
    padding: 32px 40px 60px 40px;
    background-color: var(--logo-blue);
    height: 100%;
}
.events .events__slider .swiper-slide {
    height: auto;
}
.events .events__subtitle {
    padding-top: 32px;
    border-top: 1px solid var(--dark-blue);
}
.events .events__subtitle .events__label {
    color: var(--logo-blue);
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: 112%;
    margin-bottom: 80px;
    max-width: 60%;
}
.events .event__header {
    margin-bottom: 50px;
}
.events .event__header .event__date {
    color: var(--color-white);
    font-family: var(--neue-font-family);
    font-size: var(--text-sizes-large);
    font-style: normal;
    font-weight: 400;
    line-height: 141%;
    margin-bottom: 18px;
}
.events .event__tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 16px;
}
.events .events__pagination {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
}
.events .events__pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    border: 1px solid var(--dark-blue);
    background-color: transparent;
    opacity: 1;
    margin: 0;
}
.events .events__pagination .swiper-pagination-bullet-active {
    background-color: var(--dark-blue);
}
.events .event__tags .event__time {
    background-color: var(--color-white);
    padding: 4px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    color: var(--logo-blue);
    font-family: var(--neue-font-family);
    font-size: var(--text-sizes-small);
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}
.events .event__tags .event__location {
    color: var(--color-white);
    font-size: var(--text-sizes-regular);
    font-style: normal;
    font-weight: 400;
    line-height: 141%;
}
.events .event__item .event__name {
    color: var(--color-white);
    font-family: var(--bold-font-family);
    font-size: var(--text-sizes-heading-3);
    font-style: normal;
    font-weight: 400;
    line-height: 112%;
    margin-bottom: 24px;
}
.event__item .event__image {
    margin-bottom: 24px;
}
.event__item .event__image .event__img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.event__item .event__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.event__item .event__footer .event__description {
    flex: 0 0 auto;
    width: calc(75% - 10px);
    overflow: hidden;
    color: var(--color-white);
    text-overflow: ellipsis;
    font-size: var(--text-sizes-small);
    font-style: normal;
    font-weight: 400;
    line-height: 141%;
}
.event__item .event__footer .event__footer-link {
    flex: 0 0 auto;
    width: calc(25% - 10px);
}
.event__item .event__footer .event__btn {
    padding: 8px 20px;
    color: var(--color-white);
    font-size: var(--text-sizes-regular);
    font-style: normal;
    font-weight: 400;
    line-height: 141%;
    background-color: var(--logo-blue);
    border: 1px solid var(--color-white);
    transition: 0.3s all ease;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
}
.event__item .event__footer .event__btn:hover {
    background-color: var(--color-white);
    color: var(--logo-blue);
}
.events .events__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.events.home .events__footer {
    justify-content: space-between;
}
.swiper__navigation {
    display: flex;
    align-items: center;
    gap: 0 16px;
}
.swiper__navigation .swiper__button {
    width: 83px;
    height: 83px;
    color: var(--logo-blue);
    border-radius: 50%;
    border: 1px solid var(--logo-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s all ease;
    cursor: pointer;
}
.swiper__navigation .swiper__button svg {
    transition: 0.3s all ease;
}
.swiper__navigation .swiper__button:hover {
    background-color: var(--logo-blue);
    color: var(--color-white);
}

/* HIGHLIGHTS */
.highlights {
    margin-bottom: 172px;
}
.highlights .highlights__title {
    padding-top: 30px;
    border-top: 1px solid var(--dark-blue);
}
.highlights .highlights__list {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0 48px;
    margin-bottom: 64px;
}
.highlights__list .highlights__item {
    flex: 0 0 auto;
    width: calc(33.3333% - 32px);
}
.highlights__item .highlights__image {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}
.highlights__item .highlights__image .highlights__img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}
.highlights__item .highlights__meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    color: var(--logo-blue);
    font-size: var(--text-sizes-small);
    font-style: normal;
    font-weight: 400;
    line-height: 141%;
    margin-bottom: 8px;
}
.highlights__item .highlights__title {
    color: var(--logo-blue);
    font-family: var(--bold-font-family);
    font-size: var(--text-sizes-heading-6);
    font-style: normal;
    font-weight: 400;
    line-height: 131%;
    margin-bottom: 8px;
}
.highlights__item .highlights__title a {
    transition: 0.3s all ease;
}
.highlights__item .highlights__title a:hover {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.highlights .highlights__more {
    text-align: center;
}
/* FOOTER */

.footer {
    background-color: var(--sky-blue);
    color: var(--logo-blue);
    padding: 80px 0;
}

.footer .footer__top {
    padding-bottom: 64px;
    margin-bottom: 32px;
    border-bottom: 1px solid var(--logo-blue);
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.footer .footer__top .footer__col {
    flex: 0 0 auto;
    width: calc(50% - 10px);
}
.footer__top .footer__col.footer__col--left {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.footer__top .footer__col .footer__logo {
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer__top .footer__col .footer__logo-img {
    height: 210px;
}
.footer__top .footer__col .footer__slogan {
    color: var(--logo-blue);
    font-family: var(--bold-font-family);
    font-size: var(--text-sizes-heading-2);
    font-style: normal;
    font-weight: 400;
    line-height: 112%;
    max-width: 330px;
    margin-right: 80px;
}
.footer__top .footer__col.footer__col--right {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.footer__col.footer__col--right .footer__info {
    margin-right: 62px;
}
.footer__col .footer__title {
    color: var(--logo-blue);
    font-family: var(--bold-font-family);
    font-size: var(--text-sizes-small);
    font-style: normal;
    font-weight: 400;
    line-height: 141%;
    margin-bottom: 4px;
}
.footer__col .footer__venue {
    margin-bottom: 24px;
}
.footer__col .footer__contact-link {
    color: var(--logo-blue);
    font-size: var(--text-sizes-small);
    font-style: normal;
    font-weight: 400;
    line-height: 141%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.footer__col .footer__venue-text {
    color: var(--logo-blue);
    font-size: var(--text-sizes-small);
    font-style: normal;
    font-weight: 400;
    line-height: 141%;
}
.footer__col .footer__socials .footer__socials-link {
    color: var(--logo-blue);
    font-family: var(--bold-font-family);
    font-size: var(--text-sizes-regular);
    font-style: normal;
    font-weight: 400;
    line-height: 141%;
    display: flex;
    align-items: center;
}
.footer__socials .footer__socials-item {
    margin-bottom: 8px;
}
.footer .footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer .footer__bottom .footer__nav-list {
    display: flex;
    align-items: center;
    gap: 0 24px;
}
.footer__bottom .footer__nav-list .footer__nav-link {
    color: var(--logo-blue);
    font-size: var(--text-sizes-small);
    font-style: normal;
    font-weight: 400;
    line-height: 141%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

/* press */

.press {
    background: var(--color-yellow);
    padding: 80px 0;
}

.press .press__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.press .press__content .press__content-texts {
    width: calc(55% - 10px);
}
.press .press__content .press__actions {
    flex: 0 0 auto;
}
.press__content .press__title {
    color: var(--logo-blue);
    font-family: var(--bold-font-family);
    font-size: var(--text-sizes-heading-3);
    font-style: normal;
    font-weight: 400;
    line-height: 112%;
    margin-bottom: 28px;
}
.press__content .press__text {
    color: var(--logo-blue);
    font-size: var(--text-sizes-large);
    font-style: normal;
    font-weight: 400;
    line-height: 141%;
}
.press__content .press__actions .press__button {
    display: flex;
    align-items: center;
    gap: 0 16px;
    padding: 12px 24px;
    border: 1px solid var(--logo-blue);
    background: var(--logo-blue);
    transition: 0.3s all ease;
    color: var(--color-white);
    font-size: var(--text-sizes-regular);
    font-style: normal;
    font-weight: 400;
    line-height: 141%;
}
.press__content .press__actions .press__button:hover {
    background-color: transparent;
    color: var(--logo-blue);
}

/* MEDIA */

.media {
    margin-bottom: 112px;
}
.media .media__title {
    color: var(--dark-blue);
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: 112%;
    padding-top: 32px;
    border-top: 1px solid var(--dark-blue);
    margin-bottom: 48px;
}
.media .media__grid {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 64px 48px;
    margin-bottom: 64px;
}
.media .media__item {
    flex: 0 0 auto;
    width: calc(33.33% - 32px);
}
.media .media__item .media__image {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}
.media .media__item .media__image img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.media .media__item .media__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    color: var(--logo-blue);
    font-size: var(--text-sizes-small);
    font-style: normal;
    font-weight: 400;
    line-height: 141%;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.media .media__item .media__name {
    color: var(--logo-blue);
    font-family: var(--bold-font-family);
    font-size: var(--text-sizes-heading-6);
    font-style: normal;
    font-weight: 400;
    line-height: 131%;
    margin-bottom: 8px;
    transition: 0.3s all ease;
    display: flex;
}
.media .media__item .media__name:hover {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.media .media__item .media__desc {
    color: var(--logo-blue);
    font-size: var(--text-sizes-regular);
    font-style: normal;
    font-weight: 400;
    line-height: 141%;
}
.media .media__actions {
    display: flex;
    align-items: center;
    justify-content: center;
}
.media .media__actions .media__button {
    outline: none;
    padding: 12px 24px;
    color: var(--logo-blue);
    font-size: var(--text-sizes-regular);
    font-style: normal;
    font-weight: 400;
    line-height: 141%;
    transition: 0.3s all ease;
    border: 1px solid var(--logo-blue);
}
.media .media__actions .media__button:hover {
    background-color: var(--logo-blue);
    color: var(--color-white);
}

/* RECAPS */
.recaps {
    margin-bottom: 80px;
}

.recaps .recaps__title {
    color: var(--dark-blue);
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: 112%;
    margin-bottom: 50px;
    padding-top: 32px;
    border-top: 1px solid var(--dark-blue);
}

.recaps .recaps__image img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.recaps .recaps__pagination {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
}
.recaps .recaps__pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    border: 1px solid var(--dark-blue);
    background-color: transparent;
    opacity: 1;
    margin: 0;
}
.recaps .recaps__pagination .swiper-pagination-bullet-active {
    background-color: var(--dark-blue);
}
.recaps__item .recaps__info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 80%;
    margin-bottom: 56px;
}
.recaps .recaps__item .recaps__date {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: calc(20% - 20px);
}
.recaps__item .recaps__date .recaps__month {
    color: var(--logo-blue);
    font-family: var(--bold-font-family);
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: 141%;
}
.recaps__item .recaps__date .recaps__days {
    color: var(--logo-blue);
    leading-trim: both;
    text-edge: cap;
    font-family: var(--bold-font-family);
    font-size: 70px;
    font-style: normal;
    font-weight: 400;
    line-height: 121%;
}
.recaps__item .recaps__text {
    flex: 0 0 auto;
    width: calc(80% - 20px);
}
.recaps__item .recaps__text .recaps__name {
    color: var(--dark-blue);
    font-family: var(--bold-font-family);
    font-size: var(--text-sizes-heading-6);
    font-style: normal;
    font-weight: 400;
    line-height: 131%;
}
.recaps__item .recaps__text .recaps__name:hover {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.recaps__item .recaps__text .recaps__place {
    color: var(--dark-blue);
    font-size: var(--text-sizes-small);
    font-style: normal;
    font-weight: 400;
    display: block;
    margin-bottom: 16px;
    line-height: 141%;
}
.recaps__item .recaps__image {
    display: flex;
    align-items: center;
    justify-content: center;
}
.recaps .recaps__container {
    position: relative;
}
.recaps .recaps__nav {
    display: flex;
    align-items: center;
    gap: 0 16px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.recaps .recaps__nav .recaps__nav-btn {
    width: 83px;
    height: 83px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--logo-blue);
    cursor: pointer;
    border-radius: 50%;
    transition: 0.3s all ease;
}
.recaps .recaps__nav .recaps__nav-btn:hover {
    color: var(--color-white);
    background-color: var(--logo-blue);
}

.article {
    margin-top: 24px;
    margin-bottom: 112px;
}
.article .article__meta {
    display: flex;
    align-items: center;
    color: var(--logo-blue);
    font-size: var(--text-sizes-small);
    font-style: normal;
    font-weight: 400;
    line-height: 141%;
    margin-bottom: 24px;
}
.article .article__meta .article__category {
    margin-right: 34px;
}
.article .article__body {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 64px;
}
.article .article__content {
    flex: 0 0 auto;
    width: calc(34% - 40px);
}
.article .article__content .article__button {
    padding: 12px 24px;
    transition: 0.3s all ease;
    color: var(--color-white);
    font-size: var(--text-sizes-regular);
    font-style: normal;
    font-weight: 400;
    line-height: 141%;
    background-color: var(--logo-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    border: 1px solid var(--logo-blue);
}
.article .article__content .article__button:hover {
    background-color: transparent;
    color: var(--logo-blue);
}
.article .article__button-icon {
    margin-left: 12px;
}
.article .article__texts {
    color: var(--logo-blue);
    font-size: var(--text-sizes-medium);
    font-style: normal;
    font-weight: 400;
    line-height: 141%;
    margin-bottom: 64px;
}
.article .article__image {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(66% - 40px);
}
.article .article__image img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.article .article__footer .article__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.article .article__back {
    color: var(--logo-blue);
    font-size: var(--text-sizes-regular);
    font-style: normal;
    font-weight: 400;
    line-height: 141%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.article .article__nav-link {
    width: 83px;
    height: 83px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--logo-blue);
    cursor: pointer;
    border-radius: 50%;
    transition: 0.3s all ease;
}
.article .article__nav-link.disabled {
    opacity: 0.5;
    cursor: default; /* можно not-allowed для наглядности */
    pointer-events: none;
}
.article .article__nav-link:hover {
    color: var(--color-white);
    background-color: var(--logo-blue);
}

/* EVENTS LIST */

.events-list {
    margin-bottom: 112px;
}
.events-list .events-list__filters {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 48px;
    border-bottom: 1px solid var(--logo-blue);
}
.events-list .events-list__filters .events-list__filter {
    outline: none;
    color: var(--logo-blue);
    font-size: var(--text-sizes-regular);
    font-style: normal;
    font-weight: 400;
    line-height: 141%;
    padding: 8px 16px;
    transition: 0.3s all ease;
    border: 1px solid transparent;
    white-space: nowrap;
}
.events-list
.events-list__filters
.events-list__filter.events-list__filter--active,
.events-list .events-list__filters .events-list__filter:hover {
    border: 1px solid var(--logo-blue);
    background: var(--sky-blue);
}
/* Контейнер списка */
.events-list .events-list__grid {
    display: flex;
    flex-direction: column;
    margin-bottom: 80px;
}

/* Один элемент списка */
.events-list .events-list__item {
    display: grid;
    grid-template-columns: 250px 1fr;
    align-items: center;
    gap: 32px;
    padding: 32px 0;
    border-bottom: 1px solid var(--logo-blue);
}
.events-list .events-list__item.action {
    grid-template-columns: 250px 1fr auto;
}
.events-list .events-list__item:last-child {
    border-bottom: none;
}
.events-list__item .events-list__date {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
}
.events-list__item .events-list__month {
    color: var(--logo-blue);
    font-family: var(--bold-font-family);
    font-size: 35px;
    font-weight: 400;
    line-height: 141%;
    margin-bottom: 4px;
}
.events-list__item .events-list__days {
    color: var(--logo-blue);
    font-family: var(--neue-font-family);
    font-size: 70px;
    font-weight: 700;
    line-height: 121%;
}
.events-list .events-list__content {
    min-width: 0;
}
.events-list__item .events-list__header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 8px;
}
.events-list__item .events-list__title {
    color: var(--dark-blue);
    font-family: var(--bold-font-family);
    font-size: var(--text-sizes-heading-5);
    font-weight: 400;
    line-height: 131%;
    margin-right: 16px;
}
.events-list__item .events-list__tag {
    padding: 4px 8px;
    color: var(--color-white);
    font-family: var(--neue-font-family);
    font-size: var(--text-sizes-small);
    background-color: var(--logo-blue);
    line-height: 141%;
}
.events-list__item .events-list__place {
    color: var(--dark-blue);
    font-size: var(--text-sizes-small);
    margin-bottom: 12px;
    line-height: 141%;
}
.events-list__item .events-list__desc {
    color: var(--dark-blue);
    font-size: var(--text-sizes-regular);
    line-height: 141%;
}
.events-list__item .events-list__action {
    justify-self: end;
}
.events-list__item .events-list__btn {
    padding: 8px 20px;
    color: var(--logo-blue);
    font-size: var(--text-sizes-regular);
    font-weight: 400;
    line-height: 141%;
    border: 1px solid var(--logo-blue);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    transition: 0.3s all ease;
    background: transparent;
}

.events-list__item .events-list__btn:hover {
    color: var(--color-white);
    background-color: var(--logo-blue);
}

.events-list__item .events-list__btn.disabled {
    opacity: 0.6;
    pointer-events: none;
}

.events-list .events-list__more {
    display: flex;
    align-items: center;
    justify-content: center;
}
.events-list .events-list__more .events-list__more-btn {
    padding: 12px 24px;
    outline: none;
    color: var(--logo-blue);
    font-size: var(--text-sizes-regular);
    font-style: normal;
    font-weight: 400;
    line-height: 141%;
    transition: 0.3s all ease;
    border: 1px solid var(--logo-blue);
}
.events-list .events-list__more .events-list__more-btn:hover {
    color: var(--color-white);
    background-color: var(--logo-blue);
}


/* JOURNEY */
.journey {
    margin-bottom: 70px;
}
.journey .journer__row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.journey .journey__intro {
    flex: 0 0 auto;
    width: calc(30% - 29px);
}
.journey .journey__intro .journey__title {
    color: var(--dark-blue);
    font-family: var(--bold-font-family);
    font-size: var(--text-sizes-heading-2);
    font-style: normal;
    font-weight: 400;
    line-height: 112%;
    margin-bottom: 46px;
}
.journey .journey__intro .journey__subtitle {
    color: var(--dark-blue);
    font-size: var(--text-sizes-medium);
    font-style: normal;
    font-weight: 400;
    line-height: 141%;
    margin-bottom: 46px;
}
.journey .journey__intro .journey__button {
    padding: 12px 24px;
    border: 1px solid var(--sky-blue);
    background: var(--sky-blue);
    color: var(--logo-blue);
    font-size: var(--text-sizes-regular);
    font-style: normal;
    font-weight: 400;
    line-height: 141%;
    display: flex;
    width: fit-content;
    align-items: center;
    justify-content: center;
    transition: 0.3s all ease;
}
.journey .journey__intro .journey__button:hover {
    background-color: transparent;
    border-color: var(--logo-blue);
}
.journey .journey__container {
    flex: 0 0 auto;
    width: calc(70% - 29px);
}
.journey__slide .journey__image {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.journey__slide .journey__image img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.journey__slide .journey__place {
    color: var(--dark-blue);
    font-family: var(--bold-font-family);
    font-size: var(--text-sizes-heading-6);
    font-style: normal;
    font-weight: 400;
    line-height: 131%;
    margin-bottom: 8px;
}
.journey__slide .journey__desc {
    color: var(--dark-blue);
    font-size: var(--text-sizes-regular);
    font-style: normal;
    font-weight: 400;
    line-height: 141%;
}
.journey .journey__navigation {
    margin-top: 127px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.journey .journey__navigation .journey__controls {
    display: flex;
    align-items: center;
    gap: 0 16px;
}
.journey__navigation .journey__controls .journey__btn {
    width: 83px;
    height: 83px;
    color: var(--logo-blue);
    border-radius: 50%;
    border: 1px solid var(--logo-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s all ease;
    cursor: pointer;
}
.journey__navigation .journey__controls .journey__btn:hover {
    background-color: var(--logo-blue);
    color: var(--color-white);
}
.journey__navigation .journey__controls .journey__btn svg {
    transition: 0.3s all ease;
}
.journey__navigation .journey__pagination {
    flex: 0 0 auto;
    width: auto;
    display: flex;
    align-items: center;
}
.journey__navigation .journey__pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    border: 1px solid var(--dark-blue);
    background-color: transparent;
    opacity: 1;
    margin: 0;
}
.journey__navigation .journey__pagination .swiper-pagination-bullet-active {
    background-color: var(--dark-blue);
}

/* discover */

.discover {
    margin-bottom: 112px;
}

.discover .discover__title {
    padding-top: 32px;
    border-top: 1px solid var(--logo-blue);
    color: var(--logo-blue);
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: 112%;
    margin-bottom: 80px;
}
.discover .discover__image {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 64px;
}
.discover .discover__image img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.discover .feature.feature--purple {
    background: var(--color-violett);
}
.discover .feature.feature--blue {
    background-color: var(--logo-blue);
}
.discover .feature.feature--pink {
    background-color: var(--color-dusty-pink);
}
.discover .feature .feature__header {
    cursor: pointer;
    padding: 48px 0 40px 0;
    transition: 0.3s all ease;
}
.feature .feature__header .feature__title {
    color: var(--color-white);
    font-family: var(--bold-font-family);
    font-size: var(--text-sizes-heading-2);
    font-style: normal;
    font-weight: 400;
    line-height: 112%;
    text-transform: uppercase;
}
.feature .feature__content {
    padding: 124px 0 48px 0;
    position: relative;
}
.feature .feature__content .swiper-slide{
    height: auto;
}
.feature .feature__content .swiper-slide .feature__card {
    height: 100%;
}
.feature .feature__content .feature__background {
    position: absolute;
    top: 0;
    right: 30px;
}
.feature .feature__description {
    margin-bottom: 64px;
}
.feature .feature__description .feature__subtitle {
    color: var(--color-white);
    font-family: var(--bold-font-family);
    font-size: var(--text-sizes-medium);
    font-style: normal;
    font-weight: 400;
    line-height: 141%;
    max-width: 70%;
    position: relative;
    z-index: 1;
}
.feature .feature__card {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: space-between;
}
.feature.feature--blue .feature__card .feature__card-texts {
    background-color: var(--pale-link);
}
.feature.feature--blue
.feature__card
.feature__card-texts
.feature__card-title {
    color: var(--logo-blue);
}
.feature.feature--blue
.feature__card
.feature__card-texts
.feature__card-description {
    color: var(--logo-blue);
}
.feature.feature--pink .feature__card .feature__card-texts {
    background-color: var(--color-burgundy);
}
.feature.feature--pink
.feature__card
.feature__card-texts
.feature__card-title {
    color: var(--pale-link);
}
.feature.feature--pink
.feature__card
.feature__card-texts
.feature__card-description {
    color: var(--pale-link);
}
.feature .feature__card .feature__card-texts {
    padding: 32px 48px 32px 32px;
    flex: 0 0 auto;
    width: 25%;
}
.feature.feature--purple .feature__card .feature__card-texts {
    background-color: var(--color-pink);
}
.feature__card.feature--purple .feature__card-texts .feature__card-title {
    color: var(--color-violett);
}
.feature__card.feature--purple .feature__card-texts .feature__card-description {
    color: var(--color-violett);
}
.feature__card .feature__card-texts .feature__card-title {
    font-family: var(--bold-font-family);
    font-size: var(--text-sizes-heading-6);
    font-style: normal;
    font-weight: 400;
    line-height: 131%;
    margin-bottom: 22px;
}
.feature__card .feature__card-texts .feature__card-description {
    font-family: var(--light-font-family);
    font-size: var(--text-sizes-medium);
    font-style: normal;
    font-weight: 400;
    line-height: 141%;
}
.feature__card .feature__image {
    flex: 0 0 auto;
    width: 75%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.feature__card .feature__image img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 100%;
}

.feature__slider-container {
    position: relative;
}
.feature__navigation .feature__controls {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 64px;
}
.feature__navigation .feature__controls .feature__pagination {
    position: static;
    display: flex;
    align-items: center;
    width: 50%;
    flex: 0 0 auto;
}
.feature__controls .feature__pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    border: 1px solid var(--color-white);
    background-color: transparent;
    opacity: 1;
    margin: 0;
}
.feature.feature--purple .feature__pagination .swiper-pagination-bullet-active {
    background-color: var(--color-pink);
}
.feature.feature--blue .feature__pagination .swiper-pagination-bullet-active {
    background-color: var(--pale-link);
}
.feature.feature--pink .feature__pagination .swiper-pagination-bullet-active {
    background-color: var(--color-burgundy);
}
.feature__navigation .feature__controls .feature__btn {
    width: 83px;
    height: 83px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--color-white);
    background-color: transparent;
    transition: 0.3s all ease;
    color: var(--color-white);
    border-radius: 50%;
    cursor: pointer;
}
.feature.feature--purple .feature__controls .feature__btn:hover {
    background-color: var(--color-pink);
    border-color: var(--color-pink);
    color: var(--color-white);
}
.feature.feature--blue .feature__controls .feature__btn:hover {
    background-color: var(--pale-link);
    border-color: var(--pale-link);
    color: var(--logo-blue);
}
.feature.feature--pink .feature__controls .feature__btn:hover {
    background-color: var(--color-burgundy);
    border-color: var(--color-burgundy);
    color: var(--color-white);
}
.feature__controls .feature__buttons {
    display: flex;
    align-items: center;
    gap: 0 16px;
}
.feature__controls .feature__btn svg {
    transition: 0.3s all ease;
}

.page__section {
    margin-bottom: 112px;
    position: relative;
}
.page__section .page__content {
    position: relative;
    padding-top: 30px;
}
.page__section .page__content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--logo-blue);
    width: 100%;
    right: 0;
    margin: auto;
}
.page__section .page__content {
    margin: 0 auto;
}
.page__section .page__content .page__texts {
    max-width: 1100px;
    margin: 0 auto;
}
.page__section .page__image {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page__section .page__image img {
    width: 100%;
    object-fit: cover;
    object-position: center center;
}
.page__section .page__texts p,
.page__section .page__texts li {
    color: var(--logo-blue);
    font-size: var(--text-sizes-medium);
    font-style: normal;
    font-weight: 400;
    line-height: 141%;
    margin-bottom: 20px;
}
.page__section .page__texts p strong {
    font-family: var(--bold-font-family);
}
.page__section .page__texts h4 {
    color: var(--logo-blue);
    font-family: var(--bold-font-family);
    font-size: var(--text-sizes-heading-4);
    font-style: normal;
    font-weight: 400;
    line-height: 141%;
    margin-bottom: 20px;
}
.page__section .page__texts h2 {
    color: var(--logo-blue);
    font-family: var(--bold-font-family);
    font-size: var(--text-sizes-heading-2);
    font-style: normal;
    font-weight: 400;
    line-height: 141%;
    margin-bottom: 20px;
}
.page__section .page__texts h3 {
    color: var(--logo-blue);
    font-family: var(--bold-font-family);
    font-size: var(--text-sizes-heading-3);
    font-style: normal;
    font-weight: 400;
    line-height: 141%;
}
.page__section .page__texts ul {
    list-style: numeric;
    list-style-position: outside;
    padding-left: 20px;
    margin-bottom: 20px;
}
.leaflet-control-attribution a {
    display: none;
}

/* Таблицы */
.currency-table {
    width: 100%;
    background: transparent;
    border: 1px solid var(--color-white);
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.currency-table .country-flag {
    border-radius: 50%;
}
.currency-table tr th {
    color: var(--color-white);
    border-bottom: none;
    border-left: none;
    padding: 12px;
    border: 1px solid var(--color-white);
    text-align: center;
    white-space: nowrap;
}
.currency-table tr th:first-child {
    text-align: left;
}
.currency-table td {
    padding: 12px;
}
.currency-table tbody tr td:first-child {
    text-align: left;
}
.currency-table tbody tr td {
    text-align: center;
    border: 1px solid var(--color-white);
}
.currency-table .currency-info .country-flag {
    width: 24px;
    height: 24px;
    display: inline-block;
    background-size: cover;
}
.currency-table .currency-info {
    display: inline-flex;
    align-items: center;
    gap: 0 10px;
}
.requirements__item .requirements__texts .tabs__table {
    overflow-x: auto;
}
.events-list__item .events-list__tag.mobile {
    display: none;
}

/* MEDIA STYLES */

@media all and (max-width: 1400px) {
    .recaps .recaps__item .recaps__date {
        width: calc(25% - 15px);
    }
    .events-list .events-list__item.action{
        grid-template-columns: 220px 1fr auto;
    }
    .events-list .events-list__item{
        grid-template-columns: 220px 1fr;
    }
    .currency-table tbody tr td {
        white-space: nowrap;
    }
    .recaps__item .recaps__text {
        width: calc(75% - 15px);
    }
    .requirements__image .requirements__caption {
        width: 100%;
    }
    .home__hero .hero__footer {
        bottom: 30px;
    }
    .home__reasons .reasons__title {
        margin-bottom: 60px;
    }
    .requirements__content .requirements__texts.full table tr rd:first-child {
        padding-right: 90px;
    }
    .page__section::before {
        width: calc(100% - 96px);
    }
    .home .home__hero .hero__header .hero__header-top {
        margin-bottom: 50px;
    }
    .home__hero .hero__scroll-text {
        font-size: 20px;
    }
    .home__hero .hero__scroll-mouse {
        width: 28px;
        height: 48px;
    }
    .home__hero .hero__scroll-dot {
        top: 5px;
    }
    .home__hero .hero__scroll {
        gap: 15px 0;
    }
    .home__hero .home__hero-content {
        padding: 30px 0;
    }
    .home__hero .hero__header .hero__header-bottom {
        margin-bottom: 60px;
    }
    .home__hero .hero__title {
        font-size: 90px;
    }
    .home__reasons .reasons__header .reasons__subtitle {
        font-size: 32px;
    }
    .highlights__list .highlights__item {
        width: calc(33.33% - 20px);
    }
    .home__reasons .reasons__list .reason {
        width: calc(33.33% - 36px);
        gap: 48px 0;
    }
    .home__reasons .reason .reason__number {
        top: -18%;
    }
    .events.home .events__subtitle .events__label {
        font-size: 32px;
    }
    .events.home .events__subtitle .events__label {
        margin-bottom: 72px;
    }
    .events .events__title {
        margin-bottom: 72px;
    }
    .events.home .events__slider {
        margin-bottom: 80px;
    }
    .highlights {
        margin-bottom: 150px;
    }
    .highlights__title {
        margin-bottom: 72px;
    }
    .highlights .highlights__list {
        margin-bottom: 56px;
        gap: 0 30px;
    }
    .media .media__item {
        width: calc(33.33% - 20px);
    }
    .journey .journey__intro .journey__title {
        margin-bottom: 40px;
    }
    .journey .journey__intro .journey__subtitle {
        margin-bottom: 40px;
    }
    .journey__navigation .journey__controls .journey__btn {
        width: 80px;
        height: 80px;
    }
    .journey .journey__navigation {
        margin-top: 110px;
    }
    .journey .journey__intro {
        width: calc(30% - 20px);
    }
    .journey .journey__container {
        width: calc(70% - 20px);
    }
    .journey {
        margin-bottom: 64px;
    }
    .discover {
        margin-bottom: 100px;
    }

    .feature .feature__card .feature__card-texts {
        flex: 0 0 auto;
        width: 30%;
    }
    .feature__card .feature__image {
        width: 70%;
    }
    .feature .feature__content {
        padding-top: 100px;
    }
    .feature__navigation .feature__controls .feature__btn {
        width: 80px;
        height: 80px;
    }
    .feature__navigation .feature__controls {
        margin-top: 50px;
    }
    .events .events__slider {
        margin-bottom: 60px;
    }
    .swiper__navigation .swiper__button {
        width: 80px;
        height: 80px;
    }
    .events .event__header .event__date {
        font-size: 20px;
    }
    .events-list .events-list__grid {
        margin-bottom: 60px;
    }
    .events-list__item .events-list__date .events-list__days {
        font-size: 56px;
    }
    .events-list__item .events-list__date .events-list__month {
        font-size: 32px;
        margin-bottom: 4px;
    }
    .media .media__grid {
        margin-bottom: 56px;
        gap: 56px 30px;
    }
    .media .media__title {
        margin-bottom: 40px;
    }
    .recaps .recaps__nav .recaps__nav-btn {
        width: 80px;
        height: 80px;
    }
    .recaps__item .recaps__date .recaps__days {
        font-size: 66px;
    }
    .recaps__item .recaps__date .recaps__month {
        font-size: 32px;
    }
    .article {
        margin-bottom: 100px;
    }
    .press {
        padding: 70px 0;
    }
    .article .article__nav-link {
        width: 80px;
        height: 80px;
    }
    .article .article__image {
        width: calc(60% - 30px);
    }
    .article .article__content {
        width: calc(40% - 30px);
    }
    .requirements__item .requirements__header .requirements__icon {
        right: 32px;
    }
    .requirements .requirements__item .requirements__header {
        padding: 40px 0;
    }
    .requirements__item.active .requirements__content {
        padding: 58px 0;
    }
    .requirements__image .main__image,
    .requirements__image .main__video {
        max-width: 100%;
    }
    .requirements__content .requirements__texts {
        width: calc(70% - 50px);
    }
    .requirements__content .requirements__images {
        width: calc(30% - 50px);
    }
    .footer__top .footer__col .footer__slogan {
        margin-right: 60px;
    }
    .footer__top .footer__col .footer__logo-img {
        height: 200px;
    }
    .container__fluid {
        padding: 0 48px;
    }
    .footer__top .footer__col.footer__col--left {
        flex: 0 0 auto;
        width: calc(60% - 10px);
    }
    .footer__top .footer__col.footer__col--right {
        flex: 0 0 auto;
        width: calc(40% - 10px);
    }
    .footer__top .footer__col .footer__slogan {
        max-width: 300px;
    }
    .requirements__item .requirements__header .requirements__icon img {
        width: 56px;
        height: 56px;
    }
    .requirements__item .requirements__header .requirements__heading {
        font-size: 52px;
    }
    .requirements__item.active .requirements__header .requirements__heading {
        font-size: 44px;
    }
    :root {
        --text-sizes-heading-1: 58px;
        --text-sizes-heading-2: 48px;
        --text-sizes-heading-3: 40px;
        --text-sizes-heading-4: 35px;
        --text-sizes-heading-5: 30px;
    }

    .requirements__content .requirements__texts.full table tr td:first-child {
        padding-right: 80px;
    }

    .container {
        padding: 0 32px;
        max-width: 1120px;
    }
}

@media all and (max-width: 1200px) {
    .home__hero .home__hero-content {
        padding: 40px 0;
    }
    .requirements__content .requirements__texts.full table tr td:first-child {
        padding-right: 60px;
    }
    .home__hero {
        min-height: inherit;
        min-height: inherit;
        height: inherit;
    }
    .home__hero .hero__title,
    .home__hero .menu__link {
        opacity: 1;
        transform: none;
    }
    .events-list__item .events-list__tag {
        margin: 10px 0;
    }
    .events-list .events-list__item.action .events-list__action a {
        margin-left: auto;
        width: fit-content;
    }
    .page__section::before {
        width: calc(100% - 80px);
    }
    .home .home__hero .hero__header .hero__header-top {
        margin-bottom: 60px;
    }
    .home__hero .hero__title {
        font-size: 80px;
        margin-bottom: 40px;
    }
    .home__hero .hero__footer {
        position: static;
    }
    .home__hero .home__hero-content {
        margin-bottom: 40px;
    }
    .highlights__list .highlights__item {
        width: calc(33.33% - 10px);
    }
    .home__reasons .reasons__list {
        padding-top: 240px;
    }
    .home__reasons .reasons__header .reasons__subtitle {
        font-size: 30px;
    }
    .home__reasons .reasons__title {
        margin-bottom: 40px;
    }
    .home__reasons .reasons__list .reason {
        width: calc(33.33% - 20px);
    }
    .events.home .events__subtitle .events__label {
        font-size: 30px;
    }
    .events.home .events__subtitle .events__label {
        margin-bottom: 60px;
    }
    .events.home .events__slider {
        margin-bottom: 60px;
    }
    .events .events__title {
        margin-bottom: 60px;
    }
    .highlights {
        margin-bottom: 120px;
    }
    .highlights__title {
        margin-bottom: 60px;
    }
    .highlights .highlights__list {
        margin-bottom: 48px;
        gap: 0 15px;
    }
    .article .article__image {
        width: calc(60% - 15px);
    }
    .journey .journey__navigation {
        margin-top: 80px;
    }
    .journey .journey__intro {
        width: calc(30% - 10px);
    }
    .journey .journey__container {
        width: calc(70% - 10px);
    }
    .journey__navigation .journey__controls .journey__btn {
        width: 76px;
        height: 76px;
    }
    .journey__navigation .journey__controls .journey__btn svg {
        width: 24px;
    }
    .discover {
        margin-bottom: 80px;
    }
    .feature__navigation .feature__controls {
        margin-top: 40px;
    }

    .feature__navigation .feature__controls .feature__btn {
        width: 76px;
        height: 76px;
    }
    .feature .feature__content {
        padding: 80px 0 40px 0;
    }
    .feature__controls .feature__btn svg {
        width: 24px;
    }
    .feature .feature__content .feature__background img {
        width: 65%;
    }
    .feature .feature__content .feature__background {
        display: flex;
        width: fit-content;
        justify-content: flex-end;
    }
    .events .event__item {
        padding-left: 36px;
        padding-right: 36px;
    }
    .swiper__navigation .swiper__button {
        width: 76px;
        height: 76px;
    }
    .events .event__header {
        margin-bottom: 30px;
    }
    .swiper__navigation .swiper__button svg {
        width: 20px;
        height: 20px;
    }
    .events .events__subtitle .events__label {
        max-width: 80%;
    }

    .events-list .events-list__grid {
        margin-bottom: 40px;
    }
    .events-list__item .events-list__date .events-list__month {
        font-size: 30px;
    }
    .events-list__item .events-list__date .events-list__days {
        font-size: 56px;
        line-height: 121%;
    }
    .events-list .events-list__item {
        padding: 28px 0;
    }
    .media .media__grid {
        gap: 48px 10px;
        margin-bottom: 48px;
    }
    .media .media__item {
        width: calc(33.33% - 10px);
    }
    .recaps__item .recaps__date .recaps__month {
        font-size: 30px;
    }
    .recaps__item .recaps__info {
        margin-bottom: 40px;
    }
    .recaps__item .recaps__date .recaps__days {
        font-size: 62px;
    }
    .recaps .recaps__item .recaps__date {
        width: calc(25% - 10px);
    }
    .recaps__item .recaps__text {
        width: calc(75% - 10px);
    }
    .press .press__content .press__content-texts {
        width: calc(60% - 10px);
    }
    .press {
        padding: 60px 0;
    }
    .article .article__nav-link {
        width: 76px;
        height: 76px;
    }
    .recaps .recaps__nav .recaps__nav-btn {
        width: 72px;
        height: 72px;
    }
    .recaps .recaps__nav .recaps__nav-btn svg {
        width: 24px;
    }
    .article {
        margin-bottom: 90px;
    }
    .article .article__content {
        width: calc(40% - 15px);
    }
    .requirements__item .requirements__header .requirements__heading {
        padding-right: 100px;
    }
    .requirements .requirements__item .requirements__header {
        padding: 36px 0;
    }
    .requirements__item.active .requirements__content {
        padding: 48px 0;
    }
    .requirements__item .requirements__header .requirements__icon img {
        width: 48px;
        height: 48px;
    }
    .requirements__item .requirements__header .requirements__icon {
        right: 28px;
    }
    .requirements__content .requirements__texts {
        width: calc(70% - 20px);
    }
    .requirements__content .requirements__images {
        width: calc(30% - 20px);
    }
    .footer__top .footer__col .footer__logo-img {
        height: 190px;
    }
    .footer__top .footer__col .footer__slogan {
        max-width: 270px;
        margin-right: 40px;
    }
    .footer__col .footer__venue-text br {
        display: none;
    }
    .footer__col.footer__col--right .footer__info {
        margin: 0;
        flex: 0 0 auto;
        width: calc(70% - 10px);
    }
    .footer__col .footer__socials {
        flex: 0 0 auto;
        width: calc(30% - 10px);
    }
    .footer__top .footer__col.footer__col--right {
        justify-content: space-between;
    }
    .footer {
        padding: 70px 0;
    }

    .requirements__item .requirements__header .requirements__heading {
        font-size: 44px;
    }
    .requirements__item.active .requirements__header .requirements__heading {
        font-size: 38px;
    }
    .event__item .event__footer .event__description {
        width: 100%;
    }
    .event__item .event__footer .event__footer-link {
        width: 100%;
    }
    .event__item .event__footer .event__btn {
        margin-left: inherit;
    }
    .event__item .event__footer {
        flex-direction: column;
        gap: 24px 0;
        align-items: flex-start;
    }
    .container {
        padding: 0 28px;
        max-width: 960px;
    }
    .container__fluid {
        padding: 0 40px;
    }
    .events-list__item .events-list__header {
        gap: 15px 0;
    }
    .home__reasons .reasons__list .reason {
        gap: 40px 0;
    }
    :root {
        --text-sizes-heading-1: 54px;
        --text-sizes-heading-2: 44px;
        --text-sizes-heading-3: 38px;
        --text-sizes-heading-4: 32px;
        --text-sizes-heading-5: 28px;
        --text-sizes-heading-6: 24px;
    }
}

@media all and (max-width: 992px) {
    .press {
        padding: 40px 0;
    }
    .events-list__item .events-list__tag {
        margin: 0;
    }
    .events-list .events-list__item.action .events-list__content {
        width: 100%;
    }
    .events-list .events-list__item.action .events-list__action {
        width: 100%;
    }
    .events-list .events-list__item.action .events-list__action a {
        margin-left: inherit;
    }
    .header .header__top .header__hamburger {
        right: 32px;
        top: 32px;
    }
    .home__hero .home__hero-content {
        padding-top: 20px;
    }
    .header .header__content .hero__languages {
        display: none;
    }
    .requirements__content .requirements__texts.full table tr {
        display: flex;
        flex-direction: column;
        gap: 48px 0;
    }
    .header .header__content .header__title {
        width: 100%;
    }
    .requirements__content .requirements__texts.full table tr td {
        width: 100%;
    }
    .requirements__content .requirements__texts.full table tr td:first-child {
        padding-right: 0;
    }
    .requirements__image .requirements__caption {
        width: 100%;
    }
    .home__hero .hero__title {
        opacity: 1;
        transform: translateY(20px);
        transition: opacity 1s ease, transform 1s ease;
    }
    .header__languages {
        display: flex;
    }
    .home .home__hero .hero__nav {
        display: none;
    }
    .home .home__hero .hero__header .hero__header-top {
        justify-content: space-between;
    }

    .home__hero .home__hero-content {
        padding-bottom: 0;
    }

    .home__hero .hero__title {
        font-size: 72px;
        margin-top: 275px;
        margin-bottom: 300px;
    }
    .home .home__hero .hero__header .hero__header-top .header__hamburger {
        display: block;
        position: static;
        top: 0;
    }
    .home .home__hero .hero__header .hero__header-top .menu__link {
        display: none;
    }
    .home__hero .hero__footer {
        display: none;
    }
    .home__hero .hero__header .hero__header-bottom {
        display: none;
    }
    .home__reasons .reason__image img {
        max-height: 600px;
    }
    .home__reasons .reason__number {
        transform: translateY(-60px);
    }

    .home__reasons .reason:nth-child(2) .reason__image img {
        transform: translateY(100%);
        opacity: 1;
        transition-delay: 100ms;
    }

    .home__reasons .reason:nth-child(2) .reason__number {
        transform: translateY(-60px);
        transition: transform 1.2s cubic-bezier(0.22, 0.61, 0.36, 1);
        will-change: transform, opacity;
    }
    .home__reasons .reason:nth-child(2).visible .reason__number {
        transform: translateY(0);
        transition-delay: 300ms;
    }
    .home__reasons .reason:nth-child(2).visible .reason__image img {
        transform: translateY(0);
        opacity: 1;
        transition-delay: 100ms;
    }
    .home__reasons .reasons__list .reason {
        gap: 36px 0;
    }
    .reason .reason__desc {
        max-width: 80%;
        margin: 0 auto;
    }
    .home__reasons .reasons__list .reason:nth-child(even) {
        flex-direction: column;
    }
    .home__reasons .reason:nth-child(even) .reason__number {
        bottom: inherit;
        top: -17%;
    }
    .home__reasons .reason .reason__number {
        top: -17%;
    }
    .home__reasons .reasons__list {
        padding-bottom: 0;
    }
    .home {
        margin-bottom: 112px;
    }
    .home__reasons .reasons__list {
        gap: 190px 0;
    }
    .home__reasons .reasons__header {
        flex-direction: column;
        align-items: flex-start;
    }
    .home__reasons .reasons__header .reasons__subtitle {
        width: 100%;
        margin: 0;
        margin-bottom: 80px;
    }
    .home__reasons .reasons__list .reason {
        width: 100%;
    }
    .events.home .events__subtitle .events__label {
        font-size: 28px;
    }
    .events.home .events__footer {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .events.home .events__footer .events__navigation {
        display: none;
    }
    .events.home .events__subtitle .events__label {
        margin-bottom: 48px;
    }
    .events.home .events__slider {
        margin-bottom: 36px;
    }
    .events.home {
        margin-bottom: 100px;
    }
    .events .events__title {
        margin-bottom: 48px;
    }
    .highlights__list .highlights__item {
        width: calc(50% - 20px);
    }
    .highlights .highlights__list {
        margin-bottom: 40px;
        gap: 48px 0;
        justify-content: space-between;
    }
    .highlights {
        margin-bottom: 100px;
    }
    .highlights__title {
        margin-bottom: 48px;
    }
    .journey .journer__row {
        flex-direction: column;
    }
    .journey .journey__navigation .journey__controls {
        display: none;
    }
    .journey .journey__navigation {
        margin-top: 64px;
    }
    .journey .journey__intro .journey__subtitle {
        max-width: 60%;
    }
    .journey .journey__intro {
        width: 100%;
        margin-bottom: 50px;
    }
    .journey .journey__container {
        width: 100%;
    }
    .discover {
        margin-bottom: 64px;
    }
    .feature .feature__card .feature__card-texts {
        width: 35%;
    }
    .feature__card .feature__image {
        width: 65%;
    }
    .feature .feature__card .feature__card-texts {
        padding: 30px;
    }
    .discover .feature .feature__header {
        padding: 40px 0 30px 0;
    }
    .feature__navigation .feature__controls {
        margin-top: 32px;
    }
    .feature__controls .feature__buttons {
        display: none;
    }
    .feature .feature__content {
        padding: 60px 0 64px 0;
    }

    .feature .feature__content .feature__background {
        display: none;
    }
    .feature .feature__description .feature__subtitle {
        max-width: 100%;
    }
    .feature .feature__description .feature__subtitle br {
        display: none;
    }
    .events .events__subtitle .events__label {
        max-width: 100%;
    }
    .events .event__header .event__date {
        font-size: 18px;
    }
    .events .event__item {
        padding-left: 30px;
        padding-right: 30px;
    }
    .event__item .event__footer {
        flex-direction: column;
        gap: 24px 0;
        align-items: flex-start;
    }
    .event__item .event__footer .event__description {
        width: 100%;
    }
    .events .events__footer {
        display: none;
    }
    .events {
        margin-bottom: 60px;
    }
    .events .events__slider {
        margin: 0;
    }
    .events-list__item .events-list__header .events-list__tag {
        display: none;
    }
    .events-list__item .events-list__place {
        margin: 0;
    }
    .events-list__item .events-list__place {
        display: inline-block;
        margin-right: 16px;
    }
    .events-list__item .events-list__header .events-list__title {
        margin-bottom: 16px;
    }
    .events-list__item .events-list__tags {
        margin-bottom: 28px;
    }
    .events-list__item .events-list__date {
        width: 100%;
        margin-bottom: 32px;
    }
    .events-list__item .events-list__tag.mobile {
        display: inline-block;
    }
    .events-list .events-list__item .events-list__content {
        width: 100%;
        margin-bottom: 0;
    }
    .events-list .events-list__item .events-list__action {
        margin-top: 32px;
    }
    .events-list .events-list__item,
    .events-list .events-list__item.action {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .events-list__item .events-list__date{
        padding: 0;
    }
    .events-list .events-list__item {
        padding-top: 24px;
        padding-bottom: 72px;
    }
    .events-list .events-list__item:last-child {
        padding-bottom: 0;
    }
    .events-list__item .events-list__date .events-list__month {
        font-size: 28px;
    }
    .media .media__item {
        width: calc(50% - 20px);
    }
    .media .media__item .media__name {
        margin-bottom: 11px;
    }
    .media .media__grid {
        margin-bottom: 40px;
    }
    .media .media__item .media__meta {
        margin-bottom: 11px;
    }
    .recaps__item .recaps__date .recaps__days {
        font-size: 58px;
    }
    .recaps__item .recaps__date .recaps__month {
        font-size: 28px;
    }
    .recaps .recaps__nav {
        display: none;
    }
    .recaps__item .recaps__info {
        max-width: 100%;
        margin-bottom: 32px;
    }
    .press .press__content {
        flex-direction: column;
        gap: 64px 0;
        align-items: flex-start;
    }
    .press .press__content .press__content-texts {
        width: 100%;
    }
    .article .article__body {
        gap: 32px 0;
        flex-direction: column;
    }
    .article .article__nav-link {
        width: 72px;
        height: 72px;
    }
    .article .article__nav-link svg {
        width: 24px;
    }
    .article {
        margin-bottom: 80px;
    }
    .article .article__image,
    .article .article__content {
        width: 100%;
    }
    .requirements__item .requirements__header .requirements__heading {
        font-size: 36px;
    }
    .requirements__item.active .requirements__header .requirements__heading {
        font-size: 32px;
    }
    .requirements__content
    .requirements__content-row.double
    .requirements__texts {
        width: 100%;
    }
    .requirements__item .requirements__header .requirements__icon img {
        width: 40px;
        height: 40px;
    }
    .requirements__item .requirements__header .requirements__icon {
        right: 24px;
    }
    .requirements__content .requirements__content-row.tabs {
        gap: 0;
    }
    .header {
        padding-top: 30px;
    }
    .header .header__top {
        justify-content: space-between;
        align-items: center;
        margin-bottom: 57px;
    }
    .requirements__image {
        margin: auto;
    }
    .requirements__content .requirements__content-row {
        flex-direction: column;
        gap: 64px 0;
    }
    .requirements .requirements__item .requirements__header {
        padding: 32px 0;
    }
    .requirements__item.active .requirements__content {
        padding: 36px 0;
    }
    .requirements__content .requirements__texts,
    .requirements__content .requirements__images {
        width: 100%;
    }
    .footer .footer__top {
        flex-direction: column;
    }
    .footer {
        padding: 60px 0;
    }
    .footer .footer__top .footer__col {
        width: 100%;
    }
    .footer__top .footer__col.footer__col--left {
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 64px;
    }
    .footer__top .footer__col .footer__slogan {
        max-width: 330px;
        margin: 0;
    }
    .footer__top .footer__col .footer__logo-img {
        height: 182px;
    }
    .header .header__top .header__back,
    .header .header__top .header__menu {
        display: none;
    }
    .header .header__top .header__hamburger {
        display: block;
    }
    .requirements__content .requirements__texts h5 {
        line-height: 120%;
    }

    .requirements__item .requirements__header .requirements__heading {
        font-size: 36px;
    }

    .container {
        padding: 0 24px;
        max-width: 720px;
    }

    .container__fluid {
        padding: 0 32px;
    }
    :root {
        --text-sizes-heading-1: 50px;
        --text-sizes-heading-2: 40px;
        --text-sizes-heading-3: 36px;
        --text-sizes-heading-4: 30px;
        --text-sizes-heading-5: 26px;
        --text-sizes-heading-6: 24px;
    }
}

@media all and (max-width: 768px) {
    .requirements .requirements__item .requirements__header {
        padding: 28px 0;
    }
    .events-list__item .events-list__header {
        gap: 0;
    }
    .header .header__top .header__hamburger {
        right: 24px;
    }
    .page__section .page__image {
        margin-bottom: 20px;
    }
    .reason .reason__desc {
        max-width: 100%;
    }
    .home__reasons .reason__image img {
        transform: translateY(120%);
    }
    .home__hero .hero__title {
        font-size: 72px;
        margin-top: 275px;
        margin-bottom: 220px;
    }
    .home__hero .hero__title {
        font-size: 60px;
    }
    .home__reasons .reason__image img {
        max-height: 100%;
    }
    .events.home .events__subtitle .events__label {
        font-size: 24px;
    }
    .highlights .highlights__list {
        margin-bottom: 36px;
    }
    .highlights__list .highlights__item {
        width: calc(50% - 10px);
    }
    .highlights {
        margin-bottom: 80px;
    }
    .journey .journey__intro .journey__subtitle {
        max-width: 80%;
    }

    .feature .feature__content {
        padding: 20px 0 64px 0;
    }
    .discover .feature .feature__header {
        padding-bottom: 30px;
    }
    .feature .feature__card {
        flex-direction: column;
    }
    .feature .feature__card .feature__card-texts {
        width: 100%;
        flex: 1;
    }
    .feature__card .feature__image {
        width: 100%;
    }
    .feature .feature__card .feature__card-texts {
        padding: 32px 48px 80px 32px;
    }
    .events .event__header .event__date {
        font-size: 16px;
    }
    .events .event__item {
        padding-left: 24px;
        padding-right: 24px;
    }
    .events {
        margin-bottom: 80px;
    }
    .events .event__tags {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px 0;
    }
    .events .event__tags .event__location {
        color: var(--Color-White, #fff);
        font-size: var(--text-sizes-small);
        font-style: normal;
        font-weight: 400;
        line-height: 141%;
    }
    .media .media__grid {
        margin-bottom: 36px;
    }
    .media .media__item {
        width: calc(50% - 10px);
    }
    .media {
        margin-bottom: 128px;
    }
    .recaps__item .recaps__date .recaps__month {
        font-size: 26px;
        display: block;
        margin-bottom: 4px;
    }
    .recaps__item .recaps__text .recaps__name {
        margin-bottom: 16px;
        line-height: 120%;
    }
    .recaps__item .recaps__text .recaps__place {
        margin-bottom: 24px;
    }
    .recaps .recaps__pagination {
        justify-content: flex-start;
    }
    .recaps__item .recaps__date .recaps__days {
        font-size: 56px;
    }
    .recaps__item .recaps__info {
        flex-direction: column;
        gap: 32px 0;
    }
    .recaps .recaps__item .recaps__date,
    .recaps__item .recaps__text {
        width: 100%;
    }
    .press {
        padding: 32px 0;
    }
    .article .article__nav-link svg {
        width: 20px;
    }
    .article .article__nav-link {
        width: 62px;
        height: 62px;
    }
    .article {
        margin-bottom: 70px;
    }
    .requirements__item .requirements__header .requirements__heading {
        font-size: 32px;
    }
    .requirements__item.active .requirements__header .requirements__heading {
        font-size: 28px;
    }
    .requirements__item .requirements__header .requirements__heading {
        padding-right: 50px;
    }
    .requirements__item .requirements__header .requirements__icon img {
        width: 32px;
        height: 32px;
    }
    .requirements__item .requirements__header .requirements__icon {
        right: 24px;
    }
    .requirements__item.active .requirements__content {
        padding: 24px 0 64px 0;
    }
    .requirements__item .requirements__header .requirements__heading {
        line-height: 121%;
    }
    .footer__top .footer__col.footer__col--left {
        flex-direction: column-reverse;
    }
    .footer__top .footer__col .footer__logo {
        margin-bottom: 64px;
    }
    .footer__top .footer__col .footer__slogan {
        max-width: 100%;
    }
    .footer__top .footer__col.footer__col--left {
        margin-bottom: 36px;
    }
    .footer__col.footer__col--right .footer__info {
        width: calc(60% - 18px);
    }
    .footer__col .footer__socials {
        width: calc(40% - 18px);
    }
    .footer .footer__bottom {
        flex-direction: column-reverse;
        gap: 24px 0;
    }
    .footer .footer__bottom .footer__nav {
        width: 100%;
    }
    .footer .footer__bottom .footer__copy {
        width: 100%;
        text-align: center;
    }
    .footer .footer__bottom .footer__nav-list {
        justify-content: center;
    }
    .footer {
        padding: 40px 0;
    }
    .container {
        padding: 0 24px;
        max-width: 540px;
    }
    .container__fluid {
        padding: 0 24px;
    }
    :root {
        --text-sizes-heading-1: 48px;
        --text-sizes-heading-2: 36px;
        --text-sizes-heading-3: 34px;
        --text-sizes-heading-4: 28px;
        --text-sizes-heading-5: 24px;
        --text-sizes-heading-6: 22px;
    }
}

@media all and (max-width: 576px) {
    .article {
        margin-bottom: 64px;
    }
    .header .header__top .header__hamburger {
        right: 20px;
    }
    .home__hero .hero__background {
        width: 130%;
        left: -15%;
    }
    .home__hero .hero__title {
        margin-bottom: 275px;
    }
    .events.home .events__subtitle .events__label {
        font-size: 22px;
    }
    .highlights__list .highlights__item {
        width: 100%;
    }

    .event__item .event__image {
        display: none;
    }
    .media .media__item {
        width: 100%;
    }
    .hamburger__menu {
        width: 100%;
        min-width: 100%;
    }
    .requirements__image .main__image {
        width: 100%;
    }
    .requirements .requirements__item .requirements__header {
        padding: 24px 0;
    }
    .requirements__item .requirements__header .requirements__icon {
        right: 24px;
    }
    .requirements__item .requirements__header .requirements__icon img {
        width: 24px;
        height: 24px;
    }
    .requirements__item.active .requirements__content {
        padding: 12px 0 64px 0;
    }
    .requirements__image {
        margin: inherit;
    }
    .requirements__content ul li {
        padding-left: 10px;
    }

    .container {
        padding: 0 20px;
        max-width: 100%;
    }
    .container__fluid {
        padding: 0 20px;
    }
    :root {
        --text-sizes-heading-1: 46px;
        --text-sizes-heading-2: 28px;
        --text-sizes-heading-3: 33px;
        --text-sizes-heading-6: 22px;
    }
}

@media all and (max-width: 480px) {
    .footer .footer__bottom .footer__copy {
        text-align: left;
    }
    .home__hero .hero__background {
        width: 140%;
        left: -20%;
    }
    .footer .footer__bottom .footer__nav-list {
        justify-content: space-between;
        gap: inherit;
    }
}

@media all and (max-width: 390px) {
    .home__hero .hero__title {
        margin-bottom: 200px;
        margin-top: 220px;
    }
}
