.product__price {
    padding: 3px;
    width: 0%;
    opacity: 1;
    background: rgba(0, 0, 0, 0.0);
}
.colqq {
    width: 20%;
    clear: none !important;
}

.product {
    position: relative;
    border-radius: 15px;
    box-shadow: 0 15px 15px rgba(0,0,0,.9);
    margin: 1px;
   background: rgba(0, 0, 0, 0.0);
    cursor: pointer;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
}
.product__name { //Название предметов
    padding: 0px;
    width: 0%;
    opacity: 0;
}
.navbar {
    background: #28282859;
}
.product:hover{ //Анимация иконок
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.product:hover .product__image{
    animation: 1s ease-in-out alternate infinite aqwe backwards
}
.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .btn-success:focus, .btn-success:hover, .open>.dropdown-toggle.btn-success.focus, .open>.dropdown-toggle.btn-success:focus, .open>.dropdown-toggle.btn-success:hover {
color: #fff;
    background-color: #f1cc6a !important;
}
.roulette-item__image{
    animation: 1.5s ease-in-out alternate infinite aqwe backwards
}
.service__image{
    animation: 1s ease-in-out alternate infinite aqwe backwards
}
@keyframes aqwe{0%{transform: rotate(-4deg)}50%{transform: scale(1.05);box-shadow: 0 0px 0px rgba(0, 0, 0, .1), 0 15px 12px rgba(0, 0, 0, .05)} //@include shake(15px, 15px, 1deg, 'shake-slow', 1);
100%{transform: rotate(4deg)}}
.xbox {
    background-color: rgba(0, 0, 0, 0.1);
}
.xbox__body {
    background-color: rgba(0, 0, 0, 0.3);
}
.xbox__header {
    background-color: rgba(0, 0, 0, 0.6);
}
.form-control {
    background-color: rgba(89, 36, 36, 0.4);
}
.progress {
    background-color: rgba(89, 36, 36, 0.4);
}
.navbar {
    background-color: rgba(0, 0, 0, 0.6);
}
.xbox__body {
    padding: 10px;
    border-top: 5px solid #592424;
    border-bottom: 5px solid #592424;
}
.form-control {
    border-radius: 2px;
    border: 2px solid #592424;
    color: #ff0000;
}