

/* Start:/local/templates/avaclinic/components/custom/reviews/.default/style.css?17600067529713*/
.reviewsPreamble {
    background-image: url("/local/templates/avaclinic/images/backgroundReviewsPage.png");
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 24px;
}

.reviewsPreamble .reviewsPreamble_row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.js_hiddenSection {
    display: none;
}

.reviewsPreamble .reviewsPreamble_body h1.reviewsPreamble_title {
    margin-bottom: 24px;
}

@media (min-width: 767px) and (max-width: 1279px) {
    .reviewsPreamble .reviewsPreamble_body h1.reviewsPreamble_title {
        margin-top: 56px;
    }
}

@media (max-width: 767px) {
    .reviewsPreamble {
        background-position: unset;
    }

    .reviewsPreamble .reviewsPreamble_image {
        display: none;
    }

    .reviewsPreamble .occupationSafety_body {
        width: auto;
    }

    .reviewsPreamble .reviewsPreamble_body h1.reviewsPreamble_title {
        font-size: 24px;
        line-height: 28px;
    }

    .reviewsPreamble .reviewsPreamble_body p.reviewsPreamble_text {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 8px
    }
}


/*reviews list*/
.reviewItem{
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0 2px 8px rgba(120, 160, 190, 0.3);
    border-radius: 10px;
    width: 100%;
    padding: 24px 32px;
    margin-bottom: 24px;
}
.reviewItem_icon{
    display: inline-block;
    vertical-align: top;
    width: 56px;
    height: 40px;
    fill: #5EB92D;
    opacity: 0.3;
}
.reviewItem_info {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    width: calc(100% - 70px);
    padding-left: 16px;
}
.reviewItem_head{
    margin-bottom: 16px;
}
.reviewItem_name{
    display: inline-block;
    margin-right: 16px;
    margin-bottom: 0;
    font-style: normal;
    font-weight: bold;
    font-size: 21px;
    line-height: 29px;
    color: #1D2F3C;
}
.reviewItem_date{
    display: inline-block;
    margin-bottom: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.02em;
    color: #7D8694;
}
.reviewItem_clinic{
    display: inline-block;
    margin-right: 24px;
}

