@media screen and (max-width: 1200px)
.t-descr_md {
    font-size: 20px;
    line-height: 1.45;
}

@media screen and (max-width: 1200px)
.t-text_xs {
    font-size: 18px;
    line-height: 1.45;
}

.t-text_xs {
    font-size: 18px;
    line-height: 1.55;
}

/* language */

.language {
position: fixed;
left: 10px;
top: 5%;
transform: translateY(-50%);
display: flex;
flex-direction: column;
z-index:99999999;
}

.language__img {
margin: 2px;
cursor: pointer;
opacity: .5;
}

.language__img:hover,
.language__img_active {
opacity: 1;
}

/* Эта часть отвечает за то чтобы кнопки находились фиксировано на странице*/

.page_fix {
top: 0 !important;
position: static !important;
}

/* Эта часть отвечает за то чтобы не было видно надписи – Переводчик Google */

.skiptranslate {
display: none !important;
}

body { 
    top: 0 !important;
}