/* Гипер */
.t860 .t860__row:nth-of-type(1) .t860__col:nth-of-type(1) .t860__inner-col {
    background-color: #77458F !important;
    color: white !important;
}

/* Домострой */
.t860 .t860__row:nth-of-type(1) .t860__col:nth-of-type(2) .t860__inner-col {
    background-color: #FF9900 !important;
    color: white !important;
}

/* В Городе Н */
.t860 .t860__row:nth-of-type(1) .t860__col:nth-of-type(3) .t860__inner-col {
    background-color: #0091EA !important;
    color: white !important;
}

/* Драйв */
.t860 .t860__row:nth-of-type(2) .t860__col:nth-of-type(1) .t860__inner-col {
    background-color: #eb5757 !important;
    color: white !important;
}

/* Банк */
.t860 .t860__row:nth-of-type(2) .t860__col:nth-of-type(2) .t860__inner-col {
    background-color: #7FA632 !important;
    color: white !important;
}

/* Цвета текста для блоков */
.t860 .t860__row .t860__col .t860__title, 
.t860 .t860__row .t860__col .t860__descr {
    color: white !important;
}

/* Граница-разделитель */
.t860 .t860__row .t860__col .t860__line {
    background-color: white !important;
}

/* Ссылка */
.t860 .t860__row .t860__col .t860__btn-text {
    color: white !important;
}



/* Блок с клиентами */
.t595 .t595__item .t595__img {
    filter: grayscale(100%);
    opacity: 0.5;
    transition: filter 0.3s ease, opacity 0.3s ease;
}

.t595 .t595__item:hover .t595__img {
    filter: none;
    opacity: 1;
}

.t-cover {
background-attachment: scroll !important;
}
.t175__descr{
    opacity:1 !important;
}