.promocode {
    background: url("../../../images/main/honeycomb-promocode.png") no-repeat center center, -moz-linear-gradient(to bottom, rgb(235,48,87) 0%, rgb(251,178,16) 100%);
    background: url("../../../images/main/honeycomb-promocode.png") no-repeat center center, -ms-linear-gradient(to bottom, rgb(235,48,87) 0%, rgb(251,178,16) 100%);
    background: url("../../../images/main/honeycomb-promocode.png") no-repeat center center, -o-linear-gradient(to bottom, rgb(235,48,87) 0%, rgb(251,178,16) 100%);
    background: url("../../../images/main/honeycomb-promocode.png") no-repeat center center, -webkit-linear-gradient(to bottom, rgb(235,48,87) 0%, rgb(251,178,16) 100%);
    background: url("../../../images/main/honeycomb-promocode.png") no-repeat center center, linear-gradient(to bottom, rgb(235,48,87) 0%, rgb(251,178,16) 100%);
    background-color: #f8a61f;
    width: 292px;
    height: 430px;
    position: relative;
}

.promo-banner {
    display: none;
    background: url("../../../images/main/banners/03-mini.png") no-repeat 0 0;
    background-size: 100% auto;
    height: 65px;
    width: 100%;
    max-width: 480px;
    margin: 6px auto 2px;
}

.promocode__img {
    background: url("../../../images/main/promocode-img.png") no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 58px;
    width: 292px;
    height: 209px;
}

.promocode__form {
    width: 262px;
    position: absolute;
    bottom: 20px;
    left: 15px;
}

.promocode__form-label {
    color: #122739;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.promocode__form-input {
    color: #122739;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    background-color: #fff;
    border: 1px solid #122739;
    display: block;
    height: 38px;
    width: 100%;
    border-radius: 5px;
    padding: 0 10px;
    box-sizing: border-box;
    margin-bottom: 12px;
}

.promocode__form-button {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    background-color: #122739;
    border: 1px solid #fff;
    display: block;
    height: 38px;
    width: 100%;
    border-radius: 5px;
    padding: 0 10px;
    box-sizing: border-box;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}

.participants__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.participants__item {
    color: #fff;
    border-radius: 5px;
    width: 33.3333%;
    box-sizing: border-box;
    padding: 0 15px 30px;
}

.participants__item-front {
    box-sizing: border-box;
    height: 360px;
    width: 100%;
    border-radius: 10px;
}


.participants__item-front {
    background: url("../../../images/main/honeycomb-participants.png") no-repeat center center, -moz-linear-gradient( 0deg, rgb(235,48,87) 0%, rgb(251,178,16) 100%);
    background: url("../../../images/main/honeycomb-participants.png") no-repeat center center, -ms-linear-gradient( 0deg, rgb(235,48,87) 0%, rgb(251,178,16) 100%);
    background: url("../../../images/main/honeycomb-participants.png") no-repeat center center, -o-linear-gradient( 0deg, rgb(235,48,87) 0%, rgb(251,178,16) 100%);
    background: url("../../../images/main/honeycomb-participants.png") no-repeat center center, -webkit-linear-gradient( 0deg, rgb(235,48,87) 0%, rgb(251,178,16) 100%);
    background: url("../../../images/main/honeycomb-participants.png") no-repeat center center, linear-gradient( 0deg, rgb(235,48,87) 0%, rgb(251,178,16) 100%);
    background-color: rgb(235,48,87);
    z-index: 2;
    padding-top: 22px;
}

.participants__item-back {
    box-sizing: border-box;
    display: none;
    height: auto;
    border-radius: 10px;
    padding: 20px 14px 15px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(129, 136, 142);
    background-image: -moz-linear-gradient( 90deg, rgb(16,46,75) 0%, rgb(25,60,91) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(16,46,75) 0%, rgb(25,60,91) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(16,46,75) 0%, rgb(25,60,91) 100%);
    background-image: linear-gradient( 90deg, rgb(16,46,75) 0%, rgb(25,60,91) 100%);
    background-color: #193c5b;
}

.participants__item-game {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 100%;
    width: 255px;
    height: 255px;
    box-sizing: border-box;
    margin: 0 auto 21px;
}

.participants__item-game-button {
    background-color: #122739;
    color: #fff;
    font-size: 13px;
    display: block;
    border: 1px solid #fff;
    border-radius: 5px;
    width: 260px;
    height: 38px;
    line-height: 38px;
    margin: 0 auto;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}

