@media (max-width: 1630px) {
    .header .header-register-link {
        font-size: 1rem;
    }

    .header .header-question-link svg {
        width: 24px;
        height: 24px;
    }

    .header .header-question-link {
        font-size: 1rem;
        justify-content: center;
    }

    .header .nav-list-item {
        font-size: 1rem;
    }

    .logo-link svg {
        width: 134px;
        height: 56px;
    }

    .partners-sponsors-section .gradient__right {
        right: -62rem;
        top: 12rem;
    }

    .partners-sponsors-section .gradient__left {
        left: -68rem;
        top: 10rem;
    }

    .FAQ-section .picture__left {
        left: -15rem;
        top: -22rem;
    }

    .FAQ-section .picture__right {
        right: -23rem;
        top: -20rem;
    }
}
@media (max-width: 1420px) {
    .header .header-register-link {
        display: none;
    }

    .header .visible {
        display: block;
    }

    .header {
        width: 100%;
        z-index: 99;
    }

    .burger-menu {
        display: block;
        position: fixed;
        right: 2rem;
        background-color: var(--color-light-green);
        border-radius: 1.125rem;
    }
    .header-nav.show {
        visibility: visible;
        top: 0;
    }

    .nav-list {
        flex-direction: column;
        padding: 0;
        margin-top: 4rem;
        text-align: center;
        row-gap: 0.5rem;
    }

    .nav-list-item {
        font-size: 1.25rem;
        border: none;
    }

    .nav-list-item:hover {
        border: none;
    }

    .nav-list-item:active {
        border: none;
    }

    .mobile-buttons {
        display: none;
        flex-direction: column;
        align-items: stretch;
        justify-content: center;
        gap: 1rem;
        margin: 2rem;
    }

    .mobile-buttons.mobile-btn {
        display: flex;
        justify-content: center;
    }

    .header-nav .mobile-buttons {
        display: flex;
        animation: fadeIn 0.3s ease-in-out;
    }

    .header-question-link {
        margin-right: 4rem;
    }

    .header-nav {
        position: fixed;
        top: -100vh;
        right: 0.25rem;
        z-index: 1000;
        background-color: var(--clolor-dark-purple);
        transition: top 0.5s ease-in-out, visibility 0.5s;
        -webkit-transition: top 0.5s ease-in-out, visibility 0.5s;
        width: 20rem;
        border-radius: 15px;
    }

    .header-question-link.mobile-btn {
        margin-right: 0;
    }

    .header-question-link.footer-question-link {
        margin-right: 0;
    }


    .about-olympic-section .picture__left {
        left: -15rem;
        top: -16rem;
    }

    .about-olympic-section .picture__right {
        right: -9rem;
        top: 44rem;
    }
}
@media (max-width: 1366px) {
    .hero-section .gradient__right {
        right: -14rem;
        top: -20rem;
    }

    .about-olympic-section .gradient__left {
        right: 40rem;
        top: -26rem;
    }

    .about-olympic-section .gradient__right {
        right: -38rem;
        top: 18rem;
    }

    .final-section .gradient__right {
        position: absolute;
        right: -37rem;
        top: -27rem;
        z-index: -1;
        transform: rotate(53deg);
        float: right;
    }

    .final-section .gradient__left {
        position: absolute;
        left: -45rem;
        top: -50rem;
        z-index: -1;
        transform: rotate(53deg);
        float: left;
    }

    .partners-sponsors-section .gradient__right {
        right: -42rem;
        top: 22rem;
        transform: rotate(85deg);
    }

    .partners-sponsors-section .gradient__left {
        left: -41rem;
        top: -48rem;
    }

    .FAQ-section .gradient__right {
        right: -28rem;
        top: 28rem;
    }

    .FAQ-section .gradient__left {
        left: -44rem;
        top: -32rem;
    }

    .FAQ-section .gradient__left-bottom {
        display: block;
        left: -50rem;
        top: 6rem;
    }

    .FAQ-section .picture__left {
        left: -13rem;
        top: -22rem;
    }

    .FAQ-section .picture__right {
        right: -16rem;
        top: -17rem;
    }

    .header .header-register-link {
        display: none;
    }

    .header .visible {
        display: block;
    }

    .burger-menu {
        position: fixed;
        right: 2rem;
        display: block;
        background-color: var(--color-light-green);
        border-radius: 1.125rem;
    }

    .header-nav {
        position: fixed;
        top: -100vh;
        right: 0.25rem;
        z-index: 1000;
        background-color: var(--clolor-dark-purple);
        transition: top 0.5s ease-in-out, visibility 0.5s;
        -webkit-transition: top 0.5s ease-in-out, visibility 0.5s;
        width: 20rem;
        border-radius: 15px;
    }

    .header-nav.show {
        visibility: visible;
        top: 0;
    }

    .nav-list {
        flex-direction: column;
        padding: 0;
        margin-top: 4rem;
        text-align: center;
        row-gap: 0.5rem;
    }

    .nav-list-item {
        font-size: 1.25rem;
        border: none;
    }

    .nav-list-item:hover {
        border: none;
    }

    .nav-list-item:active {
        border: none;
    }

    .mobile-buttons {
        display: none;
        flex-direction: column;
        align-items: stretch;
        justify-content: center;
        gap: 1rem;
        margin: 2rem;
    }

    .mobile-buttons.mobile-btn {
        display: flex;
        justify-content: center;
    }

    .header-nav .mobile-buttons {
        display: flex;
        animation: fadeIn 0.3s ease-in-out;
    }

    .header-question-link {
        margin-right: 4rem;
    }

    .header-question-link.mobile-btn {
        margin-right: 0;
    }

    .header-question-link.footer-question-link {
        margin-right: 0;
    }

    .footer-logo {
        display: none;
    }

    .hero-container {
        padding: 0 0 0 5.1875rem;
    }

    .hero-section__wrapper {
        width: 42rem;
        padding: 4.75rem 0;
        gap: 2rem;
    }

    .hero-section__wrapper::after {
        right: -46rem;
    }

    .hero-title {
        min-width: 40rem;
        font-size: 4.5rem;
        line-height: 4.5rem;
    }

    .section-text {
        line-height: 2.1rem;
    }

    .hero-text {
        font-size: 1.5rem;
        max-width: 38.5rem;
        line-height: 2.5rem;
    }

    .register-link {
        font-size: 1rem;
    }

    .about-olympic-section {
        margin-top: 7.5rem;
    }
    .mt-1 {
        margin-top: 3rem;
    }

    .stages-section {
        margin-top: 12.5rem;
    }

    .stages-wrapper {
        max-width: 100%;
        width: 100%;
    }

    .stages-list {
        width: 100%;
    }

    .stages-list::before {
        display: none;
    }

    .stages-list::after {
        display: none;
    }

    .stages-item {
        grid-template-columns: 18rem 1fr;
        padding-inline: 3rem;
    }

    .stages-date {
        font-size: 1.75rem;
    }

    .stages-action {
        font-size: 1.75rem;
    }

    .card-title {
        font-size: 1.375rem;
        max-width: 11.25rem;
    }

    .partners-card {
        padding: 2rem 1.5rem 0.25rem 1.5rem;
    }

    .partners-card-wrapper {
        min-height: 11rem;
    }

    .about-olympic-grid-wrapper::before {
        display: none;
    }
    .about-olympic-grid-wrapper::after {
        display: none;
    }

    .final-section__wrapper {
        flex-direction: column;
        align-items: center;
        margin-top: 4rem;
    }

    .final-section-img {
        max-width: 100%;
    }

    .final-section__text {
        line-height: 2.8rem;
        text-align: -webkit-center;
    }

    .text-long {
        max-width: 100%;
    }
    .doc-links-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 992px) {
    .hero-section .gradient__right {
        right: -7rem;
        top: -15rem;
    }

    .about-olympic-section .gradient__left {
        left: -30rem;
        top: -26rem;

    }

    .about-olympic-section .picture__left {
        left: -11rem;
        top: -18rem;
    }

    .about-olympic-section .picture__right {
        right: -9rem;
        top: 56rem;
    }

    .about-olympic-section .gradient__right {
        right: -24rem;
        top: 38rem;
    }

    .partners-sponsors-section .gradient__right {
        right: -30rem;
        top: 24rem;
        transform: rotate(85deg);
    }

    .final-section .gradient__right {
        right: -26rem;
        top: -5rem;
    }

    .FAQ-section .gradient__right {
        right: -20rem;
        top: 40rem;
    }

    .FAQ-section .gradient__left {
        display: none;
        left: -44rem;
        top: -32rem;
    }

    .FAQ-section .picture__left {
        left: -9rem;
        top: -11rem;
    }

    .FAQ-section .picture__right {
        right: -11rem;
        top: -11rem;
    }

    .FAQ-section .gradient__left-bottom {
        left: -36rem;
        top: 24rem;
    }

    .container {
        padding-inline: 1rem;
    }

    .hero-container {
        padding: 0 0 0 3.75rem;
    }

    .hero-title {
        min-width: 30rem;
        font-size: 3.75rem;
        line-height: 3.75rem;
    }

    .burger-menu {
        right: 1rem;
    }

    .hero-section__wrapper {
        width: 31rem;
    }

    .hero-section__wrapper::after {
        right: -30rem;
    }

    .title {
        font-size: 3.75rem;
    }

    .stages-item {
        width: 100%;
        grid-template-columns: 13.75rem 1fr;
    }

    .stages-date {
        font-size: 1.25rem;
    }

    .stages-action {
        font-size: 1.25rem;
    }

    .partners-sponsors-section {
        margin-top: 6.25rem;
    }

    .partners-sponsors-wrapper {
        grid-row-gap: 1rem;
    }

    .partners-card {
        padding: 2rem 1rem 0.25rem 1rem;
    }

    .partners-wrapper {
        width: 100%;
        grid-column-gap: 1rem;
    }

    .sponsors-wrapper {
        width: 100%;
    }

    .sponsors-info-wrapper {
        display: flex;
        align-items: center;
        column-gap: 3rem;
        padding: 2.5rem 0;
    }

    .FAQ-section {
        margin-top: 6.5rem;
    }

    .final-section__wrapper {
        width: 100%;
    }

    .accordion-item {
        padding-inline: 2rem;
    }

    .footer {
        margin-top: 6.5rem;
    }

    .footer-nav-contact {

        padding: 0;
    }

    .footer-title {
        padding: 0;
    }

    .footer .nav-list-item {
        padding: 0;
    }

    .contact-info {
        padding: 0;
    }

    .about-docs {
        padding-inline: 0;
    }

    .creator {
        padding-inline: 2rem;
    }

    .doc-links-wrapper {
        grid-template-columns: 1fr;
    }

    .hero-section-btn-wrapper {
        flex-direction: column;
        row-gap: 0.75rem;
    }

}

