/*Цвет шрифта в зиро-блоках*/
h1, h2, h3, div{
    color: #2c2c2c;
}

/*Наведение на декстоп меню и футер ссылках*/
.desktop-menu-items a:hover, .footer-items a:hover{
    color: #0aaba7 !important;
}

/*Портфолио наведение картинки*/
.portfolio-img img:hover{
    filter: brightness(125%);
}

/*Кнопка успешной отправки формы*/
.t-form-success-popup__button{
    background-color: #0ABAB5 !important;
}

/*Сообщение об отправке в модальном окне*/
.t-form__successbox{
    margin-top: 30px !important;
    background-color: #0ABAB5 !important;
}

/*Сообщение ошибки отправки формы*/
.t-form__errorbox-wrapper, .tn-form__errorbox-popup{
    background: #ff635a !important;
    border-radius: 10px !important;
}

/*Скругление успешных сообщений форм*/
#tilda-popup-for-error, .t-form__successbox{
    border-radius: 10px !important;
}

/*Мобильные*/
@media screen and (max-width: 480px) {

/*Выровнять меню по логотипу*/
.t-menuburger{
    padding-bottom:-2px !important;
}

}