

/* 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:/local/templates/aspro-local-allcorp3medc/css/jquery.fancybox.css?171387499217412*/
body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(to top,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(0, 0, 0, .019) 88%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}
/* End */


/* Start:/local/templates/aspro-local-allcorp3medc/vendor/css/carousel/swiper/swiper-bundle.min.css?171387499212838*/
/**
 * Swiper 8.4.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 11, 2022
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}
/* End */


/* Start:/local/templates/aspro-local-allcorp3medc/css/slider.swiper.min.css?17138749911924*/
.swiper-lazy{transition:opacity ease .3s}#main .swiper-lazy:not(.swiper-lazy-loaded){background-size:auto}.swiper-lazy:not(.swiper-lazy-loaded)>div{opacity:0}.swiper-pagination-bullet{width:12px;height:12px;background:rgba(0,0,0,.1);opacity:1;position:relative}.swiper-pagination-bullet:before{content:"";position:absolute;top:50%;left:50%;margin:-4px 0 0 -4px;width:8px;height:8px;background:#fff;border-radius:100%;transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;-webkit-transition:all .3s ease}.swiper-pagination-bullet.swiper-pagination-bullet-active:before,.swiper-pagination-bullet:hover:before{transform:scale(1.5);background-color:#9e9e9e;background-color:var(--theme-base-color)}.swiper-container-horizontal>.swiper-pagination-bullets{bottom:21px}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 7px}.swiper-button-next,.swiper-button-prev{width:40px;height:40px;background:#fff;background:var(--arrows_bg_black);border-radius:3px;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.swiper-button-next:hover,.swiper-button-prev:hover{background-color:#9e9e9e;background-color:var(--theme-base-color)}.swiper-button-next:after,.swiper-button-prev:after{background:url(/local/templates/aspro-local-allcorp3medc/css/../images/svg/header_icons.svg) no-repeat;font-size:0;width:7px;height:12px;background-position:var(--light,0 -65px) var(--dark,0 -81px)}.swiper-button-prev:hover:after{background-position:0 -81px}.swiper-button-next:after{background-position:-11px -65px;background-position:var(--light,-11px -65px) var(--dark,-11px -81px)}.swiper-button-next:hover:after{background-position:-11px -81px}.navigation_on_hover:not(:hover) .swiper-button-next,.navigation_on_hover:not(:hover) .swiper-button-prev{opacity:0;visibility:hidden}
/* End */
/* /local/templates/aspro-local-allcorp3medc/components/bitrix/catalog/doctors/style.css?172060202244014 */
/* /local/templates/aspro-local-allcorp3medc/css/jquery.fancybox.css?171387499217412 */
/* /local/templates/aspro-local-allcorp3medc/vendor/css/carousel/swiper/swiper-bundle.min.css?171387499212838 */
/* /local/templates/aspro-local-allcorp3medc/css/slider.swiper.min.css?17138749911924 */
