

/* Start:/local/templates/aspro-local-allcorp3medc/components/bitrix/catalog/doctors/style.css?172060202244014*/
.dr-section {
    font-size: 0;
    line-height: 0;
}

.dr-section-panel {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 26px;
    position: relative;
    z-index: 3;
}

.dr-section-title-panel {
    display: flex;
    align-items: center;
    gap: 32px;
}

.dr-section-title {
    font-size: 44px;
    line-height: 56px;
    font-weight: 700;
    color: #343A40;
}

.dr-section-title-filter {
    position: relative;
    border: 1px solid #01A794;
    background-color: #fff;
    display: none;
    align-items: center;
    justify-content: center;
    flex: none;
    height: 44px;
    border-radius: 44px;
    padding: 0 20px;
    margin-left: auto;
    cursor: pointer;
}

.dr-section-title-filter svg {
    display: block;
    width: 14px;
    height: auto;
}

.dr-section-title-filter span {
    position: absolute;
    left: calc(100% - 15px);
    bottom: calc(100% - 20px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 22px;
    min-width: 22px;
    padding: 5px;
    border-radius: 22px;
    background-color: #007D7D;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
}

.dr-section-title-filter span:empty {
    display: none;
}

.dr-section-filter {
    background-color: #fff;
}

.dr-section-filter-top {
    width: 100%;
}

.dr-section-filter-top form {
    display: flex;
    align-items: center;
    width: 100%;
}

.dr-section-filter-city {
    position: relative;
    flex: none;
    margin-right: 18px;
}

.dr-section-filter-city-panel {
    border: 1px solid #DEE2E6;
    background-color: #fff;
    height: 44px;
    padding: 0 20px;
    border-radius: 44px;
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    white-space: nowrap;
    cursor: pointer;
    color: #313131;
    transition: border 300ms;
}

.dr-section-filter-city-panel span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dr-section-filter-city-panel:hover {
    border-color: #ADB5BD;
}

.dr-section-filter-city.open .dr-section-filter-city-panel {
    border-color: #01A794;
}

.dr-section-filter-city-panel svg {
    display: block;
    width: 12px;
    height: auto;
    flex: none;
    transition: transform 300ms;
}

.dr-section-filter-city.open .dr-section-filter-city-panel svg {
    transform: rotateX(180deg);
}

.dr-section-filter-city-dropbox-search {
    position: relative;
    margin-bottom: 14px;
}

.dr-section-filter-city-dropbox-search svg {
    display: block;
    width: 14px;
    height: auto;
    position: absolute;
    top: calc(50% - 6px);
    left: 16px;
    pointer-events: none;
}

.dr-section-filter-city-dropbox-search input {
    display: block;
    width: 100%;
    height: 40px;
    border: 1px solid #DEE2E6;
    background-color: #fff;
    border-radius: 400px;
    transition: border 300ms;
    font-size: 16px;
    color: #313131;
    padding: 0 16px 0 36px;
    transition: border 300ms;
}

.dr-section-filter-city-dropbox-search input:hover {
    border-color: #ADB5BD;
}

.dr-section-filter-city-dropbox-search input:focus {
    border-color: #01A794;
}

.dr-section-filter-city-dropbox {
    position: absolute;
    top: calc(100% + 10px);
    min-width: 256px;
    left: 0;
    z-index: 2;
    background-color: #fff;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    border-radius: 24px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
    transition: opacity 300ms, visibility 300ms;
}

.dr-section-filter-city.open .dr-section-filter-city-dropbox {
    opacity: 1;
    visibility: visible;
}

.dr-section-filter-city-wrapper {
    overflow: auto;
    max-height: 245px;
}

@supports not selector(::-webkit-scrollbar) {
    .dr-section-filter-city-wrapper {
        scrollbar-color: #007D7D transparent;
        scrollbar-width: thin;
    }
}

.dr-section-filter-city-wrapper::-webkit-scrollbar {
    width: 2px;
    height: 2px;
    background-color: transparent;
}

.dr-section-filter-city-wrapper::-webkit-scrollbar-thumb {
    background: #007D7D;
}

.dr-section-filter-city-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.dr-section-filter-city-item label {
    display: inline-flex;
    white-space: nowrap;
    color: #313131;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    cursor: pointer;
    transition: color 300ms;
}

.dr-section-filter-city-item label:hover {
    color: #23babf;
}

.dr-section-filter-city-item input {
    display: none;
}

.dr-section-filter-city-item input:checked+span {
    font-weight: 600;
    color: #313131;
}

.dr-section-filter-search {
    flex: none;
    margin-right: 18px;
}

.dr-section-filter-search-warpper {
    position: relative;
}

.dr-section-filter-search-warpper input {
    display: block;
    width: 580px;
    height: 44px;
    border: 1px solid #DEE2E6;
    background-color: #fff;
    border-radius: 44px;
    transition: border 300ms;
    font-size: 16px;
    font-weight: 500;
    color: #313131;
    padding: 0 20px 0 48px;
    transition: border 300ms;
}

.dr-section-filter-search-warpper input:hover {
    border-color: #ADB5BD;
}

.dr-section-filter-search-warpper input:focus {
    border-color: #01A794;
}

.dr-section-filter-search-warpper svg {
    display: block;
    position: absolute;
    width: 20px;
    height: auto;
    top: calc(50% - 10px);
    left: 20px;
}

.dr-section-filter-sort {
    display: flex;
    align-items: center;
    margin-left: auto;
    flex: none;
}

.dr-section-filter-sort-title {
    margin-right: 28px;
    color: #ADB5BD;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}

.dr-section-filter-sort-select {
    position: relative;
    flex: none;
}

.dr-section-filter-sort-panel {
    border: 1px solid #DEE2E6;
    height: 44px;
    padding: 0 20px;
    border-radius: 44px;
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    white-space: nowrap;
    cursor: pointer;
    color: #313131;
    background-color: #fff;
    transition: border 300ms;
}

.dr-section-filter-sort-panel span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dr-section-filter-sort-panel:hover {
    border-color: #ADB5BD;
}

.dr-section-filter-sort.open .dr-section-filter-sort-panel {
    border-color: #01A794;
}

.dr-section-filter-sort-panel svg {
    display: block;
    width: 12px;
    height: auto;
    flex: none;
    transition: transform 300ms;
}

.dr-section-filter-sort.open .dr-section-filter-sort-panel svg {
    transform: rotateX(180deg);
}

.dr-section-filter-sort-dropbox {
    position: absolute;
    top: calc(100% + 10px);
    min-width: 256px;
    right: 0;
    z-index: 2;
    background-color: #fff;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    border-radius: 24px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
    transition: opacity 300ms, visibility 300ms;
}

.dr-section-filter-sort.open .dr-section-filter-sort-dropbox {
    opacity: 1;
    visibility: visible;
}

.dr-section-filter-sort-wrapper {
    overflow: auto;
    max-height: 245px;
}

@supports not selector(::-webkit-scrollbar) {
    .dr-section-filter-sort-wrapper {
        scrollbar-color: #007D7D transparent;
        scrollbar-width: thin;
    }
}

.dr-section-filter-sort-wrapper::-webkit-scrollbar {
    width: 2px;
    height: 2px;
    background-color: transparent;
}

.dr-section-filter-sort-wrapper::-webkit-scrollbar-thumb {
    background: #007D7D;
}

.dr-section-filter-sort-list {
    display: flex;
    flex-direction: column;
}

.dr-section-filter-sort-item:not(:first-child) {
    margin-top: 8px;
}

.dr-section-filter-sort-item label {
    display: inline-flex;
    white-space: nowrap;
    color: #313131;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    cursor: pointer;
    transition: color 300ms;
}

.dr-section-filter-sort-item label:hover {
    color: #23babf;
}

.dr-section-filter-sort-item input {
    display: none;
}

.dr-section-filter-sort-item input:checked+span {
    font-weight: 600;
    color: #313131;
}

.dr-section-body {
    display: flex;
    align-items: flex-start;
    gap: 26px;
}

.dr-section-filter {
    flex: none;
    width: 322px;
    border: 1px solid #DEE2E6;
    border-radius: 24px;
    padding: 32px;
}

.dr-section-filter-select {
    position: relative;
}

.dr-section-filter-select:not(:first-child) {
    margin-top: 16px;
}

.dr-section-filter-select-panel {
    border: 1px solid #DEE2E6;
    color: #313131;
    height: 44px;
    padding: 0 20px;
    border-radius: 44px;
    display: flex;
    align-items: center;
    gap: 14px;
    font-weight: 500;
    white-space: nowrap;
    cursor: pointer;
    transition: border 300ms;
}

.dr-section-filter-select-panel:hover {
    border-color: #ADB5BD;
}

.dr-section-filter-select.open .dr-section-filter-select-panel {
    border-color: #01A794;
}

.dr-section-filter-select-panel-variant {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 20px;
}

.dr-section-filter-select-panel svg {
    display: block;
    width: 12px;
    height: auto;
    margin-left: auto;
    flex: none;
    transition: transform 300ms;
}

.dr-section-filter-select.open .dr-section-filter-select-panel svg {
    transform: rotateX(180deg);
}


.dr-section-filter-select-dropbox-search {
    position: relative;
    margin-bottom: 14px;
}

.dr-section-filter-select-dropbox-search svg {
    display: block;
    width: 14px;
    height: auto;
    position: absolute;
    top: calc(50% - 6px);
    left: 16px;
    pointer-events: none;
}

.dr-section-filter-select-dropbox-search input {
    display: block;
    width: 100%;
    height: 40px;
    border: 1px solid #DEE2E6;
    background-color: #fff;
    border-radius: 400px;
    transition: border 300ms;
    font-size: 16px;
    color: #313131;
    padding: 0 16px 0 36px;
    transition: border 300ms;
}

.dr-section-filter-select-dropbox-search input:hover {
    border-color: #ADB5BD;
}

.dr-section-filter-select-dropbox-search input:focus {
    border-color: #01A794;
}

.dr-section-filter-select-dropbox {
    position: absolute;
    top: calc(100% + 10px);
    width: 100%;
    left: 0;
    z-index: 2;
    background-color: #fff;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    border-radius: 24px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
    transition: opacity 300ms, visibility 300ms;
}

.dr-section-filter-select.open .dr-section-filter-select-dropbox {
    opacity: 1;
    visibility: visible;
}

.dr-section-filter-select-wrapper {
    overflow: auto;
    max-height: 245px;
}

@supports not selector(::-webkit-scrollbar) {
    .dr-section-filter-select-wrapper {
        scrollbar-color: #007D7D transparent;
        scrollbar-width: thin;
    }
}

.dr-section-filter-select-wrapper::-webkit-scrollbar {
    width: 2px;
    height: 2px;
    background-color: transparent;
}

.dr-section-filter-select-wrapper::-webkit-scrollbar-thumb {
    background: #007D7D;
}

.dr-section-filter-select-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.dr-section-filter-select-value {
    display: none;
    margin-left: 4px;
}

.dr-section-filter-select-item {
    overflow: hidden;
}

.dr-section-filter-select-item .form-checkbox__box {
    border-color: #DEE2E6;
    background-color: #fff;
}

body .dr-section-filter-select-item label {
    margin: 0;
    line-height: 0;
    display: flex;
    align-items: center;
}

.dr-section-filter-select.selected .dr-section-filter-select-value {
    display: inline;
}

.dr-section-filter-select.selected .dr-section-filter-select-label {
    color: #ADB5BD;
}

.dr-section-filter-check-line {
    border-bottom: 1px solid #ececec;
    padding-bottom: 16px;
}

.dr-section-filter-check {
    margin-top: 16px;
}

.dr-section-filter-check .form-checkbox__box {
    border-color: #DEE2E6;
    background-color: #fff;
}

body .dr-section-filter-check label {
    margin: 0;
    line-height: 0;
    display: flex;
    align-items: center;
}

.dr-section-filter-check-name {
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    color: #313131;
    font-weight: 500;
}

.dr-section-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: calc(100% - 348px);
}

.dr-section-loader {
    display: flex;
    justify-content: center;
    padding: 42px;
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    background-color: rgb(251 251 251 / 90%);
    z-index: 2;
}

.dr-section-loader-spinner {
    width: 48px;
    height: 48px;
    border: 5px solid #23babf;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.dr-section-item {
    display: flex;
    padding: 24px;
    gap: 24px;
    border: 1px solid #DEE2E6;
    background-color: #fff;
    border-radius: 24px;
}

.dr-section-item-content {
    width: calc(100% - 320px);
    display: flex;
    gap: 24px;
}

.dr-section-item-content-left {
    flex: none;
    width: 183px;
}

.dr-section-item-photo a {
    position: relative;
    height: 0;
    padding-top: 128%;
    display: block;
    background-color: #fafafa;
    border-radius: 24px;
    overflow: hidden;
    transition: opacity 300ms;
    z-index: 1;
}

.dr-section-item-photo a:hover {
    opacity: 0.9;
}

.dr-section-item-photo img {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    object-fit: cover;
    display: block;
}

.dr-section-item-rating-block {
    margin-top: 10px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    gap: 24px;
}

.dr-section-item-rating-left {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex: none;
    color: #6C757D;
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
}

.dr-section-item-rating-left svg {
    display: block;
    width: 16px;
    height: auto;
    flex: none;
}

.dr-section-item-rating-right {
    flex: none;
    margin-left: auto;
}

.dr-section-item-rating-right a {
    color: #017E7E;
    text-decoration: underline;
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
    transition: color 300ms;
}

.dr-section-item-rating-right a:hover {
    color: #23babf;
}

.dr-section-item-content-right {
    width: calc(100% - 207px);
}

.dr-section-item-name a {
    font-size: 24px;
    line-height: 32px;
    color: #343A40;
    font-weight: 600;
    text-decoration: none;
    transition: color 300ms;
}

.dr-section-item-name a:hover {
    color: #23babf;
}

.dr-section-item-panel {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px 16px;
    margin-top: 8px;
}

.dr-section-item-city {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #6A747D;
    font-size: 16px;
    line-height: 100%;
    flex: none;
}

.dr-section-item-city svg {
    display: block;
    width: 14px;
    height: auto;
}

.dr-section-item-address-block {
    flex: none;
    width: 297px;
}

.dr-section-item-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 16px;
}

