.site-header,
body:not([class*="elementor-page-"]) .site-main {
    margin-right: auto;
    margin-left: auto;
}
@media (max-width: 575px) {
    .site-header,
    body:not([class*="elementor-page-"]) .site-main {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media (min-width: 576px) {
    .site-header,
    body:not([class*="elementor-page-"]) .site-main {
        max-width: 500px;
    }
}
@media (min-width: 768px) {
    .site-header,
    body:not([class*="elementor-page-"]) .site-main {
        max-width: 600px;
    }
}
@media (min-width: 992px) {
    .site-header,
    body:not([class*="elementor-page-"]) .site-main {
        max-width: 800px;
    }
}
@media (min-width: 1200px) {
    .site-header,
    body:not([class*="elementor-page-"]) .site-main {
        max-width: 960px;
    }
}
.alignright {
    float: right;
    margin-left: 1rem;
}
.alignleft {
    float: left;
    margin-right: 1rem;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignwide {
    margin-left: -80px;
    margin-right: -80px;
}
.alignfull {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: 100vw;
}
.alignfull,
.alignfull img {
    width: 100vw;
}
.wp-caption {
    margin-bottom: 1.25rem;
    max-width: 100%;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption-text {
    margin: 0;
}
.gallery-caption {
    display: block;
    font-size: 0.8125rem;
    line-height: 1.5;
    margin: 0;
    padding: 0.75rem;
}
.pagination {
    margin: 20px auto;
}
.sticky {
    position: relative;
    display: block;
}
.bypostauthor {
    font-size: inherit;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #333;
    display: block;
    font-size: 1rem;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
.site-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.site-branding {
    max-width: 300px;
}
.site-branding .site-description,
.site-branding .site-title {
    margin: 0;
}
.custom-logo-link {
    display: block;
}
.site-navigation {
    grid-area: nav-menu;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.site-navigation ul.menu,
.site-navigation ul.menu ul {
    list-style-type: none;
    padding: 0;
}
.site-navigation ul.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.site-navigation ul.menu li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.site-navigation ul.menu li a {
    display: block;
    padding: 8px 15px;
}
.site-navigation ul.menu li.menu-item-has-children {
    padding-right: 15px;
}
.site-navigation ul.menu li.menu-item-has-children:after {
    display: block;
    content: "\25BE";
    font-size: 1.5em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #666;
}
.site-navigation ul.menu li ul {
    background: #fff;
    display: none;
    min-width: 150px;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 100%;
    border: 1px solid #eee;
}
.site-navigation ul.menu li ul li.menu-item-has-children a {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.site-navigation ul.menu li ul li.menu-item-has-children:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.site-navigation ul.menu li ul ul {
    left: 100%;
    top: 0;
}
.site-navigation ul.menu li:hover > ul {
    display: block;
}
.post .wp-post-image {
    width: 100%;
    max-height: 500px;
    -o-object-fit: cover;
    object-fit: cover;
}
@media (max-width: 991px) {
    .post .wp-post-image {
        max-height: 400px;
    }
}
@media (max-width: 575px) {
    .post .wp-post-image {
        max-height: 300px;
    }
}
#comments .comment-list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0.9em;
}
#comments .comment,
#comments .pingback {
    position: relative;
}
#comments .comment .comment-body,
#comments .pingback .comment-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 0 30px 60px;
    border-bottom: 1px solid #ccc;
}
body.rtl #comments .comment .comment-body,
body.rtl #comments .pingback .comment-body {
    padding: 30px 60px 30px 0;
}
#comments .comment .avatar,
#comments .pingback .avatar {
    position: absolute;
    left: 0;
    border-radius: 50%;
    margin-right: 10px;
}
body.rtl #comments .comment .avatar,
body.rtl #comments .pingback .avatar {
    left: auto;
    right: 0;
    margin-right: 0;
    margin-left: 10px;
}
#comments .comment-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0.9rem;
}
#comments .comment-metadata,
#comments .reply {
    font-size: 11px;
    line-height: 1;
}
#comments .children {
    position: relative;
    list-style: none;
    margin: 0;
    padding-left: 30px;
}
body.rtl #comments .children {
    padding-left: 0;
    padding-right: 30px;
}
#comments .children li:last-child {
    padding-bottom: 0;
}
#comments ol.comment-list .children:before {
    display: inline-block;
    font-size: 1em;
    font-weight: 400;
    line-height: 100%;
    content: "\21AA";
    position: absolute;
    top: 45px;
    left: 0;
    width: auto;
}
body.rtl #comments ol.comment-list .children:before {
    content: "\21A9";
    left: auto;
    right: 0;
}
@media (min-width: 768px) {
    #comments .comment-author,
    #comments .comment-metadata {
        line-height: 1;
    }
}
@media (max-width: 767px) {
    #comments .comment .comment-body {
        padding: 30px 0;
    }
    #comments .children {
        padding-left: 20px;
    }
    #comments .comment .avatar {
        position: inherit;
        float: left;
    }
    body.rtl #comments .comment .avatar {
        float: right;
    }
}
ul.categories-filter li {
    padding: 10px 3px 10px !important;
}
.single.elementor-kit-165 .elementor-container .elementor-widget-container .elementor-heading-title,
.single.elementor-kit-165 .elementor-container .header_text {
    color: rgba(0, 0, 0, 0.9);
    font-family: "Montserrat", Roboto, sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4em;
}
.single.elementor-kit-165 .elementor-container .header_text {
    font-size: 32px;
}
.single.elementor-kit-165 .elementor-container .elementor-widget-container h1.elementor-heading-title,
.single.elementor-kit-165 .elementor-container h1 {
    color: rgba(0, 0, 0, 0.9);
    font-family: "Montserrat", Roboto, sans-serif;
    font-size: 48px;
    font-weight: bold;
    line-height: 1.4em;
}
.elementor-carousel-image {
    aspect-ratio: 4 / 3;
    width: 100%;
    background-size: cover;
    background-position: center;
    display: block;
}

