
.banner {
    color: #FFFFFF;
    background: url(/bitrix/templates/ugok/img/slider/slider2.jpg) no-repeat center / cover;
    padding: 16px;
    margin-top: 1px;
    margin-bottom: 2px;
    border-radius: 4px;
    min-height: 254px;
}

.banner__block {
    background: rgba(0,0,0,0.5);
    border-radius: 10px;
    max-width: 469px;
    margin-left: auto;
    padding: 12px 40px;
}

.banner__title {
    line-height: 26px;
    font-size: 22px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin: 0 0 30px;
    font-weight: bold;
}

.banner__text {
    line-height: 18px;
    font-size: 12px;
    color: #D3D3D3;
}

.banner-list {
    display: flex;
    padding: 8px 4px;
    background: #191919;
    color: #FFFFFF;
    margin-bottom: 8px;
}

.banner-list__item {
    width: 25%;
    padding: 0 4px;
}

.banner-list__link {
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 12px;
    padding-top: 78px;
    border-radius: 0 0 4px 4px;
}
.banner-list__link:hover {
    text-decoration: none;
}
.banner-list__link:hover .banner-list__title{
    color: #FFFFFF;
    background: url(/bitrix/templates/ugok/img/divisions_list_title.png) center -42px no-repeat;
    background-size: 100%;
}

.banner-list__title {
    border-radius: 4px;
    background: rgb(147,149,152);
    background: url(/bitrix/templates/ugok/img/divisions_list_title.png) center 0 no-repeat;
    padding: 0 24px 0 16px;
    height: 42px;
    line-height: 42px;
    background-size: 100% 200%;
}

.home-info {
    display: flex;
    margin-left: -10px;
    margin-bottom: 8px;
}
.home-info__item {
    width: 50%;
    padding-left: 10px;
}

.tabs-block__top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    z-index: 1;
}

.tabs-block__nav {
    display: flex;
}
.tabs-block__tab {
    padding: 0 14px 0 14px;
    height: 40px;
    line-height: 28px;
    font-weight: bold;
    font-size: 18px;
    color: #D52008;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
}

.tabs-block__tab.selected {
    background: url(/bitrix/templates/ugok/img/tabs_selected.gif) center bottom no-repeat
}

.tabs-block__tab + .tabs-block__tab:before {
    content: '';
    display: block;
    background: #999999;
    width: 1px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 3px;
}

.tabs-block__btn {
    display: inline-block;
    font-style: italic;
    color: #DA251D;
    background: #B6B6B6;
    border-radius: 4px;
    width: 120px;
    line-height: 26px;
    text-align: center;
    font-size: 12px;
}
.tabs-block__btn:hover {
    background: #DA251D;
    color: #FFFFFF;
}

.tabs-block__block {
    display: none;
}

.tabs-block__block.selected {
    display: block;
}

.tabs-block__block-title {
    display: none;
    background: url(/bitrix/templates/ugok/img/dotted_h.gif) left bottom repeat-x;
}
.tabs-block__block-title span {
    line-height: 22px;
    font-size: 18px;
    font-weight: bold;
    color: #DA251D;
    text-transform: uppercase;
}

.latest-news {
    position: relative;
    border: 1px solid #D2D3D5;
    border-radius: 4px;
    padding: 15px 15px 15px 192px;
    margin-top: -1px;
}

.latest-news__item {
    display: block;
    padding: 3px 5px 4px 22px;
    background: url(/bitrix/templates/ugok/img/dotted_h.gif) left top no-repeat;
    line-height: 18px;
    font-size: 12px;
    color: #1C1C1C;
    min-height: 52px;
}

.latest-news__date {
    line-height: 16px;
    font-size: 10px;
    color: #939598;
}

.latest-news__image {
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    left: 15px;
    top: 15px;
    bottom: 15px;
    width: 177px;
    display: none;
}

.latest-news__item.selected {
    background: #D2D3D5 url(/bitrix/templates/ugok/img/news_list_selected.gif) 3px center no-repeat;
    color: #ED1B2E;
}

.latest-news__item.selected .latest-news__date{
    color: #ED1B2E;
}

