

/* Start:/local/templates/spbplod/components/bitrix/news.detail/about_clinic/style.css?17537204002357*/
.about-us {
    max-width: 480px;
    margin: 0 auto;
    padding: 25px;
}

.about-us__text p {
    margin: 0 0 24px;
    font-size: 16px;
    line-height: 1.6;
}

.about-us__gallery {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 25px;
}

.about-us__gallery-item {
    height: 197px;
}

.about-us__gallery-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-us__nota-bene {
    width: 100%;
    margin: 20px auto;
    padding: 10px 15px;
    font-size: 15px;
    text-align: center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #ced1ff;
    border: 1px solid #494e9f;
}

.about-us__list-heading {
    position: relative;
    margin-bottom: 69px;
    padding: 15px 0;
    font-size: 20px;
    text-transform: uppercase;
    text-align: left;
}

.about-us__list-heading::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -35px;
    width: 80px;
    height: 4px;
    background-color: #ab90d1;
    transform: translateX(-50%);
}

.about-us__list-list {
    padding: 0;
    margin: 0 0 24px;
    list-style: none;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 18px;
    -moz-column-gap: 18px;
    column-gap: 18px;
    font-size: 14px;
}

.about-us__list-item {
    position: relative;
    padding-left: 24px;
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 22.4px;
}

.about-us__list-item::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 1px;
    left: 0;
    background-image: url("/local/templates/spbplod/img/list-icon.svg");
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}

@media (min-width: 768px) {
    .about-us {
        max-width: 1170px;
        margin: 0 auto;
        padding: 25px;
    }

    .about-us__gallery {
        flex-direction: row;
        flex-wrap: wrap;
        width: calc(100% + 30px);
    }

    .about-us__gallery-item {
        flex-basis: calc(50% - 30px);
        margin-right: 30px;
    }
}

@media (min-width: 992px) {
    .about-us__gallery-item {
        flex-basis: calc(33.3333% - 30px);
    }
}
/* End */
/* /local/templates/spbplod/components/bitrix/news.detail/about_clinic/style.css?17537204002357 */