.elementor-swiper {
    position: relative;
}

.elementor-swiper-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 46px;
    height: 46px;
    background-color: #ffffff;
    color: #506a5c;
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    transition: all 0.3s ease;
}

.elementor-swiper-button i {
    font-size: 18px;
    line-height: 1;
}

.elementor-swiper-button-prev {
    left: 15px;
}

.elementor-swiper-button-next {
    right: 15px;
}

.elementor-swiper-button:hover {
    background-color: #fb765f;
    color: #ffffff;
    box-shadow: 0 6px 20px rgba(251, 118, 95, 0.4);
}

.elementor-screen-only {
    display: none !important;
}

/* Footer mail form */
.fotter-email span.your-email {
    display: inline-block;
    width: 80%;
}

body .fotter-email span.your-email input {
    padding-bottom: 8px !important;
}

.fotter-email input.wpcf7-submit, body .fotter-email input[type="submit"] {
    display: inline-block;
    width: 20%;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.9);
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #000000;
    border-radius: 0px;
    padding: 2px 0px 2px 0px;
    letter-spacing: 0.06em;
    padding-top: 7px;
    padding-bottom: 11px;
    vertical-align: top;
}

.fotter-email input.wpcf7-submit, body .fotter-email input[type="submit"]:hover {
    border-width: 0px 0px 1px 0px;
    border-color: #000000;
    color: rgba(0, 0, 0, 0.9);
}

.fotter-email input {
    background-color: unset !important;
}


.wpcf7 form .wpcf7-response-output {
    margin: 0px;
}


/* Main Contact Form */
#main_contact {
    background: #ffffff;
    /*box-shadow: 0px 4px 36px rgba(0, 0, 0, 0.08);*/
    /*border-radius: 24px;*/
    /*padding: 40px 40px 20px 40px;*/
}


#main_contact .report {
    display: none;
}

#main_contact input, #main_contact textarea {
    padding: 20px 0px 10px 0px;
}

#main_contact textarea {
    height: 60px;
}

#main_contact .label_report {
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.9);
    padding-top: 20px;
}

#main_contact .label_report:before {
    content: url("/wp-content/uploads/2020/07/clip.svg");
    padding: 0px 12px 0px 0px;
    position: relative;
    top: 3px;
}

#main_contact .agree .first.last {
    margin: 0px;
}

#main_contact .agree input {
    padding: 0px;
    margin-right: 10px;
}

#main_contact .agree .first.last span {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 170%;
    color: rgba(0, 0, 0, 0.9);
    opacity: 0.6;
    position: relative;
    top: -2px;
}

#main_contact input[type="submit"] {
    background: #00CF80;
    border-radius: 32px;
    border-color: #00CF80;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 140%;
    align-items: center;
    text-align: center;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 14px 16px 14px 16px;
    width: 100%;
    margin-top: 20px;
}





