@charset "UTF-8";

.btn-n {
    border-radius: 100px;
    padding: 15px 20px 17px;
    background-color: #208d79;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -.02em;
    color: #fff;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    width: 275px;
    text-align: center;
    cursor: pointer
}

.btn-n:hover {
    background-color: #006465
}

.btn-outline {
    border-radius: 100px;
    padding: 15px 20px;
    background-color: transparent;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -.02em;
    color: #208d79;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    width: 275px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #208d79;
    opacity: 1
}

.btn-outline:hover {
    opacity: .7
}

.content-field p {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -.01em;
    margin-bottom: 30px
}

.content-field p strong {
    font-weight: 700
}

.content-field ul {
    margin-bottom: 6px;
    padding-left: 0
}

.content-field ul li {
    position: relative;
    padding-left: 20px;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -.01em
}

.content-field ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background-color: #208d79;
    border-radius: 50%
}

.btn-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

.btn-area a {
    display: block;
    width: 275px;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -.02em;
    text-align: center;
    padding-top: 18px;
    padding-bottom: 20px
}

@media (max-width:768px) {
    .search-btn {
        font-size: 0;
        height: 40px;
        width: 40px;
        border-radius: 300px;
        background: url(../imgs/new/search-btn-mob.svg) center center no-repeat #208d79;
        position: relative;
        right: 6px;
        top: 5px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .btn-area {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .section-wrap-mx {
        margin-right: 0 !important;
        margin-left: 0 !important;
        width: 100%
    }
}

.services {
    margin-bottom: 100px
}

.services h2 {
    margin-bottom: 60px
}

.services .swiper-slide {
    height: auto
}

@media (max-width:480px) {
    .btn-area a {
        width: 100%
    }

    .section-wrap-mx {
        padding-right: 20px;
        padding-left: 20px
    }

    .services h2 {
        margin-bottom: 32px
    }

    .services .swiper-slide {
        max-width: 280px
    }
}

.services-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

.service-card {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 320px;
}

.service-card__image {
    margin-bottom: 24px
}

.service-card__image img {
    width: 257px;
    height: 257px;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 20px
}

.service-card__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.service-card__content h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -.02em;
    color: #373737;
    font-family: inherit;
    margin-bottom: 8px;
    min-height: 44px
}

.service-card__subtitle {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -.01em;
    color: rgba(55, 55, 55, .5);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 20px
}

.service-card__price {
    margin-bottom: 24px;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -.02em
}

.service-card__price span {
    color: #ff6f61
}

.service-card__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 12px
}

.service-card__link {
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -.01em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px
}

.service-card .btn-n {
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -.01em;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 100px;
    background-color: #208d79;
    color: #fff;
    width: calc((100% - 12px)/ 2)
}

.laboratory-card {
    padding: 30px;
    border-radius: 20px;
    background: #f2f5f4;
    height: 329px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.laboratory-card__labels {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    margin-bottom: 16px
}

.laboratory-card__label {
    height: 23px
}

.laboratory-card__label:first-child {
    border-radius: 300px;
    padding: 5px 12px;
    background: #fff;
    font-weight: 700;
    font-size: 10px;
    line-height: 140%;
    letter-spacing: -.01em;
    text-transform: uppercase
}

.laboratory-card__label:last-child {
    border-radius: 300px;
    padding: 5px 12px;
    background: #e61b4b;
    font-weight: 700;
    font-size: 10px;
    line-height: 120%;
    letter-spacing: -.01em;
    color: #fff
}

.laboratory-card__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -.02em;
    margin-bottom: 15px
}

.laboratory-card__contain ul {
    list-style-type: disc;
    padding-left: 20px
}

.laboratory-card__contain ul li {
    list-style-type: disc;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -.01em;
    color: rgba(55, 55, 55, .6)
}

.laboratory-card__contain ul li:first-child {
    margin-bottom: 4px
}

.laboratory-card__contain ul li::marker {
    color: #208d79
}

.laboratory-card__link {
    margin-top: auto
}

.laboratory-card__link a {
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -.02em;
    color: #208d79
}

.experts h2 {
    font-weight: 400;
    font-size: 48px;
    line-height: 110%;
    letter-spacing: -.02em;
    text-transform: uppercase;
    margin-bottom: 60px
}

.experts .tabs__nav {
    margin-bottom: 40px
}

.experts-tabs__content {
    margin-bottom: 60px
}

.doctors-slider-wrapper .slider-nav {
    top: 120px
}

@media (max-width:480px) {
    .experts-tabs__content {
        margin-bottom: 24px
    }

    .doctors-slider-wrapper .slider-nav {
        padding: 0 10px
    }
}

.doctor-card {
    width: 100%
}

.doctor-card__content {
    min-height: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width:768px) {
    .experts h2 {
        font-weight: 400;
        font-size: 26px;
        line-height: 110%;
        letter-spacing: -.02em;
        margin-bottom: 32px
    }

    .doctor-card__content {
        min-height: unset
    }
}

.doctor-card__image {
    height: 275px;
    width: auto;
    margin-bottom: 20px;
    border-radius: 20px;
    overflow: hidden
}

@media (max-width:480px) {
    .doctor-card__image {
        height: auto;
        aspect-ratio: 1/1;
        width: 100%
    }
}

.doctor-card__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px
}

.doctor-card__name {
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -.01em;
    font-family: var(--ff);
    margin-bottom: 12px;
    height: 44px
}

.doctor-card__experience,
.doctor-card__speciality {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -.01em;
    color: rgba(55, 55, 55, .6)
}

.doctor-card__experience {
    margin-bottom: 16px
}

.doctor-card__link {
    background: url(/wp-content/themes/theme/assets/imgs/new/arrow-hero.svg) right center no-repeat;
    padding-right: 32px;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -.02em;
    margin-top: auto
}

.reviews h2 {
    margin-bottom: 40px
}

.reviews__text {
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -.01em;
    max-width: 800px;
    margin-bottom: 60px
}

.reviews-slider {
    overflow: visible
}

.reviews-slider .swiper-slide {
    opacity: .5;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.reviews-slider .swiper-slide-visible {
    opacity: 1 !important
}

.review-card {
    padding: 30px;
    border-radius: 20px;
    background: #fff
}

.review-card__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px
}

.review-card__title {
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -.01em
}

.review-card__date {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -.01em;
    color: rgba(55, 55, 55, .5);
    margin-top: 8px
}

.review-card__content {
    position: relative;
    max-height: 154px;
    overflow: hidden
}

.review-card__content p {
    color: #000;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -.01em;
    margin: 0
}

.review-card__content::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 100%)
}

.review-card__link {
    background: url(/wp-content/themes/theme/assets/imgs/new/arrow-hero.svg) right center no-repeat;
    padding-right: 32px;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -.02em;
    color: #208d79;
    display: inline-block;
    margin-top: 24px
}

.reviews-tabs {
    margin-bottom: 60px
}

.reviews-tabs__nav-btn {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    padding-right: 112px !important
}

.reviews-tabs__nav-rating {
    color: #373737;
    white-space: nowrap
}

.reviews-tabs__nav-text {
    white-space: nowrap
}

.contact-form {
    background-color: #208d79;
    background-image: url(/wp-content/themes/theme/assets/imgs/new/form-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: 100%
}

.contact-form h2 {
    font-weight: 400;
    font-size: 48px;
    line-height: 110%;
    letter-spacing: -.02em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 40px
}

.contact-form__text {
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -.01em;
    color: #fff;
    font-family: var(--ff);
    margin-bottom: 40px
}

.contact-form .main-forms__flex, .contact-form2 .main-forms__flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.contact-form .main-forms__input, .contact-form2 .main-forms__input {
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -.01em;
    color: rgba(255, 255, 255, .5);
    border: 1px solid rgba(255, 255, 255, .5)
}

.contact-form .main-forms__input::-webkit-input-placeholder, .contact-form2 .main-forms__input::-webkit-input-placeholder {
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -.01em;
    color: rgba(255, 255, 255, .5)
}

.contact-form .main-forms__input::-moz-placeholder, .contact-form2 .main-forms__input::-moz-placeholder {
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -.01em;
    color: rgba(255, 255, 255, .5)
}

.contact-form .main-forms__input::-ms-input-placeholder, .contact-form2 .main-forms__input::-ms-input-placeholder {
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -.01em;
    color: rgba(255, 255, 255, .5)
}

.contact-form .main-forms__input:-moz-placeholder, .contact-form2 .main-forms__input:-moz-placeholder {
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -.01em;
    color: rgba(255, 255, 255, .5)
}

.contact-form .main-forms__input:-ms-input-placeholder, .contact-form2 .main-forms__input:-ms-input-placeholder {
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -.01em;
    color: rgba(255, 255, 255, .5)
}

.contact-form .main-forms__input::placeholder,
.contact-form .main-forms__input:placeholder-shown, .contact-form2 .main-forms__input::placeholder,
.contact-form2 .main-forms__input:placeholder-shown {
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -.01em;
    color: rgba(255, 255, 255, .5)
}

.contact-form .main-forms__button, .contact-form2 .main-forms__button {
    background: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -.02em;
    text-align: center;
    color: #373737;
    width: 275px
}

.contact-form .main-forms__policy>span:before, .contact-form2 .main-forms__policy>span:before {
    background: #fff
}

.contact-form .main-forms__policy>span p, .contact-form2 .main-forms__policy>span p {
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -.01em;
    color: rgba(255, 255, 255, .5)
}

.contact-form .main-forms__policy>span a, .contact-form2 .main-forms__policy>span a {
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #fff
}
.contact-form2 h2 {
	padding-bottom:20px;
}
.modal-form-appointment .modal-form__content {
    padding: 60px
}

.modal-form-appointment .modal-form h3 {
    font-weight: 400;
    font-size: 36px;
    line-height: 110%;
    letter-spacing: -.02em;
    text-transform: uppercase;
    margin-bottom: 24px
}

.modal-form-appointment .modal-form__text {
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -.01em;
    margin-bottom: 32px
}

.modal-form-appointment .modal-form .main-forms__item-btn {
    width: 100%
}

.modal-form-appointment .modal-form .main-forms__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    row-gap: 24px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.modal-form-appointment .modal-form .main-forms__group .main-forms__item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.modal-form-appointment .modal-form .main-forms__group .main-forms__item:first-child {
    width: calc((100% - 16px)/ 2)
}

@media (max-width:768px) {

    .contact-form .main-forms__button,
    .modal-form-appointment .modal-form .main-forms__group .main-forms__item:first-child {
        width: 100%
    }
}

.modal-form-appointment .modal-form .main-forms__group .main-forms__item:nth-child(2) {
    width: calc((100% - 16px)/ 2)
}

@media (max-width:768px) {
    .modal-form-appointment .modal-form .main-forms__group .main-forms__item:nth-child(2) {
        width: 100%
    }
}

.modal-form-appointment .modal-form .main-forms__group .main-forms__address {
    width: 100%
}

.modal-form-appointment .modal-form .main-forms__group .main-forms__address .select2-container {
    width: 100% !important
}

.modal-form-appointment .modal-form .main-forms__group .main-forms__address .select2-container .select2-selection--single {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: var(--border-button);
    border: 1px solid var(--forms-input-border-color, var(--light-grey));
    background-color: transparent;
    min-height: 60px;
    padding: 0 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: border-color .2s;
    transition: border-color .2s
}

.modal-form-appointment .modal-form .main-forms__group .main-forms__address .select2-container .select2-selection--single:focus,
.modal-form-appointment .modal-form .main-forms__group .main-forms__address .select2-container .select2-selection--single:hover {
    outline: 0;
    border-color: #cfd3d4
}

.modal-form-appointment .modal-form .main-forms__group .main-forms__address .select2-container .select2-selection--single .select2-selection__rendered {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -.01em;
    color: var(--forms-color);
    padding: 0;
    line-height: 60px
}

.modal-form-appointment .modal-form .main-forms__group .main-forms__address .select2-container .select2-selection--single .select2-selection__arrow {
    height: 100%;
    right: 32px;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 16px
}

.modal-form-appointment .modal-form .main-forms__group .main-forms__address .select2-container .select2-selection--single .select2-selection__arrow b {
    display: none
}

.modal-form-appointment .modal-form .main-forms__group .main-forms__address .select2-container .select2-selection--single .select2-selection__arrow::after {
    content: "";
    width: 16px;
    height: 16px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjIwNDYgNi45MTE0MkMxMy42NzE0IDYuNTI1NjUgMTIuODkzMiA2LjYwNDQgMTIuNDY3NSA3LjA4NTU5TDguMDAwMzMgMTIuMTM1NkwzLjUzMzExIDcuMDg1NTlDMy4xMDc0NSA2LjYwNDQgMi4zMjkyMSA2LjUyNTY1IDEuNzk2MDEgNi45MTE0MkMxLjI2NDQxIDcuMjk2MDMgMS4xNzkwMiA3Ljk5NTkxIDEuNjAzNDEgOC40NzU2Nkw2LjUwNTI2IDE0LjAxN0M3LjI3MTMyIDE0Ljg4MyA4LjcyOTMzIDE0Ljg4MyA5LjQ5NTM5IDE0LjAxN0wxNC4zOTcyIDguNDc1NjZDMTQuODIxNiA3Ljk5NTkgMTQuNzM2MiA3LjI5NjAzIDE0LjIwNDYgNi45MTE0MloiIGZpbGw9IiMyMDhENzkiIC8+Cjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

.modal-form-appointment .modal-form .main-forms__group .main-forms__address .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.modal-form-appointment .modal-form .main-forms__group .main-forms__address .select2-dropdown {
    background-color: var(--forms-dropdown-bg, #fff);
    border: 1px solid #cfd3d4;
    border-radius: 30px;
    margin-top: 4px;
    overflow: hidden
}

.modal-form-appointment .modal-form .main-forms__group .main-forms__address .select2-results__option {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -.01em;
    color: var(--forms-color);
    padding: 12px 32px;
    -webkit-transition: background-color .2s;
    transition: background-color .2s
}

.modal-form-appointment .modal-form .main-forms__group .main-forms__address .select2-results__option--highlighted {
    background-color: var(--forms-option-hover-bg, rgba(0, 0, 0, .05));
    color: var(--forms-color)
}

.modal-form-appointment .modal-form .main-forms__group .main-forms__address .select2-results__option--selected {
    background-color: #f2f5f4;
    color: #208d79
}

@media (max-width:480px) {
    .contact-form {
        background-position-y: 100%
    }

    .contact-form h2 {
        font-weight: 400;
        font-size: 26px;
        line-height: 110%;
        letter-spacing: -.02em;
        margin-bottom: 24px
    }

    .contact-form__text {
        font-weight: 500;
        font-size: 18px;
        line-height: 140%;
        letter-spacing: -.01em
    }

    .modal-form-appointment .modal-form__content {
        padding: 32px
    }

    .modal-form-appointment .modal-form h3 {
        font-size: 24px;
        margin-bottom: 12px
    }

    .modal-form-appointment .modal-form__text {
        font-size: 16px;
        margin-bottom: 24px
    }

    .modal-form-appointment .modal-form .main-forms__group {
        row-gap: 16px
    }

    .modal-form.fancybox__content {
        width: 100%
    }
}

.clinics-section h2 {
    margin-bottom: 40px
}

.clinics-tabs__pane {
    position: relative
}

.clinics-tabs__pane .router__map {
    height: 585px;
    position: relative;
    padding-top: 0 !important
}

.clinics-slider-wrapper {
    margin-bottom: 80px
}

.clinic-card {
    padding: 16px;
    border: 1px solid rgba(55, 55, 55, .16);
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 160px;
    cursor: pointer
}

.clinic-card__address {
    font-weight: 600;
    font-size: 14px;
    line-height: 114%;
    letter-spacing: -.01em
}

.clinic-card__phone {
    font-weight: 500;
    font-size: 14px;
    line-height: 114%;
    letter-spacing: -.01em;
    color: rgba(55, 55, 55, .6);
    margin-top: auto
}

.clinic-card__phone a {
    color: rgba(55, 55, 55, .6)
}

.clinic-card__map-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-top: 24px;
    font-weight: 700;
    font-size: 14px;
    line-height: 114%;
    letter-spacing: -.02em;
    color: #208d79;
    text-decoration: underline
}

.ymap-main-content {
    background: #fff;
    padding: 4px 8px;
    border-radius: 12px;
    width: 190px
}

.certificates h2 {
    font-weight: 400;
    font-size: 48px;
    line-height: 110%;
    letter-spacing: -.02em;
    text-transform: uppercase;
    margin-bottom: 60px
}

.certificates .tabs__nav {
    margin-bottom: 40px
}

.certificate-card {
    width: 100%
}

.certificate-card__image {
    height: 275px;
    width: auto;
    margin-bottom: 20px;
    border-radius: 20px;
    overflow: hidden
}

.certificate-card__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px
}

.gallery .gallery-slider {
    position: relative
}

.gallery .gallery-slider .swiper-container {
    overflow: visible
}

.gallery .gallery-slider .swiper-slide {
    border-radius: 40px;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    opacity: .5
}

.gallery .gallery-slider .swiper-slide img {
    height:100%;
	width:100%;
	object-fit:cover;
	object-position:center center;
}
.gallery .gallery-slider .swiper-slide-visible {
    opacity: 1
}

.promo__item {
    border-radius: 40px;
    background: url(../imgs/new/promo4.png) no-repeat #208d79;
    background-position-x: 100%;
    background-position-y: 100%;
    background-size: 184px;
    padding: 40px;
    max-width: 766px
}

@media (max-width:992px) {
    .promo__item {
        padding: 20px 20px 24px;
        background: url(../imgs/new/promo5.png) no-repeat #208d79;
        background-position-x: 100%;
        background-position-y: 100%
    }
}

.promo__label {
    font-weight: 700;
    font-size: 24px;
    line-height: 110%;
    letter-spacing: -.02em;
    text-transform: uppercase;
    color: #fff;
    border-radius: 300px;
    padding: 7px 20px 10px;
    background: #e61b4b;
    display: inline-block;
    margin-bottom: 12px
}

@media (max-width:992px) {
    .promo__label {
        margin-bottom: 16px
    }
}

.promo__title {
    font-weight: 700;
    font-size: 26px;
    line-height: 120%;
    letter-spacing: -.01em;
    color: #fff;
    margin-bottom: 20px;
    max-width: 500px
}

@media (max-width:992px) {
    .promo__title {
        margin-bottom: 10px;
        font-size: 18px
    }
}

.promo__content {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -.01em;
    color: rgba(255, 255, 255, .6);
    margin-bottom: 42px
}

.promo__content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px
}

