.uc-price .js-product:hover .t-store__card__btn {
    background-color: #3392ff !important;
}

.uc-price .js-product .t-store__card__btn {
    transition: background-color 0.2s !important;
}

#rec498658484 {
    filter: grayscale(100%);
    transition: filter 0.2s;
}

#rec498658484:hover {
    filter: grayscale(0%);
}

.uc-copyright {
    opacity: 0.3;
    transition: opacity 0.2s;
}

.uc-copyright:hover {
    opacity: 0.8;
}

a {
    transition: opacity 0.2s !important;
}

a:hover {
    opacity: 0.6;
}

.uc-feed .t-feed__buttons-wrapper {
    margin-top: 30px;
}

@media (max-width: 639px) {
    .callback-form span p {
        font-size: 8px;
    }
}

@media screen and (max-width: 960px) {
    .t-popup__close,
    .t706__close,
    .t825__mobile-top-panel {
        background: none !important;
    }
}