/* Временно скрываем заголовк стилями */
h1.med-clinics-tabs.med-clinics-tabs-title {
    display: none;
}
.beauty-clinics-banner {
    height: 610px;
}
.beauty-clinics-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 800px;
    overflow: hidden;
}
/* убираем доп картинку фона на разводящей клиник  */
/* .beauty-clinics-bg::before {
    content: '';
    background-image: url('../img/beauty-clinics_bg-tree.png');
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    left: -13%;
    top: 35%;
} */
.beauty-clinics-bg__image {
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    width: 970px;
    height: 875px;
    right: 30px;
    top: 0;
}
.beauty-clinics-title {
    position: absolute;
    top: 215px;
    font-family: alethiapro-regular, sans-serif;
    font-size: 107px;
    font-style: normal;
    font-weight: 400;
    line-height: 100px;
    text-transform: uppercase;
    color: #fff;
}
.beauty-clinics-wrapper .med-clinics-page {
    background: #F5F5F5;
    padding: 32px;
    position: relative;
}
.beauty-clinics-wrapper .med-search__service-form {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.beauty-clinics-wrapper .med-search__service-input.med-search__service-clinics-input {
    width: 100%;
    padding: 14px 200px 15px 24px;
    background: #fff;
    height: 70px;
    font-size: 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-radius: 0;
}

.beauty-clinics-wrapper .med-search__service-btn {
    position: absolute;
    right: 15px;
    display: flex;
    width: 130px;
    height: 37px;
    padding: 11px 16px;
    justify-content: center;
    border-radius: 26px;
    background: #BF9780;
    color: #fff;
}
.beauty-clinics-wrapper .med-search__service-btn .med-search__service-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    margin-top: 2px;
    pointer-events: none;
}
.beauty-clinics-wrapper .beauty-serch-icon-mobole {
    display: none;
}