.dr-section-item-info-items-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.dr-section-item-info-items-wrapper span {
    white-space: nowrap;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #6C757D;
    flex: none;
}

span.dr-section-item-info-items-each {
    color: #CED4DA;
    font-weight: 700;
    cursor: pointer;
    transition: color 300ms;
}

.dr-section-item-info-items-each:hover {
    color: #23babf;
}

.dr-section-item-info-label span {
    display: inline-flex;
    height: 32px;
    padding: 0 16px;
    border: 1px solid #27ADA0;
    align-items: center;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    color: #343A40;
    font-size: 16px;
    font-weight: 500;
    border-radius: 32px;
}

.dr-section-item-labels {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
    margin-top: 24px;
}

.dr-section-item-labels span {
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    border-radius: 40px;
    padding: 0 16px;
    color: #32697D;
    background-color: #EAF5F1;
    font-size: 16px;
    font-weight: 500;
}

.dr-section-item-address-title {
    color: #343A40;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 16px;
}

.dr-section-item-address-list {
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    padding: 16px 0;
}

.dr-section-item-address-each {
    margin-top: 16px;
    text-align: right;
}

.dr-section-item-address-each span {
    color: #017E7E;
    text-decoration: underline;
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    transition: color 300ms;
    cursor: pointer;
}

