

/* Start:/local/templates/avaclinic/components/bitrix/news/center/bitrix/news.list/.default/style.css?17891378562193*/
/*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 */
/* /local/templates/avaclinic/components/bitrix/news/center/bitrix/news.list/.default/style.css?17891378562193 */
