
.room-group__item {
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 100%;
    margin: 0 0 20px 0;
    border-top: 1px solid #e4e4e4;
    padding: 20px 0 0 0;
    position: relative;
}
.room-group__item:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    z-index: 3;
    border-top: 50px solid #0ab3af;
    border-right: 50px solid transparent;
}
.room-group__item:first-child:before {
    border-top: 50px solid #ed1c24;
}
.room-group__img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
    background-color: #0e0e0e;
}
.room-group__item:after {
    content: attr(data-pos);
    position: absolute;
    display: block;
    left: 7px;
    top: 3px;
    width: 0;
    height: 0;
    z-index: 4;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}
.room-group__image {
    width: 75px !important;
    height: 75px !important;
    object-fit: contain;
    object-position: center;
    display: block;
    background-color: #0e0e0e;
    z-index: 2;
}
a.room-group__image {
    margin: -20px 0 0;
}
.room-group__dl.promote:before {
    content: 'Выбор игроков';
    font-weight: bold;
    font-size: 12px;
    color: #32b336;
    text-transform: uppercase;
    margin: 22px 0 0;
}
.room-group__title {
    font-weight: bold;
    padding: 0 0 0 15px;
    flex: none;
    position: relative;
    font-size: 18px;
    font-family: -apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: -41px 0 0;
    align-self: center;
    color: #000 !important;
    text-decoration: none !important; }

