:root {
    --primary-highlight: #c5a059;
    
    --card-border-primary: #3A7A25;
    --card-border-secondary: #4a1515;
    
    --card-bg-secondary: #180808;
}

.uc-state-support .t860__inner-col {
    border: 1px solid var(--card-border-primary);
    border-left: 5px solid var(--primary-highlight);
}

.uc-state-support .t860__wrap.t860__wrap_bottom {
    justify-content: center;
}

.uc-state-support .t860__wrap {
    padding: 30px;
}

.uc-why-we .t1032__wrapper {
    position: relative
}

.uc-why-we .t1032__wrapper::before {
    content: '';
    width: 100%;
    display: block;
    position: absolute;
    height: 70px;
    background-color: var(--primary-highlight);
    z-index: 1;
}

.uc-why-we .t1032__img {
    position: relative;
    width: auto;
    height: auto;
    padding: 20px 0;
    z-index: 2;
}

.uc-why-we .t1032__content {
    padding-top: 0;
    overflow: hidden;
}

.uc-success .t1000__background-image {
    width: 100%;
    z-index: 1;
}

.uc-success .t1000__header,
.uc-success .t1000__features {
    z-index: 10;
}

.uc-contacts .t772__content {
    display: flex;
    flex-direction: column-reverse;
}

.uc-contacts .t-card__title {
    padding: 10px 0 15px;
}

.uc-contacts .t772__col,
.uc-suggestion .t772__col {
    padding: 10px 0;
    border: 1px solid var(--primary-highlight);
    border-top-width: 5px;
    border-radius: 4px;
    margin-left: 19px;
    margin-right: 19px;
}

.uc-suggestion .t772__col {
    padding: 20px;
    min-height: 100px;
    box-sizing: border-box;
}

.uc-programms-head .t-col_8 {
    max-width: 1200px;
}

@media screen and (max-width: 1200px) {
    .uc-contacts .t772__col,
    .uc-suggestion .t772__col {
        margin-left: 9px;
        margin-right: 9px;
    }
    
    .uc-suggestion .t772__col {
        min-height: 200px;
    }
}

@media screen and (max-width: 960px) {
    .uc-contacts .t772__col,
    .uc-suggestion .t772__col {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
    
    .uc-suggestion .t772__col {
        min-height: auto;
    }

    .uc-main-barrier .t1000__background-image {
        height: 600px;
    }
    
    .uc-main-barrier {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
    
    .uc-barrier-head .t1000__bg-wrap {
        order: initial;
    }
    
    .uc-barrier-head .t1000__background-image {
        margin-top: 0;
        margin-bottom: 30px;
        height: 600px;
    }
}

@media screen and (max-width: 1024px) {
    .t102__descr {
        padding: 0 0 30px;
    }
}

.uc-main-barrier .t1000__feature {
    position: relative;
    flex-direction: column;
}

.uc-main-barrier .t1000__feature .t1000__textwrapper a {
    padding: 20px 20px 20px 50px;
    background-color: var(--card-bg-secondary);
    border: 1px solid var(--card-border-secondary);
    border-left: 5px solid var(--primary-highlight);
    border-radius: 10px;
    display: block;
    box-sizing: border-box;
}

.uc-main-barrier .t1000__feature .t1000__iconwrapper {
    position: absolute;
    top: 20px;
    left: 20px;    
    z-index: 10;
}

.custom-head-logo {
    position: absolute;
    z-index: 10;
    padding: 30px;
}

.uc-hero .t154 {
    padding-bottom: 0;
}

