.top {
    height: 830px;
    display: flex;
}

#detach-button-host {
    display: none !important;
}

.top-bg-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
}

.top-bg-box::after {
    background: rgba(114, 34, 101, 0.6);
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    z-index: 1;
}

.top-bg-box video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.top .container {
    z-index: 3;
    margin: auto;
    width: 100%;

}

.top-left {
    max-width: 446px;
}

.top-title {
    color: #FFF;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
    font-family: 'Inter';
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: 1.5px;
    /* 100% */
}

.top-title span {
    color: #F44996;
}

.top-subtitle {
    color: #FFF;
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 137.5% */
    letter-spacing: 0.64px;
    margin: 25px 0 50px;
}

.top-btn,
.top-btn:visited {
    border-radius: 10px;
    background: linear-gradient(320deg, #BE205F, #F44996, #BE205F);
    background-size: 300% 300%;
    background-position: 0% 50%;
    transition: background-position 0.5s ease;
    padding: 20px 29px;
    color: #FFF;
    text-align: center;
    font-family: 'Inter';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.top-btn:hover {
    animation: moveGradient 2s linear infinite;
    color: #FFF;
}

@keyframes moveGradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.top-right-bg {
    position: absolute;
    top: 0;
    left: 737px;
    max-width: 1183px;
    z-index: 2;
    object-position: top;
}

.insert {
    z-index: 2;
    padding-bottom: 60px;
    overflow: visible;
}

.insert-bg {
    max-width: 366px;
    object-fit: contain;
    margin: -111px auto 55px;
}

.insert-wrap {
    display: flex;
    align-items: center;
    gap: 83px;
    margin: 0 auto;
    flex-wrap: wrap;
    width: fit-content;
    justify-content: center;
}

.insert-text-box {
    background: linear-gradient(94deg, #BE205F 10.06%, #F44996 91.74%);
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
    width: 168px;
    height: 168px;
    padding: 39px 15px 30px;

    border-radius: 100%;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}

.insert-title {
    color: #FFF;
    text-align: center;
    font-family: "Inter";
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    margin-bottom: 10px;
    width: 100%;
}

.insert-text {
    color: #FFF;
    text-align: center;
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 15px;
    text-align: center;
    width: 100%;
    padding: 0 4px;
    /* 93.75% */
}

.how-game-works {
    padding: 60px 0;
}

.game-works-bg-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    z-index: 1;
}

.game-works-bg-box::before {
    content: '';
    background: linear-gradient(97deg, #4D1B45 25.64%, #9A348A 72.58%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    z-index: 1;
}

.game-works-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    opacity: .05;
}

.game-works-patterns {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.game-works-pattern1,
.game-works-pattern2,
.game-works-pattern3,
.game-works-pattern4,
.game-works-pattern5,
.game-works-pattern6 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    width: fit-content;
    height: fit-content;
    animation: float 6s ease-in-out infinite;
}

.game-works-pattern1 {
    top: 160px;
    left: 127px;
}

.game-works-pattern2 {
    top: 50%;
    left: 230px;
}

.game-works-pattern3 {
    bottom: 120px;
    left: 70px;
    top: auto;
}

.game-works-pattern4 {
    top: 80px;
    right: 140px;
    left: auto;
}

.game-works-pattern5 {
    top: 50%;
    right: 120px;
    left: auto;
}

.game-works-pattern6 {
    top: auto;
    right: 250px;
    bottom: 120px;
    left: auto;
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
    }
}

.how-game-works .container {
    z-index: 3;

}

.game-works-title {
    color: #FFF;
    text-align: center;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
    font-family: 'Inter';
    font-size: 34px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 90px;
}

.game-works-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.works-container {
    width: 100%;
    position: relative;
    max-width: 918px;
    margin: 0 auto;
}

.works-wrap {
    display: flex;
    position: relative;
    width: 100%;
    width: fit-content;
}

.work-box {
    max-width: 436px;
    position: relative;
    width: 100%;
    border-radius: 27px;


    /* толщина рамки */
    background: #fff;
    /* градиент для рамки */

    border-radius: 27px;
}

.work-box::after {
    position: absolute;
    left: -5px;
    right: -5px;
    top: -5px;
    bottom: -5px;
    content: '';
    width: calc(100% + 10px);
    height: calc(100% + 10px);

    /* толщина рамки */
    background: linear-gradient(94deg, #BE205F 10.06%, #F44996 91.74%);
    /* градиент для рамки */
    z-index: 1;

    border-radius: 27px;
}

.work-content {
    position: relative;
    z-index: 2;
    background: #fff;
    border-radius: 27px;
    padding: 41px 27px 34px;
}

.work-content .work-number {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -35px;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(94deg, #BE205F 10.06%, #F44996 91.74%);
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
    border-radius: 100%;
    color: #FFF;
    text-align: center;
    font-family: "Inter";
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.work-text {
    color: #4D1B45;
    text-align: center;
    font-family: 'Inter';
    width: 100%;
    text-align: center;
    display: block;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    /* 131.25% */
}

.work-svg {
    position: absolute;
    left: 449px;
    top: 50%;
    width: fit-content;
    height: fit-content;
}

.work-svg-box {
    border-radius: 10px;
    /* скругление рамки */
    padding: 20px;
    /* внутренний отступ, чтобы контент не налезал на рамку */
    background: transparent;
    /* прозрачный фон */
    z-index: 1;
    position: absolute;
    left: 700px;
    top: calc(50% + 30px);
    width: 2px;
    height: 51%;
    /*background-image: repeating-linear-gradient(360deg, #ffffff, #ffffff 11px, transparent 6px, transparent 18px);*/
    border-radius: 10px;
}

.work-svg-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 2px;
    height: 100%;
    /* толщина верхней линии */
    background: repeating-linear-gradient(900deg,
            #ffffff,
            #ffffff 11px,
            transparent 11px,
            transparent 18px);
    pointer-events: none;
    z-index: 1;

}


.works-wrap:nth-child(even) {
    margin: 0 0 0 auto;
}

.works-wrap:nth-child(even) .work-svg-box {
    right: 659px;
    left: auto;
}

.works-wrap:nth-child(even) .work-svg {
    left: auto;
    right: 449px;
    transform: scaleX(-1);
}

.game-rules {
    padding: 60px 0;
}

.rules-title {
    color: #4D1B45;
    text-align: center;
    font-family: 'Inter';
    font-size: 34px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 48px;
}

.rules-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 40px;
}

.rules-box {
    max-width: 100%;
    display: flex;
    gap: 30px;
    align-items: center;
    margin: 0 auto;
    width: fit-content;
}

.rules-box>svg {
    display: block;
    width: 110px;
    box-sizing: border-box;
}

.rules-text-box {
    border: 4px dashed #BE205F;
    border-radius: 27px;
    width: 100%;
    max-width: 802px;
}

.rules-text {
    position: relative;
    border-radius: 22px;
    margin: 0;
    background: #fff;
    padding: 21px 40px;
    color: #4D1B45;
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    z-index: 1;
    /* 131.25% */
}

.tournament-table {
    padding: 60px 0 102px;
}


.tournament-table-bg-box {
    background: linear-gradient(95deg, #BE205F 9.09%, #E95095 100.15%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    z-index: 1;
}

.tournament-table .container {
    z-index: 2;
}

.tournament-table-title {
    color: #FFF;
    text-align: center;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
    font-family: 'Inter';
    font-size: 34px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 42px;
    letter-spacing: 1px;
}

.table-wrap {
    width: 100%;
    max-width: 100%;
    margin: 0;
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;

}

.table-wrap::-webkit-scrollbar {
    display: none;
}

.table-box {
    width: 100%;
    overflow: hidden;
    border-radius: 17px;
    display: flex;
    background: linear-gradient(75deg, rgba(77, 27, 69, 1) 0%, rgba(154, 52, 138, 1) 100%);
    box-sizing: border-box;
}

.table-left {
    max-width: 240px;
    width: 100%;
}

.table-left-svg {
    position: absolute;
    left: -32px;
    bottom: -30px;
    top: auto;
}

.table-right-svg {
    position: absolute;
    right: -25px;
    top: 50px;
}

.table-left ul {
    flex-wrap: wrap;
}

.table-left li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
    position: relative;
}

.table-left li:nth-child(odd):not(:first-child) {
    background: #FEE8FF;

}

.table-left li:nth-child(even) {
    background: #fff;
}

.table-left li span:first-child {
    color: #4D1B45;
    text-align: center;
    font-family: "Inter";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 50px;


}

.table-left li span:first-child::before {
    width: 1px;
    height: 100%;
    right: auto;
    top: 0;
    left: 40px;
    bottom: 0;
    content: '';
    background: #4d1b4533;
    position: absolute;

}

.table-left li span:last-child {
    color: #4D1B45;
    text-align: center;
    font-family: "Inter";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 100%;
    justify-content: center;
}

.table-left li:first-child span:last-child {
    color: #fff;
}

.table-box table {
    width: 100%;
}

.table-box table tbody {
    background: #fff;
    border-left: 1px solid #dbd1da;
    border-right: 1px solid #dbd1da;

}

table,
td,
th {
    border: none;
    padding: 0;
}

table {
    border-collapse: collapse;
    /* или: separate */
    border-spacing: 0;
    margin: 0;
    table-layout: fixed;
    /* важно для "убирания полос" */
}

.table-box table th {
    height: 40px;
    box-sizing: border-box;
    color: #ffffff;
    text-align: center;
    font-family: "Inter";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    width: 50px;
    line-height: normal;
}

.table-box table td {
    box-sizing: border-box;
    text-align: center;
    color: #4D1B45;
    text-align: center;
    font-family: "Inter";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    height: 40px;
    border-right: 1px solid #4d1b4533;
}

table tr:nth-child(even) {
    background: #FEE8FF;

    /* вторичный цвет */
}

table tr:nth-child(odd) {
    color: #ffffff;

}

.table-right {
    width: 121px;
}

.table-right ul {
    flex-wrap: wrap;
}

.table-right li {
    color: #4D1B45;
    text-align: center;
    font-family: "Inter";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 100%;
    justify-content: center;
    height: 40px;
}

.table-right li:first-child {
    color: #ffffff;

}

.table-right li:nth-child(odd) {
    background: #FEE8FF;
}

.table-right li:first-child {
    background: none;
}

.table-right li span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.table-right li:nth-child(odd):not(:first-child) {
    background: #FEE8FF;

}

.table-right li:nth-child(even) {
    background: #fff;

}

.custom-scrollbar {
    display: none;
    position: absolute;
    top: auto;
    bottom: -42px;
    margin: auto;
    left: 116px;
    right: 0;
    width: 100%;
    max-width: 803px;
    height: 12px;
    border-radius: 6.5px;
    background: #FFF;
    padding: 2px;
}

.custom-thumb {
    position: absolute;
    width: 100%;
    background-color: #4D1B45;
    border-radius: 4px;
    border-radius: 6.5px;
    top: 2px;
    height: 8px;
    cursor: pointer;
    transition: background 0.3s;
}

.custom-thumb:hover {
    background-color: #555;
}

.game-schedule {
    padding: 60px 0;
}

.game-schedule-title {
    color: #4D1B45;
    text-align: center;
    font-family: 'Inter';
    font-size: 34px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 52px;
}

.game-schedule-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 90px;
}

.game-schedule-box {
    border-radius: 30px;
    width: 326px;
    height: 346px;
    overflow: hidden;
}


.contacts {
    padding: 60px 0;
}

.contacts-bg-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    z-index: 1;
}

