/*Отступ от кнопки слева в меню на компьютерной версии*/
@media screen and (min-width: 981px){
    .t228__right_buttons {
    padding-left: 15px !important;!
}

/*Уменьшила отступы между соц сетями в меню в компьютерной версии*/
.t-sociallinks {
    padding-left: 10px !important;
}

/*Внутринние отступы кнопки в меню*/
.t228 .t228__right_buttons_but .t-btn {
    padding-left: 15px !important;
    padding-right: 15px !important;!
    margin: 0;
}
}

.tmenu-mobile__container {
    padding: 5px !important;
}

@media screen and (max-width: 640px){
.t997__title.t-title.t-title_md {
    padding-top: 200px !important;
}
}

/*Отступ до кнопки в блоке с фактами*/
@media screen and (min-width: 980px){
    .uc-fact .t1050 .t-section__bottomwrapper {
    margin-top: 45px !important;
}
}
@media screen and (max-width: 979px){
    .uc-fact .t1050 .t-section__bottomwrapper {
    margin-top: 30px !important;
}
}

/*Позиционирование кнопки в блоке с фактами слева*/
.uc-fact .t1050 .t-align_center {
    text-align: left !important;
    /*text-transform: uppercase;*/
}


/*Отступ до кнопки в блоке с сотрудниками*/
@media screen and (min-width: 980px){
.t537 .t-section__bottomwrapper{ 
margin-top: 45px !important;
}
}

@media screen and (max-width: 979px){
.t537 .t-section__bottomwrapper{
margin-top: 30px !important;
}
}

/*Позиционирование кнопки в блоке с сотрудниками слева*/
.t537 .t-section__bottomwrapper {
    text-align: left !important;
}

/*Выделение блока про ФЗ, растягивание на весь экран на компьютере*/
    @media screen and (min-width: 1201px){
.uc-fz .t-card__col {
    max-width: 1160px !important;
    padding-left: 0;
}
}

    @media (min-width: 961px) and (max-width: 1200px){
.uc-fz .t-card__col {
    max-width: 940px !important;
    padding-left: 0;
}
}

/*Добавление кнопок соц сетей в форму*/
.t702__descr a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 8px 0;
    margin-bottom: -5px;
    background-color: #064F80;
    border: 1px solid #064F80;
    border-radius: 3px;
    text-decoration: none;
    text-align: center;
}