

/* Start:/local/templates/aspro-medc2/components/bitrix/news.detail/staff/style.css?176168546112605*/
.js-load-schedule.loader_circle {
    max-height: 400px;
}

.js-load-schedule.loader_circle * {
    opacity: 0;
}

.address_wrap+.address_wrap {
    margin-top: 15px;
}

.schedule_block.regular .date_column_title {
    padding-left: 0;
}

.detail.staff .bx-yandex-view-layout {
    margin-bottom: 0;
}

.desktop_schedule_title {
    margin-bottom: 34px;
    padding-top: 3px;
}

.schedule_body {
    color: #333;
}

.schedule_row {
    padding: 0px 20px;
    border-bottom: 1px solid #ecf2f4;
}

.schedule_row.empty_row {
    background: #f9fbfb;
}

.schedule_head {
    padding: 5px 20px 6px;
    border-bottom: 1px solid #ecf2f4;
    color: #999;
    font-size: 0.85em;
}

.schedule_block {
    border: 1px solid #ecf2f4;
    border-radius: 3px;
}

.schedule_block .schedule_body {
    font-size: 0.9333em;
    line-height: 1.5715em;
}

.schedule_block .schedule_body .week_name {
    font-size: 1.1em;
    margin-top: -1px;
}

.schedule_date {
    font-weight: bold;
    display: flex;
    padding-top: 14px;
    padding-bottom: 14px;
}

.date_column_title {
    text-align: left;
    padding-left: 39px;
}

.schedule_block .sub_row.columns_titles {
    padding-top: 0;
    padding-bottom: 0;
}

.schedule_date .date {
    font-weight: normal;
    margin-left: 19px;
    color: #999;
}

.schedule_block span.show_on_map {
    cursor: pointer;
}

.schedule_block span.show_on_map i.svg {
    min-width: auto;
    min-height: auto;
    margin-right: 3px;
}

.schedule_block span.show_on_map .svg svg {
    display: block;
}

.schedule_block .sub_row {
    padding: 14px 0px;
    border-bottom: 1px solid #ecf2f4;
}

.schedule_block .sub_row:first-of-type {}

.schedule_block .sub_row:last-of-type {
    border-bottom: none;
}

.schedule_body .schedule_info {
    padding-right: 0;
}

.schedule_body .schedule_row>.row {
    margin-right: -21px;
}

.schedule_info .sub_row {
    padding-right: 20px;
}

.schedule_block .arrow_link {
    position: relative;
    display: inline-block;
    width: 38px;
    height: 38px;
    padding: 0;
    flex-shrink: 0;
}

.schedule_block .next_week.arrow_link {}

.schedule_block .prev_week.arrow_link {
    transform: rotate(180deg);
}

.schedule_block .arrow_link:hover .svg-inline-right-arrow path {
    fill: #fff!important;
}

.schedule_block .arrow_link i.svg {
    background-color: transparent;
    min-width: auto;
    min-height: auto;
}

.schedule_block .arrow_link .svg svg {
    display: block;
}

.schedule_block .svg.svg-inline-right-arrow {
    position: absolute;
    top: 13px;
    left: 12px;
}

.schedule_block .switch_block {
    margin: 0 19px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 19px 0px;
    border-bottom: 1px solid #ecf2f4;
}

.schedule_block .switch_week_title {
    padding: 0px 34px;
    margin: 0 19px;
    font-size: 1.200em;
    line-height: 1.454em;
    font-weight: bold;
    color: #333;
    text-align: center;
}

.schedule_date .date.short {
    display: none;
}

.js-load-reviews .alert.alert-warning {
    display: none;
}

.schedule_info span.show_on_map:hover {
    color: #333;
}

.schedule_info span.show_on_map:hover svg path {
    fill: #333;
}

.schedule_info .services_block a:not(:hover) {
    color: #666;
}

.schedule_row.empty_row .schedule_info .sub_row.no_rec {
    color: #999;
}

