/*заблюривание фона у стандартных попапов*/
    .t-popup.t-popup_show {
        backdrop-filter: blur(6px) !important;
        -webkit-backdrop-filter: blur(6px);
    }
/*выделение неправильной валидации*/
    .t-form__errorbox-middle {
        visibility: hidden !important;
        height: 0 !important;
    }

/*тень снизу у меню*/
    .tmenu-mobile {
    box-shadow: 0px 15px 30px -10px rgba(0,11,48,0.2);
} 

    .t-feed__buttons-wrapper {
    margin-top: 0;
}

@media (min-width: 980px) and (max-width: 1600px) {
.t228__imglogo {
    margin-right: 10px;
}
.t228__list_item {
    padding: 0 10px !important;
}
.t228__right_descr, .t228__right_langs, .t228__right_buttons, .t228 .t-sociallinks {
    padding-left: 10px;
}
.t228 .t-sociallinks__item, .t228__right_social_links_item {
    display: table-cell;
    vertical-align: middle;
    padding: 0 2px;
}
}
@media (min-width: 980px) and (max-width: 1400px) {
    .t228__list_item a.t-menu__link-item {
    font-size: 16px !important;
}
    .t228__right_descr {
        font-size: 16px !important;
    }
}

@media (min-width: 980px) and (max-width: 1300px) {
    
.t228__list_item {
    padding: 0 6px !important;
}
.t228__right_langs, .t228__right_buttons,.t228__right_descr {
    padding-left: 5px;
}
.t228__logo {
    padding-right: 10px;
}
.t228__right_langs_lang {
    padding: 0 5px;
}
.t228 .t-btn {
    padding-left: 20px;
    padding-right: 20px;
}
}
@media (min-width: 1300px) and (max-width: 1400px) {  
.t228__right_langs, .t228__right_buttons,.t228__right_descr {
    padding-left: 15px;
}
.t228__list_item {
    padding: 0 10px !important;
}
}
@media screen and (max-width: 1200px) {
.t-title_xxl {
    font-size: 60px;
}
}

@media screen and (max-width: 980px) {
        .t457 li {
    display: flex;
    justify-content: center;
    margin-bottom: 15px
}
}  
@media screen and (max-width: 640px) {
    .t702 .t-popup__block-close {
        background: #fff;
    }
}

@media screen and (min-width: 640px) {    
/*скругление углов попапа*/
    .t390 .t-popup__container, .t750 .t-popup__container, .t702__wrapper, .t-popup__container, .t702__img {
        border-radius: 30px !important;
    }
    


}




