

/* Start:/local/templates/main/components/bitrix/news/services/bitrix/news.list/.default/style.css?17818860873489*/
.services__info_head {
    font-size: 20px
}

.section__list {
    display: flex;
    justify-content: space-around;
    background: #2d8dbd;
    list-style: none;
    padding: 10px;
    margin: 0 0 1px;
    border-radius: 4px;
    box-sizing: border-box
}

.section__list_link {
    font-family: 'Russo One';
    font-size: 20px;
    color: #fff;
    padding: 6px 12px;
    box-sizing: border-box;
    border-radius: 4px;
    transition: background-color .25s ease
}

.section__list_link.active,
.section__list_link:hover {
    background-color: #3fb4bd
}

@media (max-width:768px) {
    .section__list {
        flex-wrap: wrap
    }
    .section__list_item {
        width: 100%
    }
    .section__list_link {
        display: flex;
        margin-bottom: 1px
    }
}

.services__figure .services__pic {
    min-height: 458px;
}

.section__detail .services__figure {
    width: 100%;
    position: absolute;
    left: -50%;
    transform: translateX(50%);
    right: 25%;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
}

.section__detail .doctors__services_link {
    color: #fff
}

.section__detail .doctors__services_link:hover {
    color: #fff148;
    border-bottom: 1px solid #fff148
}

.section__advantages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #006aa6;
    margin-top: 40px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.section__advantages_item {
    display: flex;
    align-items: center;
    position: relative;
    width: 25%;
    max-width: 25%;
    text-align: left;
    padding: 10px 40px;
    box-sizing: border-box;
}

.section__advantages_item:not(:last-child):after {
    position: absolute;
    content: ' ';
    background-color: #fff;
    width: 1px;
    height: 75px;
    top: 15px;
    right: 0;
}

.section__advantages_head {
    color: #fff;
    font-family: Ubuntu;
    font-size: 16px;
    margin-top: 0;
    margin-left: 20px;
    margin-bottom: 0
}

.section__advantages_icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.section__advantages_svg {
    width: 100px;
    height: 100px
}

@media (max-width:1170px) {
    .section__advantages {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .section__advantages_item {
        width: 50%;
        max-width: 50%
    }
    .section__advantages_item:nth-child(2):after {
        display: none;
    }
}

@media (max-width:1024px) {
    .section__advantages {
        display: none;
    }
}

/*@media (max-width:640px) {
    .section__advantages {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .section__advantages_item {
        width: 100%;
        max-width: 100%
    }
    .section__advantages_item:nth-of-type(2) {
        padding-top: 0;
        padding-bottom: 0
    }
    .section__advantages_item:not(:last-child):after {
        display: none;
    }
}*/

@media (max-width:320px) {
    .section__detail.services__detail {
        height: 560px
    }
}
/* End */
/* /local/templates/main/components/bitrix/news/services/bitrix/news.list/.default/style.css?17818860873489 */