@media(max-width: 767px) {
    .schedule_block .switch_block {
        margin: 0;
        padding: 19px;
    }
    .desktop_schedule_title {
        display: none;
    }
    .schedule_block .schedule_body {
        font-size: 0.8667em;
    }
    .schedule_date .date {
        display: none;
    }
    .schedule_date .date.short {
        margin-left: 0;
        display: block;
    }
    .schedule_date {
        flex-direction: column;
    }
    .schedule_block .switch_week_title {
        font-size: 1em;
        line-height: 1.254em;
        padding: 0px 30px 0px;
        margin: 0;
    }
    .schedule_block .sub_row {
        padding: 10px 0px 10px;
    }
    .schedule_date {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .schedule_block .schedule_body .week_name {
        font-size: 1em;
    }
}

@media(min-width: 992px) and (max-width: 1200px) {
    .detail.staff .top_block .properties {
        padding-right: 0 !important;
    }
    .detail.staff .top_block .top_desc {
        float: none !important;
        margin-bottom: 20px;
    }
}

.detail__new_wrapper {
    display: flex;
    gap: 60px;
    background: url(/images/bg_detail_1.png) right no-repeat;
}

.detail__doc_image_wrapper {
    flex: 1;
    max-width: 480px;
    /* max-height: 419px; */
}

.detail__doc_name {
    font-size: 24px;
    font-weight: 700;
    color: #333333;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}

.detail__doc_name::before {
    content: '';
    display: block;
    width: 38px;
    height: 30px;
    background: 50%/contain no-repeat url(/images/detail_staff_logo.png);
}

img.detail__image {
    border-radius: 8px;
    width: 100% !important;
    height: 100% !important;
}

span.wrapper__reception {
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 17px;
    color: #333333;
    margin-top: 5px;
}

span.wrapper__reception::before {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    background: 50%/contain no-repeat url(/images/reception.png);
}

.detail_staff {
    padding-bottom: 26px;
    background: url(/bitrix/templates/aspro-medc2/images/svg/Union.svg) 40% 140% no-repeat;
}

.doc_info__text {
    margin: 15px 0 30px 0;
}

.doc_info__wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.doc_info__button_wrapper {
    margin-top: 33px;
    display: flex;
    flex-direction: column;
    bottom: 0;
    gap: 15px;
}

.detail__btn {
    width: 189px !important;
    max-width: 189px !important;
}

.new_tabs {
    font-size: 0;
}

.new_tabs input[type="radio"] {
    display: none;
}

.new_tabs .tab-doc-content:not(.active) {
    display: none;
}

.new_tabs label {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: #F7F9FA;
    border-radius: 5px;
    padding: 20px 20px;
    font-size: 16px;
    color: #333333;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
    cursor: pointer;
    position: relative;
    top: 1px;
    margin-right: 5px;
    box-shadow: 0px 3px 10px rgb(0 0 0 / 20%);
}

.new_tabs label:not(:first-of-type) {
    border-left: none;
}

.new_tabs input[type="radio"]:checked+label {
    background-color: #13D1A3;
    border-bottom: 1px solid #fff;
    color: #ffffff;
    box-shadow: inherit;
}

.spec_tab::before {
    content: '';
    display: block;
    margin-right: 15px;
    width: 35px;
    height: 35px;
    background: url(/images/tab-icos/spec_tab.png);
}

.education_tab::before {
    content: '';
    display: block;
    margin-right: 15px;
    width: 35px;
    height: 35px;
    background: url(/images/tab-icos/education_tab.png);
}

.experience_tab::before {
    content: '';
    display: block;
    margin-right: 15px;
    width: 35px;
    height: 35px;
    background: url(/images/tab-icos/experience_tab.png);
}

.certificates_tab::before {
    content: '';
    display: block;
    margin-right: 15px;
    width: 35px;
    height: 35px;
    background: url(/images/tab-icos/certificates_tab.png);
}

.reviews_tab::before {
    content: '';
    display: block;
    margin-right: 15px;
    width: 35px;
    height: 35px;
    background: url(/images/tab-icos/reviews_tab.png);
}

.new_tabs input[type="radio"]:checked+label .spec_tab::before {
    background: url(/images/tab-icos/spec_tab_active.png);
}

.new_tabs input[type="radio"]:checked+label .education_tab::before {
    background: url(/images/tab-icos/education_tab_active.png);
}

.new_tabs input[type="radio"]:checked+label .experience_tab::before {
    background: url(/images/tab-icos/experience_tab_active.png);
}

.new_tabs input[type="radio"]:checked+label .certificates_tab::before {
    background: url(/images/tab-icos/certificates_tab_active.png);
}

.new_tabs input[type="radio"]:checked+label .reviews_tab::before {
    background: url(/images/tab-icos/reviews_tab_active.png);
}

.tab {
    display: flex;
    align-items: center;
}

.tab-doc-content {
    background: #F7F9FA;
    min-height: 100px;
}

.certificat-slider-img {
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

.certificat-slider {
    padding: 80px 0;
    max-width: 1020px;
    margin: 0 auto;
}

.slick-prev.certificat-slider-btn,
.slick-next.certificat-slider-btn {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
}

.certificat-slider-btn.slick-prev.slick-arrow {
    left: -60px;
}

.certificat-slider-btn.slick-prev.slick-arrow::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 14px;
    margin: -7px 0 0 -5px;
    background: url(/bitrix/templates/aspro-medc2/images/svg/Arrows.svg) -20px 0 no-repeat;
}

.certificat-slider-btn.slick-next.slick-arrow {
    right: -60px;
}

.certificat-slider-btn.slick-next.slick-arrow::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 14px;
    margin: -7px 0 0 -3px;
    background: url(/bitrix/templates/aspro-medc2/images/svg/Arrows.svg) -30px 0 no-repeat;
}

.certificat-slider-btn.slick-next.slick-arrow:hover,
.certificat-slider-btn.slick-prev.slick-arrow:hover {
    background-color: #13D1A3;
}

.certificat-slider-btn.slick-next.slick-arrow:hover::before {
    background: url(/bitrix/templates/aspro-medc2/images/svg/Arrows.svg) -10px 0 no-repeat;
}

.certificat-slider-btn.slick-prev.slick-arrow:hover::before {
    background: url(/bitrix/templates/aspro-medc2/images/svg/Arrows.svg) 0px 0 no-repeat;
}

@media (max-width: 1100px) {
    .certificat-slider-btn.slick-next.slick-arrow {
        right: 10px;
    }
    .certificat-slider-btn.slick-prev.slick-arrow {
        left: 10px;
        z-index: 1;
    }
}



@media (max-width: 620px) {
    .detail_staff,.detail__new_wrapper{
        background: none;
    }
    .detail_staff .detail__new_wrapper {
        flex-direction: column;
        gap: 20px;
        margin-top: -40px;
    }
    .detail_staff .detail__doc_image_wrapper {
        height: 250px;
        overflow: hidden;
        /* max-height: 250px; */
        border-radius: 5px;
    }
    .detail_staff .btn-order-coll-v1>span {
        font-size: 12px;
    }
    .detail_staff .btn-order-coll-v1>span::before {
        margin-right: 12px;
    }
    .new_tabs-wrap {
        padding-bottom: 22px;
        margin-bottom: 22px;
        overflow-x: scroll;
        display: grid;
        grid-template-columns: repeat( 5, minmax(auto, 300px));
    }
    .new_tabs label {
        text-align: left;
        align-self: center;
        padding: 8px;
        height: 100%;
        display: flex;
    }
    .tab {
        display: grid;
        grid-template-columns: 60px auto;
    }
    .spec_tab::before {
        border-radius: 50%;
    }
    .review-doc-form {
        background: #E3FFF8;
    }
    .review-doc-form-law {
        text-align: left;
    }
    .certificat-slider ul.slick-dots {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        list-style: none;
    }
    .certificat-slider ul.slick-dots li {
        width: 10px;
        height: 10px;
        background: #DFDFDF;
        border-radius: 50%;
        margin: 2.5px;
    }
    .certificat-slider ul.slick-dots li.slick-active {
        background: #13D1A3;
    }
    .certificat-slider.slick-dotted.slick-slider {
        padding: 0 0 20px;
        margin-bottom: 5rem;
    }
    .slick-dots li button:before {
        display: none;
    }
}
@media (max-width: 320px) {
    .detail_staff .detail__doc_image_wrapper {
        max-height: 300px;
    }
}
/* End */
/* /local/templates/aspro-medc2/components/bitrix/news.detail/staff/style.css?176168546112605 */