/* Slider main page */
.main_banner .elementor-slides-wrapper.elementor-main-swiper.swiper-container.swiper-container-initialized.swiper-container-horizontal {
    border-radius: 32px 32px 32px 32px;
}

@media (min-width: 768px) {
    .main_banner .swiper-slide-contents {
        width: 50%;
        height: 100%;
        background: linear-gradient(122.46deg, #27E99F 1.79%, #FFDA6F 99.85%);
        padding-top: 170px;
        padding-left: 72px;
    }

    .main_banner .elementor-slides .swiper-slide-bg {
        background-position: 100%;
    }

    .main_banner .elementor-slide-description {
        margin-right: 50px;
    }

    @media (max-width: 1025px) {
        .main_banner .elementor-slides .swiper-slide-bg {
            background-size: cover !important;
        }
    }
}

@media (max-width: 768px) {
    .main_banner .elementor-slides .swiper-slide-bg {
        background-position: 0 0;
    }

    .main_banner .swiper-slide-contents {
        width: 100%;
        background: linear-gradient(122.46deg, #27E99F 1.79%, #FFDA6F 99.85%);
        padding: 30px;
        position: absolute;
        bottom: 0px;
        height: 45%;
        max-height: 45%;

    }

    .main_banner .swiper-slide-contents .elementor-slide-heading {
        margin-bottom: 20px !important;
    }

    .main_banner .swiper-slide-contents .elementor-slide-description {
        margin-bottom: 20px !important;
    }

    .main_banner .swiper-wrapper, .main_banner .swiper-wrapper .swiper-slide  {
        height: 610px !important;
    }


}



/* Branches List */
.branches_list .branch_one {
    border-radius: 24px;
    height: 100%;
    min-height: 320px;
    background-size: cover;
    position: relative;
    color: #ffffff;
}

.branches_list .branch_one .branch_description {
    position: absolute;
    background: rgba(0, 0, 0, 0.12);
    backdrop-filter: blur(40px);
    border-radius: 0px 0px 24px 24px;
    bottom: 0px;
    height: 40%;
    width: 100%;
}

.branches_list .row > div {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
}

.branches_list .branch_one a {
    color: #ffffff;
    text-decoration: none;
}

.branches_list .branch_one a:hover {
    text-decoration: underline;
}

.branches_list .branch_one .branch_title h3 {
    margin: 8px 20px 8px 24px;
}

.branches_list .branch_one .branch_directions {
    margin: 0px 24px 0px 24px;
}

.branches_list .branch_one .branch_directions .branch_divider {
    margin: 0px 5px 0px 5px;
}


/* Breadcrumbs */
#breadcrumbs nav.rank-math-breadcrumb,
#breadcrumbs nav.rank-math-breadcrumb a {
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.9);
}

#breadcrumbs nav.rank-math-breadcrumb a:hover {
    text-decoration: underline;
}

#breadcrumbs nav.rank-math-breadcrumb span.last {
    color: #828282;
}

/* Elementor button */
a.elementor-button:hover {
    text-decoration: unset !important;
}

/* Green contact button */
.green-button a.elementor-button {
    background: #00CF80;
    border-radius: 32px;
    border-color: #00CF80;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 140%;
    align-items: center;
    text-align: center;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 19px 56px 19px 56px;
    margin-top: 20px;
}

.green-button a.elementor-button:hover {
    background: #4ddda6;
    border-color: #4ddda6;
    color: #FFFFFF;
}

/* Directions list */
.directions_list .direction {
    border-bottom: 1px solid #828282;
    display: inline-table;
    width: 100%;
    padding: 32px 0px 15px 0px;
}

.directions_list .direction .direct_icon {
    display: table-cell;
    width: 32px;
    /*margin-right:24px;*/
}

.directions_list .direction .direct_header > *,
.directions_list .direction .direct_header h4 {
    padding-left: 24px;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 140%;
    display: table-cell;
    width: 70%;
    position: relative;
    top: -5px;
}

.directions_list .direction .direct_price {
    display: table-cell;
    white-space: nowrap;

    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 140%;
    text-align: right;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    position: relative;
    top: -5px;
}

.directions_list .direction .direct_price i {
    padding-left: 10px;
}