@media (max-width: 768px) {
    .hero-section .gradient__right {
        right: -14rem;
        top: -6rem;
    }

    .about-olympic-section .gradient__left {
        right: -22rem;
        top: -20rem;
    }

    .about-olympic-section .gradient__right {
        right: -20rem;
        top: 28rem;
    }

    .about-olympic-section .picture__left {
        left: -8rem;
        top: -11rem;
    }

    .about-olympic-section .picture__right {
        right: -8rem;
        top: 41rem;
    }

    .stages-section .gradient__right-bottom {
        display: block;
        position: absolute;
        right: -21rem;
        top: 93rem;
        z-index: -1;
        float: right;
        transform: scale(2.5);
    }

    .partners-sponsors-section .gradient__right {
        right: -24rem;
        top: 46rem;
        transform: rotate(85deg);
    }

    .final-section .gradient__right {
        right: -18rem;
        top: -12rem;
    }

    .FAQ-section .gradient__right {
        right: -22rem;
        top: 32rem;
    }

    .FAQ-section .gradient__left {
        display: none;
        left: -44rem;
        top: -32rem;
    }

    .FAQ-section .gradient__left-bottom {
        left: -28rem;
        top: 16rem;
    }

    .FAQ-section .picture__left {
        left: -5rem;
        top: -7rem;
    }

    .FAQ-section .picture__right {
        right: -8rem;
        top: -7rem;
    }

    .header-lang-logo svg {
        width: 134px;
        height: 40px;
    }

    .title {
        font-size: 3rem;
    }

    .schedule-font-large {
        font-size: 0.75rem;
    }

    .hero-container {
        padding: 0 0 0 2.4375rem;
    }

    .hero-title {
        font-size: 3rem;
        line-height: 3.125rem;
    }

    .hero-section__wrapper {
        width: 25rem;
        gap: 1rem;
    }

    .section-text {
        font-size: 1rem;
        line-height: 1.4rem;
    }

    .hero-text {
        max-width: 20.3em;
    }

    .about-olympic-section {
        margin-top: 1.5rem;
    }

    .about-olympic__text:first-child {
        margin-bottom: 1rem;
    }

    .about-olympic__text-wrapper {
        display: grid;
        margin: 0;
        justify-items: center;
    }

    .about-olympic-grid-wrapper {
        grid-template-columns: repeat(2, minmax(8.5rem,1fr));
    }

    .mt-1 {
        margin-top: 1rem;
    }

    .article-text {
        font-size: 1.5rem;
    }

    .about-olympic__text {
        font-size: 1rem;
        text-align: center;
        max-width: 36rem;
        line-height: normal;
    }

    .stages-section {
        margin-top: 4.5rem;
    }

    .stages-wrapper {
        padding-inline: 1rem;
    }

    .final-section {
        margin-top: 6.25rem;
    }

    .final-section__wrapper {
        margin-top: 2rem;
    }

    .final-section__text {
        max-width: 44rem;
        font-size: 1.25rem;
    }

    .partners-sponsors-wrapper {
        display: flex;
        flex-direction: column-reverse;
    }

    .partners-wrapper {
        grid-template-columns: repeat(2, minmax(8.5rem, 1fr));
        grid-gap: 1rem;
    }

    .partners-card-wrapper {
        min-height: 6.75rem;
    }

    .partners-card {
        padding: 2rem 1rem 3rem 1rem;
    }

    .partners-card:nth-child(1) {
        grid-column: span 2;
    }

    .sponsors-wrapper {
        width: 100%;
    }

    .accordion-text {
        white-space: normal;
    }

    .ui-accordion-content {
        font-size: 1rem;
        padding-inline: 1rem;
    }

    .ui-accordion-header {
        font-size: 1.25rem;
        padding: 1.25rem 2.5rem 1.25rem 1rem;
    }

    .accordion-list .pre-line {
        white-space: normal;
    }

    .footer-nav-wrapper {
        column-gap: 0;
    }

    .footer-list {
        font-size: 1rem;
    }

    .nav-list-item {
        font-size: 1rem;

    }

    .footer-title {
        font-size: 1rem;

    }

    .mt-1 {
        margin-top: 2.5rem;
    }
    .footer-question-link {
        min-width: 13.25rem;
    }

    .creator {
        padding-inline: 1rem;
    }
}
@media (max-width: 600px) {
    .header-lang-wrapper {
        column-gap: normal;
    }

    .footer-list {
        font-size: 0.75rem;
    }

    .nav-list-item {
        font-size: 0.75rem;
    }

    .all-links-wrapper {
        flex-direction: column;
    }

    .creator {
        padding-inline: 0;
        padding-top: 1rem;
    }
}

