:root {
    --yellow: #FED4A0;
    --yellow50: #FED4A050;
    --yellow30: #FED4A030;
    --yellow10: #FED4A010;
    --white: #ffffff;
    --white50: #ffffff50;
    --black: #000000;
    --black2: #35373b;
    --blue: #2b333f;
    --blue95: #2b333f95;
    --gray1: #171717;
    --gray: #35373B;
    --darkgray: #262626;
}

::selection {
    background: var(--yellow);
    color: var(--black);
}

svg {
    display: block;
}

img {
    max-width: 100%;
}
.doctor-item-content{
	width: 65%;
}

textarea {
    resize: vertical;
}

html, body {
    padding: 0;
    margin: 0;
    font-size: 21px;
    overflow-x: hidden;
    font-family: "Raleway", sans-serif;
    background: var(--blue);
    color: var(--yellow);
    letter-spacing: 0.03em;
    font-weight: 400;
    line-height: 160%;
    font-feature-settings: 'ss02' on;
    box-sizing: border-box;
    font-variant-numeric: lining-nums proportional-nums;
}


body.open-mobile-menu {
    overflow: hidden;
}

:active,
:focus {
    outline: none;
}

*::-webkit-scrollbar,
body::-webkit-scrollbar {
    width: 15px;
}

*::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
    background: var(--white);
}

*::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
    background: var(--yellow);
}

p:first-child, ol:first-child, ul:first-child {
    margin-top: 0;
}

p:last-child, ol:last-child, ul:last-child {
    margin-bottom: 0;
}

body > .content {
    position: relative;
    z-index: 5;
}

.cdp-copy-alert-success {
    display: none !important;
}

a {
    text-decoration: none;
    color: var(--yellow);
    transition: all .3s ease;
    font-weight: 500;
}

a:hover {
    color: var(--white);
}
body::-webkit-scrollbar {
    width: 3px;
  }
body {
    scrollbar-width: thin; 
}
.button {
    display: block;
    text-align: center;
    padding: 33px 40px;
    max-width: fit-content;
    width: 100%;
    border-radius: 60px;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    border:  1px solid var(--yellow);
    cursor: pointer;
    transition: all.3s ease;
}

.button.long {
    max-width: 100%;
}

.button:hover {
    background: var(--yellow);
    color: var(--blue);
}
.body-hidden {
    overflow: hidden;
}

h2 {
    font-weight: 700;
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 0;
}

header ul, .first-screen ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#mobile-site-header::-webkit-scrollbar {
    width: 1px;
}

*::-webkit-media-controls-panel {
    display: none !important;
    -webkit-appearance: none;
}

/* Old shadow dom for play button */

*::-webkit-media-controls-play-button {
    display: none !important;
    -webkit-appearance: none;
}

/* New shadow dom for play button */

/* This one works! */

*::-webkit-media-controls-start-playback-button {
    display: none !important;
    -webkit-appearance: none;
}

h1, .h1 {
    font-size: 54px;
    margin-top: 0;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--yellow);
}

h1.light, .h1.light {
    color: var(--yellow);
}
.service-rate-info{
    display: none;
}


/*
 * breadcrumbs
 */

.breadcrumbs {
    display: flex;
    padding: 30px 0 50px;
    align-items: center;
}

.breadcrumbs,
.breadcrumbs span,
.breadcrumbs a {
    color: var(--color-orange);
    text-transform: capitalize;
    font-style: italic;
    letter-spacing: 0.1em;
    font-size: 14px;
    line-height: 110%;
    font-weight: 500;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

.marketing .breadcrumbs span,
.marketing .breadcrumbs a {
    color: var(--color-orange);
}

.breadcrumbs span.divider {
    display: inline-block;
    margin: 0 7px;
}

/**
 * // breadcrumbs
 */


/**
 * site-logo
 */
/**
 * / site-logo
 */



/**
 * site-menu
 */

header {
    transition: all .2s ease;
    font-weight: 400;
    z-index: 100;
    position: relative;
    height: 175px;
}
.site-header-wrapper {
    width: 100%;
}
/*header.fixed {
    position: fixed !important;
    top: 0;
    z-index: 1000;
    background: var(--white) !important;
    width: 100%;
    padding: 12px 80px;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, .15);
    transition: transform .4s ease;
}

header.fixed.out {
    transform: translateY(-100%) translateX(-50%);
}*/

header .site-menu {
    display: none;
}

header.loaded .site-menu {
    display: block;
}

.site-header-wrap {
    display: flex;
    padding-bottom: 40px;
    border-bottom: 1px solid var(--yellow);
}

.site-header-middle {
    min-width: 23%;
    max-width: 23%;
}

.site-header-left,
.site-header-right {
    min-width: 38.5%;
    max-width: 38.5%;
}

.site-logo {
    display: block;
    max-width: fit-content;
    margin: 10px auto 0;
}

.site-logo img {
    display: block;
}

.header-phones {
    margin-right: 60px;
}

.site-header-right-top-wrap,
.site-header-left-top-wrap {
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    margin-bottom: 50px;
    border-bottom: 1px solid var(--yellow30)
}

.socials-item-link svg path {
    transition: all.3s ease;
}
.socials-item-link:hover svg path {
    fill: #fff;
}

.site-menu {
    margin: 0;
    width: 100%;
}

.site-header-right .site-menu {
    width: fit-content;
}

.site-header-right .site-menu > ul {
    max-width: fit-content;
}

.site-header-right .order-form-popup {
    position: relative;
    margin-top: -17px;
    font-size: 10px;
    max-width: 160px;
    padding: 10px 34px;
    line-height: 1.4;
}

.site-header-right-bottom-wrap {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.site-menu > ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
}

.site-header-right .site-menu .menu-item {
    margin-right: 40px;
}

.site-menu .menu-item:last-child {
    margin-right: 0;
}

.header-socials .block-socials {
    display: flex;
    align-items: center;
}

.header-socials .socials-item {
    margin-right: 20px;
}

.header-socials .socials-item:last-child {
    margin-right: 0;
}

.site-menu .menu-item > a {
    font-size: 14px;
    line-height: 1.2;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    display: block;
    color: var(--yellow);
}

.site-menu .menu-item-has-children .sub-menu .menu-item {
    line-height: 1;
    font-size: unset;
}

.site-menu .menu-item-has-children .sub-menu .menu-item > a {
    font-size: 14px;
    color: var(--yellow);
    line-height: 1.3;
}

.site-menu .menu-item.open > a,
.site-menu .menu-item.active > a,
.site-menu .menu-item:hover > a {
    color: var(--white);
}

.site-menu .menu-item-has-children {
    position: relative;
}

.site-menu .menu-item-has-children > a:after {
    content: '';
    position: relative;
    display: inline-block;
    margin-left: 10px;
    top: -2px;
    transition: all .3s ease;
    width: 12px;
    height: 6px;
    background: url('../images/icon-dropdown.svg') center center/cover no-repeat;
}

.site-menu .menu-item-has-children.active > a:after,
.site-menu .menu-item-has-children:hover > a:after {
    background: url('../images/icon-dropdown-hover.svg') center center/cover no-repeat;
    transform: rotate3d(0, 0, 1, 180deg);
}

.site-menu .menu-item-has-children .sub-menu {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: -20px;
    padding: 0 20px 20px;
    margin: 0;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, .3);
    transition: all .4s ease;
    background: var(--blue);
    min-width: 260px;
}

header.dark.marketing .site-menu .menu-item-has-children .sub-menu {
    background-color: var(--color-black3);
}

header.light .site-menu .menu-item-has-children .sub-menu {
    background-color: var(--color-black);
}

.site-menu .menu-item-has-children:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.site-menu .menu-item-has-children .sub-menu .menu-item {
    margin-right: 0;
    display: block;
    margin-top: 20px;
}

.site-menu .menu-item-has-children .sub-menu .menu-item:hover > a,
.site-menu .menu-item-has-children .sub-menu .menu-item > a {
    color: var(--color-light_gray);
    padding: 0;
    display: inline-block;
}

header.dark.marketing .site-menu .menu-item-has-children .sub-menu .menu-item > a,
header.light .site-menu .menu-item-has-children .sub-menu .menu-item > a {
    color: var(--color-alt_white);
}

header.light .site-menu .menu-item-has-children .sub-menu .menu-item:hover > a {
    background-color: transparent;
    color: var(--white);
}

header.dark.marketing .site-menu .menu-item-has-children .sub-menu .menu-item:hover > a {
    background-color: transparent;
    color: var(--white);
}

.site-menu .menu-item-has-children .sub-menu .menu-item > a:hover {
    color: var(--white);
}

header .site-menu > ul .menu-item.current-menu-item:not(:nth-child(4)) > a {
    color: var(--white);
}

/**
 * / site-menu
 */


/**
 * header .language
 */
header .language {
    display: flex;
    justify-content: flex-end;
    margin-right: auto;
    position: relative;
}

header .language-dropdown {
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    position: absolute;
    top: 100%;
    left: -10px;
    width: 60px;
    background: var(--blue);
    padding: 10px;
    line-height: 1.3;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    transition: all.3s ease;
}

header .language:hover .language-dropdown {
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
}

header .language-dropdown .language-item {
    width: 100%;
    max-width: 100%;
    display: block;
}

header .language-item {
    font-weight: 600;
    color: var(--yellow);
}

header .language-divider {
    color: var(--blue);
}

header .language-item-active {
    color: var(--yellow);
}

header .language-item-active:after {
    content: '';
    position: relative;
    display: inline-block;
    margin-left: 10px;
    top: -2px;
    transition: all .3s ease;
    width: 12px;
    height: 6px;
    background: url(../images/icon-dropdown.svg) center center/cover no-repeat;
}

header .language:hover .language-item-active {
    color: var(--white);
}

header .language:hover .language-item-active:after {
    background: url(../images/icon-dropdown-hover.svg) center center/cover no-repeat;
    transform: rotate3d(0, 0, 1,
    180deg);
}

header .language-item:hover {
    color: var(--white);
}
header .language a {
    font-size: 14px;
}
/**
 * / header .language
 */


.site-header__phones {
    margin-right: 50px;
}

.site-header__phones-item {
    position: relative;
}

.site-header__phones-item.has-children > .site-header__phones-link:after {
    content: '';
    position: relative;
    display: inline-block;
    margin-left: 10px;
    top: 0;
    transition: all .3s ease;
    width: 11px;
    height: 13px;
    background: url('../images/icon-dropdown.svg') center center/cover no-repeat;
}

.site-header__phones-item.has-children:hover > .site-header__phones-link:after {
    background: url('../images/icon-dropdown-hover.svg') center center/cover no-repeat;
    transform: rotate3d(0,0,1,90deg);
}

.site-header__phones-link {
    font-size: 18px;
    line-height: 1.3;
    padding: 0;
    text-transform: uppercase;
    display: block;
}

.site-header__phones-submenu {
    position: absolute;
    top: 100%;
    left: -20px;
    padding: 5px 20px 15px;
    margin: 0;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, .05);
    transition: all .4s ease;
    background: var(--white);
    visibility: hidden;
    pointer-events: none;
    min-width: 200px;
    opacity: 0;
}

.site-header__phones-item:hover .site-header__phones-submenu {
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
}

.site-header__phones-item .site-header__phones-submenu .site-header__phones-item {
    margin-top: 15px;
}


/**
 * site-contacts
 */


/**
 * / site-contacts
 */


/**
 * button
 */

/**
 * / button
 */


/**
 * ORDER
 */


.order {
    position: relative;
    z-index: 5;
    padding: 150px 0 300px;
}


.success-block {
    text-align: center;
    content: '';
    color: var(--color-alt_white);
    font-size: 2vw;
    position: absolute;
    top: -25px;
    left: -25px;
    border-radius: 10px;
    width: calc(100% + 50px);
    height: calc(100% + 50px);
    display: flex;
    justify-content: center;
    align-items: center;
    background: green;
    z-index: 100;
    box-shadow: 0 0 50px -1px green;
    text-transform: uppercase;
    opacity: 0;
    visibility: hidden;
    transform: scale(.5);
    transition: all .4s ease;
}

.success-block.show {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.order-form-group.border-none {
    border: none !important
}

.order-form-group {
    position: relative;
    transition: all .3s ease;
    margin-bottom: 50px;
    border-bottom: 1px solid var(--yellow);
    padding-bottom: 10px;
}

.order-form-group.grecaptcha {
    border: none;
}

.order-form-group > label {
    margin: 0 0 10px;
    padding: 0;
    color: var(--yellow);
    font-size: 18px;
    line-height: 1.5;
    display: block;
}

.order-control {
    font-size: 18px;
    transition: all .3s ease;
    line-height: 1;
    width: 100%;
    font-weight: normal;
    text-transform: uppercase;
    display: block;
    background: var(--yellow10);
    padding: 10px;
    color: var(--white50);
    border: none;
    border-radius: 10px;
    height: 40px;
}

.order-form-group.error label,
.order-form-group.error .order-control {
    border-color: var(--color-red);
    color: var(--color-red);
}

.order-form-group.error .order-control,
.order-form-group.error.checkbox label:before {
    background-color: rgba(255, 57, 24, 0.15);
}

.order-form-group.error.checkbox label {
    color: rgb(216, 43, 11);
}

.order-form-group.error-all {
    display: none;
}

.order-form-group.error-all label {
    color: rgb(216, 43, 11);
}

textarea.order-control {
    height: 120px;
}

.order .button {
    width: 100%;
    max-width: 100%;
    padding: 55px 0;
}

#order-form-popup .button {
    padding: 20px 65px 18px;
    display: block;
    max-width: fit-content;
    margin: 0 auto;
}

#order-form-popup {
    max-width: 520px;
    padding: 50px 30px;
    margin: 0 auto;
    position: relative;
    background: var(--blue);
    border-radius: 5px;
}

#order-form-popup .title {
    margin-bottom: 50px;
}

#order-form-popup .mfp-close {
    font-size: 36px;
    color: var(--yellow);
    top: 15px;
    right: 15px;
}

/**
 * // ORDER
 */


/*
 * footer
 */


/**
 * // footer
 */


.page-404 {
    padding: 150px 0;
}

.page-404__wrap {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 200px;
}

.page-404__item-col {
    margin-bottom: 50px;
}

.page-404__heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 70px;
}

.page-404__heading span {
    font-weight: 200;
    font-size: 28px;
    line-height: 1.3;
    letter-spacing: 0.2em;
    color: var(--black2);
}

.page-404__content-text_top {
    max-width: 550px;
    font-size: 21px;
    font-weight: 400;
    margin-bottom: 140px;
}

.page-404__heading .h1,
.page-404__heading h1,
.page-404__heading h3,
.page-404__heading h2 {
    margin-bottom: 0;
    margin-top: 0;
}

.page-404 .show-more__wrap {
    display: block;
}

.page-404 .show-more__button::after {
    display: none;
}

.page-404 .show-more__button::before {
    content: '';
    display: inline-block;
    width: 55px;
    margin-bottom: 5px;
    margin-right: 30px;
    height: 14px;
    transition: all.3s ease;
    background: url(../images/show_more_icon.svg) center/cover no-repeat;
    transform: rotate(180deg)
}




















.slider-slider .swiper-pagination {
    font-weight: 400;
    font-style: italic;
    font-size: 28px;
    position: absolute;
    left: 0;
    bottom: 150px;
    width: unset;
}

.slider-slider {
    margin-top: 50px;
    border-bottom: 1px solid var(--yellow30);
}

.slider-slider .swiper-wrapper {
    padding-bottom: 150px;
}

.slider-slider__item {
    position: relative;
}

.slider-slider__item-image {
    position: relative;
    z-index: 1;
}

.slider-slider__item-image img {
    border-radius: 300px;
    display: block;
}

.slider-slider__item .button {
    position: absolute;
    right: 0;
    bottom: -30px;
    border-radius: 50%;
    width: 196px;
    line-height: 1.6;
    max-width: 196px;
    padding: 0;
    font-size: 14px;
    font-weight: 800;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-width: 2px;
    background: var(--yellow);
    color: var(--blue);
}

.slider-slider__item .button:hover {
    background: var(--blue);
    color: var(--yellow);
}

.slider-slider__item-title {
    font-size: 36px;
    position: relative;
    font-weight: 700;
    max-width: 900px;
    z-index: 2;
    margin: -27px auto 0;
    text-align: center;
    letter-spacing: 0.09em;
    line-height: 1.5;
    text-transform: uppercase;
}

.slider-slider__item-title :where(i, em) {
    font-weight: 400;
    font-style: italic;
}











.about-block__wrap {
    padding-top: 150px;
    padding-bottom: 250px;
    border-bottom: 1px solid var(--yellow30);
}

.row-heading {
    margin-bottom: 100px !important;
}

.row-heading .col-auto.mr-auto {
    display: flex;
}

.row-heading .col-auto:not(.mr-auto) {
    font-size: 36px;
    font-weight: bold;
    font-family: Bigilla, sans-serif;
    color: var(--yellow);
}

.row-heading .col-auto.mr-auto span {
    font-size: 80px;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
    font-family: Bigilla, sans-serif;
    color: var(--yellow);
    margin-right: 30px;
}

.row-heading .col-auto.mr-auto :where(h2, h1) {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: var(--white);
}













.founder-block {
    background: var(--gray);
}

.founder-block__wrap {
    padding-top: 200px;
    padding-bottom: 250px;
}

.founder-image {
    border-radius: 200px;
    margin-left: 140px;
}

.founder-title {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 50px;
    font-weight: 700;
    text-transform: uppercase;
}

.founder-text :where(p) {
    margin-bottom: 20px;
    margin-top: 0;
}

.content-block :is(ul, ol) {
    padding-left: 40px;
    margin-bottom: 40px;
    font-style: italic;
    font-size: 18px;
    color: var(--white);
}

.content-block :is(ul, ol) li {
    padding-left: 25px;
    list-style: none;
    margin-bottom: 15px;
    position: relative;
}

.content-block :is(ul, ol) li:after {
    content: '—';
    position: absolute;
    left: 0;
    top: 15px;
    transform: translateY(-50%);
}










.achievement-block {
    background: var(--gray);
    padding-bottom: 310px;
}

.achievement-item {
    border-radius: 130px;
    height: 250px;
    margin-bottom: 40px;
    position: relative;
    border:  1px solid var(--yellow);
}

.achievement-item-count {
    font-size: 88px;
    font-family: Bigilla, sans-serif;
    line-height: 1;
    position: absolute;
    left: 70px;
    top: 50px;
}

.achievement-item-divider {
    position: absolute;
    top: 50px;
    right: 80px;
}

.achievement-item-text {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.11em;
    max-width: 50%;
    width: min-content;
    right: 80px;
    text-align: center;
    position: absolute;
    bottom: 40px;
}













.review-block__wrap {
    padding: 200px 0 350px;
}

.pocket-block__wrap {
    padding: 50px 0 100px;
}

.review-slider .swiper-slide {
    transition: all 1s ease;
    transform: scale(.9999);
}

.review-slider .swiper-slide:not(.swiper-slide-active, .swiper-slide-prev, .swiper-slide-next) {
    opacity: .3;
    transform: scale(.9);
}

.review-slider-item {
    padding: 80px 50px 50px;
    border: 1px solid var(--yellow);
    display: flex;
    flex-wrap: wrap;
}

.review-slider-item-image {
    min-width: 50px;
    max-width: 50px;
    margin-right: 30px;
}

.review-slider-item-caption {
    flex-grow: 1;
    max-width: calc(100% - 80px);
    min-width: calc(100% - 80px);
    margin-left: auto;
}

.review-slider-item-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1;
    margin-bottom: 30px;
    max-width: calc(100% - 80px);
    min-width: calc(100% - 80px);
}

.review-slider-item-name {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.review-slider-item-date {
    font-size: 12px;
    font-weight: 500;

}

.review-slider-item-text {
    font-size: 16px;
    line-height: 1.7;
}

:is(.review-slider-prev, .review-slider-next) {
    cursor: pointer;
}

:is(.review-slider-prev, .review-slider-next),
:is(.review-slider-prev, .review-slider-next) svg path {
    transition: all.3s ease;
}

:is(.review-slider-prev, .review-slider-next):hover svg path {
    fill: var(--white);
}

:is(.review-slider-prev, .review-slider-next).swiper-button-disabled {
    opacity: .3;
}

:is(.review-slider-prev, .review-slider-next) svg {
    display: block;
}

.review-slider-pagination, .pocket-slider-pagination {
    margin: 0 95px;
    width: unset !important;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border: 1px solid var(--yellow);
    border-radius: 50%;
    margin-right: 20px;
    opacity: 1;
    background: transparent;
    transition: all 1s ease;
}

.swiper-pagination-bullet:last-child {
    margin-right: 0;
}

.swiper-pagination-bullet-active {
    background: var(--yellow);
}

.review-slider-nav-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
    line-height: 1;
}

