

/* Start:/local/templates/avaclinic/components/bitrix/news/center/bitrix/news.list/.default/style.css?17116426682193*/
/*region Centers List - General*/
.centerList {
    margin-top: 80px;
}
.centerList h2:first-child {
    display: none
}

.centerList_items,
.centerList_item,
.centerList_text,
.centerList_icon {
    display: flex;
}

.centerList_items {
    flex-flow: row wrap;
    margin-bottom: 24px;
}

.centerList_item {
    flex-flow: row nowrap;
    width: calc(50% - 24px);
    margin-bottom: 24px;
    padding: 24px;
    box-sizing: border-box;
    text-decoration: none;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px rgba(120, 160, 190, 0.3);
    border-radius: 16px;
}

.centerList_items .centerList_item{
    transition: box-shadow .3s ease;
}

.centerList_items .centerList_item:hover {
    box-shadow: 0px 2px 20px rgba(120, 160, 190, 0.3);
}

.centerList_items .centerList_item .centerList_name {
    transition: color .3s ease;
}

.centerList_items .centerList_item:hover .centerList_name {
    color: #5EB92D;
}

.centerList_item:hover {
    text-decoration: none;
}

.centerList_item:nth-of-type(2n) {
    margin-left: 24px;
}

.centerList_icon {
    margin-right: 20px;
}

.centerList_icon img {
    max-width: 32px;
}

.centerList_text,
.centerList_icon {
    flex-flow: column;
    justify-content: flex-start;
}

.centerList_name {
    color: #1D2F3C;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 4px;
}

.btn.clear.centerList_action {
    height: auto;
    justify-content: flex-start;
    text-transform: unset;
    letter-spacing: unset;
    font-size: 16px;
    line-height: 24px;
    padding: 0;
    margin-right: auto;
}

.centerList_actionIcon {
    width: 24px;
    height: 24px;
    fill: #5EB92D;
}
/*endregion*/

/*region Centers List - Mobile Layout*/
@media (max-width: 767px) {
    .titleBanner_title {
        word-break: break-word;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    .centerList {
        margin-top: 48px;
    }

    .centerList_items {
        flex-flow: column;
    }

    .centerList_item {
        width: 100%;
        margin-bottom: 16px;
    }

    .centerList_item:nth-of-type(2n) {
        margin-left: 0;
    }
}
/*endregion*/


/* End */


/* Start:/local/templates/avaclinic/css/titleBanner.css?17116426681359*/
.titleBanner {
    background-image: url("/local/templates/avaclinic/images/title_block/title_banner.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 48px;
}
.titleBanner .container{
    display: flex;
    justify-content: space-between;
}
.titleBanner_content{
    max-width: 664px;
    margin: 16px 0;
}
.titleBanner_content > :last-child {
    margin-bottom: 32px;
}

.titleBanner_breadcrumbs{
    margin-top: 40px;
}
.titleBanner_text{
    margin-bottom: 0px;
    line-height: 26px;
    font-size: 16px;
}
.titleBanner_btn{
    margin-top: 32px;
}
.titleBanner_figure{
    display: flex;
    align-items: flex-end;
}
.titleBanner_image{
    max-width: 432px;
    object-fit: contain;
    object-position: bottom;
    height: min-content;
    display: none;
}
.titleBanner_image.show{
    display: block;
}
@media(max-width: 1279px){
    .titleBanner_figure{
        display: none;
    }
}
@media (max-width: 767px) {
    .titleBanner{
        margin-top: -4px;
    }
    .titleBanner_btn{
        margin-top: 16px;
    }
    .titleBanner_banner .titleBanner_image {
        display: none;
    }
    .titleBanner_banner .titleBanner_body {
        width: auto;
    }
    .titleBanner_banner .titleBanner_body p.titleBanner_text {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 8px
    }
}

/* End */
/* /local/templates/avaclinic/components/bitrix/news/center/bitrix/news.list/.default/style.css?17116426682193 */
/* /local/templates/avaclinic/css/titleBanner.css?17116426681359 */