.beauty-clinics-wrapper .reset_clinics-search {
    top: 28px;
}
.beauty-clinics-wrapper .med-clinics-block__switcher-block_new.med-clinics-block__switcher-block--absolute:not(.med-clinics-block__switcher-block--hospital) {
    position: absolute;
    top: 124px;
    width: calc(100% - 64px);
    display: flex;
    justify-content: flex-end;
    border-bottom: 1px solid #EDEDED;
    height: 54px;
}
.beauty-clinics-wrapper .med-clinics-block__switcher-item_new {
    font-weight: 500;
    color: #373737;
    opacity: 0.4;
    position: relative;
    height: 54px;
    display: inline-block;
}
.beauty-clinics-wrapper .med-clinics-block__switcher-item_new._active {
    color: #373737;
    font-weight: 500;
    opacity: 1;
    pointer-events: none;
}
.beauty-clinics-wrapper .med-clinics-block__switcher-item_new._active:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #BF9780;
}
.beauty-clinics-wrapper .med-clinics-block__list.med-block__list {
    margin-top: 120px;
    background: #fff;
}
.beauty-clinics-wrapper .med-service-clinics-block__list-title {
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -0.44px;
    padding: 24px;
}
.beauty-clinics-wrapper .med-clinics-page .med-services-block {
    margin-bottom: 0 !important;
}
.beauty-clinics-wrapper .med-service-block__type-item {
    color: #373737;
    border-left: 4px solid #fff;
    background: #fff;
    display: block;
}
.beauty-clinics-wrapper .med-service-block__type-item:hover {
    color: #906044;
    border-left: 4px solid #906044;
    background: rgba(144, 96, 68, 0.15);
}
.beauty-clinics-wrapper .med-service-block__type-item-wrapper {
    border-top: 1px solid #EDEDED;
    padding: 24px 0;
    margin: 0 24px;
    position: relative;
}
.beauty-clinics-wrapper .med-service-block__type-item:hover .med-service-block__type-item-wrapper {
    border-top: 1px solid rgba(0,0,0,0);
}
/* элемент after чтобы перекрыть border следкбкщего элемента, иначе до него не добраться */
.beauty-clinics-wrapper .med-service-block__type-item:hover .med-service-block__type-item-wrapper:after {
    content: '';
    position: absolute;
    bottom: -1px;
    z-index: 2;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
}
.beauty-clinics-wrapper .med-service-block__type-item-left {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: calc(100% - 48px);
}
.beauty-clinics-wrapper .med-service-block__type-item-left-top {
    width: 50%;
    padding-right: 100px;
}
.beauty-clinics-wrapper .med-service-block__type-item-left-bot {
    width: 50%;
    padding-left: 100px;
}
.beauty-clinics-wrapper .med-service-block__type-item-name {
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -0.44px;
}
.beauty-clinics-wrapper .med-service-block__type-item-info {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.16px;
    margin-top: 8px;
}
.beauty-clinics-wrapper .med-service-block__type-item-info-text {
    opacity: 0.4;
    margin-right: 24px;
}
.beauty-clinics-wrapper .med-service-tag--new {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 29px;
    background-color: #E8E8E8;
    border-radius: 26px;
    font-weight: 500;
    font-size: 13px;
    color: #BF9780;
}
.beauty-clinics-wrapper .med-service-tag--new::before {
    content: '';
    background-image: url("data:image/svg+xml,%0A%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 0.84375L6.72597 2.76836C6.94195 4.60796 8.39265 6.05865 10.2322 6.27464L12.1569 6.5006L10.2322 6.72657C8.39265 6.94256 6.94195 8.39325 6.72597 10.2329L6.5 12.1575L6.27403 10.2329C6.05805 8.39325 4.60735 6.94256 2.76775 6.72657L0.843146 6.5006L2.76775 6.27464C4.60735 6.05865 6.05805 4.60796 6.27403 2.76836L6.5 0.84375Z' fill='%23BF9780'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    flex-shrink: 0;
    margin-right: 5px;
}
.beauty-clinics-wrapper .med-service-block__type-item-street {
    font-size: 18px;
    line-height: 24px;
}
.beauty-clinics-wrapper .med-service-block__type-item-street-wrap,
.beauty-clinics-wrapper .med-service-block__type-item-detail-wrap {
    display: flex;
}
.beauty-clinics-wrapper .med-service-block__type-item-detail-wrap {
    margin-top: 8px;
}
.beauty-clinics-wrapper .med-service-block__type-item-detail {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.16px;
    opacity: 0.4;
}
.beauty-clinics-wrapper .med-service-block__type-item-street-wrap .med-service-block__type-item-geo-icon {
    display: none;
}
.beauty-clinics-wrapper .med-service-block__type-item-geo-icon._metro svg {
    display: none;
}
.beauty-clinics-wrapper .med-service-block__type-item-geo-icon._metro {
    background-image: url("/beauty/img/metro-gray.svg");
    background-repeat: no-repeat;
    background-position: top;
    padding-left: 30px;
    transition: all 0.2s;
    margin-top: 2px;
    margin-left: -7px;
}
.beauty-clinics-wrapper .med-service-block__type-item:hover .med-service-block__type-item-geo-icon._metro {
    background-image: url("/beauty/img/metro-brown.svg");
}
.beauty-clinics-wrapper .med-service-block__show-more {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 32px 0;
    background: #F5F5F5;
    font-size: 16px;
    line-height: 20px;
    cursor: pointer;
    /* чтобы перекрыть after элемент блока перед кнопкой */
    margin-top: -1px;
    position: relative;
    z-index: 3;
    transition: all .3s ease;
}
.beauty-clinics-wrapper .med-service-block__show-more:hover {
    color: #906044;
}
.beauty-clinics-wrapper .med-service-block__show-more.hidden {
    display: none;
}
.beauty-clinics-wrapper .result-not-found {
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 0 24px 24px;
}
@media screen and (max-width: 1439px) {
    .beauty-clinics-banner {
        height: 590px;
    }
    .beauty-clinics-bg__image {
        width: 870px;
        top: -35px;
    }
    /* .beauty-clinics-bg::before {
        left: -17%;
        top: 35%;
    } */
    .beauty-clinics-wrapper .med-service-block__type-item-left {
        flex-direction: column;
    }
    .beauty-clinics-wrapper .med-service-block__type-item-left-top {
        width: 100%;
        padding-right: 0px;
    }
    .beauty-clinics-wrapper .med-service-block__type-item-left-bot {
        width: 100%;
        padding-left: 0px;
        margin-top: 24px;
    }
}
@media screen and (max-width: 1279px) {
    .beauty-clinics-bg__image {
        width: 768px;
        height: 684px;
        top: auto;
        bottom: 0;
        right: -10%;
    }

    .beauty-clinics-bg__image::before {
        content: '';
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDU3IiBoZWlnaHQ9IjI2NiIgdmlld0JveD0iMCAwIDQ1NyAyNjYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGZpbHRlcj0idXJsKCNmaWx0ZXIwX2ZfMzYxNV8xNDQ2NykiPgo8cGF0aCBkPSJNNTI0IDc0LjQ5ODhDNDQ3LjUgMjU5Ljk5OSAyMDguNSAyNzEuOTk5IDc1LjAwMDEgMjg2Ljk5OEM3Ny4xNzg1IDQzMi40MjMgNDAxLjk3IDQyNC41MzEgNTI5LjI5NSA0MTMuODY5QzU1Ni44NjEgMjE2LjM1NyA1MjQgNzQuNDk4OCA1MjQgNzQuNDk4OFoiIGZpbGw9IiNCRjk3ODAiLz4KPC9nPgo8ZGVmcz4KPGZpbHRlciBpZD0iZmlsdGVyMF9mXzM2MTVfMTQ0NjciIHg9IjAuNjAwMjQzIiB5PSIwLjA5OTk5ODUiIHdpZHRoPSI2MTQuMTEiIGhlaWdodD0iNDkzLjI5NiIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgo8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJzaGFwZSIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIzNy4yIiByZXN1bHQ9ImVmZmVjdDFfZm9yZWdyb3VuZEJsdXJfMzYxNV8xNDQ2NyIvPgo8L2ZpbHRlcj4KPC9kZWZzPgo8L3N2Zz4K);
        position: absolute;
        bottom: 0;
        right: 0;
        width: 467px;
        height: 266px;
        background-size: contain;
        background-repeat: no-repeat;
    }
}
@media screen and (max-width: 1023px) {
    .beauty-clinics-banner {
        height: 420px;
    }
    .beauty-clinics-bg {
        height: 600px;
    }
    .beauty-clinics-bg__image {
        width: 605px;
        height: 530px;
    }
    .beauty-clinics-title {
        top: 170px;
        font-size: 65px;
        line-height: 60px;
        letter-spacing: -1px;
    }
    .beauty-clinics-wrapper .med-clinics-page {
        padding: 24px;
    }
    .beauty-clinics-wrapper .med-clinics-block__switcher-block_new.med-clinics-block__switcher-block--absolute:not(.med-clinics-block__switcher-block--hospital) {
        width: calc(100% - 48px);
    }
}

