/*!
Theme Name: Rosa Clinic
Author: xside
Description: Rosa Clinic Dev Theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: rosa-clinic
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.


/* Alignments
--------------------------------------------- */
.alignleft {

    /*rtl:ignore*/
    float: left;

    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {

    /*rtl:ignore*/
    float: right;

    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}


@font-face {
    font-family: 'Navigo';
    src: url('assets/fonts/Navigo-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Navigo';
    src: url('assets/fonts/Navigo-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Navigo';
    src: url('assets/fonts/Navigo-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

* {
    position: relative;
}

html {
    overflow-x: hidden;
}

body {
    font-family: 'Navigo';
    font-weight: 300;
    color: #2E2E2E;
    overflow: hidden;
    padding-right: 0 !important;
}

.container {
    max-width: 1520px;
    margin: 0 auto;
    padding: 0 20px;
}

h1 {
    font-size: 54px;
    line-height: 59.4px;
    font-weight: 400;
}

h2 {
    font-size: 40px;
    line-height: 44px;
    font-weight: 400;
}

h3 {
    font-size: 34px;
    line-height: 40px;
    font-weight: 400;
}

h1 b, h2 b, h3 b {
    font-weight: 400;
    color: #046E5A;
}

p > a {
    color: #046E5A;
}

section {
    padding: 100px 0;
}

section.embeded {
    padding: 20px 0;
}

.btn-gradient {
    display: inline-flex;
    padding: 14.5px 26px;
    background: linear-gradient(90deg, #4CBC24 0%, #9EBC24 100%);
    color: #fff;
    font-size: 18px;
    line-height: 1;
    text-decoration: none;
    border-radius: 10px;
    height: 52px;
    box-sizing: border-box;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}

.btn-white {
    height: 63px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    background: #FFFFFF;
    color: #046E5A;
    padding: 10px 77px;
    border-radius: 8px;
    font-size: 18px;
    line-height: 27px;
    text-decoration: none;
    cursor: pointer;
}

.btn-gradient.size-big {
    height: 70px;
}

.btn-gradient.size-small {
    font-size: 16px;
    line-height: 24px;
    height: 42px;
    padding: 10px 16px;
}

.btn-gradient.btn-icon::after {
    content: '';
    height: 22px;
    width: 13px;
    background-image: url('assets/img/arrow-right-white.svg');
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.btn-callback-popup {
    cursor: pointer;
}


.section-divider .divider {
    height: 1px;
    width: 100%;
    background-color: #0000001A;
}

.section-divider .divider.divider-green {
    background-color: #FFFFFF1A
}

.section-divider .divider img {
    padding: 0 24px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.section-divider .divider.divider-green img {
    background: #1E5140;
}

/* HEADER */

header {
    background-color: #FAF9FE;
}

/* top panel */

.top-panel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.top-panel .logo-box {
    display: flex;
    align-items: center;
    gap: 28px;
    gap: 10px;
}

.top-panel .logo-box .logo-desc {
    font-size: 14px;
    line-height: 21px;
    max-width: 240px;
}

.top-panel .adress-box, #service-popup .adress-box {
    max-width: 225px;
    position: relative;
}

.adress-box:hover::after, #service-popup .adress-box:hover::after {
    transform: rotate(180deg);
}

.top-panel .adress-box:after, #service-popup .adress-box:after {
    content: '';
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    background-size: cover;
    background-image: url("assets/img/chevron-down.svg");
    right: 0px;
    top: calc(50% - 15px / 2);
    transition: transform 0.3s ease;
}

.top-panel .adress-box p, #service-popup .adress-box .adress-box p {
    font-weight: 300;
    font-size: 15px;
    line-height: 135%;
    color: #2e2e2e;
    padding: 10px 8px 10px 36px;
    margin: 0;
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

.top-panel .adress-box p.adress-hidden, #service-popup .adress-box p.adress-hidden {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    max-height: 0;
    transition: transform 0.3s ease;
}

.top-panel .adress-box p:before, #service-popup .adress-box p:before {
    content: '';
    display: block;
    position: absolute;
    width: 19px;
    height: 19px;
    background-size: cover;
    background-image: url("assets/img/point.svg");
    left: 8px;
    top: calc(50% - 19px / 2);
}

.top-panel .adress-box:hover p, #service-popup .adress-box:hover p {
    background: rgba(256, 256, 256, 1);
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
}

.top-panel .adress-box:hover p.adress-hidden, #service-popup .adress-box p.adress-hidden {
    border-top: 1px solid #0000001A;
    display: block;
    max-height: 62px;
    z-index: 10;
}

.top-panel .icons-box {
    display: flex;
    gap: 20px;
}

.top-panel .icons-box .item {
    display: flex;
    align-items: center;
    max-width: 175px;
    gap: 10px;
}

.top-panel .icons-box .item a {
    line-height: 21px;
    color: #2E2E2E;
    text-decoration: underline;
    text-decoration-style: dashed;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    cursor: pointer;
}

.top-panel .contact-box {
    display: flex;
    align-items: center;
    gap: 25px;
}

.top-panel .contact-box .socials {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 5px;
}

.top-panel .contact-box .socials a img {
    width: 45px;
    height: 45px;
    border-radius: 50px;
}

.top-panel .contact-box .phone {
    display: flex;
    flex-direction: column;
    min-width: 155px;
}

.top-panel .contact-box .phone span {
    font-size: 13px;
}

.top-panel .contact-box .phone a:not(.mail) {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #2E2E2E;
    text-decoration: none;
}

.top-panel .contact-box .phone a.mail {
    text-decoration: none;
    display: block;
    font-weight: 300;
    font-size: 15px;
    color: #2e2e2e;
}

/* navbar */

.nav-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 6px;
    box-shadow: 0px 4px 30px 0px #0000000D;
    margin-top: 10px;
    height: 60px;
    z-index: 2;
    padding: 0 20px;
}

.nav-box .service-menu {
    display: flex;
    padding-right: 20px;
    border-right: 1px solid #0000001A;
    height: 100%;
}