.latest-news__item.selected .latest-news__image{
    display: block;
}

.leaders-block {
    background: #E6E7E8;
    border: 1px solid #D2D3D5;
    border-radius: 4px;
    height: 100%;
}

.leaders-block__title {
    margin-bottom: 0;
    padding: 12px 24px 16px;
    font-size: 20px;
    font-weight: bold;
    color: #DA3B26;
    text-transform: uppercase;
}

.leaders-block__slider {
    padding: 0 12px;
}

.leaders-slider {
    padding: 0 30px;
}

.leaders-slider img {
    margin-bottom: 2px;
}

.leaders-slider__item {
    display: block;
    width: 110px;
    margin: 0 auto;
}

.leaders-slider__title {
    padding: 0 6px 0 6px;
    font-size: 10px;
    font-weight: bold;
    color: #212121;
}

.leaders-slider__subtitle {
    padding: 0 6px 0 6px;
    font-size: 10px;
    color: #212121;
}

.leaders-slider .owl-next, .leaders-slider .owl-prev {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(/bitrix/templates/ugok/img/paging.gif);
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 0;
}

.leaders-slider .owl-next {
    right: -8px;
    background-position: -24px 0;
}

.leaders-slider .owl-prev {
    left: -8px;
    background-position: 0 0;
}

.lenta {
    background: #E6E7E8;
    border: 1px solid #D2D3D5;
    padding: 6px 25px;
    border-radius: 4px;
    margin-bottom: 25px;
    position: relative;
}

.lenta__item {
    display: none;
    line-height: 28px;
    font-size: 18px;
    color: #1C1C1C;
    text-decoration: none;
    text-align: center;
    -webkit-animation: fade-in 1s ease-out both;
    animation: fade-in 1s ease-out both;
}
.lenta__item.selected {
    display: block;
}

.lenta__item:hover {
    color: #DA251D;
}

.lenta__prev, .lenta__next {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(/bitrix/templates/ugok/img/paging.gif);
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 0;
    cursor: pointer;
}

.lenta__next {
    right: 0px;
    background-position: -24px 0;
}

.lenta__prev {
    left: 0px;
    background-position: 0 0;
}

@media (max-width: 900px) {
    .home-info {
        flex-direction: column;
    }
    .home-info__item {
        width: 100%;
    }

    .tabs-block {
        max-width: 600px;
        margin: 0 auto 20px;
    }

    .leaders-block {
        max-width: 600px;
        margin: 0 auto;
        padding-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .banner {
        min-height: auto;
    }
    .banner__block {
        margin: 0 auto;
        padding: 12px 20px;
    }
    .banner__title {
        line-height: 22px;
        font-size: 18px;
        margin-bottom: 15px;
    }
    .banner-list {
        flex-direction: column;
        margin-bottom: 15px;
    }
    .banner-list__item {
        width: 100%;
        max-width: 300px;
        margin: 0 auto 10px;
    }
    .banner-list__link {
        padding-top: 120px;
    }
    .tabs-block__tab {
        font-size: 14px;
        height: 34px;
        padding: 0 4px;
    }
    .tabs-block__top {
        display: none;
    }
    .tabs-block__block {
        display: block;
        margin-bottom: 20px;
    }
    .tabs-block__block-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 5px;
    }
    .leaders-block__title {
        font-size: 16px;
    }
    .latest-news {
        padding: 0;
        border: none;
    }
    .latest-news__image {
        display: none !important;
    }
    .latest-news__item {
        min-height: auto;
        line-height: 18px;
        font-size: 14px;
        color: #1F1F1F;
        padding: 6px 36px 6px 0;
        position: relative;
    }
    .latest-news__item:before {
        content: '';
        display: block;
        background: url(/bitrix/templates/ugok/img/block_index_list_a.png) right center no-repeat;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }
    .latest-news__date {
        line-height: 16px;
        font-size: 12px;
        color: #7F7F7F;
    }
    .latest-news__item.selected {
        background: none;
        color: #1C1C1C;
    }
    .latest-news__item.selected .latest-news__date {
        color: #7F7F7F;
    }
}