.review-slider-item-icon {
    min-width: 100%;
    margin: 100px auto 0;
    display: flex;
    justify-content: center;
}















.pocket-block__wrap {
    padding: 50px 0 100px;
}

.pocket-slider-container {
    position: relative;
}



.pocket-slider-item {
    padding: 80px 60px 60px;
    border: 1px solid var(--yellow);
    display: flex;
    flex-wrap: wrap;
}

.pocket-slider-item-image {
    min-width: 50px;
    max-width: 50px;
    margin-right: 30px;
}

.pocket-slider-item-caption {
    font-style: italic;
    flex-grow: 1;
    margin-left: auto;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.03em;
    color: var(--white);
    margin-bottom: 50px;
}

.pocket-slider-item-heading {
    font-weight: 700;
    font-size: 28px;
    margin: auto;
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.pocket-slider-item-price {
    font-weight: 500;
}

.pocket-slider-item-price span {
    font-weight: 600;
    color: var(--white);
}

.pocket-slider-item-text {
    font-size: 16px;
    line-height: 1.7;
}

.pocket-slider-pagination {
    margin: 0 95px;
    width: unset !important;
}

.pocket-slider-nav-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
    line-height: 1;
}

.pocket-slider-item-button {
    min-width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.pocket-slider-item-button .button {
    padding-left: 100px;
    padding-right: 100px;
}



.pocket-slider-prev,
.pocket-slider-next {
    position: absolute;
    top: 280px;
    height: 20px;
    z-index: 100;
    transition: all.2s ease;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.pocket-slider-prev {
    transform: rotate(180deg);
}

.pocket-slider-prev:hover,
.pocket-slider-next:hover {
    opacity: 0.7;
}

.pocket-slider-prev.swiper-button-disabled,
.pocket-slider-next.swiper-button-disabled {
    opacity: 0.2;
}

.pocket-slider-prev {
    left: 90px;
}

.pocket-slider-next {
    right: 90px;
}












.order-contacts {
    background: var(--darkgray);
}

.order-contacts__wrap {
    padding: 200px 0 350px;
}

.order-contacts-info {
    margin-bottom: 100px;
}

.order-contacts-info-title {
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 45px;
    font-weight: 700;
}

.order-contacts-info p {
    padding-left: 40px;
}

.order-contacts-info :where(p, a) {
    color: var(--white);
    font-size: 18px;
    font-weight: 400;
    font-variant-numeric: lining-nums proportional-nums;
}

.order-contacts-info a:hover {
    color: var(--yellow);
}

.order-contacts #map {
    width: 100%;
    border-radius: 240px;
    height: 480px;
}

.order-contacts #map .gm-style .gmnoprint {
    display: none;
}

.order-form_wrapper {
    margin: 0 auto;
}

.order-form_wrapper #order_submit {
    margin-top: 100px;
}

.order-form_wrapper .title-block {
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 55px;
    line-height: 1.35;
    text-transform: uppercase;
}

.site-header-mobile-wrap {
    display: none;
}

.mobile_menu {
    display: none;
}

.site-header-mobile-wrap-toggle {
    width: 50px;
    height: 40px;
    margin-right: -10px;
}

footer {
    padding: 100px 0 150px;
    color: var(--white);
    background: var(--gray1);
    overflow-x: hidden;
}

footer .phones,
footer .footer-socials,
footer ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 0;
}

footer .site-footer-wrap-top {
    border-top: 1px solid rgba(255,255,255,.3);
    margin-top: 100px;
    padding-top: 50px;
    margin-bottom: 100px;
}

footer .site-logo {
    margin-left: 0;
    margin-top: 0;
    padding-left: 0;
    margin-bottom: 0;
}

.footer-rights {
    font-size: 14px;
}

footer .site-footer-wrap-bottom {
    align-items: center;
    display: flex;
}

footer .socials-item {
    margin-right: 20px;
}

footer .socials-item-link svg path {
    transition: all.3s ease;
}

footer .socials-item-link:hover svg path {
    fill: var(--yellow);
}

footer .footer-socials {
    width: 30%;
    max-width: 30%;
    display: flex;
    justify-content: flex-end;
}

footer .phones {
    display: flex;
    width: 70%;
    max-width: 70%;
    justify-content: space-between;
    align-items: center;
}

footer .phones-item a,
footer .phones-item {
    font-size: 14px;
    color: var(--white);
}


footer a,
footer .site-menu .menu-item > a {
    color: var(--white);
}


footer .phones-item a:hover,
footer a:hover,
footer .site-menu .menu-item.open > a,
footer .site-menu .menu-item.active > a,
footer .site-menu .menu-item:hover > a {
    color: var(--yellow);
}







.service-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-bottom: 350px;
}

.service-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 25%;
    max-width: 25%;
    border:  1px solid transparent;
    padding: 50px 20px;
    text-align: center;
}

.service-item-image {
    border-radius: 50%;
    width: 220px;
    height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    border:  1px solid var(--white);
}

.service-item-image img {
    max-width: 100%;
    max-height: 100%;
}

.service-item-image.results {
    border:  none;
    max-width: fit-content;
    max-height: fit-content;
}

.service-item-image.results img {
    /*border-radius: 50%;*/
}

.service-item-title {
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--yellow);
}

.service-item-title.results {
    margin-bottom: 60px;
}

.service-item-subtitle {
    color: var(--white);
    margin-bottom: 70px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.25;
}

.service-item:hover {
    border-color: var(--yellow);
}
.problem-item-button,
.service-item-button {
    opacity: 0;
    color: var(--yellow);
    text-transform: uppercase;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 600;
    transition: all.3s ease;
    position: relative;
    margin-top: auto;
    letter-spacing: 0.2em;
}
.problem-item-button span,
.service-item-button span {
    margin-bottom: 10px;
    display: block;
}
.problem-item-button svg,
.service-item-button svg {
    display: block;
    transition: all.3s ease;
    position: relative;
    left: -100%;
}

.problems-slider__item:hover .problem-item-button svg,
.service-item:hover .service-item-button svg {
    left: 0;
}
.problems-slider__item:hover .problem-item-button,
.service-item:hover .service-item-button {
    opacity: 1;
}






.row-category-caption {
    margin-bottom: 150px;
    font-size: 18px;
    position: relative;
}

.row-category-caption-icon {
    position: absolute;
    left: 40px;
    bottom: 0;
}











.category-service-nth:first-child .category-service {
    border-top: 1px solid var(--yellow30);
}

.category-service {
    padding: 50px 0;
    border-bottom: 1px solid var(--yellow30);
}

.category-service:hover .category-service-excerpt {
    opacity: .8;
}

.row-category-service-list {
    padding-bottom: 350px;
}

.category-service-excerpt {
    color: var(--white);
    max-width: 520px;
    transition: all.3s ease;
    font-size: 18px;
}

.category-service-number {
    font-size: 60px;
    font-family: Bigilla, sans-serif;
    line-height: .9;
    color: var(--yellow);
}

.category-service-caption h3 {
    margin-top: 0;
    margin-bottom: 50px;
    max-width: 400px;
}