@media (max-width: 930px) {
    .beauty-clinics-wrapper .med-clinics-block__switcher-block_new-clinics.med-clinics-block__switcher-block--absolute.map-mod:not(.med-clinics-block__switcher-block--hospital) {
        top: 124px;
    }
}

@media screen and (max-width: 767px) {
    .beauty-clinics-banner {
        height: 180px;
    }
    .beauty-clinics-bg {
        height: 350px;
    }
    /* .beauty-clinics-bg::before {
        left: -25%;
        top: 45%;
    } */
    .beauty-clinics-bg__image {
        width: 292px;
        height: 261px;
    }
    .beauty-clinics-title {
        top: 150px;
        font-size: 26px;
        line-height: 32px;
    }
    .beauty-clinics-wrapper .med-clinics-page {
        padding: 15px;
        margin: 0 -23px;
    }
    .beauty-clinics-wrapper .med-search__service-input.med-search__service-clinics-input {
        height: 40px;
        font-size: 14px;
        padding: 8px 50px 8px 8px;
    }

    .beauty-clinics-wrapper .med-search__service-btn {
        width: 30px;
        height: 30px;
        right: 8px;
        border-radius: 0;
        padding: 0;
        background: #fff;
    }
    .beauty-clinics-wrapper .med-search__service-btn .med-search__service-icon {
        margin-right: 0px;
        margin-top: 3px;
        height: 24px;
        width: 24px;
    }
    .beauty-clinics-wrapper .med-search__service-btn-text {
        display: none;
    }
    .beauty-clinics-wrapper .beauty-serch-icon-mobole {
        display: block;
    }
    .beauty-clinics-wrapper .beauty-serch-icon-desktop {
        display: none;
    }
    .beauty-clinics-wrapper .reset_clinics-search {
        right: 50px;
        top: 14px;
    }
    .beauty-clinics-wrapper .reset_clinics-search svg {
        width: 12px;
        height: 12px;
    }
    .beauty-clinics-wrapper .med-clinics-block__switcher-block_new.med-clinics-block__switcher-block--absolute:not(.med-clinics-block__switcher-block--hospital) {
        width: calc(100% - 30px);
        top: 70px;
        border-bottom: none;
        height: auto;
        justify-content: center;
    }
    .beauty-clinics-wrapper .med-clinics-block__switcher-block_new-clinics.med-clinics-block__switcher-block--absolute.map-mod:not(.med-clinics-block__switcher-block--hospital) {
        top: 70px;
    }
    .beauty-clinics-wrapper .med-clinics-block__switcher_new {
        display: flex;
        width: calc(100% - 20px);
    }
    .beauty-clinics-wrapper .med-clinics-block__switcher-item_new {
        opacity: 1;
        height: 32px;
        border-radius: 16px;
        border: 1px solid rgba(55, 55, 55, 0.20);
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 6px 32px;
        font-size: 12px;
        width: 50%;
    }
    .beauty-clinics-wrapper .med-clinics-block__switcher-item_new._active {
        color: #fff;
        background-color: #BF9780;
        border: 1px solid #BF9780;
    }
    .beauty-clinics-wrapper .med-clinics-block__switcher-item_new._active:after {
        display: none;
    }
    .beauty-clinics-wrapper .med-clinics-block__list.med-block__list {
        margin-top: 64px;
    }
    .beauty-clinics-wrapper .med-service-clinics-block__list-title {
        font-size: 20px;
        line-height: 25px;
        padding: 16px;
    }
    .beauty-clinics-wrapper .med-service-block__type-item-wrapper {
        border-top: 1px solid #EDEDED;
        padding: 20px 0 24px 0;
        margin: 0 16px;
        position: relative;
    }
    .beauty-clinics-wrapper .med-service-block__type-item-left-bot {
        margin-top: 16px;
    }
    .beauty-clinics-wrapper .med-service-block__type-item-name {
        font-size: 18px;
        line-height: 24px;
    }
    .beauty-clinics-wrapper .med-service-block__type-item-info {
        flex-direction: column;
        align-items: flex-start;
        font-size: 14px;
        line-height: 18px;
    }
    .beauty-clinics-wrapper .med-service-tag--new {
        margin-bottom: 8px;
    }
    .beauty-clinics-wrapper .med-service-block__type-item-street {
        font-size: 16px;
        line-height: 20px;
    }
    .beauty-clinics-wrapper .med-service-block__type-item-detail {
        font-size: 14px;
        line-height: 18px;
    }
    .beauty-clinics-wrapper .result-not-found {
        padding: 0 16px 16px;
    }
}

