.t1025 .t-store__card .t-store__card__descr {
        font-weight: 400;
            opacity: 1;
}
.t015__descr strong {
    color: #012e67;
}
@media (max-width: 980px) {
    .uc-menu .tmenu-mobile img {
        width: 85px !important;
    }
}


@media (min-width:768px) {
    .uc-catalog .t-card__col .t902__inner-col {
    transition: 0.4s;
        min-height: 275px;
}
    /*.uc-catalog .t-card__col:hover .t902__inner-col {*/
    /*    background-color: #2b6684!important;*/
    /*    transition: 0.4s;*/
    /*}*/
    .uc-catalog .t-card__col:hover .t-card__title, .uc-catalog .t-card__col:hover .t-card__descr, .uc-catalog .t-card__col:hover .t-card__btn-text {
        color: #fff!important;
    }
    .uc-catalog .t902__bgimg {
        background-size: 100%;
        transition: 0.4s;
    }
    .uc-catalog .t-card__col:hover .t902__bgimg {
        background-size: 115%;
        transition: 0.4s;
    }
    .t-card__col {
        position: relative;
        overflow: hidden;
        z-index: 1;
    }
    .t902__wrap_right {
        z-index: 1;
    }
    .uc-catalog .t-card__col .t902__wrap {
        position: relative;
                min-height: 275px;
    }
    
    .uc-catalog .t-card__col .t902__wrap:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 490%;
  width: 140%;
  background: #2b6684;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-115%) translateY(-25%) rotate(45deg);
  transform: translateX(-115%) translateY(-25%) rotate(45deg);
}

.uc-catalog .t-card__col .t902__wrap:hover:after {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
}
}

@media (max-width: 767px) {
    .uc-catalog .t902__wrap {
        flex-direction: column;
    }
    .uc-catalog .t902__wrap_left {
        width: 100%;
    }
    .uc-catalog .t902__bgimg {
     background-position: center;
        background-size: contain;
    }
    .uc-catalog .t902__wrap_right {
        padding: 0!important
    }
}