.dr-section-item-address-each span:hover {
    color: #23babf;
}

.dr-section-item-address-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.dr-section-item-address-item-name {
    font-size: 16px;
    line-height: 20px;
    color: #343A40;
    font-weight: 600;
}

.dr-section-item-address-item-contacts {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.dr-section-item-address-item-contact {
    display: flex;
    gap: 10px;
}

.dr-section-item-address-item-contact-icon {
    flex: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
}

.dr-section-item-address-item-contact-value {
    width: 100%;
    color: #6C757D;
    font-size: 16px;
    line-height: 20px;
}

.dr-section-item-address-item-contact-value a {
    color: #343A40;
    font-weight: 600;
    text-decoration: none;
    transition: color 300ms;
    white-space: nowrap;
}

.dr-section-item-address-item-contact-value a:hover {
    color: #23babf;
}

.dr-section-item-address-item:not(:first-child) {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #CCCCCC;
}

.dr-section-items {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.dr-section-pagination {
    font-size: initial;
    text-align: center;
}

.dr-section-empty {
    padding: 32px 24px;
    border: 1px solid #DEE2E6;
    border-radius: 24px;
    color: #ADB5BD;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    background-color: #fff;
}

.dr-section-filter-close {
    display: none;
}

.dr-section-filter-button {
    display: none;
    margin-top: 24px;
    font-size: 18px;
}

@media (max-width: 1365px) {
    .dr-section-item {
        flex-direction: column;
        gap: 32px;
    }

    .dr-section-item-content {
        width: 100%;
    }

    .dr-section-item-address-block {
        width: 100%;
    }
}

@media (max-width: 1279px) {
    .dr-section-filter-search-warpper input {
        width: 320px;
    }
}

@media (max-width: 1023px) {
    .dr-section-filter-button {
        display: block;
    }

    .dr-section-filter {
        display: none;
        position: fixed;
        opacity: 0;
        visibility: hidden;
        inset: 0;
        width: 100%;
        height: 100vh;
        height: calc(var(--vh, 1vh)* 100);
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        z-index: 1000;
        background-color: #080F15B2;
        border-radius: 0;
        border: none;
        padding: 60px 16px 16px 16px;
    }

    .show-mobile-filter .dr-section-filter {
        display: block;
        opacity: 1;
        visibility: visible;
    }

    .dr-section-filter:before {
        content: '';
        display: inline-block;
        overflow: hidden;
        width: 0;
        height: 100%;
        vertical-align: middle;
    }

    .dr-section-filter form {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        white-space: normal;
        text-align: left;
        width: 100%;
        max-width: 500px;
        padding: 32px 16px;
        border: 1px solid #DEE2E6;
        background-color: #fff;
        border-radius: 24px;
    }

    .dr-section-filter-close {
        display: inline-flex;
        align-items: center;
        position: absolute;
        font-size: 18px;
        bottom: calc(100% + 16px);
        right: 16px;
        color: #ffffff;
        transition: color 0.2s;
        cursor: pointer;
    }

    .dr-section-filter-close svg {
        width: 18px;
        margin-left: 8px;
        flex: none;
    }

    .dr-section-filter-close:hover {
        color: #23babf;
    }

    .dr-section-title {
        font-size: 32px;
        line-height: 40px;
    }

    .dr-section-title-filter {
        display: inline-flex;
    }

    .dr-section-panel {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }

    .dr-section-filter-top form {
        flex-wrap: wrap;
        gap: 16px;
    }

    .dr-section-title-panel {
        width: 100%;
    }

    .dr-section-filter-city {
        order: 1;
        margin: 0;
        width: calc(50% - 8px);
    }

    .dr-section-filter-sort {
        order: 2;
        margin: 0;
        width: calc(50% - 8px);
    }

    .dr-section-filter-search {
        order: 3;
        margin: 0;
        width: 100%;
    }

    .dr-section-filter-sort-title {
        display: none;
    }

    .dr-section-filter-city-dropbox {
        width: 100%;
    }

    .dr-section-filter-city-panel svg {
        margin-left: auto;
    }

    .dr-section-filter-city-panel {
        padding: 0 16px;
        gap: 10px;
    }

    .dr-section-filter-sort-panel {
        padding: 0 16px;
        gap: 10px;
    }

    .dr-section-filter-sort-select {
        width: 100%;
    }

    .dr-section-filter-sort-panel svg {
        margin-left: auto;
    }

    .dr-section-filter-sort-dropbox {
        width: 100%;
    }

    .dr-section-filter-search-warpper input {
        width: 100%;
    }

    .dr-section-item {
        padding: 24px 16px;
    }

    .dr-section-item-content {
        flex-direction: column;
    }

    .dr-section-item-content-left {
        margin: 0 auto;
    }

    .dr-section-item-content-left {
        width: 200px;
    }

    .dr-section-item-photo a {
        padding-top: 110%;
    }

    .dr-section-item-name a {
        font-size: 18px;
        line-height: 24px;
    }

    .dr-section-item-info-label span {
        font-size: 14px;
    }

    .dr-section-item-labels span {
        height: 34px;
        font-size: 14px;
    }

    .dr-section-item {
        gap: 24px;
    }

    .dr-section-filter-select-dropbox {
        position: relative;
        top: unset;
        display: none;
        padding: 16px 0;
        box-shadow: none;
    }

    .dr-section-filter-select.open .dr-section-filter-select-dropbox {
        display: block;
    }

    .dr-section-filter-select-panel {
        gap: 10px;
    }

    .dr-section-empty {
        text-align: center;
    }

    .dr-section-content {
        width: 100%;
    }
}

.dr-element {
    font-size: 0;
    line-height: 0;
}

.dr-element-item {
    display: flex;
    gap: 30px;
}

.dr-element-item-content {
    width: calc(100% - 470px);
}

.dr-element-item-content-block {
    display: flex;
    gap: 28px;
}

.dr-element-item-address-block {
    width: 440px;
    flex: none;
}

.dr-element-item-address-block-stick {
    position: sticky;
    padding: 40px;
    background-color: #fff;
    border: 1px solid #DEE2E6;
    border-radius: 16px;
    top: 100px;
}

.dr-element-item-address-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 44px;
    margin-bottom: 36px;
    color: #343A40;
}

.dr-element-item-address-item {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.dr-element-item-address-item-name {
    font-size: 18px;
    line-height: 22px;
    color: #343A40;
    font-weight: 600;
}

.dr-element-item-address-item-contacts {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.dr-element-item-address-item-contact {
    display: flex;
    gap: 12px;
}

.dr-element-item-address-item-contact-icon {
    flex: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}

.dr-element-item-address-item-contact-value {
    width: 100%;
    color: #6C757D;
    font-size: 18px;
    line-height: 28px;
}

.dr-element-item-address-item-contact-value a {
    color: #343A40;
    font-weight: 600;
    text-decoration: none;
    transition: color 300ms;
    white-space: nowrap;
}

.dr-element-item-address-item-contact-value a:hover {
    color: #23babf;
}

.dr-element-item-address-item:not(:first-child) {
    margin-top: 32px;
    padding-top: 32px;
    border-top: 1px solid #CCCCCC;
}

.dr-element-item-content-left {
    flex: none;
    width: 322px;
}

.dr-element-item-photo-wrapper {
    position: relative;
    height: 0;
    padding-top: 128%;
    display: block;
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    z-index: 1;
}

.dr-element-item-photo-wrapper img {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    object-fit: cover;
    display: block;
}

.dr-element-item-rating-panel {
    display: flex;
    flex-direction: column;
    gap: 22px;
    margin-top: 26px;
}

.dr-element-item-rating-block {
    display: flex;
    align-items: center;
    gap: 24px;
    white-space: nowrap;
}

.dr-element-item-rating-left {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex: none;
    color: #6C757D;
    font-size: 18px;
    font-weight: 600;
    line-height: 100%;
}

.dr-element-item-rating-stars {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.dr-element-item-rating-stars svg {
    display: block;
    width: 24px;
    height: auto;
}

.dr-element-item-rating-right {
    flex: none;
    margin-left: auto;
}

.dr-element-item-rating-right span {
    color: #6C757D;
    text-decoration: underline;
    font-size: 18px;
    font-weight: 600;
    line-height: 100%;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
    transition: color 300ms;
    cursor: pointer;
}

.dr-element-item-rating-right span:hover {
    color: #23babf;
}

.dr-element-item-rating-button span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    height: 56px;
    border-radius: 56px;
    background: linear-gradient(288.58deg, #007D7D 16.08%, #00FFC2 128.43%);
    color: #fff;
    padding: 0 24px;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    cursor: pointer;
    transition: opacity 300ms;
}

.dr-element-item-rating-button span:hover {
    opacity: 0.9;
}

.dr-element-item-content-right {
    width: calc(100% - 350px);
}

.dr-element-item-name {
    font-size: 44px;
    line-height: 56px;
    color: #343A40;
    font-weight: 600;
}

.dr-element-item-panel {
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    white-space: nowrap;
}

.dr-element-item-city {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex: none;
    font-size: 18px;
    color: #6A747D;
}

.dr-element-item-city svg {
    display: block;
    width: 14px;
    height: auto;
}

.dr-element-item-verify {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex: none;
    font-size: 16px;
    color: #fff;
    background-color: #27ADA0;
    border-radius: 8px;
    height: 28px;
    padding: 0 10px;
}

.dr-element-item-info {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-top: 16px;
}

.dr-element-item-info-items {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.dr-element-item-info-items span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    padding: 0 16px;
    border: 1px solid #DEE2E6;
    border-radius: 32px;
    flex: none;
    height: 32px;
    font-size: 16px;
    font-weight: 500;
    color: #495057;
}

.dr-element-item-labels {
    border-radius: 16px;
    padding: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    background-color: #EAF5F1;
}

.dr-element-item-labels span {
    color: #32697D;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    white-space: nowrap;
    flex: none;
}

.dr-element-item-info-label span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    padding: 0 16px;
    border: 1px solid #27ADA0;
    border-radius: 32px;
    flex: none;
    height: 32px;
    font-size: 16px;
    font-weight: 500;
    color: #343A40;
}

.dr-element-item-langs {
    margin-top: 16px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

.dr-element-item-langs-title {
    font-size: 18px;
    line-height: 24px;
    color: #6C757D;
}

.dr-element-item-langs-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.dr-element-item-langs-list span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    background-color: #EAF5F1;
    border-radius: 8px;
    color: #32697D;
    padding: 0 8px;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}

.dr-element-blocks {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 52px;
}

.dr-element-block {
    padding: 24px;
    border: 1px solid #DEE2E6;
    background-color: #fff;
    border-radius: 16px;
}

.dr-element-block-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 44px;
    color: #343A40;
    margin-bottom: 32px;
}

.dr-element-block-wrapper {
    font-size: 18px;
    line-height: 24px;
    color: #6C757D;
}

.dr-element-block-content {
    max-height: 216px;
    overflow: hidden;
    position: relative;
    transition: max-height 500ms;
}

.dr-element-block-content p {
    margin-bottom: 10px;
}

.dr-element-block-table td {
    padding: 0;
    vertical-align: top;
    font-size: 18px;
    line-height: 24px;
    color: #495057;
}

.dr-element-block-table tr:not(:last-child) td {
    padding-bottom: 24px;
}

td.dr-element-block-table-value {
    width: 100%;
    padding-left: 32px;
}

td.dr-element-block-table-date {
    position: relative;
    white-space: nowrap;
    padding-left: 8px;
}

.dr-element-block-table-date span {
    color: #ADB5BD;
    font-weight: 600;
    padding-left: 16px;
}

.dr-element-block-table-date:before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    display: block;
    width: 8px;
    height: 8px;
    background-color: #27ADA0;
    border-radius: 50%;
}

.dr-element-block-more {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    inset: auto 0 0 0;
    text-align: right;
    height: 115px;
    pointer-events: none;
    background: linear-gradient(360deg, #FFFFFF 16.52%, rgba(255, 255, 255, 0.84) 78.12%, rgba(255, 255, 255, 0) 100%);
}

.dr-element-block-more-show {
    opacity: 1;
    visibility: visible;
}

.dr-element-block-more-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    gap: 10px;
    border: 1px solid #01A794;
    height: 44px;
    border-radius: 44px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #313131;
    background-color: #fff;
    pointer-events: auto;
    cursor: pointer;
    transition: background 300ms, color 300ms, border 300ms;
}

.dr-element-block-more-button:hover {
    background-color: #00ccbb;
    border-color: #00ccbb;
    color: #fff;
}

.dr-element-block-more-button svg {
    flex: none;
    display: block;
    width: 12px;
    height: auto;
    color: #007D7D;
    transition: color 300ms;
}

.dr-element-block-more-button:hover svg {
    color: #fff;
}

.dr-element-reviews {
    padding: 24px;
    border: 1px solid #DEE2E6;
    background-color: #fff;
    border-radius: 16px;
}

.dr-element-reviews-panel {
    display: flex;
    align-items: center;
    gap: 24px;
}

.dr-element-reviews-panel-left {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: none;
    white-space: nowrap;
}

.dr-element-reviews-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 44px;
    color: #343A40;
}