.promo__content ul li {
    position: relative
}

.promo__content ul li::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    margin-right: 8px;
    background-image: url('data:image/svg+xml;utf8,<svg width="4" height="4" viewBox="0 0 4 4" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="2" cy="2" r="2" fill="white" fill-opacity="0.6" /></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    top: 10px;
    left: -14px;
    position: absolute
}

.promo__content ul li:first-child::before {
    display: none
}

@media (max-width:992px) {
    .promo__content {
        margin-bottom: 34px
    }

    .promo__content ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 8px;
        padding-left: 20px
    }

    .promo__content ul li:first-child::before {
        display: block
    }
}

.promo__btn {
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -.02em;
    color: #fff;
    background: url(../imgs/new/arrow-promo.svg) right center no-repeat;
    padding-right: 32px
}

.promo-slider-wrapper {
    position: relative
}

.promo-slider-wrapper:after {
    content: "";
    background: -webkit-gradient(linear, left top, right top, color-stop(59%, rgba(242, 245, 244, 0)), color-stop(97%, #f2f5f4));
    background: linear-gradient(90deg, rgba(242, 245, 244, 0) 59%, #f2f5f4 97%);
    width: 103%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    z-index: 2;
    pointer-events: none
}

.promo-slider-wrapper .slider-nav {
    z-index: 3
}

.promo-slider-wrapper .slider-nav .promo-slider-prev {
    background: url(/wp-content/themes/theme/assets/imgs/new/promo-slider-btn.svg) center center no-repeat
}

.promo-slider-wrapper .slider-nav .promo-slider-next {
    background: url(/wp-content/themes/theme/assets/imgs/new/promo-slider-btn.svg) center center no-repeat;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.header__mobile-trigger svg:last-child {
    z-index: 999
}

section:first-child {
    margin-top: 0 !important
}

section:first-child.breadcrumbs {
    display: block !important
}

.home section:first-child.breadcrumbs {
    display: none;
    margin-top: 0
}

.header__dropdown-flex .select-city__dropdown {
    display: block !important
}

body.menu-mob-toggled {
    overflow: hidden;
    position: fixed;
    width: 100%
}

.select-city__city {
    gap: 8px
}

.select-city__city svg {
    width: unset;
    height: unset
}

.header .select-city__city {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

@media (max-width:768px) {
    .certificates h2 {
        font-weight: 400;
        font-size: 26px;
        line-height: 110%;
        letter-spacing: -.02em;
        margin-bottom: 32px
    }

    .gallery .gallery-slider .swiper-slide {
        max-width: 280px
    }

    main {
        padding-top: 105px
    }

    .header__top {
        height: 32px
    }
}

.header__top-flex {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: unset
}

.header__btn {
    margin-left: 32px
}

.header__bottom-flex {
    padding-right: 0;
    padding-left: 0
}

.header__bottom-menu {
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    margin-left: auto;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (max-width:1070px) {
    section:first-child {
        margin-top: 40px
    }

    .header__bottom {
        height: unset;
        padding-top: 10px;
        padding-bottom: 10px;
        background: #fff
    }

    .header__dropdown {
        top: -8px;
        height: 101vh
    }

    .header__dropdown-flex .header__address,
    .header__dropdown-flex .header__time,
    .header__dropdown-flex .select-city__city svg {
        display: none
    }
}

.header__socials {
    margin-left: 12px
}

@media (max-width:480px) {
    .header__socials {
        display: none
    }
}

.header__top-flex .header__address-label {
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -.01em;
    color: #373737;
    opacity: .5
}

.header__top-flex .header__time {
    margin-left: 32px;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -.01em;
    color: #373737;
    opacity: .5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:1070px) {
    .header__top-flex .header__time {
        display: none
    }
}

.header__top-flex .header__phone {
    margin-left: auto;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -.01em;
    margin-right: 16px
}

.header__top-flex .header__phone a {
    color: #373737
}

.header__top-flex .header__address {
    margin-left: 32px;
    position: relative
}

@media (max-width:768px) {
    .header__top-flex .header__address {
        display: none
    }
}

.header__top-flex .header__address-wrapper {
    position: relative
}

.header__top-flex .header__address-current {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    background: 0 0;
    border: none;
    padding: 8px 12px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s
}

.header__top-flex .header__address-current .js-header-address-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -.01em;
    color: #208d79
}

.header__top-flex .header__address-current:hover {
    opacity: .8
}

.header__top-flex .header__address-current svg {
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.header__top-flex .header__address-current.is-active svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.header__top-flex .header__address-dropdown {
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    background: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
    min-width: 250px;
    padding: 8px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: .3s;
    transition: .3s;
    z-index: 100
}

.header__top-flex .header__address-dropdown.is-open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.header__top-flex .header__address-item {
    width: 100%;
    display: block;
    padding: 12px 16px;
    background: 0 0;
    border: none;
    text-align: left;
    cursor: pointer;
    -webkit-transition: background-color .2s;
    transition: background-color .2s
}

.header__top-flex .header__address-item:hover {
    background-color: #f5f5f5
}

.header__visibility {
    width: 24px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.header__visibility--no-address {
    margin-left: auto
}

.header__visibility--with-address {
    margin-left: 16px
}

.fade-out {
    opacity: 0;
    -webkit-transition: opacity .15s ease-out;
    transition: opacity .15s ease-out
}

.fade-in {
    opacity: 1;
    -webkit-transition: opacity .3s ease-in;
    transition: opacity .3s ease-in
}

.tabs__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
    position: relative
}

.tabs__nav-scroll-wrapper {
    overflow-x: auto;
    scrollbar-width: none
}

.tabs__nav-scroll-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.tabs__nav button {
    text-align: left;
    font-weight: 800;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -.01em;
    padding-bottom: 20px;
    border-bottom: 2px solid rgba(55, 55, 55, .1);
    width: auto;
    display: block;
    position: relative;
    color: #373737;
    -webkit-transition: color .3s, background-color .3s, border-color .3s;
    transition: color .3s, background-color .3s, border-color .3s;
    white-space: nowrap;
    padding-right: 24px
}

@media (max-width:768px) {
    .tabs__nav button {
        white-space: wrap;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        max-width: 280px;
        padding-right: 12px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.tabs__nav button:hover {
    color: #208d79
}

.tabs__nav .active {
    color: #208d79;
    border-bottom: 2px solid #208d79
}

.tabs__pane {
    display: none;
    opacity: 0
}

.tabs__pane.active {
    display: block;
    -webkit-animation: .4s forwards tabFadeIn;
    animation: .4s forwards tabFadeIn
}

@-webkit-keyframes tabFadeIn {
    from {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes tabFadeIn {
    from {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.slider-nav {
    position: absolute;
    display: block;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
    z-index: 2;
    top: -90px;
    height: 40px;
}

.slider-nav__prev {
    height: 40px;
    width: 40px;
    background: url(/wp-content/themes/theme/assets/imgs/new/arrow-about-slider.svg) center center no-repeat;
    left: auto;
    right: 30px;
    cursor: pointer;
    position: relative;
}

.slider-nav__next {
    height: 40px;
    width: 40px;
    background: url(/wp-content/themes/theme/assets/imgs/new/arrow-about-slider.svg) center center no-repeat;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    right: 20px;
    position: relative;
    cursor: pointer;
}
.slider-nav__next:hover, .slider-nav__prev:hover {
	opacity:0.5;
}
.swiper-pagination-bullet {
    width: 6px;
    height: 6px
}

.swiper-pagination-bullet-active {
    background: #006564;
    width: 10px;
    height: 10px
}

.swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.relevanssi-live-search-results-showing {
    padding: 24px
}

.search-form input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    height: 14px;
    width: 14px;
    background: url('data:image/svg+xml;utf8,<svg fill="black" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M14.348 5.652a.8.8 0 0 0-1.131 0L10 8.869 6.783 5.652a.8.8 0 1 0-1.131 1.131L8.869 10l-3.217 3.217a.8.8 0 1 0 1.131 1.131L10 11.131l3.217 3.217a.8.8 0 1 0 1.131-1.131L11.131 10l3.217-3.217a.8.8 0 0 0 0-1.131z"/></svg>') center no-repeat;
    cursor: pointer
}

.rlv-has-spinner {
    border-color: #208d79 !important
}

.rlv-has-spinner::after {
    background-color: #fff !important
}

#relevanssi-live-search-status {
    display: none
}

#cookie-consent-banner {
    position: fixed;
    bottom: 32px;
    left: 0;
    right: 0;
    z-index: 9999;
    max-width: 1190px;
    background: #fff;
    margin: auto;
    border-radius: 40px;
    padding: 32px;
    color: #373737;
    -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, .15);
    box-shadow: 0 8px 16px rgba(0, 0, 0, .15)
}

.cookie-banner-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px
}

.cookie-banner-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.cookie-banner-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    row-gap: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 40%
}

#cookie-consent-modal {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.cookie-modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .5)
}

.cookie-modal-content {
    position: relative;
    z-index: 1;
    max-width: 600px;
    width: 90%;
    background: #fff;
    margin: auto;
    border-radius: 40px;
    padding: 32px 20px 20px;
    color: #373737;
    -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, .15);
    box-shadow: 0 8px 16px rgba(0, 0, 0, .15)
}

.cookie-categories {
    margin: 20px 0
}

.cookie-category {
    margin: 10px 0
}

.cookie-category-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer
}

.cookie-checkbox {
    margin: 0
}

.cookie-checkbox:disabled {
    cursor: not-allowed
}

.cookie-modal-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

#cookie-settings-trigger {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9998;
    display: none
}

.cookie-btn {
    cursor: pointer;
    border: none;
    padding: 10px 20px;
    width: calc((100% - 20px)/ 2);
    font-size: 12px
}

.cookie-btn-accept {
    width: 100%
}

@media (max-width:768px) {
    #cookie-consent-banner {
        bottom: 0
    }

    .cookie-banner-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .cookie-banner-buttons,
    .cookie-modal-buttons {
        max-width: 100%;
        width: 100%
    }

    .cookie-btn {
        width: calc((100% - 20px)/ 2)
    }

    .cookie-btn-accept {
        width: 100%
    }
}

.heading-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    margin-bottom: 60px
}

.heading-area h2 {
    font-weight: 400;
    font-size: 48px;
    line-height: 110%;
    letter-spacing: -.02em;
    text-transform: uppercase;
    max-width: 55%
}

@media (max-width:768px) {
    .heading-area {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 100%;
        margin-bottom: 32px
    }

    .heading-area h2 {
        font-weight: 400;
        font-size: 26px;
        line-height: 110%;
        letter-spacing: -.02em;
        width: 100%;
        max-width: unset
    }

    .heading-area .btn {
        display: none
    }
}

