

/* Start:/local/templates/avaclinic/css/history.css?17769423322646*/
.history_section {
    margin-bottom: 64px;
}

.history_title {
    margin-top: 72px;
    font-size: 36px;
    line-height: 47px;
}

.history_subtitle {
    font-size: 28px;
    line-height: 38px;
    margin: 48px 0 32px 0;
}

.history_list {
    display: flex;
    flex-direction: column;
}

.history_cell {
    display: flex;
    width: 100%;
    margin-bottom: 32px;
    margin-right: 24px;
}

.history_cellIcon {
    min-width: 56px;
    height: 56px;
    margin-right: 16px;
}

.history_cellIcon img {
    max-width: 56px;
    height: unset;
    width: 100%;
}

.history_cellIcon,
.history_cellText {
    display: flex;
    justify-content: flex-start;
    flex-flow: column;
}

.history_cellText p,
.history_text,
.history_text p {
    line-height: 26px;
    font-size: 16px;
}

.history_text p:last-child {
    margin-bottom: 8px;
}

.history_cellTitle {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
}

.history_content {
    display: flex;
    flex-direction: column;
}

.history_list,
.history_content .history_text,
.history_content .history_image,
.history_content .history_video {
    max-width: 800px;
}

.history_disclaimer {
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    margin: 48px 0 80px 0;
}

.history_image {
    margin-top: 24px;
}

.history_video {
    margin-bottom: 40px;
}

.history_video iframe {
    width: 100%;
    height: 400px;
}

.history_image img {
    border-radius: 12px;
    object-fit: cover;
    object-position: right top;
    height: 100%;
    width: 100%;
}

@media (max-width: 1279px) {
    .history_section {
        margin-bottom: 48px;
    }

    .history_title {
        margin: 48px 0 32px;
    }

    .history_content .history_text,
    .history_content .history_image,
    .history_content .history_video {
        max-width: unset;
    }

    .history_image {
        margin-top: 16px;
    }

    .history_list {
        max-width: unset;
    }

    .history_cell {
        width: auto;
        margin: unset;
    }

    .history_cell:not(:last-child) {
        margin-bottom: 24px;
    }

    .history_cellText {
        font-size: 15px;
        line-height: 20px;
    }
}

@media (max-width: 767px) {
    .history_section {
        margin-bottom: 40px;
    }

    .history_image,
    .history_video iframe {
        height: 160px;
    }

    .history_video {
        margin-bottom: 32px;
    }

    .history_image img {
        object-position: center;
    }

    .history_title {
        font-size: 28px;
        line-height: 38px;
    }

    .history_subtitle {
        margin: 32px 0;
        font-size: 24px;
        line-height: 33px;
    }
}

/* End */
/* /local/templates/avaclinic/css/history.css?17769423322646 */