.contacts-bg-box::before {
    content: '';
    background: linear-gradient(97deg, #4D1B45 25.64%, #9A348A 72.58%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    z-index: 1;
}

.contacts-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    opacity: .05;
}


.contacts-patterns {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.contacts-pattern1,
.contacts-pattern2,
.contacts-pattern3,
.contacts-pattern4 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    width: fit-content;
    height: fit-content;
    animation: float 6s ease-in-out infinite;
}

.contacts-pattern1 {
    top: 90px;
    left: 50px;
}

.contacts-pattern2 {
    left: 190px;
    top: auto;
    bottom: 80px;
}

.contacts-pattern3 {
    top: 95px;
    right: 120px;
    left: auto;
}

.contacts-pattern4 {
    bottom: 116px;
    right: 192px;
    left: auto;
    top: auto;
}

.contacts .container {
    z-index: 3;
}


.contact-title {
    color: #FFF;
    text-align: center;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
    font-family: 'Inter';
    font-size: 34px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 50px;
    letter-spacing: 2px;
}

.contacts-wrap {
    display: flex;
    justify-content: space-between;
}

.contacts-left {
    display: flex;
    width: 50%;
}

.map-box {}

.map-box,
.map-box iframe {
    border-radius: 30px;
    max-width: 327px;
    height: 370px;
    width: 100%;
}