/* Детальная страница клиник start */

.beauty-clinics-main {
    display: flex;
    align-items: flex-end;
    min-height: 853px;
    padding-bottom: 60px;
}

@media screen and (max-width: 1279px) {
    .beauty-clinics-main {
        position: relative;
    }
    .beauty-clinics-main .beauty-container {
        padding: 0 23px;
    }
}

@media screen and (max-width: 1023px) {
    .beauty-clinics-main {
        min-height: 800px;
        align-items: stretch;
        padding-bottom: 100px;
        padding-top: 50px;
    }
}

@media screen and (max-width: 767px) {
    .beauty-clinics-main {
        min-height: 600px;
    }
}

.beauty-clinics-main__bg {
    position: absolute;
    width: 100%;
    height: 1040px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
}

@media screen and (min-width: 1441px) {
    .beauty-clinics-main__bg {
        max-width: 1440px;
        left: calc(50% - 720px);
    }
}

@media screen and (max-width: 1279px) {
    .beauty-clinics-main__bg {
        height: calc(100% + 190px);
        top: -190px;
    }
}

@media screen and (max-width: 1023px) {
    .beauty-clinics-main__bg::before {
        content: '';
        position: absolute;
        background: linear-gradient(172deg, #483A31 10.36%, rgba(72, 58, 49, 0.00) 35.44%), linear-gradient(180deg, rgba(72, 58, 49, 0.00) 49.95%, #483A31 100%), linear-gradient(0deg, rgba(72, 58, 49, 0.30) 0%, rgba(72, 58, 49, 0.30) 100%);
        opacity: 0.5;
        width: 100%;
        height: 100%;
        top: 0;
    }
}

.beauty-clinics-main__inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    font-weight: 400;
    color: #FFFFFF;
    z-index: 1;
}