.reviewItem_doctor {
    display: inline-block;
}
.reviewItem_clinic a,
.reviewItem_doctor a{
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.reviewItem_clinic svg,
.reviewItem_doctor svg{
    vertical-align: middle;
    display: inline-block;
    width: 16px;
    height: 16px;
    fill: #5EB92D;
}

.reviewItem_text {
    margin-bottom: 24px;
}

.reviewItem_text p {
    font-size: unset;
    line-height: unset;
}

.review_nothing{
    display: none;
    text-align: center;
    flex-flow: column nowrap;
    padding: 48px 0;
}
.review_nothing.show {
    display: flex;
}

.review_nothing .review_nothingIcon {
    height: 64px;
}
.review_nothing .review_nothingMessage{
    font-weight: 500;
    line-height: 25px;
    font-size: 18px;
    text-align: center;
    margin: 24px 0;
}

.review_nothing .review_nothingReset {
    width: fit-content;
    align-self: center;
}

.buttonCell input:focus {
    padding: unset;
}

.ajaxPagination {
    text-align: center;
    margin-top: 32px;
    margin-bottom: 32px;
}
.filters {
    box-shadow: 0px 2px 8px rgba(120, 160, 190, 0.3);
    border-radius: 10px;
    padding: 24px;
    margin-bottom: 32px;
}
.filters_row > div {
    display: inline-block;
    width: calc((100%/3) - 16px);
    margin-right: 16px;
}
.filters_row > div:last-child {
    margin-right: 0;
}
.filters_row > .fastSearch {
    width: 560px;
}
.filters_row > .js_service_multiselect {
    width: 275px;
}
.filters_row > .buttonCell.noMobile {
    width: 275px;
}
@media (max-width: 1279px) {
    .filters_row > .fastSearch {
        width: 100%;
    }
    .filters_row > .js_service_multiselect {
        width: 49%;
    }
    .filters_row > .buttonCell.noMobile {
        width: 49%;
    }
}
.filters_name {
    font-weight: bold;
    font-size: 21px;
    line-height: 25px;
    color: #1D2F3C;
}
.filters_closeBtn {
    display: none;
}

.filters_row .formCell {
    margin-bottom: 0;
}

.filters_row .formCell .fastSearch_icon,
.multiSelect .current_select svg.filter_arrow {
    fill: #D7DBDE;
}

.filters_row .formCell.onFocus .js_fastSearchInput {
    border: 1px solid #5EB92D;
}

.filters_row .formCell.onFocus .fastSearch_icon,
.multiSelect.open_select .current_select svg.filter_arrow {
    fill: #5EB92D;
}

.btn.clear.filters_reset:disabled {
    color: #CFD3DA;
    cursor: default;
}



@media (max-width: 1279px) {
    .filters_row .formCell {
        margin-bottom: 24px;
    }

    .filters_row .formCell:nth-of-type(3) {
        margin-bottom: 0;
    }

    .filters_row > div {
        width: calc((100%/2) - 16px);
    }
    .filters_row > div:nth-child(2n){
        margin-right: 0;
    }
}
@media (max-width: 767px) {
    .reviewItem {
        border-radius: 0;
        padding: 24px 16px;
        margin-bottom: 0;
    }

    .reviewsItemsList {
        margin: 0 -16px;
    }

    .reviewItem_icon {
        display: none;
    }

    .reviewItem_info {
        width: 100%;
        padding: 0;
    }

    .reviewItem_name {
        display: block;
    }

    .reviewItem_text {
        margin-bottom: 8px;
    }

    .filters_row .formCell:nth-of-type(3) {
        margin-bottom: 16px;
    }

    .preamble_section, .selects_section {
        margin-bottom: 24px;
    }

    .reviewItem_clinic, .reviewItem_doctor {
        width: 100%;
        margin-right: 0;
        position: relative;
    }

    .reviewItem_clinic {
        margin-bottom: 16px;
    }

    .reviewItem_clinic svg, .reviewItem_doctor svg {
        position: absolute;
        top: 0;
        left: 0;
    }

    .reviewItem_clinic a, .reviewItem_doctor a {
        display: block;
        margin-left: 22px;
    }

    .reviews_filter_block .f_sel {
        display: block;
        max-width: 264px;
    }

    .filters_mobile {
        display: block;
        text-transform: uppercase;
        color: #5EB92D;
        font-weight: 500;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0.06em;
        margin-bottom: 16px;
    }

    .filters_container {
        padding: 0 16px;
        display: none;
    }

    .filters_actions .descShow {
        display: none;
    }

    .filters_actions .mobileShow {
        display: inline-block;
    }

    .filters_row {
        flex-direction: column;
    }

    .filters_row .filters_item {
        width: 100%;
    }

    .filters_controls {
        flex-direction: column;
        margin-top: 0;
    }

    .filters_actions {
        margin-top: 24px;
        display: flex;
        justify-content: space-around;
    }

    .filters_actions button {
        width: 136px;
        padding: 16px 24px !important;
    }

    .filters_row .switch {
        height: 100%;
        margin-bottom: 0;
    }

    .filters_closeBtn {
        display: block;
    }

    .filters_mobileOverlay.mobileOpen {
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: rgba(26%, 31%, 35%, 0.8);
        z-index: 9996;
        overflow: scroll;
        -webkit-overflow-scrolling: touch;
        box-sizing: border-box;
        display: flex;
        justify-content: flex-end;
    }

    .filters_container.mobileOpen {
        padding: 48px 24px 0px;
        background: #ffffff;
        border: 1px solid #f0f0f0;
        box-sizing: border-box;
        box-shadow: 0 4px 15px rgba(120, 160, 190, 0.3);
        width: 100%;
        margin: auto auto 0;
        position: relative;
        display: block;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .filters_closeBtn {
        width: 24px;
        height: 24px;
        fill: #1d2f3c;
        cursor: pointer;
        opacity: 0.54;
        right: 8px;
        position: absolute;
        top: 8px;
    }

    /*Правка под ios*/
    .filters_row .multiSelect_name:after {
        top: 40%;
        height: 60%;
    }

    .filters_row > div {
        width: 100%;
        margin-right: 0;
        margin-bottom: 16px;
    }

    .buttonCell.mobile {
        display: flex;
    }

    .filters_name {
        display: inline-block;
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 24px;
        color: #1D2F3C;
        margin-bottom: 16px;
        text-align: left;
        width: 100%;
        position: relative;
    }

    .filters_name.mobile:after {
        content: "";
        position: absolute;
        right: 0;
        background-image: url("/local/templates/avaclinic/images/svg/arrow_down.svg");
        background-color: #EFF9E3;
        border-radius: 100%;
        width: 40px;
        height: 40px;
        background-position: center;
        top: -7px;
        background-repeat: no-repeat;
    }

    .filters_name.mobile {
        margin-bottom: 0;
    }

    .open_select .multiSelect_options {
        top: -280px !important;
        height: 280px;
        overflow-y: hidden;
        max-height: 80vh;
        border-radius: 3px !important;
    }

    .open_select .multiSelect_ul {
        max-height: 100%;
    }

    .review_nothing {
        padding: 8px 0 32px;
    }

    .review_nothing .review_nothingIcon {
        height: 32px;
    }

    .review_nothing .review_nothingMessage {
        margin: 24px 0 16px;
        font-size: 16px;
        line-height: 22px;
    }

    .review_nothing .review_nothingReset {
        width: fit-content;
        align-self: center;
    }
}

/* 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/custom/reviews/.default/style.css?17600067529713 */
/* /local/templates/avaclinic/css/titleBanner.css?17116426681359 */
