.t967 a:not(.t-btn), .tmenu-mobile a:not(.t-btn) {
    color: #000!important;
}

.t967__logo a, .tmenu-mobile__burgerlogo a {
    display: flex;
    align-items: center;
}

.t967__textlogo {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 18px;
    margin-left: 10px;
}

.t967__additional-descr {
    display: flex;
}

.t967__additional-descr a, .t967__list-item a {
    border-bottom: 2px solid #fff;
}

.t967__additional-descr a:hover, .t967__list-item a:hover {
    border-bottom: 2px solid #000;
}

.t967__additional-descr a:last-child {
    margin-left: 25px;
}

.t967__additional-descr a::before, .uc-contacts .t-text a::before {
    font-family: 'RemixIcon';
    margin-right: 5px;
}

.t967__additional-descr a[href^="tel"]::before, .uc-contacts .t-text a[href^="tel"]::before {
    content: '\EFEC';
}

.t967__additional-descr a[href^="https"]::before, .uc-contacts .t-text a[href^="https"]::before {
    content: '\EF14';
}

.uc-banner-main .t-cover {
    height: calc(100vh - 100px)!important;
    margin-top: 100px;
}

.uc-banner-main .t-cover__wrapper {
    vertical-align: unset!important;
}

.uc-service-cards .t-card__col:hover .t-card__title {
    color: #000!important;
}

.uc-service-cards .t-card__col:hover .t-card__descr {
    display: none;
}

.uc-service-cards .t-card__col:hover .t959__card-overlay {
    background: unset!important;
}

.uc-contacts .t-text a {
    font-weight: unset!important;
    border-bottom: 2px solid #fff!important;
    -moz-box-shadow: unset!important;
    -webkit-box-shadow: unset!important;
    box-shadow: unset!important;
}

.uc-contacts .t-text a:hover {
    border-bottom: 2px solid #000!important;
}

.uc-footer .t-prefix_4 {
    padding-left: 200px;
}

.uc-footer .t-col_2 {
    max-width: 250px;
}

.t-popup__close {
    right: 10px!important;
    top: 10px!important;
}

.uc-page-header {
    margin-top: 100px;
}

@media (max-width: 980px) {
    .t967__textlogo {
        font-size: 15px;
        white-space: break-spaces;
    }
    
    .t967__additional-descr {
        flex-direction: column;
    }
    
    .tmenu-mobile {
        box-shadow: 0px 2px 3px rgba(0, 11, 48, 0.25);
    }
    
    .tmenu-mobile_opened {
        box-shadow: unset;
    }
}