

/* Start:/local/templates/law24/components/bitrix/news.list/rt-services-tabs/style.css?16947830291535*/
.services-tabs-header {
    display: flex;
    border: 2px solid #191919;
    justify-content: space-around;
    border-radius: 30px;
    font-size: 20px;
    font-weight: 600;
    overflow: hidden;
    background: #191919;
    margin: 10px auto 20px;
    max-width: 500px;
    color: #fff;
}
.services-tabs-header li {
    padding: 15px;
    width: 100%;
    text-align: center;
}
.services-tabs-header li.active {
    background: #ffcb25;
    border-radius: 30px;
    color: #000;
}
.services-tabs-header li a {
    width: 100%;
    display: block;
    font-size: 1.4rem;
}
.services-tabs-header li a:hover {
    color: #ffcb25;
}
.services-tabs-header li.active a:hover {
    cursor: default;
    color: #000;
}

.services-list__link {
    font-size: 18px;
}
.services-list__link:hover {
    color: #ffcb25;
}
.services-list__item {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.services-list__img {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    margin-right: 10px;
}


.services-list {
    display: flex;
    flex-wrap: wrap;
    margin: 40px -1rem;
    gap: 7px 0;
}
.services-list__col {
    flex: 0 0 auto;
    padding: 0 1rem;
    width: 33%;
    display: flex;
    flex-direction: column;
}

@media (max-width: 992px) {
    .services-list__col {
        width: 50%;
    }
}

@media (max-width: 600px) {
    .services-list__col {
        width: 100%;
        padding: 0 20px;
    }
}
/* End */
/* /local/templates/law24/components/bitrix/news.list/rt-services-tabs/style.css?16947830291535 */