.contacts-info-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-left: 28px;
    width: 100%;
    max-width: 224px;
}

.contacts-info-wrap-mob {
    display: none;
}

.contacts-info-box {
    width: 100%;
}

.contacts-info-box h3 {
    color: #FFF;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
    font-family: Inter;
    font-size: 21px;
    font-style: normal;
    font-weight: 800;
    line-height: 18px;
    /* 85.714% */
    margin-bottom: 33px;
}

.contacts-info-box ul {
    flex-wrap: wrap;
    gap: 20px;
}

.contacts-info-box li {
    gap: 20px;
    width: 100%;
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 125% */
}

.contacts-info-box svg {
    width: 21px;
}

.contacts-info-box li img {
    width: 21px;
    height: 21px;
    object-fit: contain;
}

.contacts-info-box .contacts-social svg {
    width: 28px;
    height: 28px;
    display: block;
}

.contacts-info-box .contacts-social ul {
    gap: 15px;
}

.contacts-info-box a {
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 125% */
    display: flex;
    align-items: center;
    gap: 20px;
}

.contacts-info-box:nth-child(2) ul {
    gap: 13px;
}

.contacts-info-box:nth-child(2) svg {
    width: 28px;
    height: 28px;
}

.contacts-info-box:not(:last-child) {
    margin-bottom: 40px;
}

