.gamefield-detail-info {
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: 22px;
    padding-left: 35px;
}
.gamefield-detail-info.dressing-room {
    background-image: url("/static/sport/img/dressing-icon.svg");
}
.gamefield-detail-info.parking {
    background-image: url("/static/sport/img/parking-icon.svg");
}
.gamefield-detail-info.shower {
    background-image: url("/static/sport/img/shower-icon.svg");
}
.gamefield-detail-info.tribune {
    background-image: url("/static/sport/img/tribune-icon.svg");
}
.bg-icon-playground {
    background: url("/static/sport/img/playground.svg") 0 50% no-repeat;
    background-size: 20px 20px;
    padding-left: 35px;
}
.booking-hour {
    vertical-align: baseline;
}
.booking-price{
    vertical-align: middle;
}
.gamefield-hour-btn {
    border-color: #b5bfd0; /* #cad3e3; #8690a2; */
    width: 95px;
}
.gamefield-hour-btn:hover{
    border-color: #62adc1!important;
}
.gamefield-detail-price {
    width: 100%;
    /*height: 50px;*/
    /*background: url("/static/sport/img/27951-ai.png") 0 100% no-repeat;*/
    /*background-size: contain;*/
    /*color: #fff;*/

    /*background: rgba(0,0,0,0.1);*/
    /*border-radius: 4px;*/
    text-align: center;
}
.price-btn-price {
    text-transform: lowercase;
}

.price-bill-wrap .bill {
    max-height: 250px;
    overflow-y: scroll;
}
div[data-book-time-bill] {
    font-size: 17px;
    padding: 3px 0;
}

#payment-details .form-outline .form-control {
    color: inherit!important;
}

@media screen and (max-width: 760px) {
    .gamefield-detail-price {
        /*background: rgba(0,0,0,0.8);*/
        /*background: #4f4f4f;*/
        /*background: rgb(215 73 101);*/
        /*color: #fff;*/
    }
}

@media screen and (max-width: 420px) {
    /* почему-то ставил здесь padding ? */
    /*body{*/
    /*    padding-bottom: 10em;*/
    /*}*/
    .price-bill-wrap {
        background: white;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 15px!important;
    }
    .price-bill-wrap .bill {
        max-height: 80%;
    }
    .price-bill-wrap .gamefield-detail-price {
        background: white;
        /*text-align: right;*/
    }
    div[data-book-time-bill] {
        font-size: 18px;
    }
    .gf-sm-preview-btn {
        right: 10%;
        bottom: 35px;
        z-index: 9;
    }
}

.fa-ban::before {
    color: #eb9c9c
}
.fa-circle-check::before {
    color: green;
}