.homepage {
    padding-top: 0
}

.homepage .btn {
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -.02em;
    text-align: center
}

.homepage__hero {
    background: url(/wp-content/themes/theme/assets/imgs/new/hero.png) right top no-repeat #f2f5f4;
    position: relative;
    margin-bottom: 0;
    padding-bottom: 20px
}

@media (max-width:1440px) {
    .homepage__hero {
        background-size: 720px
    }
}

.homepage__hero h1 {
    color: #373737;
    font-weight: 400;
    font-size: 30px;
    line-height: 110%;
    letter-spacing: -.02em;
    text-transform: uppercase;
    margin-bottom: 40px
}

@media (max-width:768px) {
    .homepage__hero {
        background-size: contain
    }

    .homepage__hero h1 {
        font-weight: 400;
        font-size: 26px;
        line-height: 110%;
        letter-spacing: -.02em;
        text-transform: uppercase;
        margin-bottom: 24px
    }
}

.homepage__hero h1 span {
    color: #208d79
}

.homepage__hero p {
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -.01em;
    margin-bottom: 52px
}

.homepage__hero .btn {
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -.02em;
    text-align: center
}

.homepage__hero-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 60px;
    padding-bottom: 90px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width:768px) {
    .homepage__hero p {
        margin-bottom: 32px
    }

    .homepage__hero-wrapper {
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 32px
    }
}

.homepage__hero-heading-area {
    max-width: 650px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 516px
}

@media (max-width:1440px) {
    .homepage__hero-heading-area {
        height: unset
    }
}

@media (max-width:1070px) {
    .homepage__hero-heading-area {
        margin-bottom: 60px
    }
}

.homepage__hero-heading-items {
    margin-bottom: 96px;
    margin-top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px
}

@media (max-width:768px) {
    .homepage__hero-heading-items {
        margin-bottom: 32px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 24px
    }
}

.homepage__hero-heading-item {
    padding-left: 48px
}

.homepage__hero-heading-item:first-child {
    background: url(/wp-content/themes/theme/assets/imgs/new/rub-hero.svg) top left no-repeat;
    background-position-y: 2px
}

.homepage__hero-heading-item:last-child {
    background: url(/wp-content/themes/theme/assets/imgs/new/star-hero.svg) top left no-repeat;
    background-position-y: 2px
}

.homepage__hero-heading-item p {
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -.01em;
    margin-bottom: 0
}

.homepage__hero-heading-item p span {
    font-weight: 800
}

.homepage__hero-heading-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin-top: auto
}

@media (max-width:768px) {
    .homepage__hero-heading-btns {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 16px
    }

    .homepage__hero-heading-btns .btn {
        width: 100%
    }
}

.homepage__hero-items {
    margin-left: auto;
    max-width: 380px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

@media (max-width:1070px) {
    .homepage__hero-items {
        margin-left: 0
    }
}

@media (max-width:400px) {
    .homepage__hero-items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.homepage__hero-item {
    margin-top: auto;
    border-radius: 20px;
    padding: 16px 20px 20px;
    background-color: #fff;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    cursor: pointer
}

@media (max-width:480px) {
    .homepage__hero-items {
        margin: auto;
        gap: 16px
    }

    .homepage__hero-item {
        width: calc((100% - 16px)/ 2);
        height: 136px
    }
}

.homepage__hero-item p {
    color: #373737;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -.01em;
    margin-bottom: 32px
}

.homepage__hero-item a {
    background: url(/wp-content/themes/theme/assets/imgs/new/arrow-hero.svg) center right no-repeat;
    padding-right: 32px;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -.02em
}

.homepage__hero-item:hover {
    background: #208d79
}

.homepage__hero-item:hover p {
    color: #fff
}

.homepage__hero-item:hover a {
    color: #fff;
    background: url(/wp-content/themes/theme/assets/imgs/new/arrow-hero2.svg) center right no-repeat;
    padding-right: 32px
}

.homepage__hero-bottom {
    background: #208d79;
    border-radius: 40px;
    margin-right: 20px;
    margin-left: 20px;
    padding-top: 40px;
    padding-bottom: 40px
}

@media (max-width:1440px) {
    .homepage__hero-bottom {
        height: unset
    }
}

.homepage__hero-bottom-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 35px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width:768px) {
    .homepage__hero-bottom {
        margin-right: -24px;
        margin-left: -24px;
        padding: 24px
    }

    .homepage__hero-bottom-items {
        gap: 32px
    }
}

.homepage__hero-bottom-item {
    width: calc((100% - 105px)/ 4);
    padding-top: 48px
}

@media (max-width:992px) {
    .homepage__hero-bottom-item {
        width: 100%
    }
}

.homepage__hero-bottom-item:nth-child(1) {
    background: url(/wp-content/themes/theme/assets/imgs/new/hbi1.svg) left top no-repeat
}

.homepage__hero-bottom-item:nth-child(2) {
    background: url(/wp-content/themes/theme/assets/imgs/new/hbi2.svg) left top no-repeat
}

@media (max-width:480px) {
    .homepage__hero-bottom-item:nth-child(2) {
        background-position-y: 5px
    }
}

.homepage__hero-bottom-item:nth-child(3) {
    background: url(/wp-content/themes/theme/assets/imgs/new/hbi3.svg) left top no-repeat
}

.homepage__hero-bottom-item:nth-child(4) {
    background: url(/wp-content/themes/theme/assets/imgs/new/hbi4.svg) left top no-repeat
}

.homepage__hero-bottom-item h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -.01em;
    color: #fff;
    margin-bottom: 12px;
    min-height: 44px
}

@media (max-width:768px) {
    .homepage__hero-bottom-item {
        padding-top: 6px
    }

    .homepage__hero-bottom-item h3 {
        padding-left: 48px
    }
}

.homepage__hero-bottom-item p {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -.01em;
    color: rgba(255, 255, 255, .6);
    margin-bottom: 0
}

.about {
    padding-top: 100px;
    padding-bottom: 100px
}

.about h2 {
    margin-bottom: 60px
}

.about__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px
}

@media (max-width:768px) {
    .about {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .about h2 {
        margin-bottom: 32px
    }

    .about__wrapper {
        gap: 32px
    }
}

.about__left {
    max-width: 570px;
    width: calc((100% - 60px)/ 2)
}

@media (max-width:1070px) {
    .about__wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .about__left {
        max-width: unset;
        width: 100%
    }
}

.about__right {
    width: calc((100% - 60px)/ 2)
}

.about__slider {
    height: 314px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    border-radius: 20px
}

.about__slider .swiper-slide img {
    border-radius: 20px;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width:1070px) {
    .about__right {
        max-width: unset;
        width: 100%
    }

    .about__slider .swiper-slide img {
        width: 100%
    }
}

.about__slider-nav {
    position: absolute;
    display: block;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 2;
    top: calc(50% - 20px)
}

.about__slider-prev {
    height: 40px;
    width: 40px;
    background: url(/wp-content/themes/theme/assets/imgs/new/arrow-about-slider.svg) center center no-repeat;
    left: -20px;
    cursor: pointer;
    position: relative
}

.about__slider-next {
    height: 40px;
    width: 40px;
    background: url(/wp-content/themes/theme/assets/imgs/new/arrow-about-slider.svg) center center no-repeat;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    right: -20px;
    position: relative;
    cursor: pointer
}

.about__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.about__item {
    width: calc((100% - 20px)/ 2);
    padding: 10px 20px 20px;
    border-radius: 20px;
    background: #fff
}

.about__item .num {
    font-weight: 400;
    font-size: 48px;
    line-height: 110%;
    letter-spacing: -.06em;
    text-transform: uppercase;
    color: #208d79;
    margin-bottom: 20px;
    font-family: var(--ff-sec)
}

.about__item p {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -.01em
}

@media (max-width:480px) {
    .about__items {
        gap: 15px
    }

    .about__item {
        padding: 12px
    }

    .about__item .num {
        font-size: 32px;
        margin-bottom: 8px
    }

    .about__item p {
        font-size: 13px
    }
}

.about__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.about__right p {
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -.01em;
    margin-bottom: 30px
}

.about__right ul {
    list-style: none
}

.about__right ul li {
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -.01em;
    padding-top: 6px;
    padding-bottom: 6px;
    position: relative;
    padding-left: 20px
}

.about__right ul li::before {
    content: "•";
    color: #208d79;
    position: absolute;
    left: 0;
    font-size: 20px
}

.about__right .btn {
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -.02em;
    text-align: center;
    margin-top: auto;
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding-left: 48px;
    padding-right: 48px
}

.about__read-more {
    display: none;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -.02em;
    color: #208d79;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.certs .certs-slider {
    position: relative
}

.certs .certs-slider .swiper-container {
    overflow: hidden
}

@media (max-width:768px) {
    .about__text.is-collapsed {
        max-height: 9em;
        overflow: hidden;
        position: relative;
        margin-bottom: 10px
    }

    .about__text.is-collapsed::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 3em;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#f3f5f4));
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #f3f5f4);
        pointer-events: none
    }

    .about__text.is-expanded {
        max-height: none
    }

    .about__text.is-expanded::after {
        display: none
    }

    .about__read-more {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 16px
    }

    .certs .certs-slider .swiper-slide {
        max-width: 280px
    }
}

.blog {
    margin-bottom: 40px
}

.blog__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

@media (max-width:992px) {
    .blog__items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.blog__item {
    width: calc((100% - 40px)/ 3);
    height: 464px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.blog__item-thumb {
    aspect-ratio: 1/1;
    display: block;
    margin-bottom: 20px;
    width: 100%;
    max-height: 300px
}

@media (max-width:992px) {

    .blog__item,
    .blog__item-thumb {
        width: 100%
    }
}

.blog__item-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px
}

.blog__item-date {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -.01em;
    color: rgba(55, 55, 55, .5);
    margin-bottom: 12px
}

.blog__item-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -.01em;
    font-family: var(--ff)
}

.blog__item-title a {
    color: #373737
}

.blog__item-link {
    margin-top: auto;
    display: inline-block;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -.02em;
    color: #208d79;
    background: url(/wp-content/themes/theme/assets/imgs/new/arrow-hero.svg) right center no-repeat;
    padding-right: 32px
}

.about2 h2 {
    margin-bottom: 40px
}

.about2 p {
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -.01em;
    max-width: 800px
}

.about2 ul {
    list-style: disc;
    padding-left: 20px
}

.about2 ul li {
    list-style: disc;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -.01em;
    margin-bottom: 12px
}

.about2 ul li::marker {
    color: #208d79
}

.about2__text {
    margin-bottom: 60px
}

.about2__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

.about2__left {
    width: calc((100% - 20px)/ 2)
}
.kapelnici-hero__items { 
    gap: 20px;
    padding: 42px 0 46px;
}

