.uc-bottom .t228 {
    top: 50px;
}

.uc-bottom .t228__maincontainer {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.t228 a, .t555 a {
    color: black!important;
}

.t-btnflex__text {
    color: white!important;
}

.t228__imgwrapper {
    display: flex;
    align-items: center;
}

.t228__imglogo {
    margin-right: 15px;
}

.logo_text {
    width: 100%;
    color: black;
    white-space: nowrap;
    padding: 0 15px;
    font-family: 'SKODANext', Arial, sans-serif;
    font-weight: 100;
}

.uc-top .t228__centercontainer, .uc-top .t-sociallinks {
    display:none;
}

.t-sociallinks__item_phone a, .t-sociallinks__item_email a, .t-sociallinks__item_vk a {
    width: 100%!important;
    display: flex!important;
    height: unset!important;
    align-items: center;
}

.t-sociallinks__item_phone .phone, .t-sociallinks__item_email .mail, .t-sociallinks__item_vk .vk {
    white-space: nowrap;
    padding-left: 5px;
    font-family: 'SKODANext', Arial, sans-serif;
}

.t-sociallinks__item:hover path, .t-sociallinks__item:hover a {
    color: #31694b!important;
    fill: #31694b!important;
    transition: 0.35s;
}

.t-menu__link-item::after {
    content: '';
    position: relative;
    bottom: -13px;
    display: block;
    width: 100%;
    height: 0px;
}

.t-menu__link-item:hover::after, .t-active::after {
    outline: 2px solid #31694b;
}

.t228__list_item .t-active {
    opacity: unset!important;
}

.uc-main_banner {
    margin-top: 100px;
}

.uc-main_banner .t-cover {
    height: calc(100vh - 100px)!important;
}

.uc-services .t1068__bgimg {
    border-radius: 0;
    background-size: contain;
}

.uc-services .t849__content img {
    display: none;
}

.uc-services .t849__content ul {
    list-style-type: none;
}

.uc-services .t849__content li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 5px 0;
}

.uc-services .t849__content li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.accordion-icon-container {
    display: inline-flex;
    align-items: center;
    margin-right: 15px;
    vertical-align: middle;
}

.accordion-icon {
    width: 60px;
    object-fit: contain;
}

.t555 .t-sociallinks__wrapper {
    display: flex;
    flex-direction: column;
}

.t555 .t-sociallinks__item {
    width: fit-content;
}

.t-prefix_4 {
    padding-left: 260px;
}

.t-col_2 {
    max-width: 230px;
}

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

.uc-pd_header {
    margin-top: 100px;
}

@media (max-width: 980px){
    .uc-top {
        position: fixed;
        top: 0;
        width: 100%;
        background-color: #fff;
        z-index: 10;
    }
    .uc-top .tmenu-mobile, .uc-top .t228 {
        box-shadow: 0px 2px 3px rgba(0, 11, 48, 0.25);
    }
    .uc-top .t228__centercontainer, .uc-top .t-sociallinks {
        display:unset;
    }
        
    .t-sociallinks__wrapper {
        display: flex!important;
        flex-direction: column;
    }
        
    .t228 .t-sociallinks__item {
        margin-bottom: 15px;
    }
    
    .uc-main_banner .t-cover {
        height: 100%!important;
    }
    
    .uc-services .t849__title {
        display: flex;
    }
    
    .t-prefix_4 {
        padding-left: 20px;
    }

    .t-col_2 {
        max-width: unset;
    }
    
    .t-popup {
        z-index: 100;
    }
    
    .t-popup__close {
        background: unset!important;
    }
}