@media screen and (max-width: 1023px) {
    .beauty-clinics-main__inner {
        flex-direction: column;
        height: 100%;
    }
}

.beauty-clinics-main__col {
    flex-shrink: 0;
}

.beauty-clinics-main__col:first-child {
    width: 60%;
}

@media screen and (max-width: 767px) {
    .beauty-clinics-main__col:first-child {
        width: 100%;
    }
}

.beauty-clinics-main__col:last-child {
    width: 30%;
    padding-left: 50px;
}

@media screen and (max-width: 1279px) {
    .beauty-clinics-main__col:last-child {
        padding-left: 0;
    }
}

@media screen and (max-width: 1023px) {
    .beauty-clinics-main__col:last-child {
        width: 100%;
    }
}

.beauty-clinics-main__title {
    margin: 0 0 30px;
}

@media screen and (max-width: 767px) {
    .beauty-clinics-main__title {
        font-size: 22px;
        line-height: 27px;
        word-wrap: break-word;
        margin: 0 0 24px;
        padding-right: 15px;
    }
}

.beauty-clinics-main__inner .beauty-clinics-main__button.button {
    border-color: #FFFFFF;
}

@media screen and (max-width: 767px) {
    .beauty-clinics-main__button {
        font-size: 16px;
    }
}

.beauty-clinics-main__button:hover {
    border-color: #bf9780;
}

.beauty-clinics-main__info-item {
    line-height: 20px;
}

@media screen and (max-width: 767px) {
    .beauty-clinics-main__info-item {
        font-size: 16px;
        padding-right: 20px;
    }
}

.beauty-clinics-main__info-item:not(:last-child) {
    margin-bottom: 24px;
}

.beauty-clinics-main__info-text {
    margin-bottom: 10px;
}

.beauty-clinics-main__info-detail {
    display: flex;
    align-items: center;
}

.beauty-clinics-main__info-detail span {
    opacity: 0.4;
}

.beauty-clinics-main__info-detail svg {
    margin-right: 7px;
    flex-shrink: 0;
}

.beauty-clinics-main__info-open {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 32px;
    font-weight: 500;
    letter-spacing: -0.32px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 43px;
    cursor: default;
}

.clinic-services-tab {
    background: #f5f5f5;
    padding: 40px 32px 32px 32px;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .clinic-services-tab {
        padding: 24px 32px 0 32px;
    }
}

.clinic-services-tab__title {
    line-height: 56px;
    color: #373737;
    margin: 0 0 24px;
}

@media screen and (max-width: 767px) {
    .clinic-services-tab__title {
        line-height: 27px;
        margin: 0 0 16px;
    }
}