.dr-element-reviews-stat {
    display: flex;
    align-items: center;
    gap: 16px;
    color: #ADB5BD;
    font-size: 18px;
    line-height: 24px;
}

.dr-element-reviews-panel-right {
    flex: none;
    margin-left: auto;
}

.dr-element-reviews-panel-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 32px;
    border: 1px solid #01A794;
    height: 56px;
    border-radius: 56px;
    font-size: 18px;
    font-weight: 500;
    white-space: nowrap;
    line-height: 20px;
    color: #313131;
    background-color: #fff;
    cursor: pointer;
    transition: background 300ms, color 300ms, border 300ms;
}

.dr-element-reviews-panel-button:hover {
    background-color: #00ccbb;
    border-color: #00ccbb;
    color: #fff;
}

.dr-element-item-address-mobile {
    display: none;
    margin-top: 30px;
    width: 100%;
}

.dr-element-item-rating-panel-mobile {
    display: none;
    margin-top: 32px;
}

.dr-element-reviews-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 16px;
}

.dr-element-reviews-item {
    display: flex;
    flex-direction: column;
    gap: 24px;
    background-color: #F8F9FA;
    padding: 24px;
    border-radius: 16px;
}

.dr-element-reviews-item-hide {
    display: none;
}

.dr-element-reviews-item-header {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.dr-element-reviews-item-panel {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.dr-element-reviews-item-author {
    flex: none;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #343A40;
}

.dr-element-reviews-item-date {
    flex: none;
    white-space: nowrap;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    color: #ADB5BD;
}

.dr-element-reviews-item-rating {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    white-space: nowrap;
}

.dr-element-reviews-item-rating-stars {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    flex: none;
}

.dr-element-reviews-item-rating-stars svg {
    display: block;
    width: 12px;
    height: auto;
    flex: none;
}

.dr-element-reviews-item-rating span {
    color: #ADB5BD;
    font-size: 16px;
    line-height: 20px;
}

.dr-element-reviews-item-text {
    color: #495057;
    font-size: 16px;
    line-height: 24px;
}

.dr-element-reviews-panel-bottom {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 24px;
    white-space: nowrap;
    margin-top: 16px;
}

.dr-element-reviews-panel-bottom-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 32px;
    border: 1px solid #01A794;
    height: 56px;
    border-radius: 56px;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    color: #313131;
    background-color: #fff;
    cursor: pointer;
    transition: background 300ms, color 300ms, border 300ms;
}

.dr-element-reviews-panel-bottom-more:hover {
    background-color: #00ccbb;
    border-color: #00ccbb;
    color: #fff;
}

.dr-element-reviews-panel-bottom-add {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 32px;
    height: 56px;
    border-radius: 56px;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    color: #fff;
    background: linear-gradient(288.58deg, #007D7D 16.08%, #00FFC2 128.43%);
    cursor: pointer;
    transition: opacity 300ms;
}

.dr-element-reviews-panel-bottom-add:hover {
    opacity: 0.9;
}

.dr-element-photos {
    padding: 24px;
    border: 1px solid #DEE2E6;
    background-color: #fff;
    border-radius: 16px;
    overflow: hidden;
}

.dr-element-photos-header {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 32px;
}

.dr-element-photos-header-left {
    display: flex;
    align-items: center;
    gap: 16px;
}

.dr-element-photos-header-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 44px;
    color: #343A40;
}

.dr-element-photos-header-cont {
    color: #ADB5BD;
    font-size: 18px;
    line-height: 24px;
}

.dr-element-photos-header-right {
    flex: none;
    display: flex;
    align-items: center;
    margin-left: auto;
    gap: 4px;
}

.dr-element-photos-header-right span {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E6E7EA;
    width: 44px;
    height: 44px;
    flex: none;
    color: #007D7D;
    cursor: pointer;
    border-radius: 12px;
    overflow: hidden;
    transition: color 300ms, border 300ms;
    z-index: 1;
}

.dr-element-photos-header-right span:not(.disabled-btn):hover {
    color: #fff;
    border-color: transparent;
}

.dr-element-photos-header-right span:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    opacity: 0;
    background: linear-gradient(18.62deg, #007D7D -24.65%, #00FFC2 146.66%);
    z-index: -1;
    transition: opacity 300ms;
}

.dr-element-photos-header-right span:not(.disabled-btn):hover:before {
    opacity: 1;
}

.dr-element-photos-header-right span svg {
    display: block;
    width: 7px;
    height: auto;
}

.dr-element-photos-slider {
    position: relative;
    z-index: 1;
    display: block;
    touch-action: pan-y;
}

.dr-element-photos-slider-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transform: translate3d(0px, 0, 0);
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
}

