/*.t-input-title {*/
/*    font-size: 16px !important;*/
/*}*/

/* 
* 
* 
* ОБЩИЕ СТИЛИ
* 
*  
*/

/* Закругление отдельных углов в блоке "ПРОЕКТЫ" */
.border-project-usk .tn-atom {
    border-radius: 10px 0px 0px 10px;
}

/* Checkbox у форм */
.t-checkbox__control {
    display: flex;
    align-items: center;
}

.t-checkbox__indicator {
    height: 10px;
    width: 10px;
    border: 1px solid #000;
    border-radius: 2px;
}

.t-checkbox__indicator:after {
    left: 4px;
    top: -3px;
    border-width: 0 1px 1px 0;
}

.t-checkbox__control {
    display: flex;
    align-items: center;
}

/* Анимация для текста с ссылокой */
/*.usk-a-hover a {*/
/*    padding-bottom: 4px;*/
/*    text-decoration: none;*/
/*    background-image: linear-gradient(currentColor, currentColor);*/
/*    background-position: 0% 100%;*/
/*    background-repeat: no-repeat;*/
/*    background-size: 0% 0.5px;*/
/*    transition: background-size .3s;*/
/*}*/

/*.usk-a-hover a:hover {*/
/*    background-size: 100% 0.5px;*/
/*}*/

/* Анимация для иконок */
.usk-a-hover:hover, 
.usk-icon-hover:hover, 
#nav697563095 .t-sociallinks__item:hover {
    animation: bounce .3s linear infinite;
    animation-iteration-count: 1;
}

@keyframes bounce {
    0% {
        transform: translate(0px, 0px);
    }
    50% {
        transform: translate(0px, -5px);
    }
    100% {
        transform: translate(0px, 0px);
    }
}

/* Анимация кнопок у форм в попапах */
.usk-form-btn-hover .t-submit {
    transition: 0.2s ease-in-out;
}

.usk-form-btn-hover .t-submit:hover {
    border: 1px solid #ffffff !important;
    background-color: transparent !important;
}

/* Чек-бокс у форм в попапах */
.usk-form-btn-hover .t-checkbox__indicator {
    border-color: #ffffff !important;
}

.usk-form-btn-hover .t-checkbox__indicator:after {
    border-color: #ffffff !important;
}

/* Иконка у поля с датой в формах */
.t-datepicker__icon {
    width: 15px !important;
}

/* Проектное финансирование */
@media (max-width: 460px) {
    .usk-sber .tn-atom {
        font-size: 6px !important;
    }
}


/* изменение стиля метки на карточке каталога */
.t776__mark {
    font-weight: 600;
    font-size: 11px;
    font-family: 'Onest', Arial, sans-serif;
    display: table-cell;
    width: 130px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    border-radius: 6px;
    background-color: #111;
    color: #fff;
    box-sizing: border-box;
    padding: 0 10px;