.form-box {
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.20);
    padding: 49px 52px;
    max-width: 446px;
    width: 100%;
    box-sizing: border-box;
}

.form-title {
    color: #FFF;
    font-family: Inter;
    font-size: 21px;
    font-style: normal;
    font-weight: 800;
    line-height: 18px;
    /* 85.714% */
}

.form-subtitle {
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    /* 87.5% */
    margin: 13px 0 25px;
    display: block;
}

.form-box input {
    border-radius: 5px;
    border: 1px solid rgba(39, 52, 86, 0.26);
    background: #FFF;
    padding: 16px 26px;
    color: rgba(39, 52, 86);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 25px;
    width: 100%;
    box-sizing: border-box;
}

.form-box input::placeholder {
    color: rgba(39, 52, 86, 0.50);
}

.form-box input[type="submit"] {
    border-radius: 10px;
    background: linear-gradient(320deg, #BE205F, #F44996, #BE205F);
    background-size: 300% 300%;
    background-position: 0% 50%;
    transition: background-position 0.5s ease;
    padding: 17px 58px;
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: fit-content;
    margin: 0;
}

.form-box input[type="submit"]:hover {
    animation: moveGradient 2s linear infinite;
    color: #FFF;
}

.contacts-right {
    max-width: 446px;
    width: 100%;
}

.sponsors {
    padding: 60px 0;
}

.sponsors-title {
    color: #4D1B45;
    text-align: center;
    font-family: Inter;
    font-size: 34px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 42px;
}

.sponsors-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
    width: fit-content;
    margin: 0 auto;
    max-width: 100%;
    justify-content: center;
}

@media screen and (max-width: 1700px) {
    .top-right-bg {
        left: 44%;
    }
}

@media screen and (max-width: 1000px) {
    .top {
        height: 726px;
    }

    .top-subtitle {
        display: none;
    }

    .top-right-bg {
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        object-fit: contain;
        width: 350px;
        height: fit-content;
    }

    .top-left {
        margin: 0px auto 30px;
    }

    .top-title {
        width: fit-content;
        margin: 0 auto;
        text-align: center;
    }

    .top-btn {
        margin-top: 325px;
        display: block;
    }

    .contacts-wrap {
        flex-wrap: wrap;
    }

    .contacts-left {
        width: fit-content;
        margin: 0 auto 50px;
    }

    .contacts-right,
    .form-box {
        max-width: 100%;

    }

    .works-wrap {
        max-width: 47%;
    }

    .work-svg,
    .work-svg-box {
        left: auto;
        right: -63%;
        padding: 0;
    }

    .works-wrap:nth-child(even) .work-svg {
        left: -63%;
        right: auto;
    }

    .works-wrap:nth-child(even) .work-svg-box {
        left: -63%;
        right: auto;
    }

    .insert-wrap {
        gap: 40px;
    }

    .insert-title {
        font-size: 40px;
    }

    .insert-text-box {
        width: 120px;
        height: 120px;
        padding: 13px 15px 30px;
    }

    .custom-scrollbar {
        display: block;
        bottom: -60px;
        left: 0;
    }

    .game-schedule-wrap {
        justify-content: center;
        gap: 40px;

    }

    .game-schedule-box {
        width: 250px;
        height: 250px;
    }
}