.directions_list .direction a {
    color: rgba(0, 0, 0, 0.9);
}
.directions_list .direction a:hover {
    text-decoration: underline;
}


/* Show more in list widget */
.row.hidden-row {
    display: none;
}


/* Doctors widget */
#doctors-widget .row .cell-item .image_wrap img {
    border-radius: 16px;
}

#doctors-widget .row .cell-item .title_wrap h5 {
    margin: 0px;
}

#doctors-widget .row .cell-item .title_wrap.title_style a,
#doctors-widget .row .cell-item .title_wrap h5 a {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 140%;
    color: rgba(0, 0, 0, 0.9);

}

#doctors-widget .row .cell-item .content_wrap {
    font-size: 15px;
}

#doctors-widget .showmore_wrap {
    text-align:center;
    padding-top: 20px;
}

#doctors-widget .showmore_wrap .elementor-button.showMoreButton {
    padding: 20px 48px 20px 48px;
    cursor: pointer;
    text-align:center;
}

#doctors-widget .row {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
}

/* Doctors widget */
#persons-widget .row .cell-item .image_wrap img {
    border-radius: 150px;
}

#persons-widget .row .cell-item .title_wrap h5 {
    margin: 0px;
}

#persons-widget .row .cell-item .title_wrap h5 a {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 140%;
    color: rgba(0, 0, 0, 0.9);

}

#persons-widget .row .cell-item .content_wrap {
    font-size: 15px;
}

#persons-widget .showmore_wrap {
    text-align:center;
}

#persons-widget .showmore_wrap .elementor-button.showMoreButton {
    padding: 20px 48px 20px 48px;
    cursor: pointer;
    text-align:center;
}

#persons-widget .row {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
}

/* Promos widget */
#promos-widget .row .cell-item .image_wrap img {
    border-radius: 16px;
}

#promos-widget .row .cell-item .title_wrap h5 {
    margin: 0px;
}

#promos-widget .row .cell-item .title_wrap.title_style a,
#promos-widget .row .cell-item .title_wrap h5 a {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 140%;
    color: rgba(0, 0, 0, 0.9);

}

#promos-widget .row .cell-item .content_wrap {
    font-size: 15px;
}

#promos-widget .showmore_wrap {
    text-align:center;
}

#promos-widget .showmore_wrap .elementor-button.showMoreButton {
    padding: 20px 48px 20px 48px;
    cursor: pointer;
    text-align:center;
}

#promos-widget .row {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
}


/* Widget procedures */
.elementor-widget-adonis_procedures .elementor-tab-title.parent_wrap {
    padding: 15px 0px;
    border-bottom: 1px solid #000000;
}

.elementor-widget-adonis_procedures .elementor-tab-title.parent_wrap h4 {
    margin: 0px;
    font-size: 35px;
}


.elementor-widget-adonis_procedures .elementor-accordion .elementor-tab-content {
    padding: 0px 0px;
    border-top: unset;
}

.elementor-widget-adonis_procedures .product_wrap {
    padding: 16px 0px;
    border-bottom: 1px solid #828282;
}


.elementor-widget-adonis_procedures .product_wrap .prod_name {
    display: table-cell;
    width: 100%;
    padding-right: 10px;
}

.elementor-widget-adonis_procedures .product_wrap .prod_name a {
    color: rgba(0, 0, 0, 0.9);
}

.elementor-widget-adonis_procedures .product_wrap .prod_name a:hover {
    text-decoration: underline;
}


.elementor-widget-adonis_procedures .product_wrap .prod_price {
    display: table-cell;
    text-align: right;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 500;
}

.elementor-widget-adonis_procedures .product_wrap .prod_price i:before {
    padding-top: 7px;
}

.elementor-widget-adonis_procedures .product_wrap .prod_price {

}

.elementor-widget-adonis_procedures .elementor-accordion-item {
    border: unset;
}

.elementor-widget-adonis_procedures span.elementor-accordion-icon.elementor-accordion-icon-right {
    padding-top: 15px;
    font-size: 24px;
}

.procedure-list {
    max-height: 320px;
    overflow: hidden;
    position: relative;
}

.procedure-list .procedure_read_more {
    top: 270px;
}


/* Widget prices */
.elementor-widget-adonis_price .elementor-tab-title.parent_wrap {
    padding: 15px 0px;
    border-bottom: 1px solid #000000;
}

.elementor-widget-adonis_price .elementor-tab-title.parent_wrap h4 {
    margin: 0px;
}


