#CalltouchWidgetFrame {
    z-index: 20 !important;
}

.t-card__descr em {
    font-size:30px;
    font-style: normal !important;
}

.t821__logo-wrapper {
    position:relative;
}

.ya-frame {
    display: none;
    position:absolute;
    
}

.t-store__prod-popup__sku {
    display: none;
}

.t-store__prod-popup__close-txt:before {
    content: "← " !important;
}

@media (max-width: 980px){
    .ya-frame {
        display: block;
        left: 0;
        top: -50px;
    }
}

@media (min-width: 981px) and (max-width: 1139px) {
    .t821__rightwrapper {
        transform: scale(0.7);
    }
    
}

@media (min-width: 1140px) and (max-width: 1269px) {
    .t821__rightwrapper {
        transform: scale(0.8);
    }
    
}

@media (min-width: 981px){
    .ya-frame {
        display: block;
        right: -180px;
        top: 2px;
    }
}