.nav-box .service-menu .toggle {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.nav-box .service-menu .toggle span {
    font-size: 18px;
    line-height: 21px;
}

.nav-box .main-menu {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.nav-box .main-menu ul {
    display: flex;
    gap: 56px;
    list-style: none;
}

.nav-box .main-menu ul li {
    position: relative;
    cursor: pointer;
}

.nav-box .main-menu ul li a {
    font-size: 18px;
    line-height: 27px;
    text-decoration: none;
    color: #046E5A;
}

.nav-box .main-menu ul li::after {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50px;
    background-color: #2E2E2E;
    position: absolute;
    display: block;
    right: -28px;
    top: 10px;
}

.nav-box .main-menu ul li:last-child::after {
    content: none;
}

.nav-box .main-menu ul li .sub-menu {
    display: none;
    background-color: #fff;
    flex-direction: column;
    gap: 10px;
    padding-left: 0;
    padding: 20px 20px 15px 20px;
    position: absolute;
    top: 25px;
    min-width: 250px;
    text-align: left;
}


.nav-box .main-menu ul li:hover > .sub-menu {
    display: flex;
}

.nav-box .main-menu .sub-menu li::after {
    content: none;
}

/* HOMEPAGE */

.home-hero {
    background-color: #FAF9FE;
    background-image: url('/wp-content/uploads/2025/02/backgr.webp');
    padding: 65px 0 70px 0;
    background-repeat: no-repeat;
    background-position: right -30px top 35px;
}

.home-hero.filial {
    background-image: none;
}

.home-hero .hero-content {
    max-width: 670px;
}

.home-hero .hero-content h1 {
    margin-top: 0;
}

.home-hero .hero-content p {
    font-size: 18px;
    line-height: 27px;
}

.home-hero .phone {
    margin-top: 130px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.home-hero .phone .text {
    display: flex;
    flex-direction: column;
}

.home-hero .phone .text span {
    font-size: 18px;
    line-height: 27px;
}

.home-hero .phone .text a {
    font-size: 34px;
    line-height: 40px;
    color: #2E2E2E;
    font-weight: 400;
    text-decoration: none;
}

.home-hero .phone img {
    padding: 12px;
    border-radius: 50px;
    background-color: #fff;
    box-shadow: 0px 4px 20px 0px #DCEDC4;
}

.about-section h2 {
    max-width: 650px;
    margin: 0;
}

.about-section .about-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.about-box .left-col, .about-box .right-col {
    display: flex;
    gap: 20px;
}

.about-box .left-col {
    margin-top: 100px;
}

.about-box .right-col {
    margin-top: -160px;
}

.about-section {
    background-image: url('assets/img/leaf-bg.webp');
    background-repeat: no-repeat;
    background-position: center center;
}

.about-section .about-box .item {
    max-width: 288px;
    height: 293px;
    background: linear-gradient(136.64deg, #FAF9FE 72.18%, #E0F4DF 98.9%);
    border: 1px solid #0000001A;
    padding: 30px;
    border-radius: 20px;
    box-sizing: border-box;
}

.about-section .about-box .item p {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    margin: 0;
}

.about-section .about-box .item .icon {
    position: absolute;
    bottom: 26px;
    right: 26px;
    width: 70px;
    height: 70px;
    background-image: url('assets/img/icon-bg.svg');
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 10px 20px 0px #55D35780;
    border-radius: 50%;
}

.about-section .info {
    width: 590px;
    float: right;
    margin-top: -130px;
    display: flex;
    align-items: flex-end;
    gap: 45px;
}

.about-section .info .num {
    display: flex;
    align-items: flex-end;
}

.about-two-section {
    padding: 80px 0 180px 0;
    background-image: url('assets/img/about-two-bg.webp');
    background-repeat: no-repeat;
    background-position: right -30px top 35px;
}

.about-two-section .content {
    max-width: 600px;
}

.about-two-section .desc {
    display: flex;
    gap: 20px;
}

.about-two-section .desc .col {
    width: 50%;
}

.about-two-section .desc .col p {
    font-size: 18px;
    line-height: 27px;
}

.about-two-section .btns {
    margin-top: 60px;
}

.about-two-section .btns span {
    font-size: 14px;
    line-height: 21px;
    color: #929292;
    margin-left: 77px;
}

.categories-section {
    background: #1E5140;
    padding: 90px 0 90px 0;
}

.categories-section .categories-box {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 60px;

}

.categories-section .container > .heading {
    display: flex;
    color: #fff;
    gap: 120px;
}

.categories-section .container > .heading h2 {
    max-width: 460px;
    width: 460px;
    margin: 0;
}

.categories-section .container > .heading p {
    max-width: 450px;
    font-size: 20px;
    line-height: 28px;
    margin: 0;
}

.categories-section .categories-box .item {
    height: 240px;
    width: calc(33% - 10px);
    background-color: #fff;
    border-radius: 20px;
    padding: 30px;
    box-sizing: border-box;
    text-align: left;
}


.categories-section .categories-box .item span {
    display: inline-block;
    font-size: 20px;
    line-height: 28px;
    color: #046E5A;
    max-width: 230px;
}

.categories-section .categories-box .item a {
    height: 25px;
    width: 13px;
    display: block;
    background-image: url(assets/img/green-arrow-right-small.svg);
    background-size: cover;
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: left 30px bottom 30px;
    z-index: 1;
}

.categories-section .categories-box .item img {
    position: absolute;
    bottom: 0;
    right: 0;
}

.categories-section .categories-wrapper {
    text-align: center;
}

.categories-section .categories-wrapper .btn-gradient {
    margin-top: 80px;
}

.categories-section .divider {
    margin: 100px 0;
}

.categories-form-wrapper .heading {
    display: flex;
    color: #fff;
    gap: 120px;
}

.categories-form-wrapper .heading h2 {
    max-width: 460px;
    margin: 0;
}

.categories-form-wrapper .heading p {
    max-width: 450px;
    font-size: 20px;
    line-height: 28px;
    margin: 0;
}

.categories-form-wrapper .form-box {
    margin-top: 80px;
    padding: 50px 30px;
    border-radius: 20px;
    background-color: #fff;
    background-image: url('assets/img/leafs-bg.webp');
    background-repeat: no-repeat;
    background-position: right;
    min-height: 351px;
    box-sizing: border-box;
}

.categories-form-wrapper .form-box h3 {
    margin: 0;
}

.categories-form-wrapper .form-box form .form-row {
    display: flex;
    margin-top: 40px;
    gap: 20px;
}

.categories-form-wrapper .form-box form label {
    display: block;
    font-size: 18px;
    line-height: 27px;
    margin: 0;
    font-weight: 400;
}

.categories-form-wrapper .form-box form input {
    padding: 25px !important;
    border-radius: 10px !important;
    border: 1px solid #4CBC24;
    background: #F4F2FB;
    width: 333px;
    min-width: 333px;
    height: 67px;
    box-sizing: border-box;
    font-family: Navigo !important;
}

.categories-form-wrapper .form-box button {
    display: inline-block;
    padding: 14.5px 26px !important;
    background: linear-gradient(90deg, #4CBC24 0%, #9EBC24 100%);
    color: #fff !important;
    font-size: 18px !important;
    line-height: 27px !important;
    text-decoration: none;
    border-radius: 10px !important;
    box-sizing: border-box;
    cursor: pointer !important;
    border: none;
    min-width: 333px;
    height: 67px !important;
    margin-top: 10px;
}

.categories-form-wrapper .form-box button:hover {
    background: linear-gradient(90deg, #9EBC24 00%, #4CBC24 100%) !important;
}

.categories-form-wrapper .wpforms-field-container {
    display: flex;
    gap: 20px;
}

.categories-form-wrapper .form-box .wpforms-submit-container {
    display: flex;
    align-items: center;
}

.categories-form-wrapper .form-box .wpforms-submit-container:after {
    content: 'Нажимая на кнопку, вы соглагаетесь с обработкой персональных данных';
    font-size: 14px;
    line-height: 21px;
    margin-top: 20px;
    display: inline-block;
    max-width: 250px;
    margin-left: 20px;
}

.categories-form-wrapper .form-box .form-footer {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 35px;
}

.categories-form-wrapper .form-box .form-footer .btn-gradient {
    border: none;
    min-width: 333px;
}

.categories-form-wrapper .form-box .form-footer span {
    font-size: 14px;
    line-height: 21px;
    max-width: 250px;
}

.services-section h2 {
    margin: 0;
}

.services-section .services-wrapper {
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    gap: 80px;
}

.services-section .services-wrapper .col-left {
    max-width: 1070px;
    width: 1070px;
}

.services-section .services-wrapper .col-left > .btn-gradient {
    margin-top: 60px;
    padding: 14.5px 57px;
}

.services-tabs .tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    list-style: none;
    padding-left: 0;
}

.services-tabs .tabs .tab {
    display: flex;
    height: 50px;
    box-sizing: border-box;
    align-items: center;
    border: 1px solid;
    border: 1px solid #67B639;
    padding: 0 14px;
    font-size: 17px;
    line-height: 24px;
    border-radius: 6px;
    cursor: pointer;
}

.services-tabs .tabs .tab.active {
    background: #F4F2FB;
    border: 1px solid #F4F2FB;
}

.services-tabs .content {
    display: none;
    padding-top: 50px;
}

.services-tabs .content.active {
    display: block;
}

.services-tabs .services-table .list {
    width: 100%;
}

.services-tabs .services-table .list .item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 0;
}

.services-tabs .services-table .list .item:last-child {
    border-bottom: 1px solid #EEEEEE;
}

.services-tabs .services-table .list .item + .item {
    border-top: 1px solid #EEEEEE;
}

.services-table .list .item span {
    font-size: 20px;
    line-height: 28px;
    color: #292929;
    font-weight: 400;
    width: 200px;
}

.services-table .list .item .title {
    font-size: 24px;
    line-height: 33px;
    color: #046E5A;
    min-width: 550px;
    width: 600px;
}

.services-table .list .item .title:before {
    content: '';
    display: inline-block;
    width: 13px;
    height: 17px;
    background-image: url('assets/img/arrow-right-black.svg');
    margin-right: 15px;
}

.services-table .list .item a {
    width: 120px;
}

.services-table .heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid #EEEEEE;
}

.services-table .heading span {
    font-size: 14px;
    line-height: 21px;
}

.services-table .heading span:first-child {
    min-width: 550px;
}

.services-table .heading span:last-child {
    width: 135px;
}

.services-section .banner {
    margin-top: 150px;
    padding: 30px 20px;
    box-sizing: border-box;
    border-radius: 20px;
    width: 363px;
    height: 440px;
    background-color: #EEFEFE;
    background-image: url('assets/img/services-banner.webp');
    background-repeat: no-repeat;
    background-position: bottom;
}

.services-section .banner span {
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
}

.section-team {
    padding: 100px 0;
    background: #FAF9FE;
    background-image: url('assets/img/team-bg.webp');
    background-repeat: no-repeat;
    background-position: bottom right;
    position: relative;
}

.service-page .section-team {
    background: none;
}

.section-team .container::after {
    content: '';
    position: absolute;
    bottom: 100px;
    display: block;
    height: 270px;
    width: 250px;
    background-image: url(assets/img/leaf-team.webp);
}

.section-team .section-heading {
    display: flex;
    align-items: center;
}

.section-team .section-heading h2 {
    min-width: 590px;
}


.section-team .section-heading span {
    width: 290px;
}

.section-team .homepage-slider .slick-track,
.section-team .homepage-slider3 .slick-track {
    padding: 80px 0 20px 0;
}

.section-team .homepage-slider,
.section-team .homepage-slider3 {
    margin-top: 50px;
}

.section-team .homepage-slider .item,
.section-team .homepage-slider3 .item {
    padding: 30px 25px;
    border-radius: 20px;
    box-shadow: 0px 4px 20px 0px #0000000D;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-right: 20px;
}


.section-team .homepage-slider .item .avatar,
.section-team .homepage-slider3 .item .avatar {
    margin-top: -100px;
}

.section-team .homepage-slider .item .avatar img,
.section-team .homepage-slider3 .item .avatar img {
    width: 190px;
    height: 190px;
    border-radius: 50%;
    border: 3px solid #fff;
    background-color: #eee;
    object-fit: cover;
}

.section-team .homepage-slider .item .heading .title,
.section-team .homepage-slider3 .item .heading .title {
    font-size: 24px;
    line-height: 33px;
    font-weight: 400;
    color: #046E5A;
}

.section-team .homepage-slider .item .heading .title a,
.section-team .homepage-slider3 .item .heading .title a {
    color: inherit;
    text-decoration: none;
}

.section-team .homepage-slider .item .heading p,
.section-team .homepage-slider3 .item .heading p {
    margin-bottom: 0;
}

.section-team .homepage-slider .item .specialisation ul,
.section-team .homepage-slider3 .item .specialisation ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
}

.section-team .homepage-slider .item .specialisation:not(p),
.section-team .homepage-slider3 .item .specialisation:not(p) {
    display: none;
}

.all-team-wrapper .item .specialisation:not(p) {
    display: none;
}


.section-team .homepage-slider .item .specialisation ul li::after,
.section-team .homepage-slider3 .item .specialisation ul li::after {
    content: ',';
    margin-right: 5px;
}

.section-team .homepage-slider .item .heading,
.section-team .homepage-slider3 .item .heading {
    min-height: 66px;
}

.section-team .homepage-slider .item .position, .section-team .homepage-slider3 .item .position {
    padding: 10px 0;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    display: flex;
    width: 100%;
    min-height: 80px;
}

.section-team .homepage-slider .item .position span, .section-team .homepage-slider3 .item .position span {
    font-size: 14px;
    line-height: 21px;
    display: flex;
    align-items: center;
}

.section-team .homepage-slider .item .position span::before, .section-team .homepage-slider3 .item .position span::before {
    content: '';
    margin-right: 14px;
    display: inline-block;
    min-width: 24px;
    min-height: 34px;
    background-image: url('assets/img/sert.svg');
}

.section-team .homepage-slider .item .exp, .section-team .homepage-slider3 .item .exp {
    font-size: 14px;
    line-height: 21px;
    display: flex;
    justify-content: flex-start;
    width: 100%;
}

.section-team .homepage-slider .item .price, .section-team .homepage-slider3 .item .price {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.section-team .homepage-slider .item .price span, .section-team .homepage-slider3 .item .price span {
    display: flex;
    align-items: center;
    height: 44px;
    padding: 5px 14px;
    background: #F4F2FB;
    box-sizing: border-box;
    border-radius: 36px;
}

.section-team .homepage-slider .slick-dots, .section-team .homepage-slider3 .slick-dots {
    display: none !important;
}

.team-about-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
    margin-top: 100px;
}

.team-about-wrapper.btn-top {
    margin-top: 40px;
}

.team-about-wrapper.btn-top a {
    margin-top: 0px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
}

.team-about-wrapper .text{
    max-width: 669px;
}


.team-about-wrapper h2 {
    color: #046E5A;
    margin: 0;
}


.team-about-wrapper p {
    font-size: 18px;
    line-height: 27px;
}

.team-about-wrapper a {
    margin-top: 60px;
    width: 240px;
}

.section-adress h2 {
    margin: 0;
}

.section-adress .adress-wrapper {
    display: flex;
    margin-top: 80px;
    gap: 20px;
}

.section-adress .adress-wrapper .col {
    width: 50%;
}

.section-adress .adress-wrapper iframe {
    border-radius: 20px;
}

.section-adress .info-wrapper {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.section-adress .info-wrapper .item {
    max-width: 100%;
    background: #1E5140;
    border-radius: 20px;
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    color: #fff;
    background-image: url('assets/img/arrow-right-white.svg');
    background-repeat: no-repeat;
    background-position: bottom 30px right 30px;
    background-size: 20px 30px;
}


.section-adress .adress-wrapper .col > img {
    width: 100%;
    height: auto;
}

.info-wrapper .item .metro {
    display: flex;
    gap: 20px;
}

.info-wrapper .item .metro span {
    height: 38px;
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 22px;
    padding: 5px 18px;
    box-sizing: border-box;
    line-height: 22px;
    color: #292929;
}

.info-wrapper .item .metro span::before {
    content: '';
    display: inline-block;
    width: 21px;
    height: 15px;
    margin-right: 10px;
    background-image: url('assets/img/metro.svg');
}

.info-wrapper .item .map-info {
    font-size: 18px;
    line-height: 27px;
}


.info-wrapper .item .map-info .pin::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 27px;
    background-image: url('assets/img/map-pin.svg');
    vertical-align: sub;
    margin-right: 15px;
}

.info-wrapper .item .map-info .time::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('assets/img/clock.svg');
    vertical-align: top;
    margin-right: 15px;
}

.info-wrapper .item .map-info a {
    color: #A4FF77;
    padding-left: 40px;
    margin-bottom: 20px;
    display: inline-block;
    text-decoration: underline;
    text-underline-offset: 10px;
    text-decoration-style: dashed;
    text-decoration-thickness: 1px;
}

.info-wrapper .item .contact-info {
    display: flex;
    gap: 30px;

}

.info-wrapper .item .contact-info a {
    font-size: 18px;
    line-height: 27px;
    color: #fff;
    text-decoration: none;
}

.info-wrapper .item .contact-info a.phone {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
}

.section-testimonials {
    background: linear-gradient(to bottom, #FAF9FE, #fff);
}

.section-testimonials .section-heading {
    display: flex;
    align-items: flex-end;
    gap: 50px;
}

.section-testimonials .section-heading h2 {
    max-width: 590px;
    margin: 0;
}

.section-testimonials .section-heading span {
    width: 390px;;
}

.section-testimonials .testimonials-box {
    margin-top: 70px;
    padding: 60px 190px;
    background-color: #fff;
    border-radius: 40px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.section-testimonials .testimonials-box::before {
    content: '';
    position: absolute;
    width: 330px;
    height: 240px;
    display: block;
    background-image: url('assets/img/leaf-testi.webp');
    background-size: cover;
    z-index: 1;
    top: -120px;
    right: 50px;
}

.section-testimonials::after {
    content: '';
    position: absolute;
    width: 620px;
    height: 620px;
    display: block;
    background-image: url('assets/img/elipse-testi.webp');
    background-size: 100%;
    background-repeat: no-repeat;
    top: 180px;
    right: 80px;
    z-index: 0;
}

.section-testimonials .testimonials-box h3 {
    margin: 0;
}

.section-testimonials .testimonials-box span {
    margin-top: 20px;
    display: inline-block;
}

.testimonials-box .box {
    background: #F4F2FB;
    margin-top: 50px;
    padding: 20px;
    width: 100%;
    border-radius: 20px;
}


.section-serts .section-heading {
    display: flex;
}

.section-serts .section-heading h2 {
    margin: 0;
    width: 590px;
}

.section-serts .section-heading span {
    width: 390px;
    font-size: 18px;
    line-height: 27px;
}

.section-serts .serts-wrapper {
    margin-top: 80px;
}

.section-serts .serts-wrapper .btn-gradient {
    margin-top: 30px;
}

.section-serts .homepage-slider .slick-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F4F2FB;
    border: 1px solid #0000001A;
    border-radius: 20px;
    margin-right: 20px;
    padding: 50px 0;
}

.section-serts .homepage-slider .slick-slide img {
    max-height: 266px;
    height: 266px;
    width: auto;
}

.section-serts .serts-form-wrapper {
    margin-top: 100px;

}

.serts-form-wrapper .form-box {
    margin-top: 80px;
    padding: 50px 30px;
    border-radius: 20px;
    background: #1E5140;
    background-image: url('assets/img/form-serts-bg.webp');
    background-repeat: no-repeat;
    background-position: right;
    color: #fff;
    position: relative;
    min-height: 382px;
    box-sizing: border-box;
}

.serts-form-wrapper .form-box.mb-40 {
    margin-bottom: 40px;
}

.serts-form-wrapper .form-box::after {
    content: '';
    width: 40%;
    height: 105%;
    display: block;
    position: absolute;
    bottom: -20px;
    right: 0;
    background-image: url('assets/img/form-serts-leaf.webp');
    background-size: cover;
}

.serts-form-wrapper .form-box h3 {
    margin: 0;
}

.serts-form-wrapper .form-box form {
    z-index: 1;
    position: relative;
    margin-top: 0px;
}

.serts-form-wrapper .form-box form .wpforms-field-container {
    display: flex;
    gap: 20px;
}

.serts-form-wrapper .form-box form .form-row {
    display: flex;
    margin-top: 40px;
    gap: 20px;
}

.serts-form-wrapper .form-box form label {
    display: block;
    font-size: 18px;
    line-height: 27px;
    color: #fff;
    margin: 0;
    font-weight: 400;
}

.serts-form-wrapper .form-box form input {
    padding: 20px !important;
    border-radius: 10px !important;
    border: 1px solid #4CBC24 !important;
    border-width: 1px;
    border-color: #4CBC24;
    background: #F4F2FB;
    width: 333px;
    min-width: 333px;
    box-sizing: border-box;
    height: 67px;
    font-family: Navigo !important;
}

.wpforms-container {
    margin: 0 !important;
}

.serts-form-wrapper .form-box .form-footer {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 35px;
}

.serts-form-wrapper .form-box button {
    display: inline-block;
    padding: 14.5px 26px !important;
    background: linear-gradient(90deg, #4CBC24 0%, #9EBC24 100%);
    color: #fff !important;
    font-size: 18px !important;
    line-height: 27px !important;
    text-decoration: none;
    border-radius: 10px !important;
    box-sizing: border-box;
    cursor: pointer !important;
    border: none;
    min-width: 333px;
    height: 67px !important;
    margin-top: 10px;
}

.serts-form-wrapper .form-box .wpforms-submit-container {
    display: flex;
    align-items: center;
}

.serts-form-wrapper .form-box .wpforms-submit-container::after {
    content: 'Нажимая на кнопку, вы соглагаетесь с обработкой персональных данных';
    font-size: 14px;
    line-height: 21px;
    max-width: 250px;
    margin-left: 20px;
    margin-top: 10px;
    display: inline-block;
}

.serts-form-wrapper .form-box form button:hover {
    background: linear-gradient(90deg, #9EBC24 00%, #4CBC24 100%) !important;
}

.serts-form-wrapper .form-box .wpforms-container .wpforms-field {
    padding: 0;
}

.serts-form-wrapper .form-box .form-footer {
    position: absolute;
    bottom: 50px;
    left: 340px;
    font-size: 14px;
    line-height: 21px;
    max-width: 250px;
}

.section-blog {
    padding: 100px 0;
    background: #1E5140;
    color: #fff;
    text-align: center;
}

.section-blog .section-heading {
    display: flex;
}

.section-blog .section-heading h2 {
    margin: 0;
    width: 450px;
    text-align: left;
}

.section-blog .section-heading span {
    width: 390px;
    font-size: 18px;
    line-height: 27px;
    text-align: left;
}

.section-blog .blog-wrapper {
    margin-top: 70px;
    display: flex;
    gap: 20px;
}

.section-blog .blog-wrapper .item {
    box-shadow: 0px 4px 20px 0px #0000000D;
    width: 33.3%;
    text-align: left;

}

.section-blog .blog-wrapper .item .banner img {
    display: block;
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    max-height: 300px;
    object-fit: cover;
}

.section-blog .blog-wrapper .item .content {
    background-color: #fff;
    color: #292929;
    padding: 20px 28px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    min-height: 264px;
    box-sizing: border-box;
}

.section-blog .blog-wrapper .item .content .meta {
    font-size: 14px;
    line-height: 21px;
}

.section-blog .blog-wrapper .item .content .title {
    font-size: 20px;
    line-height: 28px;
    color: #046E5A;
    font-weight: 400;
}

.section-blog .blog-wrapper .item .content .title a {
    color: inherit;
    text-decoration: none;
}

.section-blog .blog-wrapper .item .footer {
    background-color: #fff;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section-blog .blog-wrapper .item .footer a {
    color: #046E5A;
    text-decoration: none;
}

.section-blog .btn-gradient {
    margin-top: 80px;
    min-width: 300px;
}

.section-links {
    padding: 100px 0;
    background: #FAF9FE;
    background-image: url('assets/img/links-bg.webp');
    background-repeat: no-repeat;
    background-position: bottom left;
}

.section-links .container {
    display: flex;
    gap: 90px;
}

.section-links .col-left {
    display: flex;
    flex-direction: column;
    max-width: 430px;
    gap: 40px;
}

.section-links .col-left h2 {
    margin: 0;
}

.section-links .col-right {
    width: 100%;
}

.section-links .links-wrapper .item {
    padding: 24px 0;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.section-links .links-wrapper .item:first-child {
    border-top: none;
    padding-top: 0;
}

.section-links .links-wrapper .item:last-child {
    border-bottom: none;
}

.section-links .links-wrapper .item .meta {
    display: flex;
    gap: 15px;
    font-size: 14px;
    line-height: 21px;
}

.section-links .links-wrapper .item .title {
    font-size: 20px;
    line-height: 28px;
    color: #046E5A;
}

.section-links .links-wrapper .item .title a {
    color: inherit;
    text-decoration: none;
}

.section-links .links-wrapper .item .content p {
    margin: 0;
    font-size: 18px;
    line-height: 27px;
}

.section-bottom-form .section-heading {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.section-bottom-form .section-heading h2 {
    margin: 0;
}

.section-bottom-form .form-box {
    margin-top: 60px;
    padding: 50px 30px;
    border-radius: 20px;
    background: #1E5140;
    background-repeat: no-repeat;
    background-position: right;
    color: #fff;
    position: relative;
    min-height: 315px;
    box-sizing: border-box;
}

.section-bottom-form .form-box::after {
    content: '';
    width: 365px;
    height: 398px;
    display: block;
    position: absolute;
    bottom: -15px;
    right: 0;
    background-image: url('assets/img/bottom-form-leaf.webp');
    background-size: cover;
}

.section-bottom-form .form-box h3 {
    margin: 0;
}

.section-bottom-form .form-box form {
    display: flex;
    gap: 25px;
    align-items: flex-end;
    margin-top: 15px;
    z-index: 1;
    position: relative;
}

.section-bottom-form .form-box .wpforms-container:after {
    content: 'Нажимая на кнопку, вы соглагаетесь с обработкой персональных данных';
    font-size: 14px;
    line-height: 21px;
    margin-top: 20px;
    display: inline-block;
}

.section-bottom-form .form-box form .form-row {
    display: flex;
    margin-top: 40px;
    gap: 20px;
    align-items: flex-end;
}

.section-bottom-form .form-box form label {
    display: block;
    font-size: 18px;
    line-height: 27px;
    margin: 0;
    color: #fff;
    font-weight: 400;
}

.section-bottom-form .form-box form input {
    padding: 25px !important;
    border-radius: 10px !important;
    border: 1px solid #4CBC24;
    background: #F4F2FB;
    width: 333px;
    min-width: 333px;
    height: 67px;
    box-sizing: border-box;
    font-family: Navigo !important;
}

.section-bottom-form .form-box button {
    display: inline-block;
    padding: 14.5px 26px !important;
    background: linear-gradient(90deg, #4CBC24 0%, #9EBC24 100%);
    color: #fff !important;
    font-size: 18px !important;
    line-height: 27px !important;
    text-decoration: none;
    border-radius: 10px !important;
    box-sizing: border-box;
    cursor: pointer !important;
    border: none;
    min-width: 333px;
    height: 67px !important;
    margin-top: 10px;
}

.section-bottom-form .wpforms-field-container {
    display: flex;
    gap: 20px;
}

.section-bottom-form .form-box .wpforms-submit-container {
    display: flex;
    align-items: center;
}


.section-bottom-form .form-box form button:hover {
    background: linear-gradient(90deg, #9EBC24 00%, #4CBC24 100%) !important;
}

.section-bottom-form .form-box .wpforms-container .wpforms-field {
    padding: 0;
}

/* FOOTER */

footer .top-panel > .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

footer .top-panel {
    padding: 10px 0;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}

.footer-nav-wrapper {
    display: flex;
    padding: 60px 0;
}

.footer-nav-wrapper .footer-nav-box {
    width: 100%;
}

.footer-nav-wrapper .footer-nav-box {
    display: flex;
    gap: 80px;
}

.footer-nav-wrapper .footer-nav-box .title {
    font-size: 22px;
    line-height: 28px;
    color: #046E5A;
    font-weight: 400;
    display: block;
}

.footer-nav-wrapper .footer-nav-box ul {
    list-style: none;
    padding-left: 0;
}

.footer-nav-wrapper .footer-nav-box ul li {
    line-height: 40px;
}

.footer-nav-wrapper .footer-nav-box ul li a {
    color: #292929;
    font-size: 18px;
    line-height: 27px;
    text-decoration: none;
}

.footer-nav-wrapper .footer-nav-box span + ul {
    margin-top: 20px;
}

.footer-nav-wrapper .footer-nav-box ul + span {
    margin-top: 30px;
}

.footer-nav-wrapper .footer-contact {
    min-width: 493px;
}

.footer-contact-box {
    background: #F4F2FB;
    padding: 30px;
    border-radius: 20px;
}

.footer-contact-box .title {
    font-size: 22px;
    line-height: 28px;
    color: #046E5A;
    font-weight: 400;
}

.footer-contact-box .item {
    padding: 18px 0;
    border-bottom: 1px solid #E3E3E3
}

.footer-contact-box .item span {
    display: block;
    font-size: 18px;
    line-height: 27px;
}

.footer-contact-box .item span + span {
    margin-top: 5px;
}

.footer-contact-box .item .metro::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 15px;
    margin-right: 10px;
    background-image: url('assets/img/metro.svg');
}

.footer-contact-box .item .pin::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background-image: url('assets/img/map-pin-black.svg');
}

.footer-contact-box .footer {
    display: flex;
    gap: 30px;
    margin-top: 30px;
}

.footer-contact-box .footer .socials {
    display: flex;
    gap: 15px;
}

.footer-contact-box .footer .socials img {
    width: 45px;
    height: 45px;
    border-radius: 50px;
}

.footer-contact-box .footer .phone {
    display: flex;
    flex-direction: column;
}

.footer-contact-box .footer .phone span {
    font-size: 14px;
    line-height: 21px;
}

.footer-contact-box .footer .phone a {
    font-size: 20px;
    line-height: 28px;
    color: #2E2E2E;
    font-weight: 400;
    text-decoration: none;
}

.footer-copy {
    padding: 60px 0 80px 0;
}

.footer-copy .logos {
    display: flex;
    gap: 20px;
}

.footer-copy .footer-info {
    font-size: 14px;
    line-height: 21px;
    color: #29292966;
    margin-top: 30px;
}

.footer-copy .footer-bottom {
    display: flex;
    gap: 100px;
    align-items: center;
    font-size: 14px;
    line-height: 21px;
    margin-top: 40px;
}

.footer-copy .footer-bottom span {
    max-width: 430px;
}


/* SINGLE PAGE */

.breadcrumbs {
    display: flex;
    padding: 24px 0;
    font-size: 14px;
    line-height: 21px;
    align-items: center;
    gap: 14px;
}

.breadcrumbs .container {
    width: 100%;
    text-align: left;
}

.breadcrumbs a, .breadcrumbs a > span {
    text-decoration: none;
    color: #292929;
}

.breadcrumbs .kama_breadcrumbs > span:first-child::before {
    content: '';
    width: 10px;
    height: 11px;
    display: inline-block;
    background-image: url('assets/img/home.svg');
    margin-right: 14px;
}

.breadcrumbs a::after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 1px;
    background: #046E5A;
    vertical-align: middle;
    margin-left: 14px;
    margin-right: 10px;
}

.breadcrumbs span {
    color: #29292966;
}


.single-wrapper {
    display: flex;
    gap: 30px;
    padding: 30px 0;
}

.single-wrapper .left-box {
    width: 100%;
    border-right: 1px solid #E9E9E9;
    padding-right: 30px;
    overflow: hidden;
}

.single-wrapper .single-top-bar {
    display: none;
    align-items: center;
    justify-content: space-between;
}

.single-wrapper .single-top-bar .btn-gradient::before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 13px;
    background-image: url('assets/img/arrow-left-white.svg');
    margin-right: 10px;
}

.single-wrapper .single-top-bar .meta {
    display: flex;
    gap: 25px;
    font-size: 14px;
    line-height: 21px;
}

.single-wrapper .single-top-bar .meta .date {
    display: flex;
    gap: 10px;
}

.single-wrapper .single-top-bar .meta .views span::before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 12px;
    background-image: url('assets/img/views.svg');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: text-top;
    margin-right: 8px;
}

.single-wrapper .left-box .banner {
    margin-top: 40px;
}

.single-wrapper .left-box .banner img {
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}


.single-wrapper .aside {
    min-width: 365px;
}

.aside .widgets-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 365px;
}

.aside .widget {
    padding: 32px;
    border-radius: 16px;
    background: #FAF9FE;
}

.aside .widget .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.aside .widget .title span {
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
}

.aside .widget .title a {
    margin-top: 5px;
}

.aside .widget .widget-box {
    margin-top: 30px;
}

.aside .widget .widget-box p {
    font-size: 18px;
    line-height: 27px;
    margin: 0;
}

.aside .widget .widget-box .btn-gradient {
    width: 100%;
    text-align: center;
    background: linear-gradient(267.59deg, #9EC63D 0%, #63A130 100%);
    margin-top: 20px;
}

.aside .widget .payments {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.aside .widget .payments .item {
    padding: 16px 20px;
    border-radius: 6px;
    background-color: #fff;
    height: 100px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    background-image: url('assets/img/pay-bg.webp');
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
    text-decoration: none;
}

.aside .widget .payments .item span {
    font-size: 18px;
    line-height: 21px;
    color: #292929;
    font-weight: 400;
}

.aside .widget .payments .item .icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.all-doctors-header {
    cursor: pointer;
}

.icons-list {
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    list-style: none;
    padding-left: 0;
}

.icons-list li + li {
    margin-top: 20px;
}

.icons-list li img {
    vertical-align: middle;
    margin-right: 25px;
}

.icons-list li a {
    color: inherit;
    text-decoration: none;
}

.icons-list li.category-item {
    cursor: pointer;
}

.icons-list li.category-item.active {
    color: #046E5A;
}

.single-wrapper .main-content p {
    font-size: 18px;
    line-height: 27px;
}

.single-wrapper .main-content h2 {
    margin-top: 60px;
}

.single-wrapper .main-content h3 {
    margin-top: 60px;
}

.single-wrapper .main-content .list-title {
    font-size: 24px;
    line-height: 34px;
    color: #046E5A;
    font-weight: 400;
    padding-bottom: 20px;
    border-bottom: 1px solid #E9E9E9;
    margin-bottom: 20px;
}

.single-wrapper .main-content ul:not(.tabs) {
    font-size: 18px;
    line-height: 27px;
    margin: 30px 0;
    padding-left: 25px;
}

.single-wrapper .main-content ul li::marker {
    color: #046E5A;
    font-size: 30px;
}

.single-wrapper .main-content ul li + li:not(.tab) {
    margin-top: 20px;
}

.single-wrapper .main-content ol {
    font-size: 18px;
    line-height: 27px;
    margin: 30px 0;
    padding-left: 0px;
    list-style: none;
}

.single-wrapper .main-content ol li {
    counter-increment: olli;
    display: flex;
    align-items: center;
}

.single-wrapper .main-content ol li strong,
.single-wrapper .main-content ol li b {
    display: contents;
}

.single-wrapper .main-content ol li + li {
    margin-top: 20px;
}

.single-wrapper .main-content ol li::before {
    content: counter(olli);
    margin-right: 15px;
    font-size: 14px;
    color: #046E5A;
    background: linear-gradient(257.03deg, #FFFFFF -253.21%, #E4F5E3 32.81%);
    height: 20px;
    width: 20px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.single-wrapper .main-content blockquote {
    padding: 24px 28px 24px 77px;
    background: #FAF9FE;
    margin: 0;
    margin-bottom: 30px;
    position: relative;
}

.single-wrapper .main-content blockquote::before {
    content: '';
    display: block;
    position: absolute;
    left: 30px;
    top: 26px;
    width: 23px;
    height: 18px;
    background-image: url('assets/img/blockquote-up.svg');
    background-size: contain;
}

.single-wrapper .main-content blockquote::after {
    content: '';
    display: block;
    position: absolute;
    right: 30px;
    bottom: 26px;
    width: 23px;
    height: 18px;
    background-image: url('assets/img/blockquote-down.svg');
    background-size: contain;
}

.single-wrapper .main-content blockquote p {
    font-size: 22px;
    line-height: 30px;
    color: #046E5A;
    margin: 0;
}

.single-wrapper .main-content blockquote .author {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    display: block;
    margin-top: 20px;
}

.single-wrapper .main-content blockquote .position {
    font-size: 14px;
    line-height: 21px;
    color: #474747;
    display: block;
    margin-top: 5px;
}

.single-wrapper .main-content table:not(.location-table, .table-btns) {
    border: 1px solid #E9E9E9;
    border-radius: 20px;
    width: 100%;
    border-collapse: collapse;
}

.single-wrapper .main-content table:not(.location-table, .table-btns) thead {
    background: #FAF9FE;
}

.single-wrapper .main-content table:not(.location-table, .table-btns) thead td {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
}

.single-wrapper .main-content table:not(.location-table, .table-btns) td {
    padding: 20px;
    text-align: center;
    font-size: 18px;
    line-height: 27px;
    border: 1px solid #E9E9E9;
    border-collapse: collapse;
}

.post-banner {
    padding: 30px 40px;
    margin: 80px 0;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    background: linear-gradient(226.01deg, #046E5A -1.82%, #67B639 100%);
}

.post-banner .content h2 {
    margin: 0;
    margin-bottom: 15px;
    margin-top: 0;
}

.post-banner span {
    font-size: 24px;
    line-height: 24px;
}

.post-banner::before {
    content: '';
    display: block;
    width: 155px;
    height: 168px;
    position: absolute;
    background-image: url('assets/img/banner-leaf.webp');
    left: 50%;
}

.faq-wrapper .faq-item {
    border-radius: 8px;
    padding: 23px 30px;
    background: #FAF9FE;
}

.faq-wrapper .faq-item + .faq-item {
    margin-top: 12px;
}

.faq-wrapper .faq-question {
    cursor: pointer;
    position: relative;
    font-size: 24px;
    line-height: 33px;
    font-weight: 400;
    padding-right: 70px;
}

.faq-wrapper .faq-question::after {
    content: '';
    position: absolute;
    right: 0;
    top: -5px;
    width: 45px;
    height: 45px;
    background-image: url('assets/img/faq-icon.svg');
    transition: all .2s ease-in-out;

}

.faq-wrapper .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s;
    font-size: 18px;
    line-height: 27px;
    margin-top: 0;
    transition: all .2s ease-in-out;
}

.faq-wrapper .faq-item.open .faq-answer {
    max-height: 300px;
    margin-top: 30px;
}

.faq-wrapper .faq-item.open .faq-question::after {
    transform: rotate(-45deg)
}

.related {
    margin: 100px 0;
}

.related .related-wrapper {
    margin-top: 60px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.related .related-wrapper .item {
    background: #FAF9FE;
    width: calc(33% - 15px);
}

.spec-blog-page .related .related-wrapper {
    margin: 40px 0;
}

.spec-blog-page .related .related-wrapper .item {
    width: calc(25% - 15px);
}

.related .related-wrapper.metodiki-wrapper .item {
    width: calc(50% - 15px);
}

.related-wrapper .item .banner img {
    width: 100%;
    border-radius: 24px;
    max-height: 240px;
    object-fit: cover;
}


.related-wrapper .item .content {
    padding: 32px;
    padding-top: 20px;
    min-height: 370px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.related-wrapper .item .content .title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
}

.related-wrapper .item .content .title a {
    color: inherit;
    text-decoration: none;
}

.related-wrapper .item .content p {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 24px;
    margin-top: 10px;
}

.related-wrapper .item .content .btn-gradient {
    background: linear-gradient(226.01deg, #046E5A -1.82%, #67B639 100%);
}

.single-form {
    margin: 100px 0;
}

.single-form .section-heading h2 {
    margin-bottom: 20px;
}

.single-form .form-box {
    margin-top: 60px;
    padding: 50px 30px;
    border-radius: 20px;
    background: #1E5140;
    background-repeat: no-repeat;
    background-position: right;
    color: #fff;
    position: relative;
    min-height: 315px;
    box-sizing: border-box;
}

.single-form .form-box::after {
    content: '';
    width: 365px;
    height: 398px;
    display: block;
    position: absolute;
    bottom: -15px;
    right: 0;
    background-image: url('assets/img/bottom-form-leaf.webp');
    background-size: cover;
}

.single-form .form-box h3 {
    margin: 0;
}

.single-form .form-box form {
    display: flex;
    gap: 20px;
    align-items: flex-end;
    z-index: 1;
    position: relative;
    margin-top: 40px;
}

.single-form .form-box form .form-row {
    display: flex;
    margin-top: 40px;
    gap: 20px;
    align-items: flex-end;
}

.single-form .form-box form label {
    display: block;
    font-size: 18px;
    line-height: 27px;
    margin: 0;
    color: #fff;
    font-weight: 400;
}

.single-form .form-box form input {
    padding: 25px !important;
    border-radius: 10px !important;
    border: 1px solid #4CBC24;
    background: #F4F2FB;
    width: 333px;
    min-width: 333px;
    height: 67px;
    box-sizing: border-box;
}

.single-form .form-box button {
    display: inline-block;
    padding: 14.5px 26px !important;
    background: linear-gradient(90deg, #4CBC24 0%, #9EBC24 100%);
    color: #fff !important;
    font-size: 18px !important;
    line-height: 27px !important;
    text-decoration: none;
    border-radius: 10px !important;
    box-sizing: border-box;
    cursor: pointer !important;
    border: none;
    min-width: 333px;
    height: 67px !important;
    margin-top: 10px;
}

.single-form .form-box .wpforms-field-container {
    display: flex;
    gap: 20px;
}

.single-form .form-box .form-box .wpforms-submit-container {
    display: flex;
    align-items: center;
}

.single-form .form-box .wpforms-container:after {
    content: 'Нажимая на кнопку, вы соглагаетесь с обработкой персональных данных';
    font-size: 14px;
    line-height: 21px;
    margin-top: 20px;
    display: inline-block;
}

.single-form .form-box form button:hover {
    background: linear-gradient(90deg, #9EBC24 00%, #4CBC24 100%) !important;
}

.single-form .form-box .wpforms-container .wpforms-field {
    padding: 0;
}

.single-form .form-box .form-footer {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 35px;
}

.single-form .form-box .btn-gradient {
    border: none;
    min-width: 333px;
}

.single-form .form-box .form-footer span {
    font-size: 14px;
    line-height: 21px;
}


/* СТРАНИЦА ВРАЧА */

.section-doctor-info {
    padding-top: 35px;
}

.doctor-info-wrapper {
    padding: 40px 33px;
    background: #FAF9FE;
    border-radius: 20px;
    display: flex;
    gap: 90px;
    justify-content: space-between;
}

.doctor-info-wrapper .title-section {
    padding-bottom: 30px;
    border-bottom: 1px solid #0000001A
}

.doctor-info-wrapper .title-section h1 {
    margin-top: 20px;
    margin-bottom: 40px;
}

.doctor-info-wrapper .title-section .years {
    font-size: 20px;
    line-height: 28px;
    color: #046E5A;
    font-weight: 400;
}

.doctor-info-wrapper .title-section .years::before {
    content: '';
    display: inline-block;
    width: 36px;
    height: 36px;
    margin-right: 15px;
    background-image: url('assets/img/star.svg');
    vertical-align: middle;
}

.doctor-info-wrapper .about {
    padding: 30px 0;
    border-bottom: 1px solid #0000001A
}

.doctor-info-wrapper .about span {
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    display: block;
}

.doctor-page ul, .doctor-page ol {
    font-size: 18px;
    line-height: 27px;
    margin: 15px 0;
    padding-left: 25px;
}

.doctor-page ul li::marker, .doctor-page ol li::marker {
    color: #046E5A;
    font-size: 30px;
}

.doctor-page ol {
    list-style: disc;
}

.doctor-page ul li + li, .doctor-page ol li + li {
    margin-top: 5px;
}

.section-doctor-info ul + span {
    margin-top: 30px;
}

.section-doctor-info .about p {
    font-size: 18px;
    line-height: 27px;
}

.section-doctor-info .about .email {
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    margin-top: 30px;
}

.section-doctor-info .about .email a {
    color: #046E5A;
    margin-left: 10px;
    text-decoration: none;
}

.section-doctor-info .footer-section {
    padding-top: 30px;
    display: flex;
    gap: 130px;
}

.section-doctor-info .footer-section .price {
    display: flex;
    flex-direction: column;
}

.section-doctor-info .footer-section .price small {
    font-size: 18px;
    line-height: 27px;
}

.section-doctor-info .footer-section .price span {
    font-size: 36px;
    line-height: 44px;
    color: #046E5A;
    font-weight: 400;
}

.section-doctor-info .footer-section .links {
    display: flex;
    align-items: center;
    gap: 28px;
}

.section-doctor-info .footer-section .links .socials {
    display: flex;
    gap: 14px;
}

.section-doctor-info .col-right .avatar::after {
    content: '';
    display: block;
    width: 337px;
    height: 250px;
    background-image: url('assets/img/doctor-leaf.webp');
    position: absolute;
    bottom: -120px;
    right: -50px;
    background-size: contain;
}

.section-doctor-info .col-right img {
    max-width: 540px;
    width: 540px;
    height: 540px;
    border-radius: 20px;
    object-fit: cover;
    object-position: top;
}

.section-doctor-main {
    padding: 80px 0 100px 0;
}

.doctor-main-wrapper {
    display: flex;
}

.doctor-main-wrapper .col-left {
    padding-right: 150px;
}

.doctor-main-wrapper h3:first-child {
    margin: 0;
}

.doctor-main-wrapper h2 {
    margin-top: 50px;
    font-size: 34px;
    line-height: 40px;
    font-weight: 400;
}

.doctor-main-wrapper p {
    font-size: 18px;
    line-height: 27px;
}

.doctor-main-wrapper .col-right {
    padding-left: 40px;
    min-width: 450px;
    width: 450px;
    max-width: 450px;
    border-left: 1px solid #0000001A
}

.doctor-main-wrapper .col-right .title {
    font-size: 28px;
    line-height: 34px;
    font-weight: 400;
}

.doctor-main-wrapper .education-box {
    margin-top: 30px;

}

.doctor-main-wrapper .education-box .item {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 20px 0;
}

.doctor-main-wrapper .education-box .item + .item {
    border-top: 1px solid #0000001A
}

.doctor-main-wrapper .education-box .item .years {
    font-size: 20px;
    line-height: 28px;
    color: #046E5A;
    font-weight: 400;
}


.doctor-services .services-table .list {
    width: 100%;
}

.doctor-services .services-table .list .item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 0;
}

.doctor-services .services-table .list .item:last-child {
    border-bottom: 1px solid #EEEEEE;
}

.doctor-services .services-table .list .item + .item {
    border-top: 1px solid #EEEEEE;
}

.doctor-services .banner {
    margin-top: 50px;
}

.doctor-services .services-wrapper .col-left {
    max-width: 1010px;
    width: 1010px;
}

.single-doctor .serts-form-section + .section-blog {
    margin-top: 60px;
}

.doctor-testimonials {
    padding-bottom: 0;
}

.doctor-testimonials .testimonials-block {
    background: #F4F2FB;
    border-radius: 20px;
    margin-top: 80px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.doctor-testimonials .testimonials-block .item {
    font-size: 18px;
    line-height: 24px;
}

.doctor-testimonials .testimonials-block .item .meta {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    gap: 5px;
}

.doctor-testimonials .testimonials-block .item .meta .date {
    font-size: 16px;
    font-style: italic;
    color: #474747;
}

.doctor-testimonials .testimonials-block .item .meta .title {
    font-weight: 500;
    font-size: 20px;
}

.doctor-links {
    margin-top: 100px;
}

.doctor-links .links-wrapper .item a {
    display: flex;
    align-items: center;
    color: #046E5A;
    text-decoration: none;
    gap: 10px;
    margin-top: 5px;
}

.doctor-links .links-wrapper .item a img {
    height: 20px;
    margin-top: -3px;
}

.doctor-blog .btn-gradient {
    margin-top: 60px;
}

.page-contact {
    margin-top: 65px;
}

.page-contact h1 {
    font-size: 40px;
    line-height: 44px;
    margin: 0;
}

.contacts-wrapper {
    background: #FAF9FE;
    border-radius: 20px;
    margin: 65px 0;
    padding: 12px;
    display: flex;
    align-items: center;
    gap: 36px;
}

.contacts-wrapper .banner img {
    max-width: 330px;
    height: auto;
}

.contacts-wrapper .content {
    display: flex;
}

.contacts-wrapper .content .col:first-child {
    padding-right: 60px;
    border-right: 1px solid #046E5A14
}

.contacts-wrapper .content .col:last-child {
    padding-left: 60px;
}

.contacts-wrapper .content .phone {
    font-size: 34px;
    line-height: 40px;
    font-weight: 400;
    text-decoration: none;
    color: #292929;
}

.contacts-wrapper .content p {
    font-size: 18px;
    line-height: 27px;
}

.contacts-wrapper .content .links {
    display: flex;
    gap: 50px;
    margin-top: 30px;
}

.contacts-wrapper .content .links a {
    font-size: 20px;
    line-height: 20px;
    color: #046E5A;
    font-weight: 400;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 16px;
}

.contacts-wrapper .content .links a img {
    width: 24px;
    height: 24px;
}

.contacts-wrapper .content .title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
}

.contacts-wrapper .content .info {
    display: flex;
    flex-wrap: wrap;
    column-gap: 0px;
    row-gap: 10px;
    margin-top: 30px;
}

.contacts-wrapper .content .info span {
    width: 50%;
}

.page-contact .section-adress {
    padding-top: 0;
}

.page-location {
    margin-bottom: 100px;
}

.page-location .post-banner {
    margin-top: 50px;
}

.page-location .post-banner h3 {
    margin: 0;
    margin-bottom: 15px;
}

.page-location .post-banner::before {
    left: 62%;
}

.locations-wrapper {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.locations-wrapper > * {
    flex: 1;
}

.locations-wrapper .item {
    padding: 28px 24px;
    background: #FAF9FE;
    border-radius: 24px;
}

.locations-wrapper.embeded .item {
    padding: 0;
    background-color: none;
}

.locations-wrapper .item .banner img {
    width: 100%;
    border-radius: 24px;
    display: block;
}

.locations-wrapper.embeded .item .banner img {
    height: auto;
}

.locations-wrapper .item .info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
    margin-bottom: 20px;
}

.locations-wrapper .item .info .title {
    font-size: 28px;
    line-height: 40px;
    font-weight: 400;
}

.locations-wrapper.embeded .item .info .title {
    font-size: 18px;
    line-height: 20px;
}

.locations-wrapper .item .info a {
    color: inherit;
    text-decoration: none;
}

.locations-wrapper .item .info img {
    margin-top: -5px;
    width: 25px;
    height: 25px;
}

.locations-wrapper.embeded .item .info img {
    width: 20px;
    height: 20px;
}

.locations-wrapper .item .footer {
    padding-top: 25px;
    border-top: 1px solid #E9E9E9;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.locations-wrapper .item .footer .btn-gradient {
    background: linear-gradient(226.01deg, #046E5A -1.82%, #67B639 100%);
    padding: 10px 28px;
}

.locations-wrapper.embeded .item .footer .btn-gradient {
    padding: 8px 10px;
    font-size: 14px;
    height: 36px;
}

.locations-wrapper .item .footer .price {
    font-size: 20px;
    line-height: 28px;
    color: #046E5A;
    font-weight: 400;
}

.locations-wrapper.embeded .item .footer .price {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}

.location-table-wrapper {
    margin-top: 60px;
    background: #FAF9FE;
    border-radius: 20px;
    padding: 40px;
}

.location-table-wrapper.embeded {
    padding: 0;
}

.location-table-wrapper .title {
    font-size: 34px;
    line-height: 40px;
    color: #046E5A;
    font-weight: 400;
    display: block;
}

.location-table-wrapper table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 25px;
    table-layout: fixed;
}

.location-table-wrapper table td {
    border: 1px solid #E9E9E9;
    padding: 20px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    box-sizing: border-box;
}

.location-table-wrapper.embeded table.location-table td {
    font-size: 14px;
    line-height: 20px;
    padding: 10px;
}

.location-table-wrapper.embeded table.location-table thead td {
    font-weight: 500;
}

.location-table-wrapper table td.td-heading {
    font-size: 1.6em;
    font-weight: 500;
    color: #046E5A;
}

.location-table-wrapper.embeded table td.td-heading {
    font-size: 1.2em;
}

.location-table-wrapper table td img {
    display: block;
    margin: 0 auto;
}

.location-table-wrapper.embeded table td img {
    width: 18px;
}

.location-table-wrapper table td small {
    margin-top: 10px;
    display: block;
}

.location-table-wrapper table tr td:first-child {
    width: 337px;
    border-left: none;
}

.location-table-wrapper.embeded table tr td:first-child {
    width: 250px;
}

.location-table-wrapper table tr td:last-child {
    border-right: none;
}

.location-table-wrapper table tr td:not(:first-child) {
    text-align: center;
    width: auto;

}

.location-table-wrapper table + span.title {
    margin-top: 30px;
}

.location-table-wrapper .table-btns td {
    border: none;
}

.location-table-wrapper .table-btns td a {
    font-size: 14px;
    line-height: 21px;
    padding: 12px 28px;
    color: #046E5A;
    border: 1px solid #046E5A;
    border-radius: 8px;
    text-decoration: none;
}

.location-price-list {
    margin: 100px 0;
    display: flex;
    gap: 20px;
}


.location-price-list h3 {
    margin: 0;
    margin-bottom: 40px;
}

.location-price-list .col {
    background: #FAF9FE;
    border-radius: 20px;
    padding: 40px;
    width: 50%;
}

.location-price-list ul {
    font-size: 18px;
    line-height: 27px;
    margin: 15px 0;
    padding-left: 25px;
}

.location-price-list ul li::marker {
    color: #046E5A;
    font-size: 30px;
}

.location-price-list ul li + li {
    margin-top: 20px;
}

.location-about {
    margin: 100px 0;
}

.location-about h2 {
    margin: 0;
}

.location-about-wrapper {
    margin-top: 40px;
    display: flex;
    gap: 20px;
}

.location-about-wrapper .col {
    width: 50%;
}

.location-about-wrapper .col > div {
    background: #FAF9FE;
    border-radius: 20px;
    padding: 40px;
}

.location-about-wrapper .col > div + div {
    margin-top: 20px;
}

.location-about-wrapper p {
    font-size: 18px;
    line-height: 27px;
}

.location-about-wrapper .banner {
    margin-top: 30px;
}

.location-about-wrapper .banner img {
    width: 100%;
    border-radius: 16px;
}

ul.tags {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    gap: 12px;
    margin: 0;
}

ul.tags li {
    font-size: 14px;
    line-height: 21px;
    padding: 12px 16px;
    border-radius: 30px;
    background-color: #fff;
}

.location-description h2 {
    margin: 0;
}

.location-desctiption-wrapper {
    display: flex;
    gap: 90px;
    margin-top: 30px;
}

.location-desctiption-wrapper p {
    font-size: 18px;
    line-height: 27px;
}

.post-banner.type-1 .content {
    max-width: 950px;
}

.post-banner.type-1 .content h3 {
    font-size: 31px;
}

.post-banner.type-1::before {
    content: '';
    display: block;
    width: 231px;
    height: 249px;
    position: absolute;
    background-image: url(assets/img/type-1.webp);
    background-size: contain;
    background-repeat: no-repeat;
    left: auto;
    right: 50px;
}

.post-banner.type-2 .content {
    max-width: 1150px;
}

.post-banner.type-2 .content h3 {
    font-size: 32px;
    margin: 0;
}

.post-banner.type-2::before {
    content: '';
    display: block;
    width: 262px;
    height: 250px;
    position: absolute;
    background-image: url(assets/img/type-2.webp);
    background-size: contain;
    background-repeat: no-repeat;
    left: auto;
    right: 50px;
    top: -30px;
}

.page-location .section-team {
    margin: 100px 0;
    background-image: none;
}

.page-location .section-team .container::after {
    content: none;
}

.page-location .section-team .section-heading {
    justify-content: space-between;
}

.page-location .section-team .section-heading span {
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 15px;
}

.page-location .section-team .section-heading a {
    color: #046E5A;
    text-decoration: none;
}

.page-location .section-team .section-heading span img {
    margin-top: -5px;
}

.page-location .section-adress {
    margin: 0;
    padding: 0;
}

.add-nav {
    display: none;
}

.service-page-wrapper {
    display: flex;
    gap: 30px;
    padding: 30px 0;
}


.service-page-wrapper .banner .heading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    color: #fff;
    text-align: center;
    width: 80%;
}

.service-page-wrapper .banner .heading h1 {
    margin: 0;
}

.service-page-wrapper .banner .heading ul {
    list-style: none;
}

.service-page-wrapper .left-box {
    width: 100%;
    border-right: 1px solid #E9E9E9;
    padding-right: 30px;
    overflow: hidden;
}

.service-page-wrapper .service-page-top-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.service-page-wrapper .service-page-top-bar .btn-gradient::before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 13px;
    background-image: url('assets/img/arrow-left-white.svg');
    margin-right: 10px;
}

.service-page-wrapper .left-box .banner {
    margin-top: 20px;
}

.service-page-top-bar + .service-page-wrapper .left-box .banner {
    margin-top: 20px;
}

.service-page-wrapper .left-box .banner img {
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    height: 400px;
    display: block;
}

.service-page-wrapper .left-box .banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0.5;
    border-radius: 20px;
}


.service-page-wrapper .aside {
    min-width: 365px;
    width: 365px;
}

.service-page-wrapper .main-content {
    margin-top: 40px;
}

.service-page-wrapper .main-content p {
    font-size: 18px;
    line-height: 27px;
}

.service-page-wrapper .main-content ul {
    font-size: 18px;
    line-height: 27px;
    margin: 15px 0;
    padding-left: 25px;
}

.service-page-wrapper .main-content ul li::marker {
    color: #046E5A;
    font-size: 30px;
}

.service-page-wrapper .main-content ul li + li {
    margin-top: 5px;
}

.page-id-1677 .service-page-wrapper .main-content blockquote {
    background: #FAF9FE;
    border-left: 5px solid #046E5A;
    padding: 10px 20px;
    font-size: 18px;
    line-height: 27px;
    margin: 0;
}

.section-all-team {
    padding-top: 0px;
}

.all-team-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding-top: 80px;
    column-gap: 20px;
    row-gap: 100px;
}

.all-team-wrapper .item {
    width: calc(33% - 20px);
    box-sizing: border-box;
    padding: 30px 25px;
    border-radius: 20px;
    box-shadow: 0px 4px 20px 0px #0000000D;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.all-team-wrapper .item .avatar {
    margin-top: -100px;
}

.all-team-wrapper .item .avatar img {
    display: block;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    border: 3px solid #fff;
    background-color: #eee;
    object-fit: cover;
}

.all-team-wrapper .item .heading .title {
    font-size: 24px;
    line-height: 33px;
    font-weight: 400;
    color: #046E5A;
}

.all-team-wrapper .item .heading .title a {
    color: inherit;
    text-decoration: none;
}

.all-team-wrapper .item .specialisation ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
}

.all-team-wrapper .item .specialisation ul li::after {
    content: ',';
    margin-right: 5px;
}

.all-team-wrapper .item .position {
    padding: 10px 0;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    display: flex;
    width: 100%;
}

.all-team-wrapper .item .position span {
    font-size: 14px;
    line-height: 21px;
    display: flex;
    align-items: center;
    min-height: 105px;
}

.all-team-wrapper .item .position span p {
    font-size: 14px;
    line-height: 21px;
}

.all-team-wrapper .item .position span::before {
    content: '';
    margin-right: 14px;
    display: inline-block;
    min-width: 24px;
    min-height: 34px;
    background-image: url(assets/img/sert.svg);
}

.all-team-wrapper .item .experience-rating {
    display: flex;
    min-height: 42px;
}

.all-team-wrapper .item .exp {
    font-size: 14px;
    line-height: 21px;
    display: flex;
    justify-content: flex-start;
    width: 100%;
}

.all-team-wrapper .item .total-rating {
    display: flex;
    padding: 6px 14px;
    margin-left: 10px;
    column-gap: 8px;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 8px;
    height: 30px;
    background-color: rgb(245, 245, 247);
}

.all-team-wrapper .item .total-rating p {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0px;
    text-align: left;
    margin-bottom: 0px;
    color: rgb(5, 0, 56);
    margin: 0;
}

.all-team-wrapper .item .total-rating .star {
    width: 20px;
    height: 20px;
    position: relative;
    top: 0px;
    color: rgb(250, 200, 22);
}

.all-team-wrapper .item .total-rating .total-reviews {
    color: rgb(132, 131, 156);
    border-left: 2px solid rgb(132, 131, 156);
    white-space: nowrap;
    padding-left: 5px;
    font-size: 12px;
}

.all-team-wrapper .item .price {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.all-team-wrapper .item .price span {
    display: flex;
    align-items: center;
    height: 44px;
    padding: 5px 14px;
    background: #F4F2FB;
    box-sizing: border-box;
    border-radius: 36px;
}


.blog-page-wrapper {
    display: flex;
    gap: 30px;
    padding: 30px 0;
}

.blog-page-wrapper .left-box {
    width: 100%;
}

.blog-page-wrapper .related {
    margin: 0;
}

.blog-page-wrapper.spec-blog-page h1 {
    font-size: 34px;
    line-height: 50.4px;
}

#service-popup {
    position: fixed;
    display: none;
    z-index: 9;
    top: 0;
    padding-top: 80px;
    left: 0;
    width: 100%;
    background-color: #046E5A;
    border-top: 1px solid #0000001A;
}

#service-popup .close-button {
    display: block;
    position: absolute;
    top: -40px;
    right: 20px;
    cursor: pointer;
}

#service-popup .close-button img {
    width: 30px;
    height: 30px;
    filter: invert(1);
}

#service-popup .container {
    max-width: 100%;
    width: 1520px;

}

#service-popup .service-links {
    display: flex;
    gap: 30px;
    padding: 30px 0;
}