@media screen and (max-width: 700px) {

    .game-works-patterns,
    .contacts-patterns {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    .top {
        height: 600px;
    }

    .top-right-bg {
        width: 100%;
    }

    .top-title {
        font-size: 26px;
    }

    .top-btn {
        width: fit-content;
        font-size: 17px;
        padding: 17px 23px;
        margin: 240px auto 0;

    }

    .insert-bg {
        max-width: 218px;
        margin: -75px auto 20px;
    }

    .how-game-works {
        padding: 40px 0;
    }

    .game-works-title {
        font-size: 20px;
    }

    .works-wrap {
        max-width: 100%;
    }

    .works-wrap:not(:last-child),
    .works-wrap:nth-child(even):not(:last-child) {
        margin: 0 auto 60px;
    }

    .works-wrap:last-child,
    .works-wrap:nth-child(even):last-child {
        margin: 0 auto 0;
    }

    .work-text {
        font-size: 14px;
    }

    .work-content {
        padding: 25px 20px 20px;
    }

    .work-content .work-number {
        width: 52px;
        height: 52px;
    }

    .game-works-wrap {
        padding: 0 20px;
    }

    .work-svg {
        display: none;
    }

    .work-svg-box {
        right: 0;
        margin: auto;
        left: 0;
    }

    .insert-text-box {
        width: 70px;
        height: 70px;
    }

    .insert-wrap {
        gap: 20px;
    }

    .insert-title {
        font-size: 26px;
        margin-bottom: 0;
    }

    .insert-text {
        font-size: 9px;
        line-height: 9px;

    }

    .insert-text-box {
        padding: 12px 6px 12px;
    }

    .insert {
        padding-bottom: 40px;
    }

    .rules-box>svg {
        display: none;
    }

    .game-rules {
        padding: 40px 0;
    }

    .rules-title {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .rules-text {
        font-size: 14px;
        padding: 20px;
    }

    .rules-wrap {
        gap: 30px;
    }

    .table-left-svg,
    .table-right-svg {
        display: none;
    }

    .tournament-table {
        padding: 40px 0 80px;
    }

    .custom-scrollbar {
        bottom: -40px;
    }

    .tournament-table-title {
        font-size: 20px;
        margin-bottom: 24px;
    }

    .game-schedule {
        padding: 40px 0;
    }

    .game-schedule-title {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .game-schedule-box {
        width: 158px;
        height: 158px;
    }

    .game-schedule-wrap {
        gap: 20px;
    }

    .sponsors {
        padding: 40px 0;
    }

    .sponsors-title {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .sponsors-wrap {
        gap: 30px;
    }

    .contacts {
        padding: 40px 0;
    }

    .contact-title {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .map-box,
    .map-box iframe {
        height: 160px;
        width: 160px;
    }

    .contacts-info-box li {
        font-size: 14px;
    }

    .contacts-info-box li {
        gap: 15px;
    }

    .contacts-info-box h3 {
        margin-bottom: 16px;
        font-size: 16px;
    }

    .contacts-info-box ul {
        gap: 16px;
    }

    .contacts-info-wrap {
        margin-left: 16px;
        width: 160px;
    }

    .contacts-info-box a {
        font-size: 14px;
    }

    .contacts-info-box:last-child {
        display: none;
    }

    .contacts-info-wrap-mob {
        display: block;
        width: 100%;
        max-width: 100%;
    }

    .contacts-left {
        flex-wrap: wrap;
    }

    .contacts-info-wrap-mob .contacts-info-box:first-child {
        display: none;
    }

    .contacts-info-wrap-mob .contacts-info-box:last-child {
        display: flex;
    }

    .contacts-info-wrap-mob .contacts-info-box:last-child h3 {
        display: none;
    }

    .contacts-info-wrap-mob li {
        max-width: 30%;
    }

    .contacts-left {
        margin-bottom: 30px;
    }

    .contacts-info-box:not(:last-child) {
        margin-bottom: 30px;
    }


    .form-box {
        padding: 30px 40px;
    }

    .form-box input[type="submit"] {
        width: 100%;
    }
    .form-title,.form-subtitle{
        text-align: center;
    }
}