/* ОБЛОЖКА ВИДЕО */

@media (min-width: 960px) {
  .uc-mob-menu, .uc-obl-video-m-appen, .uc-obl, #rec495913387, #rec495913388 {display: none !important;}
}

@media (max-width: 960px) {
  .uc-obl-video-append, {display: none;}
}

.obl-skew {
    transform: skewX(8deg);
}


/* ПЛИТКИ УСЛУГИ */

.podlozhka {
    height:70px;
    width:80%;
    background-color:
    black;bottom:0px;
    position:absolute;
    opacity:0.6;
}

.usluga:hover .podlozhka {
    width: 100% !important;
    background-color: #e83f47 !important;
    border-radius: 0px 0px 10px 10px;
    opacity: 1 !important;
}

.usluga:hover .price {
    opacity: 1 !important;
}

.price {
    height: 40px;
    background-color: #e83f47;
    top: 0px;
    right: 0px;
    position: absolute;
    border-radius: 0px 10px 0px 0px;
    opacity: 0.5;
    width: max-content;
    align-content: center;
    display: flex;
    transition: .5s ease-in-out;
}

.price span {
    padding: 10px;
    color: white;
    font-family: roboto;
    font-size: 18px;
    font-weight: bold;
}

.podlozhka {
    transition: .5s ease-in-out;
    border-radius: 0px 0px 0px 10px;
}

/* ЗАГОЛОВКИ В ОБЛОЖКАХ */
.t712__title {
    padding-bottom: 10px !important;
}