.doctors-hero__wrapper .kapelnici-hero__items {  
    padding: 42px 0 0px;
}
h2.m50 {
	margin-bottom:50px;
}
.analyses-hero .container {
    position: relative;
    z-index: 2;
}
.cat_doctors_top_row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.cat_doctors_top_row_right {
    display: flex;
    gap: 20px;
    align-items: flex-end;
}
.cat_doctors_top_row_right {
    display: flex;
    gap: 20px;
    align-items: flex-end;
}
.cat_doc_price {
    padding: 20px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.cat_doc_price p{
    margin: 0;
}
.cat_doc_price  .cat_doc_price_c{
    font-size:32px;
	font-weight:700;
}
.cat_doc_price:nth-child(1) {
    background-color: white;
}
.cat_doc_price:nth-child(1) .cat_doc_price_c{
    color: var(--primary);
}
.cat_doc_price:nth-child(2) {
    background-color: var(--primary);
	color:white;
}
.doctors_nav ul {
    display: flex;
    gap: 10px;
    align-items: center;
	padding-bottom:10px; 
}
.doctors_nav a {
    color: var(--black);
    padding: 11px 17px;
    border: 1px solid #DEE7E5;
    border-radius: 40px;
	transition:0.3s ease;
	cursor:pointer;
    white-space: nowrap;
    display: block;
}
.doctors_nav a:hover {
    color: white; 
    border: 1px solid var(--primary);
    background-color: var(--primary);
}
.items_alf {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding-top: 60px;
}
.grey_bg {
    margin-bottom: 40px;
}
.items_alf > div {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    gap: 10px;
}
.items_alf > div > div {
	
    display: flex; 
    flex-direction: column;
    gap: 6px;
}
.items_alf a {
	
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 5px;
    color: var(--black);
    text-decoration: underline;
	transition:0.3s ease;
}
.items_alf a svg{ 
	transition:0.3s ease;
}

.items_alf a:hover {  
    color: var(--primary); 
}
.items_alf a:hover svg{
    transform: translate3d(3px, -3px, 0px);
}
.items_alf a:hover path{  
    fill: var(--primary); 
}
.it_serv {
    margin: 0;
    height: 42px;
    width: 42px;
    background: #0E8D7614;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-family: var(--ff-sec);
}
@media (max-width:480px) {
    .blog__item-link {
        margin-top: 42px
    }

    .about2__wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .about2__left {
        width: 100%
    }
}

.about2__left p:first-child {
    margin-bottom: 30px
}

.about2__right {
    width: calc((100% - 20px)/ 2)
}

.analyses-hero {
    background: #F2F5F4;
    background-size: contain;
    padding-top: 16px;
    padding-bottom: 60px
}

@media (max-width:1440px) {
    .analyses-hero {
        background-size: cover
    }
}

.analyses-hero__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.analyses-hero h1  {
    margin: 24px 0 40px;
}

@media (max-width:480px) {
    .about2__right {
        width: 100%
    }

    .analyses-hero h1 {
        font-size: 30px
    }

    .analyses-hero button {
        width: 100%
    }
}

.analyses-hero h1 span {
    display: block;
    color: #208d79
}

.analyses-hero p {
    max-width: 507px; 
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -.01em
}
.doctors-hero {
    padding-top: 16px;
    padding-bottom: 60px;
    background-size: cover;
    background-position: center center;
}
.doctors-hero h1 {
    padding: 48px 0 24px;
    max-width: 400px;
}
.title_desc {
    max-width: 472px;
}
.dictors_all_search {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr 2fr;
    margin: 52px 0 42px;
}

.dictors_cat_search {
    display: flex; 
    gap: 20px; 
    margin: 52px 0 42px;
}
.dictors_search select, .dictors_search .search_input {
    border: 1px solid #0000001A;
    border-radius: 28px;
    padding: 17px 24px;
    color: #37373780;
    font-weight: 500;
    font-size: 16px;
	position:relative;  
}
.dictors_all_search select, .dictors_all_search .search_input { 
	width:100%;
}
.dictors_search select { 
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(https://biorise.ru/wp-content/uploads/2026/03/mask-group.svg);
    background-position: right 10px center;
    background-repeat: no-repeat;
    padding-right: 30px;
}
.contact-form2 {
    background-color: #208d79;
    background-image: url(https://biorise.ru/wp-content/uploads/2026/03/img-e1773666261298.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: 100%;
    color: white;
}
.search_input {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.search-btn_doc {
    height: fit-content;
    display: flex;
    align-items: center;
}
.doctors_grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
}
.doctor_img {
    height: 167px;
    border-radius: 24px;
    overflow: hidden;
    background-color: white;
}
.doctor_img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center center;
    border-radius: 24px;
}
.doctors_item_top  {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.doctors_item_top p {
   margin: 0;
}
.doctors_item {
    background: #F2F5F4;
    border-radius: 30px;
    padding: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}
.doctor_desc {
	font-size:14px;
}.certificates-slider-wrapper{position:relative}.certificates .tabs__nav{position:relative;z-index:5}.anchor-nav__items{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.anchor-nav__items::-webkit-scrollbar{width:0;height:0;display:none;margin:0}.anchor-nav{margin:16px 0 6px;padding:0}.single-checkup__price{padding-top:0}.single-checkup__price h2{margin-top:0}
.doctor_perk {
    display: flex;
    align-items: center;
    gap: 5px;
}
.doctor_perk p {
    font-size: 13px;
}
.doctor_perks {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}
.doctors_item_bottom {
    padding: 0 14px 14px;
}
.doctors_item_top > *:not(img) {
    padding: 0 14px;
}
.doctors_item_bottom .btn {
    min-height: 38px;
}
.doctors_item_bottom {
    padding: 0 14px 14px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
}
.btn_link {
    display: flex;
    align-items: center;
    gap: 5px;
}
.btn_link svg {
    width: 20px;
    height: 20px;
}
.btn_link svg path {
    stroke: var(--primary);
}
.full_width {
    width: 100%;
    margin-top: 90px;
}
@media (max-width:768px) {
    .analyses-hero {
        padding-bottom: 39px;  
        padding-top: 50px
    }

    .analyses-hero h1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1; 
    }

    .analyses-hero p {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2; 
        margin-bottom: 26px
    }
.analyses-hero h1 {
    margin: 8px 0 16px;
}
	.kapelnici-hero__items {
    gap: 20px;
    padding: 8px 0 46px;
}
    .analyses-hero button {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
	
}

.analyses-hero button {
    margin-bottom: 110px;
    display: block
}

.analyses-hero__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px
}

@media (max-width:768px) {
    .analyses-hero__items {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-bottom: 32px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16px
    }

    .analyses-popular h2 {
        font-size: 26px
    }
}

.analyses-hero__item {
    padding-left: 48px;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -.01em;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.analyses-hero__item:first-child {
    background: url(../imgs/new/analiz-hero-item1.svg) left center no-repeat
}

.analyses-hero__item:last-child {
    background: url(../imgs/new/analiz-hero-item2.svg) left center no-repeat
} 
.analyses-popular__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px
}

.analyses-popular__cat {
    border-radius: 40px;
    background-color: #f2f5f4;
    padding: 36px 30px 30px;
    background-repeat: no-repeat;
    background-position-x: calc(100% - 30px);
    background-position-y: 30px;
    width: calc((100% - 40px)/ 3)
}
.title_wrapper a {
    min-width: 270px;
}
.analyses-popular__item {
    border-radius: 28px;
    padding: 22px;
    background: #FFFFFF;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 325px;
}
.swiper-slide {
    height: auto;
}
.character_a svg {
    width: 24px;
    height: 24px;
}
.popular_analiz_top {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.character_a {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}
.price_a {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
    padding-top: 18px;
    margin-top: 16px;
    border-top: 1px solid #0000001A;
}
.price_a p {
    margin: 0;
    font-size: 26px;
    font-weight: 700;
}
.btn_arrow {
    padding: 10px 20px;
    min-height: unset;
	font-size:15px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.price_a a: {
    padding: 10px 10px;
    min-height: unset;
	font-size:15px;
}
.btn_arrow svg{
    width:20px;
	height:20px;
}
.price_a a svg path {
    stroke: var(--primary);
}
.price_a a:hover path{
    stroke: #208d79
} 
.with_slider{
	position:relative;
}
.with_slider .slider-nav { 
    justify-content: flex-end;  
    bottom: -10px;
    top: auto;
}

.with_slider .slider-nav__prev { 
    background: url(https://biorise.ru/wp-content/uploads/2026/02/itemn.svg) center center no-repeat;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
	background-size:contain;
    right: 40px;
    left: auto; 
}

.with_slider .slider-nav__next { 
    background: url(https://biorise.ru/wp-content/uploads/2026/02/itemn.svg) center center no-repeat;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
	background-size:contain;
    right: 30px; 
}
.with_slider .slider-nav__next:hover, .slider-nav__prev:hover{
	opacity:0.5;
}
.swiper-pag_a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}
 .akciya_item {
    background: #FFFFFF;
    border-radius: 30px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 12px;
	 position:relative;
    height: 100%;
}
.akciya_item p{ 
	margin:0;
}
.akciya_item_top img {
    border-radius: 24px 24px 0 0;
    background: linear-gradient(283.52deg, rgba(79, 160, 154, 0) 40.98%, rgba(79, 160, 154, 0.8) 70.03%, #4FA09A 94.64%);
    width: 100%;
    height: 190px;
    object-fit: cover;
    object-position: center center;
    margin-bottom: 4px;
}
.akciya_item_top {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.akcii_procenti {
    position: absolute;
    padding: 5px 8px;
    border-radius: 30px;
    top: 40px;
    left: 40px;
    background: #E61B4B;
    font-size: 24px;
    color: white;
    font-weight: 700;
}
p.akciya_name {
	font-size:18px;
}
.akciya_item_top p {
    padding: 0 16px;
}
.akciya_item_bottom {
    margin: 0 16px 16px;
    border-top: 1.5px solid #0000001A;
    padding-top: 11px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.akciya_price {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.why_klinick_analiz_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin: 32px 0 80px;
}
.why_klinick_analiz_item.br-24 {
    padding: 22px;
    aspect-ratio: 1 / 1;
    background-size: cover;
    background-position: center center;
    color: white;
    align-content: end;
}
.why_klinick_analiz_item p {
    margin:0;
}
.why_numb {
    font-size: 46px;
    font-weight: 700;
}
.why_desc {
    font-size: 17px; 
}
.why_klinick_analiz_plus {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr;
}
.plus_why_right {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    border-radius: 30px;
}
.why_klinick_analiz_plus_item {
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.why_klinick_analiz_plus_item svg {
    width: 32px;
    min-width: 32px;
    height: 32px;
}
.w_plus_title {
    font-size: 18px;
    font-weight: 700;
}
.why_klinick_analiz_left {
    display: flex;
    flex-direction: column;
    gap: 17px;
}
@media (max-width:1070px) {
    .about__right .btn {
        margin-top: 32px
    }
 

    .analyses-popular__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16px
    }

    .analyses-popular__cat {
        width: 100%
    }
	.doctors_grid { 
    grid-template-columns: repeat(2, 1fr);
}
	.cat_doctors_top_row { 
    align-items: flex-start; 
    flex-direction: column;
    gap: 25px;
}
}

.analyses-popular__cat-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -.01em;
    text-transform: none;
    margin-bottom: 26px
}

.akciya_item_bottom a svg path {
    stroke: white;
}
.akciya_item_bottom a:hover path{
    stroke: var(--primary)
} 
.akciya_item_bottom a {
    font-size: 15px;
    width: 100%;
    justify-content: center;
}
.new_price {
    color: var(--primary);
    font-weight: 700;
    font-size: 34px;
}
.old_price {
    color: #373737E5;
    font-size: 22px;
    text-decoration: line-through;
}
@media (max-width:768px) {
    .analyses-popular__cat-title {
        font-size: 18px;
        margin-bottom: 16px
    }

    .analyses-cat {
        border-radius: 40px
    }
	
	.doctors_grid { 
    grid-template-columns: 1fr;
    gap: 24px;
}
	.dictors_search { 
    gap: 16px;
    grid-template-columns: 1fr;
    margin: 32px 0 ;
}
	.doctors-hero h1 {
    padding: 32px 0 17px;
}
	.doctors-hero .kapelnici-hero__items { 
        padding: 0;
    }
	.doctors-hero .kapelnici-hero__items{
		
    flex-direction: column-reverse;
	}
	.doctors-hero .hero_cpal_plus {
        padding: 30px 0 25px; 
    }
	.doctors-hero { 
    padding-bottom: 32px; 
}
	.btn_link { 
    justify-content: center;
}
	.cat_doc_price .cat_doc_price_c {
    font-size: 26px; 
}
	.dictors_cat_search { 
    flex-direction: column;
} 
	.grey_bg {
    margin-bottom: 16px;
}
	.items_alf { 
    grid-template-columns: 1fr;
    gap: 24px;
    padding-top: 30px;
}
	.items_alf a { 
    font-size: 16px; 
    display: inline-block; 
}
	.contact-form2 { 
    background-position-y: bottom;
}
	.doctors_nav ul { 
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: scroll;
}
}

.analyses-popular__cat-title a {
    color: #373737
}

.analyses-popular__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px
}
 

.analyses-cat {
    background: #208d79;
    padding-top: 100px;
    padding-bottom: 100px
}

@media (max-width:1070px) {
    .analyses-cat {
        padding-top: 60px;
        padding-bottom: 60px;
        margin-bottom: 0
    }
}

.analyses-cat h2 {
    margin-bottom: 40px;
    color: #fff
}

.analyses-cat__list {
    background: #fff;
    border-radius: 40px;
    padding: 40px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    row-gap: 24px;
    box-shadow: 0px 0px 32px 0px #00000014;
    margin-top: 10px;
}

.analyses-cat__item a {
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -.02em;
    -webkit-transition: color .3s;
    transition: color .3s;
    color: #373737
}
.issledovaniya_buttom svg {
    width: 20px;
    height: 20px;
}
.issledovaniya_buttom svg path {
    stroke: #373737;
}
.issledovaniya_grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(4, 1fr);
}
.issledovaniya__item a{
    padding: 16px 20px;
    border-radius: 16px;
    background: #F2F5F4;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 120px;
	height:100%;
	color:var(--black);
}

.issledovaniya__item p{
    margin:0;
}
.issledovaniya_buttom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.issledovaniya__item a:hover{ 
    background: var(--primary); 
	color:white;
}
.issledovaniya__item a:hover .issledovaniya_buttom p{  
	color:white;
}
.issledovaniya__item a:hover .issledovaniya_buttom svg path {
    stroke: white;
}
@media (max-width:768px) {
    .analyses-cat__list {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 12px;
        padding: 24px 20px
    }

    .analyses-cat__item a {
        font-size: 16px
    }
}

.analyses-cat__item a:hover {
    color: #208d79
}

.analyses-cat__search { 
    margin-bottom: 24px;
}
.analyses-cat__search svg {
    width: 24px;
    height: 24px;
}
.analyses-cat__search form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #006465;
    border-radius: 100px;
    padding: 10px 10px 10px 24px;
    justify-content: space-between;
}
.btn-n.search-btn {
    width: fit-content;
    margin: 0;
}
.main_analiz_cat {
    padding: 10px 24px 10px 10px;
    background: #F2F5F4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 100px;
}
.issledovaniya_main_row, .issledovaniya_main_row a, .swith {
    display: flex;
    align-items: center;
    gap: 5px;
    color: var(--black)
} 
.main_analiz_cat p {
    margin:0;
}
.analyses-cat__search form label {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: flex;
    align-items: center;
    gap: 16px;
}
.chek_button_row {
  display: table-row;
}

.toggle-chek_button-cover {
  display: table-cell;
  position: relative;
  width: 32px;
  height: 20px;
  box-sizing: border-box;
}

.chek_button-cover {
    height: 100%;
    width: 100%;
}

.chek_button-cover,
.knobs,
.layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.chek_button {
  position: relative; 
  overflow: hidden;
    display: flex;
    height: 100%;
}

.chek_button.r,
.chek_button.r .layer {
  border-radius: 100px;
}

.chek_button.b2 {
  border-radius: 2px;
}

.checkbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}

.knobs {
  z-index: 2;
}

.layer {
  width: 100%;
  background-color: #E0E3E2;
  transition: 0.3s ease all;
  z-index: 1;
} 
#na_domu .knobs:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 16px;
    height: 16px;
    background-color: #ffffff;
    border-radius: 50%;
    transition: 0.3s 
cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
}

#na_domu .checkbox:checked + .knobs:before {
    content: '';
    left: 12px;
    background-color: var(--primary);
}
 

#na_domu .knobs,
#na_domu .knobs:before,
#na_domu .layer {
  transition: 0.3s ease all;
}
.issledovaniya_main_row a {
	padding:9px 24px;
}

.issledovaniya_main_row a img{
	width:32px;
	height:32px;
	object-fit:contain;
	object-position:center center;
}
.issledovaniya_main_row a:hover { 
    border-radius: 50px;
    background-color: white;
}
@media (max-width:768px) {
    .analyses-cat__search {
        padding: 8px
    }

    .analyses-cat__search form {
        height: 50px;
        gap: 0;
        background: #fff;
        border-radius: 300px
    }

    .analyses-cat__search form label {
        width: 100%
    }
}

.analyses-cat__search form label input {
    width: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    border-radius: 300px;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -.01em;
    color: #373737;
}

.analyses-cat__search form label input:-moz-placeholder {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -.01em;
    color: rgba(55, 55, 55, .5)
}

.analyses-cat__search form label input:-ms-input-placeholder {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -.01em;
    color: rgba(55, 55, 55, .5)
}

.analyses-cat__search form label input:placeholder-shown {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -.01em;
    color: rgba(55, 55, 55, .5)
}

.analyses h1 {
    margin-bottom: 60px
}

.analyses__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px
}

.analysis {
    padding: 30px 40px 40px;
    border-radius: 40px;
    background: #f2f5f4;
    color: #373737;
    display: block;
    cursor: pointer
}

.analysis__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

.analysis__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -.01em;
    text-transform: none;
    margin-bottom: 16px
}

.analysis__desc {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -.01em;
    margin-bottom: 18px
}