#service-popup .col .title {
    font-size: 20px;
    line-height: 27px;
    text-decoration: none;
    color: #fff;
}

#service-popup .col .title a {
    color: inherit;
    display: block;
    width: 100%;
}

#service-popup .col ul {
    list-style: none;
    padding-left: 0;
}

#service-popup .col ul li {
    font-size: 16px;
    line-height: 30px;
}

#service-popup .col ul li a {
    color: #fff;
    text-underline-offset: 3px;
}

#service-popup .col ul.links li:last-child a {
    color: #7dd453;
    font-size: .8em;
}

#service-popup .logo-desc {
    color: #fff;
}

#service-popup .top-panel .icons-box .item a {
    color: #fff;
}

#service-popup .top-panel .contact-box .socials img {
    mix-blend-mode: hard-light;
}

#service-popup .top-panel .contact-box .phone span {
    color: #fff;
}

#service-popup .top-panel .contact-box .phone a {
    color: #fff;
}

#service-popup .top-panel .contact-box .phone a.mail {
    display: block;
}

.service-page-menu {
    padding-left: 0;
    list-style: none;
}

.service-page-menu li.current-menu-parent > a {
    color: #046E5A;
    font-weight: 500;
}

.service-page-menu li.current-menu-parent .sub-menu {
    display: block;
}