.participants__item-game-button:hover {
    text-decoration: none;
}

.participants__item-description {
    height: 273px;
    box-sizing: border-box;
    padding: 0 7px;
    overflow: hidden;
}

.participants__item-description-title {
    color: #dcbe6e;
    font-weight: bold;
    font-size: 16px;
    line-height: 17px;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.participants__item-description-text {
    font-size: 12px;
    height: 220px;
    overflow: auto;
    overflow-y: scroll;
}

.participants__item-buttons {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.participants__item-button {
    font-size: 13px;
    line-height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 2px;
    width: 260px;
    height: 38px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    margin: 0 7px;
    box-sizing: border-box;
    cursor: pointer;
}

.participants__item-button:hover {
    text-decoration: none;
}

.participants__item-button-show {
    background-color: #ffd100;
    color: #122739;
}

.participants__item-button-close {
    background-color: #ed4551;
    color: #fff;
}

.participants__banner-link {
    display: none;
}

.participants__tables {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.participants__tables-item {
    width: 50%;
    padding: 0 15px 30px;
    box-sizing: border-box;
}

.participants__tables-item3 {
    width: 33.3333333333%;
    padding: 0 15px 30px;
    box-sizing: border-box;

}

.participants__table {
    color: #fff;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(129, 136, 142);
    border-radius: 10px;
    background-image: -moz-linear-gradient( 90deg, rgb(16,46,75) 0%, rgb(25,60,91) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(16,46,75) 0%, rgb(25,60,91) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(16,46,75) 0%, rgb(25,60,91) 100%);
    background-image: linear-gradient( 90deg, rgb(16,46,75) 0%, rgb(25,60,91) 100%);
    background-color: rgb(25,60,91);
    padding: 10px 10px 20px;
    box-sizing: border-box;
}

.participants__table th {
    color: #dfc370;
    padding: .75rem;
    vertical-align: top;
    border-bottom: 1px solid #dfc370;
    text-transform: uppercase;
    text-align: center;
}

.participants__table td {
    padding: .25rem .75rem;
    vertical-align: top;
    border-bottom: 1px solid #dfc370;
    text-align: center;
}

.participants__table tr:last-child td {
    border-bottom: 0;
}

.wow__promo-overlay {
    display: none;
    position: fixed;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background:rgba(0, 0, 0, .5);
}

.wow__promo {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.wow__promo-1 {
    background: url("../../../images/main/wow1.png") no-repeat top left;
    width: 320px;
    height: 209px;
}

.wow__promo-2 {
    background: url("../../../images/main/wow2.png") no-repeat top left;
    width: 321px;
    height: 272px;
}

.wow__promo-close {
    display: block;
    background: url("../../../images/main/wow-close.png") no-repeat top left;
    position: absolute;
    width: 33px;
    height: 33px;
}

.wow__promo-1 .wow__promo-close {
    right: 75px;
    top: 0;
}

.wow__promo-2 .wow__promo-close {
    right: 60px;
    top: 0;
}



@media screen and (max-width: 1024px) {
    .sidebar {
        display: block;
        border-radius: 5px;
        overflow: hidden;
    }
    .promocode {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 90px;
    }
    .promocode__img {
        position: relative;
        top: auto;
        left: auto;
        width: 110px;
        height: 79px;
    }
    .promocode__form {
        position: relative;
        left: auto;
        bottom: 0;
        width: 183px;
    }
    .promocode__form-label {
        display: none;
    }
    .promocode__form-input {
        height: 30px;
    }
    .promocode__form-button {
        height: 30px;
    }
    .promo-banner {
        display: block;
    }
    .participants__item {
        padding: 0;
        width: 100%;
    }
    .participants__item-front {
        display: none;
    }
    .participants__item-back {
        border-radius: 0;
        border: none;
    }
    .participants__item-description {
        height: auto;
    }
    .participants__item-description-text {
        border-bottom: 1px dashed #ffd100;
        padding-bottom: 16px;
        margin-bottom: 22px;
        height: auto;
    }
    .participants__banner-link {
        display: block;
    }
    .participants__item-button-close {
        display: none;
    }
    .participants__item-button {
        width: 100%;
    }
    .participants__tables-item {
        width: 100%;
        padding: 0 0 30px;
    }
    .participants__tables-item3 {
        width: 100%;
        padding: 0 0 30px;
    }
    .participants__table {
        overflow-x: scroll;
    }

    .participants {
        margin-bottom: 50px;
    }
}