

/* Start:/local/templates/.default/components/bitrix/news/app_areas/bitrix/news.list/.default/style.css?17212491521936*/
.docs__direct-overico{
    width: 150px !important;
    height: 150px !important;
}
.docs__direct{
    padding-top: 0px;
}
.areas-tabs{
    margin-top: 21px;
    margin-bottom: 40px;
}
.tabs-list{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: inherit;
    flex-wrap: wrap;
    width: 100%;
    box-shadow: -9px 5px 54px 0px rgba(124, 132, 179, 0.25);
    text-shadow: -9px 5px 54px rgba(124, 132, 179, 0.25);
}
.tabs-item{
    background-color: #fff;
    text-align: center;
    transition: all 0.4s;
    cursor: pointer;
    display: flex;
    align-items: center;
    position: relative;
    width: calc(100% / 5)
}
.tabs-item::before{
    content: "";
    height: 47px;
    width: 1px;
    background-color: #e8e8e8;
    position: absolute;
    top: calc(50% - 23.5px);
    right: 0px;
    transition: all 0.4s;
}
.tabs-item:last-child::before{
    display: none;
}
.tabs-item.active::before{
    background-color: #45a5e4;
    transition: all 0.4s
}
.tabs-item:hover{
    background-color: #45a5e4;
    transition: all 0.4s;
}
.tabs-item:hover::before{
    background-color: #45a5e4;
    transition: all 0.4s;
}
.tabs-item.active{
    background-color: #45a5e4;
    transition: all 0.4s;
}
.tabs-href{
    display: block;
    color: #0077d2;
    font-weight: 600;
    font-size: 17px;
    line-height: 18px;
    text-align: center;
    transition: all 0.4s;
    padding: 22px 16px 19px;
    width: 100%
}
.tabs-item:hover .tabs-href{
    color: #fff;
    transition: all 0.4s;
}
.tabs-item.active .tabs-href{
    color: #fff;
    transition: all 0.4s;
}
@media(max-width:1366px){
    .tabs-item{
        justify-content: center;
        width: 50%;
        max-width: none;
		min-width: auto;
    }
    .tabs-list{
        justify-content: flex-start;
    }
    /* .tabs-item::before{
        display: none;
    }*/
    .tabs-item:nth-child(2n):before{
        display: none;
    }
}

/* End */
/* /local/templates/.default/components/bitrix/news/app_areas/bitrix/news.list/.default/style.css?17212491521936 */