.service-page-menu li.current-menu-item > a {
    color: #046E5A;
    font-weight: 500;
}

.service-page-menu li a {
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    color: #000;
}

.service-page-menu > li {
    padding: 10px 0;
}

.service-page-menu > li.menu-item-has-children {
    padding-left: 25px;
}

.service-page-menu > li + li {
    border-top: 1px solid #E9E9E9;
}

.service-page-menu .sub-menu {
    display: none;
    padding-left: 0px;
    list-style: none;
    margin-bottom: 10px;
    margin-top: 10px;
}

.service-page-menu .sub-menu li a {
    font-size: 16px;
    line-height: 26px;
    text-decoration: underline;
}

.service-page-menu li.menu-item.menu-item-has-children > a::before {
    content: '+';
    display: block;
    margin-right: 8px;
    cursor: pointer;
    transition: transform 0.2s;
    color: #046E5A;
    font-size: 1.4em;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translate(0px, -50%);
}

.service-page-menu li.menu-item.menu-item-has-children.expanded > a::before {
    content: '-';
    color: #046E5A;
    font-size: 1.4em;
    vertical-align: middle;
}

.single-services .services-table,
.all-services .services-table {
    width: 100%;
}

.single-services .services-wrapper,
.all-services .services-wrapper {
    margin-top: 40px;
}

.single-services .services-table .list .item .title:before,
.all-services .services-table .list .item .title:before {
    content: none;
}

.single-services .services-table .list .item .title a,
.all-services .services-table .list .item .title a {
    color: inherit;
    text-decoration: none;
}

.callback-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    flex-direction: column;
    width: 600px;
    background: #1E5140;
    padding: 40px 20px;
    box-sizing: border-box;
    z-index: 10;
    box-shadow: 0px 4px 30px 0px #0000000D;
}

.callback-popup .close-popup {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1;
    cursor: pointer;
}

.callback-popup .close-popup img {
    width: 30px;
    height: 30px;
    filter: invert(1);
}

.callback-popup h2, .callback-popup .formheader {
    font-weight: 400;
    font-size: 34px;
    line-height: 40px;
    text-align: center;
    margin: 0 50px;
    color: #fff;
}

.callback-popup .wpforms-field-text {
    text-align: center;
}

.callback-popup .wpforms-container .wpforms-field-container .wpforms-field-text label {
    display: block;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    color: #fff;
}

.callback-popup .wpforms-container {
    width: 100%;
}

.callback-popup .wpforms-container .wpforms-field-container .wpforms-field-text input.wpforms-field-medium {
    padding: 25px;
    border-radius: 10px;
    border: 1px solid #4CBC24;
    background: #F4F2FB;
    width: 333px;
    box-sizing: border-box;
    height: 67px;
    margin: 0 auto;
}

.callback-popup .wpforms-container .wpforms-submit-container {
    text-align: center;
}

.callback-popup .wpforms-container .wpforms-submit-container button.wpforms-submit {
    display: inline-block;
    padding: 14.5px 26px;
    background: linear-gradient(90deg, #4CBC24 0%, #9EBC24 100%);
    color: #fff;
    font-size: 18px;
    line-height: 27px;
    text-decoration: none;
    border-radius: 10px;
    box-sizing: border-box;
    border: none;
    min-width: 333px;
    height: 70px;
    margin: 0 auto;
}

.page-partners {
    margin-top: 65px;
}

.page-partners .section-heading {
    display: flex;
    align-items: center;
    gap: 100px;
}

.page-partners .section-heading h1 {
    font-size: 40px;
    line-height: 44px;
    margin: 0;
}

.page-partners .section-heading span {
    max-width: 400px;
}

.partners-wrapper {
    margin: 65px 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.partners-wrapper .item {
    max-width: 100%;
    background: #1E5140;
    border-radius: 20px;
    padding: 40px 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 50px;
    color: #fff;
    background-image: url(assets/img/arrow-right-white.svg);
    background-repeat: no-repeat;
    background-position: bottom 30px right 30px;
    background-size: 20px 30px;
}

.partners-wrapper .item img {
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    display: block;
}


.page-timeline {
    margin-top: 65px;
}

.page-timeline h1 {
    font-size: 40px;
    line-height: 44px;
    margin: 0;
}

.timeline {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1100px;
    margin: 65px auto;
}

.timeline .item {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin: 20px 0;
    width: 550px;
    max-width: 550px;
}

.timeline .line + .item {
    margin-top: 0;
}

.timeline .item:last-of-type {
    margin-bottom: 0;
}


.timeline .item.right {
    margin-left: auto;
    flex-direction: row;
}

.timeline .item.right::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0px;
    width: 20px;
    height: 2px;
    display: block;
    background-color: #046E5A;
}

.timeline .item.right .content {
    text-align: left;
}

.timeline .item.left {
    margin-right: auto;
}

.timeline .item.left::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0px;
    width: 20px;
    height: 2px;
    display: block;
    background-color: #046E5A;
}

