/**
 * Style button
 */
.btn-link {
    display: block;
    text-decoration: none;
    border-radius: 3px;
    font-size: 16px;
    line-height: 31px;
    font-weight: bold;
    text-align: center;
    color: #242526;
    padding: 0 15px;
    transition: ease all .3s;
}

.btn-green {
    background: #2F8F41;
    border: 2px solid #2F8F41;
    color: #fff;
}

.btn-green:hover {
    background: #121212;
    border: solid 2px #121212;
    color: #fff;
}

.btn-border {
    border: 2px solid #1E88E5;
}

.btn-border:hover {
    background: #1E88E5;
    color: #fff;
}

.load-more {
    background: #F83030;
    border: 2px solid #F83030;
    border-radius: 5px;
    display: table;
    margin: 30px auto;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;

    padding: 0 15px;
    min-width: 240px;
}

.load-more:hover {
    color: #F83030;
    background: transparent;
}

.items-content {
    margin-top: 8px;
}

.items {
    display: flex;
    flex-direction: row;
}

.items.column-2 {

    flex-wrap: wrap;
    margin: 0 -15px -15px;
}

.column-2 > .turnir {
    flex: 0 1 50%;
    padding: 15px;
}


.turnir__image {
    margin: 0;
    padding: 0;
    position: relative;
    background: #121212;
    min-height: 212px;
}

.turnir__image a,
.turnir__image img {
    height: 212px;
    display: block;
}

.turnir__image img {
    width: 100%;
    min-height: 212px;
    height: inherit;
    display: block;
}

.turnir__image-label {
    background: #F83030;
    border-radius: 3px;
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 16px;

    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;

    color: #fff;
    padding: 0 10px;
    z-index: 1;
}

.turnir__content {
    border: solid #E0E0E0 1px;
    border-top: 0;
    padding: 0 16px 15px;
}

.turnir__name {
    font-size: 18px;
    line-height: 22px;
    color: #242526;
    font-weight: bold;
    padding: 10px 15px 12px;
    margin: 0 -16px;
    background: #FAFAFA;
    border-bottom: solid #E0E0E0 2px;
}

.turnir__name > a {
    text-decoration: none;
    color: #242526;
}

.turnir__name > a:hover {
    color: #f83030;
}

.turnir__desc {
    list-style: none;
    margin: 0;
    padding: 11px 0 15px;
}

.turnir__desc li + li {
    margin-top: 2px;
}

.list-icon li {
    position: relative;
    font-size: 14px;
}

.list-icon li[class*="icon"] {
    padding-left: 22px;
}

.list-icon li svg {
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 2px;
}


.list__btn {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
}

.list__btn > li {
    flex: 1;
}

.list__btn li + li {
    margin-left: 15px;
}


@media (max-width: 767.98px) {
    .items.items-turniry {
        margin-bottom: 30px;
    }

    .items.items-turniry > .turnir {
        flex: 1 0 100%;
    }
}


.bonus__current--promocode {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 13px 15px;
    background: linear-gradient(
            180deg, #F00 0, #FFC530 100%);
    color: #fff;
    position: relative;
    overflow: hidden;
    flex: 0 1 215px;
    text-align: center;
    margin-top: -1px;
}

.bonus__current--promocode:after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.bonus__current .bonus__promo-arrow {
    width: 21px;
    height: 21px;
    transform: rotate(90deg);
    margin: 10px 0;
}

.bonus__current--promocode:before {
    content: '';
    position: absolute;
    background: radial-gradient(ellipse at center, #fafafa 0, #fafafa 45%, transparent 55%);
    background-size: 15px 14px;
    background-position: 0 center;
    width: 100%;
    top: -5px;
    left: 0;
    bottom: inherit;
    background-repeat: repeat-x;
    height: 11px;
    right: 0;
}

.bonus__current--inner {
    font-weight: bold;
    font-size: 18px;
    line-height: 19px;
}

.bonus__promo--promocode {
    background: #FFC530;
    box-shadow: -2px -2px 10px rgb(255 188 17 / 80%), 4px 4px 10px rgb(0 0 0 / 35%);
    border-radius: 3px;
    padding: 6px 5px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 110px;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    color: #000;
    text-align: center;
    cursor: pointer;
    transition: all linear .3s;
    border: 0;

}

.bonus__promo--promocode:before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border: 1px dashed rgba(255, 255, 255, .5);
    border-radius: 5px;
}

.bonus__promo--promocode .copy {
    margin-left: 5px;
}

.bonus__promo--promocode .finger {
    right: -15px;
    top: 10px;
}

.tournament_casino__items {
    display: flex;
    margin: 0 -15px 15px;
}

.tournament_casino__item {
    display: flex;
    align-items: center;
    flex: 1;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    margin: 0 15px;
    text-decoration: none;
    min-width: 220px;
    position: relative;
}

.tournament_casino__item:after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: solid #242526 2px;
    border-right: solid #242526 2px;
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -4px;
    transform: rotate(45deg);
}

.tournament_casino__item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .1);
    width: 58px;
    transition: width ease-in .3s;
}

.tournament_casino__item:hover:before {
    width: 100%;
}

.tournament_casino__logo {
    float: left;
    width: 58px;
    height: 46px;
    padding: 4px;
    margin-right: 10px;
}

.tournament_casino__info {
    display: flex;
    flex-direction: column;
}

.tournament_casino__name {
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    color: #242526;
    display: block;
}

.tournament_casino__count {
    font-size: 16px;
    line-height: 16px;
}

.tournament_casino__header {
    font-weight: bold;
    font-size: 20px;
    line-height: 110%;
    color: #000000;
    margin-bottom: 15px;
}

.tournament_casino__items--brands {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    width: 100%;
    margin: 0 0 40px;
}

.tournament_casino__items--brands .tournament_casino__item {
    margin: 0;
}

.tournament_casino__items--brands .tournament_casino__logo {
    object-fit: contain;
    z-index: 1;
}

@media (max-width: 767px) {

    .tournament_casino__items--brands {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 768px) {

    .tournament_casino__items {
        overflow-x: scroll;
        margin: 0 0 30px;
    }

    .tournament_casino__item {
        margin: 0 5px;
    }

    .tournament_casino__items::-webkit-scrollbar {
        display: none;
    }
}

.turniry-casino--full .items {
    margin: 0;
}

.turnir--full {
    flex: initial !important;
    width: 100%;
    padding: 0 !important;
    border: 1px solid #E0E0E0;
}

.turnir--full:not(:last-child) {
    margin-bottom: 20px;
}

.turnir--full .turnir--inner {
    display: flex;
}

.turnir--full .turnir__aside {
    width: 360px;
}

.turnir--full .turnir__image img {
    object-fit: cover;
}

.turnir--full .turnir__content {
    width: calc(100% - 360px);
    border: 0;
    border-left: 1px solid #E0E0E0;
}

.turnir--full .turnir__name {
    margin: 0;
    border: 0;
}

.turnir--full .turnir__text {
    padding: 15px;
    font-size: 14px;
    line-height: 1.5;
    border-top: 1px solid #E0E0E0;
}

.turnir--full .main-bonus-article .copy-code,
.turnir--full .main-bonus-article .copy-code2 {
    display: inline-flex;
}

@media (max-width: 700px) {

    .turnir--full .turnir--inner {
        flex-direction: column;
    }

    .turnir--full .turnir__aside {
        width: 100%;
    }

    .turnir--full .turnir__content {
        width: 100%;
        border: 0;
    }

    .turnir--full .turnir__desc {
        padding-bottom: 0;
    }
}