.elementor-widget-adonis_price .elementor-accordion .elementor-tab-content {
    padding: 0px 0px;
    border-top: unset;
}

.elementor-widget-adonis_price .product_wrap {
    padding: 16px 0px;
    border-bottom: 1px solid #828282;
}


.elementor-widget-adonis_price .product_wrap .prod_name {
    display: table-cell;
    width: 100%;
    padding-right: 10px;
}


.elementor-widget-adonis_price .product_wrap .prod_price {
    display: table-cell;
    text-align: right;
}

.elementor-widget-adonis_price .elementor-accordion-item {
    border: unset;
}

.elementor-widget-adonis_price span.elementor-accordion-icon.elementor-accordion-icon-right {
    padding-top: 5px;
}

/* Widget prices */
.elementor-widget-adonis_alldirections .elementor-tab-title.parent_wrap {
    padding: 15px 0px;
    border-bottom: 1px solid #000000;
}

.elementor-widget-adonis_alldirections .elementor-tab-title.parent_wrap h4 {
    margin: 0px;
}


.elementor-widget-adonis_alldirections .elementor-accordion .elementor-tab-content {
    padding: 0px 0px;
    border-top: unset;
}

.elementor-widget-adonis_alldirections .product_wrap {
    padding: 16px 0px;
    border-bottom: 1px solid #828282;
}


.elementor-widget-adonis_alldirections .product_wrap .prod_name {
    display: table-cell;
    width: 100%;
    padding-right: 10px;
}

.elementor-widget-adonis_alldirections .product_wrap .prod_name a {
    color: rgba(0, 0, 0, 0.9);
}

.elementor-widget-adonis_alldirections .product_wrap .prod_name a:hover {
    text-decoration: underline;
}


.elementor-widget-adonis_alldirections .product_wrap .prod_next {
    display: table-cell;
    text-align: right;
}

.elementor-widget-adonis_alldirections .elementor-accordion-item {
    border: unset;
}

.elementor-widget-adonis_alldirections span.elementor-accordion-icon.elementor-accordion-icon-right {
    padding-top: 5px;
}

/* Doctors widget */
#posts-widget .row .cell-item .image_wrap img {
    border-radius: 16px;
}

#posts-widget .row .cell-item .title_wrap h5 {
    margin: 0px;
}

#posts-widget .row .cell-item .title_wrap.title_style a,
#posts-widget .row .cell-item .title_wrap h5 a {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 140%;
    color: rgba(0, 0, 0, 0.9);

}

#posts-widget .row .cell-item .content_wrap {
    font-size: 15px;
}

#posts-widget .showmore_wrap {
    text-align:center;
}

#posts-widget .showmore_wrap .elementor-button.showMoreButton {
    padding: 20px 48px 20px 48px;
    cursor: pointer;
    text-align:center;
}

#posts-widget .row {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
}


/* Posts widget */
#posts-widget .row .cell-item .image_wrap img {
    border-radius: 16px;
}

#posts-widget .row .cell-item .title_wrap h5 {
    margin: 0px;
}

#posts-widget .row .cell-item .title_wrap h5 a {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 140%;
    color: rgba(0, 0, 0, 0.9);

}

#posts-widget .row .cell-item .content_wrap {
    font-size: 15px;
}

#posts-widget .showmore_wrap {
    text-align:center;
}

#posts-widget .showmore_wrap .elementor-button.showMoreButton {
    padding: 20px 48px 20px 48px;
    cursor: pointer;
    text-align:center;
}

#posts-widget .row {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
}


/* Illnesses widget */
#ilness-widget .row .cell-item .image_wrap img {
    border-radius: 16px;
}

#ilness-widget .row .cell-item .title_wrap h5 {
    margin: 0px;
}

#ilness-widget .row .cell-item .title_wrap.title_style a,
#ilness-widget .row .cell-item .title_wrap h5 a {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 140%;
    color: rgba(0, 0, 0, 0.9);

}

#ilness-widget .row .cell-item .content_wrap {
    font-size: 15px;
}

#ilness-widget .showmore_wrap {
    text-align:center;
}

#ilness-widget .showmore_wrap .elementor-button.showMoreButton {
    padding: 20px 48px 20px 48px;
    cursor: pointer;
    text-align:center;
}

#ilness-widget .row {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
}