.timeline .content {
    text-align: right;
    margin-right: 20px;
}

.timeline .year {
    color: #046E5A;
    font-weight: bold;
}

.timeline .icon {
    min-width: 80px;
    min-height: 80px;
    border: 2px solid #046E5A;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.timeline .item.right .icon {
    margin-left: 0;
    margin-left: 20px;
}

.timeline .line {
    height: 100%;
    border-left: 2px solid #046E5A;
    position: absolute;
    left: 50%;
}

.timeline .icon img {
    height: 50px;
    width: 50px;
}

.page-docs {
    margin-top: 65px;
}

.page-docs h1 {
    font-size: 40px;
    line-height: 44px;
    margin: 0;
}

.docs-wrapper {
    margin: 65px 0;
}

.docs-wrapper .item {
    padding: 18px 0;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.docs-wrapper .item + .item {
    margin-top: -1px;
}

.docs-wrapper .item a {
    font-size: 18px;
    line-height: 24px;
    color: #046E5A;
}

.page-prices {
    margin: 65px 0;
}

.page-prices .section-heading {
    display: flex;
    align-items: center;
    gap: 100px;
}

.page-prices .section-heading h1 {
    font-size: 40px;
    line-height: 44px;
    margin: 0;
}

.page-prices .section-heading span {
    max-width: 400px;
}

.page-prices h1 {
    font-size: 40px;
    line-height: 44px;
    margin: 0;
}

.page-prices .services-wrapper {
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    gap: 80px;
}

.page-prices .services-wrapper .col-left {
    max-width: 1070px;
    width: 1070px;
}

.page-prices .banner {
    margin-top: 150px;
    padding: 30px 20px;
    box-sizing: border-box;
    border-radius: 20px;
    width: 363px;
    height: 440px;
    background-color: #EEFEFE;
    background-image: url(assets/img/services-banner.webp);
    background-repeat: no-repeat;
    background-position: bottom;
}

.page-prices .banner span {
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
}

.page-prices .services-table .item span:last-of-type {
    min-width: 300px;
    text-align: right;
}

.page-prices .services-table .heading span:last-child {
    min-width: 300px;
    text-align: right;
}

.default-page-template {
    margin: 65px 0;
}

.default-page-template h1 {
    font-size: 40px;
    line-height: 44px;
    margin: 0;
}

.default-page-template .main-content {
    margin-top: 65px;
}

.default-page-template .main-content h2 {
    margin-top: 60px;
}

.default-page-template .main-content h3 {
    margin-top: 40px;
}

.default-page-template .main-content p {
    font-size: 18px;
    line-height: 27px;
}

.default-page-template .main-content ul {
    font-size: 18px;
    line-height: 27px;
    margin: 30px 0;
    padding-left: 25px;
}

.default-page-template .main-content ul li::marker {
    color: #046E5A;
    font-size: 30px;
}

.default-page-template .main-content ol {
    font-size: 18px;
    line-height: 27px;
    margin: 30px 0;
    padding-left: 0px;
    list-style: none;
}

.default-page-template .main-content ol li {
    counter-increment: olli;
    display: flex;
    align-items: center;
}

.default-page-template .main-content ol li::before {
    content: counter(olli);
    margin-right: 15px;
    font-size: 14px;
    color: #046E5A;
    background: linear-gradient(257.03deg, #FFFFFF -253.21%, #E4F5E3 32.81%);
    height: 20px;
    width: 20px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.default-page-template .main-content img {
    display: block;
    margin: 20px 0;
}

.page-error {
    margin: 65px 0;
}

.page-error h1 {
    font-size: 40px;
    line-height: 44px;
}

.nav-box .main-menu .menu-close {
    display: none;
}

.wpforms-confirmation-container-full {
    background-color: transparent !important;
    border: none !important;
    max-width: 400px;
    margin-left: 0px !important;
    padding: 0 !important;
    margin-top: 20px !important;
}

.wpforms-confirmation-container-full p {
    color: #fff !important;
    font-size: 20px !important;
    margin-bottom: 0 !important;
}

.categories-form-wrapper .wpforms-confirmation-container-full p {
    color: #000 !important;
}

table {
    width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
}

table td {
    padding: 15px;
    border: 1px solid #046e5a;
}

.qa-form {
    max-width: 800px;
    background-color: #046e5a;
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 60px;
}

.qa-form p {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
}

.qa-form input, .qa-form textarea, .qa-form select {
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #4CBC24;
    background: #F4F2FB;
    box-sizing: border-box;
    font-size: 16px;
    font-family: Gilroy !important;
}

.qa-form label {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    margin-bottom: 5px;
}

.qa-form p.checkbox {
    flex-direction: row;
}

.qa-form .form-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.qa-form button {
    display: inline-block;
    padding: 14.5px 26px;
    background: linear-gradient(90deg, #4CBC24 0%, #9EBC24 100%);
    color: #fff;
    font-size: 18px;
    line-height: 27px;
    text-decoration: none;
    border-radius: 10px;
    box-sizing: border-box;
    cursor: pointer;
    border: none;
    width: 100%;
    max-width: 333px;
    height: 67px;
    margin-top: 10px;
}

.qa-item {
    padding: 25px 0;
    border-top: 1px solid #ddd;
}

.qa-item p {
    margin: 0;
    font-size: 16px !important;
    line-height: 24px !important;
}

.qa-item .meta {
    display: inline-block;
    background-color: #eee;
    padding: 20px 30px;
    border-radius: 10px;
}

.qa-item .meta .row {
    display: flex;
    gap: 20px;
}

.qa-item .meta strong,
.qa-item .question strong,
.qa-item .answer strong {
    font-weight: 500;
}

.qa-item .question strong,
.qa-item .answer strong {
    margin-bottom: 5px;
    display: block;
}

.qa-item .question {
    margin-top: 20px;
}

.qa-item .answer {
    margin-top: 20px;
}

.qa-pagination {
    display: flex;
    gap: 10px;
    margin: 20px 0;
}

.qa-pagination a {
    color: #046E5A;
    font-weight: 500;
    font-size: 18px;
}

.qa-pagination span {
    font-weight: 500;
    font-size: 18px;
}

.row-2-limit {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.row-3-limit {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.row-5-limit {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.page-payments .wrapper {
    display: flex;
    gap: 50px;
}

.page-payments .wrapper .col {
    width: 50%;
}

.page-payments {
    margin-bottom: 40px;
}

.page-payments .section-heading h1 {
    font-size: 40px;
    line-height: 44px;
}

.page-payments form input {
    padding: 15px !important;
    border-radius: 10px !important;
    border: 1px solid #4CBC24 !important;
    background: #F4F2FB !important;
    box-sizing: border-box !important;
    font-size: 16px !important;
    font-family: Gilroy !important;
    max-width: 100% !important;
}

.page-payments form button {
    display: inline-block !important;
    padding: 14.5px 26px !important;
    background: linear-gradient(90deg, #4CBC24 0%, #9EBC24 100%) !important;
    color: #fff !important;
    font-size: 18px !important;
    line-height: 27px !important;
    text-decoration: none !important;
    border-radius: 10px !important;
    box-sizing: border-box !important;
    cursor: pointer !important;
    border: none !important;
    width: 100% !important;
    height: 67px !important;
    margin-top: 10px !important;
}

.page-payments form label {
    font-size: 16px !important;
    line-height: 20px !important;
    color: #fff !important;
    margin-bottom: 5px !important;
    font-weight: 400 !important;
}

.page-payments form {
    width: 100%;
    max-width: 450px;
    background-color: #046e5a !important;
    padding: 30px !important;
    border-radius: 20px !important;
}

.icons-box .search-form {
    display: none;
}

.toggle-search, .toggle-search-footer {
    width: 45px;
    height: 45px;
    border-radius: 50px;
    background: linear-gradient(226.01deg, #046E5A -1.82%, #67B639 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0 10px;
}

.toggle-search img, .toggle-search-footer img {
    filter: invert(1);
}

.search-box, .search-box-footer {
    display: none;
    position: absolute;
    top: -2px;
    width: 400px;
    right: calc(100% - 45px);
}

#ajaxsearchlite1 .probox, div.asl_w .probox {
    border: 2px solid #046E5A !important;
}

div.asl_w .probox .promagnifier .innericon svg {
    fill: #046E5A !important;
}

div.asl_r .results .item .asl_content h3, div.asl_r .results .item .asl_content h3 a {
    color: #046E5A !important;
}

div.asl_r.vertical .results, div.asl_s.searchsettings .asl_sett_scroll {
    scrollbar-color: #046e5a transparent !important;
}

.mobile-only {
    display: none;
}


#showMoreServices {
    height: 58px;
    border: none;
    margin-top: 20px;
}

.location-gallery .homepage-slider img {
    width: 100%;
}

.location-gallery .homepage-slider .gallery-item {
    margin-right: 20px;
}

.location-gallery .homepage-slider .slick-arrow::before {
    color: #000;
    background-image: url(assets/img/arrow-right-black.svg);
    background-size: 15px;
    background-position: center;
    background-repeat: no-repeat;
    content: '';
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50px;
    background-color: #eee;
}

.location-gallery .homepage-slider .slick-arrow.slick-prev::before {
    transform: rotate(180deg);
}

.location-gallery .homepage-slider .slick-prev {
    left: -60px;
}

.location-gallery .homepage-slider .slick-next {
    right: -25px;
}


.location-gallery.embeded {
    padding: 0 40px 0 60px;
}


.all-services {
    padding-top: 0;
}

.all-services .s-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    list-style: none;
    padding-left: 0;
}

.all-services .s-tabs .s-tab {
    display: flex;
    height: 50px;
    box-sizing: border-box;
    align-items: center;
    border: 1px solid;
    border: 1px solid #67B639;
    padding: 0 14px;
    font-size: 17px;
    line-height: 24px;
    border-radius: 6px;
    cursor: pointer;
}

.all-services .s-tabs .s-tab.active {
    background: #F4F2FB;
    border: 1px solid #F4F2FB;
}

.page-serts {
    margin-bottom: 80px;
}

.page-serts .gallery-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.page-serts .gallery-wrapper .gallery-item {
    width: calc(25% - 15px);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F4F2FB;
    border: 1px solid #0000001A;
    border-radius: 20px;
    padding: 50px 0;
    box-sizing: border-box;
}


.page-serts .gallery-wrapper .gallery-item img {
    max-height: 266px;
    height: 266px;
    width: auto;
}

.expert-review-button {
    display: inline-block;
    padding: 14.5px 26px;
    background: linear-gradient(90deg, #4CBC24 0%, #9EBC24 100%);
    color: #fff;
    font-size: 18px;
    line-height: 27px;
    text-decoration: none;
    border-radius: 10px;
    height: 52px;
    box-sizing: border-box;
    cursor: pointer;
}

.single-doctor .section-blog {
    margin-top: 0px;
}

.bform .b24-form-wrapper.b24-form-border-bottom {
    border: none;
    background: transparent;
    margin: 0;
    min-height: auto;
}

.bform .b24-form-content.b24-form-padding-side {
    padding: 0;
}

.bform .b24-form form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.bform .b24-form form .b24-form-field:not(.b24-form-field-agreement) {
    margin-bottom: 25px;
}

.bform .b24-form form > div:nth-of-type(1) {
    display: flex;
    gap: 20px;
    width: 100%;
}

.bform .b24-form form > div:nth-of-type(2) {
    order: 3;
    width: 50%;
    float: left;
    display: block;
}

.b24-form .b24-form-field.b24-form-field-agreement {
    margin: 0;
    margin-bottom: 0;
    margin-left: 8px;
}

.b24-form .b24-form-field.b24-form-field-agreement > div {
    display: flex;
    flex-direction: row;
}

.bform .b24-form-btn-container {
    width: 50%;
    order: 2;
}

.bform .b24-form .b24-form-field.b24-form-field-agreement .b24-form-control-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.bform .b24-form .b24-form-field.b24-form-field-agreement input {
    width: 15px;
    min-width: 15px;
    /* float: left; */
    height: auto;
}

.bform .b24-form .b24-form-field.b24-form-field-agreement .b24-form-control-required {
    position: absolute;
    left: 24px;
}

.bform .b24-form-field-agreement .b24-form-field-agreement-link {
    font-family: Navigo !important;
    margin-left: 10px;
    display: block;
    margin-top: 2px;
    font-weight: 300;
}

.bform .b24-form-btn-block {
    padding: 0;
}

.bform .b24-form-btn {
    margin: 0;
    width: calc(100% - 12px);
    font-family: Navigo !important;
    font-weight: 500;
    margin-top: 0 !important;
}

.bform .b24-form-control-alert {
    margin-bottom: 0px !important;
}

.b24-form .b24-form-control-alert-message {
    bottom: -10px;
}

.bform .b24-form-control-alert.b24-form-control-string .b24-form-control {
    background-color: #fff;
    border-color: red;
}

.bform .b24-form .b24-form-control-label {
    font-family: Navigo !important;
}

.bform .b24-form-state-container .b24-form-success {
    background-color: #fff;
    border-radius: 20px;
}

.bform .b24-form .b24-form-success-icon {
    width: 50px;
    height: 50px;
}

.bform .b24-form .b24-form-state-text {
    font-size: 16px;
    font-family: Navigo !important;
}

.bform .b24-form-sign {
    padding: 0;
    margin: 0;
    margin-top: 5px;
}

.bform .b24-form .b24-form-state-container .b24-form-loader {
    border-radius: 20px;
}

.bform .b24-form .b24-from-state-on .b24-form-state-container {
    left: -5px;
    border-radius: 20px;
}

.bform.bform-white .b24-form-field-agreement .b24-form-field-agreement-link {
    color: #fff;
}

.bform.bform-white .b24-form .b24-form-sign-abuse-link {
    color: #fff;
}

.bform.bform-white .b24-form-state-container .b24-form-success {
    background-color: #4cbc24;
}

.bform.bform-white .b24-form .b24-form-state-text {
    color: #fff;
}


.bform.bform-inline .b24-form .b24-form-wrapper {
    max-width: none;
}


.bform.bform-inline .b24-form form .b24-form-field:not(.b24-form-field-agreement) {
    margin-bottom: 0;
}

.bform.bform-inline .b24-form-control-container {
    margin-bottom: 0;
}

.bform.bform-inline .b24-form form > div:nth-of-type(1) {
    max-width: 686px;
}

.bform.bform-inline .b24-form form > div:nth-of-type(2) {
    width: 70%;
}

.bform.bform-inline .b24-form-btn-container {
    width: 25%;
}

.bform.bform-inline .b24-form .b24-form-field.b24-form-field-agreement {
    margin-left: 0;
}

.page-id-1677 #services {
    display: none;
}

.date-share-block {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.date-share-block .post-date {
    margin: 0;
}

.share-block {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: flex-start;
}

.share-block a {
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 50%;
}

.share-block a.share-telegram {
    background-image: url("assets/img/telegram.svg");
    background-size: cover;
}

.share-block a.share-vk {
    background-image: url("assets/img/vk.png");
    background-size: cover;
}

.share-block a.share-whatsapp {
    background-image: url("assets/img/whatsapp.svg");
    background-size: cover;
}

.share-block a.share-odnoklassniki {
    background-image: url("assets/img/odnoklassniki.svg");
    background-size: cover;
}

.share-block a.share-copy {
    background-image: url("assets/img/copy.svg");
    background-size: cover;
}

@media (max-width: 1440px) {
    .top-panel .logo-box .logo-desc {
        display: none;
    }

    .about-two-section {
        background-size: 60%;
        background-position: right -30px bottom 135px;
    }

    .footer-nav-wrapper .footer-nav-box {
        gap: 50px;
    }

    .footer-nav-wrapper .footer-contact {
        min-width: 430px;
    }

    .services-tabs .tabs {
        flex-wrap: wrap;
    }

    .related-wrapper .item .content .title {
        font-size: 20px;
        line-height: 28px;
    }

    .btn-white {
        padding: 10px 50px;
    }


    .section-serts .section-heading h2 {
        width: 450px;
    }

    .top-panel .icons-box {
        display: flex;
        gap: 25px;
    }
}

@media (max-width: 1280px) {
    .nav-box .main-menu ul li a {
        font-size: 15px;
    }

    .related .related-wrapper {
        gap: 10px;
    }

    .related .related-wrapper .item {
        width: calc(33% - 5px);
    }

    .related-wrapper .item .content .title {
        font-size: 20px;
        line-height: 26px;
        word-wrap: break-word;
    }

    .post-banner .content {
        width: 350px;
    }

    .single-form .form-box::after {
        z-index: 0;
    }

    .single-form .form-box form {
        z-index: 1;
    }

    .post-banner .content {
        width: 100%;
        max-width: 710px;
    }

    .post-banner .content h3 {
        font-size: 30px;
        line-height: 38px;
    }

    .post-banner.type-1 .content {
        max-width: 900px;
        width: 100%;
    }

    .post-banner.type-2 .content {
        max-width: 900px;
        width: 100%;
    }

    .all-team-wrapper .item {
        width: calc(33% - 11px);
        padding: 30px 15px;
    }

    .all-team-wrapper .item .heading .title {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 10px;
        display: block;
    }

    .footer-nav-wrapper .footer-nav-box ul li a {
        font-size: 16px;
        line-height: 24px;
    }

    .footer-nav-wrapper .footer-nav-box {
        gap: 40px;
    }

    .section-team .homepage-slider .item .heading .title {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 10px;
        display: block;
    }

    .services-section .services-wrapper {
        gap: 40px;
    }

    .services-table .heading span:first-child {
        min-width: 450px;
    }

    .services-table .list .item .title {
        font-size: 20px;
        line-height: 30px;
        min-width: 450px;
        width: 450px;
    }

    .services-table .list .item span {
        font-size: 16px;
        width: 175px;
    }

    .about-section h2 {
        font-size: 32px;
        line-height: 38px;
    }

    .nav-box .main-menu ul {
        gap: 45px;
    }

    .nav-box .main-menu ul li::after {
        right: -25px;
    }
}

@media (max-width: 1024px) {

    .logo-box .logo-desc {
        display: none;
    }

    .top-panel .icons-box .item a {
        display: none;
    }

    .top-panel .contact-box .socials a img, .top-panel .icons-box .item img {
        width: 30px;
        height: 30px;
    }


    .top-panel .icons-box {
        gap: 10px;
    }

    .top-panel .contact-box {
        flex-direction: row-reverse;
    }

    .nav-box .main-menu ul li::after {
        content: none;
    }

    .nav-box .main-menu ul li a {
        font-size: 14px;
    }

    .main-menu {
        width: 100%;
        padding: 0 15px;
    }

    .home-hero {
        background-size: 600px;
        background-position: right -50px top 335px;
    }

    .about-section .about-box {
        flex-direction: column;
    }

    .about-box .right-col {
        margin-top: 20px;
    }

    .about-section .info {
        margin-top: 40px;
        float: none;
    }

    .categories-section {
        padding-top: 100px;
    }

    .categories-section .categories-box .item {
        width: calc(50% - 10px);
    }

    .categories-form-wrapper .form-box {
        background-position: left 300px top 0px;
    }

    .services-section .services-wrapper {
        flex-direction: column;
    }

    .services-section .services-wrapper .col-left {
        width: 100%;
    }

    .services-table .list .item .title {
        min-width: 400px;
        width: 500px;
    }

    .services-table .heading span:first-child {
        width: 500px;
        min-width: 500px;
    }

    .services-table .list .item span {
        width: 150px;
    }

    .services-section .banner {
        margin-top: 50px;
        width: 100%;
        background-size: cover;
        background-position: center -240px;
        height: 300px;
    }

    .section-team .section-heading h2 {
        min-width: 450px;
        width: 450px;
    }

    .section-adress .info-wrapper {
        flex-direction: row;
        gap: 20PX;
    }

    .section-adress .adress-wrapper {
        flex-direction: column;
    }

    .section-adress .adress-wrapper .col {
        width: 100%;
    }

    .section-testimonials .testimonials-box {
        padding: 60px;
    }

    .section-testimonials .testimonials-box::before {
        width: 230px;
        height: 165px;
        right: 170px;
    }

    .serts-form-wrapper .form-box::after {
        width: 20%;
        height: 50%;
    }

    .section-blog .section-heading h2 {
        text-align: left;
    }

    .section-blog .blog-wrapper .item .content .title {
        font-size: 14px;
        line-height: 20px;
    }

    .section-blog .blog-wrapper .item .content .desc {
        font-size: 14px;
        height: 76px;
        display: block;
        overflow: hidden;
    }

    .section-blog .blog-wrapper .item .content {
        padding: 20px 15px;
    }


    .section-links .container {
        gap: 40px;
    }

    .section-links .col-left {
        max-width: 300px;
    }

    .section-links {
        background-size: 370px;
    }

    .section-bottom-form .form-box form .form-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .section-bottom-form .form-box::after {
        width: 240px;
        height: 260px;
        bottom: -20px;
        right: -20px;
    }

    footer .top-panel > .container {
        gap: 80px;
    }

    .footer-nav-wrapper {
        flex-direction: column;
    }

    .footer-contact-box {
        margin-top: 30px;
    }

    .footer-copy .footer-bottom {
        gap: 20px;
    }

    .contacts-wrapper {
        align-items: flex-start;
    }

    .contacts-wrapper .content {
        flex-direction: column;
    }

    .contacts-wrapper .banner img {
        max-width: 230px;
    }

    .contacts-wrapper .content .col:last-child {
        padding-left: 0;
        margin-top: 30px;
    }

    .contacts-wrapper .content .phone {
        font-size: 28px;
    }

    .contacts-wrapper .content .links a {
        font-size: 14px;
    }

    .info-wrapper .item .metro span {
        font-size: 14px;
    }

    .contacts-wrapper .content .info {
        gap: 20px;
    }

    .contacts-wrapper .content .info span {
        font-size: 14px;
        width: 45%;
    }

    .doctor-info-wrapper {
        flex-direction: column-reverse;
    }

    .section-doctor-info .col-right img {
        max-width: 100%;
    }

    .section-doctor-info .footer-section {
        gap: 80px;
    }

    .doctor-main-wrapper .col-left {
        padding-right: 30px;
    }

    .doctor-main-wrapper .col-right {
        padding-left: 30px;
        min-width: 350px;
    }

    .doctor-main-wrapper .education-box .item {
        font-size: 14px;
    }

    .btn-white {
        padding: 10px 25px;
        font-size: 16px;
        height: 56px;
    }

    .page-location .post-banner h3 {
        font-size: 24px;
        line-height: 28px;
        max-width: 450px;
    }

    .post-banner span {
        font-size: 16px;
        line-height: 22px;
    }

    .locations-wrapper .item .info {
        gap: 10px;
    }

    .locations-wrapper .item .info .title {
        font-size: 22px;
        line-height: 26px;
    }

    .locations-wrapper .item .footer {
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 10px;
    }

    .location-table-wrapper {
        padding: 40px 0px;
    }

    .location-table-wrapper table td {
        padding: 13px;
        font-size: 14px;
        line-height: 20px;

    }

    .location-table-wrapper table tr td:first-child {
        width: 140px;
    }

    .location-table-wrapper .table-btns td a {
        font-size: 12px;
        padding: 10px 8px;
    }

    .location-price-list .col {
        padding: 40px 20px;
    }

    .location-about-wrapper .col > div {
        padding: 40px 20px;
    }

    .post-banner.type-1 .content h3 {
        font-size: 22px;
        line-height: 28px;
        max-width: 450px;
    }

    .post-banner span {
        font-size: 14px;
        max-width: 450px;
    }

    .post-banner.type-1::before {
        right: 10px;
        width: 190px;
        height: 200px;
    }

    .post-banner.type-2 .content h3 {
        font-size: 22px;
        max-width: 450px;

    }

    .post-banner.type-2::before {
        right: 10px;
    }

    .post-banner {
        padding: 20px 20px;
    }

    .single-wrapper {
        flex-direction: column;
    }

    .single-form .form-box form .form-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .single-form .form-box::after {
        width: 250px;
    }

    .timeline {
        width: 700px;
        max-width: 700px;
    }

    .timeline .item {
        width: 350px;
    }

    .page-prices .services-wrapper {
        flex-direction: column;
        gap: 60px;
    }

    .page-prices .services-wrapper .col-left {
        max-width: 100%;
        width: 100%;
    }

    .page-prices .banner {
        margin-top: 0;
    }

    .page-prices .services-table .item span:last-of-type {
        min-width: 250px;
    }

    .service-page-wrapper, .mobile-reverse {
        flex-direction: column-reverse;
    }

    .service-page-wrapper .aside {
        width: 100%;
    }

    .service-page-wrapper .aside .icons-list {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .service-page-wrapper .aside .icons-list li + li {
        margin-top: 0;

    }

    .service-page-wrapper .aside .widget:not(:first-child) {
        display: none;
    }

    .all-team-wrapper .item {
        width: calc(33% - 15px);
        gap: 15px;
    }

    .all-team-wrapper .item .avatar img {
        width: 140px;
        height: 140px;
    }

    .all-team-wrapper .item .specialisation {
        font-size: 14px;
    }

    .all-team-wrapper .item .position span {
        font-size: 12px;
        line-height: 15px;
    }

    .blog-page-wrapper {
        flex-direction: column-reverse;
    }

    .blog-page-wrapper .aside .widget:not(:first-child) {
        display: none;
    }

    .blog-page-wrapper .aside .widget .icons-list {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }

    .blog-page-wrapper .aside .widget .icons-list li + li {
        margin-top: 0;
    }

    .related .related-wrapper .item {
        width: calc(50% - 10px);
    }

    .related-wrapper .item .content .title {
        font-size: 22px;
        line-height: 32px;
    }


    .section-team .homepage-slider .item {
        padding: 20px 15px;
        gap: 15px;
        margin-right: 10px;
    }

    .section-team .homepage-slider .item .avatar img {
        width: 140px;
        height: 140px;
    }

    .section-team .homepage-slider .item .heading .title {
        font-size: 18px;
        line-height: 24px;
    }

    .section-team .homepage-slider .item .specialisation {
        font-size: 14px;
        height: 38px;
        overflow: hidden;
    }

    .section-team .homepage-slider .item .heading {
        min-height: 48px;
    }

    .section-team .homepage-slider .item .position {
        min-height: 45px;
        align-items: flex-start;
    }

    .section-team .homepage-slider .item .position span::before {
        align-self: baseline;
    }

    .section-team .homepage-slider .item .position span {
        font-size: 12px;
        line-height: 15px;
    }

    .section-team .container::after {
        bottom: -70px;
    }

    .team-about-wrapper {
        margin-top: 50px;
    }

    .footer-contact-box {
        display: flex;
        flex-wrap: wrap;
        column-gap: 40px;
    }

    .footer-contact-box .title {
        width: 100%;
    }

    .section-testimonials .section-heading {
        align-items: center;
    }

    .section-adress .adress-wrapper iframe {
        width: 100%;
    }

    .about-section .about-box .item {
        max-width: 100%;
    }

    .categories-form-wrapper .form-box form input,
    .serts-form-wrapper .form-box form input,
    .section-bottom-form .form-box form input {
        width: 100%;
        min-width: 100%;
    }

    .section-bottom-form .form-box form {
        flex-direction: column;
        align-items: flex-start;
    }

    .section-bottom-form .form-box .wpforms-submit-container {
        margin-top: 0 !important;
    }

    .spec-blog-page .related .related-wrapper .item {
        width: calc(50% - 15px);
    }

    .toYourHome-textExamination__lawyer {
        flex-direction: column;
    }

    .toYourHome-about.about-section .about-box .item{
        max-width: 100%;
    }

}

@media (max-width: 767px) {
    h1 {
        font-size: 28px;
        line-height: 34px;
    }

    h2 {
        font-size: 24px;
        line-height: 31px;
    }

    h3 {
        font-size: 22px;
        line-height: 30px;
    }

    .logo-box .logo-desc {
        display: none;
    }

    .logo-box img {
        height: 50px;
        width: auto;
    }

    .adress-box {
        display: none;
    }

    .icons-box .item a {
        display: none;
    }

    .icons-box .item img {
        width: 36px;
        height: 36px;
    }

    .top-panel .icons-box {
        gap: 18px;
    }

    .icons-box .search-form {
        display: block;
    }

    .nav-box .search-form {
        display: none;
    }

    .top-panel .contact-box .socials a img, .top-panel .icons-box .item img {
        width: 36px;
        height: 36px;
    }

    .top-panel .contact-box {
        display: none;
    }

    .nav-box {
        justify-content: center;
    }

    .nav-box .service-menu {
        padding-right: 0;
        border: none;
    }

    .add-nav {
        display: block;
    }

    .add-nav img {
        margin-top: 5px;
    }


    .nav-box .main-menu, .nav-box .search-box, .nav-box .search-box-footer {
        display: none;
    }

    section {
        padding: 40px 0;
    }

    .container {
        padding: 0 14px;
    }

    .btn-gradient {
        font-size: 16px;
        line-height: 1;
        height: 46px;
        padding: 12px 38px;
    }

    .btn-gradient.size-small {
        font-size: 12px;
        height: 36px;
        text-align: center;
        padding: 6px 12px;
        border-radius: 4px;
    }

    .categories-section .divider {
        margin: 80px 0;
    }

    .home-hero {
        padding: 20px 0 260px 0;
        background-size: contain;
        background-position: left 0px bottom 0px;
        background-image: url('/wp-content/uploads/2025/02/home-mobile.webp');
    }

    .home-hero.filial {
        padding: 40px 0 40px 0;
    }

    .home-hero .hero-content p {
        font-size: 16px;
        line-height: 24px;
    }

    .home-hero .phone {
        margin-top: 24px;
    }

    .home-hero .phone img {
        width: 48px;
        height: 48px;
        padding: 9px;
    }

    .home-hero .phone .text span {
        font-size: 12px;
        line-height: 18px;
    }

    .home-hero .phone .text a {
        font-size: 20px;
        line-height: 24px;
    }

    .about-section {
        background-position: right 10px bottom 100px;
        background-size: 200px;
    }

    .about-section .about-box {
        flex-direction: column;
    }

    .about-box .left-col {
        margin-top: 40px;
    }

    .about-box .left-col, .about-box .right-col {
        flex-direction: column;
        gap: 10px;
    }

    .about-section .about-box .item {
        max-width: 100%;
        height: 150px;
    }

    .about-box .right-col {
        margin-top: 10px;
    }

    .about-section .about-box .item {
        padding: 20px;
    }

    .about-section .about-box .item p {
        padding-right: 75px;
    }

    .about-section .about-box .item .icon {
        width: 62px;
        height: 62px;
    }

    .about-section .info {
        margin-top: 60px;
        width: auto;
        float: none;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .about-section .info img:first-child {
        width: 31px;
        height: 48px;
        margin-bottom: 10px;
    }

    .about-section .info img:last-child {
        width: 65px;
        height: 77px;
    }

    .about-section .info .num {
        gap: 10px;
    }

    .about-two-section {
        padding: 40px 0 220px 0;
        background-size: 100%;
        background-position: right 0px bottom 0px;
    }

    .about-two-section .desc {
        flex-direction: column;
    }

    .about-two-section .desc .col {
        width: 100%;
    }

    .about-two-section .desc .col p {
        font-size: 16px;
        line-height: 24px;
    }

    .about-two-section .btns {
        margin-top: 30px;
    }

    .about-two-section .btns span {
        margin-left: 0;
        margin-top: 20px;
        display: block;
    }

    .categories-section .container > .heading {
        flex-direction: column;
        gap: 20px;
    }

    .categories-section .container > .heading p {
        font-size: 16px;
        line-height: 24px;
    }

    .categories-section {
        padding-top: 44px;
        padding-bottom: 40px;
    }

    .categories-section .categories-box {
        margin-top: 40px;
        flex-direction: column;
    }

    .categories-section .categories-box .item {
        width: 100%;
        padding: 20px;
        height: 160px;
    }

    .categories-section .categories-box .item span {
        font-size: 18px;
        line-height: 25px;
        font-weight: 400;
        max-width: 180px;
    }

    .categories-section .categories-box .item a {
        bottom: 0;
        left: -15px;
    }

    .categories-section .categories-box .item img {
        width: 160px;
        height: 150px;
    }

    .categories-section .categories-wrapper .btn-gradient {
        margin-top: 50px;
    }

    .categories-form-wrapper .heading {
        gap: 20px;
    }

    .categories-form-wrapper .heading p {
        font-size: 16px;
        line-height: 24px;
    }


    .categories-form-wrapper .form-box {
        margin-top: 30px;
        padding: 30px 20px 136px 20px;
        background-position: left 165px bottom -12px;
        background-size: 83%;
    }

    .categories-form-wrapper .form-box form label {
        font-size: 16px;
        line-height: 24px;
    }

    .categories-form-wrapper .form-box form .form-row {
        margin-top: 30px;
    }

    .categories-form-wrapper .form-box form input {
        width: 100%;
    }

    .categories-form-wrapper .form-box .form-footer .btn-gradient {
        width: 100%;
        min-width: 100%;
    }

    .categories-form-wrapper .form-box .form-footer span {
        font-size: 12px;
        line-height: 18px;
        text-align: center;
    }

    .categories-form-wrapper .form-box .form-footer {
        gap: 10px;
    }


    .services-table .heading span:first-child {
        min-width: auto;
    }

    .services-table .list .item .title {
        min-width: auto;
    }


    .services-section .services-wrapper .col-left {
        width: auto;
        text-align: center;
    }

    .services-section .services-wrapper {
        flex-direction: column;
        margin-top: 20px;
        gap: 50px;
    }

    .services-tabs .tabs {
        gap: 6px;
    }

    .services-tabs .tabs .tab {
        font-size: 12px;
        line-height: 18px;
        height: 32px;
        padding: 0 8px;
    }

    .services-table .heading {
        display: none;
    }

    .services-tabs .content.active {
        padding-top: 20px;
    }

    .services-tabs .services-table .list .item {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto 1fr;
        justify-self: stretch;
    }

    .services-tabs .services-table .list .item span:first-child, .services-tabs .services-table .list .item span:nth-child(2) {
        grid-column: 1;
        text-align: left;
    }

    .services-tabs .services-table .list .item span:first-child {
        grid-row: 1;
        justify-self: start;
        width: calc(100% - 10px);
    }

    .services-tabs .services-table .list .item span:nth-child(2) {
        grid-row: 2;
        justify-self: start;
    }

    .services-tabs .services-table .list .item a {
        grid-column: 2;
        grid-row: 1 / span 2;
        justify-self: end;
    }

    .services-section .services-wrapper .col-left > .btn-gradient {
        margin-top: 40px;
        padding: 12px 38px;
    }

    .services-section .banner {
        margin-top: 0;
        background-position: center;
    }


    .services-table .list .item .title {
        font-size: 14px;
        line-height: 20px;
    }


    .section-team .section-heading h2 {
        min-width: auto;
    }

    .services-table .list .item .title:before {
        content: none;
    }

    .services-table .list .item span {
        font-size: 14px;
        line-height: 20px;
    }


    .serts-form-wrapper .form-box form .form-row {
        flex-direction: column;
    }

    .serts-form-wrapper .form-box .form-footer {
        flex-direction: column;
    }


    .categories-form-wrapper .heading {
        flex-direction: column;
    }

    .categories-form-wrapper .form-box form .form-row {
        flex-direction: column;
    }

    .categories-form-wrapper .form-box .form-footer {
        flex-direction: column;
    }


    .section-bottom-form .form-box form .form-row {
        flex-direction: column;
    }


    .section-team {
        padding: 40px 0 160px 0;
    }

    .section-team .section-heading {
        flex-direction: column;
        align-items: flex-start;
    }

    .team-about-wrapper {
        margin-top: 50px;
    }

    .team-about-wrapper.btn-top {
        margin-top: 20px;
        padding-bottom: 40px;
    }

    .team-about-wrapper p {
        font-size: 16px;
        line-height: 24px;
    }

    .team-about-wrapper a {
        margin-top: 40px;
        width: 160px;
    }

    .section-team .container::after {
        bottom: -100px;
        left: -110px;
    }

    .section-team::before {
        content: '';
        display: block;
        width: 400px;
        height: 160px;
        position: absolute;
        bottom: 0;
        right: -100px;
        background-image: url('assets/img/authors-leaf-mobile.webp');
        background-repeat: no-repeat;
    }


    .section-adress .adress-wrapper {
        margin-top: 40px;
    }

    .section-adress .info-wrapper {
        flex-direction: column;
    }

    .section-adress .info-wrapper .item {
        padding: 30px 20px;
    }

    .info-wrapper .item .map-info {
        font-size: 16px;
        line-height: 24px;
    }

    .info-wrapper .item .map-info .pin::before, .info-wrapper .item .map-info .time::before {
        margin-right: 10px;
    }

    .info-wrapper .item .contact-info {
        flex-direction: column;
    }

    .info-wrapper .item .contact-info {
        gap: 10px;
    }

    .info-wrapper .item .metro {
        flex-wrap: wrap;
        gap: 10px;
    }

    .section-adress .adress-wrapper .col > img {
        height: 500px;
        object-fit: cover;
        border-radius: 10px;
    }

    .section-testimonials .section-heading {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .section-testimonials .section-heading span {
        width: 230px;
    }


    .section-testimonials .testimonials-box {
        padding: 30px 15px;
        margin-top: 25px;
    }

    .testimonials-box .box {
        margin-top: 30px;
    }

    .section-testimonials .testimonials-box::before {
        width: 150px;
        height: 110px;
        right: 0px;
        top: -90px;
    }

    .section-testimonials::after {
        width: 500px;
        height: 500px;
        top: 100px;
        right: 0px;
    }

    .section-serts {
        margin-top: 30px;
        text-align: center;
    }

    .section-serts .section-heading {
        flex-direction: column;
        gap: 25px;
        text-align: left;
    }

    .section-serts .section-heading span {
        width: 100%;
        font-size: 16px;
        line-height: 24px;
    }

    .section-serts .serts-wrapper {
        margin-top: 40px;
    }

    .section-serts .serts-wrapper .btn-gradient {
        margin-top: 20px;
    }

    .section-serts .serts-form-wrapper {
        margin-top: 50px;
    }

    .serts-form-wrapper .form-box {
        padding: 30px 20px 200px 20px;
        text-align: left;
        background-image: url('assets/img/mobile-form-1.webp');
        background-position: left bottom;
        background-size: 100%;
    }

    .serts-form-wrapper .form-box h3 {
        text-align: left;
    }


    .serts-form-wrapper .form-box form input {
        width: 100%;
    }

    .serts-form-wrapper .form-box .form-footer .btn-gradient {
        min-width: 100%;
    }

    .serts-form-wrapper .form-box .form-footer {
        gap: 20px;
    }

    .serts-form-wrapper .form-box .form-footer span {
        margin-top: 0;
    }

    .serts-form-wrapper .form-box::after {
        content: none;
    }

    .section-blog {
        margin-top: 20px;
        padding: 40px 0;
    }

    .section-blog .section-heading {
        flex-direction: column;
        gap: 20px;
        text-align: left;
    }

    .section-blog .section-heading span {
        font-size: 16px;
        line-height: 24px;
        width: 100%;
    }

    .section-blog .blog-wrapper {
        margin-top: 36px;
        flex-direction: column;
    }

    .section-blog .blog-wrapper .item {
        width: 100%;
    }

    .section-blog .blog-wrapper .item .content {
        padding: 20px;
    }

    .section-blog .blog-wrapper .item .content .title {
        font-size: 18px;
        line-height: 25px;
    }

    .section-blog .blog-wrapper .item .content .desc {
        font-size: 16px;
        line-height: 24px;
    }

    .section-links {
        padding: 40px 0;
        background-color: #FAF9FE;
        background-image: none;
    }

    .section-links .container {
        flex-direction: column;
    }

    .section-links .col-left {
        max-width: 100%;
        gap: 20px;
    }

    .section-links .links-wrapper .item .content p {
        font-size: 16px;
        line-height: 24px;
    }

    .section-bottom-form .form-box {
        margin-top: 30px;
        padding: 30px 20px 190px 20px;
    }

    .section-bottom-form .form-box form .form-row {
        margin-top: 30px;
    }

    .section-bottom-form .form-box form .form-row > div {
        width: 100%;
    }

    .section-bottom-form .form-box form input {
        width: 100%;
    }

    .section-bottom-form .form-box .btn-gradient {
        min-width: 100%;
    }

    .section-bottom-form .form-box .form-footer span {
        text-align: center;
    }

    .section-bottom-form .form-box::after {
        width: 130px;
        height: 140px;
        bottom: 35px;
        right: 50%;
        transform: translateX(50%);
    }


    .breadcrumbs {
        flex-wrap: wrap;
        row-gap: 5px;
    }

    .single-wrapper .left-box {
        display: flex;
        flex-direction: column;
    }

    .single-wrapper .single-top-bar {
        order: 2;
        margin-top: 15px;
    }

    .single-wrapper .left-box .banner {
        order: 1;
        margin-top: 0;
    }

    .single-wrapper .main-content {
        order: 3;
        margin-top: 10px;
    }

    .single-wrapper {
        padding-top: 10px;
    }

    .single-wrapper .single-top-bar .meta {
        font-size: 10px;
        line-height: 15px;
    }

    .single-wrapper .single-top-bar .meta .views span::before {
        margin-top: -2px;
    }

    .single-wrapper .main-content p {
        font-size: 16px;
        line-height: 24px;
    }

    .single-wrapper .main-content .list-title {
        font-size: 16px;
        line-height: 24px;
    }

    .single-wrapper .main-content ul {
        font-size: 16px;
        line-height: 24px;
    }

    .single-wrapper .main-content ul li + li:not(.tab) {
        margin-top: 16px;
    }

    .single-wrapper .main-content blockquote {
        padding: 20px 20px 20px 50px;
    }

    .single-wrapper .main-content blockquote p {
        font-size: 16px;
        line-height: 24px;
    }

    .single-wrapper .main-content blockquote::before, .single-wrapper .main-content blockquote::after {
        width: 12px;
        height: 9px;
        background-size: cover;
    }

    .single-wrapper .main-content blockquote::before {
        left: 20px;
    }

    .single-wrapper .main-content ol {
        font-size: 16px;
        line-height: 24px;
    }

    .single-wrapper .main-content ol li::before {
        min-width: 20px
    }

    .single-wrapper .main-content ol li + li {
        margin-top: 16px;
    }

    .single-wrapper .main-content table:not(.location-table, .table-btns) {
        width: 100%;
        border-collapse: collapse;
        border: none;
        margin: 0 -14px;
        width: calc(100% + 28px);
    }

    .single-wrapper .main-content table:not(.location-table, .table-btns) thead {
        display: none;
    }

    .single-wrapper .main-content table:not(.location-table, .table-btns) tr {
        margin-bottom: 10px;
        display: block;
    }

    .single-wrapper .main-content table:not(.location-table, .table-btns) td {
        display: block;
        text-align: left;
        padding: 0;
        position: relative;
        border: none;
        padding: 7px 14px;
        font-size: 16px;
        line-height: 24px;
    }

    .location-table-wrapper table.table-btns {
        margin-top: 0;
    }


    .location-table-wrapper.embeded table tr td:first-child {
        width: 160px;
        padding-left: 0;
    }

    .single-wrapper .main-content table:not(.location-table, .table-btns) tr:before {
        content: attr(data-label);
        font-weight: 400;
        font-size: 18px;
        line-height: 25px;
        color: #046E5A;
        background: #FAF9FE;
        padding: 12px 14px;
        display: block;
        margin-bottom: 7px;
    }

    .post-banner {
        margin: 40px 0;
        padding: 20px 20px 200px 20px;
        flex-direction: column;
        align-items: flex-start;
    }

    .post-banner .btn-white {
        margin-top: 40px;
        width: 100%;
        justify-content: center;
    }

    .post-banner::before {
        left: 50%;
        bottom: 20px;
        transform: translateX(-50%);
    }

    .faq-wrapper .faq-item {
        padding: 14px;
    }

    .faq-wrapper .faq-question {
        font-size: 16px;
        line-height: 24px;
        padding-right: 55px;
    }

    .faq-wrapper .faq-question::after {
        width: 20px;
        height: 20px;
        background-image: url('assets/img/plus-circle-mobile.svg');
        top: 50%;
        transform: translateY(-50%);
    }

    .faq-wrapper .faq-answer {
        font-size: 16px;
        line-height: 24px;
    }

    .faq-wrapper .faq-item.open .faq-answer {
        margin-top: 20px;
        max-height: 500px;
    }

    .faq-wrapper .faq-item.open .faq-question::after {
        transform: translateY(-50%) rotate(-45deg);
    }

    .aside:not(.mobile-visible) .widget {
        display: none;
    }

    .related {
        margin: 0px 0px 40px 0;
    }

    .related .related-wrapper {
        margin-top: 20px;
        flex-direction: column;
    }

    .related-wrapper .item .content {
        padding: 20px;
        min-height: auto;
    }

    .related-wrapper .item .content .title {
        font-size: 18px;
        line-height: 25px;
    }

    .related-wrapper .item .content p {
        font-size: 16px;
        line-height: 24px;
    }

    .single-form {
        margin: 40px 0;
    }

    .single-form .form-box {
        margin-top: 20px;
    }

    .single-form .form-box {
        padding: 30px 20px 200px 20px;

    }

    .single-form .form-box form input {
        width: 100%;
    }

    .single-form .form-box form .form-row > div {
        width: 100%;
    }

    .single-form .form-box .btn-gradient {
        min-width: 100%;
    }

    .single-form .form-box .form-footer span {
        text-align: center;
    }

    .single-form .form-box::after {
        width: 130px;
        height: 140px;
        bottom: 30px;
        left: 50%;
        transform: translateX(-50%);
    }

    .section-divider {
        padding: 20px 0;
    }

    .section-doctor-info {
        padding-top: 20px;
    }

    .doctor-info-wrapper {
        padding: 14px;
        padding-bottom: 40px;
        margin: 0 -14px;
        gap: 20px;
    }

    .section-doctor-info .col-right .avatar::after {
        width: 100px;
        height: 75px;
        bottom: 0px;
        right: -10px;
    }

    .section-doctor-info .col-right img {
        width: 100%;
        height: 300px;
    }

    .doctor-info-wrapper .title-section .pre {
        font-size: 12px;
        line-height: 18px;
    }

    .doctor-info-wrapper .title-section h1 {
        font-size: 24px;
        line-height: 31px;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .doctor-info-wrapper .title-section .years::before {
        margin-top: -5px;
    }

    .doctor-info-wrapper .about span {
        font-size: 22px;
        line-height: 30px;
    }

    .doctor-page ul, .doctor-page ol {
        font-size: 16px;
        line-height: 24px;
    }

    .section-doctor-info .about p {
        font-size: 16px;
        line-height: 24px;
    }

    .section-doctor-info .about .email {
        font-size: 18px;
        line-height: 25px;
    }

    .section-doctor-info .footer-section {
        flex-direction: column;
        gap: 25px;
    }

    .section-doctor-info .footer-section .price small {
        font-size: 16px;
        line-height: 24px;
    }

    .section-doctor-info .footer-section .price span {
        margin-top: 10px;
    }

    .section-doctor-info .footer-section .links {
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
    }

    .section-doctor-info .footer-section .btn-gradient {
        width: 100%;
        text-align: center;
        height: 60px;
        padding: 19px 38px;
        font-size: 20px;
    }

    .section-doctor-main {
        padding: 40px 0 40px 0;
    }

    .doctor-main-wrapper {
        flex-direction: column;
        gap: 20px;
    }

    .doctor-main-wrapper p {
        font-size: 16px;
        line-height: 24px;
    }

    .doctor-main-wrapper h2 {
        font-size: 22px;
        line-height: 30px;
    }

    .doctor-main-wrapper .col-right {
        padding-left: 0;
        border-left: none;
        width: 100%;
    }

    .doctor-main-wrapper .col-right .title {
        font-size: 22px;
        line-height: 30px;
    }

    .doctor-main-wrapper .education-box .item:first-child {
        border-top: 1px solid #0000001A;
    }

    .doctor-main-wrapper .education-box {
        margin-top: 15px;
    }

    .doctor-main-wrapper .education-box .item {
        font-size: 16px;
        line-height: 24px;
        gap: 10px;
    }

    .doctor-main-wrapper .education-box .item:last-child {
        border-bottom: 1px solid #0000001A;
    }

    .mobile-hide {
        display: none;
    }

    .section-serts {
        margin-top: 0;
    }

    .doctor-page .services-section h2 {
        text-align: center;
    }

    .doctor-services .services-table .list .item {
        display: flex;
        gap: 20px;
    }

    .doctor-services .services-table .list .item span:first-child, .doctor-services .services-table .list .item span:nth-child(2) {
        grid-column: 1;
    }

    .doctor-services .services-table .list .item span:first-child {
        grid-row: 1;
        justify-self: start;
    }

    .doctor-services .services-table .list .item span:nth-child(2) {
        grid-row: 2;
        justify-self: start;
    }

    .doctor-services .services-table .list .item a {
        grid-column: 2;
        grid-row: 1 / span 2;
        justify-self: end;
    }


    .doctor-testimonials h2 {
        text-align: center;
        padding: 0 60px;
        margin: 0;
    }

    .doctor-testimonials .testimonials-block {
        margin-top: 20px;
    }

    .doctor-testimonials .testimonials-block {
        min-height: 500px;
    }

    .serts-form-wrapper .form-box {
        margin-top: 20px;
    }

    .section-links .links-wrapper .item .title {
        font-weight: 400;
    }

    .doctor-blog .btn-gradient {
        margin-top: 40px;
    }

    .page-contact {
        margin-top: 40px;
    }

    .page-contact h1 {
        font-size: 24px;
        line-height: 31px;
    }

    .contacts-wrapper {
        margin: 30px 0;
        flex-direction: column;
        padding: 0 14px 30px 14px;
        gap: 25px;
    }

    .contacts-wrapper .banner img {
        max-width: calc(100% + 45px);
        margin: 0 -14px;
        width: calc(100% + 45px);
    }

    .contacts-wrapper .content .phone {
        font-size: 22px;
        line-height: 30px;
    }

    .contacts-wrapper .content p {
        font-size: 16px;
        line-height: 24px;
    }

    .contacts-wrapper .content .links {
        flex-direction: column;
        gap: 15px;
    }

    .contacts-wrapper .content .links a {
        font-size: 20px;
    }

    .contacts-wrapper .content .links a img {
        margin-top: -4px;
    }

    .contacts-wrapper .content .col:last-child {
        border-top: 2px solid #046E5A14;
        padding-top: 40px;
    }

    .contacts-wrapper .content .title {
        font-size: 22px;
        line-height: 30px;
    }

    .contacts-wrapper .content .info {
        flex-direction: column;
        gap: 10px;
    }

    .contacts-wrapper .content .info span {
        width: 100%;
        font-size: 18px;
        line-height: 27px;
    }

    .page-location .post-banner.short {
        margin-top: 40px;
        padding: 20px;
    }

    .page-location .post-banner.short h3 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .post-banner.short span {
        font-size: 16px;
        line-height: 24px;
    }

    .post-banner.short .btn-white {
        margin-top: 20px;
    }

    .page-location .post-banner.short::before {
        content: none;
    }

    .locations-wrapper {
        flex-direction: column;
    }

    .locations-wrapper .item {
        padding: 0 14px 20px 14px;
    }

    .locations-wrapper .item .info {
        margin-bottom: 15px;
    }

    .locations-wrapper .item .banner img {
        width: calc(100% + 28px);
        margin: 0 -14px;
        border-radius: 16px;
    }

    .locations-wrapper .item .footer {
        flex-direction: row;
        padding-top: 20px;
    }

    .locations-wrapper .item .footer .btn-gradient {
        padding: 7px 28px;
    }

    .locations-wrapper .item .footer .price {
        margin-top: 5px;
    }

    .location-table-wrapper {
        margin-left: 0px;
        margin-right: -14px;
    }

    .location-table-wrapper .title {
        font-size: 22px;
        line-height: 30px;
    }

    .table-responsive {
        overflow-x: scroll;
    }

    .location-table-wrapper table {
        min-width: 700px;
    }

    .location-table-wrapper table td {
        padding: 10px;
    }

    .location-table-wrapper table tr td:first-child {
        width: 120px;
        position: sticky;
        left: 0;
        background-color: #fff;
        z-index: 1;
        padding-left: 0;
    }

    .location-table-wrapper table td.td-heading {
        font-size: 1em;
    }

    .location-table-wrapper table td img {
        width: 18px;
    }

    .location-table-wrapper .table-btns {
        margin-bottom: 20px;
    }

    .location-table-wrapper .table-btns td {
        padding: 10px;
    }

    .location-price-list {
        margin: 40px 0;
        flex-direction: column;
    }

    .location-price-list .col {
        width: calc(100% + 28px);
        box-sizing: border-box;
        margin: 0 -14px;
    }

    .location-price-list h3 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .location-price-list ul {
        font-size: 16px;
        line-height: 24px;
    }

    .location-price-list ul li + li {
        margin-top: 10px;
    }

    .location-about {
        margin: 40px 0;
    }

    .location-about h2 {
        font-size: 22px;
        line-height: 30px;
    }

    .location-about-wrapper {
        margin-top: 20px;
        flex-direction: column;
    }

    .location-about-wrapper .col {
        width: 100%;
    }

    .location-about-wrapper .col > div {
        padding: 20px 14px;
    }

    .location-about-wrapper p {
        font-size: 16px;
        line-height: 24px;
    }

    ul.tags li {
        font-size: 10px;
        line-height: 15px;
    }

    .location-desctiption-wrapper {
        margin-top: 0px;
        flex-direction: column;
        gap: 10px;
    }

    .location-desctiption-wrapper p {
        font-size: 16px;
        line-height: 24px;
    }

    .post-banner.type-1::before {
        width: 155px;
        height: 168px;
    }

    .post-banner.type-2 .content h3 {
        font-size: 18px;
        line-height: 25px;
    }

    .post-banner.type-2::before {
        width: 246px;
        height: 168px;
        bottom: 0;
        left: 50%;
        top: auto;
        transform: translateX(-50%);
    }

    .section-team .section-heading h2 {
        font-size: 22px;
        line-height: 30px;
    }

    .page-location .section-team .section-heading span {
        font-size: 16px;
        line-height: 24px;
    }

    .section-team::before {
        display: none;
    }

    .page-location .section-team {
        margin: 40px 0;
    }

    .section-team {
        padding: 40px 0;
    }

    .slick-dotted.slick-slider {
        margin-top: 20px;
    }


    .section-team .homepage-slider .slick-track {
        padding: 60px 0 20px 0;
    }

    .section-team .homepage-slider .item .avatar {
        margin-top: -80px;
    }

    .section-team .homepage-slider .item .avatar img {
        height: 100px;
        width: 100px;
    }

    .section-team .homepage-slider .item .heading .title {
        font-size: 18px;
        line-height: 25px;
    }

    .section-team .homepage-slider .item .heading p {
        font-size: 14px;
        line-height: 19px;
    }

    .section-serts .homepage-slider .slick-slide img {
        height: 228px;
        max-height: 228px;
    }

    .section-serts .homepage-slider .slick-slide {
        padding: 40px;
    }


    footer .top-panel > .container {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
        margin: 10px 0;
    }

    footer .top-panel .logo-box .logo-desc {
        display: block;
    }

    footer .top-panel .icons-box {
        flex-direction: column;
    }

    footer .top-panel .icons-box .item {
        max-width: 100%;
    }

    footer .top-panel .icons-box .item a {
        display: inline-block;
    }

    footer .icons-box .item img {
        width: 44px;
        height: 44px;
    }

    footer .top-panel .contact-box {
        display: flex;
    }


    .footer-nav-wrapper {
        flex-direction: column;
        padding: 20px 0;
    }

    .footer-nav-wrapper .footer-nav-box {
        flex-direction: column;
        gap: 10px;
    }

    .footer-nav-wrapper .footer-contact {
        min-width: auto;
    }

    .footer-copy .footer-bottom {
        flex-direction: column;
    }

    .footer-nav-wrapper .footer-nav-box .title {
        font-size: 18px;
        line-height: 25px;
    }

    .footer-nav-wrapper .footer-nav-box .title + ul {
        border-bottom: 1px solid #eeeeee;
    }

    .footer-nav-wrapper .footer-nav-box ul li {
        line-height: 34px;
    }

    .footer-nav-wrapper .footer-nav-box ul li a {
        font-size: 16px;
        line-height: 24px;
    }

    .footer-nav-wrapper .footer-nav-box ul + span {
        margin-top: 0;
    }

    .footer-nav-wrapper .footer-nav-box span + ul {
        margin-top: 0;
    }

    footer .footer-nav-wrapper .footer-nav-box ul {
        margin-top: 15px;
        padding-bottom: 20px;
    }

    .footer-nav-wrapper .footer-nav-box .col span:nth-of-type(2) {
        border-bottom: 1px solid #eeeeee;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .footer-contact-box {
        padding: 30px 20px;
    }

    .footer-contact-box .title {
        font-size: 18px;
        line-height: 25px;
    }

    .footer-contact-box .item span {
        font-size: 16px;
        line-height: 24px;
    }

    footer .section-divider {
        display: none;
    }

    .footer-copy {
        padding: 30px 0 40px 0;
    }

    .footer-copy .footer-info {
        font-size: 12px;
        line-height: 18px;
    }

    .footer-copy .footer-bottom {
        font-size: 12px;
        line-height: 18px;
        align-items: flex-start;
    }

    .section-adress .adress-wrapper iframe {
        max-height: 450px;
        max-width: 100%;
    }

    .related-wrapper .item .banner img {
        max-height: 180px;
    }

    .single-wrapper .left-box .banner img {
        max-height: 150px;
    }

    .section-blog .blog-wrapper .item .banner img {
        max-height: 210px;
    }

    .aside:not(.mobile-visible) {
        display: none;
    }

    .service-page-wrapper .left-box {
        border-right: none;
        padding-right: 0;
    }


    .single-services .services-table .list .item {
        grid-template-columns: 1fr 1fr;
    }

    .service-page-wrapper .main-content p {
        font-size: 16px;
        line-height: 24px;
    }

    .service-page-wrapper .main-content ul {
        font-size: 16px;
        line-height: 24px;
    }

    .page-id-1677 .service-page-wrapper .main-content blockquote {
        font-size: 16px;
        line-height: 24px;
    }

    #service-popup {
        padding-top: 10px;
    }

    #service-popup .close-button {
        top: 14px;
        right: 20px;
        z-index: 1;
    }

    #service-popup .service-links {
        flex-direction: column;
        gap: 15px;
    }

    #service-popup .service-links .col {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    #service-popup .col .title {
        font-size: 16px;
        line-height: 24px;
    }

    #service-popup .col .title::before {
        content: '';
        width: 16px;
        height: 1px;
        position: absolute;
        right: 0;
        top: 50%;
        background-color: #fff;
        transform: rotateZ(90deg);

    }

    #service-popup .col .title.active::before {
        transform: rotateZ(0deg);
        transition: all .1s ease-in-out;
    }

    #service-popup .col .title::after {
        content: '';
        width: 16px;
        height: 1px;
        position: absolute;
        right: 0;
        top: 50%;
        background-color: #fff;
    }


    #service-popup .service-links .links {
        display: none;
        margin-top: 0;
    }

    #service-popup .service-links .links.active {
        display: block;
    }

    #service-popup .col ul li {
        font-size: 14px;
        line-height: 24px;
    }

    #service-popup .add-nav {
        visibility: hidden;
    }

    .callback-popup {
        width: calc(100% - 45px);
        padding: 30px 20px;
    }

    .callback-popup h2, .callback-popup .formheader {
        font-size: 24px;
        line-height: 26px;
        margin: 0;
        margin-top: 15px;
    }

    .callback-popup .close-popup {
        right: 10px;
        top: 10px;
    }

    .page-partners {
        margin-top: 40px;
    }

    .page-partners .section-heading {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .partners-wrapper {
        margin: 40px 0;
    }

    .partners-wrapper .item {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .page-timeline {
        margin-top: 40px;
    }

    .timeline {
        margin: 40px 0;
        width: 100%;
    }

    .timeline .line {
        left: 0;
    }

    .timeline .item {
        flex-direction: row;
    }

    .timeline .icon {
        min-width: 60px;
        min-height: 60px;
    }

    .timeline .item.left .icon {
        margin-left: 20px;
    }

    .timeline .item.left::before {
        left: 0px;
        right: auto;
    }

    .timeline .icon img {
        height: 35px;
        width: 35px;
    }

    .timeline .item {
        width: 100%;
    }

    .timeline .content {
        text-align: left;
    }

    .page-docs {
        margin-top: 40px;
    }

    .docs-wrapper {
        margin: 40px 0;
    }

    .docs-wrapper .item a {
        font-size: 16px;
        line-height: 24px;
    }

    .page-prices {
        margin: 40px 0;
    }

    .page-prices .section-heading {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .page-prices .services-wrapper {
        margin-top: 40px;
        flex-direction: column;
        gap: 40px;
    }

    .page-prices .services-wrapper .col-left {
        max-width: 100%;
        width: 100%;
    }

    .page-prices .banner {
        width: 100%;
        margin-top: 0;
    }

    .nav-box .main-menu.open {
        position: fixed;
        display: flex;
        justify-content: flex-start;
        width: 100%;
        height: 100%;
        top: 0;
        background: #fff;

    }

    .nav-box .main-menu.open {
        display: flex;
        align-items: center;
        flex-direction: column;
        max-height: 100vh;
        overflow: auto;
    }

    .nav-box .main-menu .logo-box {
        width: 200px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .nav-box .main-menu .logo-box .logo-desc {
        display: inline-block;
        font-size: 14px;
        text-align: center;
    }

    .nav-box .main-menu .logo-box img {
        height: 100px;
    }

    .nav-box .main-menu ul {
        display: flex;
        flex-direction: column;
        width: 200px;
    }

    .nav-box .main-menu ul li a {
        font-size: 22px;
        line-height: 32px;
        font-weight: 400;
    }

    .nav-box .main-menu .menu-close {
        display: block;
        position: absolute;
        top: 20px;
        right: 30px;
    }

    .nav-box .main-menu .menu-close img {
        width: 30px;
        height: 30px;
    }

    .all-team-wrapper {
        flex-direction: column;
    }

    .all-team-wrapper .item {
        width: 100%;
    }

    .related .related-wrapper .item {
        width: 100%;
    }

    .single-wrapper .main-content h1 {
        font-size: 24px;
        line-height: 32px;
        margin-top: 0;
    }

    .default-page-template h1 {
        font-size: 24px;
        line-height: 32px;
    }

    .callback-popup .wpforms-container .wpforms-submit-container button.wpforms-submit {
        min-width: 100%;
    }

    .categories-form-wrapper .wpforms-field-container,
    .serts-form-wrapper .form-box form .wpforms-field-container,
    .section-bottom-form .wpforms-field-container,
    .single-form .form-box .wpforms-field-container {
        flex-direction: column;
        margin-top: 20px;
        width: 100%;
    }

    .categories-form-wrapper .form-box .wpforms-submit-container,
    .serts-form-wrapper .form-box .wpforms-submit-container,
    .section-bottom-form .form-box .wpforms-submit-container {
        flex-direction: column;
        width: 100%;
    }

    .categories-form-wrapper .form-box button,
    .serts-form-wrapper .form-box button,
    .section-bottom-form .form-box button {
        min-width: 100%;
        margin-top: 20px;
    }

    .wpforms-container .wpforms-field {
        padding: 0px !important;
    }

    .section-bottom-form .form-box form {
        margin-top: 0;
    }

    .single-form .form-box form {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 0;
    }

    .single-form .form-box form input {
        min-width: 100%;
    }

    .single-form .form-box button {
        min-width: 100%;
    }

    .single-form .form-box .wpforms-submit-container {
        width: 100%;
    }

    table td {
        font-size: 14px;
        padding: 10px;
    }

    table td img {
        max-width: 100%;
    }

    .default-page-template {
        margin: 40px 0;
    }

    .default-page-template .main-content {
        margin-top: 40px;
    }

    .qa-form {
        padding: 15px;
        border-radius: 10px;
    }

    .qa-form .form-row {
        flex-direction: column;
    }


    .qa-form p {
        margin-bottom: 15px;
    }

    .page-payments .wrapper {
        flex-direction: column;
    }

    .page-payments .wrapper .col {
        width: 100%;
    }

    .page-payments form input {
        margin-bottom: 15px !important;
    }

    .toggle-search, .toggle-search-footer {
        width: 36px;
        height: 36px;
    }

    .toggle-search img, .toggle-search-footer img {
        width: 20px;
        height: 20px;
    }

    .search-box, .search-box-footer {
        top: -7px;
        width: 300px;
    }

    .mobile-only {
        display: block;
    }

    .nav-box .main-menu {
        text-align: left;
    }

    .section-blog .btn-gradient {
        margin-top: 40px;
        min-width: 300px;
        width: 100%;
    }

    .footer-contact-box .footer .socials img {
        width: 35px;
        height: 35px;
    }

    .top-panel .contact-box .socials a img {
        width: 35px;
        height: 35px;
    }

    .nav-box .main-menu ul li .sub-menu {
        position: relative;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0;
        top: 0;
        display: flex;
    }

    .nav-box .main-menu ul li .sub-menu li a {
        font-size: 16px;
        line-height: 22px;
    }

    .all-services .list .item {
        display: grid;
        grid-template-columns: 2fr 1fr;
        grid-template-rows: auto 1fr;
    }

    .all-services .s-tabs .s-tab {
        font-size: 12px;
        line-height: 18px;
        height: 36px;
    }

    .page-serts .gallery-wrapper .gallery-item {
        width: calc(50% - 15px);
        padding: 20px 0;
    }

    .page-serts .gallery-wrapper .gallery-item img {
        max-height: 190px;
        height: 190px;
    }

    .bform .b24-form form > div:nth-of-type(1) {
        flex-direction: column;
        gap: 0;
    }

    .bform .b24-form-btn-container {
        width: 100%;
    }

    .bform .b24-form-btn-container {
        margin: 0;
    }

    .bform .b24-form form > div:nth-of-type(2) {
        width: 100%;
        margin-top: 10px;
    }

    .bform .b24-form-sign {
        padding: 0;
        margin: 0;
        margin-top: 5px;
    }

    .b24-form .b24-form-field.b24-form-field-agreement {
        margin-left: 0;
    }

    .bform.bform-inline .b24-form form > div:nth-of-type(1) {
        gap: 20px;
    }

    .bform.bform-inline .b24-form-btn-container {
        width: 100%;
    }

    .bform.bform-inline .b24-form form > div:nth-of-type(2) {
        width: 100%;
        margin-top: 0;
    }

    .location-gallery, .location-gallery.embeded {
        padding: 0 0 70px 0;
    }

    .location-gallery .homepage-slider .slick-dots {
        display: none !important;
    }

    .location-gallery .homepage-slider .slick-next {
        right: calc(50% - 30px);
        bottom: -60px;
        top: auto;
    }

    .location-gallery .homepage-slider .slick-prev {
        left: calc(50% - 50px);
        bottom: -60px;
        top: auto;
        right: auto;
    }

    .location-gallery .homepage-slider .gallery-item {
        margin-right: 0;
    }

    .related .related-wrapper.metodiki-wrapper .item {
        width: 100%;
    }

    .blog-page-wrapper.spec-blog-page h1 {
        font-size: 28px;
        line-height: 34px;
    }

    .spec-blog-page .related .related-wrapper .item {
        width: 100%;
    }

    .service-page-wrapper {
        padding-top: 0;
    }

    .service-page-wrapper h1 {
        margin: 0;
    }

    .service-page-wrapper .main-content {
        margin-top: 10px;
    }

    .service-popup .contact-box.mobile-only {
        display: flex;
        align-items: center;
        gap: 25px;
        margin-bottom: 20px;
    }

    .service-popup .contact-box.mobile-only .socials {
        display: flex;
        align-items: center;
        gap: 16px;
        margin-top: 5px;
    }

    .service-popup .contact-box.mobile-only .socials a img {
        width: 45px;
        height: 45px;
        border-radius: 50px;
        margin-top: -10px;
    }

    .service-popup .contact-box.mobile-only .phone {
        display: flex;
        flex-direction: column;
        color: #fff;
    }

    .service-popup .contact-box.mobile-only .phone span {
        font-size: 14px;
        color: #fff;
    }

    .service-popup .contact-box.mobile-only .phone a {
        font-size: 20px;
        line-height: 28px;
        font-weight: 400;
        color: #fff;
        text-decoration: none;
    }

    .service-popup .contact-box.mobile-only .phone a.mail {
        display: block;
    }


    .main-navigation .contact-box.mobile-only, #service-popup .contact-box.mobile-only {
        display: flex;
        align-items: center;
        gap: 15px;
        margin-bottom: 5px;
        margin-top: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .main-navigation .contact-box.mobile-only .socials, #service-popup .contact-box.mobile-only .socials {
        display: flex;
        align-items: center;
        gap: 5px;
        margin-top: 5px;
        width: 100%;
        justify-content: center;
    }

    .main-navigation .contact-box.mobile-only .socials a img, #service-popup .contact-box.mobile-only .socials a img {
        width: 30px;
        height: 30px;
        border-radius: 50px;
        margin-top: -10px;
    }

    .main-navigation .contact-box.mobile-only .phone, #service-popup .contact-box.mobile-only .phone {
        display: flex;
        flex-direction: column;
        color: #2E2E2E;
    }

    .main-navigation .contact-box.mobile-only .phone span, #service-popup .contact-box.mobile-only {
        font-size: 10px;
        color: #2E2E2E;
    }

    .main-navigation .contact-box.mobile-only .phone a, #service-popup .contact-box.mobile-only .phone a {
        font-size: 16px;
        line-height: 22px;
        font-weight: 400;
        color: #2E2E2E;
        text-decoration: none;
    }

    .main-navigation .contact-box.mobile-only .phone a.mail, #service-popup .contact-box.mobile-only .phone a.mail {
        display: block;
    }

    #service-popup .adress-box {
        text-align: center;
        max-width: 100%;
    }

    #service-popup .adress-box p {
        margin: 5px 0;
        display: inline-block;
    }

    #service-popup  .adress-box p:before {
        background-image: url("assets/img/point-white.svg");
        left: -25px;
    }

    #service-popup  .adress-box:after {
        display: none;
    }

    #service-popup .contact-box.mobile-only .phone, #service-popup .contact-box.mobile-only .phone a, #service-popup .contact-box.mobile-only .phone a.mail, #service-popup .adress-box p {
        color: #FFF;
    }


}