@media (max-width: 576px) {
    .hero-section .gradient__right {
        right: -6rem;
        top: -3rem;
    }

    .about-olympic-section .gradient__left {
        right: 18rem;
        top: -13rem;
    }

    .about-olympic-section .gradient__right {
        left: -14rem;
        top: -17rem;
    }

    .about-olympic-section .gradient__right-bottom {
        display: block;
        position: absolute;
        right: -15rem;
        top: 14rem;
        z-index: -1;
        float: right;
    }

    .about-olympic-section .gradient__left-bottom {
        display: block;
        position: absolute;
        right: 10rem;
        top: 14rem;
        z-index: -1;
        float: right;
    }

    .about-olympic-section .picture__left {
        left: -7rem;
        top: -8rem;
    }

    .about-olympic-section .picture__right {
        right: -4rem;
        top: -6rem;
        transform: scale(0.7);
    }

    .stages-section .gradient__right-bottom {
        right: -10rem;
        top: 99rem;
    }

    .stages-section .picture__left {
        display: block;
        position: absolute;
        left: -4rem;
        top: -11rem;
        z-index: -1;
        float: left;
    }

    .stages-section .picture__right {
        display: block;
        position: absolute;
        right: -7rem;
        top: -11rem;
        z-index: -1;
        float: right;
    }

    .final-section .gradient__right {
        right: -14rem;
        top: 0;
    }

    .FAQ-section .gradient__right {
        right: -12rem;
        top: 48rem;
    }

    .FAQ-section .gradient__left {
        display: block;
        left: 12rem;
        top: -16rem;
    }

    .FAQ-section .gradient__left-bottom {
        display: none;
        left: -28rem;
        top: 16rem;
    }

    .header{
        background-color: transparent;
        box-shadow: none;
    }

    .header-btn-wrapper .header-question-link{
        display: none
    }

    .header-container{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .header-lang-wrapper {
        justify-content: center;
    }

    .burger-menu {
        width: 40px;
        height: 40px;
        border-radius: 1rem;
    }

    .bar1 {
        width: 20px;
        height: 3px;
        margin: 3px 0;
    }

    .bar2 {
        width: 20px;
        height: 3px;
    }

    .bar3 {
        width: 20px;
        height: 3px;
    }

    .lang-item a {
        font-size: 0.75rem;
    }

    .change .bar1 {
        transform: translate(0, 5px) rotate(-45deg);
    }

    .change .bar2 {
        opacity: 0;
    }

    .change .bar3 {
        transform: translate(0, -9px) rotate(45deg);
    }

    .hero-title {
        min-width: 20rem;
        font-size: 2.5rem;
    }

    .hero-section__wrapper {
        width: 20rem;
        padding: 2rem 0;
    }

    .hero-section__img {
        display: none;
    }

    .hero-section__wrapper::after {
        right: -18rem;
    }

    .hero-container::after {
        content: "";
        position: absolute;
        top: -43px;
        left: 66vw;
        width: 150px;
        height: 150px;
        background-image: url(./../../image/hero-image.png);
        background-repeat: no-repeat;
        background-size: contain;
        transform: rotate(-15deg);
        z-index: -1;
    }

    .section-text {
        font-size: 0.875rem;
        line-height: 1.2rem;
    }

    .title {
        font-size: 2.5rem;
        padding-inline: 1rem;
    }

    .container {
        padding-inline: 1rem;
    }

    .about-olympic-section {
        margin-top: 2rem;
    }

    .about-olympic-grid-wrapper {
        gap: 1rem;
    }

   .article-text {
        font-size: 1rem;
    }

    .article-info {
        padding:1.75rem 0.5rem;
        min-height: 8.1rem;
    }

    .stages-item {
        min-height: 7.25rem;
        grid-template-columns: 1fr;
        padding: 1.75rem 2.25rem;
        grid-column-gap: 1rem;
        justify-items: center;
    }

    .stages-action {
        display: grid;
        justify-items: center;
    }

    .partners-sponsors-section {
        margin-top: 4rem;
    }

    .sponsors-wrapper {
        grid-row-gap: 0.75rem;
    }

    .sponsors-info-wrapper {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        justify-content: space-between;
        align-items: center;
        grid-row-gap: 1rem;
        padding: 0.75rem 0;
    }

    .partners-card {
        padding: 1rem;
        grid-row-gap: 0.75rem;
    }

    .partners-card-wrapper {
        min-height: 7rem;
    }

    .sponsors-wrapper {
        padding: 1rem;
    }

    .sponsor-card:nth-child(3) {
        grid-column: 2;
        grid-row: 2;
    }

    .sponsor-card:nth-child(4) {
        grid-column: 1;
        grid-row: 2;
    }

    .FAQ-section {
        margin-top: 4rem;
        align-items: flex-start;
    }

    .accordion {
        width: 100%;
        margin-top: 4rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .ui-accordion-header {
        font-size: 0.75rem;
    }

    .ui-accordion-header:after {
        background-size: 16px 16px;
        width: 16px;
        height: 16px;
        right: 0;
    }

    .ui-accordion-content {
        font-size: 0.75rem;
        line-height: normal;
    }
    .footer-container{
        justify-content: center;
        flex-direction: column;
    }

    .footer-nav-wrapper {
        justify-content: space-between;
        width: 100%;
        column-gap: 1rem;
    }

    .footer-mobile-logo {
        display: block;
        margin-bottom: 1rem;
    }

    .footer-register-link {
        width: 100%;
        display: none;
    }

    .footer-question-link {
        margin-top: 1rem;
        width: 100%;
    }

    .question-title {
      font-size: 1.25rem;
    }

    .footer-register-wrapper {
        align-items: center;
        margin-top: 2rem;
    }

    .mobile-registration {
        display: block;
        margin-bottom: 2.65rem;
    }

    .footer-user-info-wrapper {
        row-gap: 2rem;
    }

    .creator {
        font-size: 0.75rem;
    }

    .cookies {
        width: 20rem;
        left: 50%;
        transform: translateX(-50%);
    }

    .cookies-title {
        font-size: 1.5rem;
    }

    .cookies-description {
        font-size: 0.75rem;
    }

    .cookies-accept {
        font-size: 0.875rem;
    }
    .about-docs {
        margin-top: 2rem;
        text-align: left;
    }

    .FAQ-section .picture__left {
        display: none;
    }

    .FAQ-section .picture__right {
        display: none;
    }
}

@media (max-width: 480px) {
    .about-olympic-section .gradient__left {
        left: -9rem;
        top: -11rem;
    }

    .about-olympic-section .gradient__right {
        right: -8rem;
        top: -11rem;
    }

    .about-olympic-section .gradient__right-bottom {
        right: -10rem;
        top: 1rem;
    }

    .about-olympic-section .picture__left {
        left: -3rem;
        top: -7rem;
        transform: scale(0.7);
    }

    .about-olympic-section .picture__right {
        right: -3rem;
        top: -5rem;
    }

    .stages-section .gradient__left {
        display: block;
        position: absolute;
        right: 10rem;
        top: 67rem;
        z-index: -1;
        float: right;
    }

    .stages-section .gradient__right {
        display: block;
        position: absolute;
        right: -8rem;
        top: 68rem;
        z-index: -1;
        float: right;
    }

    .stages-section .picture__left {
        left: -3rem;
        top: -19rem;
    }

    .stages-section .picture__right {
        right: -5rem;
        top: -19rem;
    }

    .final-section .gradient__right {
        right: -3rem;
        top: 16rem;
    }

    .FAQ-section .gradient__right {
        right: -6rem;
        top: 60rem;
    }

    .FAQ-section .gradient__left {
        display: block;
        left: 6rem;
        top: -14rem;
    }

    .title {
        font-size: 2rem;
        text-align: start;
        padding-inline: 1rem;
    }

    .hero-title {
        font-size: 2rem;
        line-height: 2rem;
        max-width: 15rem;
    }

    .hero-container {
        padding: 0 1rem 0 1rem;
    }

    .hero-section__wrapper {
        width: 100%;
        padding: 2rem 0;
    }

    .register-link {
        font-size: 0.875rem;
        width: 100%;
    }

    .hero-button {
        width: 100%;
        align-self: center;
    }

    .about-olympic__text{
        text-align: start;
    }

    .about-olympic__text:nth-child(2) {
        width: 100%;
    }

    .article-text{
        font-size: 0.875rem;
    }

    .final-section__text {
        text-align: left;
    }

    .stages-date {
        font-size: 1.125rem;
        text-align: center;
    }

    .stages-action {
        font-size: 1.125rem;
        text-align: center;
    }

    .partners-card {
        padding: 0.75rem;
    }

    .partners-card-wrapper {
        min-height: 3.25rem;
    }

    .card-title {
        font-size: 0.875rem;
    }

    .ui-accordion-header {
        font-size: 0.75rem;
        padding: 1.25rem 2rem 1.25rem 0.5rem;
    }

    .hero-section-btn-wrapper {
        width: 100%;
    }
}