/* Take care form */
#take-care-form {
    background-color: transparent;
    background-image: linear-gradient(113deg, #3BEDA9 20%, #A3C3F6 96%);
    border-radius: 25px 25px 25px 25px;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}


#take-care-form .left-column>div {
    padding: 50px;
}

#take-care-form .left-column .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
    padding-bottom: calc(31px/2);
}

#take-care-form .left-column .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
    margin-top: calc(31px/2);
}

#take-care-form .right-column>div {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 50px 50px 50px 50px;
    padding: 40px 40px 20px 40px;
    background-color: #FFFFFF;
    border-radius: 25px;
}

@media (max-width: 768px) {
    #take-care-form .left-column>div {
        padding: 40px 24px 24px 24px;
    }

    #take-care-form .right-column>div {
        margin: 10px;
        padding: 20px;
    }
}


/* Offers */
.offer_space {
    padding: 0.9375rem;
}


.parallelogram {
    height: 42px;
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    transform: skew(-30deg);
    border-radius: 10px;
    position: absolute;
    right: 25px;
    top: -6px;
    box-shadow: 1px 5px 12px 0px rgba(0,0,0,0.3);
}

.parallelogram.special {
    background: #7e33ca;
}

.parallelogram.hot {
     background: #d73a3a;
}
.parallelogram.mexico {
     background: #3137E7;
}

.parallelogram.new {
    background: #d7963a;
}

.parallelogram .label {
    -webkit-transform: skew(30deg);
    -moz-transform: skew(30deg);
    -o-transform: skew(30deg);
    transform: skew(30deg);
    color: #ffffff;
    font-size: 1.1em;
    font-weight: 500;
    padding-left: 25px;
    padding-right: 25px;
    line-height: 42px;
    text-transform: uppercase;
}

.offer_one {
    padding: 24px 24px 0px 24px;
    background-color: #ffffff;
    /*height: 100%;*/
    /*border-radius: 16px;*/
    border-radius: 16px 16px 0px 0px;
}

.offer_one .offer_header {
    /*padding-bottom: 10px;*/
    /*height: 115px;*/
    overflow: hidden;
}

.offer_one .offer_header .offer_title, .offer_one .offer_header .offer_image {
    display: table-cell;
    vertical-align: top;
}

.offer_one .offer_header .offer_image {
    width: 100px;
    min-width: 100px;
    padding-right: 16px;
}

.offer_one .offer_header .offer_image img {
    border-radius: 8px;
}


.offer_one .offer_header .offer_title {
    overflow: hidden;
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 140%;
}

.offer_one .offer_header .offer_title h3 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 140%;
    margin: 0px;
}

.offer_one .offer_order {
    padding: 24px 0px;
    display: table;
}

.offer_one .offer_order .offer_price, .offer_one .offer_order .offer_button {
    display: table-cell;
    width: 1%;
    vertical-align: middle;
}

.offer_one .offer_order .offer_price {
    font-size: 1.8em;
    font-weight: 600;
}
.offer_one .offer_order .offer_price p {
    margin-bottom: 4px;
}
.offer_one .offer_order .two-p.offer_price {
    font-size: 1.5em;
}
.offer_one .offer_order .two-p.offer_price .old {
    text-decoration: line-through;
    font-size: 0.8em;
}

.offer_one .offer_order .offer_price del {
    font-size: 0.6em;
    color: #d91515;
    display: block;
    font-weight: 500;
}

.offer_one .offer_order .offer_price ins {
    text-decoration: none;
}

.offer_one .offer_order .offer_button {
    text-align: right;
}

.offer_one .offer_order .offer_button.green-button a.elementor-button {
    padding: 19px;
    margin:0px;
}


.offer_one .offer_order a {
    cursor: pointer;
}


.offer_pdf {
    text-align: center;
    background: #ebebeb;
    padding: 10px 0px 10px 0px;
    border-radius:  0px 0px 16px 16px;
    display: flex;
    flex-direction: row;
    justify-content: center;

}

.offer_pdf, .offer_pdf a.link {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 35px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.9);
}

.offer_pdf a.link {
    padding-left: 10px;
}

.offer_pdf img {
    width: 35px;
    height: 35px;
}

.offer_pdf a.link:hover {
    text-decoration: underline;
}


.offer_one .offer_description {
    border-bottom: 1px solid #b9b9b9;
    padding: 8px 0px 16px 0px;
    height: 386px;
    overflow: hidden;
    position: relative;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
}