.clinic-about-tab {
    background: #f5f5f5;
    padding: 40px 32px;
    overflow: hidden;
}

.clinic-about-tab__main {
    display: flex;
    justify-content: space-between;
}

.clinic-about-tab__main + .med-clinics-on-map {
    margin-top: 24px;
}

@media screen and (max-width: 767px) {
    .clinic-about-tab__main {
        flex-direction: column;
    }
}

.clinic-about-tab__title {
    line-height: 56px;
    color: #373737;
    margin: 0 0 24px;
}

@media screen and (max-width: 767px) {
    .clinic-about-tab__title {
        line-height: 27px;
    }
}

.clinic-about-tab__main-description {
    width: calc(60% - 15px);
}

@media screen and (max-width: 1023px) {
    .clinic-about-tab__main-description {
        width: 70%;
    }
}

@media screen and (max-width: 767px) {
    .clinic-about-tab__main-description {
        width: 100%;
    }
}

.clinic-about-tab__main-description p {
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.22px;
    color: rgba(55, 55, 55, 0.6);
    padding-bottom: 24px;
}

.clinic-about-tab__main-description ul {
    color: rgba(55, 55, 55, 0.6);
    font-weight: 400;
    margin-bottom: 15px;
    padding-left: 15px;
}

.clinic-about-tab__main-description ul li {
    position: relative;
    padding-left: 24px;
    padding-bottom: 8px;
}

.clinic-about-tab__main-description ul li:before {
    content: "";
    display: block;
    position: absolute;
    width: 17px;
    height: 24px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="24" viewBox="0 0 17 24" fill="none"><path d="M8.48438 5L9.00753 9.45585C9.22352 11.2954 10.6742 12.7461 12.5138 12.9621L16.9697 13.4853L12.5138 14.0084C10.6742 14.2244 9.22352 15.6751 9.00753 17.5147L8.48437 21.9706L7.96122 17.5147C7.74523 15.6751 6.29454 14.2244 4.45494 14.0084L-0.000906311 13.4853L4.45494 12.9621C6.29454 12.7461 7.74523 11.2954 7.96122 9.45584L8.48438 5Z" fill="%23BF9780"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
    top: -5px;
    left: 0;
}

.clinic-about-tab__main-description ul._bold {
    font-weight: 700;
}

.clinic-about-tab__main-description ul._bold li:before {
    top: -3px;
}

