/* Грейскейл по умолчанию */
.t478__blockimg,
.t982__img,
.t774__bgimg,
.t-feed__post-bgimg,
.t-feed__post-popup__cover-wrapper,
.t-feed__post-popup__relevants-bgimg,
.t959__card,
.t853__imgwrapper,
.uc-cvet .tn-atom,
.uc-cvet .t480__blockimg,
.uc-cvet .t902__bgimg,
.uc-cvet .t1071__bgimg,
.uc-cvet .t485__img,
.uc-cvet .t649__blockimg,
.uc-cvet .t728__bgimg,
.uc-cvet .t843__blockimg,
.uc-cvet .t486__blockimg,
.uc-cvet .t509__blockimg,
.t1186__bgimg-wrap,
.t989__img,
.t-slds__thumbsbullet,
.t603__blockimg,
.t1115__image,
.t908__img,
.t107 .t-img
{
    filter: grayscale(100%);
    transition: filter .35s ease;
}

/* Цвет на hover (десктоп) */
.t478__blockimg:hover,
.t982__img:hover,
.t774__bgimg:hover,
.t-feed__post-bgimg:hover,
.t-feed__post-popup__cover-wrapper:hover,
.t-feed__post-popup__relevants-bgimg:hover,
.t959__card:hover,
.t853__imgwrapper:hover,
.uc-cvet .tn-atom:hover,
.uc-cvet .t902__bgimg:hover,
.uc-cvet .t480__blockimg:hover,
.uc-cvet .t1071__bgimg:hover,
.uc-cvet .t485__img:hover,
.uc-cvet .t649__blockimg:hover,
.uc-cvet .t728__bgimg:hover,
.uc-cvet .t843__blockimg:hover,
.uc-cvet .t486__blockimg:hover,
.uc-cvet .t509__blockimg:hover,
.t1186__bgimg-wrap:hover,
.t989__img:hover,
.t-slds__thumbsbullet:hover,
.t603__blockimg:hover,
.t1115__image:hover,
.t908__img:hover,
.t107 .t-img:hover{
    filter: grayscale(0%);
}

/* Цвет на мобильных (tap/active) */
.t478__blockimg:active,
.t982__img:active,
.t774__bgimg:active,
.t-feed__post-bgimg:active,
.t-feed__post-popup__cover-wrapper:active,
.t-feed__post-popup__relevants-bgimg:active,
.t959__card:active,
.cvet .tn-atom:active,
.t853__imgwrapper:active,
.uc-cvet .tn-atom:active,
.uc-cvet .t480__blockimg:active,
.uc-cvet .t902__bgimg:active,
.uc-cvet .t1071__bgimg:active,
.uc-cvet .t485__img:active,
.uc-cvet .t649__blockimg:active,
.uc-cvet .t728__bgimg:active,
.uc-cvet .t843__blockimg:active,
.uc-cvet .t486__blockimg:active,
.uc-cvet .t509__blockimg:active,
.t1186__bgimg-wrap:active,
.t989__img:active,
.t-slds__thumbsbullet:active,
.t603__blockimg:active,
.t1115__image:active,
.t908__img:active,
.t107 .t-img:active{
    filter: grayscale(0%);
}


.uc-color1 .t983 .t983__card .t983__card-block_hover
{
	transform: translateY(100%) !important;
}

.uc-color1 .t983__card-block_hover .t983__card-hide {
	opacity: 0 !important;
	transition: opacity 0.3s ease !important;
}

.uc-color1 .t983 .t983__card:hover .t983__card-block-wrapper{
	transform: translateY(0px) !important;
}

.uc-color1 .t983 .t983__card:hover .t983__card-block_hover,
.uc-color1 .t983 .t-card__col.t-focusable .t983__card .t983__card-block_hover,
.uc-color1 .t983 .t-card__col_btnfocusable .t983__card .t983__card-block_hover
{
	transform: translateY(0) !important;
}

.uc-color1 .t983 .t983__card:hover .t983__card-hide,
.uc-color1 .t983 .t-card__col.t-focusable .t983__card .t983__card-hide,
.uc-color1 .t983 .t-card__col_btnfocusable .t983__card .t983__card-hide {
    opacity: 1 !important;
}




.uc-color1 .t983__card-overlay {
	background: linear-gradient(to bottom, rgb(0 0 0 / 0%) 80%, rgba(0, 0, 0, 0.80) 90%) !important;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.uc-color1 .t983 .t983__card:hover .t983__card-overlay,
.uc-color1 .t983 .t-card__col.t-focusable .t983__card .t983__card-overlay,
.uc-color1 .t983 .t-card__col_btnfocusable .t983__card .t983__card-overlay 
{
	background: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.80)) !important;
}