.offer_one .offer_description p {
    margin-bottom: 0.3em;
}

.offer_description ul {
    padding-left: 15px;
    font-weight: 400;
    padding-top: 5px;
    padding-bottom: 10px;
    list-style: none;
}

.offer_description ul li {
    margin-bottom: 0.1em;
}

.offer_description ul li:before {
    content: "●"; /* FontAwesome Unicode */
    display: inline-block;
    color: #00cf80;
    margin-left: -1em; /* same as padding-left set on li */
    width: 1em; /* same as padding-left set on li */
}

.offer_read_more {
    top: 336px;
}


/* Archive page */
#archive .elementor-posts-container .elementor-post__thumbnail {
    border-radius: 25px;
}

/* Archive person */
#archive-person .elementor-posts-container .elementor-post__thumbnail {
    border-radius: 150px;
    margin-right: 50%;
}

@media (max-width: 768px) {
    #archive-person .elementor-posts-container .elementor-post__thumbnail {
        border-radius: 150px;
        margin-right: 50%;
    }
}


/* Gallery widget */
.elementor-skin-carousel .elementor-main-swiper.ingallery {
    border-radius: 25px;
}
.elementor-swiper {
    overflow: hidden;
}

.home .elementor-slides-wrapper {
    border-radius: 10px!important;
}

.home .elementor-swiper-button {
  color: #000!important;
}

.elementor-widget-adonis_galleries .elementor-widget-media-carousel {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
}

/* Categories Filter */
ul.categories-filter {
    margin: 0; /* Обнуляем значение отступов */
    padding: 0px; /* !* Значение полей *!*/
    border-bottom: 1px solid rgba(0, 0, 0, 0.16); /* Рамка вокруг текста */
    position: relative;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
ul.categories-filter li {
    display: inline-block; /* Отображать как строчный элемент */
    margin-right: 26px; /* Отступ слева */
    padding: 0px 3px 24px 3px; /* Поля вокруг текста */
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    top: 1px;
    position: relative;

}

ul.categories-filter li a, ul.categories-filter li a:hover {
    text-decoration: none;
}

ul.categories-filter li:hover, ul.categories-filter li.active {
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.9);
}

@media (max-width: 768px) {
    ul.categories-filter li {
        display: inline-block; /* Отображать как строчный элемент */
        margin-right: 26px; /* Отступ слева */
        padding: 12px 3px 8px 3px; /* Поля вокруг текста */
        border-bottom: 1px solid rgba(0, 0, 0, 0);
        position: relative;

    }
    ul.categories-filter {
        padding-bottom: 10px;
    }
}


/* Small search */
.small-search .elementor-widget-container form .elementor-search-form__container {
    border: 2px solid #DFE1E5 !important;
}

.small-search .elementor-widget-container form .elementor-search-form__container input {
    border: none;
}


/* Video Border radius */
#video-show .elementor-widget-container {
    border-radius: 32px;
}

/* Big Count Numbers */
.count-number div {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 120px;
    line-height: 120%;
    /* identical to box height, or 144px */


    /* 1 */

    color: transparent;


    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #00CF80;
    /*border: 2px solid #00CF80;*/
    /*box-sizing: border-box;*/
}


/* Count list Numbers */
.list-round-icon i:before {
    background: #00CF801A;
    padding: 8px;
    border-radius: 15px;
    top: -2px;
    position: relative;
}

/* Circle around icon */
.icon-circle .elementor-image {
    display: inline-block;
    background: #00CF801A;
    padding: 12px;
    border-radius: 28px;
    width: 56px;
    height: 56px;
}

/* Square around icon */
.icon-square-green .elementor-image {
    display: inline-block;
    background: #00CF8030;
    padding: 20px;
    border-radius: 16px;
}

.icon-square-yellow .elementor-image {
    display: inline-block;
    background: #FDF6E2;
    padding: 20px;
    border-radius: 16px;
}


/* Read more list */
.list_read_more {
    position: absolute;
    text-align: center;
    width:100%;
    background-color: transparent;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 40%);
    height: 50px;
    padding-top:20px;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.list_read_more:hover {
    text-decoration: underline;
    cursor: pointer;
}


/* Main Menu */
#main-menu ul.elementor-nav-menu li.menu-item > a > img {
    width: 16px;
    padding-right: 0px;
}