.post-date {
    margin-top: 0;
}

.expert-review {
    background: #f5f1f800;
    border-radius: 4px;
    margin: 2em 0;
}


.expert-review-expert {
    padding: 32px;
    border-radius: 16px;
    background: #FAF9FE;
    overflow: hidden;
}

.expert-review-expert-bio-name a {
    color: #066e5a;
}


section.section-expert-clinic {
    padding: 0;
}

.filial .hero-content {
    max-width: 100%;
}

.galery-filial-info-wrapper {
    padding: 40px 33px;
    background: #F4F2FB;
    border-radius: 20px;
}

a {
    display: contents;
    color: #479f43;
}

.expert-review-expert-bio__avatar img {
    margin: 0 !important;
}

.serts-form-wrapper + .section-divider {
    margin-top: 60px;
}

#masthead.services-opened {
    background-color: #046E5A;
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100vw;
    padding-top: 8px;
}

#masthead.services-opened .logo-desc,
#masthead.services-opened .top-panel .icons-box .item a,
#masthead.services-opened .top-panel .contact-box .phone span,
#masthead.services-opened .top-panel .contact-box .phone a,
#masthead.services-opened .top-panel .contact-box .phone a.mail.content,
#masthead.services-opened .top-panel .adress-box p {
    color: #fff;
}