@media (max-width:1440px) {
    .analysis__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 32px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .analysis__desc {
        margin-bottom: 32px
    }

    .analysis__item {
        width: calc((100% - 40px)/ 2)
    }
	.analyses-hero .main-image-bg {
    max-width: 45%;
}
	.analyses-hero .main-image-bg img { 
    object-fit: contain;
    object-position: center center;
}
}

.analysis__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px
}

.analysis__item {
    padding-left: 44px
}

.analysis__item-label {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -.01em;
    color: rgba(55, 55, 55, .5)
}

.analysis__item-value {
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -.01em
}

.analysis__period {
    background: url(../imgs/new/analiz-period.svg) left center no-repeat
}

.analysis__location {
    background: url(../imgs/new/analiz-location.svg) left center no-repeat
}

.analysis__material {
    background: url(../imgs/new/analiz-material.svg) left center no-repeat
}

.analysis__note {
    background: url(../imgs/new/analiz-note.svg) left center no-repeat
}

.analysis__price {
    font-weight: 700;
    font-size: 26px;
    line-height: 120%;
    letter-spacing: -.01em;
    text-align: right;
    min-width: 110px;
    position: absolute;
    top: -42px;
    right: 0
}
.swith {
    min-width: max-content;
}
.analizi_content {
    padding-top: 52px;
    display: flex;
    justify-content: space-between;
    gap: 36px;
}
.analiz_list_tabs { 
    max-height: 600px; 
    overflow-y: scroll;
}
.analiz_category {
    min-width: 357px; 
}
.analiz_category h3 {
    font-size: 26px;
    font-weight: 700;
    padding-bottom: 25px;
}
.analiz_list_tabs {
    background: #F2F5F4;
    border-radius: 15px;
	margin-right:30px;
    position: sticky;
    top: 130px;
}
.analiz_list_tabs-item {
    padding: 11px 16px;
    font-weight: 700;
    cursor: pointer;
}
.analiz_list_tabs-item .active, .analiz_list_tabs-item:hover {
   background: #208D7914;
color:#208d79;
}
.analiz_list_tabs::-webkit-scrollbar-thumb {
    background-color: #208d79;
    border-radius: 20px;
}
.analiz_list_tabs::-webkit-scrollbar, .analiz_list_tabs::-webkit-scrollbar-button {
    background: transparent; 
}
.analiz_list  {
    width: 100%; 
}
.analiz_list  h5{
    padding-bottom:24px;
}
.analyses__list .list_a {
    border: 1px solid #00000024;
    background: #FFFFFF03;
    border-radius: 16px;
    display: flex;
}
.analyses__list .list_a {
    border: 1px solid #00000024;
    background: #FFFFFF03;
    border-radius: 16px;
    display: flex;
    justify-content: space-between;
    gap: 50px;
    padding: 14px 22px;
    align-items: center;
}
.list_a_left_button {
    display: flex;
    gap: 10px;
    align-items: center;
	margin-top:10px;
    font-size: 13px;
}
.list_a_left_button p, .list_a_left_button .character_a  { 
	margin-bottom:0px;
}
.list_a_left_button .character_a { 
    background: #F2F5F4;
    padding: 4px;
    border-radius: 8px
}
.price_a_list {
    font-weight: 600;
}
.price_a_list p {
    font-size: 20px;
    margin: 0;
}
.price_a_list .btn_arrow {
    padding: 0; 
}
.price_a_list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.price_a_list .btn_arrow path {
    stroke: var(--primary);
}
.analiz_drop {
	display:none; 
    border: 1px solid #208D79;
    padding: 18px;
    border-radius: 50px;
    width: 100%;
    box-sizing: border-box;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(https://biorise.ru/wp-content/uploads/2026/02/vector-4.svg);
    background-repeat: no-repeat, repeat;
    background-position: right 18px top 50%, 0 0;
    background-size: 12px;
    color: var(--primary);
	font-size:14px;
	font-weight:700;
}
.list_a_left_button { 
    flex-wrap: wrap;
}


@media (max-width:1070px) {
	.analiz_list_tabs {
		display:none;
	}
	.analizi_content { 
    gap: 32px;
    flex-direction: column;
}
	.analiz_drop {
	display:block;
}
	.analiz_drop {
    border: 1px solid #208D79;
    padding: 18px;
    border-radius: 50px;
}
    .analysis__item {
        width: 100%
    }

    .analysis__price {
        position: relative;
        top: unset;
        right: unset
    }
	
	.issledovaniya_main_row, .issledovaniya_main_row a {
    display: flex;
    align-items: center;
    gap: 5px;
    color: var(--black);
    flex-wrap: wrap;
        justify-content: space-between;
}
	.issledovaniya_grid { 
    grid-template-columns: repeat(3, 1fr);
}
	.why_klinick_analiz_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 32px 0 80px;
}
	.why_klinick_analiz_plus { 
    grid-template-columns: 1fr;
}
}

.faq {
    padding: 100px 0;
    background: #f2f5f4
}

@media (max-width:1440px) {
    .faq {
        padding: 60px 0
    }
}

.faq h2 {
    margin-bottom: 60px
}

.faq__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.faq__item {
    border-top: 1px solid rgba(32, 141, 121, .3);
    padding: 20px 0;
    overflow: hidden;
    -webkit-transition: .3s;
    transition: .3s
}

.faq__question {
    padding-top: 13px;
    padding-bottom: 13px;
    font-weight: 800;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -.01em;
    cursor: pointer;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background .3s;
    transition: background .3s
}

@media (max-width:768px) {
	
.analyses__list .list_a { 
    gap: 10px;
    padding: 14px;
    align-items: flex-start;
    flex-direction: column;
}
	.price_a_list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
	.price_a_list {
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-top: 10px;
    border-top: 1px solid #0000001A;
}
	.price_a_list p {
    font-size: 18px; 
}
	.analiz_list h5 {
    padding-bottom: 204px;
}
	.analiz_category h3 {
    font-size: 18px; 
    padding-bottom: 11px;
}
    .faq h2 {
        margin-bottom: 32px
    }

    .faq__question p {
        max-width: calc(100% - 74px);
        font-weight: 500;
        font-size: 16px
    }
	.analyses-hero  {
		position:relative;
	}
	    .analyses-hero .main-image-bg {
        max-width: 45%;
        position: absolute;
        bottom: 30px;
        right: 30px;
        height: fit-content;
        top: auto;
    }
	.analyses-hero .main-image-bg::before {
		height:auto;
	}
	   .analyses-cat__search .search-btn {
        font-size: 13px;
        height: auto;
        width: auto;
        border-radius: 300px;
        background: #208d79;
        position: relative;
        right: 0;
        top: 0;
        padding: 11px 16px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
	    .analyses-cat__search form {
        height: 60px; 
    }
	.main_analiz_cat {
    padding: 0px;
    background: transparent; 
    flex-direction: column;
    align-items: flex-start;
		gap:20px;
}
	.issledovaniya_main_item {
    background: #F2F5F4;
    border-radius: 100px;
}
	    .issledovaniya_main_row, .issledovaniya_main_row a { 
        justify-content: flex-start;
			gap:20px;
    }
	.swith  {
    min-width: max-content;
    flex-direction: row-reverse;
}
	    .issledovaniya_grid {
        grid-template-columns: repeat(2, 1fr);
    }
	h2.m50 {
    margin-bottom: 20px;
}
	.why_klinick_analiz_grid { 
        grid-template-columns: 1fr;
        gap: 15px;
        margin: 32px 0;
    }
	.why_klinick_analiz_item.br-24 {
    padding: 29px 16px;
    aspect-ratio: unset; 
    min-height: 130px;
}
	.w_plus_title {
    font-size: 16px; 
}
	.w_plus_desc.grey {
    font-size: 14px; 
}
	.plus_why_right { 
    height: 226px; 
    border-radius: 24px;
}
	.gallery .gallery-slider { 
    padding-bottom: 60px;
}
	.slider-nav { 
    justify-content: flex-start; 
    top: auto;
    bottom: 0px;
    height: 40px;
}
}

.faq__question::after {
    content: "";
    display: block;
    height: 50px;
    width: 50px;
    background: url(../imgs/new/faq-arrow.svg) center center no-repeat;
    position: absolute;
    right: 24px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.faq__item.active .faq__question::after {
    content: "";
    background: url(../imgs/new/faq-arrow.svg) center center no-repeat;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

.faq__answer {
    padding-top: 4px;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -.01em;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0;
    max-width: 80%
}

.faq__item.active .faq__answer {
    max-height: 500px;
    opacity: 1
}

.faq__answer p {
    margin: 0;
    line-height: 1.6
}

.faq__answer p:not(:last-child) {
    margin-bottom: 12px
}

.single-analysis {
    padding-top: 60px !important;
    padding-bottom: 60px
}

.single-analysis h1 {
    margin-bottom: 60px
}

.single-analysis__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.single-analysis__content {
    width: calc((100% - 20px)/ 12 * 7)
}

.single-analysis__tabs-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 2px solid rgba(55, 55, 55, .1)
}

.single-analysis__tab-pane {
    display: none
}

.single-analysis__tab-pane.active {
    display: block
}

.single-analysis__tab-pane p {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -.01em;
    margin-bottom: 30px
}

.single-analysis__tab-pane h4 {
    font-weight: 800;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -.01em;
    margin-bottom: 12px
}

.single-analysis__tab-pane ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px
}

.single-analysis__tab-pane ul li {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -.01em;
    padding-left: 20px;
    position: relative
}

.single-analysis__tab-pane ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background-color: #208d79;
    border-radius: 50%
}

.single-analysis__tab-btn {
    border-bottom: 5px solid transparent;
    width: 25%;
    padding-bottom: 19px;
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -.01em
}

.single-analysis__tab-btn.active {
    border-bottom: 5px solid #208d79
}

.single-analysis__tabs-content {
    padding-top: 40px;
    padding-bottom: 60px
}

.single-analysis__sidebar-inner {
    background: #f2f5f4;
    border-radius: 40px;
    padding: 40px
}

.single-analysis__info-label {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -.01em;
    color: rgba(55, 55, 55, .5)
}

.single-analysis__info-value {
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -.01em
}

.single-analysis__location {
    background: url(../imgs/new/analiz-location.svg) left center no-repeat;
    padding-left: 44px;
    margin-bottom: 30px
}

.single-analysis__period {
    background: url(../imgs/new/analiz-period.svg) left center no-repeat;
    padding-left: 44px;
    margin-bottom: 40px
}

.single-analysis__price {
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -.01em;
    margin-bottom: 12px
}

.single-analysis__price span {
    font-weight: 800;
    color: #208d79
}

.single-analysis__additional-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 30px
}

.single-analysis__additional-item {
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -.01em
}

.single-analysis__additional-item span {
    font-weight: 800;
    color: #208d79
}

.single-analysis__total {
    font-weight: 700;
    font-size: 26px;
    line-height: 120%;
    letter-spacing: -.01em;
    margin-bottom: 30px
}

.single-analysis button {
    width: 100%;
    display: block
}

.single-analysis .btn-n {
    margin-bottom: 20px
}

.single-analysis__sidebar-search {
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -.01em;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #208d79;
    margin-top: 30px;
    display: block
}

.checkup__hero {
    padding-top: 60px !important;
    padding-bottom: 50px;
    background: url(../imgs/new/checkup-hero.png) right bottom no-repeat #f2f5f4;
    background-size: contain
}

.checkup__hero-content {
    width: calc((100% - 20px)/ 2)
}

.checkup__hero-content h1 {
    font-weight: 400;
    font-size: 52px;
    line-height: 110%;
    letter-spacing: -.02em;
    text-transform: uppercase;
    margin-bottom: 40px
}

@media (max-width:768px) {
    .checkup__hero {
        padding-bottom: 370px;
        background: url(../imgs/new/checkup-hero-mob.png) center bottom no-repeat #f2f5f4;
        background-size: 100%
    }

    .checkup__hero-content h1 {
        font-size: 30px;
        margin-bottom: 32px
    }
}

.checkup__hero-content p {
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -.01em;
    margin-bottom: 60px
}

.checkup__hero-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 46px
}

.checkup__hero-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 70px
}

@media (max-width:768px) {

    .checkup__hero-btns,
    .checkup__hero-content p {
        margin-bottom: 32px
    }

    .checkup__hero-btns button {
        width: 100%
    }

    .checkup__hero-items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        row-gap: 28px
    }
}

.checkup__hero-item {
    max-width: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.checkup__hero-item-num {
    font-weight: 400;
    font-size: 48px;
    line-height: 110%;
    letter-spacing: -.03em;
    color: #208d79
}

.checkup__hero-item-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -.01em;
    color: rgba(55, 55, 55, .5)
}

@media (max-width:768px) {
    .checkup__hero-item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        max-width: unset
    }

    .checkup__hero-item-num {
        min-width: 100px
    }

    .checkup__hero-item-text {
        max-width: 180px
    }
}

.checkups {
    padding-top: 100px;
    padding-bottom: 20px;
    margin-top: 0
}

@media (max-width:1440px) {
    .checkup__hero-content {
        width: 100%
    }

    .checkups {
        padding-top: 60px
    }
}

.checkups h2 {
    margin-bottom: 40px
}

.checkups__wrapper.checkups-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.checkups__wrapper-mobile {
    display: none
}

@media (max-width:480px) {
    .checkups__wrapper-mobile {
        display: block;
        overflow: hidden
    }
	.issledovaniya__item a {
    padding: 16px 12px; 
}
	.issledovaniya__item p  { 
    font-size: 12px;
}
	.kapelnici-hero__items a {
    width: 100%;
}
	.analyses-hero .main-image-bg {
        max-width: 90%; 
        bottom: 30px;
        right: -180px; 
        top: auto;
    }
	.analyses-cat__search form label, .main_analiz_cat { 
    gap: 8px;
}
	.analyses-cat__search svg {
    width: 16px;
    height: 16px;
}
	.analyses-cat__search form label input:placeholder-shown { 
    font-size: 14px; 
}
	    .issledovaniya_main_row, .issledovaniya_main_row a { 
        font-size: 14px;
    }
	.issledovaniya_main_row a img {
    width: 20px;
    height: 20px; 
}
	.issledovaniya_main_row a {
    padding: 11px;
}
	.issledovaniya_main_row, .issledovaniya_main_row a { 
        gap: 8px;
    }
.btn_no_pc {
	display:flex;
} 
	.btn_no_mob {
	display:none;
}
	.analyses-popular__container, .akcii-slider {
    margin-bottom: 30px;
}
	.with_slider .slider-nav { 
    bottom: auto;
    top: 20px;
}
	.analyses-popular .title_wrapper, .akcii .title_wrapper {
    max-width: 50%;
}
	.slider-nav__prev { 
    left: 0;
    right: auto; 
}
	.slider-nav__next { 
    right: auto;
    left: 10px; 
}
}