.beauty-clinic-about-tab__subtitle {
    font-family: alethiapro-regular, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: -0.24px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

@media screen and (max-width: 1023px) {
    .clinic-about-tab__main-description p {
        font-size: 16px;
        line-height: 24px;
        padding-bottom: 16px;
    }
    .clinic-about-tab__main-description ul li:before {
        top: -7px;
    }
    .clinic-about-tab__main-description ul._bold li:before {
        top: -5px;
    }
}

.clinic-about-tab__main-description-title {
    font-family: alethiapro-regular, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: -0.24px;
    text-transform: uppercase;
    padding-bottom: 24px;
}

.clinic-about-tab__main-description_list {
    padding: 0 0 40px 16px;
}

@media screen and (max-width: 1023px) {
    .clinic-about-tab__main-description_list {
        padding: 0 0 24px 16px;
    }
}

.clinic-about-tab__main-description_list li {
    display: flex;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.22px;
}

@media screen and (max-width: 1023px) {
    .clinic-about-tab__main-description_list li {
        font-size: 16px;
        line-height: 24px;
    }
}

.clinic-about-tab__main-description_list li:not(:last-child) {
    margin-bottom: 16px;
}

.clinic-about-tab__main-description_list li::before {
    content: '';
    background-image: url("data:image/svg+xml,%0A%3Csvg width='17' height='24' viewBox='0 0 17 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.48438 5L9.00753 9.45585C9.22352 11.2954 10.6742 12.7461 12.5138 12.9621L16.9697 13.4853L12.5138 14.0084C10.6742 14.2244 9.22352 15.6751 9.00753 17.5147L8.48437 21.9706L7.96122 17.5147C7.74523 15.6751 6.29454 14.2244 4.45494 14.0084L-0.000906311 13.4853L4.45494 12.9621C6.29454 12.7461 7.74523 11.2954 7.96122 9.45584L8.48438 5Z' fill='%23BF9780'/%3E%3C/svg%3E%0A");
    width: 17px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
    margin: 2px 8px 0 0;
}

.clinic-about-tab__main-description_list li span {
    opacity: 0.6;
}

.clinic-about-tab__main-info {
    width: calc(40% - 90px);
    flex-shrink: 0;
    margin-left: 80px;
}

@media screen and (max-width: 1279px) {
    .clinic-about-tab__main-info {
        width: 40%;
    }
}

@media screen and (max-width: 1023px) {
    .clinic-about-tab__main-info {
        width: 33%;
        margin-left: 35px;
    }
}

@media screen and (max-width: 767px) {
    .clinic-about-tab__main-info {
        width: 100%;
        margin-left: 0;
    }
}

.clinic-about-tab__info-doctor {
    background-color: #FFFFFF;
    margin-bottom: 24px;
}

.clinic-about-tab__info-doctor_pic {
    position: relative;
    height: 355px;
    border-bottom: 1px solid #E8E8E8;
}

@media screen and (max-width: 1279px) {
    .clinic-about-tab__info-doctor_pic {
        height: 240px;
    }
}

@media screen and (max-width: 1023px) {
    .clinic-about-tab__info-doctor_pic {
        height: 170px;
    }
}

@media screen and (max-width: 767px) {
    .clinic-about-tab__info-doctor_pic {
        height: 270px;
    }
}

.clinic-about-tab__info-doctor_pic img {
    position: absolute;
    height: 100%;
    width: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.clinic-about-tab__info-doctor_detail {
    padding: 0 24px;
}

@media screen and (max-width: 1023px) {
    .clinic-about-tab__info-doctor_detail {
        padding: 0 16px;
    }
}

.clinic-about-tab__info-doctor_item {
    padding: 24px 0;
}

@media screen and (max-width: 1023px) {
    .clinic-about-tab__info-doctor_item {
        padding: 16px 0;
    }
}

.clinic-about-tab__info-doctor_item:not(:last-child) {
    border-bottom: 1px solid #E8E8E8;
}

.clinic-about-tab__info-doctor_item p a {
    display: block;
    font-weight: 700;
}

.clinic-about-tab__info-doctor_title {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    opacity: 0.2;
    margin-bottom: 8px;
}

.clinic-about-tab__info-doctor_title-bold {
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    color: #373737;
    margin-bottom: 8px;
    opacity: 1;
}

.clinic-about-tab__info-doctor_item {
    display: flex;
    flex-direction: column;
}

.med-clinic-page__aside-block-title {
    order: 2;
    font-family: alethiapro-regular, sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    text-transform: uppercase;
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 24px;
}

.med-clinic-page__aside-block-descr {
    order: 1;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    opacity: 0.2;
    margin-bottom: 8px;
}

.med-clinic-page__aside-block-subtitle {
    order: 3;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    opacity: 0.2;
    margin-bottom: 8px;
    padding-top: 24px;
}

.med-clinic-page__aside-block-text {
    order: 4;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #373737;
}

@media screen and (max-width: 1023px) {
    .clinic-about-tab__info-doctor_title-bold {
        font-size: 18px;
        line-height: 28px;
    }

    .med-clinic-page__aside-block-title {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -0.16px;
        padding-bottom: 16px;
    }

    .med-clinic-page__aside-block-descr {
        font-size: 14px;
        line-height: 18px;
    }

    .med-clinic-page__aside-block-subtitle {
        font-size: 14px;
        line-height: 18px;
        padding-top: 16px;
    }

    .med-clinic-page__aside-block-text {
        font-size: 16px;
        line-height: 24px;
    }
}

@media screen and (max-width: 767px) {
    .med-clinic-page__info-name,
    .med-clinic-page__info-phone {
        font-size: 16px;
        line-height: 24px;
    }
}

.clinic-about-tab__info-doctor_name {
    font-family: alethiapro-regular, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: -0.24px;
    color: #373737;
    text-transform: uppercase;
}

@media screen and (max-width: 1023px) {
    .clinic-about-tab__info-doctor_name {
        font-size: 16px;
        line-height: 24px;
    }
}

.clinic-about-tab__info-doctor_schedule {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #373737;
}

@media screen and (max-width: 1023px) {
    .clinic-about-tab__info-doctor_schedule {
        font-size: 16px;
    }
}

.clinic-about-tab__info-clinic {
    background-color: #FFFFFF;
    padding: 24px;
}

@media screen and (max-width: 1023px) {
    .clinic-about-tab__info-clinic {
        padding: 16px;
    }
}

.clinic-about-tab__info-clinic_item {
    display: flex;
    align-items: center;
}

.clinic-about-tab__info-clinic_item:not(:last-child) {
    margin-bottom: 16px;
}

.clinic-about-tab__info-clinic_item p {
    font-weight: 400;
}

.clinic-about-tab__info-clinic_icon {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    flex-shrink: 0;
}

.clinic-about-tab__info-clinic_icon img {
    width: 100%;
    height: 100%;
}

.clinic-about-tab .med-services__title {
    font-size: 40px;
    line-height: 56px;
    letter-spacing: -0.8px;
    color: #373737;
    margin-bottom: 0;
}

.clinic-about-tab .beauty-photo-video-slider .med-services__head {
    padding-top: 30px;
}

@media screen and (min-width: 1280px) {
    .beauty-clinics-tabs.service-about-tabs {
        position: initial;
    }
}

.beauty-clinics-tabs__content .doctors-tab__card-bottom {
    justify-content: space-between;
}

.clinic-about-tab__license {
    padding: 70px 0 26px;
}

@media screen and (max-width: 1279px) {
    .clinic-about-tab__license {
        padding: 50px 0 26px;
    }
}

@media screen and (max-width: 1023px) {
    .clinic-about-tab__license {
        padding: 40px 0 26px;
    }
}

@media screen and (max-width: 767px) {
    .clinic-about-tab__license {
        padding: 20px 0 26px;
    }
}

.clinic-about-tab__license-items {
    display: none;
}

.clinic-about-tab__license-items._active {
    display: block;
}

.clinic-about-tab__license .service-license__item:not(:last-child) {
    margin-bottom: 16px;
}

.clinic-about-tab__license-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #373737;
    cursor: pointer;
}

@media screen and (max-width: 1279px) {
    .clinic-about-tab__license-title {
        margin: 0 0 40px;
    }
}

.clinic-about-tab__license-title_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    background: #BF9780;
    transition: all .3s ease;
}

.clinic-about-tab__license-title_btn svg {
    flex-shrink: 0;
    transform: rotate(180deg);
    transition: all .3s ease;
}

.clinic-about-tab__license-title_btn._active svg {
    transform: rotate(0);
}

.beauty-wrap-clinics .beauty-header {
    z-index: 3;
}

.clinic-about-tab .beauty-photo-video-slider .med-services__slider-nav {
    top: 35px;
}

@media screen and (max-width: 1023px) {
    .clinic-about-tab .beauty-photo-video-slider .med-services__slider-nav {
        top: 40px;
    }
}

@media screen and (max-width: 767px) {
    .clinic-about-tab .beauty-photo-video-slider .med-services__head {
        margin-bottom: 60px;
    }

    .clinic-about-tab .beauty-photo-video-slider .med-services__title {
        font-size: 24px;
        line-height: 27px;
    }

    .clinic-about-tab .beauty-photo-video-slider .med-services__slider-nav {
        top: 66px;
        left: 0;
    }

    .beauty-actions-detail-promo .service-promo-slider__item {
        justify-content: space-between;
        min-height: 233px;
    }
}

.beauty-actions-detail-promo .service-promo {
    background-position: 50% -5px;
}
