* {
    box-sizing: border-box;
}

.general-rules {
    width: 1000px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


img {
    max-width: 100%;
}

.promotion__wrapper-snippet section {
    padding: 47px 0 63px 0;
}

.promotion__wrapper-snippet section:first-child {
    padding: 36px 0 63px 0;
}

.promotion__wrapper-snippet p {
    font-size: 24px;
}

.promotion__wrapper-snippet li {
    font-size: 24px;
}

.promotion__wrapper-snippet h3 {
    font-size: 28px;
}

.top-text {
    background: #000055;
    color: white;
}

.text-wrapp {
    padding: 0 64px;
}

.dark .top-text {
    background: #2C2E3A;
}

.terms-action {
    color: #000055;
}

.light .terms-action {
    background: #E3E3E3;
}

.dark .terms-action {
    background: #262832;
    color: white;
}

.title {
    background: #FF267E;
    padding: 32px 64px;
    display: inline-block;
    text-transform: uppercase;
    text-align: left;
    margin: 0 0 60px 0;
    font-weight: 700;
    font-size: 40px;
    line-height: 47px;
}

.light .title {
    color: #005;
}

.dark .title {
    color: #FFFFFF;
}

.wrapper-link {
    display: flex;
    justify-content: center;
    margin-top: 32px;
}

.wrapper-link a {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    display: inline-block;
    padding: 15px 98px;
    background: #05C489;
    border-radius: 2px;
    color: #000055;
    text-transform: uppercase;
}

.tournament-slots {
    padding: 47px 0 63px 0;
}

.slot-box {
    position: relative;
    overflow: hidden;
    width: 213px;
    height: 213px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.slot-information {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .7);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    opacity: 0;
}

.slot-information {
    opacity: 0;
}

.slot-box:hover .slot-information {
    opacity: 1;
}

.slot-play {
    background-color: #ff267e;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    display: block;
    width: 100%;
    text-align: center;
    padding: 8px 16px;
    text-transform: uppercase;
    border-radius: 2px;
}

.light .tournament-slots {
    background: #F6F6F6;
}

.dark .tournament-slots {
    background: #2C2E3A;
}

.slots-wrapper {
    display: flex;
    justify-content: center;
    padding: 0 15px;
    flex-wrap: wrap;
}

.games_icon {
    margin-right: 5px;
}

.games_img {
    width: 213px;
    height: 213px;
}


.light .prizes {
    background: #000055;
    color: white;
}

.dark .prizes {
    background: #262832;
    color: white;
}

.table-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 24px;
}

.prizes-content {
    padding: 0 15px;
}

.table {
    font-size: 24px;
    max-width: 650px;
    width: 100%;
    text-align: center;
}

.prizes thead .table__col {
    background: #FF267E;
    border-radius: 0;
    color: #E5E5E5;
    z-index: 2;
    position: relative;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
}

.promotion__wrapper-snippet ol,
ul {
    list-style-position: inside;
    padding: 0;
    margin: 0;
}

.promotion__wrapper-snippet li ol {
    margin-top: 20px;
    margin-left: 30px;
}

.promotion__wrapper-snippet li ul {
    margin-top: 20px;
    margin-left: 30px;
}

.promotion__wrapper-snippet ol li:last-child {
    margin: 0;
}

.promotion__wrapper-snippet div p:last-child {
    margin: 0;
}

section p:last-child {
    margin: 0;
}

.promotion__wrapper-snippet ol li {
    margin-bottom: 20px;
}

.promotion__wrapper-snippet ul li {
    margin-bottom: 20px;
}

.promotion__wrapper-snippet ul li:last-child {
    margin-bottom: 0;
}

.table-wrapper thead tr th:first-child::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #FF267E;
    display: block;
    right: -15px;
    top: 0;
    z-index: -1;
}

.table {
    border-spacing: 8px;
}

.light .table__col {
    color: #000055;
    background: #F6F6F6;
}

.dark .table__col {
    color: #E5E5E5;
    background: #2C2E3A;
}

.table__col {
    border-radius: 4px;
    padding: 17px 6px;
}

.table__row .table__col:first-child {
    width: 130px;
    padding: 18px 5px;
}


.light .general-rules {
    background:white;
    color: #000055;
}

.dark .general-rules {
    background: #2C2E3A;
    color: #E5E5E5;
}

.details-title {
    padding: 24px 10px;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    display: block;
    text-align: center;
    background: #cccccc33 !important;
    color: #fff !important;
    font-family: sans-serif;
    width: 34rem;
    margin-left: auto;
    margin-right: auto;
}

.details-title h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 47px;
    text-transform: uppercase;
    
}

summary::-webkit-details-marker {
    display: none;
}

*:active {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent;
}

p,
h2,
h3 {
    margin-top: 0;
}

.details-title h2 {
    padding: 0;
    margin: 0;
}

.dark .details-title {
    background: #151721;
}

.light .details-title {
    background: #CCCCCC;
}

.arrow-icon {
    display: flex;
    align-items: center;
    transform: rotate(180deg);
}


.light .arrow-icon path {
    fill: #000055;
}

.dark .arrow-icon path {
    fill: #E5E5E5;
}

details[open] .arrow-icon {
    transform: rotate(0);
}

.details-text {
    margin-top: 50px;
}

.promotion__wrapper-snippet .rules-list {
    padding: 0 48px;
}

.details-rules {
    margin: 0 70px;
}

@media screen and (max-width: 1024px) {

    .title {
        padding: 32px;
        margin-bottom: 32px;
    }

    .text-wrapp {
        padding: 0 32px;
    }

}

@media screen and (max-width: 767px) {

    .promotion__wrapper-snippet li ol {
        margin-top: 20px;
        margin-left: 15px;
    }

    .promotion__wrapper-snippet li ul {
        margin-top: 20px;
        margin-left: 15px;
    }

    .promotion__wrapper-snippet section {
        padding: 30px 0;
    }

    .promotion__wrapper-snippet section:first-child {
        padding: 30px 0;
    }

    .title {
        padding: 8px 15px;
        margin-bottom: 19px;
        font-size: 19px;
        line-height: 21px;
    }

    .text-wrapp {
        padding: 0 15px;
    }

    .promotion__wrapper-snippet p {
        font-size: 16px;
    }

    .promotion__wrapper-snippet li {
        font-size: 16px;
    }

    .promotion__wrapper-snippet h3 {
        font-size: 17px;
    }

    .top-text__wrapper {
        padding: 0 15px;
    }

    .terms-action {
        padding: 30px 0;
    }

    .tournament-slots {
        padding: 30px 0;
    }

    .slots-wrapper {
        padding: 0 5px;
    }

    .prizes {
        padding: 30px 0 10px 0;
    }

    .prizes thead .table__col {
        font-size: 16px;
        line-height: 19px;
    }

    .table__col {
        font-size: 18px;
        line-height: 21px;
    }

    .table__row .table__col:first-child {
        width: 130px;
        padding: 14px 5px;
    }

    .slot-box {
        width: 168px;
        height: 168px;
    }

    .games_img {
        width: 168px;
        height: 168px;
    }


    .details-title {
        padding: 26px 16px;
    }

    ol li {
        margin-bottom: 10px;
    }

    .details-title h2 {
        font-size: 24px;
        line-height: 28px;
    }

    .details-text {
        margin-top: 27px;
    }

    .promotion__wrapper-snippet .rules-list {
        padding: 0 15px;
    }

    .details-rules {
        margin: 0;
    }
}

.dark .general-rules {
    background: none;
}