section .title,
.details-title h2,
.prize-block__sum,
.prize-block__title,
.wrapper-link a {
    font-weight: 700;
    text-transform: uppercase
}

.details-title,
.details-title h2,
.prize-block__head,
.prize-block__title,
.slot-information,
.slots-wrapper,
.tournament__terms-prize,
.wrapper-link {
    display: -webkit-box;
    display: -ms-flexbox
}

section * {
    box-sizing: border-box
}

section img {
    max-width: 100%
}

section p {
    margin-top: 0;
    font-size: 24px
}

.Promotion_shortDescription--DWy {
    margin-top: 0;
    margin-bottom: 24px;
}

[data-role="promotion-item-short-description"] {
    margin-top: 0;
    margin-bottom: 24px;
}

section h2,
h3 {
    margin-top: 0;
    padding: 0
}

section {
    -webkit-tap-highlight-color: transparent;
    padding: 48px 0
}

section .wrapper-link a {
    text-decoration: none;
}

section .title {
    background: #ff267e;
    padding: 32px 64px;
    display: inline-block;
    text-align: left;
    margin: 0 0 60px;
    font-size: 40px;
    line-height: 47px
}

.light .title,
.terms-action {
    color: #005
}

.dark .title {
    color: #fff
}

.top-text {
    padding-top: 0
}

.light .prize-block__head,
.light .top-text {
    background: #005;
    color: #fff
}

.dark .prizes,
.dark .terms-action,
.dark .top-text {
    background: #262832;
    color: #fff
}

.container {
    padding: 0 64px
}

section h3 {
    font-size: 28px
}

section li ol,
section li ul {
    margin-top: 20px;
    margin-left: 30px
}

.light .terms-action {
    background: #e3e3e3
}

.terms-action ol,
.terms-action ul {
    margin-left: 20px
}

.light .prize-block__head::after {
    content: url(../img/tournament-arrow-light.svg)
}

.dark .prize-block__head::after {
    content: url(../img/tournament-arrow-dark.svg)
}

section details[open] .prize-block__head::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.dark .prize-block__head {
    background: #fff;
    color: #1f2029
}

.prize-block__head {
    padding: 24px 34px 24px 64px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 2
}

.prize-block__title {
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    margin: 0 0 4px;
    padding: 0
}

.details-title h2,
.prize-block__sum {
    font-style: normal;
    font-size: 40px;
    line-height: 47px
}

.prize-block__sum {
    margin: 0;
    padding: 0
}

.tournament__terms-prize {
    display: flex;
    justify-content: space-between;
}

.light .prizes,
.light .tournament__terms-prize .table {
    background: #005;
    color: #fff
}

.dark .tournament__terms-prize .prizes,
.dark .tournament__terms-prize .table {
    background: #545662
}

.dark .tournament__terms-prize .table,
.light .tournament__terms-prize .table {
    box-shadow: 0 5px 32px 10px rgba(0, 0, 0, .4)
}

.prize-block {
    min-width: 525px;
    max-width: 525px;
    cursor: pointer;
    margin-left: 52px
}

.light .tournament-slots {
    background: #f6f6f6
}

.dark .tournament-slots {
    background: #2c2e3a
}

.slots-wrapper {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 20px;
    opacity: 0
}

.slot-box:hover .slot-information {
    opacity: 1
}

section .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 .general-rules,
.light .table td {
    background: #f6f6f6;
    color: #005
}

.dark .general-rules,
.dark .table td {
    background: #2c2e3a;
    color: #e5e5e5
}

.table {
    font-size: 24px;
    max-width: 650px;
    width: 100%;
    text-align: center;
    border-spacing: 8px;
    margin: 0 auto
}

section.prizes .table + p {
    margin-top: 24px;
}


.prizes .table:first-of-type {
    margin-bottom: 24px
}

.prizes .table:last-of-type,
.rules-list li:last-child {
    margin-bottom: 0
}

.table thead tr th::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #ff267e;
    display: block;
    right: -15px;
    top: 0;
    z-index: -1
}

.table thead tr th:last-child::after {
    display: none;
}

.table td {
    border-radius: 4px;
    padding: 17px 6px
}

.table thead th {
    background: #ff267e;
    border-radius: 0;
    color: #e5e5e5;
    z-index: 2;
    position: relative;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px
}

.table tr th:first-child {
    width: 130px;
    padding: 18px 5px
}

.rules-list li .table {
    margin: initial
}

.rules-list a {
    text-decoration: underline;
}

.rules-list li .table thead tr:first-child th::after {
    right: 0
}

.light .general-rules .table td {
    background: #fff;
    border: 1px solid #005
}

.dark .general-rules .table td {
    background: #262832
}

.details-rules {
    margin: 0 70px
}