.btn_no_pc {
	display:none;
}
.checkups__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
    margin-top: 30px
}

.checkups__navigation .swiper-btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #f2f5f4;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: background .3s;
    transition: background .3s;
    font-size: 20px
}

.checkups__navigation .swiper-btn:hover {
    background: #e0e5e4
}

.checkups__navigation .swiper-btn.swiper-button-disabled {
    opacity: .3;
    cursor: not-allowed
}

@media (max-width:480px) {
    .checkups__load-more {
        display: none
    }
}

.checkup-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.checkup-item__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 30px
}

.checkup-item h3 {
    letter-spacing: -.01em;
    font-family: var(--ff);
    height: 68px
}

.checkup-item__excerpt p {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -.01em;
    color: rgba(55, 55, 55, .5);
    margin-bottom: 20px
}

.checkup-item__excerpt ul {
    margin-bottom: 30px
}

.checkup-item__excerpt ul li {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -.01em;
    position: relative;
    padding-left: 20px
}

.checkup-item__excerpt ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 8px;
    height: 8px;
    background-color: #208d79;
    border-radius: 50%
}

.checkup-item__price {
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -.01em;
    margin-bottom: 24px;
    margin-top: auto
}

.checkup-item__link {
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -.02em;
    color: #208d79;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    gap: 15px
}

.checkup-item .btn-n {
    width: 100%;
    display: block;
    margin-bottom: 13px
}

.checkup-item {
    width: calc((100% - 40px)/ 3);
    background: #f2f5f4;
    border-radius: 40px
}

@media (max-width:992px) {
    .checkup-item {
        width: calc((100% - 20px)/ 2)
    }
}

.checkup-item__image {
    border-radius: 40px;
    height: 275px;
    overflow: hidden
}

.checkup-item__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.checkup-item h3 {
    font-weight: 800;
    font-size: 26px;
    line-height: 120%;
    letter-spacing: -.01em;
    margin-bottom: 16px;
    font-family: var(--ff)
}

.checkup-item h3 a {
    color: #373737
}

.checkup-item__excerpt {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -.01em;
    margin-bottom: 30px
}

.checkup-item--hidden {
    display: none
}

@media (max-width:480px) {
    .checkups__wrapper.checkups-desktop {
        gap: 10px;
    }

    .checkup-item--hidden {
        display: block
    }
}

.btn-load-more {
    width: 100%;
    margin-top: 40px
}

.single-checkup__hero {
    position: relative;
    padding-bottom: 0
}

.single-checkup__hero:after {
    background: url(../imgs/new/check-up.png) bottom right no-repeat;
    background-size: contain;
    bottom: 0;
    right: 0;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0
}

.single-checkup__hero h1 {
    margin-bottom: 20px;
    font-size: 35px
}

@media (max-width:1070px) {
    .single-checkup__hero:after {
        display: none
    }

    .single-checkup__hero h1 {
        font-size: 24px;
        margin-bottom: 16px
    }
}

.single-checkup__hero .container {
    z-index: 1;
    position: relative
}

.single-checkup__hero .bnt-area {
    margin-bottom: 46px
}

.single-checkup__hero .counts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 70px;
    margin-top: 23px
}

@media (max-width:992px) {
    .single-checkup__hero .counts {
        gap: 24px
    }
}

.single-checkup__hero .counts__item {
    max-width: 139px
}

@media (max-width:768px) {
    .single-checkup__hero .counts__item {
        max-width: unset;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (max-width:1070px) {
    .single-checkup__hero .counts {
        margin-top: 16px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.single-checkup__hero .count-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px
}

@media (max-width:768px) {
    .single-checkup__hero .count-item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%;
        gap: 12px
    }
}

.single-checkup__hero .count-item__title {
    font-weight: 400;
    font-size: 48px;
    line-height: 110%;
    letter-spacing: -.03em;
    color: #208d79;
    font-family: var(--ff-sec)
}

@media (max-width:992px) {
    .single-checkup__hero .count-item__title {
        width: 110px;
        white-space: nowrap
    }
}

.single-checkup__hero .count-item__subtitle {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -.01em;
    color: rgba(55, 55, 55, .5)
}

.single-checkup__hero-text {
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -.01em;
    max-width: 507px;
    margin-bottom: 30px
}

.single-checkup__hero-text strong {
    font-weight: 800
}

.single-checkup__hero-wrap {
    padding-top: 30px;
    padding-bottom: 25px
}

.single-checkup__price h2 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 37px;
    max-width: calc((100% - 20px)/ 12 * 8)
}
@media (max-width:1070px) {
    .single-checkup__price h2 {
        font-size: 27px
    }
}

.single-checkup__price-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.single-checkup__contain {
    width: calc((100% - 20px)/ 12 * 8)
}

@media (max-width:1070px) {
    .single-checkup__hero-text {
        font-size: 16px;
        margin-bottom: 16px
    }

    .single-checkup__hero-wrap {
        padding-top: 25px
    }

    .single-checkup__price h2 {
        max-width: 100%
    }

    .single-checkup__price-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 52px
    }

    .single-checkup__contain {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%
    }
}

.single-checkup__contain-item {
    padding-right: 100px;
    margin-bottom: 128px
}

.single-checkup__contain-item:last-child {
    margin-bottom: 0
}

.single-checkup__contain-item .title-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    margin-bottom: 64px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.single-checkup__contain-item .icon {
    background: #f2f5f4;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.single-checkup__contain-item h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 120%;
    letter-spacing: -.01em;
    font-family: var(--ff)
}

@media (max-width:1070px) {
    .single-checkup__contain-item {
        padding-right: 0;
        margin-bottom: 40px
    }

    .single-checkup__contain-item .title-area {
        margin-bottom: 32px
    }

    .single-checkup__contain-item h3 {
        font-size: 24px
    }
}

.single-checkup__contain-item table {
    width: 100%
}

.single-checkup__contain-item thead tr th {
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -.01em;
    color: rgba(55, 55, 55, .34)
}

@media (max-width:768px) {
    .single-checkup__contain-item .title-area {
        margin-bottom: 16px
    }

    .single-checkup__contain-item h3 {
        font-size: 20px
    }

    .single-checkup__contain-item thead tr th {
        font-size: 16px
    }
}

.single-checkup__contain-item thead tr th:last-child {
    text-align: right
}

.single-checkup__contain-item tbody tr td {
    padding-bottom: 32px;
    padding-top: 32px;
    border-bottom: 1px solid #e8e8e8;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -.01em
}

.single-checkup__contain-item tbody tr td:last-child {
    color: #208d79;
    text-align: right
}

.single-checkup__contain-item tbody tr:last-child td {
    border-bottom: none
}

.single-checkup__sidebar {
    width: calc((100% - 20px)/ 12 * 4);
    position: relative
}

@media (max-width:1070px) {
    .single-checkup__sidebar {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%
    }
}

.single-checkup__sidebar-inner {
    background: #f4f7f6;
    border-radius: 40px;
    padding: 40px
}

.single-checkup__sidebar-inner .duration {
    padding-left: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px;
    background: url(../imgs/new/analiz-period.svg) left center no-repeat
}

@media (max-width:768px) {
    .single-checkup__contain-item tbody tr td {
        padding-top: 24px;
        padding-bottom: 24px;
        font-size: 16px
    }

    .single-checkup__sidebar-inner {
        padding: 24px
    }

    .single-checkup__sidebar-inner .duration {
        margin-bottom: 32px
    }
}

.single-checkup__sidebar-inner .duration div:first-child {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -.01em;
    color: rgba(55, 55, 55, .5)
}

.single-checkup__sidebar-inner .duration div:last-child {
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -.01em
}

.single-checkup__sidebar-inner .price {
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -.01em;
    margin-bottom: 12px
}

.single-checkup__sidebar-inner .price span {
    color: #208d79;
    font-weight: 800
}

.single-checkup__sidebar-inner .addprice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 30px
}

.single-checkup__sidebar-inner .addprice__item span {
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -.01em;
    margin-bottom: 12px
}

@media (max-width:768px) {

    .single-checkup__sidebar-inner .addprice__item span,
    .single-checkup__sidebar-inner .price {
        font-size: 16px
    }
}

.single-checkup__sidebar-inner .addprice__item span:last-child {
    color: #208d79;
    font-weight: 800
}

.single-checkup__sidebar-inner .total {
    font-weight: 700;
    font-size: 26px;
    line-height: 120%;
    letter-spacing: -.01em;
    margin-bottom: 30px
}

.single-checkup__sidebar-inner .btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px
}

.single-checkup__sidebar-inner a {
    width: 100%;
    display: block
}

.single-checkup__sidebar-cln {
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -.01em;
    color: #208d79;
    margin-top: 24px;
    text-decoration: underline;
    text-align: center;
    width: 100%;
    padding-right: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 4px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.single-checkup__sidebar-wrap {
    position: sticky;
    -ms-flex-item-align: start;
    align-self: flex-start;
    top: 96px
}

.indications h2 {
    margin-bottom: 40px
}

.indications ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px
}

.indications__item {
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -.01em;
    padding-left: 34px;
    background: url(../imgs/new/ind.svg) left center no-repeat
}

@media (max-width:768px) {
    .single-checkup__sidebar-inner .total {
        font-size: 24px;
        margin-bottom: 24px
    }

    .indications h2 {
        margin-bottom: 24px
    }

    .indications__item {
        background: url(../imgs/new/ind.svg) left top no-repeat;
        font-size: 16px
    }
}

.preparation h2 {
    margin-bottom: 40px
}

@media (max-width:768px) {
    .preparation h2 {
        margin-bottom: 24px
    }
}

.preparation__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    padding-top: 20px;
    border-bottom: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8
}

.preparation__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px
}

.preparation__item:last-child p {
    border: none
}

.preparation__item:last-child .icon:after {
    content: none
}

.preparation__item:last-child .icon::before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    background-color: #208d79;
    height: 95px;
    top: -71px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1
}

.preparation__item:nth-child(4) .icon:after {
    content: none
}

.preparation__item .number {
    border-radius: 100px;
    background: #f2f5f4;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: -.01em;
    color: #246261;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.preparation__item .icon {
    width: 44px;
    position: relative
}

.preparation__item .icon:after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    background-color: #208d79;
    height: 95px;
    top: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1
}

.preparation__item p {
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -.01em;
    border-bottom: 1px solid #e8e8e8;
    padding: 12px 0 32px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 0
}

@media (max-width:1070px) {
    .preparation__item .icon:after {
        height: 92px
    }

    .preparation__item p {
        font-size: 16px
    }
}

.stages h2 {
    margin-bottom: 40px
}

@media (max-width:768px) {
    .preparation__item p {
        font-size: 14px;
        padding-bottom: 20px
    }

    .stages h2 {
        margin-bottom: 24px
    }
}

.stages__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.stages__item {
    width: calc((100% - 40px)/ 3);
    border-radius: 40px;
    position: relative;
    height: 440px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px
}

.stages__item1 {
    background: url(../imgs/new/stage1.jpg) center center no-repeat;
    background-size: cover
}

.stages__item2 {
    background: url(../imgs/new/stage2.jpg) center center no-repeat;
    background-size: cover
}

.stages__item3 {
    background: url(../imgs/new/stage3.jpg) center center no-repeat;
    background-size: cover
}

.stages__num {
    position: absolute;
    font-weight: 700;
    font-size: 24px;
    line-height: 117%;
    letter-spacing: -.01em;
    top: 20px;
    left: 20px;
    color: #208d79
}

@media (max-width:480px) {
    .preparation__item .icon:after {
        height: 120px
    }

    .stages__item {
        width: 100%;
        height: 340px
    }

    .stages__num {
        font-size: 20px
    }
}

.stages__item-text {
    padding: 20px 0;
    border-radius: 100px;
    background: #fff;
    margin-top: auto;
    width: 100%;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -.01em
}

.content-bottom h2 {
    margin-bottom: 40px
}

.content-bottom p {
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -.01em
}

.anchor-nav__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    max-width: calc((100% - 20px)/ 12 * 8)
}

.anchor-nav__items a {
    display: block;
    border: 1px solid #eeeef4;
    border-radius: 100px;
    padding: 16px 24px;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -.01em;
    text-align: center;
    color: #373737;
    -webkit-transition: color .2s ease, border-color .2s ease, background-color .2s ease;
    transition: color .2s ease, border-color .2s ease, background-color .2s ease;
    margin-bottom: 0
}

.anchor-nav__items a:hover {
    border-color: #208D79;
    color: #208D79;
    background-color: rgba(32, 141, 121, .06)
}

@media (max-width:768px) {
    .content-bottom h2 {
        margin-bottom: 24px
    }

    .content-bottom p {
        font-size: 16px
    }

    .anchor-nav__items a {
        font-size: 14px;
        padding: 12px 20px
    }
}

.page-template-page-franch-new header {
    height: 166px
}

.page-template-page-franch-new .header__bottom {
    background: #fff
}

.page-template-page-franch-new .header__frmenu {
    display: block
}

@media (max-width:1070px) {
    .stages__item-text {
        font-size: 14px
    }

    .anchor-nav__items {
        max-width: unset
    }

    .page-template-page-franch-new header {
        height: 105px
    }

    .page-template-page-franch-new .header__frmenu {
        display: none
    }
}

.page-template-page-franch-new .header__frmenu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

.page-template-page-franch-new .header__frmenu ul li a {
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -.01em;
    color: #373737
}

.page-template-page-franch-new .header__tel {
    display: block;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -.02em;
    color: #006465
}

@media (max-width:480px) {
    .page-template-page-franch-new .header__tel {
        font-size: 14px
    }

    .franchn__hero {
        padding-top: 22px !important
    }
}

.page-template-page-franch-new main {
    padding-top: 166px
}

@media (max-width:1070px) {
    .page-template-page-franch-new main {
        padding-top: 105px
    }
}

@media (max-width:992px) {
    .stages__item {
        width: 100%
    }

    .page-template-page-franch-new main {
        padding-top: 140px
    }
}

.page-template-page-franch-new .btn-n {
    border-radius: 100px;
    padding: 16px 24px;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -.02em;
    text-align: center;
    color: #fff;
    display: block
}

.page-template-page-franch-new .btn-outline {
    padding: 24px 32px;
    display: block;
    width: unset;
    white-space: nowrap
}