.room-group__title:hover {
    color: #ed1c24 !important; }

.room-group__title:before {
    position: absolute;
    left: 15px;
    color: #ed1c24 !important;
    font-weight: 400;
    top: 29px;
    letter-spacing: 0.2em;
    font-size: 14px; }

.room-group__title:after {
    content: attr(data-rating);
    position: absolute;
    left: 95px;
    top: 30px;
    letter-spacing: 0;
    font-weight: bold !important;
    font-family: -apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-size: 15px;
    opacity: 0.8; }



.dl__val {
    font-weight: bold;
    color: #000;
    flex: 0 0 80%;
    position: relative;
    text-align: right;
    margin: 0 0 0 5px;
    line-height: 1.2em; }

.dl__item {
    flex: 0 0 100%;
    font-size: 14px;
    line-height: 1.2em;
    padding: 11px 0 8px;
    border-bottom: 1px dashed #d3d3d3;
    justify-content: space-between;
    display: flex;
    color: #969696; }

.dl__item.border-top {
    margin: 10px 0 0;
    border-top: 1px dashed #d3d3d3; }

.dl__item:last-of-type {
    border: none; }

.dl__item:first-of-type {
    margin: 5px 0 0; }

.dl__item.min-deposit .dl__val,
.dl__item.platforms .dl__val {
    flex: none; }

.dl__platform {
    margin: 0 0 0 3px; }

.room-group__promocode {
    min-width: 90%;
    flex: 1 0 0;
    border: 1px dashed #a7a7a7;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    padding: 0 10px;
    margin: 5px;
    outline: none !important;
    background: transparent !important;
    order: 2;
    height: auto;
    min-height: 42px;
    color: #a7a7a7 !important;
    text-transform: none !important;
    font-weight: normal;
}


.room-group__promocode-val {
    font-weight: bold;
    color: #ef3431;
    font-size: 14px;
    position: relative;
    display: inline-block; }

.room-group__promocode-val:after {
    content: '⎘';
    font-size: 27px;
    font-weight: normal;
    margin: 0 0 0 3px;
    display: inline-block;
    vertical-align: middle; }
.room-group__promocode-val--small:after {
    font-size: 16px !important;
}
.room-group__btns {
    min-width: 100%;
    margin: 0 -5px 0;
    display: flex;
    flex-wrap: wrap;
    flex: 1 0 0; }

.room-group__dl {
    flex: 0 0 100%;
    display: flex;
    flex-wrap: wrap; }

.room-group__btn {
    text-transform: uppercase;
    flex: 1 0 0;
    text-align: center;
    line-height: 40px;
    height: 40px;
    font-weight: bold;
    margin: 5px;
    min-width: 40%;
    text-decoration: none !important; }
.room-group__btn:hover {
    opacity: 0.9;
}
.room-group__btn.orange {
    color: #fff;
    background-color: #ed1c24;
    order: 0;
}

.room-group__btn.black {
    color: #fff;
    background-color: #444;
    order: -1; }

.room-group__btn.bordered {
    border: 1px solid #ccc;
    background-color: transparent;
    color: #000; }

.room-group__btn.bordered:hover {
    color: #ef3431;
    border: 1px solid #ef3431; }

.dl__item:first-of-type:last-of-type {
    border-bottom: 1px dashed #d3d3d3;
    border-top: 1px dashed #d3d3d3;
    margin: 13px 0; }

.dl__item.freerolls .dl__val {
    flex: 0 0 50%; }

.room-group__btn.black:hover {
    background-color: #333; }

.room-group__btn:active {
    box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.3); }

.room-group__promocode:hover {
    border: 1px dashed #ef3431; }

.room-group__cursor {
    position: absolute;
    fill: #000;
    right: -16px;
    width: 22px;
    top: 27px;
    height: 28px;
}
.room-group__btn.green {
    color: #fff;
    background-color: #32b336;
}

@media (min-width: 421px) {
    .room-group__image {
        width: 100px !important;
        height: 100px !important; }

    .room-group__title {
        align-self: flex-start;
        margin: -3px 0 0;
        display: flex; }

    .room-group__title:before {
        position: static;
        order: 1;
        align-self: center;
        margin: 2px 0 0 15px; }

    .room-group__title:after {
        position: static;
        order: 2;
        align-self: center;
        margin-left: 4px;
    }

    .room-group__dl {
        padding: 0 0 0 115px;
        margin: -77px 0 0;
        min-height: 91px;
    }
    .room-group__dl.promote:before {
        margin: 26px 0 0;
    }
    .room-group__dl:not(.promote) {
        margin: -67px 0 0;
    }
}
@media (min-width: 700px) {


    .room-group__btn {
        flex: 1;
        max-width: none;
        min-width: 30%;
    }

    .room-group__promocode {
        order: 5;
        flex: 1;
        min-width: 90%;
    }

}
@media (min-width: 1200px) {
    .room-group__image {
        width: 130px !important;
        height: 130px !important;
    }
    .room-group__dl.promote:before {
        content: none;
    }
    .room-group__promocode {
        min-width: 40%;
    }
    .room-group__btn {
        min-width: 15%;
        max-width: 246px;
    }
    .room-group__item {
        position: relative; }

    .room-group__dl {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        height: 50px;
        flex: 1;
        min-width: 100%;
        margin: -77px 0 0 -10px;
        padding: 11px 0 0 145px; }

    .dl__item,
    .dl__item:first-of-type,
    .dl__item:last-of-type,
    .dl__item:first-of-type:last-of-type {
        flex: 1 0 0;
        min-width: 23%;
        border: none;
        padding: 0 10px;
        border-right: 1px solid #d3d3d3;
        display: block;
        margin: 0;
        max-height: 65px;
        font-size: 12px; }

    .dl__item:last-of-type,
    .dl__item:first-of-type:last-of-type {
        border: none; }

    .dl__val {
        flex: 0 0 100%;
        text-align: left;
        padding: 0;
        margin: 10px 0 0;
        display: block;
        font-size: 14px;
        line-height: 1.2em; }
    .platforms .dl__val {
        font-size: 12px;
    }
    .dl__item.min-deposit .dl__val {
        flex: 0 0 100%; }

    .dl__item.freerolls {
        min-width: 15%;
        max-width: 20%; }

    .dl__item.platforms {
        position: absolute;
        right: 0;
        padding: 0;
        text-align: right;
        top: 18px;
        border: none;
        background: #efefef;
        padding: 5px 10px;
    }
    .dl__item.platforms .dl__val {
        text-align: right;
        display: inline-block;
        margin: 0;
    }
    .dl__item.platforms.promote:before {
        content: 'Выбор игроков';
        font-weight: bold;
        font-size: 12px;
        color: #32b336;
        text-transform: uppercase;
        position: absolute;
        transform: translateX(-100%);
        margin: 0 0 0 -30px;
    }
    .room-group__btn.orange {
        order: -1;
    }
    .room-group__dl:not(.promote) {
        margin: -81px 0 0 -11px;
    }
}

/*# sourceMappingURL=room-group.css.map */