.details-title {
    padding: 36px 48px;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

section summary::-webkit-details-marker {
    display: none
}

.dark .details-title {
    background: #151721
}

.light .details-title {
    background: #ccc
}

.details-title h2 {
    position: relative;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0
}

.details-title h2::after {
    width: 23px;
    height: 13px;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section details[open] h2::after {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -ms-flex-item-align: baseline;
    align-self: baseline
}

.light .details-title h2::after {
    content: url(../img/arrow-light.svg)
}

.dark .details-title h2::after {
    content: url(../img/arrow-dark.svg)
}

.details-text {
    margin-top: 50px;
    margin-left: 48px;
    margin-right: 48px
}

.wrapper-link {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 32px
}

section .wrapper-link a {
    font-size: 16px;
    line-height: 19px;
    display: inline-block;
    padding: 15px 98px;
    background: #05c489;
    border-radius: 2px;
    color: #005
}


section ol li,
section ul li {
    margin-bottom: 20px;
    font-size: 24px
}

.top-text h2,
h3:last-child,
section li:last-child,
section p:last-child {
    margin: 0
}

section ol,
ul {
    list-style-position: inside;
    padding: 0;
    margin: 0 0 20px
}

@media screen and (max-width:1300px) {
    /* .prize-block {
        max-width: 300px;
        min-width: 300px;
        margin-left: 20px
    } */

    .prize-block__head {
        padding: 19px 15px 19px 30px
    }

    .PromotionGamesSection_sectionTitle--P8l,
    .TournamentLeaderboard_sectionTitle--z9z {
        font-size: 40px;
    }

    [data-role="promotion-item-title"] [data-role="promotion-item-title"],
    [data-role="leaderboard-title"] {
        font-size: 40px;
    }

}

@media (max-width:1023px) {
    section {
        padding: 32px 0
    }

    section .title {
        padding: 32px;
        margin-bottom: 32px
    }

    .container {
        padding: 0 32px
    }

    .tournament__terms-prize {
        display: block
    }

    .tournament__terms-prize .text-wrapp {
        margin-bottom: 26px
    }

    .prize-block {
        margin: 0 auto;
        max-width: 526px;
        min-width: 526px
    }

    .prize-block__head {
        padding: 19px 30px
    }
}

@media screen and (max-width:767px) {
    .Promotion_title--mQn {
        margin-bottom: 19px;
    }

    [data-role="promotion-item-title"] {
        margin-bottom: 19px;
    }

    .Promotion_title--mQn span {
        font-size: 20px;
    }

    [data-role="promotion-item-title"] span,
    [data-role="leaderboard-title"] {
        font-size: 20px;
    }

    [data-role="leaderboard-wrapper"] [data-role="promotion-item-title"] {
        margin: 0;
    }

    .Promotion_shortDescription--DWy {
        margin-bottom: 16px;
        font-size: 18px;
    }

    [data-role="promotion-item-short-description"] {
        margin-bottom: 16px;
        font-size: 18px;
    }

    .PromotionGamesSection_sectionTitle--P8l,
    .TournamentLeaderboard_sectionTitle--z9z {
        font-size: 20px;
    }

    [data-role="promotion-games-section-wrapper"] [data-role="promotion-item-title"] [data-role="promotion-item-title"],
    .TournamentLeaderboard_sectionTitle--z9z {
        font-size: 20px;
        margin: 0;
        padding: 0;
    }

    [data-role="promotion-games-section-wrapper"] [data-role="promotion-item-title"],
    .TournamentLeaderboard_sectionTitle--z9z {
        margin: 0;
    }

    .PromotionGamesSection_sectionTitleWrapper--pMx[data-role="promotion-item-title"] {
        margin: 0;
    }

    .PromotionGamesSection_sectionTitleWrapper--pMx,
    .TournamentLeaderboard_sectionTitleWrapper--hou,
    .Promotion_title--mQn {
        padding: 8px 15px;

    }


    [data-role="promotion-item-title"] {
        padding: 8px 15px;
    }

    section .title {
        padding: 8px 15px;
        margin-bottom: 19px;
        font-size: 20px;
        line-height: 21px
    }

    .container {
        padding: 0 15px
    }

    section h3 {
        font-size: 19px
    }

    .prize-block__title,
    .table thead th {
        font-size: 18px;
        line-height: 19px
    }

    .terms-action ol,
    .terms-action ul {
        margin-left: 15px
    }

    .table tr th:first-child {
        width: 130px;
        padding: 14px 5px
    }

    .table td {
        font-size: 18px;
        line-height: 21px
    }

    .details-rules {
        margin: 0
    }

    .details-title {
        padding: 26px 16px
    }

    .details-title h2 {
        font-size: 24px;
        line-height: 28px
    }

    .details-text {
        margin-top: 27px;
        margin-left: 15px;
        margin-right: 15px
    }

    section ol li,
    section p,
    section ul li {
        font-size: 18px
    }

    section li ol {
        margin-top: 20px;
        margin-left: 15px
    }

    section li ul {
        margin-top: 20px;
        margin-left: 15px
    }

    .slots-wrapper {
        padding: 0 5px
    }

    .slot-box {
        width: 168px;
        height: 168px
    }

    .prize-block__sum {
        font-size: 40px;
        line-height: 47px
    }

    .tournament__terms-prize .prizes {
        padding: 0
    }

    .prize-block {
        max-width: initial;
        min-width: initial;
        width: 100%
    }
}