#masthead.services-opened .top-panel .adress-box:hover p {
    background: #046E5A;
}

#masthead.services-opened .top-panel .adress-box p:before {
    background-image: url("assets/img/point-white.svg");
}

#masthead.services-opened .top-panel .adress-box:after {
    background-image: url("assets/img/chevron-down-white.svg");
}

#masthead.services-opened .nav-box {
    display: none;
}

#masthead.services-opened #service-popup {
    position: relative;
    padding-top: 0;
}

#masthead.services-opened #service-popup .service-links {
    width: 100%
}

#masthead.services-opened #service-popup .close-button {
    top: 20px;
}


@media (max-width: 1024px) {
    .single-wrapper {
        padding: 0px 0;
    }
}

@media (max-width: 767px) {
    .single-wrapper .single-top-bar {
        margin-top: 5px;
    }

    #masthead.services-opened #service-popup {
        position: unset;
        flex-direction: column;
        gap: 5px;
        align-items: center;
        height: 100vh;
    }

    #masthead.services-opened #service-popup .close-button {
        height: 30px;
        width: 30px;
        right: 14px;
        top: 10px;
    }

    #masthead.services-opened .add-nav .toggle {
        width: 35.5px;
    }

    #masthead.services-opened .add-nav .toggle img {
        display: none;
    }
}

@media (max-width: 767px) {
    .single-wrapper .main-content {
        margin-top: 5px;
    }
}