#main-menu ul.sub-menu li.menu-item > a > img {
    position: absolute;
    left: 5px;
}

.elementor-nav-menu .sub-arrow {
    padding-left: 5px;
}

.elementor-nav-menu .menu-image-title-after.menu-image-title {
    padding-left: 5px;
}


.jet-mobile-menu__item {
    padding: 5px 0;
}

/* Fotter Mobile Menu */
#fotter-mobile-menu nav {
    background: transparent;
}

#fotter-mobile-menu ul.elementor-nav-menu li a {
    background: transparent;
    color: rgba(0, 0, 0, 0.9);
    text-decoration: none;
    padding: 10px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.9);
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 140%;
}

#fotter-mobile-menu ul.elementor-nav-menu li ul.sub-menu {
    background: transparent;
    padding: 10px 20px;
}

#fotter-mobile-menu ul.elementor-nav-menu li ul.sub-menu li a {
    border: none;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

/* Fotter contact menu */
#fotter-contact-menu .has-submenu {
    padding-top: 10px;
    padding-bottom: 10px
}

#fotter-contact-menu ul li {
    width: 100%;
}

/* Fotter Languages */
#fotter-languages .jet-mobile-menu .jet-mobile-menu__instance--dropdown-layout .jet-mobile-menu__container {
    top: -300%;
}


/* Fix Rows paddings */
@media (max-width: 768px) {
    .row, .cherry-services-row {
        margin: 0px;
    }
}

.swiper-wrapper.elementor-slides a:hover {
    text-decoration:none;
}

/* PROMOS */
.promo_button.green-button a {
    cursor: pointer;
}

.promos_container {
    background-color: #f6f6f6;
    padding: 40px;
    margin: 10px;
    border-radius: 16px;
    display: flex;
    flex-direction: row;
    margin-bottom: 80px
}

.promos_container .promos_image {
    max-width: 40%;
    padding-right: 50px;
}

.promos_container .promos_content h2 {
    margin-top: 0px;
}

@media (max-width: 768px) {
    .promos_container {
        padding: 30px;
    }

    .promos_container .promos_image {
        display: none;
    }

    .promo_button.green-button  a.elementor-button {
        padding: 19px;
        width: 100%;
    }
}


/* Socail Fotter */
.social_fotter .elementor-grid-item {
    margin: 0px 7px 0px 7px !important;
}

/* Blog inner image */
.img_blog_inner .elementor-image {
    position: relative;
    padding-top: 55%;
}

.img_blog_inner .elementor-image img {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    object-position: center top;
    object-fit: cover;
}


@media (max-width: 768px) {
    .whatclinic-service-score-widget {
        width: 100% !important;
    }

    #gcr-widget {
        margin: auto;
    }

    .fotter_lang .jet-mobile-menu__instance--dropdown-layout.right-container-position {
        align-items: flex-start !important;
    }
}


.jet-mobile-menu__controls {
    display: none !important;
}


span.woocommerce-Price-amount.amount {
    white-space: nowrap;
}


.elementor-widget-adonis_procedures .parent_wrap {
    display: block;
}

.elementor-widget-adonis_procedures .parent_wrap .direction_wrap {
    display: inline-block;
}

/* Subscribe Form */
.subscribe_form input {
    padding: 10px !important;
}

.subscribe_form .elementor-field-type-html {
    margin-bottom: 5px !important;
    font-size: 15px !important;

}

.subscribe_form .elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option {
    padding-right: 10px;
    min-width: 45%;
    padding-bottom: 5px;
}
/* FAQ */
.direction-faq-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
}


.faq-item {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background-color: #ffffff;
    overflow: hidden;
}

.faq-title {
    position: relative;
    padding: 16px 40px 16px 20px;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    cursor: pointer;
    background-color: #f9f9f9;
    list-style: none;
    transition: background-color 0.3s ease;
}

.faq-title::-webkit-details-marker {
    display: none;
}

.faq-title:hover {
    background-color: #f1f1f1;
}

.faq-title::after {
    content: '+';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    font-weight: 300;
    color: #555;
}

.faq-item[open] .faq-title::after {
    content: '−';
}

/* Стилизация контента */
.faq-content {
    padding: 20px;
    border-top: 1px solid #e0e0e0;
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    background-color: #ffffff;
}

.faq-item[open] .faq-content {
    animation: fade-in 0.3s ease-in-out;
}

@keyframes fade-in {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
