@media(max-width: 1300px) {
    .why-block-left {
        width: 40%;
    }

    .why-block-right {
        width: 60%;
    }

    .why-block-triple div img {
        width: 80%;
    }
}

@media(max-width: 1214px) {
    .header-logo {
        padding-right: 10px;
    }

    .header-start {
        gap: 10px;
    }

    .header-logo svg {
        width: 40px;
    }

    .header-nav a {
        font-size: 14px;
    }

    .header-nav {
        gap: 10px;
    }

    .header-social a svg {
        width: 35px;
    }

    .header-button {
        padding: 15px;
        gap: 35px;
    }

    .header-button span {
        font-size: 14px;
    }
}

@media(max-width: 1000px) {
    .main-top {
        flex-direction: column;
        margin-top: 20px;
    }

    .main-top a {
        border: 1px solid rgba(255, 255, 255, 0.3);
        border-radius: 100px;
        padding: 13px;
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 14px;
        line-height: 90%;
        letter-spacing: -0.03em;
        text-decoration: none;
        text-align: center;
        color: #fff;
    }

    .main-base {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto auto;
        justify-items: center;
        align-items: center;
    }

    .main-logo {
        width: 315px;
        grid-column: 1 / 3;
        grid-row: 1;
    }

    .main-left {
        width: 132px;
        grid-column: 1;
        grid-row: 2;
    }

    .main-right {
        width: 149px;
        grid-column: 2;
        grid-row: 2;
    }

    .main-text br {
        display: none;
    }

    .parents-block {
        flex-direction: column;
    }

    .parents-right {
        margin-left: 0px;
    }

    .parents-left-item:nth-child(4), .parents-left-item:nth-child(3) {
        border-bottom: 0px;
    }

    .parents-left-item,
    .parents-right {
        padding: 15px;
    }

    .parents-right {
        border-radius: 20px;
    }

    .forma-block {
        flex-direction: column;
    }

    .forma-block-flex {
        width: 100%;
    }

    .forma-block-img {
        width: 100%;
    }

    .forma-input h5 {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .forma-check h4,
    .forma-check h4 a {
        font-size: 12px;
    }

    .forma-button > span {
        padding: 5px;
        font-size: 10px;

        top: -13px;
        right: 25px;
    }

    .forma-block-img {
        border-radius: 10px;
        height: 150px;
    }

    .forma-block-img span {
        font-size: 12px;
        padding: 15px;
    }

    .owner-light {
        margin-top: 50px;
        margin-bottom: 50px;
        font-size: 26px;
        padding: 25px 0px;
    }

    .agents {
        padding: 25px;
        border-radius: 20px;
    }

    .agents-title {
        font-size: 26px;
    }

    .agents-undertitle {
        font-size: 16px;
        line-height: 100%;
        margin-bottom: 25px;
    }

    .agents-slider {
        padding: 0 46px 38px;
    }

    .agents-picturies__track {
        gap: 15px;
    }

    .agents-picturies__slide {
        flex-basis: calc((100% - 15px) / 2);
        border-radius: 14px;
        padding: 18px;
    }

    .agents-slider__button {
        width: 36px;
        height: 36px;
    }

    .calendar-info {
        gap: 30px;
    }

    .next-block {
        gap: 15px;
        flex-direction: column;
    }

    .calendar {
        width: 100%;
        border-radius: 15px;
        padding: 18px 14px 20px;
    }

    .calendar-head {
        margin-bottom: 16px;
    }

    .calendar-title {
        font-size: 18px;
    }

    .calendar-weekday {
        font-size: 15px;
    }

    .calendar-day {
        width: 38px;
        height: 38px;
        font-size: 15px;
    }

    .calendar-grid {
        row-gap: 8px;
    }

    .next-title {
        font-size: 27px;
        margin-bottom: 15px;
    }

    .next-text {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .next {
        margin-bottom: 26px;
    }

    .calendar-info {
        width: 100%;
        border-radius: 15px;
    }

    .calendar-info {
        padding: 60px 20px;
    }

    .cal-time {
        gap: 6px;
    }

    .cal-left {
        gap: 5px;
    }

    .cal-left p {
        gap: 14px;
    }

    .cal-left h5 {
        font-size: 12px;
    }

    .cal-time h2 {
        font-size: 28px;
    }

    .cal-time h3, .cal-time h4 {
        font-size: 12px;
    }

    .players {
        padding: 26px 0px;
        border-radius: 15px;
    }

    .players-title {
        font-size: 26px;
    }

    .players-text {
        font-size: 14px;
    }

    .players-left {
        height: 80px;
    }

    .players-table-wrap {
        margin-top: 25px;
        padding-bottom: 8px;
    }

    .players-table {
        min-width: 760px;
    }

    .players-table th {
        height: 44px;
        padding: 0 14px;
        font-size: 12px;
    }

    .players-table td {
        height: 72px;
        padding: 0 14px;
        font-size: 12px;
    }

    .players-person {
        gap: 10px;
    }

    .players-person img {
        width: 36px;
        height: 36px;
    }
}

@media(max-width: 862px) {
    .header .header-nav {
        display: none;
    }

    .header .header-social {
        display: none;
    }

    .header .header-button {
        display: none;
    }

    .header .header-burger {
        display: block;
    }

    .header-nav a {
        font-size: 18px;
    }

    .header-social a svg {
        width: 45px;
    }

    .header-social {
        justify-content: end;
    }

    .header-nav {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 20px;
        margin-top: 30px;
    }

    .main-title {
        font-size: 21px;
        margin-bottom: 15px;
    }

    .main-base {
        gap: 9px;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .main-text {
        font-size: 12px;
        margin-bottom: 30px;
    }

    .main-bottom {
        flex-direction: column;
        width: 100%;
        gap: 10px;
    }

    .main-bottom-order,
    .main-bottom-video {
        width: 100%;
        padding: 15px;
    }

    .about {
        padding: 30px 0px;
        border-radius: 20px;
        margin-top: -30px;
    }

    .about-title {
        font-family: var(--third-family);
        font-weight: 700;
        font-size: 25px;
        line-height: 90%;
        letter-spacing: -0.06em;
        text-transform: uppercase;
        text-align: center;
        color: #03203c;

        margin-bottom: 20px;
    }

    .about-title br {
        display: none;
    }

    .about-crack-top {
        width: 100px;
    }

    .parents {
        padding: 50px 0px;
    }

    .parents-title {
        font-size: 25px;
        line-height: 90%;
        letter-spacing: -0.06em;
        text-transform: uppercase;
        text-align: center;
        color: #fff;
        text-align: center;
        margin-bottom: 15px;
    }

    .parents-user {
        margin-bottom: 20px;
    }

    .why {
        padding: 26px 0px;
    }

    .why-title {
        margin-bottom: 20px;
        font-size: 27px;
    }

    .why-block {
        gap: 12px;
        flex-direction: column;
    }

    .why-block-left {
        width: 100%;
        border-radius: 20px;
    }

    .why-block-right {
        width: 100%;
    }

    .why-block-right__text {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .why-block-triple {
        gap: 10px;
        margin-bottom: 20px;
    }

    .why-block-triple div h5 {
        font-size: 26px;
    }

    .why-block-triple div p {
        font-size: 14px;
        line-height: 110%;
    }

    .why-right_img {
        display: none;
    }

    .forma {
        padding: 50px 0px;
    }

    .forma-title {
        font-size: 25px;
        margin-bottom: 14px;
    }

    .forma-text {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .forma-text br {
        display: none;
    }

    .faq {
        padding: 25px 0px;
        border-radius: 20px;
    }

    .faq-title {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .faq-item-start svg {
        width: 30px;
        height: 30px;
        min-width: 30px;
    }

    .faq-item {
        padding: 20px;
        border-radius: 40px;
    }

    .faq-item-start p {
        font-size: 14px;
    }

    .faq-content p {
        font-size: 14px;
        width: 90%;
    }

    .faq-items {
        gap: 9px;
    }

    .faq-left,
    .faq-right {
        height: 100px;
    }

    .footer-inner {
        flex-direction: column;
        gap: 20px;
    }

    .footer {
        padding-top: 50px;
    }

    .footer-text {
        width: 100%;
    }

    .owner-top {
        padding: 30px 15px;
    }

    .owner-top > div h1 {
        font-size: 28px;
    }

    .owner-top > div img {
        height: 30px;
        width: 30px;
    }

    .owner-top p {
        font-size: 16px;
    }

    .owner-bottom {
        margin-top: 25px;
        flex-direction: column;
        gap: 35px;
    }

    .owner-bottom div {
        width: 100%;
    }

    .agents-table {
        margin: 25px 0px;
        flex-direction: column;
    }

    .agents-table-item {
        width: 100%;
        padding: 15px;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .agents-table-item:nth-child(1) {
        border-right: 0;
        border-bottom: 1px #e6e9eb solid;
    }

    .agents-table-item:nth-child(2) {
        border-right: 0;
        border-bottom: 1px #e6e9eb solid;
    }

    .agents-table-item h3 {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .agents-table-list,
    .agents-table-item h5 {
        font-size: 14px;
    }

    .agents-table-list {
        margin-bottom: 10px;
    }

    .agents-be {
        font-size: 12px;
    }

    .program {
        margin-top: 25px;
        padding: 30px 0px;
        border-radius: 21px;
    }

    .program-title {
        font-size: 26px;
    }

    .program-text {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .program-items {
        gap: 15px;
    }

    .program-item {
        flex-direction: column;
        gap: 15px;
        border-radius: 15px;
        padding: 15px;
    }

    .program-right {
        height: 60px;
    }

    .program-item-img {
        border-radius: 15px;
    }

    .program-item-last {
        gap: 5px;
    }

    .program-item-first h4 {
        font-size: 14px;
    }

    .program-item-first svg {
        width: 35px;
        height: 35px;
    }

    .program-item-text {
        font-size: 14px;
    }

    .program-left {
        height: 80px;
    }

    .program-item-img,
    .program-item-last {
        width: 100%;
    }

    .program-item:nth-child(2) .program-item-img {
        order: 1;
    }

    .program-item:nth-child(2) .program-item-last {
        order: 2;
    }

    .rules {
        padding: 25px 0px;
    }

    .rules-title {
        font-size: 25px;
        margin-bottom: 25px;
    }

    .rules .faq-items {
        grid-template-columns: repeat(1, 1fr);
    }

    .twich {
        padding: 30px 0px;
        margin-top: 25px;
        border-radius: 20px;
    }

    .online {
        padding: 15px;
    }

    .online span {
        padding: 9px;
    }

    .twich-title {
        font-size: 26px;
    }

    .twich-under {
        margin-bottom: 26px;
        display: 14px;
    }

    .online {
        height: 250px;
        border-radius: 20px;
    }

    .news {
        padding: 50px 0px;
    }

    .news-title {
        font-size: 26px;
    }

    .news-under {
        margin-bottom: 26px;
        font-size: 14px;
        margin-bottom: 25px;
    }

    .news-buttons button img {
        width: 25px;
        height: 25px;
    }

    .news-buttons {
        right: 10px;
        gap: 5px;
        top: 7px;
    }

    .news-items {
        gap: 13px;
    }

    .news-items__track {
        gap: 13px;
    }

    .news-item {
        flex-basis: 100%;
        gap: 14px;
        padding: 14px;
        border-radius: 14px;

        flex-direction: column;
    }

    .news-items div h3 {
        font-size: 16px;
    }

    .news-items div p {
        font-size: 14px;
    }

    .news-item img {
        width: 100%;
        height: 200px;
        border-radius: 14px;
    }
}

@media(max-width: 580px) {
    .online {
        height: 190px;
    }

    .parents-left {
        display: flex;
        flex-direction: column;
    }

    .parents-left-item {
        border-right: 0px;
        gap: 15px;
    }

    .parents-left-item h4 {
        margin-bottom: 10px;
        font-size: 14px;
    }
    
    .parents-left-item p {
        font-size: 14px;
    }

    .parents-left-item img,
    .parents-right img {
        width: 28px;
        height: 28px;
    }

    .why-left_img {
        height: 200px;
    }

    .agents-slider {
        padding-left: 0;
        padding-right: 0;
    }

    .agents-picturies__slide {
        flex-basis: 100%;
    }
}

.players-tables {
    display: none;
}

.players-tables.checked {
    display: block;
}

@media(max-width: 600px) {
    .players-button__item {
        padding: 9px 12px;
        font-size: 11px;
    }

    .turnirs {
        padding-top: 50px;
    }
}

.turnirs .players-button__item {
    background: #032F4E;
}