.category-service-caption h3 a {
    display: block;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.category-service-image img {
    display: block;
    border-radius: 270px;
    transition: all.3s ease;
}

.category-service-image a:not(.category-service-more):hover img {
    opacity: .8;
}

.category-service-image a:not(.category-service-more) {
    border-radius: 270px;
    display: flex;
    margin-bottom: 35px;
    max-width: fit-content;
}

.category-service-more {
    text-transform: uppercase;
    font-size: 14px;
    display: block;
    text-align: center;
    letter-spacing: 0.2em;
    margin-left: auto;
    max-width: fit-content;
    color: var(--yellow);
}

.category-service-more span {
    margin-bottom: 10px;
}

.category-service-more svg {
    display: block;
}


.wp-pagenavi {
    display: flex;
    align-items: center;
	flex-wrap: wrap;
    justify-content: center;
    margin-top: 100px;
}

.wp-pagenavi :where(a, span):last-child {
    margin-right: 0
}

.wp-pagenavi :where(a, span) {
    font-size: 28px;
    color: var(--yellow50);
    transition: all.3s ease;
    margin-right: 50px;
}

.wp-pagenavi > :where(a, span):hover,
.wp-pagenavi > :where(a, span).current {
    color: var(--yellow);
}
















.taxonomy-effect-page {
    padding-bottom: 350px;
}

.effect-item-nth:first-child .effect-item {
    border-top: 1px solid var(--yellow30);
}

.effect-item {
    border-bottom: 1px solid var(--yellow30);
    padding: 50px 0;
}

.effect-item-photo-nav {
    display: flex;
    list-style: none;
    padding-left: 0;
    margin-bottom: 30px;
}

.effect-item-photo-nav li {
    color: var(--yellow50);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.25;
    text-transform: uppercase;
    cursor: pointer;
    transition: all.3s ease;
}

.effect-item-photo-nav li:is(:hover, .active) {
    color: var(--yellow);
}

.effect-item-photo-nav li:not(:last-child) {
    margin-right: 40px;
}

.effect-item-photo {
    display: none;
}

.effect-item-photo.active {
    display: flex;
}

.effect-item-photo-item:first-child {
    margin-right: 40px;
}

.effect-item-photo-item {
    width: calc(50% - 20px);
}

.effect-item-photo-item img {
    width: 100%;
    display: block;
    margin-bottom: 10px;
}

.effect-item-photo-item i {
    display: block;
    text-align: center;
    font-size: 18px;
    color: var(--white);
}

.effect-item-title {
    letter-spacing: 0.1em;
    margin-top: 0;
    margin-bottom: 50px;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 700;
}

.effect-item-right {
    padding-left: 140px;
}

.effect-item-content {
    font-size: 18px;
    color: var(--white);
}

.effect-item-photos img {
    display: block;
}



















.price-service-page {
    padding-bottom: 350px;
}

.prices-item:first-child {
    border-top: 1px solid var(--yellow30);
}

.price-title {
    margin-bottom: 50px;
    margin-top: 0;
    position: relative;
    text-transform: uppercase;
    font-size: 24px;
    cursor: pointer;
}

.price-title svg {
    transition: all.3s ease;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.price-title.open svg {
    transform: rotate(-180deg);
}

.prices-items {
    margin-bottom: 100px;
}

.prices-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid var(--yellow30);
    font-size: 21px;
    width: calc(100% - 280px);
    margin-left: 280px;
}

.prices-item-cost {
    color: var(--white);
}

.case_page-navigation {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 50px;
}
.case_page-navigation-item {
    font-size: 14px;
    font-weight: 500;
    padding: 9px 15px;
    line-height: 1.4;
    margin-right: 20px;
}

.effect-item-date {
    padding-bottom: 25px;
    margin-bottom: 25px;
    font-size: 36px;
    line-height: 1;
    letter-spacing: 0.1em;
    font-family: Bigilla, sans-serif;
    border-bottom: 1px solid var(--yellow30);
}

.effect-item-tag {
    display: inline-block;
    color:  var(--white);
    font-size: 18px;
    font-weight: 400;
}
.effect-item-tag:hover {
    color:  var(--yellow);
}

















.blog-item-right {
    display: flex;
    flex-direction: column;
}

.blog-item-right .effect-item-right {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.blog-item-right .category-service-more {
    margin-top: auto;
}
























.single-post .row-heading .col-auto.mr-auto :where(h2, h1) {
    color: var(--yellow);
}

.single-post__content {
    padding-right: 140px;
}

.single-post__image img {
    width: 100%;
}
















.text-image-block {
    margin-bottom: 150px;
}

.text-image-block svg {
    margin: 150px auto 0;
    display: block;
}

.text-image-title {
    max-width: 520px;
    text-transform: uppercase;
    line-height: 1.5;
}

h2.text-image-title {
    margin-bottom: 100px;
    font-size: 36px;
}

h3.text-image-title {
    margin-bottom: 50px;
    font-size: 24px;
}

.text-image-left {
    padding-right: 140px;
}

.text-image-left.image {
    text-align: center;
}

.text-image-block img {
    border-radius: 190px;
}















.why-we {
    margin-bottom: 150px;
}

.why-we-list {

}

.why-we-item {
    display: flex;
    align-items: flex-start;
    height: 100%;
    margin-left: 140px;
    padding: 50px 0 60px;
    border-bottom: 1px solid var(--yellow30);
}

.why-we-item-nth:is(:nth-child(1), :nth-child(2)) .why-we-item {
    border-top: 1px solid var(--yellow30);
}

.why-we-title {
    max-width: 100%;
}

.why-we-item-number {
    font-family: Bigilla, sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    width: 140px;
    min-width: 140px;
}

.why-we-item-text {
    font-size: 18px;
    font-style: italic;
}















.specialists-wrapper {
    padding: 100px 0 350px;
}

.sepcialists-main-slider-wrapper {
    position: relative;
}

.specialists-slider-container {
    max-width: 1120px;
    margin: 0 auto;
}

.specialists-thumb {
    margin-top: 150px;
}

.specialists-item {
    display: flex;
}

.specialists-item-image {
    max-width: 50%;
    min-width: 50%;
    padding-right: 140px;
    box-sizing: border-box;
}

.specialists-item-image img {
    border-radius: 190px;
    border: 1px solid var(--yellow)
}

.specialists-item-caption {
    max-width: 50%;
    min-width: 50%;
    padding-top: 100px;
    box-sizing: border-box;
}

.specialists-item-heading {
    margin-bottom: 100px;
    padding-bottom: 50px;
    border-bottom: 1px solid var(--yellow30);
}

.specialists-item-name {
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.15em;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.specialists-item-position {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 50px;
    text-transform: uppercase;
}

.specialists-item-text {

}


.specialists-button-prev,
.specialists-button-next {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    cursor: pointer;
    opacity: 1;
    transition: all.2s ease;
}

:is(.specialists-button-prev, .specialists-button-next).swiper-button-disabled {
    opacity: .3;
}

:is(.specialists-button-prev, .specialists-button-next):not(.swiper-button-disabled):hover {
    opacity: .7;
}

.specialists-button-next {
    right: 0;
}

.specialists-button-prev {
    left: 0;
}

.specialists-thumb-image {
    border-radius: 50%;
    width: 120px;
    height: 120px;
    cursor: pointer;
    border: 1px solid var(--yellow);
}


.specialists-thumb-image:hover img,
.swiper-slide-thumb-active .specialists-thumb-image img {
    opacity: .5;
}

.specialists-thumb-image img {
    border-radius: 50%;
    transition: all.2s ease;
    width: 120px;
    height: 120px;
    object-fit: contain;
    object-position: top;
}

.thumb-container {
    max-width: 1030px;
}















.certificates {
    padding-top: 200px;
    padding-bottom: 200px;
    background-color: #35373B;
}

.associations-item img {
    display: block;
}

.associations-slider-wrapper,
.certificates-slider-wrapper {
    position: relative;
}

.aboutBottomSliders-button-prev,
.aboutBottomSliders-button-next {
    position: absolute;
    cursor: pointer;
    top: calc(100% + 100px);
    transition: all.2s ease;
}

.aboutBottomSliders-button-prev:hover,
.aboutBottomSliders-button-next:hover {
    opacity: .7;
}

.aboutBottomSliders-button-prev {
    left: 50%;
    transform: translateX(calc(-100% - 70px));
}

.aboutBottomSliders-button-next {
    right: 50%;
    transform: translateX(calc(100% + 70px));
}













.associations {
    padding-top: 150px;
    padding-bottom: 350px;
    background-color: #35373B;
}

.associations-item img {
    border-radius: 190px;
    background: #fff;
    min-height: 150px;
}

.associations-item img {
    display: block;
    object-fit: scale-down;
}












.site-footer .site-menu > ul {
    align-items: flex-start;
}

.site-footer .site-menu .menu-item-has-children > a:after {
    content: unset
}

.site-footer .site-menu .menu-item-has-children .sub-menu {
    position: relative;
    left: 0;
    top: 0;
    background: transparent !important;
    box-shadow: none !important;
    visibility: visible;
    min-width: unset;
    opacity: 1;
    padding: 30px 0 0;
    max-width: 170px;
}

.site-footer .site-menu .menu-item-has-children .sub-menu .menu-item:first-child {
    margin-top: 0;
}

.site-footer .site-menu .menu-item-has-children .sub-menu .menu-item {
    margin-top: 7px;
}

.site-footer .site-menu .menu-item-has-children .sub-menu .menu-item > a:hover {
    color: var(--yellow);
}

.site-footer .site-menu .menu-item-has-children .sub-menu .menu-item > a {
    font-size: 10px;
    line-height: 1.6;
}



















.services-block__wrap {
    border-bottom: none;
}
.problems-slider__item,
.services-slider-item {
    max-width: 100%;
}

.services-slider-item .service-item-subtitle {
    min-height: 68px;
    margin-bottom: 20px;
}
.subservice-item{
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
}
.service-item:hover .subservice-item{
    color: var(--yellow);
}
.service-item-list{
    margin-bottom: 50px;
    opacity: .5;
    transition: all .2s ease;
}
.service-item:hover .service-item-list{
    opacity: 1;
    transition: all .2s ease;
} 
.subservice-item:not(:last-child){
    margin-bottom: 15px;
}
.services-slider-wrapper {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}

.services-slider-wrapper .swiper-pagination {
    display: none;
}

.services-slider-wrapper .swiper-wrapper {
    padding: 2px 0;
}

.services-slider-wrapper .swiper-slide {
    opacity: .1;
    transition: all.4s ease;
    transform: scale(.75);
}

.services-slider-wrapper .swiper-slide:is(.swiper-slide-next, .swiper-slide-prev, .swiper-slide-active) {
    opacity: 1;
    transform: scale(.9999);
}

.services-slider-prev,
.services-slider-next {
    position: absolute;
    top: 160px;
    height: 20px;
    z-index: 100;
    transition: all.2s ease;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.services-slider-prev:hover,
.services-slider-next:hover {
    opacity: 0.7;
}

.services-slider-prev.swiper-button-disabled,
.services-slider-next.swiper-button-disabled {
    opacity: 0.2;
}

.services-slider-prev {
    left: 90px;
}

.services-slider-next {
    right: 90px;
}




.problems-block .container{
    border-top: 1px solid var(--yellow);

}
.problems-block__wrap{
    padding-top: 100px;
    padding-bottom: 350px;
}
.problems-slider__item__image{
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
.problems-slider__item__image img{
    width: 220px;
    height: 220px;
    border-radius: 50%;
}
.problems-slider__item__title{
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 28px;
    line-height: 33px;
    margin-bottom: 61px;
    letter-spacing: 0.1em;
}

.problem-item-button{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.problems-slider__item{
    border: 1px solid transparent;
    padding: 50px 20px;
    max-width: 100%;
    min-width: 100%;

}
.problems-slider__item:hover{
    color: var(--yellow);
}
.problems-slider__item:hover{
    border: 1px solid var(--yellow);
}
.problem-slider-prev{
    transform: rotate(180deg);
    left: 0;
}
.problem-slider-next{
    right: 0;
}
.problem-slider.swiper{
    overflow: inherit;
}
.problem-slider .swiper-slide-duplicate-prev,
.problem-slider .swiper-slide-next + .swiper-slide{
    opacity: .2;
    transition: all .2s ease;
}
.service-form-block {
    background-color: #35373b;
    padding: 200px 0 350px;
}

.checkup .service-form-block {
    padding: 50px 0 350px;
}

.price-service-page-with-form {
    padding-bottom: 0 !important;
}

.price-service-page-with-form .prices-items {
    margin-bottom: 350px;
}

.service-form-content {
    margin-bottom: 100px;
}

.service-form-content :is(h4, h3, h2) {
    margin-bottom: 50px;
}

.price-form {
    padding-top: 250px;
}

.price-form #price_submit {
    width: 100%;
    max-width: 520px;
    letter-spacing: 0.15em;
}

.price-form .order-form-group {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
}

.price-form .order-form-group > label {
    margin-bottom: 20px;
}

.price-form {
    padding-top: 250px;
}

.price-form #price_submit {
    width: 100%;
    max-width: 520px;
    letter-spacing: 0.15em;
}

.price-form .order-form-group {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
}

.price-form .order-form-group > label {
    margin-bottom: 20px;
}


.checkup-form {
    padding-top: 50px;
}



.checkup-form .title, .checkup-form .subtitle {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.checkup-form .title {
    line-height: 50px;
    font-size: 36px;
    margin-bottom: 30px;
}

.checkup-form .subtitle {
    line-height: 34px;
    font-size: 24px;
    margin-bottom: 80px;
}

.checkup-form #price_submit {
    width: 100%;
    max-width: 520px;
    letter-spacing: 0.15em;
}

.checkup-form .order-form-group {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}

.checkup-form .order-form-group > label {
    margin-bottom: 20px;
}

.checkup-form #g-recaptcha-price > div {
    margin: auto;
}

.grecaptchaError{
    margin-top: 30px;
    display: none;
    color: rgba(255, 57, 24);
}

.custom-radio-list {
    display: flex;
    align-items: center;
}

.custom-radio-box {
    margin-right: 35px;
}

.custom-radio-box input {
    display: none;
}

.custom-radio-box label {
    font-size: 10px;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    letter-spacing: 0.15em;
    cursor: pointer;
    align-items: center;
    text-align: center;
    line-height: 1.3;
    min-width: 115px;
    width: 115px;
}

.custom-radio-box label:before {
    content: '';
    display: block;
    -webkit-background-clip: content-box;
    background-clip: content-box;
    margin-bottom: 10px;
    width: 40px;
    height: 40px;
    transition: all.2s ease;
    padding: 9px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid var(--yellow);
}

.custom-radio-box input:checked + label:before {
    background-color: var(--yellow);
}



.order-form-group.checkbox label {
    padding-left: 55px;
    display: flex;
    align-items: center;
    position: relative;
    height: 30px;
    cursor: pointer;
}

.order-form-group.checkbox label:before {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid var(--yellow);
}

.order-form-group.checkbox label:after {
    content: '';
    width: 24px;
    height: 21px;
    position: absolute;
    transition: all.2s ease;
    opacity: 0;
    top: 4px;
    left: 3px;
    background: url('../images/agree_checkbox.svg') center/cover no-repeat;
}

.order-form-group.checkbox input {
    display: none;
}

.order-form-group.checkbox input:checked + label:after {
    opacity: 1;
}



.file-box input {
    display: none;
}

.file-box label img {
    display: none;
}

.file-box label.choosed span {
    display: none;
}

.file-box label.choosed {
    width: fit-content;
    max-width: 100%;
    padding: 10px;
    height: auto;
}

.file-box label.choosed {
    flex-wrap: wrap;
    align-items: flex-start;
}

.file-box label.choosed img.perfectoImage {margin: 0;}

.file-box label.choosed img {
    margin-right: 10px;
    display: block;
    max-width: 150px;
    height: auto
}

.file-box label:hover {
    background: var(--yellow30);
}

.file-box label {
    width: 100%;
    transition: all.2s ease;
    height: 100px;
    border: 1px dashed var(--yellow);
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-form-images {
    justify-content: center;
    display: flex;
}

.service-form-image {
    max-width: calc(100% / 5);
    min-width: calc(100% / 5);
    text-align: center;
}













.order-form-group.button-group {
    margin-bottom: 0;
}














body.tax-effect,
body.category.archive,
body.single-post,
body.page-id-40,
body.page-id-38,
body.page-id-2358,
body.page-id-4062,
body.page-id-4064,
body.page-id-4066 {
    background: var(--black2);
}


:is(body.tax-effect,
body.category.archive,
body.single-post,
body.page-id-40,
body.page-id-38,
body.page-id-2358,
body.page-id-4062,
body.page-id-4064,
body.page-id-4066) #order-form-popup {
    background: var(--black2);
}

body.page-template-template-contact #order-form-popup {
    background: var(--darkgray);
}

body.page-template-template-contact {
    background: var(--darkgray);
}

.order-contacts .breadcrumbs-section {
    display: none;
}

.page-template-template-contact .order-contacts .breadcrumbs-section {
    display: block;
}

.page-template-template-contact .order-contacts__wrap {
    padding-top: 0;
}


.category-caption-wrap {
    overflow: hidden;
    height: 300px;
    position: relative;
}

.category-caption-wrap.open:after {
    opacity: 0;
}

.category-caption-wrap:after {
    content: '';
    transition: all.3s ease;
    position: absolute;
    width: 104%;
    height: 50%;
    background: linear-gradient(to top, var(--black2), transparent);
    bottom: 0;
    left: -2%;
}

.category-caption-buttons .category-service-more svg {
    width: 100%;
}

.category-caption-buttons {
    padding-top: 60px;
    display: flex;
    justify-content: flex-end;
}
.doctors{
    background: var(--gray);
}
.doctor-item{
    border-top: 1px solid var(--yellow);
    padding: 50px 0;
}
.doctor-item:last-child{
    border-bottom: 1px solid var(--yellow);
}
.doctor-item-inner{
    display: flex;
    align-items: flex-start;
    max-width: 1220px;
    margin: 0 auto;
    
}
.doctor-item__image{
    margin-right: 180px;
    width: 240px;
    height: auto;
}
.doctor-item__image img{
    width: 100%;
    height: auto;
}
.doctor-item-name{
    font-weight: 700;
    font-size: 28px;
    line-height: 33px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.doctor-item-position{
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    margin-bottom: 50px;
}
.doctor-item-experience{
    font-weight: 500;
    font-size: 21px;
    line-height: 34px;
    letter-spacing: 0.05em;
    margin: 0;
    margin-bottom: 20px;
}
.specialisation-title{
    font-weight: 500;
    font-size: 21px;
    line-height: 34px;
    letter-spacing: 0.05em;
    margin: 0;
    margin-bottom: 20px;
}
ul.specialisation-list{
    margin-bottom: 50px;
}
.specialisation-list li{
    font-style: italic;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    margin-bottom: 15px;
    list-style-type: none;
    position: relative;
}
.specialisation-list li:before{
    content: '—';
    margin-right: 4px;
}
.doctors-item-link-wrapper{
    max-width: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.doctors-link{
    font-weight: 600;
    font-size: 14px;
    line-height: 16px; 
    letter-spacing: 0.2em;
    text-transform: uppercase;
}
.doctors-item-link-wrapper{
    margin-right: 0;
    margin-left: auto;
}
.all-doctors-link-wrapper{
    margin-top: 100px;
}
.all-doctors-link{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 270px;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    margin-right: 0;
    margin-left: auto;
}
.main-certificates{
    background: var(--darkgray);
    padding-top: 150px;
    padding-bottom: 250px;
}
.cert-slider .swiper-slide{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 50px 40px 68px 40px;
    border: 1px solid transparent;
    height: 550px;
    transition: all .2s ease;
}
.cert-slider .swiper-slide:hover{
    border: 1px solid var(--yellow);
    transition: all .2s ease;
}
.cert-slider-image-wrapper{
    height: 340px;
    width: 280px;
    display: flex;
    align-items: center;
}
.cert-slider-image-wrapper img{
    width: 100%;
    height: auto;
}
.certificates-text{
    font-weight: 500;
    font-size: 21px;
    line-height: 34px;
    letter-spacing: 0.05em;
    margin: 100px 0;
    max-width: 850px;
    margin-right: 160px;
    margin-left: auto;
}
.cert-slide-name{
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.03em;
    transition: all .2s ease;
}
.cert-slider .swiper-slide:hover .cert-slide-name{
    color: #fff;
    transition: all .2s ease;
}
.cert-navigation-wrapper{
    max-width: 240px;
    margin: 100px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cert-slider-prev{
    transform: rotate(180deg);
}
.cert-all-link-wrapper a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    max-width: 360px;
    margin-right: 0;
    margin-left: auto;
}
.main-blog{
    padding-top: 150px;
    padding-bottom: 150px;
    background: var(--gray);
}
.blog-item{
    display: flex;
    flex-direction: column;
    padding: 20px;
    border: 1px solid transparent;
    transition: all .2s ease;
}
.blog-item:hover{
    border: 1px solid var(--yellow);
    transition: all .2s ease;
}
.blog-item__image{
    height: 230px;
    width: auto;
    margin-bottom: 20px;
}
.blog-item__image img{
    width: auto;
    height: 100%;
}
.blog-item-date{
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.03em;
    color: #fff;
    margin-bottom: 20px;
}
.blog-item__title{
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    height: 150px
}
.blog-navigation-wrapper{
    max-width: 240px;
    margin: 100px auto 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.blog-slider-prev{
    transform: rotate(180deg);
}
.blog-all-link-wrapper a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 175px;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-right: 0;
    margin-left: auto;
}
.main-faq{
    padding-top: 150px;
    padding-bottom: 350px;
}
.faq-wrapper{
    max-width: 1080px;
    margin: 0 auto;
}
.faq-question{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    border-top: 1px solid #6A635C;
    cursor: pointer;
    
}
.faq-item:last-child .faq-question{
    border-bottom: 1px solid #6A635C;
}
.question-text{
    font-weight: 500;
    font-size: 21px;
    line-height: 34px;
    letter-spacing: 0.05em;
    margin-right: 20px;
}
.question-icon{
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.quest-icon-line{
    height: 2px;
    width: 25px;
    background-color: var(--yellow);
}
.quest-icon-line:last-child{
    transform: rotate(90deg);
    position: absolute;
    opacity: 1;
    transition: all .2s ease;
}
.faq-answer{
    display: none;
}
.faq-question-active .quest-icon-line:last-child{
    opacity: 0;
    transition: all .2s ease;
}
.faq-answer{
    padding: 30px 104px 22px 40px;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.03em;
}
.faq-answer li{
    list-style-type: none;
    font-style: italic;
    margin-bottom: 15px;
}
.faq-answer li:before{
    content: '—';
    margin-right: 10px;
}

/*GALLERY PAGE*/

.gallery-wrapper{
    padding-top: 54px;
    padding-bottom: 350px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.gallery-item{
    padding: 50px 14px;
    border: 1px solid transparent;
    transition: all .2s ease;
}
.gallery-item:hover{
    border: 1px solid var(--yellow);
    transition: all .2s ease;
}
.gallery-img-wrapper{
    width: 380px;
    height: 304px;
}
.gallery-img-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gellery-item-text{
    text-align: center;
    padding: 0 15px;
    margin-top: 50px;
    max-width: 380px;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.03em;
}
/*LICENSE PAGE*/
.cert-page-item{
    padding: 50px 34px;
    border: 1px solid transparent;
    transition: all .2s ease;
}
.cert-page-item:hover{
    border: 1px solid var(--yellow);
    transition: all .2s ease;
}
.cert-page-img-wrapper{
    width: 340px;
    height: 340px;
}
.cert-page-img-wrapper img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.cert-page-item-text{
    max-width: 340px;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.03em;
}

/*DOCTORS PAGE*/
.single-doctors-wrapper{
    padding-bottom: 350px;
}
.main-doctors-text{
    max-width: 1080px;
    margin-right: 0;
    margin-left: auto;
    margin-top: 37px;
    margin-bottom: 100px;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.03em;
}
.doctors-page .doctor-item{
    border-top: 1px solid #6A635C;
}
.doctors-page .doctor-item:last-child{
    border-bottom: 1px solid #6A635C;
}
.single-doctor-main-info{
    padding-top: 50px;
    padding-bottom: 250px;
}
.single-doctor-main-info-inner{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.single-doctor-content-col{
    flex-basis: 50%;
}
.single-doctor-img-col{
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.single-doctor-img-wrapper{
    max-width: 380px;
    margin-bottom: 100px;
}
.single-doctor-img-wrapper img{
    width: 100%;
    height: auto; 
}
.single-doctor-btn{
    font-weight: 600;
    font-size: 15px;
    line-height: 18px; 
    letter-spacing: 0.15em;
    text-transform: uppercase;
    padding: 41px 63px;
    border: 1px solid var(--yellow);
    border-radius: 100px
}
.single-doctor-name{
    font-weight: 700;
    font-size: 36px;
    line-height: 50px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.single-doctor-position{
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #fff;
}
.single-doctor-name-wrapper{
    padding-bottom: 30px;
    border-bottom: 1px solid #6A635C;
}
.single-doctor-experience-wrapper{
    padding: 30px 0;
    border-bottom: 1px solid #6A635C;

}
.single-doctor-experience{
    font-weight: 500;
    font-size: 21px;
    line-height: 34px;
    letter-spacing: 0.05em; 
    margin-bottom: 30px;
}
.single-doctors-links-wrapper{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.single-doctor-link{
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.05em;
    display: block;
    padding: 10px 30px;
    margin-right: 10px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    margin-bottom: 15px;
}
.single-main-text{
    padding: 30px 0;
    border-bottom: 1px solid #6A635C;
    font-weight: 500;
    font-size: 18px;
    line-height: 29px;
    letter-spacing: 0.05em;
}
.single-main-text li{
    list-style-type: none;
    color: #fff;
    margin-bottom: 15px;
    font-style: italic;
}
.single-main-text li:before{
    content: '—';
    margin-right: 10px;
}
.single-doctor-services{
    padding-top: 30px;
}
.single-doctor-services-text{
    font-weight: 700;
    font-size: 18px;
    line-height: 29px;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    margin: 0;
    margin-bottom: 50px;
}
.single-doctor-services-link-wrapper{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.single-doctor-services-link{
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    display: block;
    padding: 10px 15px;
    border: 1px solid var(--yellow);
    border-radius: 50px;
    margin-right: 20px;
    margin-bottom: 15px;
}
.link-to-all-doctors{
    max-width: 300px;
    display: flex;
    align-items: center;
    margin-top: -20px;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}
.link-to-all-doctors svg{
    margin-right: 20px;
}
.single-cert-img-wrapper{
    width: 240px;
    height: 170px;
}
.single-cert-img-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.single-doctors-certificates{
    background-color: var(--gray);
    padding-top: 150px;
    padding-bottom: 125px;
}
.single-reviews-slider .swiper-slide{
    box-sizing: border-box;
    padding: 50px;
    border: 1px solid #6A635C;
    height: 500px;
    max-width: 520px;
    margin: 0 14px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.review-header-block-wrapper{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 340px;
}
.single-review-text-wrapper{
    width: 340px;
    margin-right: 0;
    margin-left: auto;
}
.single-reviews-section{
    padding-top: 125px;
    padding-bottom: 350px;
    background-color: var(--gray);
}
.single-review-img-col{
    margin-right: 30px;
}
.single-review-img-col img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.single-review-header{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.single-review-name{
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-bottom: 19px;
}
.single-review-stars-wrapper{
    display: flex;
    align-items: center;
    margin-bottom: 19px;
}
.single-review-stars-wrapper .star:not(:last-child){
    margin-right: 5px;
}
.single-review-star,
.single-review-star-active{
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: cover;
}
.single-review-star-active{
    background-image: url(../images/star-active.svg);
}
.single-review-star{
    background-image: url(../images/star-null.svg);
}
.single-review-date{
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #fff;    
}
.single-review-text{
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    margin-bottom: 19px;
    max-height: 220px;
    overflow: auto;
    scrollbar-width: thin; 
}
.single-review-text::-webkit-scrollbar {
    width: 3px;
  }

.single-review-note{
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.03em;
}
.single-review-icon-wrapper{
    display: flex;
    justify-content: center;
}

.publics-doctor{
    padding-top: 150px;
    padding-bottom: 350px;
}
.section-title{
    font-weight: 700;
    font-size: 36px;
    line-height: 50px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 100px;
}

/*REWIES PAGE*/
.reviews-page{
    padding-bottom: 350px;
    background-color: var(--gray);
}
.star-rating {
    display: flex;
    justify-content: center;
    gap: 4px;
  }
  defs{
    width: 20px;
    height: 20px;
  }
  .c-star {
    width: 20px;
    height: 20px;
    fill: var(--gray);
    stroke: #FED4A0;
  }
  .c-star use{
    transform: scale(1.73);
  }
    .c-star.active {
      fill: #FED4A0;
    }
.reviews-page-links{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 100px;
}
.reviews-page-link-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 40px;
    
}
.reviews-link-logo{
    width: 240px;
    height: 100px;
    background-color: #fff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.reviews-link-logo img{
    max-width: 90%;
    height: auto;
}
.review-link-rating{
    font-family: 'Bigilla', sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.star{
    display: flex;
    align-items: center;
}
.star svg:not(:last-child){
    margin-right: 5px;
}
.review-page-tabs{
    display: flex;
    max-width: 545px;
    margin: 0 auto 50px;
}
.review-page-tab{
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding-bottom: 20px;
    width: 50%;
    cursor: pointer;
    border-bottom: 1px solid #FED4A0;
    opacity: 0.5;
    transition: all 0.3s ease-in-out;
}
.review-page-tab-active{
    opacity: 1;
    transition: all 0.3s ease-in-out;
}
.review-page-tab:last-child{
    text-align: right;
}
.review-page-content{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.review-page-content-item{
    flex-basis: 31.3%;
    border: 1px solid rgba(254,212,160,0.3);
    padding: 50px;
    margin-bottom: 40px;
}

.review-page-content-item:not(:nth-child(3n)){
    margin-right: 40px;
}
.review-page-item-header{
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}
.review-page-item-img-wrapper{
    margin-right: 30px;
}
.review-page-item-img-wrapper img{
    width: 50px;
    height: 50px;
    border-radius: 100px;
}
.review-page-item-info-inner{
    width: 340px;
    display: flex;
    justify-content: space-between;
}
.review-page-item-text-wrapper{
    max-width: 340px;
    margin-right: 0;
    margin-left: auto;
}
.review-page-item-name{
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.review-page-item-rating{
    display: flex;
}
.review-page-item-rating .star:not(:last-child){
    margin-right: 5px;
}
.review-page-item-date{
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.15em;
    color: #fff;
}
.review-page-item-text{
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    max-height: 250px;
    margin-bottom: 20px;
    overflow: auto;
    scrollbar-width: thin; 
}
.single-review-text::-webkit-scrollbar {
    width: 3px;
  }
.review-page-content{
    margin-bottom: 100px;
}
.nav-links{
    text-align: center;
    font-weight: 400;
    font-size: 28px;
    line-height: 33px;
    letter-spacing: 0.1em;
    font-style: italic;
}
.nav-links a{
    opacity: .5;
}
.nav-links a:not(:last-child),
.nav-links span:not(:last-child){
    margin-right: 50px;
}
.review-page-video-inner{
    max-width: 1360px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.review-page-item-video{
    flex-basis: 48%;
    margin-bottom: 50px;
    padding-top: 50px;
    border-top: 1px solid rgba(254,212,160,0.3);
}
.review-video-container{
    margin-bottom: 30px;
}
.review-video-container iframe{
    width: 660px;
    height: 400px;
}

/*BLOG ARTICLE PAGE*/
.disclaimer{
    margin-bottom: 70px;
}
.disclaimer-inner{
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    padding: 20px;
}
.disclaimer-text{
    margin: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.03em;
    color: #FFFFFF;
}
.checkbox-img-wrapper{
    width: 30px;
    height: 30px;
    margin-right: 20px;
}
.table-of-content{
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid rgba(254,212,160,0.3);
}
.table-of-content-title {
    font-weight: 700;
    font-size: 21px;
    line-height: 42px;
    letter-spacing: 0.03em;
    margin-bottom: 25px;
	cursor: pointer;
	position: relative;
}
.table-of-content-title::after {
	content: '';
    position: relative;
    display: inline-block;
    margin-left: 10px;
   	top: -2px;
    width: 12px;
    height: 6px;
    background: url(../images/icon-dropdown.svg) center center / cover no-repeat;
	transition: all .3s ease-in-out;
}
.table-of-content-title-active::after {
	transform: rotate(180deg);
	transition: all .3s ease-in-out;
}
.use-lit-content :is(ul, ol),
.table-of-content :is(ul, ol){
    color: var(--yellow);
    padding-left: 22px;
}
.use-lit-content :is(ul, ol) li,
.table-of-content :is(ul, ol) li{
   padding-left: 0;
   list-style-type: inherit;
}
.use-lit-content li:after,  
.table-of-content-list li:after{
    display: none !important;
}
.article-block{
    margin-bottom: 40px;
}
.article-section-title{
    font-weight: 700;
    font-size: 21px;
    line-height: 42px;
    letter-spacing: 0.03em;
    margin-bottom: 20px;
}
.article-block-content{
    font-weight: 400;
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 0.03em;
    color: #FFFFFF;
}
.article-block-content a{
    font-weight: 700;
    font-style: italic;
    text-decoration: underline;
}
.comment-doctor{
    background: rgba(255, 255, 255, 0.1);
    padding: 30px 40px 50px;
    margin-bottom: 50px;
}
.comment-doctor-title{
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(254,212,160,0.3);
}
.comment-doctor-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.comment-doctor-info{
    width: 580px;
}
.comment-doctor-img-wrapper img{
    width: 120px;
    height: 120px;
    border-radius: 200px;
    border: 1px solid rgba(254,212,160);
}
.comment-doctor-name{
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0.1em;
    text-transform: uppercase; 
    margin-bottom: 10px;
}
.comment-doctor-position{
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    margin-bottom: 40px;
}
.comment-doctor-experiens{
    font-weight: 500;
    font-size: 21px;
    line-height: 34px;
    letter-spacing: 0.05em;
    margin: 0;
}
.commant-doctor-text{
    max-width: 580px;
    margin-right: 0;
    margin-left: auto;
    font-weight: 500;
    font-size: 18px;
    line-height: 29px;
    letter-spacing: 0.03em;
    font-style: italic;
}
.about-author{
    background: rgba(255, 255, 255, 0.1);
    padding: 40px;
    margin-bottom: 100px;
    display: flex;
	gap: 20px;
    justify-content: space-between
}
.about-author-content{
    flex-basis: 80%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}
.about-author-text{
    font-weight: 500;
    font-size: 18px;
    line-height: 29px;
    letter-spacing: 0.05em;
    color: #FFFFFF;
}
.about-author-text p {
	margin: 0;
}
.about-author-text strong{
    color: var(--yellow);
}
.about-author-img-wrapper {
	width: 120px;
    height: 120px;	
}
.about-author-img-wrapper img{
    object-fit: cover;
	object-position: top;
	width: 100%;
    height: 100%;
    border-radius: 200px;
    border: 1px solid rgba(254,212,160);
}
.about-author-link-wrapper{
    display: flex;
    justify-content: flex-end;
}
.about-author-link-wrapper{
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase; 
}
.use-lit{
    padding: 20px 0;
    margin-bottom: 100px;
    border-top: 1px solid rgba(254,212,160,0.3);
    border-bottom: 1px solid rgba(254,212,160,0.3);
}
.use-lit-title-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.use-lit-title-wrapper p{
    margin: 0;
    font-weight: 500;
    font-size: 21px;
    line-height: 34px;
    letter-spacing: 0.05em;
}
.use-lit-content{
    padding-top: 20px;
    padding-left: 40px;
    display: none;
    
}
.use-lit-content :is(ul, ol) li{
    color: #fff;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.03em;
    font-style: normal;
}
.attention{
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(254, 212, 160, 0.5);
    padding: 20px;
    margin-bottom: 100px;
}
.attention-title{
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 10px;
}
.attintion-text{
    font-size: 18px;
    line-height: 29px;
    letter-spacing: 0.03em;
    color: #fff;
}
.other-articles{
    margin-top: 183px;
    padding-bottom: 350px;
}
.article-dates{
    padding-left: 20px;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #fff;
}
.service-doctors{
    background: var(--darkgray);
}
.service-doctors .founder-block__wrap{
    padding-top: 150px;
    padding-bottom: 125px;
}
.review-service h2,
.main-faq h2,
.other-service h2,
.service-block-price h2,
.service-doctors h2{
    color: #fff !important;
}
.service-block-price{
    background: var(--darkgray);
}
.service-block-price .founder-block__wrap{
    padding-top: 125px;
    padding-bottom: 250px;
}
.service-block-price .prices-items{
    max-width: 1080px;
    margin: 0 auto;
}
.service-block-price .prices-item{
    width: 100%;
    margin-left: 0;
}
.other-service{
    padding-top: 150px;
    padding-bottom: 200px;
}
.review-heading{
    flex-direction: row;
}
.review-btn{
    padding: 17px 46px;
    border: 1px solid var(--yellow);
    border-radius: 50px;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.service-faq{
    background: #2B333F;
    padding-bottom: 125px;
}
.review-service .review-block__wrap{
    background: #2B333F;
    padding-top: 125px;
    padding-bottom: 350px;
}
.filter-var-param-active {
	color: #fff;
}
.single-post__image-mobile {
	display: none;
}
.table-of-content-list {
	display: none;
}

/*Franchise page*/

.franchise-first-screen .row-heading{
	margin-bottom: 30px !important;
}
.franchise-first-screen-text {
	max-width: 1080px;
	margin-right: 0;
	margin-left: auto;
	font-size: 18px;
	line-height: 36px;
	letter-spacing: 0.03em;
}
.franchise-first-screen {
	margin-bottom: 150px;
}
.franchise-section-title {
	font-size: 36px;
	line-height: 50px;
	letter-spacing: 0.1em;
}
.farnchise-our-goals .franchise-section-title{
	margin-bottom: 100px;
}
.our-goals-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1500px;
}

.our-goals-item {
	border-bottom: 1px solid #FED4A0;
	width: 45%;
	padding: 50px 0;
	display: flex;
	align-items: flex-start;
	gap: 70px;
}
.our-goals-item p {
	margin: 0;
}
.our-goals-item:first-child,
.our-goals-item:nth-child(2) {
	border-top: 1px solid #FED4A0;
}
.our-goals-item-num {
	font-family: 'Bigilla', sans-serif;
	font-weight: 700;
	font-size: 36px;
	line-height: 36px;
	letter-spacing: 0.1em;
}
.our-goals-item-text {
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	letter-spacing: 0.03em;
}
.farnchise-our-goals {
	margin-bottom: 250px;
}
.franchise-tarifs {
	margin-bottom: 200px;
}
.franchise-tarifs-inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 40px;
}
.franchise-tarif-card {
	width: 32%;
	border: 1px solid rgba(254, 212, 160, 0.3);
	padding: 50px;
	min-height: 810px;
}
.franchise-tarif-card-icon {
	display: block;
	margin: 0 auto 30px;
}
.franchise-tarif-card-title {
	font-weight: 700;
	font-size: 28px;
	line-height: 33px;
	letter-spacing: 0.1em;
	color: #FED4A0;
	text-align: center;
	margin-bottom: 30px;
}
.franchise-tarif-card-text {
	overflow: hidden;
	position: relative;
	
}
.franchise-tarif-card-text:after {
	content: '';
	display: block;
	width: 100%;
	height: 130px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(0deg, rgba(43,51,63,1) 25%, rgba(158,119,237,0) 100%);
}
.franchise-tarif-card-text ul {
	list-style-type: none;
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	letter-spacing: 0.03em;
	font-style: italic;
	color: #Fff;
	padding-left: 0;
	padding-bottom: 100px;
}
.franchise-tarif-card-text li {
	margin-bottom: 15px;
	position: relative;
}
.franchise-tarif-card-text li:before {
	content: '— ';
}
.franchise-tarif-card-show-more {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 50px;
}
.franchise-tarif-card-show-more a {
	display: flex;
	align-items: center;
	gap: 21px;
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}
.franchise-tarif-card-show-more .franchise-tarif-card-show,
.franchise-tarif-card-show-more .franchise-tarif-card-hide {
	display: none;
}
.franchise-tarif-card-hide svg {
	transform: rotate(180deg); 
}
.franchise-tarif-card-btn-wrap {
	display: flex;
}
.franchise-btn {
	width: 100%;
	max-width: 417px;
    padding: 39.5px 10px;
    text-align: center;
	border-radius: 50px;
	border: 1px solid #FED4A0;
	font-weight: 600;
	font-size: 18px;
	line-height: 21px;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	transition: all .3s ease-in-out;
	&:hover {
		background-color: #FED4A0;
		color: #2b333f;
		transition: all .3s ease-in-out;
	}
}
.franchise-features {
	margin-bottom: 187px;	
}
.franchise-features-inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	max-width: 1360px;
}
.franchise-features .franchise-section-title {
	max-width: 270px;
}
.franchise-features-list {
	max-width: 800px;
}
.franchise-features-item:first-child {
	border-top: 1px solid rgba(254, 212, 160, .3);
}
.franchise-features-item {
	padding: 50px 0;
	font-weight: 500;
	font-size: 21px;
	line-height: 34px;
	letter-spacing: 0.05em;
	border-bottom: 1px solid rgba(254, 212, 160, .3);
}
.franchise-map {
	margin-bottom: 200px;
	background-color: #35373B;
	padding: 200px 0;
}
.franchise-map-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: -28px;
}
.franchise-map-text {
	max-width: 520px;
	font-weight: 400;
	font-size: 18px;
	line-height: 36px;
	letter-spacing: 0.03em;
	margin: 0;
}
.franchise-map-img-wrap {
	max-width: 1080px;
	height: auto;
	margin: 0 auto 100px;
}
.franchise-map-img-wrap img{
	width:100%;
	height: 100%;
}
.franchise-map-btn-wrap {
	display: flex;
	justify-content: center;
}
.franchise-map + .farnchise-our-goals {
	margin-bottom: 150px;
}
.franchise-give {
	margin-bottom: 250px;
}
.franchise-give .franchise-give-title {
	font-weight: 700;
	font-size: 28px;
	line-height: 33px;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 53px
}
.franchise-give-inner {
	max-width: 800px;
	display: flex;
	justify-content: space-between;
	gap: 40px;
	margin: 0 auto 100px;
}
.franchise-give-col {
	width: 49%;
}
.franchise-give-item {
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	letter-spacing: 0.03em;
	font-style: italic;
	color: #fff;
}
.franchise-hairmed {
	border-top: 1px solid rgba(254, 212, 160, .3);
	padding-top: 150px;	
	margin-bottom: 250px;
}
.franchise-hairmed .franchise-section-title{
	margin-bottom: 100px;
}
.franchise-hairmed-inner {
	display: flex;
	gap: 40px;
	margin-bottom: 100px;
}
.franchise-hairmed-card {
	width: 24%;
	border: 1px solid rgba(254, 212, 160, 0.3);
	height: 400px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 100px;
}
.franchise-hairmed-card-img {
	margin-bottom: 35px;
}
.franchise-hairmed-card-name {
	font-weight: 700;
	font-size: 18px;
	line-height: 29px;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	max-width: 280px;
}
.faq-block__wrap .franchise-section-title {
	text-align: center;
	margin-bottom: 100px;
}
.faq-wrapper {
	margin-bottom: 100px;
}
.franchise-page {
	padding-bottom: 225px;
}
.franchise-popup {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: rgba(11, 11, 11, .8);
	display: none;
}
.franchise-popup-inner {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.franchise-popup-block {
	width: 520px;
    padding: 50px 30px 20px;
    margin: 0 auto;
    position: relative;
    background: var(--blue);
    border-radius: 5px;
	position: relative;
}
.franchise-popup-block br {
	display: none;
}
.franchise-popup-block input {
    font-size: 18px;
    transition: all .3s ease;
    line-height: 1;
    width: 100%;
    font-weight: normal;
    text-transform: uppercase;
    display: block;
    background: var(--yellow10);
    padding: 10px;
    color: var(--white50);
    border: none;
    border-radius: 10px;
    height: 40px;
}
.franchise-popup-block .wpcf7-form-control-wrap {
	border-bottom: 1px solid var(--yellow);
    padding-bottom: 10px;
	margin-bottom: 35px;
	display: block;
}
.franchise-popup-block input[type="submit"] {
    text-align: center;
    height: 68px;
    max-width: 390px;
	margin: 40px auto 0;
    border-radius: 60px;
    font-size: 18px;
    text-transform: uppercase;
    border: 1px solid var(--yellow);
    cursor: pointer;
    transition: all .3s ease;
	color: var(--yellow);
    font-weight: 500;
	background: none;
	
}
.franchise-popup-block input[type="submit"]:hover {
	 transition: all .3s ease;
	 background-color: var(--yellow);
	 color: var(--blue);
}
.franchise-popup-block .wpcf7-not-valid-tip {
	position: absolute;
	bottom: -28px;
}
.franchise-close {
    position: absolute;
    opacity: 0.65;
    font-family: Baskerville, monospace;	
	font-size: 36px;
    color: var(--yellow);
    top: 15px;
    right: 15px;
	transition: all .3s ease;
	cursor: pointer;
}
.franchise-close:hover {
	opacity: 1;
	transition: all .3s ease;
}
.single-post__image-mobile {
	display: none;
}

/*Doctors price*/
.price-doctors-list-title {
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: 0.1em;
	margin-bottom: 50px;
	text-transform: uppercase;
}
.price-doctor-tab {
	display: flex;
	align-items: center;
	border: 1px solid rgba(254, 212, 160, 0.3);
	border-radius: 150px;
	padding: 30px 40px;
	width: 600px;
	min-width: 600px;
	cursor: pointer;
}
.price-doctor-tab-active {
	border: 1px solid rgba(254, 212, 160, 1);
}
.price-doctor-tab-content {
	width: 50%;
	flex-grow: 1;
}
.price-doctor-img-wrap {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	border: 1px solid #FED4A0;
	margin-right: 20px;
}
.price-doctor-img-wrap img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover; 
	object-position: top center;
}
.price-doctor-tab-name {
	font-weight: 700;
	font-size: 24px;
	line-height: 34px;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.price-doctor-tab-position {
	font-family: "Raleway", sans-serif;
	font-style: italic;
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.03em;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #fff;
}
.price-doctor-tab-experience {
	margin-top: 10px;
	font-weight: 500;
	font-size: 21px;
	line-height: 34px;
	letter-spacing: 0.05em;
}
.price-doctors-list-inner {
	display: flex;
	gap: 20px;
	overflow-x: auto;
	padding-bottom: 10px;
	margin-bottom: 80px;
	margin-left: calc((100% - 1640px)/2);
}
.doctor-price-row {
	width: 1080px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0;
	border-top: 1px solid rgba(254, 212, 160, 0.3);
}
.doctor-price-row:last-child {
	border-bottom: 1px solid rgba(254, 212, 160, 0.3);
}
.doctor-service-name {
	margin: 0;
	font-weight: 500;
	font-size: 21px;
	line-height: 34px;
	letter-spacing: 0.05em;
}
.doctor-service-value {
	margin: 0;
	font-weight: 600;
	font-size: 21px;
	line-height: 34px;
	letter-spacing: 0.05em;
	color: #fff;
}
.doctor-price-table {
	margin-bottom: 200px;
}
.price-doctors-list-inner::-webkit-scrollbar {
  height: 5px; 
}
.price-doctors-list-inner::-webkit-scrollbar-track {
  background: rgba(255,255,255, .2); 
}
.price-doctors-list-inner::-webkit-scrollbar-thumb {
	background-color: rgba(254,212, 160, .2);
}

/*New header*/
.header-first-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(254, 212, 160, .3);
    height: 50px;
}
.first-row-wrap {
    display: flex;
    align-items: center;
    gap: 50px;
}
.header-address {
    font-size: 14px;
    margin: 0;
}
.header-phones {
    margin: 0;
}
.header-phones a {
    font-size: 14px;
    font-variant-numeric: lining-nums proportional-nums;
   
}
.second-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
}
.header-elements {
    display: flex;
    align-items: center;
    gap: 64px;
}
.second-row .button {
    font-size: 12px;
    line-height: 100%;
    padding: 20px 25px;
}
.header-nav-main {
    display: flex;
    align-items: center;
    gap: 40px;
}
.header-nav-item {
    margin: 0;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.1em;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    transition: all .3s ease-in-out;
}
.header-nav-item::before {
    content:'';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #FED4A0;
    position: absolute;
    top: 36px;
    transform-origin: left;
    transform: scale(0, 1);
    transition: all .3s ease-in-out;
}
.header-nav-item-active {
    transition: all .3s ease-in-out;
}
.header-nav-item:hover {
    color: #fff;
    transition: all .3s ease-in-out;
}
.header-nav-item-active::before,
.header-nav-item:hover::before {
    transform: scale(1, 1);
    transition: all .3s ease-in-out;
}
.header-nav-item.has-sub-menu::after {
    content: '';
    position: relative;
    display: inline-block;
    margin-left: 10px;
    top: -2px;
    transition: all .3s ease;
    width: 12px;
    height: 6px;
    background: url(../images/icon-dropdown.svg) center center / cover no-repeat;
}
.header-nav-item-active::after {
    transform: rotate(180deg);
    background: url(../images/icon-dropdown-hover.svg) center center / cover no-repeat;
    transition: all .3s ease-in-out;
}
.sub-menu-container {
    position: absolute;
    top: 175px;
    width: 100%;
    padding: 50px 0 100px;
}
.sub-menu-container-blue {
    background-color: rgba(54, 61, 73, .9);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.sub-menu-container-gray {
    background-color: rgba(53, 55, 59, .9);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.large-sub-menu-simple .large-sub-menu-inner {
    display: flex;
    align-items: flex-start;
    gap: 100px;
}
.large-sub-menu-simple a {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 140%;
    font-weight: 600;
    max-width: 120px;
    border-bottom: 1px solid rgba(0,0,0,0);
    padding-bottom: 10px;
    transition: all .3s ease-in-out;
}
.large-sub-menu-simple a:hover {
    color: var(--yellow);
    border-bottom: 1px solid var(--yellow);
    transition: all .3s ease-in-out;
}
.large-sub-menu-columns .large-sub-menu-inner{
    display: flex;
    gap: 100px;
}
.sub-menu-column {
    width: 25%;
}
.sub-menu-col-name {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 35px;
}
.sub-menu-list {
    padding-left: 20px;
    border-left: 1px solid rgba(254,212,160,.3);
}
.sub-menu-list a {
    display: block;
    padding: 10px 0;
    font-size: 14px;
    line-height: 120%;
    font-weight: 500;
    letter-spacing: 0.05em;
}
.sub-menu-container,
.large-sub-menu {
    display: none;
} 
.burger {
    display: none;
}

.mobile-menu-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(43,51,63,.8);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    display: none;
    overflow: auto;
    z-index: 105;
}
.mobile-menu-header {
    border-bottom: 1px solid rgba(254,212,160,.3);
    padding: 0 30px;
}
.mobile-sub-menu,
.mobile-sub-menu-item,
.mob-sub-sub-menu-column,
.mobile-sub-sub-menu-lists {
    display: none;
}

/*Service page new template*/

.service-single-new-first-screen .breadcrumbs-section{
    border-top: 1px solid #FED4A0;
}
.service-single-new-first-screen-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.serv-single-new-content h1 {
    font-size: 56px;
    font-weight: bold;
    line-height: 140%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 50px;
    max-width: 640px;
}
.serv-single-new-content p {
    font-size: 21px;
    line-height: 150%;
    font-weight: 500;
    letter-spacing: 0.03em;
    max-width: 660px;
}
.serv-single-new-img-wrap {
    width: 700px;
    height: 395px;
}
.serv-single-new-img-wrap iframe {
    width: 100%;
    height: 100%;
}
.serv-single-new-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.serv-single-new-content .order-form-popup{
    min-width: 412px;
    width: 412px;
    height: 100px;
    margin-top: 80px;
}

.service-text {
    margin: 100px 0 250px;
}
.service-text-title {
   font-size: 36px;
   line-height: 140%;
   letter-spacing: 0.1em;
   font-weight: bold; 
   text-transform: uppercase;
   margin-bottom: 80px;
}
.service-text-block {
    max-width: 800px;
    margin: 0 auto;
}
.service-text-block li,
.service-text-block p {
    color: #fff;
    font-size: 18px;
    line-height: 190%;
    letter-spacing: 0.03em;
    font-weight: 500;
    margin-bottom: 15px;
}
.service-text-link {
    font-size: 14px;
    line-height: 100%;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.2em;

}
.service-text-link-wrap {
    display: flex;
    margin-top: 50px;
}

.methods-and-types {
    background-color: #3F4145;
    padding-bottom: 250px;
}
.methods-block {
    padding: 100px 140px 150px 0;
}
.methods-block:not(:last-child) {
    border-bottom: 1px solid rgba(254,212,160,.3);
}
.methods-and-types-title {
    font-size: 36px;
    line-height: 140%;
    font-weight: bold;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-bottom: 87px;
}
.method-and-types-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.methods-and-types-tabs {
    width: 520px;
}
.methods-and-types-container {
    width: 660px;
}
.method-and-types-content-item:not(:first-child) {
    display: none;
}
.methods-and-types-tab {
    padding: 29px 30px;
    text-transform: uppercase;
    line-height: 100%;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #fff;
    margin: 0;
    border-left: 1px solid rgba(0,0,0,0);
    cursor: pointer;
    transition: all .3s ease-in-out;
}
.methods-and-types-tab.active,
.methods-and-types-tab:hover {
    background-color: rgba(255,255,255,0.05);
    border-left: 1px solid #FED4A0;
    color: #FED4A0;
    transition: all .3s ease-in-out;  
}
.method-and-types-content-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 50px;
    text-transform: uppercase;
}
.method-and-types-content-text {
    color: #fff;
    font-size: 18px;
    line-height: 190%;
    letter-spacing: 0.03em;
    margin-bottom: 50px;
    overflow: hidden;
}
.method-and-types-content-link-wrap {
    display: none;
    
}
.method-and-types-content-link {
    font-size: 14px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}
.methods-and-types .order-form-popup {
    min-width: 412px;
    padding: 33px 10px;
    width: 412px;
    height: 100px;
    margin: 0 auto;
}
.photo-and-content {
    padding: 50px 0 100px;
}
.photo-and-content-block {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 100px 140px 150px;
}
.photo-and-content-block:nth-child(2n) {
    flex-direction: row-reverse;
}
.photo-and-content-block:not(:last-child){
    border-bottom: 1px solid rgba(254,212,160,.3);
}
.photo-and-content-cont {
    max-width: 660px;
}
.photo-and-content-img-wrap {
    width: 520px;
    height: auto;
}
.photo-and-content-img-wrap img {
    width: 100%;
    height: 100%;
}
.photo-and-content-title {
    font-size: 36px;
    line-height: 140%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.photo-and-content-text {
    margin-top: 80px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.03em;
    overflow: hidden;
}
.photo-and-content-text p:not(:last-child) {
    margin-bottom: 15px;
}
.photo-and-content-link-wrap {
    margin-top: 50px;
    display: none;
}
.photo-and-content-link {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}
.photo-and-content-subtitle {
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
}
.contraindications {
    padding: 100px 0 250px;
    background-color: #3F4145;
}
.contraindications-inner {
    display: flex;
    gap: 180px;
}
.contraindications-title {
    max-width: 660px;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 140%;
    letter-spacing: 0.1em;
}
.contraindications-text {
    font-style: italic;
    color: #fff;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.03em;
    font-weight: 500;
}
.contraindications-text li {
    margin-bottom: 15px;
    list-style-type: "– ";
}
.results-section {
    background-color: #3F4145;
    padding-bottom: 50px;
}
.results-section-wrap {
    padding-top: 100px;
    padding-bottom: 200px;
}
.results-section-header {
    display: flex;
    justify-content: space-between;
}
.results-section-title {
    max-width: 660px;
    font-size: 36px;
    line-height: 50px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: bold;
}
.results-section-header-content {
    max-width: 800px; 
}
.results-section-text {
    color: #fff;
    font-size: 18px;
    line-height: 34px;
    letter-spacing: 0.03em;
    overflow: hidden;
}
.results-section-wrap .service-text-link-wrap {
    display: none;
}
.results-section-header {
    margin-bottom: 72px;
}
.results-section-main-title-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(254,212,160,.3);
}
.results-section-main-title {
    font-weight: bold;
    font-size: 28px;
    font-weight: 32px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin: 0;
}
.results-section-main {
    display: flex;
    padding-top: 30px;
    margin-bottom: 100px;
}
.results-section-main-tabs {
    flex-basis: 16%;
    padding-right: 16px;
}
.results-section-main-content {
    flex-basis: 84%;
    padding-right: 140px;
    padding-left: 24px;
    border-left: 1px solid rgba(254,212,160,.3);
}
.results-section-main-tab {
    margin: 0;
    padding: 30px;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fff;
    border-left: 1px solid rgba(0,0,0,0);
    cursor: pointer;
    transition: all .3s ease-in-out;
}
.results-section-main-tab:hover,
.results-section-main-tab.active {
    border-left: 1px solid #FED4A0;
    color: #FED4A0;
    background-color: rgba(255,255,255,.05);
}
.results-section-main-content-item-inner {
    display: flex;
    justify-content: space-between;

}
.results-section-main-content-item:not(:last-child) {
    display: none;
}
.results-section-main-content-item .effect-item-left {
    max-width: 780px;
}
.results-section-main-content-item .effect-item-right {
    padding: 0;
    max-width: 360px;
}
.results-section-wrap:not(:last-child) {
    border-bottom: 1px solid rgba(254,212,160,.3);
}
.price-button-wrap .order-form-popup,
.results-section-wrap .order-form-popup {
    min-width: 412px;
    width: 412px;
    letter-spacing: 0.15em;
    height: 100px;
    margin: 0 auto;
}
.service-price {
    padding: 150px 0 0;
}
.price-button-wrap .container {
    display: flex;
    justify-content: center;
    margin-top: 100px;
    padding-bottom: 250px;
    border-bottom: 1px solid rgba(254,212,160, .3);
}
.service-price .doctor-price-table {
    margin-bottom: 0;
}
.service-new-blocks .faq-title,
.service-doctors .service-doctors-title,
.service-price-title,
.service-new-blocks .review-block h2 {
    font-size: 36px;
    line-height: 140%;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #FED4A0 !important;
}
.service-price-title {
    margin-bottom: 20px;
}
.service-price-note {
    font-size: 21px;
    line-height: 160%;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin: 0;
    margin-bottom: 20px !important;
}
.service-price-header {
    margin-bottom: 80px;
}
.service-new-blocks .review-service .review-block__wrap {
    background-color: #35373B;
}
.review-block-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 100px;
}
.service-new-blocks .review-service .review-block__wrap {
    padding-bottom: 250px;
}
.service-doctors {
    background-color: #3F4145;
    padding: 150px 0 250px;
}
.service-doctors .service-doctors-title {
    margin-bottom: 100px;
}
.service-doctors .specialists-item-image img {
    width: 380px;
}
.service-doctors .specialists-item-caption {
    padding-top: 0;
    max-width: 60%;
    min-width: 60%;
}
.service-doctors .specialists-item {
    align-items: center;
    justify-content: space-between;
}
.service-doctors .specialists-item-image {
    max-width: 380px;
    min-width: 380px;
    padding-right: 0;
}
.service-doctors .specialists-item-heading {
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.service-doctors .specialists-thumb-image img {
    width: 100%;
    height: auto;
}
.service-doctors .specialists-thumb-image {
    overflow: hidden;
    height: 80px;
    width: 80px;
}
.service-doctors .thumb-container .swiper-wrapper {
    justify-content: center;
}
.service-doctors .thumb-container .swiper-slide {
    width: 80px !important;
}
.service-doctors ul.specialisation-list {
    margin-bottom: 0;
}
.service-doctors .specialisation-list li:last-child {
    margin-bottom: 0;
}
.service-doctors .sepcialists-main-slider-wrapper {
    margin-bottom: -50px;
}
.service-new-blocks .service-faq {
    background: none;
    padding-top: 150px;
    padding-bottom: 0;
}
.service-new-blocks .service-faq .container {
    padding-bottom: 250px;
    border-bottom: 1px solid rgba(254,212,160, .3);
}
.service-new-blocks .faq-wrapper {
    margin-bottom: 0;
}
.faq-title {
    margin-bottom: 100px;
}
.service-new-blocks .publics-doctor {
    padding-top: 150px;
    padding-bottom: 250px;
}
.single-post .price-service-page {
    padding-bottom: 100px;
}
.service-new-blocks .blog-navigation-wrapper {
    margin: 100px auto 0px;
}
.results-section-main-link {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.2em;       
}

.header-hidden {
    position: fixed !important;
    top: -175px !important;
    z-index: 99;
    transition: all .3s ease-in-out;
  }
.fixed {
    position: fixed !important;
    top: 0 !important;
    z-index: 99;
    width: 100%;
    transition: all .3s ease-in-out;
  }
  .fixed .site-header-body {
    background-color: rgba(255, 255, 255, .02);
    backdrop-filter: blur(200px);
    -webkit-backdrop-filter: blur(200px);
    height: 175px;
  }
  .home .site-header-body .container {
    border-bottom: 1px solid #FED4A0;
  }
.site-header-body .container {
    height: 175px;
    
  }
.service-price-row-select {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}
.select-price-city-options {
    display: none;
    
}
.service-price-city-select {
    width: 380px;
    line-height: 100%;
    text-transform: uppercase;
    border-bottom: 1px solid #FED4A0;
    padding-bottom: 20px;
    margin: 0;
    margin-right: 40px;
    cursor: pointer;
    position: relative;
}
.service-price-city-select::after {
    content: '';
    display: block;
    width: 20px;
    height: 10px;
    background: url(../images/icon-dropdown.svg) center center / cover no-repeat;
    position: absolute;
    right: 0;
    top: 6px;
}
.choose-text {
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.03em;
    margin: 0;
    margin-right: 102px;
}
.service-price .choose-note {
    margin: 0;
    font-size: 14px;
    line-height: 115%;
    letter-spacing: 0.05em;
    font-weight: 500;
    max-width: 380px;
}
.service-price-table-wrap {
    background-color: rgba(255,255,255, .05);
    padding: 40px 46px 100px 280px;
}
.service-price-table-title {
    font-size: 18px;
    letter-spacing: 0.1em;
    font-weight: bold;
    margin-bottom: 50px;
    text-transform: uppercase;
}
.service-price-table-row {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(254,212,160, .3);
}
.service-price-table .doctor-service-name {
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0.05em;
    font-weight: 500;
}
.service-price-table .doctor-service-value {
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0.05em;
    font-weight: 600;
}
.fixed-bottom-panel {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 90;
    background-color: rgba(255, 255, 255, .02);
    backdrop-filter: blur(200px);
    -webkit-backdrop-filter: blur(200px);
    padding: 5px 0;
    border-top: 1px solid rgba(254, 212, 160, .3);
}
.fixed-bottom-panel .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fixed-bottom-panel-text {
    font-size: 21px;
    line-height: 160%;
    font-weight: 500;
    letter-spacing: 0.05em;
    width: 250px;
    margin: 0;
}
.fixed-bottom-panel-wrap {
    display: flex;
    align-items: center;
}
.fixed-bottom-panel .fixed-bottom-panel-phone {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
    height: 32px;
    padding-right: 50px;
    border-right: 1px solid rgba(254, 212, 160, .3);
    padding-left: 24px;
    font-variant-numeric: lining-nums proportional-nums;
    position: relative;
}
.fixed-bottom-panel .fixed-bottom-panel-phone::before {
    content: '';
    display: block;
    width: 19px;
    height: 19px;
    background: url(../images/phone.svg) center center / cover no-repeat;
    position: absolute;
    top: 8px;
    left: 0;
}
.fixed-bottom-panel-telegram {
    display: flex;
    align-items: center;
    font-size: 21px;
    font-weight: 500;
    letter-spacing: 0.05em;
    padding-left: 50px;
}
.fixed-bottom-panel-telegram svg {
    height: 27px;
    width: 27px;
    margin-right: 10px;
    
}
.service-new-blocks .effect-item-content {
    font-size: 15px;
}

.service-new-blocks .table-of-content {
    margin-top: 80px;
    margin-bottom: 100px;
    border: none;
}
.service-new-blocks .table-of-content-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(254, 212, 160, 0.3);
}
.table-of-content-item {
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}
.service-text-block-inner {
    overflow: hidden;
}

/*
 * MEDIA-QUERIES
 */


@media screen and (min-width: 1921px) {

    .services-slider-wrapper:before {
        content: '';
        left: 0;
        background: linear-gradient(90deg, var(--blue) 0%, rgba(53, 55, 59, 0) 100%);
    }
    .services-slider-wrapper:after {
        content: '';
        right: 0;
        background: linear-gradient(270deg, var(--blue) 0%, rgba(53, 55, 59, 0) 100%);
    }

    .services-slider-wrapper:before,
    .services-slider-wrapper:after {
        content: '';
        position: absolute;
        z-index: 100;
        width: 90px;
        height: 100%;
        top: 0;
    }

}

@media screen and (min-width: 992px) {
    body.tax-effect header .language-dropdown,
    body.tax-effect .site-menu .menu-item-has-children .sub-menu,
    body.category.archive header .language-dropdown,
    body.category.archive .site-menu .menu-item-has-children .sub-menu,
    body.single-post header .language-dropdown,
    body.single-post .site-menu .menu-item-has-children .sub-menu,
    body.page-id-38 header .language-dropdown,
    body.page-id-40 header .language-dropdown,
    body.page-id-2358 header .language-dropdown,
    body.page-id-4062 header .language-dropdown,
    body.page-id-4064 header .language-dropdown,
    body.page-id-4066 header .language-dropdown,
    body.page-id-38 .site-menu .menu-item-has-children .sub-menu,
    body.page-id-40 .site-menu .menu-item-has-children .sub-menu,
    body.body.page-id-40 .site-menu .menu-item-has-children .sub-menu .site-menu .menu-item-has-children .sub-menu {
        background: var(--black2);
    }

    body.page-template-template-contact header .language-dropdown,
    body.page-template-template-contact .site-menu .menu-item-has-children .sub-menu {
        background: var(--darkgray);
    }
}

@media screen and (max-width: 1799px) {
    .review-slider .swiper-slide:not(.swiper-slide-active) {
        opacity: .3;
        transform: scale(.9);
    }
    .cert-page-img-wrapper {
        width: 335px;
        height: 335px;
    }
    .cert-page-item-text{
        max-width: 335px;
    }
    .cert-page-item{
        padding: 50px 20px;
    }
    .single-reviews-slider .swiper-slide{
        padding: 50px 30px;
        max-width: 430px;
    }
    .single-review-content-col {
        max-width: 290px;
    }
    .photo-and-content-block {
        padding: 100px 70px 150px;
    }
    .results-section-main-content {
        padding-right: 0;
    }
    .results-section-main-content-item .effect-item-left {
        max-width: 710px; 
    }
}

@media screen and (min-width: 1280px) {
    .pocket-slider .swiper-slide, .pocket-slider .swiper-slide .pocket-slider-item-button, .pocket-slider .swiper-slide .pocket-slider-item  {
        transition: all 1s ease;
        transform: scale(.9999);
    }

    .pocket-slider .swiper-slide:not(.swiper-slide-next) {
        opacity: .3;
        transform: scale(.9);
    }

    .pocket-slider .swiper-slide:hover {
        opacity: 1;
        transform: scale(1);
    }



    .pocket-slider .swiper-slide:not(.swiper-slide-next) .pocket-slider-item-button {
        opacity: 0;
    }

    .pocket-slider .swiper-slide:hover .pocket-slider-item-button {
        opacity: 1;
    }



    .pocket-slider .swiper-slide:not(.swiper-slide-next) .pocket-slider-item {
        height: 500px;
    }

    .pocket-slider .swiper-slide:hover .pocket-slider-item {
        height: 100%;
    }

   
}

@media screen and (max-width: 1279px) {
    .pocket-slider .swiper-slide {
        opacity: 1;
        transform: scale(.9999);
    }
}

@media screen and (max-width: 1699px) {

    .specialists-item-caption {
        padding-top: 60px;
    }

    .specialists-item-heading {
        margin-bottom: 60px;
        padding-bottom: 40px;
    }

    .specialists-item-position {
        line-height: 1.3;
    }

    .specialists-slider-container {
        max-width: 1030px;
    }


    .blog-item-right .category-service-more {
        margin-top: 35px;
    }

    .service-item {
        min-width: calc(100% / 3);
        max-width: calc(100% / 3);
    }


    .services-slider-item {
        max-width: 100%;
    }


    .slider-slider__item-title {
        font-size: 32px;
        max-width: 800px;
        margin: -24px auto 0;
    }

    .achievement-item-icon {
        max-width: 230px;
        height: auto;
    }

    .achievement-item-count {
        font-size: 65px;
    }

    .achievement-item-text {
        font-size: 16px
    }

    .header-phones {
        margin-right: 40px;
    }

    .site-header-middle {
        min-width: 18%;
        max-width: 18%;
    }

    .site-header-left, .site-header-right {
        min-width: 41%;
        max-width: 41%;
    }

    .site-menu .menu-item {
        margin-right: 30px
    }

    .site-menu .menu-item-has-children .sub-menu .menu-item > a,
    .site-menu .menu-item > a {
        font-size: 13px;
    }
    .problem-slider {
        max-width: 100%;
    }
    .problems-slider__item {
        max-width: 100%;
    }
    .single-review-text-wrapper,
    .review-header-block-wrapper {
        width: 295px;
    }
	.site-menu .menu-item-has-children > a:after {
		position: absolute;
    	top: 3px;
	}
	.site-menu {
		width: 95%;
	}
	.price-doctors-list-inner {
		margin-left: calc((100% - 1410px) / 2);
	}
}

@media screen and (max-width: 1599px) {
    .services-slider-item .service-item-title {
        font-size: 24px;
    }
    .blog-item__image {
        height: 140px;
    }
    .blog-item__title{
        font-size: 18px;
        line-height: 25px;
    }
    .single-review-content-col {
        max-width: 290px
    }
    .reviews-page-link-item{
        margin-bottom: 30px;
    }
    .review-page-content-item:not(:nth-child(3n)) {
        margin-right: 25px;
    }
    .review-page-item-info-inner {
        width: 70%;
    }
    .review-video-container iframe {
        width: 540px;
        height: 327px;
    }
    .comment-doctor-info {
        width: 430px;
    }
    .comment-doctor-img-wrapper img {
        width: 90px;
        height: 90px;
        margin-right: 40px;
    }
    .comment-doctor-name{
        font-size: 20px;
        line-height: 26px;
    }
    .comment-doctor-position{
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 25px;
    }
    .comment-doctor-experiens {
        font-size: 18px;
        line-height: 26px;
    }
	.franchise-map-text {
		max-width: 350px;
	}

    .methods-block {
        padding: 100px 0 150px 0;
    }
    .methods-and-types-container {
        width: 560px;
    }
    .methods-and-types-tabs {
        width: 460px;
    }
    .photo-and-content-block {
        padding: 100px 0 150px;
    }
    .photo-and-content-cont {
        max-width: 560px;
    }
    .contraindications-inner {
        gap: 50px;
    }
    .contraindications-title {
        max-width: 550px;
    }
    .results-section-main-tab {
        padding: 30px 15px;
    }
    .results-section-main-content-item .effect-item-right {
        max-width: 255px;
    }
    .results-section-main-content-item .effect-item-left {
        max-width: 630px;
    }
    .service-doctors .specialists-item-image img {
        width: 305px;
    }
    .service-doctors .specialists-item-caption {
        max-width: 50%;
        min-width: 50%;
    }
}

@media screen and (max-width: 1439px) {
    .price-form {
        padding-top: 150px;
    }

    .service-form-block {
        padding: 120px 0 200px;
    }

    .checkup .service-form-block {
        padding: 50px 0 200px;
    }

    .price-service-page-with-form .prices-items {
        margin-bottom: 200px;
    }

    .services-slider-item .service-item-title {
        font-size: 21px;
    }

    .specialists-wrapper {
        padding: 50px 0 250px;
    }

    .specialists-thumb {
        margin-top: 100px;
    }

    .specialists-item-caption {
        padding-top: 30px;
    }

    .specialists-item-position {
        font-size: 28px;
    }

    .specialists-item-image {
        padding-right: 70px;
    }

    .specialists-slider-container:not(.thumb-container) {
        max-width: 768px;
    }



    .text-image-left {
        padding-right: 70px;
    }

    h2.text-image-title {
        margin-bottom: 70px;
        font-size: 32px;
    }

    .text-image-block svg {
        margin: 80px auto 0;
    }

    .why-we-item {
        margin-left: 70px;
    }

    .why-we-item-number {
        font-size: 32px;
        width: 100px;
        min-width: 100px;
    }

    .why-we-item-text {
        font-size: 16px;
    }

    .single-post__content {
        padding-right: 100px;
    }

    .effect-item-tag {
        font-size: 13px;
        line-height: 1.3
    }

    .effect-item-date {
        font-size: 30px
    }

    .effect-item-right {
        padding-left: 100px;
    }

    .category-service .category-service-excerpt {
        font-size: 16px
    }

    .category-service-caption h3 {
        margin-bottom: 30px
    }

    .category-service-caption h3 a {
        font-size: 26px
    }


    .service-list {
        padding-bottom: 250px
    }

    .service-item {

    }

    .service-item-title {
        font-size: 24px
    }

    .service-item-subtitle {
        font-size: 16px
    }

    .service-item-subtitle {
        margin-bottom: 50px
    }


    .order-form_wrapper .title-block {
        margin-bottom: 35px;
        font-size: 32px
    }

    .order-form-group {
        margin-bottom: 35px
    }

    .order-form-group > label {
        font-size: 16px
    }

    .order-form_wrapper #order_submit {
        margin-top: 50px;
    }

    .site-menu .menu-item-has-children .sub-menu .menu-item > a,
    .site-menu .menu-item > a {
        font-size: 12px;
    }

    .site-header-wrap {
        padding-bottom: 30px
    }

    .site-menu .menu-item-has-children > a:after {
        margin-left: 5px
    }

    .site-menu .menu-item {
        margin-right: 15px
    }

    .site-header-middle {
        padding: 0 32px
    }

    .review-slider-item-icon {
        margin: 60px auto 0;
    }

    .pocket-slider-item-button {
        margin: 60px auto 0;
    }

    .achievement-item {
        height: 200px
    }

    .achievement-item-count {
        font-size: 55px;
        left: 50px;
        top: 40px;
    }

    .achievement-item-icon {
        max-width: 170px;
    }

    .achievement-item-text {
        right: 50px;
        font-size: 14px;
    }

    .founder-image {
        margin-left: 50px
    }

    .founder-title {
        font-size: 32px;
    }

    .achievement-block,
    .founder-block__wrap,
    .about-block__wrap {
        padding-top: 100px;
        padding-bottom: 200px;
    }

    .review-block__wrap {
        padding: 150px 0 250px;
    }

    .pocket-block__wrap {
        padding: 50px 0 100px;
    }

    .achievement-block {
        padding-top: 0
    }

    .row-category-caption {
        margin-bottom: 100px
    }

    .row-heading {
        margin-bottom: 70px !important;
    }

    :is(ul, ol),
    html, body {
        font-size: 18px;
    }

    .row-heading .col-auto:not(.mr-auto) {
        font-size: 28px
    }

    .row-heading .col-auto.mr-auto span {
        font-size: 60px;
    }

    .row-heading .col-auto.mr-auto h2 {
        font-size: 22px;
    }

    .slider-slider__item-title {
        font-size: 24px;
        max-width: 650px;
        margin: -18px auto 0;
    }

    .slider-slider .swiper-pagination {
        font-size: 24px
    }

    .slider-slider .swiper-wrapper {
        padding-bottom: 100px;
    }

    .slider-slider .swiper-pagination {
        bottom: 100px
    }

    .taxonomy-effect-page {
        padding-bottom: 250px
    }

    .price-service-page {
        padding-bottom: 250px;
    }

    .prices-item {
        width: calc(100% - 140px);
        margin-left: 140px;
        font-size: 18px
    }

    .prices-item-service {
        padding-right: 30px
    }

    .cert-page-img-wrapper {
        width: 335px;
        height: 335px;
    }
    .cert-page-item-text{
        max-width: 335px;
    }
    .cert-page-item{
        padding: 50px 20px;
    }
    .single-reviews-slider .swiper-slide{
        max-width: 352px;
        height: 535px;
    }
    .single-review-content-col {
        max-width: 220px;
    }
    .single-review-img-col img {
        width: 40px;
        height: 40px;
    }
    .single-review-text{
        font-size: 16px;
        line-height: 24px;
    }
    .single-review-text-wrapper,
    .review-header-block-wrapper {
        width: 215px;
    }
	.about-author-content {
		flex-basis: 69%;
	}
	.price-doctors-list-inner {
		margin-left: calc((100% - 1180px) / 2);
	}
    .header-nav-main {
        gap: 20px;
    }
    .header-elements {
        gap: 15px; 
    }
    .large-sub-menu-simple .large-sub-menu-inner {
        gap: 50px;
    }
}

@media screen and (max-width: 1299px) {

}

@media screen and (max-width: 1199px) {

    .service-form-content {
        margin-bottom: 70px;
    }

    .service-form-block {
        padding: 70px 0 150px;
    }

    .checkup .service-form-block {
        padding: 50px 0 150px;
    }

    .price-service-page-with-form .prices-items {
        margin-bottom: 150px;
    }

    .services-slider-prev, .pocket-slider-prev {
        left: 50px;
    }

    .services-slider-next, .pocket-slider-next {
        right: 50px;
    }

    .services-slider-item .service-item-subtitle {
        min-height: 55px;
    }

    .services-slider-item .service-item-title {
        font-size: 18px;
    }

    .site-footer .site-menu .menu-item-has-children .sub-menu {
        padding: 20px 0 0;
    }

    .site-footer .site-menu .menu-item-has-children .sub-menu .menu-item > a {
        font-size: 8px;
    }

    .certificates {
        padding-bottom: 125px;
        padding-top: 100px;
    }

    .associations {
        padding-top: 75px;
        padding-bottom: 200px;
    }

    .aboutBottomSliders-button-prev, .aboutBottomSliders-button-next {
        top: calc(100% + 50px);
    }

    .specialists-wrapper {
        padding: 50px 0 150px;
    }

    .specialists-slider-container:not(.thumb-container),
    .specialists-slider-container {
        max-width: 100%;
    }

    .specialists-button-prev, .specialists-button-next {
        top: calc(100% + 50px);
    }

    .specialists-thumb-image,
    .specialists-thumb-image img {
        width: 105px;
        height: 105px;
    }

    .text-image-left {
        padding-right: 0px;
    }

    h2.text-image-title {
        margin-bottom: 50px;
        font-size: 27px;
    }

    h3.text-image-title {
        margin-bottom: 40px;
        font-size: 20px;
    }

    .why-we-item {
        margin-left: 0px;
        padding: 40px 0 50px;
    }

    .text-image-block iframe {
        height: 250px;
    }

    .text-image-block svg {
        margin: 50px auto 0;
        max-width: 200px;
        height: 120px;
    }

    .why-we,
    .text-image-block {
        margin-bottom: 100px;
    }

    .single-post__content {
        padding-right: 0px;
    }

    .prices-item {
        width: calc(100% - 70px);
        margin-left: 70px;
        font-size: 18px
    }

    .price-service-page {
        padding-bottom: 200px;
    }

    .taxonomy-effect-page {
        padding-bottom: 200px
    }

    .effect-item-right {
        padding-left: 50px;
    }

    .effect-item-title {
        margin-bottom: 35px;
        font-size: 24px
    }

    .effect-item-photo-item i,
    .effect-item-content {
        font-size: 16px
    }

    .blog-item .effect-item-content {
        font-size: 14px
    }

    .blog-item .effect-item-title {
        margin-bottom: 25px
    }

    .blog-item .effect-item-right {
        padding-left: 0;
    }

    .effect-item-photo-item:first-child {
        margin-right: 16px
    }

    .effect-item-photo-nav li:not(:last-child) {
        margin-right: 30px
    }

    .effect-item-photo-item {
        width: calc(50% - 8px);
    }

    .category-service-number {
        font-size: 50px
    }

    .category-service .category-service-excerpt {
        font-size: 14px;
    }

    .category-service-caption h3 {
        margin-bottom: 20px
    }

    .category-service-image a:not(.category-service-more) {
        margin-bottom: 30px
    }

    .category-service-caption h3 a {
        font-size: 22px
    }

    .service-list {
        padding-bottom: 200px
    }

    .service-item {
        padding: 40px 25px;
    }

    .service-item-image {
        margin-bottom: 25px;
        width: 190px;
        height: 190px;
    }

    .service-item-image:not(.results) img {
        transform: scale(0.8);
    }

    .service-item-image.results {
        width: 150px;
        height: 150px;
    }

    .service-item-title {
        font-size: 22px
    }

    .service-item-subtitle {
        font-size: 14px;
        margin-bottom: 40px
    }

    .service-item-button {
        font-size: 12px;
    }

    .service-item-button svg {
        width: 120px;
    }

    .service-item-button span {
        margin-bottom: 5px
    }


    .order-form_wrapper .title-block {
        margin-bottom: 35px;
    }

    .order-contacts-info-title {
        font-size: 20px;
        margin-bottom: 35px;
    }

    .order-contacts-info p {
        padding-left: 20px
    }

    .order-contacts-info :where(p, a) {
        font-size: 16px
    }

    .case_page-navigation {
        padding-bottom: 40px
    }

    .case_page-navigation-item {
        margin-bottom: 15px;
        margin-right: 15px
    }

    .button:not(.case_page-navigation-item) {
        padding: 25px 40px;
    }

    .order-contacts-info {
        margin-bottom: 50px;
    }

    .order-control {
        font-size: 16px
    }

    .order-contacts #map {
        height: 290px;
        border-radius: 164px;
    }

    .order-contacts__wrap {
        padding: 150px 0 300px;
    }

    .site-menu .menu-item {
        margin-right: 12px;
    }

    .site-menu .menu-item-has-children .sub-menu .menu-item > a, .site-menu .menu-item > a {
        font-size: 10px;
    }

    .site-header-right .order-form-popup {
        max-width: 150px;
        padding: 6px 20px;
    }

    .site-header-left, .site-header-right {
        min-width: 42%;
        max-width: 42%;
    }

    .site-header-middle {
        min-width: 16%;
        max-width: 16%;
    }

    .header-phones {
        margin-right: 30px;
    }

    .site-header-right-top-wrap, .site-header-left-top-wrap {
        font-size: 13px;
    }

    .header-socials .socials-item {
        margin-right: 10px;
    }

    .site-header-middle {
        padding: 0 20px;
        align-self: center;
    }

    .achievement-item {
        height: 180px;
    }

    .achievement-item-count {
        font-size: 45px;
        left: 40px;
        top: 30px;
    }

    .achievement-item-divider {
        top: 50px;
        right: 60px;
    }

    .achievement-item-icon {
        max-width: 150px;
    }

    .achievement-item-text {
        right: 40px;
        bottom: 30px;
        font-size: 12px;
    }


    .founder-image {
        margin-left: 0;
    }

    .slider-slider__item .button {
        width: 156px;
        max-width: 156px;
        height: 156px;
    }

    .slider-slider__item-title {
        font-size: 22px;
        max-width: 550px;
        margin: -15px auto 0;
    }

    .slider-slider__item .button {
        font-size: 12px
    }

    .row-category-service-list {
        padding-bottom: 250px
    }
    .problem-slider .swiper-slide-next+.swiper-slide+.swiper-slide {
        opacity: .2;
        transition: all .2s ease;
    }
    .problems-slider__item__image img{
        width: 180px;
        height: 180px;
    }
    .problems-slider__item{
        padding: 40px 20px;
    }
    .problems-slider__item__title{
        font-size: 23px;
    }
    .doctor-item__image {
        margin-right: 70px;
        width: 240px;
        height: auto;
        flex-basis: 27%;
    }
    .doctor-item-content{
        flex-basis: 70%;
    }
    .cert-slider .swiper-slide{
        height: 390px;
    }
    .cert-slider-image-wrapper {
        height: 280px;
        width: 230px;
    }
    .cert-slider .swiper-slide{
        padding: 50px 15px 68px 15px;
    }
    .single-review-content-col {
        max-width: 340px;
    }
    .single-doctor-img-wrapper {
        max-width: 240px;
        margin-bottom: 50px;
    }
    .single-doctor-btn{
        padding: 25px 20px;
    }
    .publics-doctor{
        padding-bottom: 150px;
    }
    .single-reviews-slider .swiper-slide {
        max-width: 435px;
    }
    .single-review-content-col {
        max-width: 313px;
    }
    .single-review-img-col {
        margin-right: 20px;
    }
    .single-review-text-wrapper, .review-header-block-wrapper {
        width: 300px;
    }
    .review-page-content-item:not(:nth-child(3n)) {
        margin-right: 0;
    }
    .review-page-content-item{
        flex-basis: 48%;
    }
    .review-page-content{
        justify-content: space-between;
    }
    .review-video-container iframe {
        width: 445px;
        height: 270px;
    }
	.about-author-text {
		margin-bottom: 25px;
	}
	.franchise-tarifs-inner {
		flex-direction: column;
	}
	.franchise-tarif-card {
		width: 100%;
		min-height: auto;
	}
	.franchise-tarif-card-btn-wrap {
		justify-content: center;
	}
	.franchise-features-inner {
		flex-direction: column;
	}
	.franchise-section-title {
		margin: 0 auto 30px;
		text-align: center;
	}
	.franchise-features-list {
    	max-width: 100%;
	}
	.franchise-map-header {
		flex-direction: column;
		margin-bottom: 50px;
	}
	.franchise-map-text {
        max-width: 100%;
    }
	.franchise-hairmed-inner {
		flex-wrap: wrap;
	}
	.franchise-hairmed-card {
		width: 47.8%;
	}
	.price-doctors-list-inner {
		margin-left: calc((100% - 970px) / 2);
	}
	.doctor-price-row {
		width: 100%;
	}
    .header-first-row,
    .header-elements,
    .header-nav-main {
        display: none;
    }
    .burger {
        width: 20px;
        height: 13px;
        background-image:url(../images/burger.svg);
        background-size: cover;
        display: block;
    }
    .site-header-body {
        border-bottom: 1px solid rgba(254,212,160,.3);
    }
    header .custom-logo {
        height: 45px;
        width: 197px;
    }
    header {
        height: 75px;
    }
    .mobile-menu-header {
        height: 75px;
        padding: 17px 30px 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .second-row {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .mob-menu-close {
        width: 20px;
        height: 20px;
        background-image: url(../images/close.svg);
        background-size: cover;
    }
  .mobile-menu-footer {
    border-top: 1px solid rgba(254,212,160,.3);
    padding: 30px;
  }
  .mobile-menu-footer .header-address {
    font-size: 14px;
    letter-spacing: 0.03em;
    line-height: 100%;
    font-weight: 600;
    margin-bottom: 15px;
  }
  .mobile-menu-footer .header-phones {
    font-size: 14px;
    letter-spacing: 0.03em;
    line-height: 100%;
    font-weight: 600;
    margin-bottom: 25px;
  }
  .mobile-menu-footer .socials-item svg {
    width: 23px;
    height: 23px;
  }
  .mobile-menu-footer .socials-item {
    margin-right: 19px;
  }
  .mobile-menu-footer .block-socials {
    margin-bottom: 25px;
  }
  .mobile-menu-footer .button {
    padding: 11px 40px;
    font-size: 10px;
    letter-spacing: 0.05em;
    font-weight: 600;
  }
  .mobile-menu-main-list {
    padding: 20px 30px;
  }
  .header-nav-item {
    padding: 17px 0;
    display: block;
  }
  .header-nav-item::before {
    display: none;
  }
  .header-nav-item::after {
    transform: rotate(-90deg) !important;
  }
  .mobile-lang-container .language {
    justify-content: flex-start;
  }
  .mobile-lang-container .language-item-active {
    margin-bottom: 25px;
  }
  .mobile-lang-container .language-dropdown {
    top: 25px;
    height: 54px;
  }
    .mobile-sub-menu-item {
      top: 0;
      left: 0;
      position: absolute;
      width: 100%;
      background-color: #2B333F;
      min-height: 700px;
      height: 100dvh;
      z-index: 1;
    }
    .mobile-sub-menu-header {
        height: 75px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 30px;
        border-bottom: 1px solid rgba(254, 212, 160, .3);
    }
    .mobile-sub-menu-list-head-col,
    .mobile-sub-menu-list {
        padding: 20px 0;

    }
    .mobile-sub-menu-list .simple-sub-menu-item {
        padding: 17px 30px;
        display: block;
    }
    .mob-menu-back {
        font-size: 10px;
        line-height: 100%;
        letter-spacing: 0.1em;
        font-family: 600;
        text-transform: uppercase;

    }
    .mob-menu-back span {
        font-weight: 600;
        padding-left: 20px;
        position: relative;
    }
    .mob-menu-back span::before {
        content: '';
        display: block;
        width: 10px;
        height: 5px;
        background: url(../images/icon-dropdown.svg) center center/cover no-repeat;
        position: absolute;
        transform: rotate(90deg);
        left: 0;
        top: 3px;
    }
    .mobile-sub-menu-list-head-col .sub-menu-col-name {
        margin: 0;
        padding: 17px 30px;
    }
    .mobile-sub-menu-list-head-col .sub-menu-col-name span {
        padding-right: 20px;
        position: relative;
    }
    .mobile-sub-menu-list-head-col .sub-menu-col-name span::after {
        content: '';
        display: block;
        width: 10px;
        height: 5px;
        background: url(../images/icon-dropdown.svg) center center/cover no-repeat;
        position: absolute;
        transform: rotate(-90deg);
        right: 0;
        top: 3px;
    }
    .mobile-sub-sub-menu-lists {
        position: absolute;
        background-color: #2B333F;
        top: 0;
        left: 0;
        width: 100%;
    }
    .mob-sub-sub-menu-column {
        padding-top: 37px;
        min-height: 620px;
    }
    .mob-sub-sub-menu-column .sub-menu-list {
        margin-left: 40px;
    }
    .service-single-new-first-screen-inner {
        flex-direction: column;
    }
    .serv-single-new-content {
        margin-bottom: 50px;
    }
    .serv-single-new-content .order-form-popup {
        height: 70px;
        padding: 22px 40px;
    }
    .methods-and-types-tabs {
        width: 420px;
    }
    .methods-and-types-container {
        width: 470px;
    }
    .photo-and-content-img-wrap {
        width: 410px;
    }
    .photo-and-content-cont {
        max-width: 480px;
    }
    .contraindications-title {
        max-width: 450px;
    }
    .results-section-header {
        flex-direction: column;
    }
    .results-section-title {
        margin-bottom: 30px;
    }
    .results-section-main {
        flex-direction: column;
    }
    .results-section-main-tabs {
        flex-basis: 100%;
        display: flex;
        margin-bottom: 19px;
        border-bottom: 1px solid rgba(254, 212, 160, .3);
    }
    .results-section-main-tab {
        border-left: none;
        border-bottom: 1px solid rgba(0,0,0,0);
    }
  
    .results-section-main-tab:hover, .results-section-main-tab.active {
        border-left: none;
        border-bottom: 1px solid #FED4A0;
    }
    .results-section-main-content {
        flex-basis: 100%;
        padding-left: 0;
        border-left: none;
    }
    .price-button-wrap .order-form-popup, 
    .results-section-wrap .order-form-popup {
        height: 70px;
        padding: 20px 40px;
    }
    .site-header-body,
    .site-header-body .container {
        height: 74px !important;
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .service-form-block {
        margin-top: 150px;
    }

    .checkup .service-form-block {
        margin-top: 50px;
    }

    .checkup-form .title {
        font-size: 24px;
    }

    .checkup-form .subtitle {
        font-size: 20px;
    }

    .service-form-images {
        flex-wrap: wrap;
    }
    .service-form-image {
        max-width: calc(100% / 3);
        min-width: calc(100% / 3);
        text-align: center;
    }

    footer .site-menu > ul > .menu-item {
        margin-right: 0;
        width: 100%;
        border-bottom: 1px solid rgba(255,255,255,.3);
    }

    footer .site-menu .menu-item:last-child {
        border-bottom: none;
    }

    footer .site-menu .menu-item-has-children .sub-menu {
        display: block;
    }

    .site-footer .site-menu .menu-item-has-children .sub-menu {
        padding: 0 0 20px 30px;
        max-width: 100%;
        width: 100%;
    }

    .site-footer .site-menu .menu-item-has-children .sub-menu .menu-item,
    .site-footer .site-menu .menu-item-has-children .sub-menu .menu-item > a {
        font-size: 10px;
    }

    .site-footer .site-menu .menu-item-has-children .sub-menu .menu-item {
        margin-top: 20px;
    }

    footer .site-menu .menu-item > a {
        font-size: 14px;
        padding: 20px 0;
        width: 100%;
        display: block;
    }

    footer {
        padding: 70px 0;
    }

    footer .socials-item:last-child {
        margin-right: 0;
    }

    footer .socials-item {
        margin-right: 30px;
    }

    footer .socials-item svg {
        width: 30px;
        height: 30px;
    }

    .site-footer .site-menu > ul {
        flex-direction: column;
        align-items: flex-start;
    }

    footer .site-footer-wrap-bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    footer .footer-socials {
        width: 100%;
        max-width: 100%;
        justify-content: flex-start;
    }

    footer .phones-item {
        margin-bottom: 10px;
    }

    footer .phones-item:last-child {
        margin-bottom: 0;
    }

    footer .site-footer-wrap-top {
        margin-top: 0;
        border-top: none;
        margin-bottom: 30px;
    }

    footer .phones {
        flex-direction: column;
        align-items: flex-start;
        margin: 50px 0;
    }

    .certificates {
        padding-top: 70px;
    }

    .aboutBottomSliders-button-next {
        transform: translateX(calc(100% + 25px));
    }

    .aboutBottomSliders-button-prev {
        transform: translateX(calc(-100% - 25px));
    }

    .specialists-item-heading {
        padding-bottom: 30px;
        margin-bottom: 50px;
    }

    .specialists-item-position {
        font-size: 24px;
    }

    .specialists-item-name {
        font-size: 14px;
    }

    h2.text-image-title {
        font-size: 24px;
        text-align: center;
        margin: 0 auto 30px;
    }

    h3.text-image-title {
        font-size: 16px;
        text-align: center;
        margin: 0 auto 30px;
    }

    .why-we-item {
        padding: 30px 0;
    }

    .why-we-item-nth:nth-child(2) .why-we-item {
        border-top: none
    }

    .why-we-item-text {
        font-size: 14px;
    }

    .why-we-item-number {
        font-size: 26px;
        width: 80px;
        min-width: 80px;
    }

    .text-image-left {
        margin-bottom: 30px
    }

    .text-image-block iframe {
        height: 350px;
    }

    .why-we {
        margin-top: 100px
    }

    .text-image-block {
        margin-bottom: 70px
    }

    .text-image-block svg {
        margin: 50px 0 0 auto;
        height: 115px;
    }

    .single-post__content {
        margin-bottom: 50px
    }

    .single-post .row-heading {
        margin-bottom: 20px !important;
    }

    .single-post .row-heading .col-auto.mr-auto :where(h2, h1) {
        font-size: 24px;
        text-align: center;
    }

    .blog-item-right .category-service-more {
        margin-top: 30px;
        margin-left: unset
    }

    .case_page-navigation {
        padding-bottom: 20px
    }

    .case_page-navigation-item {
        margin-bottom: 10px;
        margin-right: 10px;
        font-size: 10px
    }

    .blog-item .effect-item-title {
        margin-bottom: 20px;
    }
    .effect-item-date {
        font-size: 24px;
        padding-top: 10px;
        max-width: fit-content;
        padding-bottom: 20px;
        margin-bottom: 20px;
        padding-right: 20px
    }

    .effect-item-tag {
        font-size: 14px;
        margin-right: 20px;
    }

    .blog-item .effect-item-left {
        padding-top: 20px
    }


    .prices-item {
        width: calc(100% - 30px);
        margin-left: 30px;
        font-size: 16px;
        flex-direction: column;
        line-height: 1.25;
        align-items: flex-start;
    }

    .prices-item:first-child {
        border-top: none
    }

    .prices-item:last-child {
        border-bottom: none
    }

    .prices-items {
        margin-bottom: 30px;
        padding-top: 30px;
        display: none;
    }

    .price-title {
        font-size: 16px;
        position: relative;
        margin-bottom: 0;
        cursor: pointer;
        padding-right: 40px;
    }

    .prices-group {
        padding: 20px 0
    }

    .prices-group:first-child {
        border-top: 1px solid var(--yellow);
    }

    .prices-group {
        border-bottom: 1px solid var(--yellow);
    }

    .prices-item-service {
        margin-bottom: 5px
    }

    .price-service-page {
        padding-bottom: 150px;
    }

    .taxonomy-effect-page {
        padding-bottom: 150px
    }

    .effect-item-photos {
        margin-bottom: 30px
    }

    .effect-item {
        padding: 20px 0 30px
    }

    .effect-item-photo-item i, .effect-item-content {
        font-size: 14px
    }

    .effect-item-photo-nav li {
        font-size: 10px
    }

    .effect-item-photo-nav {
        margin-bottom: 20px
    }

    .effect-item-right {
        padding-left: 0;
    }

    .effect-item-title {
        margin-bottom: 20px;
        text-align: center;
        font-size: 18px
    }

    .row-category-service-list {
        padding-bottom: 150px
    }

    .category-service {
        padding: 30px 0
    }

    .category-service-more {
        font-size: 12px
    }

    .category-service-more svg {
        width: 120px
    }

    .category-service-caption {
        margin-bottom: 30px
    }


    .row-category-caption-icon {
        display: none;
    }

    .row-category-caption {
        margin-bottom: 70px;
        font-size: 16px
    }



    .service-list {
        padding-bottom: 150px
    }

    .service-item {
        min-width: calc(100% / 2);
        max-width: calc(100% / 2);
    }

    .services-slider-item {
        max-width: 100%;
    }

    .services-slider-wrapper .swiper-slide {
        border-color: var(--yellow30);
    }

    .services-slider-wrapper .swiper-slide.swiper-slide-next,
    .services-slider-wrapper .swiper-slide.swiper-slide-prev,
    .services-slider-wrapper .swiper-slide {
        opacity: .1;
        transform: scale(.75);
    }

    .order-contacts__wrap {
        padding: 150px 0 200px;
    }

    .order-contacts #map {
        margin-bottom: 100px;
        height: 370px;
        border-radius: 200px;
    }

    .site-menu .menu-item-has-children .sub-menu {
        display: none;
        position: relative;
        left: 0;
        top: 0;
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
        box-shadow: none;
        background: none;
        padding: 0 0 0 30px;
    }

    header .language:hover .language-dropdown {
        pointer-events: none;
        visibility: hidden;
        opacity: 0;
    }

    header .language:hover .language-item-active {
        color: var(--yellow);
    }

    header .language:hover .language-item-active:after {
        transform: rotate3d(0, 0, 1, 0deg);
        background: url(../images/icon-dropdown.svg) center center/cover no-repeat;
    }

    header .language.active .language-item-active {
        color: #fff;
    }

    header .language.active .language-item-active:after {
        background: url(../images/icon-dropdown-hover.svg) center center/cover no-repeat;
        transform: rotate3d(0, 0, 1, 180deg);
    }

    header .language.active .language-dropdown {
        pointer-events: auto;
        visibility: visible;
        opacity: 1;
    }

    .site-menu .menu-item-has-children .sub-menu .menu-item:last-child {
        margin-bottom: 0
    }

    header .language-dropdown {
        top: unset;
        bottom: 100%;
    }

    .mobile_menu-language .language {
        font-size: 14px;
        justify-content: flex-start;
        max-width: fit-content;
    }

    .mobile_menu-social {
        margin-bottom: 50px
    }

    .mobile_menu-social .socials-item {
        margin-right: 30px;
    }

    .mobile_menu-social .socials-item a svg {
        width: 20px;
        height: 20px;
    }

    .mobile_menu-info-address {
        margin-bottom: 20px;
        font-size: 14px;
        font-weight: 500;
        font-style: normal;
    }

    .mobile_menu-info {
        margin-bottom: 50px
    }

    .mobile_menu-info .header-phones a {
        font-size: 14px
    }

    .mobile_menu-menu {
        margin-bottom: 30px
    }

    .mobile_menu-menu .site-menu > ul {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .mobile_menu-menu .site-menu .menu-item-has-children .sub-menu .menu-item > a {
        font-size: 10px
    }

    .mobile_menu-menu .site-menu .menu-item > a {
        font-size: 14px
    }

    .mobile_menu-menu .site-menu .menu-item {
        margin-bottom: 20px
    }

    .mobile_menu-header .site-logo img {
        max-width: 130px;
    }

    .mobile_menu-header {
        margin-bottom: 50px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .mobile_menu {
        display: flex;
        flex-direction: column;
        background: var(--blue);
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        z-index: 9999;
        -webkit-backdrop-filter: blur(30px);
        visibility: hidden;
        pointer-events: none;
        transition: all.6s ease-out;
        opacity: 0;
    }

    .mobile_menu.open {
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
    }

    .mobile_menu-wrap {
        display: flex;
        flex-direction: column;
        padding: 30px;
        height: calc(100vh - 110px);
        overflow: hidden;
        overflow-y: auto;
    }

    .mobile_menu-wrap::-webkit-scrollbar {
        width: 5px;
    }

    .mobile_menu-button {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 20px 30px;
        display: flex;
        justify-content: center;
    }

    .mobile_menu-button .button {
        padding: 20px 40px;
        font-size: 16px;
    }

    header {
        padding-top: 0
    }

    .site-logo {
        max-width: unset;
        margin-top: 0
    }

    .site-header-mobile-wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 27px 0;
        border-bottom: 1px solid var(--yellow);
    }

    #mobile_toggle {
        cursor: pointer;
        margin: auto;
        margin-top: 12px;
    }

    #mobile_toggle :where(line, path, circle) {
        transition: all.3s ease;
    }

    #mobile_toggle:hover [stroke] {
        stroke: var(--white);
    }

    #mobile_toggle:hover [fill] {
        fill: var(--white);
    }

    .site-header-wrap {
        display: none;
    }






    .review-slider-item-icon svg {
        height: auto;
        width: 15px
    }

    .review-slider-item-icon {
        margin: 40px auto 0;
    }

    .review-slider-pagination, .pocket-slider-pagination {
        display: none;
    }

    .review-slider-next {
        margin-left: 25px
    }

    .review-slider-prev {
        margin-right: 25px
    }

    .review-block__wrap {
        padding: 100px 0 200px;
    }

    .pocket-block__wrap {
        padding: 50px 0 100px;
    }

    .review-slider-item {
        padding: 50px;
    }

    .review-slider-nav-wrapper {
        margin-top: 50px
    }

    .review-slider-item-caption {
        max-width: 100%;
    }

    .review-slider-item-heading {
        margin-bottom: 20px;
        max-width: calc(100% - 60px);
        min-width: calc(100% - 60px);
    }

    .review-slider-item-image {
        margin-bottom: 20px;
        margin-right: 20px;
        max-width: 40px;
        min-width: 40px;
    }

    .swiper-pagination-bullet {
        width: 7px;
        height: 7px;
        margin-right: 10px;
    }

    .review-slider-pagination, .pocket-slider-pagination {
        margin: 0 20px;
    }

    :is(.review-slider-prev, .review-slider-next) svg {
        width: 60px;
        height: auto;
    }

    .review-slider-item-image img {
        display: block;
    }

    .review-slider-item-text {
        font-size: 14px
    }

    .review-slider-item-name {
        font-size: 14px
    }

    .review-slider-item-date {
        font-size: 10px
    }




    .pocket-slider-item-button {
        margin: 40px auto 0;
    }

    .pocket-slider-pagination, .pocket-slider-pagination {
        display: none;
    }

    .review-block__wrap {
        padding: 100px 0 200px;
    }

    .pocket-block__wrap {
        padding: 50px 0 100px;
    }

    .pocket-slider-item {
        padding: 50px;
    }

    .pocket-slider-nav-wrapper {
        margin-top: 50px
    }

    .pocket-slider-item-caption {
        max-width: 100%;
    }

    .pocket-slider-item-heading {
        margin-bottom: 20px;
        max-width: calc(100% - 60px);
        min-width: calc(100% - 60px);
    }

    .pocket-slider-item-image {
        margin-bottom: 20px;
        margin-right: 20px;
        max-width: 40px;
        min-width: 40px;
    }

    .swiper-pagination-bullet {
        width: 7px;
        height: 7px;
        margin-right: 10px;
    }

    .pocket-slider-pagination, .pocket-slider-pagination {
        margin: 0 20px;
    }

    :is(.review-slider-prev, .review-slider-next) svg {
        width: 60px;
        height: auto;
    }

    .pocket-slider-item-text {
        font-size: 14px
    }

    .achievement-block {
        padding-bottom: 130px
    }

    .achievement-item {
        margin-bottom: 40px
    }

    .achievement-item-divider {
        right: 80px;
    }

    .founder-title {
        font-size: 28px;
    }

    .row-heading {
        margin-bottom: 50px !important
    }

    .founder-block__wrap,
    .about-block__wrap {
        padding-top: 50px;
        padding-bottom: 100px;
    }

    .founder-block__wrap {
        padding-bottom: 150px
    }

    .row-heading .col-auto {
        max-width: 100%;
        min-width: 100%;
        width: 100%;
    }

    .row-heading .col-auto:not(.mr-auto) {
        text-align: right;
        margin-bottom: 10px
    }

    .row-heading .col-auto.mr-auto {
        order: 1;
        flex-wrap: wrap;
    }

    .row-heading .col-auto.mr-auto span {
        margin-bottom: 10px
    }

    .row-heading .col-auto.mr-auto :where(h2, h1) {
        width: 100%;
        text-align: right;
    }


    .content-block :is(li) {
        margin-bottom: 10px;
    }

    .content-block :is(ul, ol) {
        font-size: 14px;
    }

    html, body {
        font-size: 16px;
    }

    .slider-slider__item .button {
        display: none;
    }

    .slider-slider__item-title {
        margin: 45px auto -0;
        font-size: 24px;
        max-width: 100%;
    }

    .slider-slider .swiper-pagination {
        font-size: 20px;
    }

    .slider-slider__item-image img {
        object-fit: cover;
        height: 250px;
        width: 100%;
    }

    .slider-slider .swiper-pagination {
        bottom: unset;
        top: 255px;
        left: 50%;
        transform: translateX(-50%);
    }

    .about-block-icon {
        margin-top: 50px
    }


    .breadcrumbs {
        overflow: hidden;
        overflow-x: auto;
        white-space: nowrap;
    }

    .breadcrumbs::-webkit-scrollbar {
        display: none;
    }
    .problem-slider .swiper-slide-next+.swiper-slide {
        opacity: .2;
        transition: all .2s ease;
    }
    .problems-slider__item{
        max-width: 100%;
    }
    .doctor-item-inner{
        flex-direction: column;
        align-items: center;
    }
    .doctor-item__image{
        margin-right: 0;
        margin-bottom: 20px;
    }

    .gallery-item{
        padding: 30px 14px;
    }
    .gallery-img-wrapper {
        width: 310px;
        height: 260px;
    }
    .gellery-item-text{
        max-width: 310px;
    }
    .cert-page-img-wrapper {
        width: 295px;
        height: 295px;
    }
    .cert-page-item-text{
        max-width: 295px;
    }
    .single-doctor-main-info-inner{
        flex-direction: column;
        align-items: center;
    }
    .single-doctor-img-col{
        margin-bottom: 60px;
    }
    .link-to-all-doctors{
        margin-top: 50px;
    }

 
    .single-reviews-slider .swiper-slide {
        max-width: 315px;
        padding: 50px 20px;
        margin: 0 12px;
    }
    .single-review-text-wrapper{
        width: 100%;
    } 
    .review-header-block-wrapper {
        width: 205px;
    }
    .review-page-content-item{
        padding: 50px 30px;
    }
    .review-video-container iframe {
        width: 325px;
        height: 196px;
    }
    .service-block-price .prices-items{
        display: block;
    }
    .review-heading{
        flex-direction: column-reverse;
    }
    .review-btn-wrapper{
        margin-top: 50px;
        margin-bottom: 50px;
        display: flex;
        justify-content: flex-end;
    }
	.single-post__image-desktop{
		display: none;
	}
	.our-goals-inner {
		flex-direction: column;
	}
	.our-goals-col {
        width: 100%;
    }
	.our-goals-col:first-child .our-goals-item:last-child {
    	border-bottom: none;
	}
	.franchise-hairmed-card {
        width: 47%;
    }
	.single-post__image-mobile {
		display: block;
		order: 2;
		padding: 0 30px;
	}
	.doctor-item-name {
		font-size: 24px;
	}
	.price-doctors-list-inner {
		margin-left: calc((100% - 720px) / 2);
	}
	.our-goals-item {
		width: 100%;
	}
    .method-and-types-inner {
        flex-direction: column;
    }
    .methods-and-types-tabs {
        margin-bottom: 30px;
        width: 100%;
    }
    .methods-and-types-container {
        width: 100%;
    }
    .methods-and-types .order-form-popup {
        padding: 21px 40px;
        height: 70px;
    }
    .photo-and-content-block {
        gap: 70px;
        flex-direction: column;
    }
    .photo-and-content-block:nth-child(2n) {
        flex-direction: column-reverse;
    }
    .photo-and-content-img-wrap {
        width: 100%;
    }
    .photo-and-content-cont {
        max-width: 100%;
    }
    .contraindications-inner {
        flex-direction: column;
        gap: 47px;
    }
    .contraindications-title {
        max-width: 100%;
    }
    .results-section-main-content-item-inner {
        flex-direction: column;
    }
    .service-price-row-select {
        flex-direction: column;
        align-items: flex-start;
    }
    .service-price-city-select {
        margin-right: 0;
        margin-bottom: 30px;
    }
    .choose-text {
        margin-right: 0;
        margin-bottom: 30px;
    }
    .service-price-table-wrap {
        padding: 40px 46px 100px 40px;
    }
    .fixed-bottom-panel-text {
        display: none;
    }
    .fixed-bottom-panel .container {
        justify-content: center;
    }
}

@media screen and (max-width: 767px) {

    .custom-radio-box {
        margin-right: 10px;
    }

    .custom-radio-list {
        align-items: flex-start;
    }

    .custom-radio-box label {
        min-width: 95px;
        width: 95px;
    }

    .file-box label {
        font-size: 16px;
    }

    footer {
        padding: 50px 0;
    }

    .specialists-button-prev {
        left: 50%;
        transform: translateY(-50%) translateX(calc(-100% - 25px));
    }

    .specialists-button-next {
        right: 50%;
        transform: translateY(-50%) translateX(calc(100% + 25px));
    }

    .specialists-button-prev svg,
    .specialists-button-next svg {
        max-width: 100%;
    }

    .specialists-button-prev,
    .specialists-button-next {
        top: 405px;
        width: 80px;
        z-index: 100;
    }

    .specialists-slider-container.thumb-container {
        display: none;
    }

    .specialists-item {
        flex-direction: column;
    }

    .specialists-item-image {
        padding-right: 0;
        text-align: center;
        margin: 0 auto 80px;
        max-width: 100%;
    }

    .specialists-item-heading {
        text-align: center;
    }

    .specialists-item-caption {
        max-width: 100%;
        padding-top: 0;
    }

    .specialists-item-image img {
        max-height: 375px;
    }


    .effect-item-date {
        font-size: 18px;
    }

    .text-image-block img {
        max-height: 100vw;
    }

    .wp-pagenavi :where(a, span) {
        font-size: 18px;
        margin-right: 30px;
    }

    .wp-pagenavi :where(a, span):is(.next, .prev) svg {
        width: 8px;
        position: relative;
        top: 1px;
        height: 16px;
    }

    .wp-pagenavi {
        margin-top: 30px
    }


    .category-service-number {
        font-size: 40px;
        margin-bottom: 20px
    }

    .category-service-caption h3 a {
        font-size: 18px
    }


    .row-category-caption {
        font-size: 14px
    }

    .row-category-caption p {
        margin-bottom: 15px
    }

    .service-item {
        min-width: 100%;
        max-width: 100%;
        padding: 50px 25px;
        border-color: var(--yellow30);
        margin-bottom: 20px
    }

    .services-slider-item {
        min-width: 50%;
        max-width: 100%;
    }

    .service-item-image {
        margin-bottom: 30px
    }

    .service-item-title {
        font-size: 18px
    }

    .service-item-subtitle {
        font-size: 14px;
        margin-bottom: 50px
    }

    .service-item-title.results {
        margin-bottom: 0
    }

    .service-item-button.results {
        display: none;
    }

    .service-item-button {
        opacity: 1;
    }

    .service-item-button span {
        margin-bottom: 10px
    }

    .service-item-button svg {
        left: 0
    }


    .order-contacts__wrap {
        padding: 70px 0 150px;
    }

    .order-contacts-info p {
        margin-bottom: 10px;
        margin-top: 10px;
        padding-left: 30px;
    }

    .order-contacts-info :where(p, a) {
        font-size: 14px;
    }

    .order-contacts-info-title {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .order-form-group > label {
        font-size: 14px;
    }

    .button:not(.case_page-navigation-item) {
        font-size: 14px
    }

    .order-form_wrapper #order_submit {
        margin-top: 35px
    }

    .order-form_wrapper .title-block {
        font-size: 24px;
        margin-bottom: 30px;
        text-align: center;
    }

    .order-contacts-info p:last-child {
        margin-bottom: 30px
    }

    .order-contacts-info {
        margin-bottom: 30px;
    }

    .order-contacts #map {
        height: 210px;
    }


    .review-block__wrap {
        padding: 75px 0 150px;
    }

    .pocket-block__wrap {
        padding: 50px 0 0;
    }

    .review-slider-item {
        padding: 30px;
        margin: 0 30px;
    }



    .pocket-slider-item {
        padding: 30px;
        margin: 0 10px;
    }

    .pocket-slider-item-caption {
        font-size: 14px;
    }

    .pocket-slider-item-button .button {
        padding: 10px 40px;
    }

    .pocket-slider-item-heading {
        font-size: 23px;
    }

    .achievement-item {
        margin: 0 auto 20px;
        max-width: 295px;
        height: 150px;
    }

    .achievement-item-count {
        font-size: 54px;
        top: 25px;
    }

    .achievement-item-icon {
        max-width: 165px;
    }

    .achievement-item-text {
        bottom: 20px;
        right: 50px;
    }

    .achievement-item-divider {
        right: 45px;
        top: 30px;
    }

    .founder-title {
        font-size: 24px;
        margin-bottom: 30px
    }

    .founder-title {
        text-align: center;
    }

    .founder-image {
        margin: 0 auto 30px;
        max-width: 220px;
        display: block;
    }


    .content-block :is(ul, ol) {
        padding-left: 30px;
        margin-bottom: 30px;
    }

    .row-heading .col-auto:not(.mr-auto) {
        font-size: 18px
    }

    .row-heading .col-auto.mr-auto span {
        font-size: 44px
    }

    .row-heading .col-auto.mr-auto :where(h2, h1) {
        font-size: 18px
    }

    .about-block-icon {
        height: auto;
        max-width: 200px;
    }

    .slider-slider {
        margin-top: 20px
    }

    .slider-slider .swiper-wrapper {
        padding-bottom: 50px
    }

    .slider-slider .swiper-pagination {
        font-size: 14px;
        top: 225px;
    }

    .slider-slider__item-image img {
        height: 215px;
    }

    .effect-item-tag {
        margin-right: 15px
    }
    .problems-slider__item__image img {
        width: 150px;
        height: 150px;
    }
    .problems-slider__item{
        padding: 50px 0;
    }
    .cert-slider .swiper-slide{
        padding-right: 0;
        padding-left: 0;
    }
    .gallery-img-wrapper {
        width: 220px;
        height: 170px;
    }
    .gellery-item-text {
        max-width: 220px;
    }
    .cert-page-img-wrapper {
        width: 205px;
        height: 205px;
    }
    .cert-page-item-text{
        max-width: 205px;
    }
    .single-reviews-slider .swiper-slide {
        max-width: 95%;
    }
    .review-header-block-wrapper {
        width: 80%;
    }
    .review-page-content-item {
        flex-basis: 100%;
    }
    .review-page-item-text-wrapper{
        max-width: 100%;
    }
    .review-page-item-video {
        flex-basis: 100%;
    }
    .review-video-container iframe {
        width: 100%;
        height: 52vw;
    }
	.franchise-hairmed-card {
        width: 100%;
    }
	.price-doctors-list-inner {
		margin-left: calc((100% - 540px) / 2);
	}
    .serv-single-new-img-wrap {
        width: 100%;
    }
    .service-doctors .specialists-item-caption {
        max-width: 100%;
        min-width: 100%;
    }
    .service-doctors .specialists-item-image img {
        width: 220px;
    }
}

@media screen and (max-width: 575px) {

    .service-form-image {
        max-width: calc(100% / 2);
        min-width: calc(100% / 2);
        text-align: center;
    }
    .certificates-text{
        margin: 60px 0;
        margin-right: 0;
        font-size: 16px;
        line-height: 25px;
    }
    .services-slider-wrapper .swiper-pagination {
        display: block;
        width: fit-content;
        bottom: 2px;
        font-size: 14px;
        right: 30px;
    }


    .services-slider-next {
        top: unset;
        bottom: 2px;
        right: 30px;
    }

    .pocket-slider-next {
        top: unset;
        bottom: 2px;
        right: 30px;
    }

    .pocket-slider-prev {
        top: unset;
        bottom: 2px;
        left: 30px;
    }
    .problems-slider__item,
    .services-slider-item {
        margin-bottom: 70px;
    }

    .services-slider-wrapper {
        padding: 0 30px;
    }

    .associations-slider-wrapper, .certificates-slider-wrapper {
        margin: 0 -30px;
    }

    :is(.associations-slider-wrapper, .certificates-slider-wrapper):after,
    :is(.associations-slider-wrapper, .certificates-slider-wrapper):before {
        content: '';
        position: absolute;
        z-index: 100;
        width: 18%;
        height: 100%;
        top: 0;
    }

    :is(.associations-slider-wrapper, .certificates-slider-wrapper):before {
        left: 0;
        background: linear-gradient(90deg, #35373B 0%, rgba(53, 55, 59, 0) 100%);
    }

    :is(.associations-slider-wrapper, .certificates-slider-wrapper):after {
        right: 0;
        background: linear-gradient(270deg, #35373B 0%, rgba(53, 55, 59, 0) 100%);
    }

    .why-we-item-number {
        font-size: 22px;
        width: 65px;
        min-width: 65px;
    }

    .effect-item-photo-nav {
        justify-content: space-between;
    }

    .effect-item-photo-nav li:not(:last-child) {
        margin-right: 0
    }

    .row {
        margin: 0 -30px
    }

    [class*=col-],
    .container {
        padding: 0 30px
    }

    .mobile_menu-button .button {
        padding: 12px 40px;
        font-size: 10px;
        max-width: 100%;
    }

    .row-category-caption {
        margin-bottom: 70px
    }

    .problem-slider-wrapper .swiper-slide.swiper-slide-next, 
    .problem-slider-wrapper .swiper-slide.swiper-slide-prev, 
    .problem-slider-wrapper .swiper-slide {
        opacity: .1;
        transform: scale(.75);
        transition: all .3s ease;
    }
    .problem-slider-wrapper .swiper-slide-active {
        opacity: 1;
        transform: scale(.9999);
        transition: all .3s ease;
    }
    .gallery-img-wrapper {
        width: 100%;
        height: 50vw;
    }
    .gellery-item-text {
        max-width: 100%;
    }
    .cert-page-img-wrapper {
        width: 100%;
        height: 50vw;
    }
    .cert-page-item-text{
        max-width: 100%;
    }
    .single-reviews-slider .swiper-slide {
        max-width: 94%;
        margin: 0 10px;
        padding: 35px 30px;
        height: 435px;
    }
    .review-header-block-wrapper {
        width: 70%;
    }
    .single-review-text {
        font-size: 14px;
        line-height: 21px;
    }
    .single-review-name{
        font-size: 14px;
    }
    .blog-navigation-wrapper {
        margin: 0 auto;
    }
    .single-reviews-section {
        padding-top: 75px;
        padding-bottom: 150px;
    }
    .single-doctors-certificates{
        padding-bottom: 75px;
    }
    .review-page-tab{
        font-size: 14px;
    }
    .reviews-page-links{
        flex-direction: column;
        align-items: center
    }
    .comment-doctor-header{
        flex-direction: column;
    }
    .comment-doctor-info {
        width: 100%;
        margin-top: 30px;
    }
	.problems-slider__item {
		margin-bottom: 0;
	}
	.problems-block__wrap {
		padding-bottom: 150px;
	}
	.doctor-item-name {
		font-size: 24px;
	}
	.article-dates {
		margin-bottom: 30px;
	}
	.article-block-content iframe {
		width: 100%;	
	}
	.about-author {
		flex-direction: column;
	}
	.about-author-img-wrapper {
		display: flex;
		justify-content: center;
	}
	.franchise-first-screen-text{
		font-weight: 500;
		font-size: 16px;
		line-height: 25px;
		letter-spacing: 0.05em;
	}
	.franchise-first-screen {
    	margin-bottom: 125px;
	}
	.franchise-section-title {
		font-size: 24px;
		line-height: 34px;	
	}
	.farnchise-our-goals .franchise-section-title {
    	margin-bottom: 30px;
	}
	.our-goals-item-num {
		font-size: 18px;
		line-height: 18px;	
	}
	.our-goals-item{
		padding: 30px 0;
		gap: 35px;
	}
	.our-goals-item-text {
		height: auto;
		font-size: 14px;
    	line-height: 21px;
	}
	.farnchise-our-goals {
    	margin-bottom: 150px;
	}
	.franchise-tarif-card {
		padding: 30px 20px 35px;
		min-height: auto;
	}
	.franchise-tarif-card-icon {
		margin: 0 auto 20px;
	}
	.franchise-tarif-card-title {
		font-weight: 700;
		font-size: 18px;
		line-height: 21px;
		margin-bottom: 20px;	
	}
	.franchise-tarifs-inner {
		gap: 20px;
	}
	.franchise-tarif-card-text ul {
		font-size: 14px;
    	line-height: 21px;
	}
	.franchise-tarif-card-text li {
		margin-bottom: 10px;
	}
	.franchise-tarif-card-show-more a {
		font-size: 10px;
    	line-height: 12px;
	}
	.franchise-btn {
		font-size: 14px;
    	line-height: 17px;
		padding: 27px 10px;
	}
	.franchise-tarifs {
    	margin-bottom: 150px;
	}
	.franchise-features-item {
		padding: 30px 0;
		font-size: 16px;
    	line-height: 25px;
	}
	.franchise-features {
    	margin-bottom: 195px;
	}
	.franchise-map {
		margin-bottom: 70px;
		padding: 70px 0 150px;
	}
	.franchise-map-text {
		font-size: 16px;
    	line-height: 26px;
	}
	.franchise-map-img-wrap {
		margin: 0 auto 50px;
	}
	.franchise-map + .farnchise-our-goals {
    	margin-bottom: 100px;
	}
	.franchise-give .franchise-give-title {
		font-weight: 700;
		font-size: 18px;
		line-height: 21px;
		margin-bottom: 30px;
	}
	.franchise-give-inner {
		flex-direction: column;
		gap: 15px;
		margin-bottom: 50px;
	}
	.franchise-give-col {
    	width: 100%;
	}
	.franchise-give-item {
		font-size: 14px;
    	line-height: 21px;
	}
	.franchise-give {
    	margin-bottom: 150px;
	}
	.franchise-hairmed {
		border-top: none;
		padding-top: 0px;
		margin-bottom: 150px;
	}
	.franchise-hairmed .container{
		border-top: 1px solid rgba(254, 212, 160, .3);
		padding-top: 70px;
	}
	.franchise-hairmed .franchise-section-title {
    	margin-bottom: 30px;
	}
	.franchise-hairmed-inner {
		display: flex;
		gap: 20px;
		margin-bottom: 50px;
	}
	.franchise-hairmed-card {
		height: 250px;
		padding-top: 50px;
	}
	.franchise-hairmed-card-img {
    	margin-bottom: 20px;
	}
	.franchise-hairmed-card-name {
		font-size: 14px;
    	line-height: 22px;
		margin: 0;
	}
	.question-text {
		font-size: 16px;
    	line-height: 25px;
	}
	.faq-answer,
	.faq-answer li {
		font-size: 14px;
    	line-height: 21px;
	}
	.faq-answer ul,
	.faq-answer ol {
		padding-left: 20px;
	}
	.franchise-page {
    	padding-bottom: 25px;
	}
	.franchise-popup-block {
		width: 95%;
	}
	.problems-block__wrap {
		padding-bottom: 120px;
	}
	.problems-slider__item, .services-slider-item {
		margin-bottom: 0;
	}
	.services-block__wrap .swiper {
		padding-bottom: 50px;
	}
	.price-doctors-list-inner {
        margin-left: 15px;
    }
	.price-doctors-list-title {
		font-size: 16px;
		line-height: 19px;
		padding-top: 20px;
		border-top: 1px solid #FED4A0;
	}
	.price-doctor-tab {
		flex-direction: column;
		width: 230px;
		min-width: 230px;
		padding: 40px 20px;
	}
	.price-doctor-tab-content {
		width: 100%;
	}
	.price-doctor-tab-name {
		font-size: 16px;
   	 	line-height: 22px;
		text-align: center;
	}
	.price-doctor-img-wrap {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.price-doctor-tab-position {
		font-size: 10px;
   	 	line-height: 15px;
		text-align: center;
	}
	.price-doctor-tab-experience {
		font-size: 16px;
   	 	line-height: 22px;
		text-align: center;
	}
	.doctor-price-row {
		flex-direction: column;
		align-items: flex-start;
	}
	.doctor-service-value,
	.doctor-service-name {
		font-size: 16px;
   	 	line-height: 19px;
		margin-bottom: 5px;
		font-weight: 400;
	}
	.doctor-price-table {
		margin-bottom: 100px;
	}

    .service-single-new-first-screen .container {
        padding: 0;
    }
    .service-single-new-first-screen .breadcrumbs {
        padding: 20px 0;
    }
    .service-single-new-first-screen .breadcrumbs-section {
        padding: 0 30px;
    }
    .serv-single-new-content {
        padding: 0 30px;
    }
    .serv-single-new-content h1 {
        font-size: 32px;
        margin-bottom: 30px;
        width: 100%;
    }
    .serv-single-new-content p {
        font-size: 16px;
        max-width: 100%;
    }
    .serv-single-new-content .order-form-popup {
        min-width: 100%;
        width: 100%;
        margin-top: 50px;
    }
    .serv-single-new-img-wrap {
        height: 212px;
    }
    .service-text-title {
        font-size: 24px;
        line-height: 34px;
        text-align: center;
        margin-bottom: 50px;
    }
    .service-text-block li,
    .service-text-block p {
        font-size: 14px;
        line-height: 26px;
        color: #fff;

    }
    .service-text-link-wrap {
        margin-top: 30px;
    }
    .service-text-link {
        font-size: 12px;
        line-height: 14px;
    }
    .method-and-types-content-link svg,
    .service-text-link svg {
        width: 125px;
    }
    .service-text {
        margin: 70px 0 150px;
    }
    .methods-and-types-title {
        font-size: 24px;
        line-height: 34px;
        text-align: center;
        margin-bottom: 30px;
    }
    .methods-and-types-tab {
        padding: 15px;
        font-size: 14px;
    }
    .method-and-types-content-title {
        font-size: 18px;
        line-height: 21px;
        text-align: center;
        margin-bottom: 30px;
    }
    .method-and-types-content-text,
    .method-and-types-content-text li {
        font-size: 14px;
        line-height: 27px;
    }
    .method-and-types-content-text {
        margin-bottom: 30px;
    }
    .method-and-types-content-link {
        font-size: 12px;
    }
    .method-and-types-content-link svg {
        width: 100px;
    }
    .methods-block {
        padding: 70px 0 100px 0;
    }
    .methods-and-types {
        padding-bottom: 200px;
    }
    .methods-and-types .order-form-popup {
        padding: 21px 10px;
        width: 100%;
        min-width: 100%;
    }
    .methods-block:last-child {
        padding-bottom: 70px;
    }
    .photo-and-content {
        padding: 0px 0 50px;
    }
    .photo-and-content-block {
        padding: 70px 0 100px;
    }
    .photo-and-content-title {
        font-size: 24px;
        line-height: 33px;
        text-align: center;
    }
    .photo-and-content-text {
        margin-top: 50px;
    }
    .photo-and-content-text {
        font-size: 14px; 
        line-height: 27px;
        margin-bottom: 30px;
    }
    .photo-and-content-link-wrap {
        margin-top: 30px;
    }
    .photo-and-content-link {
        font-size: 12px;
    }
    .photo-and-content-link svg {
        width: 125px;
    }
    .photo-and-content-subtitle {
        font-size: 18px;
        line-height: 21px;
        text-align: center;
    }
    .contraindications {
        padding: 70px 0 150px;
    }
    .contraindications-title {
        font-size: 24px;
        line-height: 34px;
    }
    .contraindications-text,
    .contraindications-text li {
        font-size: 14px;
        line-height: 21px;
    }
    .contraindications-text ul,
    .contraindications-text ol {
        padding-left: 20px;
    }
    .results-section-wrap {
        padding-top: 70px;
        padding-bottom: 150px;
    }
    .results-section-title {
        font-size: 24px;
        line-height: 34px;
        text-align: center;
    }
    .results-section-text {
        font-size: 14px;
        line-height: 26px;
    }
    .results-section-header {
        margin-bottom: 100px;
    }
    .results-section-main-title-row {
        flex-wrap: wrap;
    }
    .results-section-main-title {
        font-size: 21px;
        line-height: 25px;
        margin-bottom: 30px;
        width: 100%;
    }
    .results-section-main-link {
        font-size: 12px;
        margin-right: 0;
        margin-left: auto;
     }
     .results-section-main-title-row {
        padding-bottom: 32px;
     }
     .results-section-main-tab {
        font-size: 14px;
        padding: 25px 15px;
        white-space: nowrap;
     }
     .results-section-main-tabs {
        overflow: auto;
     }
     .results-section-main-tabs::-webkit-scrollbar {
        height: 5px; 
      }
      .results-section-main-tabs::-webkit-scrollbar-track {
        background: rgba(255,255,255, .2); 
      }
      .results-section-main-tabs::-webkit-scrollbar-thumb {
          background-color: rgba(254,212, 160, .2);
      }
      .results-section-main-content-item .effect-item-right {
        max-width: 100%;
    }
    .results-section-main {
        margin-bottom: 70px;
    }
    .price-button-wrap .order-form-popup, 
    .results-section-wrap .order-form-popup {
        min-width: 100%;
        width: 100%;
    }
    .price-button-wrap .order-form-popup, 
    .results-section-wrap .order-form-popup {
        padding: 20px;
    }
    .service-price-title {
        font-size: 24px;
        text-align: center;
        margin-bottom: 15px;
    }
    .service-price-note {
        text-align: center;
        font-size: 18px;
        line-height: 28px;

    }
    .service-price-header {
        margin-bottom: 70px;
    }
    .service-price {
        padding: 90px 0 0;
    }
    .price-button-wrap {
        padding: 0 30px;
    }
    .price-button-wrap .container {
        margin-top: 70px;
        padding: 0 0 150px 0;
    }
    .review-service .review-block__wrap {
        padding-top: 70px;
        padding-bottom: 220px;
    }
    .review-block-header {
        flex-direction: column;
        margin-bottom: 50px;
    }
    .service-new-blocks .review-block h2 {
        font-size: 24px;
        line-height: 34px;
        text-align: center;
        margin-bottom: 30px;
    }
    .review-block .results-section-main-link {
        margin-right: auto;
    }
    .service-doctors {
        padding: 70px 0 150px;
    }
    .service-doctors .service-doctors-title {
        font-size: 24px;
        line-height: 34px;
        text-align: center;
        margin-bottom: 50px;
    }
    .service-doctors .specialists-item-image {
        max-width: 100%;
        min-width: 100%;
    }
    .service-doctors .specialisation-title {
        font-size: 14px;
        line-height: 22px;
    }
    .service-doctors .specialisation-list li {
        font-size: 14px;
        line-height: 21px;

    }
    .service-doctors ul.specialisation-list {
        padding-left: 20px;
    }
    .service-new-blocks .service-faq {
        padding-top: 70px;
    }
    .service-new-blocks .faq-title {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 30px;
    }
    .service-new-blocks .faq-wrapper {
        padding-bottom: 150px;
        border-bottom: 1px solid rgba(254, 212, 160, .3);
    }
    .service-new-blocks .service-faq .container {
        padding-bottom: 0;
        border-bottom: none;
    }
    .service-new-blocks .publics-doctor {
        padding-top: 70px;
        padding-bottom: 120px;
    }
    .service-new-blocks .publics-doctor .section-title {
        font-size: 24px;
        line-height: 34px;
        text-align: center;
        margin-bottom: 50px;
    }
    .service-new-blocks .blog-navigation-wrapper {
        margin: 70px auto 0px;
    }
    .service-price-table-row {
        flex-direction: column;
        align-items: flex-start;
    }
    .service-price-city-select {
        width: 315px;
    }
    .fixed-bottom-panel .fixed-bottom-panel-phone {
        padding-right: 20px;
        font-size: 14px;
        height: 25px;
    }
    .fixed-bottom-panel-telegram {
        padding-left: 20px;
        font-size: 16px;
        height: 25px;
    }
    .fixed-bottom-panel {
        padding: 15px 0;
    }
    .fixed-bottom-panel-telegram svg {
        height: 19px;
        width: 19px;
        margin-right: 8px;
    }
    .service-new-blocks .table-of-content-inner {
        flex-direction: column;
        padding-bottom: 58px;
    }
    .service-new-blocks .table-of-content {
        margin-top: 58px;
        margin-bottom: 70px;
    }
}

@media screen and (max-width: 479px) {

    .service-form-image {
        max-width: calc(100% / 1);
        min-width: calc(100% / 1);
    }

    .service-form-image img {
        max-height: 265px;
    }

    .why-we-item-number {
        font-size: 18px;
    }

    .case_page-navigation-item {
        width: calc(50% - 5px);
        max-width: 100%;
    }
    .case_page-navigation-item:nth-child(2n) {
        margin-right: 0;
    }
    .faq-answer {
        padding: 30px 20px 22px 20px
    }
	.blog-all-link-wrapper{
		margin-top: 50px;
	}
}

@media screen and (max-width: 374px) {
    .custom-radio-box label {
        font-size: 9px;
        min-width: 80px;
        width: 80px;
    }

    .row-heading .col-auto.mr-auto span {
        font-size: 36px;
    }

    .row-heading .col-auto.mr-auto h2 {
        font-size: 18px;
    }

    .review-slider-item-image {
        margin: 0 auto 20px;
    }
    .case_page-navigation-item {
        padding: 9px 10px;
        font-size: 9px;
    }

    .review-slider-item-heading {
        max-width: 100%;
        min-width: 100%;
    }

    .pocket-slider-item-heading {
        max-width: 100%;
        min-width: 100%;
    }

    .achievement-item-count {
        font-size: 42px;
    }

    .achievement-item-text {
        font-size: 10px;
    }
}