/*Анимация тектовых ссылок на сайте*/

@media screen and (min-width: 1200px) {
.text-hover a:hover {
    color: #8B8B8B !important;
}

.text-hover a {
    transition: all 0.2s ease-in-out;
}

.text-hover-main a:hover {
    color: #E2E0DB !important;
}

.text-hover-main a {
    transition: all 0.2s ease-in-out;
}
}

/*===================================*/