/*ХЕДЕР----------------------------------------------------------------------------------------------*/
/*настройка подменю ПРОЕКТЫ с картинками -------------------------------*/
/*размер картинок*/
.t966 .t966__menu-item-icon {
    width: 150px;
    height: 150px;
}

/*текст по центру*/
.t966 .t966__menu-item-text {
    margin-top: 60px;
}

/*размер подменю*/
.t966 .t966__tooltip-menu {
    max-width: 99.7% !important;
}

/*убираю уголок*/
.t966 .t966__tooltip-menu-corner {
    display: none;
}


.t966 .t966__tooltip-menu {
    margin-top: -0.2%;
    margin-left: -0.45% !important;
}

/*настройка меню-бургера-----------------------------*/
/*расстояние под логотипом*/
.t450 .t450__logoimg {
    padding-bottom: 10px;
}

/*расстояние между телефоном и языком*/
.t450 .t450__right_descr {
    line-height: 2;
}

/*расстояние между подпунктами на адаптиве*/

@media screen and (max-width: 480px) {
.t-menusub__list-item {
    margin-bottom: 10px;
}
}
/*ХЕДЕР----------------------------------------------------------------------------------------------*/

/*СТИЛИЗАЦИЯ ПОПАПОВ---------------------------------------------------------------------------------*/
/*текст*/
.t-form-success-popup__wrapper .t-title {
    font-family: 'Inter', Arial, sans-serif;
    font-weight: 400;
}
.t-form-success-popup_new .t-form-success-popup__title .t-title {
    font-family: 'Inter', Arial, sans-serif;
    font-weight: 400;
}

/*настройка кнопки*/
.t-form-success-popup_new .t-btn {
    font-family: 'Inter', Arial, sans-serif;
    font-weight: 400;
}


/*окно успешного заполнения*/
.t-form-success-popup_new .t-form-success-popup__wrapper {
    border-radius: 0px;
}

/*кнопка*/
.t-form-success-popup_new .t-form-success-popup__button {
    padding: 13px 44px;
    background-color: #2864F5;
    border-radius: 0px;
}

/*убираю иконку*/
svg.t-form-success-popup__content-icon {
    display: none;
}

/*адаптив--------------------------------*/
/*горизонтальный планшет--------------------*/
@media screen and (min-width: 981px) and (max-width: 1200px) {
/*заголовок*/
.t702 .t702__wrapper .t702__text-wrapper .t702__title {
    font-size: 31px !important;
}    
}

/*вертикальный планшет--------------------*/
@media screen and (min-width: 481px) and (max-width: 980px) {
/*заголовок*/
.t702 .t702__wrapper .t702__text-wrapper .t702__title {
    font-size: 31px !important;
}    
}

/*мобилка------------------------*/
@media screen and (max-width: 480px) {
/*фон закрытия*/
.t702 .t-popup__block-close {
    background: #ffffff;
}
}
/*СТИЛИЗАЦИЯ ПОПАПОВ---------------------------------------------------------------------------------*/