.colqq {
    width: 24%;
    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: 4px;
    width: 100%;
    opacity: 1;
}
.navbar {
    background: #22820460;
}
.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(16, 91, 77, 0.1);
}
.xbox__body {
    background-color: rgba(16, 91, 77, 0.3);
}
.xbox__header {
    background-color: rgba(16, 91, 77, 1);
}
.form-control {
    background-color: rgba(89, 36, 36, 0.4);
}
.progress {
    background-color: rgba(48, 217, 155, 1);
}
.progress-bar-danger, .progress-bar-success {
    background-color: #105b4d;
}
.btn-success {
    color: #fff;
    background-color: #105b4d;
    border-color: #105b4d;
    text-shadow: 0 1px 1px rgb(0 0 0 / 30%);
}
.navbar {
    background-color: rgba(16, 91, 77, 1);
}
.xbox__body {
    padding: 10px;
    border-top: 5px solid #592424;
    border-bottom: 5px solid #592424;
}
.form-control {
    border-radius: 2px;
    border: 2px solid #592424;
    color: #105b4d;
}
.modal.in .modal-dialog {
min-width: 30%;
margin: 2em auto 3em auto;
}