.page-template-page-franch-new .heading-area {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 60px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.page-template-page-franch-new .heading-area h2 {
    font-weight: 600;
    font-size: 48px;
    line-height: 110%;
    letter-spacing: -.02em;
    font-family: var(--ff-sec);
    text-transform: none;
    max-width: unset;
    margin-bottom: 0
}

@media (max-width:768px) {
    .page-template-page-franch-new .heading-area {
        margin-bottom: 32px
    }

    .page-template-page-franch-new .heading-area h2 {
        font-size: 32px
    }
}

.page-template-page-franch-new .heading-area p {
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -.01em;
    color: rgba(55, 55, 55, .7);
    font-family: var(--ff-sec);
    text-align: left
}

@media (max-width:768px) {
    .page-template-page-franch-new .heading-area p {
        font-size: 18px
    }
}

.page-template-page-franch-new .heading-area button {
    width: unset
}

.page-template-page-franch-new .mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s, visibility .3s;
    transition: opacity .3s, visibility .3s;
    z-index: 9999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.page-template-page-franch-new .mobile-menu.is-active {
    visibility: visible;
    opacity: 1
}

.page-template-page-franch-new .mobile-menu.is-active .mobile-menu__content {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.page-template-page-franch-new .mobile-menu__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    cursor: pointer
}

.page-template-page-franch-new .mobile-menu__content {
    position: relative;
    padding: 40px 48px;
    background: #fff;
    border-radius: 40px;
    -webkit-transform: scale(.9);
    transform: scale(.9);
    opacity: 0;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: transform .3s, opacity .3s, -webkit-transform .3s;
    overflow-y: auto;
    z-index: 1;
    min-width: 380px
}

.page-template-page-franch-new .mobile-menu__content .header__logo {
    margin-bottom: 44px;
    display: block
}

.page-template-page-franch-new .mobile-menu__content .header__logo img {
    width: 158px;
    max-width: unset
}

.page-template-page-franch-new .mobile-menu__close {
    position: absolute;
    top: 40px;
    right: 48px;
    cursor: pointer;
    border-radius: 84px;
    background: rgba(32, 141, 121, .06);
    height: 48px;
    width: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.page-template-page-franch-new .mobile-menu__nav {
    margin-bottom: 60px
}

.page-template-page-franch-new .mobile-menu__nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 22px
}

.page-template-page-franch-new .mobile-menu__nav ul li a {
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -.01em;
    color: #373737;
    -webkit-transition: color .3s;
    transition: color .3s
}

.page-template-page-franch-new .mobile-menu__nav ul li a:hover {
    color: #208d79
}

.page-template-page-franch-new .mobile-menu__phone {
    margin-bottom: 8px
}

.page-template-page-franch-new .mobile-menu__phone a {
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -.01em;
    color: #006465
}

.page-template-page-franch-new .mobile-menu__mail {
    margin-bottom: 40px
}

.page-template-page-franch-new .mobile-menu__mail a {
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -.01em;
    color: rgba(55, 55, 55, .5)
}

.page-template-page-franch-new .mobile-menu button {
    width: 100%
}

.page-template-page-franch-new body.mobile-menu-open {
    overflow: hidden
}

.header__ticker {
    overflow: hidden;
    background: #208d79
}

.header__ticker-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 28px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

.header__ticker-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-animation: 40s linear infinite scroll;
    animation: 40s linear infinite scroll;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.header__ticker-item {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #fff;
    padding-left: 36px;
    background: url(../imgs/new/ticker.svg) left center no-repeat;
    white-space: nowrap;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

.franchn__hero {
    position: relative;
    overflow: hidden;
    height: 743px;
    margin-bottom: 22px
}

.franchn__hero::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    z-index: 2;
    pointer-events: none
}

.franchn__hero video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1
}

.franchn__hero .container {
    z-index: 3;
    position: relative
}

.franchn__hero .brands {
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -.01em;
    padding-top: 10px;
    padding-bottom: 10px;
    background: url(../imgs/new/franzh-new/brands.png) left center no-repeat;
    padding-left: 126px;
    color: #fff;
    margin-bottom: 90px
}

.franchn__hero h1 {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: .08em;
    color: #fff;
    margin-bottom: 60px
}

.franchn__hero h1 span {
    font-weight: 700;
    font-size: 52px;
    line-height: 100%;
    letter-spacing: -.01em;
    color: #fff;
    display: block;
    margin-top: 16px;
    text-transform: none;
    font-family: var(--ff-sec)
}

@media (max-width:480px) {
    .franchn__hero .brands {
        margin-bottom: 240px
    }

    .franchn__hero h1 {
        font-size: 15px;
        text-align: center;
        margin-bottom: 32px
    }

    .franchn__hero h1 span {
        line-height: 105%;
        font-size: 35px;
        text-align: center;
        font-family: var(--font-family)
    }
}

.franchn__hero .counts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px
}

.franchn__hero .count-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px
}

.franchn__hero .count-item:first-child {
    padding-right: 43px;
    border-right: 2px solid #fff
}

@media (max-width:480px) {
    .franchn__hero .counts {
        margin-bottom: 64px
    }

    .franchn__hero .count-item:first-child {
        padding-right: 24px
    }
}

.franchn__hero .count-item:nth-child(2) {
    padding-right: 43px;
    padding-left: 43px;
    border-right: 2px solid #fff
}

@media (max-width:480px) {
    .franchn__hero .count-item:nth-child(2) {
        padding-right: 24px;
        padding-left: 24px
    }
}

.franchn__hero .count-item:nth-child(3) {
    padding-left: 43px
}

.franchn__hero .count-item .number {
    font-weight: 700;
    font-size: 44px;
    line-height: 100%;
    letter-spacing: -.01em;
    color: #fff;
    font-family: var(--ff-sec)
}

.franchn__hero .count-item .number span {
    font-size: 25px;
    display: block
}

@media (max-width:480px) {
    .franchn__hero .count-item:nth-child(3) {
        padding-left: 24px
    }

    .franchn__hero .count-item .number {
        font-size: 32px
    }

    .franchn__hero .count-item .number span {
        font-size: 16px
    }
}

.franchn__hero .count-item .text {
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: -.01em;
    color: rgba(255, 255, 255, .7);
    max-width: 115px
}

.franchn__hero .btn-n {
    width: unset !important;
    display: inline-block;
    padding: 23px 68px
}

@media (max-width:480px) {
    .franchn__hero .count-item .text {
        font-size: 15px;
        max-width: 97px
    }

    .franchn__hero .btn-n {
        margin-left: auto;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-right: auto;
        width: 100% !important
    }
}

.franchn__results {
    padding-bottom: 80px;
    margin-bottom: 22px
}

.franchn__results .heading-area h2 {
    margin-bottom: 16px
}

.franchn__results .btn-n {
    display: none
}