.dr-element-photos-slide {
    flex-shrink: 0;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
    width: 100%;
    max-width: 205px;
}

.dr-element-photos-slide:not(:last-child) {
    margin-right: 30px;
}

.dr-element-photos-slide a {
    position: relative;
    width: 100%;
    display: block;
    height: 0;
    padding-top: 140%;
    background-color: #f5f5f5;
    border: 3px solid #f5f5f5;
    border-radius: 12px;
    overflow: hidden;
    z-index: 1;
}

.dr-element-photos-slide a img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    object-fit: cover;
    object-position: left;
    z-index: -1;
}

.dr-element-photos-header-right span.disabled-btn {
    opacity: 0.4;
}

@media (max-width: 1365px) {
    .dr-element-item-address-block {
        display: none;
    }

    .dr-element-item-content {
        width: 100%;
    }

    .dr-element-item-address-mobile {
        display: block;
    }

    .dr-element-item-address-block-stick {
        padding: 24px;
    }
}

@media (max-width: 1023px) {
    .dr-element-item-content-block {
        flex-direction: column;
    }

    .dr-element-item-content-left {
        width: 200px;
        margin: 0 auto;
    }

    .dr-element-item-rating-panel {
        display: none;
    }

    .dr-element-item-rating-panel-mobile {
        display: flex;
    }

    .dr-element-item-content-right {
        width: 100%;
    }

    .dr-element-item-name {
        font-size: 32px;
        line-height: 40px;
    }

    .dr-element-item-photo-wrapper {
        padding-top: 110%;
    }

    .dr-element-item-city {
        font-size: 16px;
    }

    .dr-element-item-panel {
        flex-direction: column;
        align-items: flex-start;
    }

    .dr-element-item-info {
        margin-top: 32px;
        gap: 24px;
    }

    .dr-element-reviews-panel {
        flex-direction: column;
    }

    .dr-element-item-address-block-stick {
        padding: 24px 16px;
    }

    .dr-element-item-address-title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 32px;
    }

    .dr-element-item-address-item:not(:first-child) {
        margin-top: 24px;
        padding-top: 24px;
    }

    .dr-element-item-address-item-name {
        font-size: 16px;
        line-height: 20px;
    }

    .dr-element-item-address-item-contact-value {
        font-size: 16px;
        line-height: 24px;
    }

    .dr-element-item-labels {
        gap: 16px;
    }

    .dr-element-item-langs-list span {
        font-size: 16px;
    }

    .dr-element-photos {
        padding: 24px 16px;
    }

    .dr-element-photos-header {
        margin-bottom: 24px;
    }

    .dr-element-photos-header-title {
        font-size: 24px;
        line-height: 32px;
    }

    .dr-element-photos-header-right {
        display: none;
    }

    .dr-element-photos-header-left {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }

    .dr-element-photos-slide:not(:last-child) {
        margin-right: 10px;
    }

    .dr-element-photos-header-cont {
        font-size: 16px;
        line-height: 22px;
    }

    .dr-element-blocks {
        margin-top: 32px;
    }

    .dr-element-block {
        padding: 24px 16px;
    }

    .dr-element-block-title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 32px;
    }

    .dr-element-block-wrapper {
        font-size: 16px;
        line-height: 22px;
    }

    .dr-element-block-more-button span {
        display: none;
    }

    .dr-element-block-more {
        justify-content: center;
    }

    .dr-element-reviews-panel-left {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }

    .dr-element-reviews-panel-right {
        margin-left: 0;
        width: 100%;
    }

    .dr-element-reviews-panel-button {
        width: 100%;
    }

    .dr-element-reviews-stat {
        font-size: 16px;
        line-height: 22px;
    }

    .dr-element-reviews {
        padding: 24px 16px;
    }

    .dr-element-reviews-title {
        font-size: 24px;
        line-height: 32px;
    }

    .dr-element-reviews-item {
        padding: 24px 16px;
        gap: 16px;
    }

    .dr-element-reviews-item-author {
        font-size: 16px;
        line-height: 22px;
    }

    .dr-element-reviews-item-date {
        font-size: 14px;
        line-height: 18px;
    }

    .dr-element-reviews-item-text {
        font-size: 14px;
        line-height: 22px;
    }

    .dr-element-reviews-item-rating span {
        font-size: 14px;
        line-height: 18px;
    }

    .dr-element-reviews-panel-left {
        gap: 10px;
    }

    .dr-element-reviews-panel-bottom {
        flex-direction: column;
        gap: 16px;
    }

    .dr-element-reviews-panel-bottom-more {
        width: 100%;
    }

    .dr-element-reviews-panel-bottom-add {
        width: 100%;
    }

    .dr-element-block-table td {
        font-size: 16px;
        line-height: 22px;
    }

    td.dr-element-block-table-value {
        padding-left: 24px;
    }
}
/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?171387491151*/
font.errortext{color:red}font.notetext{color:green}
/* End */
/* /local/templates/aspro-local-allcorp3medc/components/bitrix/catalog/doctors/style.css?172060202244014 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?171387491151 */