@media (max-width:768px) {
    .franchn__results .heading-area .btn-outline {
        display: none
    }

    .franchn__results .btn-n {
        display: block;
        width: 100%
    }

    .franchn__results {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

.result-card {
    border-radius: 30px;
    background: #fff;
    overflow: hidden
}

.result-card__wrapper {
    padding: 24px 32px 32px 24px
}

.result-card__wrapper .location {
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -.01em;
    padding-left: 37px;
    margin-bottom: 24px;
    background: url(../imgs/new/franzh-new/location.svg) left center no-repeat;
    padding-top: 2px;
    padding-bottom: 2px
}

@media (max-width:768px) {
    .result-card__wrapper {
        padding: 24px
    }

    .result-card__wrapper .location {
        font-size: 16px
    }
}

.result-card__wrapper .profit {
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: -.01em
}

.result-card__wrapper .profit span {
    display: block;
    font-weight: 500;
    font-size: 38px;
    line-height: 100%;
    text-transform: uppercase;
    color: #006564;
    font-family: var(--ff-sec)
}

.result-card__bot {
    height: 284px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 26px;
    background-size: contain
}

@media (max-width:768px) {
    .result-card__wrapper .profit {
        font-size: 18px
    }

    .result-card__wrapper .profit span {
        font-size: 32px
    }

    .result-card__bot {
        padding-left: 24px;
        padding-right: 24px;
        padding-bottom: 24px;
        background-size: cover !important;
        height: 258px
    }
}

.result-card__info {
    margin-top: auto;
    backdrop-filter: blur(4px);
    background: rgba(55, 55, 55, .24);
    border-radius: 16px;
    padding: 8px 0 8px 16px;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -.01em;
    color: #fff;
    width: 100%
}

.result-card__strat {
    background: url(../imgs/new/franzh-new/strat.svg) left center no-repeat;
    padding-left: 34px
}

.result-card__payback {
    background: url(../imgs/new/franzh-new/payback.svg) left center no-repeat;
    padding-left: 34px
}

.nav-area {
    margin-top: 32px;
    height: 60px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:768px) {
    .result-card__info {
        font-size: 16px
    }

    .nav-area {
        position: unset;
        margin-top: 0
    }
}

.results-slider {
    overflow: visible
}

.results-slider .swiper-slide {
    opacity: .5
}

.results-slider .swiper-slide-visible {
    opacity: 1
}

.formats-slider-pagination,
.results-slider-pagination {
    position: relative;
    top: unset !important;
    bottom: unset !important;
    left: unset !important;
    right: unset !important
}

.formats-slider-pagination .swiper-pagination-bullet {
    background: #fff;
    opacity: .24
}

.formats-slider-pagination .swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1
}

.nav {
    position: absolute;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px
}

@media (max-width:768px) {
    .nav {
        top: 380px;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .gets {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

.formats-slider-next,
.formats-slider-prev,
.results-slider-next,
.results-slider-prev {
    width: 60px;
    height: 60px;
    left: unset !important;
    right: unset !important;
    top: unset !important;
    position: relative;
    margin-top: 0
}

.results-slider-prev {
    background: url(../imgs/new/franzh-new/slider-arrow.svg) center center no-repeat;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.results-slider-next {
    background: url(../imgs/new/franzh-new/slider-arrow.svg) center center no-repeat
}

.formats-slider-prev {
    background: url(../imgs/new/franzh-new/slider-arrow2.svg) center center no-repeat;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.formats-slider-next {
    background: url(../imgs/new/franzh-new/slider-arrow2.svg) center center no-repeat
}

.gets {
    margin-bottom: 22px
}

.gets .heading-area {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.gets h2 {
    text-align: center
}

.gets__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width:768px) {
    .gets__items {
        gap: 16px
    }
}

.gets__right {
    width: calc((100% - 20px)/ 3 * 2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width:768px) {
    .gets__right {
        gap: 16px;
        width: 100%
    }
}

.gets__left {
    width: calc((100% - 20px)/ 3)
}

.gets__item {
    border-radius: 30px;
    padding: 34px 32px 40px;
    position: relative;
    overflow: hidden
}

.gets__item h3 {
    font-weight: 700;
    font-size: 26px;
    line-height: 120%;
    letter-spacing: -.01em;
    font-family: var(--font-family);
    max-width: 244px
}

@media (max-width:768px) {
    .gets__left {
        width: 100%
    }

    .gets__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 300px !important
    }

    .gets__item h3 {
        margin-top: auto;
        margin-bottom: 12px !important;
        font-size: 22px;
        max-width: unset
    }
}

.gets__item p {
    font-weight: 600;
    font-size: 19px;
    line-height: 130%;
    letter-spacing: -.01em
}

.gets__item-one {
    background: url(../imgs/new/franzh-new/gi1.jpg) center center no-repeat;
    height: 100%;
    background-size: cover;
    position: relative
}

.gets__item-one .gets__item-num {
    color: #fff
}

.gets__item-one::after {
    content: "";
    display: block;
    position: absolute;
    background: url(../imgs/new/franzh-new/gi1-1.png) right bottom no-repeat;
    width: 298px;
    z-index: 1;
    height: 179px;
    bottom: 0;
    right: -68px
}

@media (max-width:480px) {
    .gets__item h3 {
        margin-top: 24px
    }

    .gets__item-one::after {
        background-size: 190px
    }
}

.gets__item-one h3 {
    color: #fff;
    margin-bottom: 210px
}

.gets__item-one p {
    color: rgba(255, 255, 255, .74)
}

.gets__item-two {
    background: url(../imgs/new/franzh-new/gi2.jpg) center center no-repeat;
    background-size: cover;
    width: calc((100% - 20px)/ 2)
}

.gets__item-two .gets__item-num {
    color: #208d79
}

@media (max-width:768px) {
    .gets__item p {
        font-size: 16px
    }

    .gets__item-two {
        width: 100%
    }
}

.gets__item-two h3 {
    color: rgba(55, 55, 55, .98);
    margin-bottom: 210px
}

.gets__item-two p {
    color: rgba(55, 55, 55, .7)
}

.gets__item-three {
    background: url(../imgs/new/franzh-new/gi3.jpg) center center no-repeat;
    background-size: cover;
    width: calc((100% - 20px)/ 2);
    position: relative
}

.gets__item-three .gets__item-num {
    color: #fff
}

.gets__item-three::after {
    content: "";
    display: block;
    position: absolute;
    background: url(../imgs/new/franzh-new/gi3-1.png) right bottom no-repeat;
    bottom: -41px;
    right: -27px;
    width: 290px;
    z-index: 1;
    height: 300px
}

.gets__item-three h3 {
    color: #fff;
    margin-bottom: 210px
}

.gets__item-three p {
    color: rgba(255, 255, 255, .74)
}

.gets__item-four {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    background: #fff;
    padding-bottom: 16px
}

.gets__item-four .gets__item-num {
    color: #208d79
}

.gets__item-four h3 {
    margin-bottom: 25px
}

.gets__item-four p {
    color: rgba(55, 55, 55, .7)
}

.gets__item-num {
    position: absolute;
    top: 40px;
    right: 32px;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -.01em
}

@media (max-width:480px) {
    .gets__item-three::after {
        background-size: 100px;
        bottom: -84px
    }

    .gets__item-four .gets__item__wrapper {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .gets__item-four h3 {
        margin-top: 0 !important
    }

    .gets__item-num {
        top: 24px
    }
}

.gets__item-brands {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0
}

@media (max-width:480px) {
    .gets__item-brands {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.gets__item-brands img {
    width: auto;
    height: 46px;
    -o-object-fit: contain;
    object-fit: contain;
    display: block
}

.formats {
    background: -webkit-gradient(linear, left top, left bottom, from(#5d9e9e), to(#006465));
    background: linear-gradient(180deg, #5d9e9e 0, #006465 100%);
    margin-bottom: 22px
}

@media (max-width:768px) {
    .gets__item-three {
        width: 100%
    }

    .gets__item-four {
        height: unset !important
    }

    .gets__item-brands img:nth-child(1) {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .gets__item-brands img:nth-child(2) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .gets__item-brands img:nth-child(3) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .gets__item-brands img:nth-child(4) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .gets__item-brands img:nth-child(5) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .gets__item-brands img:nth-child(6) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .formats {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

.formats h2 {
    color: #fff;
    text-align: center
}

.formats .heading-area {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.formats__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

.formats__item {
    padding: 24px 0;
    border-radius: 30px;
    background: #fff;
    width: 100%
}

.formats__item h4 {
    font-weight: 700;
    font-size: 26px;
    line-height: 120%;
    letter-spacing: -.01em;
    margin-bottom: 20px;
    padding-left: 32px;
    padding-right: 32px
}

.formats__item h4 span {
    color: #208d79
}

.formats__item-img {
    padding-left: 11px;
    padding-right: 11px;
    margin-bottom: 20px;
    overflow: hidden
}

.formats__item-img img {
    border-radius: 30px;
    width: 100%
}

.formats__item-bot {
    padding-left: 32px;
    padding-right: 32px
}

.formats__time {
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -.01em
}

.formats ul {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px
}

.formats ul li {
    list-style: disc;
    font-weight: 500;
    font-size: 17px;
    line-height: 124%;
    letter-spacing: -.01em
}

.formats ul li::marker {
    color: #208d79
}

.formats .content {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -.01em;
    color: rgba(55, 55, 55, .7);
    margin-bottom: 20px
}

@media (max-width:768px) {
    .formats__item h4 {
        font-size: 18px;
        margin-bottom: 16px
    }

    .formats__time {
        font-size: 16px
    }

    .formats ul {
        margin-bottom: 8px
    }

    .formats ul li {
        font-size: 15px
    }

    .formats .content {
        font-size: 14px
    }
}

.formats h5 {
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -.01em
}

.formats .cost {
    font-weight: 500;
    font-size: 26px;
    line-height: 120%;
    font-family: var(--ff-sec);
    margin-bottom: 34px
}

.formats .btn-n {
    width: 100%
}

.opening {
    margin-bottom: 22px
}

.opening h2 {
    text-align: center
}

.opening .heading-area {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.opening__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 26px;
    background: url(../imgs/new/franzh-new/line.svg) center center no-repeat;
    z-index: 1
}

.opening__item-content {
    width: 570px
}

.opening__icon {
    width: 130px;
    height: 130px;
    z-index: 2;
    position: relative;
    overflow: visible
}

.opening__blank {
    width: 570px
}

@media (max-width:768px) {
    .formats h5 {
        font-size: 14px
    }

    .formats .cost {
        font-size: 21px
    }

    .opening__items {
        background: 0 0
    }

    .opening__item-content {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .opening__icon {
        height: 58px
    }

    .opening__blank {
        display: none
    }
}

.opening__item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 43px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.opening__item h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 110%;
    letter-spacing: -.02em;
    font-family: var(--ff-sec);
    margin-bottom: 12px
}

.opening__item p {
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: -.02em;
    color: rgba(55, 55, 55, .8);
    font-family: var(--ff-sec)
}

@media (max-width:768px) {
    .opening__item {
        gap: 16px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .opening__item:not(:last-child) .opening__icon::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        width: 2px;
        height: 188px;
        background-color: #d8e5e5;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 0
    }

    .opening__item h3,
    .opening__item p {
        text-align: left !important
    }
}

.opening__item:nth-child(1) h3 {
    text-align: right
}

.opening__item:nth-child(1) p {
    text-align: right
}

.opening__item:nth-child(1) .opening__icon {
    background: url(../imgs/new/franzh-new/op1.svg) center center no-repeat
}

@media (max-width:768px) {
    .opening__item:nth-child(1) .opening__icon {
        background: url(../imgs/new/franzh-new/op1m.svg) center center no-repeat
    }
}

.opening__item:nth-child(2) h3 {
    text-align: left
}

.opening__item:nth-child(2) p {
    text-align: left
}

.opening__item:nth-child(2) .opening__icon {
    background: url(../imgs/new/franzh-new/op2.svg) center center no-repeat
}

@media (max-width:768px) {
    .opening__item:nth-child(2) .opening__icon {
        background: url(../imgs/new/franzh-new/op2m.svg) center center no-repeat
    }
}

.opening__item:nth-child(3) h3 {
    text-align: right
}

.opening__item:nth-child(3) p {
    text-align: right
}

.opening__item:nth-child(3) .opening__icon {
    background: url(../imgs/new/franzh-new/op3.svg) center center no-repeat
}

@media (max-width:768px) {
    .opening__item:nth-child(3) .opening__icon {
        background: url(../imgs/new/franzh-new/op3m.svg) center center no-repeat
    }
}

.opening__item:nth-child(4) h3 {
    text-align: left
}

.opening__item:nth-child(4) p {
    text-align: left
}

.opening__item:nth-child(4) .opening__icon {
    background: url(../imgs/new/franzh-new/op4.svg) center center no-repeat
}

.instruments {
    padding-bottom: 0;
    margin-bottom: 22px;
    position: relative
}

@media (max-width:768px) {
    .opening__item:nth-child(4) .opening__icon {
        background: url(../imgs/new/franzh-new/op4m.svg) center center no-repeat
    }

    .instruments {
        padding-top: 60px;
        padding-bottom: 130px
    }
}

@media (max-width:480px) {
    .opening__item:not(:last-child) .opening__icon::after {
        height: 260px
    }

    .instruments {
        padding-bottom: 170px
    }
}

.instruments h2 {
    text-align: center;
    margin-bottom: 0 !important
}

.instruments .heading-area {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 32px
}

.instruments__subtitle {
    max-width: 712px;
    font-weight: 500;
    font-size: 22px;
    line-height: 130%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px
}

.instruments__subtitle strong {
    font-weight: 700
}

.instruments__img {
    text-align: center
}

.instruments__mob {
    display: none
}

@media (max-width:768px) {
    .instruments h2 {
        text-align: left
    }

    .instruments__subtitle {
        display: none
    }

    .instruments__mob {
        position: absolute;
        bottom: 15px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        padding: 32px 48px;
        display: block;
        border-radius: 24px;
        -webkit-box-shadow: 0 -6px 8px 0 rgba(54, 81, 77, .08);
        box-shadow: 0 -6px 8px 0 rgba(54, 81, 77, .08);
        background: #fff;
        font-weight: 500;
        font-size: 18px;
        line-height: 140%;
        letter-spacing: -.01em;
        min-width: 90%
    }

    .instruments__mob strong {
        font-weight: 700
    }
}

.calculator {
    padding-top: 60px;
    padding-bottom: 60px;
    background: -webkit-gradient(linear, left top, left bottom, from(#5d9e9e), to(#006465));
    background: linear-gradient(180deg, #5d9e9e 0, #006465 100%);
    margin-bottom: 22px
}

@media (max-width:480px) {
    .calculator {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

.calculator__wrapper {
    border-radius: 30px;
    max-width: 1008px;
    margin: auto;
    -webkit-box-shadow: 0 6px 15px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 6px 15px 0 rgba(0, 0, 0, .05);
    background: #fff;
    padding: 48px 96px
}

.calculator__wrapper h2 {
    font-weight: 600;
    font-size: 48px;
    line-height: 110%;
    letter-spacing: -.02em;
    font-family: var(--ff-sec);
    margin-bottom: 42px;
    text-transform: none
}

.calculator__wrapper .clinic-type {
    padding: 6px 8px;
    background: #f2f2f2;
    border-radius: 296px;
    margin-bottom: 48px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px
}

@media (max-width:768px) {
    .calculator__wrapper h2 {
        font-size: 32px;
        margin-bottom: 24px
    }

    .calculator__wrapper .clinic-type {
        margin-bottom: 28px;
        padding: 0
    }
}

.calculator__wrapper .clinic-type input {
    display: none
}

.calculator__wrapper .clinic-type label {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -.01em;
    color: rgba(55, 55, 55, .7);
    padding: 8px 18px;
    cursor: pointer
}

@media (max-width:1070px) {
    .calculator__wrapper {
        padding: 32px 48px;
        max-width: unset
    }

    .calculator__wrapper .clinic-type label:nth-child(1) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .calculator__wrapper .clinic-type label:nth-child(2) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .calculator__wrapper .clinic-type label:nth-child(3) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

@media (max-width:1440px) {
    .calculator__wrapper .clinic-type {
        background: 0 0
    }

    .calculator__wrapper .clinic-type label {
        border-radius: 100px;
        background: #eee
    }
}

@media (max-width:480px) {
    .calculator__wrapper {
        padding: 24px 16px
    }

    .calculator__wrapper h2 {
        font-size: 20px
    }

    .calculator__wrapper .clinic-type label {
        font-size: 14px
    }
}

.calculator__wrapper .clinic-type label:has(input[type=radio]:checked) {
    background: rgba(32, 141, 121, .08);
    border-radius: 100px;
    color: #208d79
}

.calculator__wrapper .slider-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 28px;
    -moz-column-gap: 28px;
    column-gap: 28px;
    margin-bottom: 16px
}

.calculator__wrapper .slider-group label {
    display: block;
    font-weight: 500;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: -.02em;
    width: 100%
}

@media (max-width:480px) {
    .calculator__wrapper .slider-group label {
        font-size: 16px
    }
}

.calculator__wrapper .slider-group input[type=range] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: calc((100% - 28px)/ 3 * 2);
    height: 10px;
    border-radius: 10px;
    outline: 0;
    cursor: pointer
}

.calculator__wrapper .slider-group input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 24px;
    height: 24px;
    background: #208d79;
    border-radius: 50%;
    cursor: pointer;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    -webkit-transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

.calculator__wrapper .slider-group input[type=range]::-webkit-slider-thumb:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.calculator__wrapper .slider-group input[type=range]::-moz-range-thumb {
    width: 24px;
    height: 24px;
    background: #208d79;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    -moz-transition: transform .2s;
    transition: transform .2s
}

.calculator__wrapper .slider-group input[type=range]::-moz-range-thumb:hover {
    transform: scale(1.1)
}

.calculator__wrapper .slider-group input[type=range]::-moz-range-track {
    height: 8px;
    background: #e0e0e0;
    border-radius: 10px
}

.calculator__wrapper .slider-group span {
    font-weight: 700;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: -.02em;
    border: 1.31px solid rgba(120, 120, 120, .2);
    border-radius: 14778px;
    padding: 16px 0;
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center
}

@media (max-width:1070px) {
    .calculator__wrapper .slider-group {
        -webkit-column-gap: 24px;
        -moz-column-gap: 24px;
        column-gap: 24px;
        row-gap: 8px;
        margin-bottom: 24px
    }

    .calculator__wrapper .slider-group input[type=range] {
        width: calc((100% - 24px)/ 2)
    }

    .calculator__wrapper .slider-group span {
        padding: 8px 0
    }

    .calculator__wrapper .result {
        row-gap: 32px
    }
}

.calculator__wrapper .info {
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -.01em;
    color: rgba(55, 55, 55, .7);
    margin-top: 8px;
    margin-bottom: 40px
}

.calculator__wrapper .result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 40px;
    border-top: 1px solid #e4e4e4;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:1070px) {

    .calculator__wrapper .result__left,
    .calculator__wrapper .result__right {
        width: 100%
    }
}

.calculator__wrapper .result .btn-n {
    width: unset;
    height: 76px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 48px;
    padding-right: 48px
}

@media (max-width:480px) {

    .calculator__wrapper .info,
    .calculator__wrapper .slider-group span {
        font-size: 14px
    }

    .calculator__wrapper .result .btn-n {
        font-size: 16px
    }
}

.calculator__wrapper .result h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -.01em;
    margin-bottom: 2px
}

.calculator__wrapper .result #totalIncome {
    font-weight: 500;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: -.02em;
    font-family: var(--ff-sec);
    color: #208d79
}

.map h2 {
    font-weight: 600;
    font-size: 48px;
    line-height: 110%
}

@media (max-width:768px) {
    .map {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .map h2 {
        font-weight: 600;
        font-size: 30px;
        line-height: 110%;
        letter-spacing: -.02em;
        text-align: center;
        margin-bottom: 40px !important
    }
}

.modal-form-franchn {
    max-width: 438px !important
}

.modal-form-franchn .modal-form__content {
    padding: 40px 48px
}

@media (max-width:480px) {
    .calculator__wrapper .result h3 {
        font-size: 16px
    }

    .calculator__wrapper .result #totalIncome {
        font-size: 32px
    }

    .map .btn-outline {
        width: 100% !important;
        background: #208d79;
        color: #fff
    }

    .modal-form-franchn .modal-form__content {
        padding: 32px 24px
    }
}

.modal-form-franchn .modal-form__content h4 {
    font-weight: 700;
    font-size: 23px;
    line-height: 120%;
    letter-spacing: -.02em;
    margin-bottom: 32px
}

.services-tabs .tabs__nav {
    margin-bottom: 30px;
}

.services-tabs .assort__tabs {
    display: flex;
    margin-bottom: 30px;
}

.header__dropdown .header__phone a {
    color: #fff;
    padding: 12px 0;
    padding-right: var(--wrap-p);
    padding-left: var(--wrap-p);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    opacity: 1;
    color: var(--white);
    font-size: 20px;
    font-weight: 700
}

@media (max-width:480px) {
    .header__dropdown .header__socials {
        display: inline-block;
        padding: 12px 0;
        padding-right: var(--wrap-p);
        padding-left: var(--wrap-p);
        width: 100%;
        margin: 0
    }

    .header__dropdown .header__socials a {
        margin-right: 15px;
        padding: 12px 0
    }

    .header__dropdown .header__socials a:last-child {
        margin-right: 0
    }

    .header__dropdown .header__socials svg path {
        fill: #fff !important
    }

    .header__dropdown .header__socials svg path[fill=white] {
        fill: var(--primary) !important
    }
}

@media(max-width:480px) {
    .checkup-item__image {
        border-radius: 40px;
        height: auto;
        overflow: hidden;
        aspect-ratio: 1 / 1;
    }

    .checkup-item__content {
        padding: 20px 15px;
    }

    .checkup-item h3,
    .checkup-item__price {
        font-size: 15px;
        margin-bottom: 10px;
        height: auto;

    }

    .checkup-item__excerpt p,
    .checkup-item__excerpt ul li,
    .checkup-item__link {
        font-size: 14px;
        line-height: 120%;
        margin-bottom: 10px;
    }

    .checkup-item .btn-n {
        margin-bottom: 10px;
        font-size: 14px;
        padding: 10px;
    }

    .checkup-item__excerpt {
        margin-bottom: 0px;
    }

    .checkup-item__price span {
        display: block;
        padding-top: 5px;
        font-size: 16px;
    }

    .checkups__wrapper.checkups-desktop {
        justify-content: space-between;
    }

    .checkup-item__excerpt ul li {
        padding-left: 15px;
    }
}