* {
    padding: 0;
    margin: 0;
    border: none
}

*,
*::after,
*::before {
    box-sizing: border-box
}

a {
    text-decoration: none
}

a,
a:link,
a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

aside,
footer,
header,
main,
nav,
section {
    display: block
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-size: inherit;
    font-weight: inherit
}

ul,
ul li {
    list-style: none
}

img {
    vertical-align: top
}

img,
svg {
    max-width: 100%;
    height: auto
}

address {
    font-style: normal
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background-color: rgba(0, 0, 0, 0)
}

input::-ms-clear {
    display: none
}

button,
input[type=submit] {
    display: inline-block;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    background: 0 0;
    cursor: pointer
}

button:active,
button:focus,
input:active,
input:focus {
    outline: 0
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

label {
    cursor: pointer
}

legend {
    display: block
}

:root {
    --general-color: #ededed;
    --black-color: #000000;
    --text-color-1: #151515;
    --text-color-2: #080808;
    --blue-color: #1f6aac;
    --white-color: #ffffff;
    --hover-blue: #347fd0
}

body,
html {
    height: 100%;
    font-family: Stolzl, sans-serif;
    font-weight: 400
}

body {
    background-color: var(--general-color)
}

* {
    color: var(--text-color-2)
}

.wrapper {
    height: 100vh;
    display: flex;
    flex-direction: column
}

.wrapper-container {
    flex: 1 1 auto
}

[class*=__container] {
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 15px
}

::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-track {
    background: #e0e0e0;
    border-radius: 8px
}

::-webkit-scrollbar-thumb {
    background-color: #9e9e9e;
    border-radius: 8px;
    border: 2px solid #e0e0e0
}

::-webkit-scrollbar-thumb:hover {
    background-color: #7a7a7a
}

* {
    scrollbar-width: thin;
    scrollbar-color: #9e9e9e #e0e0e0
}

.play-vidio img {
    border-radius: 0
}

.lazy-section {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.lazy-section.visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

.swiper-button-next,
.swiper-button-prev {
    box-shadow: none !important
}

.price-form-calculate {
    margin-top: 50px
}

@font-face {
    font-family: Stolzl;
    font-display: swap;
    src: url(../easysmile/webfonts/Stolzl-Light.woff2) format("woff2");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: Stolzl;
    font-display: swap;
    src: url(../easysmile/webfonts/Stolzl-Regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Gilroy;
    font-display: swap;
    src: url(../easysmile/webfonts/Gilroy-Regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Gilroy;
    font-display: swap;
    src: url(../easysmile/webfonts/Gilroy-Light.woff2) format("woff2");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: Gilroy;
    font-display: swap;
    src: url(../easysmile/webfonts/Gilroy-Semibold.woff2) format("woff2");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: icons;
    src: url(../easysmile/webfonts/icons.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

[class*=" _icon-"]::before,
[class^=_icon-]::before {
    font-family: icons !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

._icon-arrow:before {
    content: "";
    color: #707070
}

._icon-search:before {
    content: "";
    color: #707070
}

._icon-close:before {
    content: "";
    color: #707070
}

._icon-destination:before {
    content: "";
    color: #707070
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    padding: 13px 0;
    transition: padding .3s ease-in-out, box-shadow .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out, background-color 0s, -webkit-transform .3s ease-in-out;
    transition: padding .3s ease-in-out, box-shadow .3s ease-in-out, transform .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out, background-color 0s;
    transition: padding .3s ease-in-out, box-shadow .3s ease-in-out, transform .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out, background-color 0s, -webkit-transform .3s ease-in-out
}

.header.scrolled {
    padding: 8px 0;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .1019607843);
    background-color: #fff
}

.header .logo img {
    width: 55px;
    min-width: 55px;
    max-width: 55px;
    height: 55px
}

.header__blocks {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.header__left {
    display: flex;
    align-items: center;
    gap: 65px
}

.header__right {
    display: flex;
    align-items: center;
    gap: 50px
}

.header .number {
    font-weight: 300;
    font-size: 12px;
    padding-top: 3px;
    transition: color .2s ease-in-out
}

.header .number:hover {
    color: var(--blue-color)
}

.header .show-mobile {
    display: none
}

.header .dropdown-menu__open {
    display: none
}

.menu__list {
    display: flex;
    align-items: center;
    gap: 50px
}

.menu li {
    line-height: 0
}

.menu__item.active .menu__link {
    color: var(--blue-color)
}

.menu__link {
    font-size: 12px;
    padding: 0;
    margin: 0;
    line-height: 0;
    font-weight: 300;
    transition: color .2s ease-in-out
}

.menu__link:hover {
    color: var(--blue-color)
}

.menu2__list {
    display: flex;
    align-items: center;
    gap: 30px
}

.dropdown-menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 100vh;
    background-color: #fff;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition: -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
    z-index: 1000
}

.dropdown-menu.open {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.dropdown-menu__blocks {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    text-align: center
}

.dropdown-menu .dropdown-menu__close {
    position: absolute;
    right: 12px;
    top: 12px
}

.dropdown-menu__menu__list {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.dropdown-menu .number {
    font-weight: 400;
    font-size: 14px
}

.dropdown-menu .number-dropdown {
    font-size: 16px
}

.dropdown-menu .menu__link {
    font-weight: 400;
    font-size: 14px
}

.dropdown-menu .header-social {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 12px
}

.dropdown-menu .header-social__item {
    width: 30px;
    height: 30px
}

.dropdown-menu .header-social__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.footer {
    background-color: #1f6aac
}

.footer__blocks {
    display: flex;
    flex-direction: column;
    gap: 37px;
    padding: 77px 0 32px 0
}

.footer__blocks * {
    color: #fff
}

.footer__top {
    display: flex;
    justify-content: space-between;
    gap: 70px;
    padding-bottom: 67px;
    position: relative
}

.footer__top::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    content: "";
    border-bottom: 1px solid #fff;
    opacity: .5
}

.footer__top-left {
    display: flex;
    flex-direction: column;
    gap: 23px;
    max-width: 500px;
    width: 100%
}

.footer__top .descript {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%
}

.footer__top .footer-social__wrapper {
    display: flex;
    align-items: center;
    gap: 16px
}

.footer__top .footer-social {
    display: flex;
    align-items: center;
    gap: 16px
}

.footer__top .footer-social__item {
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.footer__top .footer-social__item:hover {
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

.footer__top .number {
    font-weight: 400;
    font-size: 38px;
    line-height: 100%;
    transition: color .2s ease-in-out
}

.footer__top .number:hover {
    color: #e6d36d
}

.footer__top .email {
    display: none
}

.footer .footer__top-right {
    background-color: #fff;
    padding: 44px 44px 34px 44px;
    border-radius: 30px;
    height: 100%;
    width: 100%
}

.footer .form-calculate__form {
    display: flex;
    flex-direction: column;
    gap: 25px
}

.footer .form-calculate__form * {
    color: #000
}

.footer .form-calculate__form input {
    font-weight: 300;
    font-size: 18px;
    line-height: 120%;
    color: #545454;
    padding-bottom: 6px;
    border-bottom: 1px solid #000;
    border-radius: 0
}

.footer .form-calculate__form input::-webkit-input-placeholder {
    font-weight: 300;
    font-size: 18px;
    line-height: 120%;
    color: #545454
}

.footer .form-calculate__form input:-ms-input-placeholder {
    font-weight: 300;
    font-size: 18px;
    line-height: 120%;
    color: #545454
}

.footer .form-calculate__form input::-ms-input-placeholder {
    font-weight: 300;
    font-size: 18px;
    line-height: 120%;
    color: #545454
}

.footer .form-calculate__form input::placeholder {
    font-weight: 300;
    font-size: 18px;
    line-height: 120%;
    color: #545454
}

.footer .form-calculate__form button {
    font-family: Gilroy, sans-serif;
    font-weight: 600;
    font-size: 25px;
    padding: 18px 0;
    background-color: #1f6aac;
    border-radius: 10px;
    color: #fff;
    transition: background-color .2s ease-in-out
}

.footer .form-calculate__form button:hover {
    background-color: #347fd0
}

.footer .show-mobile {
    display: none
}

.footer .hide-mobile {
    display: flex
}

.footer__title {
    font-weight: 400;
    font-size: 72px;
    line-height: 100%
}

.footer__below {
    display: flex;
    align-items: start;
    gap: 20px;
    justify-content: space-between;
    padding-bottom: 28px;
    position: relative
}

.footer__below::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    content: "";
    border-bottom: 1px solid #fff;
    opacity: .5
}

.footer__below .footer-menu__list {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.footer__below .footer-menu__list * {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    transition: color .2s ease-in-out
}

.footer__below .footer-menu__list *:hover {
    color: #e6d36d
}

.footer__below .footer__below-address {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.footer__below .footer__below-address .title {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%
}

.footer__below .footer__below-address .address__list {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.footer__below .footer__below-address .address__list * {
    font-weight: 300;
    font-size: 16px;
    line-height: 120%
}

.footer__below .public-offer-block {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: start;
    margin-top: 30px;
    transition: all .2s ease-in-out
}

.footer__below .public-offer-block .email {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%
}

.footer__below .public-offer-block .public-offer {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    padding-bottom: 5px;
    position: relative
}

.footer__below .public-offer-block .public-offer::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    content: "";
    text-decoration: underline;
    border-bottom: 1px solid #fff;
    transition: all .2s ease-in-out
}

.footer__below .public-offer-block a {
    transition: all .2s ease-in-out
}

.footer__below .public-offer-block a:hover {
    color: #e6d36d
}

.footer__below .public-offer-block a:hover::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    content: "";
    text-decoration: underline;
    border-bottom: 1px solid #e6d36d
}

.faq {
    margin-top: 90px;
    margin-bottom: 140px
}

.faq__blocks {
    display: flex;
    flex-direction: column;
    gap: 85px
}

.faq__top {
    display: flex;
    align-items: center;
    gap: 60px
}

.faq__top .line {
    border: 1px solid #000;
    flex: 1;
    opacity: .3
}

.faq__title {
    font-weight: 400;
    font-size: 72px;
    line-height: 140%
}

.faq__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    justify-content: space-between
}

.faq .faq-item {
    display: flex;
    flex-direction: column
}

.faq .faq-item.active .faq-answer {
    opacity: 1;
    margin-top: 40px
}

.faq .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s ease, opacity .4s ease, margin-top .4s ease;
    font-weight: 300;
    font-size: 14px;
    line-height: 140%;
    color: #5d5d5d;
    opacity: 0;
    margin-top: 0;
    max-width: 95%
}

.faq .faq-question {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px
}

.faq .faq-question span {
    font-weight: 300;
    font-size: 16px;
    line-height: 120%;
    color: #080808
}

.faq .faq-question img {
    width: 26px;
    height: 26px;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.faq .faq-item.active .faq-question img {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.case-slider {
    margin-top: 110px
}

.case-slider__top {
    display: flex;
    align-items: center;
    gap: 60px
}

.case-slider__top .line {
    border: 1px solid #000;
    flex: 1;
    opacity: .3
}

.case-slider__title {
    font-weight: 400;
    font-size: 72px;
    line-height: 140%
}

.case-slider .case {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 470px;
    max-width: 370px;
    width: 100%
}

.case-slider .case::after {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    height: 3px;
    width: 100%;
    background-color: #fff
}

.case-slider .case .image-block {
    height: 236px;
    overflow: hidden
}

.case-slider .case .image-block:first-child img {
    border-radius: 30px 30px 0 0
}

.case-slider .case .image-block:last-child img {
    border-radius: 0 0 30px 30px
}

.case-slider .case .image-block img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.case-slider .label {
    font-weight: 400;
    font-size: 18px;
    line-height: 115%;
    text-align: center;
    color: #000;
    background-color: #fff;
    width: 110px
}

.case-slider .top {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 0 0 10px 10px
}

.case-slider .bottom {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 10px 10px 0 0
}

.case-slider .duration {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-weight: 400;
    font-size: 18px;
    line-height: 114%;
    text-align: center;
    background-color: #fff;
    min-width: 280px;
    border-radius: 10px;
    z-index: 9
}

.case-slider .swiper-button-next::after,
.case-slider .swiper-button-prev::after {
    display: none
}

.case-slider .swiper-navigation-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 70px;
    margin-top: 85px
}

.case-slider .swiper-button-prev img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.case-slider .swiper-button-next,
.case-slider .swiper-button-prev {
    position: static;
    width: 114px;
    height: 114px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .3s ease;
    position: relative;
    top: 0
}

.case-slider .swiper-button-next:hover,
.case-slider .swiper-button-prev:hover {
    background-color: rgba(255, 255, 255, .699)
}

.case-slider .swiper-button-next img,
.case-slider .swiper-button-prev img {
    width: 40px;
    height: 40px
}

.useful {
    margin-top: 100px;
    margin-bottom: 105px
}

.useful__blocks {
    display: flex;
    flex-direction: column;
    gap: 90px
}

.useful__top {
    display: flex;
    align-items: center;
    gap: 60px
}

.useful__top .line {
    border: 1px solid #000;
    flex: 1;
    opacity: .3
}

.useful__title {
    font-weight: 400;
    font-size: 72px;
    line-height: 140%
}

.useful__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: space-between;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 40px
}

.useful__item {
    max-width: 380px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: stretch;
}

.useful__item-info {
    display: flex;
    flex-direction: column;
    /* gap: 25px */
    flex-grow: 1;
}

.useful__item-picture {
    border-radius: 30px;
    max-height: 305px;
    height: 305px;
    min-height: 305px;
    overflow: hidden;
}

.useful__item-picture img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    border-radius: 30px;
    object-position: top;
    object-position: center;
    transition: transform 0.4s ease;
    will-change: transform;
}

.useful__item-picture:hover img {
    transform: scale(1.05);
    /* або більше — 1.1, 1.2 */
}

.useful__item-title {
    max-width: 340px;
    width: 100%;
    font-weight: 400;
    font-size: 18px;
    line-height: 110%;
    margin-top: 8px;
    min-height: 66px;
}

.useful__item-descript {
    font-weight: 300;
    font-size: 18px;
    /* line-height: 100%; */
    color: #3d3d3d;
    margin-top: 10px;
}

.useful__next {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px
}

.useful__next .line {
    border: 1px solid #000;
    flex: 1;
    opacity: .3
}

.useful__next-btn {
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .2s ease-in-out
}

.useful__next-btn:hover {
    background-color: rgba(255, 255, 255, .708);
    box-shadow: rgba(149, 157, 165, .2) 0 8px 24px
}

.breadcrumbs * {
    font-size: 14px
}

.breadcrumbs a {
    transition: color .2s ease-in-out
}

.breadcrumbs a:hover {
    color: var(--blue-color)
}

.breadcrumbs a,
.breadcrumbs span {
    font-weight: 300;
    color: #3d3d3d
}

.breadcrumbs .current {
    font-weight: 400;
    color: #151515
}

.contact-popup {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center
}

.contact-popup-active {
    display: flex
}

.contact-popup__overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, .4);
    backdrop-filter: blur(4px);
    z-index: 1
}

.contact-popup__content {
    position: relative;
    z-index: 2;
    background: #fff;
    border-radius: 12px;
    padding: 66px 100px;
    max-width: 847px;
    width: 90%;
    display: flex;
    flex-direction: column;
    gap: 55px;
    text-align: center;
    margin: 50px 0;
    max-height: calc(100vh - 100px);
    overflow-y: auto
}

.contact-popup__content-top {
    display: flex;
    flex-direction: column;
    gap: 30px
}

.contact-popup__close {
    position: absolute;
    top: 30px;
    right: 30px;
    background: 0 0;
    border: none;
    cursor: pointer;
    line-height: 1;
    color: #1f6aac;
    font-weight: 300;
    font-size: 25px
}

.contact-popup__title {
    font-weight: 400;
    font-size: 40px;
    line-height: 100%;
    text-align: center
}

.contact-popup__text {
    font-weight: 300;
    font-size: 25px;
    line-height: 100%;
    text-align: center;
    color: #3d3d3d
}

.contact-popup form,
.contact-popup__form {
    display: flex;
    flex-direction: column;
    gap: 30px
}

.contact-popup__input,
.contact-popup input,
.contact-popup select {
    padding: 15px 30px;
    border: 1px solid #6f6f6f;
    border-radius: 10px;
    font-weight: 400;
    font-size: 25px;
    line-height: 140%
}
.wpcf7-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  background-color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'><path fill='%23000' d='M297.4 470.6C309.9 483.1 330.2 483.1 342.7 470.6L534.7 278.6C547.2 266.1 547.2 245.8 534.7 233.3C522.2 220.8 501.9 220.8 489.4 233.3L320 402.7L150.6 233.4C138.1 220.9 117.8 220.9 105.3 233.4C92.8 245.9 92.8 266.2 105.3 278.7L297.3 470.7z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 12px center; /* ← рухай стрілку */
  background-size: 14px auto;

  padding-right: 40px; /* місце під стрілку */
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.3;
  cursor: pointer;
}

.contact-popup select {
    color: #6f6f6f;
}

.contact-popup__submit,
.contact-popup [type="submit"] {
    background-color: #1f6aac;
    font-family: Gilroy, sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    padding: 15px 0 20px 0;
    cursor: pointer;
    transition: background-color .2s;
    border-radius: 10px;
    color: #fff
}

.contact-popup__submit:hover,
.contact-popup [type="submit"]:hover {
    background-color: #347fd0
}

.contact-popup option {
    font-size: 15px;
}

.main {
    padding-top: 95px
}

.main__blocks {
    display: flex;
    justify-content: space-between;
    gap: 21px
}

.main__contents {
    display: flex;
    flex-direction: column;
    gap: 19px
}

.main__content {
    background-color: #fff;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 100%;
    width: 100%
}

.main__content .title {
    font-family: Stolzl;
    font-weight: 400;
    font-size: 72px;
    line-height: 110%
}

.main__content p {
    font-weight: 300;
    font-size: 18px;
    line-height: 120%
}

.main__content h1 span,
.main__content h1 em {
    font-weight: 400;
    font-size: 35px;
    color: #fff;
    padding: 5px 20px;
    position: relative;
    z-index: 9;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2
}

.main__content h1 span::after,
.main__content h1 em::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #1f6aac;
    z-index: -1;
    border-radius: 15px
}

.main__content-first {
    padding: 83px 30px 120px 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%
}

.main .hide-mobile {
    display: block
}

.main .show-mobile {
    display: none
}

.main__content-second {
    padding: 37px 35px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 15px
}

.main__content-second p {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%
}

.main .btn-calculate {
    padding: 16px 30px;
    background-color: #1f6aac;
    border-radius: 15px;
    font-weight: 400;
    font-size: 17px;
    line-height: 140%;
    color: #fff;
    transition: background-color .2s ease-in-out;
    white-space: nowrap;
}

.main .btn-calculate:hover {
    background-color: #347fd0
}

.main__picture {
    min-height: 660px;
    max-width: 450px;
    width: 100%
}

.main__picture iframe,
.main__picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 30px
}

.form-calculate {
    display: none
}

.form-calculate__blocks {
    background-color: #1f6aac;
    padding: 45px;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    gap: 55px
}

.form-calculate__title {
    font-weight: 400;
    font-size: 44px;
    line-height: 120%;
    letter-spacing: 0;
    vertical-align: middle;
    color: #fff
}

.form-calculate__form {
    display: flex;
    gap: 23px;
    width: 100%
}

.form-calculate__form input {
    font-family: Gilroy, sans-serif;
    border: 1px solid #fff;
    font-weight: 300;
    width: 100%;
    font-size: 22px;
    letter-spacing: 0;
    border-radius: 10px;
    padding: 15px 24px 15px 24px;
    color: #fff
}

.form-calculate__form input::-webkit-input-placeholder {
    font-weight: 300;
    font-size: 22px;
    color: #fff;
    letter-spacing: 0
}

.form-calculate__form input:-ms-input-placeholder {
    font-weight: 300;
    font-size: 22px;
    color: #fff;
    letter-spacing: 0
}

.form-calculate__form input::-ms-input-placeholder {
    font-weight: 300;
    font-size: 22px;
    color: #fff;
    letter-spacing: 0
}

.form-calculate__form input::placeholder {
    font-weight: 300;
    font-size: 22px;
    color: #fff;
    letter-spacing: 0
}

.form-calculate__btn {
    font-family: Gilroy, sans-serif;
    background-color: #fff;
    width: 100%;
    padding: 20px 0 25px 0;
    font-weight: 600;
    font-size: 25px;
    line-height: 120%;
    text-align: center;
    border-radius: 10px;
    vertical-align: middle;
    transition: background-color .2s ease-in-out
}

.form-calculate__btn:hover {
    background-color: rgba(255, 255, 255, .908)
}

.form-calculate-size {
    margin-top: 53px
}

.introduce {
    padding-top: 195px
}

.introduce__blocks {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    position: relative
}

.introduce__blocks::after {
    position: absolute;
    top: -30px;
    left: 200px;
    max-width: 795px;
    width: 100%;
    content: "";
    height: 150px;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../easysmile/img/main/introduce-line.webp);
    background-position: center
}

.introduce__picture {
    max-width: 480px;
    width: 480px;
    min-width: 480px;
    height: 440px
}

.introduce__picture iframe,
.introduce__picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 30px
}

.introduce__info {
    display: flex;
    flex-direction: column;
    gap: 50px
}

.introduce__title {
    color: var(--text-color-1);
    font-weight: 400;
    font-size: 47px;
    line-height: 110%;
    letter-spacing: 0;
    vertical-align: middle
}

.introduce .descript {
    font-weight: 300;
    font-size: 30px;
    line-height: 120%
}

.treatment-flow {
    margin-top: 110px
}

.treatment-flow__blocks {
    display: flex;
    flex-direction: column;
    gap: 115px
}

.treatment-flow__contents {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: start;
    justify-content: space-between;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 35px
}

.treatment-flow__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px
}

.treatment-flow__top p {
    font-weight: 400;
    font-size: 47px;
    line-height: 110%;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    width: 100%
}

.treatment-flow__active {
    padding: 33px 0;
    background: #1f6aac;
    border-radius: 20px;
    color: #fff
}

.treatment-flow__content-01 img,
.treatment-flow__content-02 img,
.treatment-flow__content-03 img,
.treatment-flow__content-04 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px
}

.treatment-flow__content-01 {
    position: relative;
    max-width: 542px;
    width: 100%;
    height: 320px
}

.treatment-flow__content-02 {
    position: relative;
    margin-right: 60px;
    max-width: 529px;
    width: 100%;
    margin: 0 auto
}

.treatment-flow__content-03 {
    position: relative;
    margin-top: -125px;
    max-width: 460px;
    width: 100%
}

.treatment-flow__content-04 {
    position: relative;
    max-width: 630px;
    width: 100%
}

.treatment-flow .play-vidio {
    position: absolute;
    bottom: -30%;
    left: 35px;
    width: 170px;
    height: 170px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    cursor: pointer
}

.treatment-flow .play-vidio::before {
    content: "";
    position: absolute;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .5);
    -webkit-animation: pulse 1.5s ease-out infinite;
    animation: pulse 1.5s ease-out infinite;
    z-index: -1
}

.treatment-flow .play-vidio img {
    width: 72px;
    height: 60px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: -5px
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .8
    }

    70% {
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
        opacity: 0
    }

    100% {
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
        opacity: 0
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .8
    }

    70% {
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
        opacity: 0
    }

    100% {
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
        opacity: 0
    }
}

.treatment-flow__content .text-image-01,
.treatment-flow__content .text-image-02,
.treatment-flow__content .text-image-03,
.treatment-flow__content .text-image-04 {
    position: absolute;
    font-weight: 300;
    font-size: 18px;
    line-height: 120%;
    padding: 18px 18px 18px 25px;
    background-color: #fff;
    border-radius: 15px;
    z-index: 99
}

.treatment-flow__content .text-image-01::after,
.treatment-flow__content .text-image-02::after,
.treatment-flow__content .text-image-03::after,
.treatment-flow__content .text-image-04::after {
    position: absolute;
    left: -25px;
    top: -3px;
    content: "";
    width: 54px;
    height: 27px;
    z-index: -1;
    background-image: url(../easysmile/img/svg/polygon.svg);
    background-repeat: no-repeat;
    background-size: cover
}

.treatment-flow__content .text-image-01 {
    bottom: -18px;
    right: -15px
}

.treatment-flow__content .text-image-02 {
    bottom: 60px;
    right: -40px;
    padding: 16px
}

.treatment-flow__content .text-image-03 {
    top: 150px;
    left: 50%;
    -webkit-transform: translateX(-15%);
    transform: translateX(-15%)
}

.treatment-flow__content .text-image-04 {
    bottom: -95px;
    right: 60px
}

.treatment-flow .show-mobile {
    display: none
}

.treatment-steps {
    margin: 110px 0 0 0
}

.treatment-steps__top {
    margin-bottom: 80px
}

.treatment-steps__title {
    font-weight: 400;
    font-size: 72px;
    line-height: 140%
}

.treatment-steps__list {
    display: flex;
    flex-direction: column;
    gap: 25px
}

.treatment-steps__item {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    width: 100%
}

.treatment-steps__item .show-mobile {
    display: none
}

.treatment-steps__item .hide-mobile {
    display: block
}

.treatment-steps__picture {
    max-height: 270px;
    height: 270px;
    min-height: 270px;
    width: 100%
}

.treatment-steps__picture iframe,
.treatment-steps__picture img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 30px
}

.treatment-steps__info {
    padding: 13px 40px 30px 35px;
    background-color: #fff;
    border-radius: 30px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-width: 490px;
    position: relative
}

.treatment-steps__info .count {
    position: absolute;
    top: -12px;
    right: 30px;
    width: 32px;
    height: 32px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.treatment-steps__info-title {
    font-weight: 400;
    font-size: 47px;
    line-height: 110%
}

.treatment-steps__info-btn {
    padding: 40px 15px;
    border: 1px solid #000;
    text-align: center;
    border-radius: 15px;
    transition: all .3s ease-in-out;
    cursor: pointer;
}

.treatment-steps__info-btn:hover {
    background-color: #347fd0;
    color: #fff;
    border: 1px solid #347fd0
}

.video-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity .4s ease;
    z-index: 9999
}

.video-popup.active {
    opacity: 1;
    pointer-events: auto
}

.video-popup__content {
/*     width: 90%;
    max-width: 800px;
    aspect-ratio: 16/9; */
    background: #000;
    border-radius: 12px;
/*     overflow: hidden; */
    -webkit-animation: scaleIn .4s ease;
    animation: scaleIn .4s ease
}

.video-popup__iframe {
    width: 100%;
    height: 100%;
    display: block;
		    min-width: 50vw;
    aspect-ratio: 16 / 9;
}

.video-popup__close {
    position: absolute;
    top: 10px;
    right: 12px;
    background: 0 0;
    border: none;
    color: #fff;
    font-size: 32px;
    cursor: pointer;
    z-index: 10;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

.video-popup__close:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

@-webkit-keyframes scaleIn {
    from {
        -webkit-transform: scale(.9);
        transform: scale(.9);
        opacity: 0
    }

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

@keyframes scaleIn {
    from {
        -webkit-transform: scale(.9);
        transform: scale(.9);
        opacity: 0
    }

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

.form-calculate-wrapper .form-calculate {
    margin-top: 28px
}

.form-calculate-wrapper .form-calculate {
    display: block
}

.reviews {
    margin-top: 80px
}

.reviews__top {
    display: flex;
    align-items: center;
    margin-bottom: 90px;
    gap: 60px
}

.reviews__top .line {
    border: 1px solid #000;
    flex: 1;
    opacity: .3
}

.reviews__title {
    font-weight: 400;
    font-size: 72px;
    line-height: 140%
}

.reviews .swiper-slide {
    max-height: 355px;
    height: 355px;
    min-height: 355px;
    width: 270px;
    border-radius: 20px;
    position: relative;
    overflow: hidden
}

reviews__picture {
    border-radius: 20px;
    overflow: hidden;
}

.reviews__picture img {
    max-height: 355px;
    height: 355px;
    min-height: 355px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px;
    object-position: top;
}

.reviews__info {
    position: absolute;
    z-index: 99;
    bottom: 20px;
    left: 20px
}

.reviews__info p {
    font-weight: 300;
    font-size: 18px;
    line-height: 120%
}

.reviews__info strong {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%
}

.reviews__info * {
    color: #fff
}

.reviews .play-vidio {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 72px;
    width: 72px;
    max-width: 72px;
    height: 72px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    cursor: pointer
}

.reviews .play-vidio::before {
    content: "";
    position: absolute;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .5);
    -webkit-animation: pulse 1.5s ease-out infinite;
    animation: pulse 1.5s ease-out infinite;
    z-index: -1
}

.reviews .play-vidio img {
    min-width: 35px;
    max-width: 35px;
    width: 35px;
    height: 30px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: -5px
}

.reviews .swiper-button-next::after,
.reviews .swiper-button-prev::after {
    display: none
}

.reviews .swiper-navigation-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 70px;
    margin-top: 85px
}

.reviews .swiper-button-prev img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.reviews .swiper-button-next,
.reviews .swiper-button-prev {
    position: static;
    width: 114px;
    height: 114px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .3s ease;
    position: relative;
    top: 0
}

.reviews .swiper-button-next:hover,
.reviews .swiper-button-prev:hover {
    background-color: rgba(255, 255, 255, .699)
}

.reviews .swiper-button-next img,
.reviews .swiper-button-prev img {
    width: 40px;
    height: 40px
}

.our-doctors .swiper-slide {
    position: relative
}

.our-doctors .swiper-slide::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 112px;
    content: "";
    background: linear-gradient(180deg, rgba(35, 35, 35, 0) 11.54%, #1d1d1d 100%)
}

.our-doctors .swiper-slide * {
    font-size: 15px
}

.location {
    margin-top: 100px;
    margin-bottom: 140px
}

.location__top {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
    gap: 60px
}

.location__top .line {
    border: 1px solid #000;
    flex: 1;
    opacity: .3
}

.location__title {
    font-weight: 400;
    font-size: 72px;
    line-height: 120%
}

.location__slide__blocks {
    display: flex;
    justify-content: space-between;
    gap: 25px
}

.location__slide__left {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 515px;
    width: 100%
}

.location__slide .location__slide-map {
    min-height: 275px;
    /* height: 225px; */
    width: 100%
}

.location__slide .location__slide-map .map {
    height: 100%;
    width: 100%;
    min-height: 275px;
    /* height: 225px; */
    border-radius: 30px
}

.location__slide-picture {
    min-height: 275px;
    max-height: 275px;
    max-width: 515px;
    width: 100%
}

.location__slide-picture img {
    border-radius: 30px;
    min-height: 275px;
    max-height: 275px;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 515px;
    width: 100%
}

.location__slide__right {
    flex: 1
}

.location__slide__right-top {
    display: flex;
    gap: 17px
}

.location__slide__right-top__picture {
    max-width: 210px;
    width: 100%;
    min-height: 361px;
    max-height: 361px;
    border-radius: 30px
}

.location__slide__right-top__picture img {
    width: 100%;
    border-radius: 30px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.location__slide__right-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px
}

.location__slide__right-info__left {
    display: flex;
    flex-direction: column;
    gap: 40px
}

.location__slide__right-info__left .address {
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: #080808;
    transition: color .2s ease-in-out
}

.location__slide__right-info__left .address:hover {
    color: #347fd0
}

.location__slide__right-info__left .number {
    font-weight: 400;
    font-size: 30px;
    line-height: 100%;
    color: #151515;
    transition: color .2s ease-in-out
}

.location__slide__right-info__left .number:hover {
    color: #347fd0
}

.location__slide .swiper-button-next::after,
.location__slide .swiper-button-prev::after {
    display: none
}

.location__slide .swiper-navigation-wrapper {
    position: relative;
    display: flex;
    gap: 70px;
    margin-top: 25px
}

.location__slide .custom-prev img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.location__slide .custom-next,
.location__slide .custom-prev {
    position: static;
    width: 114px;
    height: 114px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .3s ease;
    position: relative;
    top: 0
}

.location__slide .custom-next:hover,
.location__slide .custom-prev:hover {
    background-color: rgba(255, 255, 255, .699)
}

.location__slide .custom-next img,
.location__slide .custom-prev img {
    width: 40px;
    height: 40px
}

.location__slide .leaflet-control-attribution {
    display: none !important
}

.main_page_container {
    margin-top: 100px;
    padding-bottom: 30px;
}

.doctors {
    margin-top: 100px
}

.doctors .active-doctor {
    margin-top: 20px;
    /* margin-bottom: 80px */
}

.doctors .active-doctor .swiper-wrapper {
    transition-timing-function: ease;
    transition-duration: .6s
}

.doctors .active-doctor__blocks {
    margin-bottom: 48px
}

.doctors .active-doctor__picture {
    border-radius: 30px;
    height: 100%;
    height: 570px;
    max-height: 570px;
    width: 440px;
    overflow: hidden;
    position: relative
}

.doctors .active-doctor__picture::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 180px;
    background: linear-gradient(180deg, rgba(35, 35, 35, 0) 11.54%, #1d1d1d 100%);
    width: 100%
}

.doctors .active-doctor__picture img {
    height: 100%;
    width: 100%;
    min-width: 440px;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: top;
    border-radius: 30px
}

.doctors .active-doctor__content {
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding: 20px 24px;
    background-color: #fff;
    border-radius: 30px
}

.doctors .active-doctor__content .name {
    font-weight: 400;
    font-size: 45px;
    line-height: 110%;
    color: #151515
}

.doctors .active-doctor__content .descript {
    font-weight: 400;
    font-size: 25px;
    line-height: 110%;
    color: #171717
}

.doctors .active-doctor__content-top {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.doctors .active-doctor__content-below {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.doctors .active-doctor__content-below .experience {
    font-weight: 400;
    font-size: 25px;
    line-height: 100%
}

.doctors .active-doctor__content-below ul {
    display: flex;
    flex-direction: column;
    gap: 25px
}

.doctors .active-doctor__content-below ul * {
    font-weight: 300;
    font-size: 18px;
    line-height: 120%;
    color: #3d3d3d
}

.doctors .active-doctor__item {
    display: flex;
    gap: 24px;
    width: 100%
}

.doctors .active-doctor .reviews__picture {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 30px
}

.doctors .active-doctor .reviews__picture img {
    border-radius: 0
}

.doctors .active-doctor .swiper-slide {
    position: relative
}

.doctors .active-doctor .swiper-slide::after {
    position: absolute;
    bottom: 0;
    content: "";
    height: 112px;
    background: linear-gradient(180deg, rgba(35, 35, 35, 0) 11.54%, #1d1d1d 100%);
    width: 100%
}

.doctors .active-doctor .reviews__info * {
    font-weight: 300;
    font-size: 15px;
    line-height: 120%
}

.doctors .active-doctor .hide-mobile {
    display: flex
}

.doctors .active-doctor .show-mobile {
    display: none
}

.doctors .active-doctor__item {
    /* display: none */
    display: flex
}

.doctors .active-doctor__item.active {
    display: flex
}

.doctors .swiper-slide {
    /* background: #fff; */
    border-radius: 12px;
    overflow: hidden;
    transition: box-shadow .3s, -webkit-transform .3s;
    transition: transform .3s, box-shadow .3s;
    transition: transform .3s, box-shadow .3s, -webkit-transform .3s
}

.doctors .swiper-slide .clinical-cases__picture img {
    width: 100%;
    height: auto;
    display: block;
    height: 100%;
}

.doctors .swiper-slide-active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    z-index: 10
}

.doctors .swiper-button-next::after,
.doctors .swiper-button-prev::after {
    display: none
}

.doctors .swiper-navigation-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 70px;
    margin-top: 85px
}

.doctors .swiper-button-prev img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.doctors .swiper-button-next,
.doctors .swiper-button-prev {
    position: static;
    width: 114px;
    height: 114px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .3s ease;
    position: relative;
    top: 0
}

.doctors .swiper-button-next:hover,
.doctors .swiper-button-prev:hover {
    background-color: rgba(255, 255, 255, .699)
}

.doctors .swiper-button-next img,
.doctors .swiper-button-prev img {
    width: 40px;
    height: 40px
}

.clinical-cases {
    margin-bottom: 60px
}

.clinical-cases__top {
    display: flex;
    align-items: center;
    margin-bottom: 90px;
    gap: 60px
}

.clinical-cases__top .line {
    border: 1px solid #000;
    flex: 1;
    opacity: .3
}

.clinical-cases__title {
    font-weight: 400;
    font-size: 72px;
    line-height: 140%
}

.clinical-cases__item {
    background-color: #fff;
    padding: 10px 11px 22px 11px;
    border-radius: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: visible;
    gap: 20px
}

.clinical-cases__item .treatment-period {
    position: absolute;
    left: 50%;
    top: -10px;
    border-radius: 20px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
    padding: 3px 20px;
    font-family: Gilroy, sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    z-index: 999;
    white-space: nowrap
}

.clinical-cases__item-top {
    display: flex;
    justify-content: space-between;
    gap: 7px
}

.clinical-cases__item-top img {
    border-radius: 20px
}

.clinical-cases__item-below {
    display: flex;
    justify-content: space-between
}

.clinical-cases__item-below .learn-more {
    padding: 20px 20px;
    font-weight: 400;
    font-size: 17px;
    line-height: 140%;
    color: #080808;
    border: 1px solid #050505;
    border-radius: 8px;
    transition: all .2s ease-in-out
}

.clinical-cases__item-below .learn-more span {
    transition: color .2s ease-in-out
}

.clinical-cases__item-below .learn-more:hover {
    background-color: #347fd0;
    border: 1px solid #347fd0
}

.clinical-cases__item-below .learn-more:hover span {
    color: #fff
}

.clinical-cases__item-below .show-mobile {
    display: none
}

.clinical-cases__item-info {
    display: flex;
    gap: 15px;
    align-items: center
}

.clinical-cases__item-info-avatar {
    min-width: 65px;
    width: 65px;
    height: 65px;
    border-radius: 50%
}

.clinical-cases__item-info-avatar img {
    -o-object-fit: cover;
    object-fit: cover;
    object-position: top;
    width: 100%;
    border-radius: 50%;
    height: 100%
}

.clinical-cases__item-info-name {
    text-align: right;
    display: flex;
    flex-direction: column;
    gap: 9px
}

.clinical-cases__item-info-name h4 {
    color: #5f5f5f
}

.clinical-cases__item-info-name p {
    color: #080808
}

.clinical-cases__item-info-name {
    font-family: Gilroy, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%
}

.clinical-cases__picture {
    height: 160px;
    min-height: 160px;
    max-height: 160px;
    width: 100%;
    border-radius: 20px;
    overflow: hidden
}

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

.clinical-cases .swiper-slide {
    border-radius: 12px;
    /* background-color: rgba(0, 0, 0, 0); */
    padding: 10px 0 0 0
}

.consultation {
    margin-top: 100px
}

.consultation .main {
    padding-top: 0;
    margin-top: 20px
}

.consultation .main .play-vidio {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 170px;
    height: 170px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    cursor: pointer
}

.consultation .main .play-vidio::before {
    content: "";
    position: absolute;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .5);
    -webkit-animation: pulse 1.5s ease-out infinite;
    animation: pulse 1.5s ease-out infinite;
    z-index: -1
}

.consultation .main .play-vidio img {
    width: 72px;
    height: 60px;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 0;
    margin-right: -5px
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .8
    }

    70% {
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
        opacity: 0
    }

    100% {
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
        opacity: 0
    }
}

.consultation .main__picture {
    position: relative
}

.consultation .price-calculator {
    margin-top: 90px
}

.consultation .price-calculator__list {
    display: flex;
    flex-direction: column;
    gap: 35px
}

.consultation .price-calculator__top {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
    gap: 60px
}

.consultation .price-calculator__top .line {
    border: 1px solid #000;
    flex: 1;
    opacity: .3
}

.consultation .price-calculator__title {
    font-weight: 400;
    font-size: 72px;
    line-height: 100%
}

.consultation .price-calculator__wrapper {
    background-color: #0c1421;
    border-radius: 30px;
    padding: 20px 30px
}

.consultation .price-calculator__month {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.consultation .price-calculator__month-title {
    font-weight: 400;
    color: #fff;
    font-size: 18px
}

.consultation .price-calculator__month .months {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px
}

.consultation .price-calculator__month .months * {
    color: #fff;
    font-weight: 300
}

.consultation .price-calculator__month .month-option {
    display: flex;
    align-items: center;
    cursor: pointer
}

.consultation .price-calculator__month .month-option input {
    display: none
}

.consultation .price-calculator__month .custom-radio {
    width: 20px;
    height: 20px;
    border: 2px solid #1de9b6;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
    transition: all .3s ease
}

.consultation .price-calculator__month .month-option input:checked+.custom-radio::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    background: #1de9b6;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.consultation .cost-leveling-title {
    font-weight: 400;
    color: #fff;
    font-size: 18px
}

.consultation .cost-leveling * {
    color: #fff
}

.consultation .cost-leveling-wrapper-range {
    position: relative;
    width: 100%
}

.consultation .cost-leveling__block {
    display: flex;
    flex-direction: column;
    gap: 30px
}

.consultation .cost-leveling .slider-label {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500
}

.consultation .cost-leveling input[type=number] {
    position: absolute;
    top: -20px;
    left: var(--slider-value-left, 0);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fff;
    color: #000;
    border-radius: 6px;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: 300;
    width: 80px;
    pointer-events: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: none;
    text-align: center;
    z-index: 2;
    white-space: nowrap;
    min-width: 40px
}

.consultation .cost-leveling input[type=number]::-webkit-inner-spin-button,
.consultation .cost-leveling input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.consultation .cost-leveling input[type=number] {
    -moz-appearance: textfield
}

.consultation .cost-leveling input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    height: 4px;
    background: #fff;
    border-radius: 5px;
    outline: 0;
    margin: 30px 0 0 0;
    padding: 0
}

.consultation .cost-leveling input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #1de9b6;
    cursor: pointer;
    border: 2px solid #0b101a
}

.consultation .cost-leveling input[type=range]::-moz-range-thumb {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #1de9b6;
    cursor: pointer;
    border: 2px solid #0b101a
}

.consultation .cost-leveling .range-labels {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    font-weight: 300;
    font-size: 14px;
    color: #ccc
}

.consultation .numbers {
    width: 100%
}

.consultation .numbers__blocks {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.consultation .numbers__title {
    font-weight: 400;
    color: #fff;
    font-size: 18px
}

.consultation .numbers-input {
    background-color: #fff;
    padding: 15px 10px
}

.consultation .numbers-input * {
    font-weight: 300;
    font-family: Gilroy, sans-serif;
    letter-spacing: 1.5px
}

.consultation .numbers-input input::-webkit-input-placeholder {
    color: #1de9b6;
    font-weight: 300
}

.consultation .numbers-input input:-ms-input-placeholder {
    color: #1de9b6;
    font-weight: 300
}

.consultation .numbers-input input::-ms-input-placeholder {
    color: #1de9b6;
    font-weight: 300
}

.consultation .numbers-input input::placeholder {
    color: #1de9b6;
    font-weight: 300
}

.consultation .calculator-summary__blocks {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 30px;
    width: 100%
}

.consultation .calculator-summary__list {
    display: flex;
    flex-direction: column;
    gap: 25px
}

.consultation .calculator-summary__list * {
    font-weight: 300;
    color: #fff
}

.consultation .calculator-summary__button {
    background-color: #1de9b6;
    color: #fff;
    font-size: 14px;
    padding: 15px 35px;
    margin: 0 auto;
    border-radius: 50px;
    transition: background-color .2s ease-in-out
}

.consultation .calculator-summary__button:hover {
    background-color: #19cda0
}

.consultation .treatment-steps {
    margin-top: 95px
}

.consultation .treatment-steps__top {
    margin-bottom: 65px
}

.consultation .treatment-steps__picture {
    position: relative
}

.consultation .treatment-steps .play-vidio {
    position: absolute;
    bottom: 24px;
    left: 24px;
    width: 114px;
    height: 114px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    cursor: pointer
}

.consultation .treatment-steps .play-vidio::before {
    content: "";
    position: absolute;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .5);
    -webkit-animation: pulse 1.5s ease-out infinite;
    animation: pulse 1.5s ease-out infinite;
    z-index: -1
}

.consultation .treatment-steps .play-vidio img {
    width: 40px;
    height: 40px;
    -o-object-fit: contain;
    object-fit: contain
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .8
    }

    70% {
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
        opacity: 0
    }

    100% {
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
        opacity: 0
    }
}

.consultation .treatment-steps__item-descript {
    background-color: #fff;
    border-radius: 30px;
    padding: 47px 40px 47px 28px;
    display: flex;
    flex-direction: column;
    margin-top: 25px;
}

.consultation .treatment-steps__item-descript p {
    font-weight: 300;
    font-size: 22px;
    line-height: 110%
}

.consultation .treatment-steps .treatment-plan {
    background-color: #fff;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    padding: 42px 30px 48px 30px;
    overflow-x: hidden
}

.consultation .treatment-steps .treatment-plan__title {
    font-weight: 300;
    font-size: 22px;
    line-height: 110%
}

.consultation .treatment-steps .treatment-plan .swiper-slide {
    margin-right: 0
}

.consultation .treatment-steps .treatment-plan__text {
    font-weight: 300;
    font-size: 22px;
    line-height: 110%
}

.consultation .treatment-steps .treatment-plan__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 240px;
    gap: 25px;
    max-width: 360px;
    width: 100%;
    cursor: pointer;
    position: relative
}

.consultation .treatment-steps .treatment-plan__item-top {
    display: flex;
    flex-direction: column;
    gap: 15px
}

.consultation .treatment-steps .treatment-plan__item h3 {
    font-weight: 400;
    font-size: 22px;
    line-height: 110%
}

.consultation .treatment-steps .treatment-plan .play-vidio {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    border-radius: 0;
    cursor: pointer
}

.consultation .treatment-steps .treatment-plan .play-vidio::before {
    content: "";
    position: absolute;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .5);
    -webkit-animation: pulse 1.5s ease-out infinite;
    animation: pulse 1.5s ease-out infinite;
    z-index: -1;
    display: none
}

.consultation .treatment-steps .treatment-plan .play-vidio img {
    min-width: 35px;
    max-width: 35px;
    width: 35px;
    height: 30px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: -5px;
    display: none
}

.consultation .treatment-steps__info {
    display: flex;
    justify-content: center
}

.treatment-steps__item_group:nth-child(even) .treatment-steps__item {
    flex-direction: row-reverse;
}

.thx-page .footer__blocks {
    margin-top: 0
}

.thx-page .footer__top {
    padding-bottom: 0
}

.thx-page .footer__top-left .descript,
.thx-page .footer__top-left .footer__title {
    display: none
}

.thx-page .footer__top-right {
    display: none
}

.thx-page .footer-social__wrapper {
    display: none
}

.thx {
    margin-top: 95px;
    margin-bottom: 40px
}

.thx__blocks {
    display: flex;
    justify-content: space-between;
    gap: 20px
}

.thx__left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    width: 100%
}

.thx__left-info {
    display: flex;
    flex-direction: column;
    gap: 25px;
    border-radius: 30px;
    padding: 40px 50px;
    background-color: #fff
}

.thx__left-info .title {
    font-weight: 400;
    font-size: 72px;
    line-height: 100%;
    max-width: 560px;
    width: 100%
}

.thx__left-info .thx__right-picture {
    border-radius: 30px;
    min-height: 425px;
    height: 425px;
    max-height: 425px;
    width: 425px
}

.thx__left-info .thx__right-picture img {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    -o-object-fit: cover;
    object-fit: cover
}

.thx__left-info .show-mobile {
    display: none
}

.thx__left-info .descript {
    max-width: 550px;
    width: 100%;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%
}

.thx__right-picture {
    border-radius: 30px;
    min-height: 425px;
    height: 425px;
    max-height: 425px;
    width: 425px
}

.thx__right-picture img {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    -o-object-fit: cover;
    object-fit: cover
}

.thx .footer-social__wrapper {
    display: flex;
    align-items: center;
    gap: 16px
}

.thx .footer-social {
    display: flex;
    align-items: center;
    gap: 16px
}

.thx .footer-social__item {
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.thx .footer-social__item:hover {
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

.thx .number {
    font-weight: 400;
    font-size: 38px;
    line-height: 100%;
    transition: color .2s ease-in-out
}

.thx .number:hover {
    color: #1f6aac
}

.case {
    margin-top: 100px
}

.case__blocks {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 30px
}

.case__top__blocks {
    display: flex;
    gap: 20px;
    justify-content: space-between
}

.case__top__blocks-info {
    position: relative
}

.case__top__blocks-info .reviews__info {
    bottom: 40px
}

.case__top__blocks-info p,
.case__top__blocks-info strong {
    font-size: 27px
}

.case__top-author {
    border-radius: 30px;
    height: 100%;
    /* max-height: 576px; */
    min-width: 440px;
    position: relative
}

.case__top-author::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 186px;
    content: "";
    background: linear-gradient(180deg, rgba(35, 35, 35, 0) 11.54%, #1d1d1d 100%);
    border-radius: 0 0 30px 30px
}

.case__top-author img {
    width: 100%;
    border-radius: 30px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.case__top-pictures {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(2, 1fr)
}

.case__top-picture {
    border-radius: 30px
}

.case__top-picture img {
    width: 100%;
    border-radius: 30px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.case__middle__blocks {
    background-color: #fff;
    border-radius: 30px;
    padding: 26px 35px 45px 50px
}

.case__middle__info {
    display: flex;
    flex-direction: column;
    gap: 30px;
    font-weight: 300;
    font-size: 18px;
}

.case__middle__info h3 {
    font-weight: 400;
    font-size: 35px;
    line-height: 100%
}

.case__middle__list,
.case__middle__info ul {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.case__middle__list *,
.case__middle__info ul * {
    font-weight: 300;
    font-size: 18px;
    line-height: 100%;
    color: #3d3d3d
}

.case__bellow-pictures {
    display: flex;
    justify-content: space-between;
    gap: 20px
}

.case__bellow-picture {
    min-height: 300px;
    height: 300px;
    max-height: 300px;
    border-radius: 30px
}

.case__bellow-picture img {
    width: 100%;
    border-radius: 30px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.case .swiper-slide-active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    z-index: 10
}

.case .swiper-button-next::after,
.case .swiper-button-prev::after {
    display: none
}

.case .swiper-navigation-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 70px;
    margin-top: 85px
}

.case .swiper-button-prev img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.case .swiper-button-next,
.case .swiper-button-prev {
    position: static;
    width: 114px;
    height: 114px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .3s ease;
    position: relative;
    top: 0
}

.case .swiper-button-next:hover,
.case .swiper-button-prev:hover {
    background-color: rgba(255, 255, 255, .699)
}

.case .swiper-button-next img,
.case .swiper-button-prev img {
    width: 40px;
    height: 40px
}

.case .form-calculate-wrapper .form-calculate {
    margin-top: 70px;
    margin-bottom: 58px
}

.case .clinical-cases__top {
    margin-bottom: 50px
}

.locations2 {
    margin-top: 100px;
    margin-bottom: 100px
}

.locations2 .swiper-slide-active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    z-index: 10
}

.locations2 .swiper-button-next::after,
.locations2 .swiper-button-prev::after {
    display: none
}

.locations2 .swiper-navigation-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 70px;
    margin-top: 85px;
    display: none
}

.locations2 .swiper-button-prev img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.locations2 .swiper-button-next,
.locations2 .swiper-button-prev {
    position: static;
    width: 114px;
    height: 114px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .3s ease;
    position: relative;
    top: 0
}

.locations2 .swiper-button-next:hover,
.locations2 .swiper-button-prev:hover {
    background-color: rgba(255, 255, 255, .699)
}

.locations2 .swiper-button-next img,
.locations2 .swiper-button-prev img {
    width: 40px;
    height: 40px
}

.locations2 .location__slide-map {
    min-height: 225px;
    height: 225px;
    width: 100%
}

.locations2 .location__slide-map .map {
    height: 100%;
    width: 100%;
    min-height: 225px;
    height: 225px;
    border-radius: 30px
}

.locations2__top {
    display: flex;
    align-items: center;
    margin-bottom: 80px;
    gap: 60px
}

.locations2__top .line {
    border: 1px solid #000;
    flex: 1;
    opacity: .3
}

.locations2__title {
    font-weight: 400;
    font-size: 50px;
    line-height: 100%
}

.locations2__slide {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 30px;
    padding: 18px
}

.locations2 .location__slide__left {
    gap: 14px
}

.locations2 .locations2__slide {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.locations2 .location__slide-map {
    height: 100%;
    width: 100%;
    min-height: 157px;
    height: 157px;
    border-radius: 30px
}

.locations2 .location__slide-map .map {
    height: 100%;
    width: 100%;
    min-height: 157px;
    height: 157px;
    border-radius: 30px
}

.locations2 .location__slide-picture {
    min-height: 175px;
    max-height: 175px;
    max-width: 515px;
    width: 100%
}

.locations2 .location__slide-picture img {
    min-height: 175px;
    max-height: 175px;
    max-width: 515px;
    width: 100%
}

.locations2 .location__slide__right-top {
    gap: 8px
}

.locations2 .location__slide__right-top__picture {
    max-width: 100%;
    width: 100%;
    min-height: 110px;
    max-height: 110px;
    border-radius: 10px
}

.locations2 .location__slide__right-top__picture img {
    max-width: 100%;
    border-radius: 10px;
    width: 100%;
    min-height: 110px;
    max-height: 110px
}

.locations2 .location__slide__right-info {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 24px;
    margin-top: 17px
}

.locations2 .location__slide__right-info__left {
    gap: 8px
}

.locations2 .location__slide__right-info__left .city {
    font-weight: 400;
    font-size: 30px;
    line-height: 100%
}

.locations2 .location__slide__right-info__left .number {
    font-weight: 400;
    font-size: 20px;
    line-height: 100%
}

.locations2 .location__slide__right-info .sign-up-btn {
    padding: 23px 0 25px 0;
    font-weight: 400;
    font-size: 22px;
    line-height: 140%;
    background-color: #1f6aac;
    transition: all .2s ease-in-out;
    color: #fff;
    width: 100%;
    border-radius: 15px
}

.locations2 .location__slide__right-info .sign-up-btn:hover {
    background-color: var(--hover-blue)
}

.locations2-page .footer__blocks {
    padding-top: 0
}

.locations2-page .footer__top-left,
.locations2-page .footer__top-right {
    display: none
}

.customer-story {
    margin-top: 25px
}

.customer-story__top {
    display: flex;
    justify-content: space-between;
    gap: 25px;
    margin-bottom: 95px
}

.customer-story__top-block {
    position: relative
}

.customer-story__top-picture {
    min-height: 556px;
    max-height: 556px;
    width: 440px;
    border-radius: 30px;
    position: relative
}

.customer-story__top-picture::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    height: 185px;
    background: linear-gradient(180deg, rgba(35, 35, 35, 0) 11.54%, #1d1d1d 100%);
    border-radius: 0 0 30px 30px;
    width: 100%
}

.customer-story__top-picture .customer-picture {
    width: 100%;
    min-height: 556px;
    max-height: 556px;
    border-radius: 30px;
    -o-object-fit: cover;
    object-fit: cover
}

.customer-story__top .play-vidio {
    position: absolute;
    top: 55%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 110px;
    height: 110px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    cursor: pointer
}

.customer-story__top .play-vidio::before {
    content: "";
    position: absolute;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .5);
    -webkit-animation: pulse 1.5s ease-out infinite;
    animation: pulse 1.5s ease-out infinite;
    z-index: -1
}

.customer-story__top .play-vidio img {
    width: 40px;
    height: 40px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: -5px
}

.customer-story__top-info {
    flex: 1;
    background-color: #fff;
    padding: 24px 40px 24px 24px;
    border-radius: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 28px
}

.customer-story__top-info h2 {
    font-weight: 400;
    font-size: 45px;
    line-height: 140%;
	margin-bottom:20px;
}

.customer-story__top-info h3 {
    font-weight: 400;
    font-size: 25px;
    line-height: 100%
}

.customer-story__top-info .problem {
    font-weight: 300;
    font-size: 18px;
    line-height: 120%;
    color: #3d3d3d;
    margin-top: 10px
}

.customer-story__start {
    margin-bottom: 80px
}

.customer-story__start-blocks {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.customer-story__start-top {
    display: flex;
    align-items: center;
    gap: 60px
}

.customer-story__start-top .line {
    border: 1px solid #000;
    flex: 1;
    opacity: .3
}

.customer-story__start-title {
    font-weight: 400;
    font-size: 72px;
    line-height: 100%
}

.customer-story__start-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px
}

.customer-story__start-picture {
    border-radius: 30px;
    height: 223px;
    min-height: 223px;
    max-height: 223px;
    width: 100%;
    flex: 1
}

.customer-story__start-picture img {
    border-radius: 30px;
    height: 223px;
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 223px;
    max-height: 223px;
    width: 100%;
    flex: 1
}

.customer-story .show-mobile {
    display: none
}

.customer-story__result-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px
}

.customer-story__result-list .customer-story__start-picture {
    border-radius: 30px;
    height: 300px;
    min-height: 300px;
    max-height: 300px;
    width: 100%;
    flex: 1
}

.customer-story__result-list .customer-story__start-picture img {
    border-radius: 30px;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 300px;
    max-height: 300px;
    width: 100%;
    flex: 1
}

.customer-story__result-item {
    width: 100%
}

.user-story {
    margin-top: 110px
}

.customer-story-page .useful__item-picture img {
    -o-object-position: top;
    object-position: top
}

.customer-story-page .useful__item__wrap {
    display: flex;
    flex-direction: column;
    gap: 15px
}

.useful__item__wrap {
    display: contents;
}

.customer-story-page .useful__item-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 90%
}

.blog {
    position: relative;
    margin-top: 100px
}

.blog__blocks {
    display: flex;
    justify-content: space-between;
    gap: 25px;
    margin-top: 20px
}

.blog__pictures {
    min-width: 425px;
    display: flex;
    flex-direction: column;
    gap: 20px
}

.blog__pictures-general {
    position: relative;
    max-height: 530px;
    min-height: 530px;
    width: 100%
}

.blog__pictures-general img {
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 30px;
    width: 100%;
    max-height: 530px;
    min-height: 530px
}

.blog__pictures-list {
    display: flex;
    /* gap: 20px; */
    justify-content: space-between;
    height: 222px
}

.blog__pictures-list img {
    border-radius: 10px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.blog .play-vidio {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 130px;
    height: 130px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    cursor: pointer
}

.blog .play-vidio::before {
    content: "";
    position: absolute;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .5);
    -webkit-animation: pulse 1.5s ease-out infinite;
    animation: pulse 1.5s ease-out infinite;
    z-index: -1
}

.blog .play-vidio img {
    max-width: 60px;
    min-width: 60px;
    max-height: 50px;
    height: 50px;
    min-height: 50px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: -5px;
    border-radius: 0
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .8
    }

    70% {
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
        opacity: 0
    }

    100% {
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
        opacity: 0
    }
}

.blog__info {
    background-color: #fff;
    border-radius: 30px;
    padding: 20px 40px
}

.blog__info-block {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.blog__info-block h2 {
    font-weight: 400;
    font-size: 50px;
    line-height: 120%
}

.blog__info-block h3 {
    font-weight: 400;
    font-size: 18px;
    line-height: 110%
}

.blog__info-text {
    display: flex;
    flex-direction: column;
    gap: 15px
}

.blog__info-text ul {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.blog__info-text li,
.blog__info-text p {
    color: #3d3d3d;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.3;
}

.blog .show-mobile {
    display: none
}

.blog .fancybox__button,
.blog .fancybox__button svg {
    color: #fff !important;
    stroke: #fff !important;
    fill: #fff !important;
    border: none !important;
    background: rgba(0, 0, 0, 0) !important;
    box-shadow: none !important
}

.blog .fancybox__container {
    background: rgba(0, 0, 0, .9) !important;
    z-index: 9999;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%
}

.blog .fancybox__slide img {
    border: none !important;
    border-radius: 0 !important
}

.blog .fancybox__toolbar {
    background: rgba(0, 0, 0, 0) !important;
    box-shadow: none !important
}

.blog .useful {
    margin-top: 70px;
    margin-bottom: 105px
}

.fancybox__container {
    max-width: 100%;
    width: 100%;
    z-index: 9999
}

.fancybox__container * {
    color: #fff
}

.fancybox__container .fancybox__nav,
.fancybox__container .fancybox__toolbar {
    z-index: 99999
}

.fancybox__container .fancybox__thumbs .carousel__slide .fancybox__thumb::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-width: 3px
}

.archive .user-story__blocks {
    margin-top: 0 !important;
}
.user-story__blocks .useful__item-picture img{
	object-position: top;
}

@media (max-width:1240px) {
    .treatment-flow__content-01 {
        max-width: 450px
    }

    .treatment-flow__content-02 {
        max-width: 450px
    }

    .treatment-flow__content-03 {
        max-width: 350px;
        margin-top: -60px
    }

    .treatment-flow__content-04 {
        max-width: 550px
    }

    .treatment-flow .play-vidio {
        width: 100px;
        height: 100px;
        bottom: -18%
    }

    .treatment-flow .play-vidio::before {
        width: 85px;
        height: 85px
    }

    .treatment-flow .play-vidio img {
        width: 45px;
        height: 35px
    }

    .treatment-flow__content .text-image-01,
    .treatment-flow__content .text-image-02,
    .treatment-flow__content .text-image-03,
    .treatment-flow__content .text-image-04 {
        font-size: 14px;
        padding: 15px 15px
    }

    .treatment-flow__content .text-image-01 {
        right: 10px
    }

    .treatment-flow__content .text-image-02 {
        right: 10px
    }

    .treatment-flow__content .text-image-03 {
        top: 120px;
        -webkit-transform: translateX(-10%);
        transform: translateX(-10%)
    }

    .treatment-flow__content .text-image-04 {
        right: auto;
        left: 50%;
        bottom: -80px;
        -webkit-transform: translateX(-30%);
        transform: translateX(-30%)
    }

    .consultation .main .play-vidio {
        width: 100px;
        height: 100px
    }

    .consultation .main .play-vidio::before {
        width: 85px;
        height: 85px
    }

    .consultation .main .play-vidio img {
        width: 45px;
        height: 35px
    }

    .consultation .treatment-steps .play-vidio {
        width: 94px;
        height: 94px
    }

    .consultation .treatment-steps .play-vidio::before {
        width: 85px;
        height: 85px
    }

    .customer-story__top .play-vidio {
        width: 70px;
        height: 70px
    }

    .customer-story__top .play-vidio::before {
        width: 65px;
        height: 65px
    }

    .customer-story__top .play-vidio img {
        width: 25px;
        height: 25px
    }
}

@media (max-width:1200px) {
    .treatment-steps-price .treatment-steps {
        margin: 60px 0 0 0
    }

    .useful-doctors .useful {
        margin-top: 40px
    }

    .footer__top {
        gap: 40px
    }

    .footer__top-left {
        max-width: 450px
    }

    .footer__top .descript {
        font-size: 14px
    }

    .footer__top .number {
        font-size: 30px
    }

    .footer__title {
        font-size: 50px
    }

    .faq {
        margin-top: 66px;
        margin-bottom: 60px
    }

    .faq__top {
        gap: 20px
    }

    .faq__title {
        font-size: 50px
    }

    .faq__list {
        gap: 30px
    }

    .case-slider {
        margin-top: 70px
    }

    .case-slider__top {
        gap: 20px
    }

    .case-slider__title {
        font-size: 50px
    }

    .case-slider .swiper-navigation-wrapper {
        margin-top: 45px;
        gap: 50px
    }

    .case-slider .swiper-button-next,
    .case-slider .swiper-button-prev {
        width: 100px;
        height: 95px
    }

    .useful {
        margin-bottom: 70px
    }

    .useful__blocks {
        gap: 40px
    }

    .useful__top {
        gap: 20px
    }

    .useful__title {
        font-size: 50px
    }

    .useful__list {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px
    }

    .contact-popup__content {
        gap: 35px;
        padding: 35px 20px 25px 20px;
        margin: 0;
        margin: 15px;
        max-width: 600px;
        width: 100%
    }

    .contact-popup__content-top {
        gap: 25px
    }

    .contact-popup__close {
        font-size: 20px;
        top: 15px;
        right: 15px
    }

    .contact-popup__title {
        font-size: 18px
    }

    .contact-popup__text {
        font-size: 16px
    }

    .contact-popup__form {
        gap: 20px
    }

    .contact-popup__input {
        font-size: 14px;
        padding: 15px 20px
    }

    .contact-popup__submit {
        font-size: 14px;
        padding: 20px 0
    }

    .main__content .title {
        font-size: 50px
    }

    .main__content p {
        font-size: 16px
    }

    .main__content-first {
        padding: 83px 30px 50px 40px
    }

    .main__content-second {
        flex-wrap: wrap
    }

    .main__content-second p {
        font-size: 16px
    }

    .main .btn-calculate {
        font-size: 16px
    }

    .main__picture {
        min-height: 400px;
        /* max-width: 350px; */
        width: 100%
    }

    .introduce {
        padding-top: 140px
    }

    .introduce__blocks::after {
        left: 200px;
        max-width: 695px;
        width: 100%
    }

    .introduce__picture {
        max-width: 350px;
        width: 350px;
        min-width: 350px;
        height: 350px
    }

    .introduce__info {
        gap: 20px
    }

    .introduce__title {
        font-size: 35px
    }

    .introduce .descript {
        font-size: 20px
    }

    .treatment-flow__top p {
        font-size: 35px
    }

    .treatment-steps {
        margin: 105px 0 0 0
    }

    .treatment-steps__top {
        margin-bottom: 50px
    }

    .treatment-steps__title {
        font-size: 50px
    }

    .treatment-steps__info {
        padding: 13px 30px 15px 20px;
        justify-content: center
    }

    .treatment-steps__info-title {
        font-size: 35px
    }

    .treatment-steps__info-btn {
        padding: 30px 15px
    }

    .reviews {
        margin-top: 55px
    }

    .reviews__top {
        gap: 20px;
        margin-bottom: 55px
    }

    .reviews__title {
        font-size: 50px
    }

    .reviews__info {
        bottom: 40px;
        left: 35px
    }

    .reviews__info p {
        font-size: 16px
    }

    .reviews__info strong {
        font-size: 16px
    }

    .reviews .swiper-navigation-wrapper {
        margin-top: 45px;
        gap: 50px
    }

    .reviews .swiper-button-next,
    .reviews .swiper-button-prev {
        width: 100px;
        height: 95px
    }

    .location {
        margin-top: 100px;
        margin-bottom: 70px
    }

    .location__top {
        gap: 20px
    }

    .location__title {
        font-size: 50px
    }

    .location__slide__blocks {
        gap: 15px
    }

    .location__slide__left {
        max-width: 450px;
        width: 100%
    }

    .location__slide .swiper-navigation-wrapper {
        gap: 50px
    }

    .location__slide .custom-next,
    .location__slide .custom-prev {
        width: 100px;
        height: 95px
    }

    .doctors .active-doctor__picture {
        min-height: 420px;
        height: 420px;
        max-height: 420px
    }

    .doctors .active-doctor__content {
        gap: 30px
    }

    .doctors .active-doctor__content .name {
        font-size: 35px
    }

    .doctors .active-doctor__content .descript {
        font-size: 18px
    }

    .doctors .active-doctor__content-below ul {
        gap: 15px
    }

    .doctors .active-doctor__content-below ul * {
        font-size: 14px
    }

    .doctors .active-doctor__item {
        gap: 15px
    }

    .doctors .active-doctor .reviews__info {
        left: 25px
    }

    .doctors .swiper-navigation-wrapper {
        margin-top: 45px;
        gap: 50px
    }

    .doctors .swiper-button-next,
    .doctors .swiper-button-prev {
        width: 100px;
        height: 95px
    }

    .clinical-cases__top {
        gap: 20px;
        margin-bottom: 55px
    }

    .clinical-cases__title {
        font-size: 50px
    }

    .consultation .price-calculator__top {
        gap: 20px
    }

    .consultation .price-calculator__title {
        font-size: 50px
    }

    .consultation .treatment-steps .treatment-plan__title {
        font-size: 20px
    }

    .consultation .treatment-steps .treatment-plan__text {
        font-size: 14px
    }

    .consultation .treatment-steps .treatment-plan__item {
        min-height: 150px;
        gap: 15px;
        max-width: 300px
    }

    .thx__left-info .title {
        font-size: 45px
    }

    .thx__left-info .thx__right-picture {
        min-height: 320px;
        height: 320px;
        max-height: 320px;
        width: 425px
    }

    .thx__right-picture {
        min-height: 320px;
        height: 320px;
        max-height: 320px;
        width: 425px
    }

    .thx .number {
        font-size: 30px
    }

    .case__middle__blocks {
        padding: 26px 25px 45px 25px
    }

    .case__middle__info h3 {
        font-size: 25px
    }

    .case__middle__list *,
    .case__middle__info ul * {
        font-size: 16px
    }

    .case .swiper-navigation-wrapper {
        margin-top: 45px;
        gap: 50px
    }

    .case .swiper-button-next,
    .case .swiper-button-prev {
        width: 100px;
        height: 95px
    }

    .locations2 .swiper-navigation-wrapper {
        margin-top: 45px;
        gap: 50px
    }

    .locations2 .swiper-button-next,
    .locations2 .swiper-button-prev {
        width: 100px;
        height: 95px
    }

    .locations2__top {
        gap: 20px;
        margin-bottom: 55px
    }

    .customer-story__top {
        gap: 15px;
        margin-bottom: 30px
    }

    .customer-story__top-picture {
        width: 380px
    }

    .customer-story__top-info h2 {
        font-size: 25px
    }

    .customer-story__top-info h3 {
        font-size: 18px
    }

    .customer-story__top-info .problem {
        font-size: 14px
    }

    .customer-story__start {
        margin-bottom: 50px
    }

    .customer-story__start-blocks {
        gap: 25px
    }

    .customer-story__start-top {
        gap: 20px
    }

    .customer-story__start-title {
        font-size: 50px
    }

    .customer-story__start-list {
        grid-template-columns: repeat(2, 1fr)
    }

    .customer-story__result-list {
        grid-template-columns: repeat(2, 1fr)
    }

    .blog__info {
        padding: 20px
    }

    .blog__info-block {
        gap: 15px
    }

    .blog__info-block h2 {
        font-size: 25px
    }

    .blog__info-text ul {
        gap: 10px
    }

    .blog__info-text li,
    .blog__info-text p {
        line-height: 120%;
        font-size: 14px
    }

    .doctors .clinical-cases,
    .post-type-archive-patient .user-story__blocks {
        margin-top: 70px;
    }
}

@media (max-width:1024px) {
    .location__slide__blocks {
        flex-direction: column;
        margin: 0 auto;
        justify-content: center;
        gap: 20px;
        align-items: center;
        width: 100%
    }

    .location__slide__left {
        max-width: 100%;
        width: 100%;
        flex-direction: row;
        align-items: start;
        height: 100%;
        gap: 15px
    }

    .location__slide__right {
        max-width: 100%;
        width: 100%
    }

    .location__slide__right-top {
        margin: 0 auto;
        justify-content: center;
        gap: 7px
    }

    .location__slide__right-info {
        flex-direction: column;
        margin-top: 0;
        text-align: center
    }

    .location__slide__right-info__left {
        gap: 20px;
        margin-top: 30px;
        margin-bottom: 30px
    }

    .clinical-cases__item {
        padding: 20px 15px
    }

    .clinical-cases__item .treatment-period {
        font-size: 15px;
        padding: 3px 10px;
        top: -10px
    }

    .clinical-cases__item-top {
        flex-direction: column
    }

    .clinical-cases__item-below {
        align-items: center;
        flex-direction: row-reverse
    }

    .clinical-cases__item-below .learn-more {
        padding: 10px 25px
    }

    .clinical-cases__item-below .hide-mobile {
        display: none
    }

    .clinical-cases__item-below .show-mobile {
        display: flex;
        font-weight: 400;
        font-size: 15px;
        line-height: 140%
    }

    .clinical-cases__item-info {
        flex-direction: row-reverse;
        gap: 8px
    }

    .clinical-cases__item-info-avatar {
        min-width: 44px;
        width: 44px;
        height: 44px
    }

    .clinical-cases__item-info-name {
        flex-direction: column-reverse;
        text-align: left;
        gap: 2px
    }

    .clinical-cases__item-info-name {
        font-size: 12px
    }

    .clinical-cases__picture {
        height: 160px;
        min-height: 160px;
        max-height: 160px
    }

    .clinical-cases__picture img {
        height: 160px;
        min-height: 160px;
        max-height: 160px
    }

    .consultation .treatment-steps .treatment-plan {
        background-color: rgba(0, 0, 0, 0);
        padding: 0;
        border-radius: 0
    }

    .consultation .treatment-steps .treatment-plan__title {
        font-size: 14px;
        text-align: center;
        margin-top: 5px;
        margin-bottom: 15px
    }

    .consultation .treatment-steps .treatment-plan .swiper {
        width: 100%
    }

    .consultation .treatment-steps .treatment-plan__blocks {
        background-color: #fff;
        border-radius: 30px;
        padding: 23px 5px;
        width: 100%;
        /* margin-top:30px; */
    }

    .consultation .treatment-steps .treatment-plan__wrapper {
        display: flex;
        flex-direction: column;
        margin: 0 auto;
        gap: 30px;
        text-align: center;
        align-items: center
    }

    .case__top__blocks {
        gap: 10px
    }

    .case__top__blocks-info p,
    .case__top__blocks-info strong {
        font-size: 15px
    }

    .case__top-author {
        height: 420px;
        max-height: 420px;
        min-width: 350px
    }

    .case__top-pictures {
        gap: 10px
    }

    .case__bellow-pictures {
        gap: 10px
    }

    .case__bellow-picture {
        min-height: 250px;
        height: 250px;
        max-height: 250px
    }

    .locations2 {
        margin-top: 100px
    }

    .locations2 .swiper-navigation-wrapper {
        display: flex
    }

    .locations2 .location__slide__left {
        flex-direction: column
    }

    .locations2 .locations2__slide {
        display: flex;
        flex-direction: column;
        gap: 10px
    }

    .locations2 .location__slide__right-info__left {
        align-items: start;
        gap: 8px;
        margin-top: 0;
        margin-bottom: 0
    }
}

@media (max-width:992px) {
    .header__left {
        gap: 30px
    }

    .header__right {
        gap: 30px
    }

    .menu__list {
        gap: 30px
    }

    .footer__top {
        margin: 0 auto;
        text-align: center;
        gap: 0;
        padding-bottom: 0
    }

    .footer__top::after {
        display: none
    }

    .footer__top-left {
        gap: 12px
    }

    .footer__top .footer-social__wrapper {
        flex-direction: column;
        margin-top: 30px;
        gap: 10px
    }

    .footer__top .footer-social {
        margin-bottom: 20px
    }

    .footer__top .email {
        display: block;
        font-weight: 400;
        font-size: 16px;
        line-height: 120%;
        text-decoration: underline;
        text-decoration-style: solid;
        transition: color .2s ease-in-out
    }

    .footer__top .email:hover {
        color: #e6d36d
    }

    .footer .footer__top-right {
        padding: 0;
        border-radius: 0;
        background-color: rgba(0, 0, 0, 0);
        margin-top: 30px
    }

    .footer .form-calculate__form {
        gap: 23px
    }

    .footer .form-calculate__form input {
        padding: 17px 25px;
        border: 1px solid #fff;
        border-radius: 10px;
        color: #fff;
        font-family: Gilroy, sans-serif;
        font-weight: 300;
        font-size: 14px
    }

    .footer .form-calculate__form input::-webkit-input-placeholder {
        color: #fff;
        font-family: Gilroy, sans-serif;
        font-weight: 300;
        font-size: 14px
    }

    .footer .form-calculate__form input:-ms-input-placeholder {
        color: #fff;
        font-family: Gilroy, sans-serif;
        font-weight: 300;
        font-size: 14px
    }

    .footer .form-calculate__form input::-ms-input-placeholder {
        color: #fff;
        font-family: Gilroy, sans-serif;
        font-weight: 300;
        font-size: 14px
    }

    .footer .form-calculate__form input::placeholder {
        color: #fff;
        font-family: Gilroy, sans-serif;
        font-weight: 300;
        font-size: 14px
    }

    .footer .form-calculate__form button {
        background-color: #fff;
        color: #212121;
        font-family: Stolzl, sans-serif;
        font-weight: 400;
        font-size: 14px;
        text-align: center
    }

    .footer .form-calculate__form button:hover {
        background-color: rgba(255, 255, 255, .8431372549)
    }

    .footer .show-mobile {
        display: flex
    }

    .footer .hide-mobile {
        display: none
    }

    .footer__title {
        font-size: 32px;
        line-height: 140%
    }

    .footer__below {
        flex-direction: column;
        margin: 0 auto;
        align-items: center;
        text-align: center;
        gap: 10px
    }

    .footer__below::after {
        display: none
    }

    .footer__below .footer-menu__list * {
        font-weight: 400;
        font-size: 20px
    }

    .footer__below .footer__below-address {
        display: none
    }

    .footer__below .public-offer-block {
        margin-top: 0
    }

    .footer__below .public-offer-block .public-offer {
        margin-top: 0;
        font-weight: 400;
        font-size: 20px
    }

    .footer__below .footer-logo {
        display: none
    }

    .faq__blocks {
        gap: 35px
    }

    .faq__top {
        gap: 20px
    }

    .faq__title {
        font-size: 32px;
        line-height: 140%
    }

    .faq .faq-item.active .faq-answer {
        margin-top: 16px
    }

    .faq .faq-answer {
        line-height: 120%
    }

    .faq .faq-question span {
        font-size: 14px
    }

    .case-slider__top {
        gap: 20px;
        margin-bottom: 40px
    }

    .case-slider__title {
        font-size: 32px;
        line-height: 140%
    }

    .case-slider .case {
        height: 385px
    }

    .case-slider .case .image-block {
        height: 192px
    }

    .case-slider .label {
        font-size: 14px;
        width: 90px
    }

    .case-slider .duration {
        font-size: 14px;
        min-width: 200px;
        padding: 2px
    }

    .useful__top {
        gap: 20px
    }

    .useful__title {
        font-size: 32px;
        line-height: 140%
    }

    .useful__item {
        gap: 6px
    }

    .useful__item-info {
        gap: 10px
    }

    .useful__item-title {
        margin-top: 18px
    }

    .useful__item-descript {
        font-size: 14px
    }

    .main {
        padding-top: 70px
    }

    .main__content {
        background-color: rgba(0, 0, 0, 0)
    }

    .main__content .title {
        font-size: 32px;
        line-height: 140%
    }

    .main__content h1 span {
        font-size: 30px;
        line-height: 140%;
        padding: 0 12px
    }

    .main__content-first {
        padding: 0;
        text-align: center;
        gap: 10px;
        justify-content: center;
        align-items: center
    }

    .main .hide-mobile {
        display: none
    }

    .main .show-mobile {
        display: block
    }

    .main__content-second {
        display: none
    }

    .main__picture {
        min-height: 300px;
        /* max-height: 300px; */
        /* height: 350px; */
        /* max-width: 350px; */
        width: 100%
    }

    .form-calculate {
        display: block;
        width: 100%;
        margin: 0 auto
    }

    .form-calculate__blocks {
        font-size: 14px;
        gap: 30px;
        padding: 30px 17px 30px 15px;
        text-align: center
    }

    .form-calculate__title {
        font-size: 25px
    }

    .form-calculate__form {
        font-size: 25px;
        gap: 10px
    }

    .form-calculate-size {
        margin-top: 53px
    }

    .introduce {
        padding-top: 100px
    }

    .introduce__blocks::after {
        max-width: 500px;
        width: 100%;
        top: -40px
    }

    .treatment-flow {
        margin-top: 80px
    }

    .treatment-flow__blocks {
        gap: 80px
    }

    .treatment-steps__top {
        margin-bottom: 30px
    }

    .treatment-steps__title {
        font-size: 32px;
        line-height: 140%
    }

    .treatment-steps__list {
        gap: 15px
    }

    .treatment-steps__item {
        gap: 10px
    }

    .treatment-steps__info {
        min-width: 370px
    }

    .reviews__top {
        gap: 20px;
        margin-bottom: 20px
    }

    .reviews__title {
        font-size: 32px;
        line-height: 140%
    }

    .location__top {
        gap: 20px
    }

    .location__title {
        font-size: 32px;
        line-height: 140%
    }

    .doctors .active-doctor__picture {
        max-width: 350px;
        width: 100%
    }

    .doctors .active-doctor__picture img {
        max-width: 350px;
        width: 100%;
        min-width: 350px
    }

    .clinical-cases__top {
        gap: 20px;
        margin-bottom: 20px
    }

    .clinical-cases__title {
        font-size: 32px;
        line-height: 140%
    }

    .consultation .main .play-vidio {
        top: auto;
        bottom: 40px;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }

    .consultation .main__picture img {
        -o-object-position: top;
        object-position: top
    }

    .consultation .price-calculator__top {
        gap: 20px;
        margin-bottom: 20px
    }

    .consultation .price-calculator__title {
        font-size: 32px;
        line-height: 100%
    }

    .consultation .treatment-steps {
        margin-top: 50px
    }

    .consultation .treatment-steps__top {
        margin-bottom: 22px
    }

    .consultation .treatment-steps__item-descript {
        padding: 16px 12px
    }

    .consultation .treatment-steps__item-descript p {
        font-size: 18px
    }

    .thx-page .footer-social__wrapper {
        display: flex
    }

    .thx__left {
        margin: 0 auto;
        text-align: center;
        width: 100%;
        justify-content: center;
        align-items: center
    }

    .thx__left-info {
        background-color: rgba(0, 0, 0, 0);
        padding: 0;
        gap: 15px
    }

    .thx__left-info .title {
        font-size: 32px;
        line-height: 135%
    }

    .thx__left-info .title span {
        border-radius: 10px;
        background-color: #1f6aac;
        padding: 2px 10px;
        color: #fff
    }

    .thx__left-info .show-mobile {
        display: flex;
        margin: 0 auto
    }

    .thx__right {
        display: none
    }

    .thx .footer-social__wrapper {
        flex-direction: column;
        margin-top: 30px;
        gap: 10px;
        display: none
    }

    .thx .footer-social {
        margin-bottom: 20px
    }

    .case .form-calculate-wrapper .form-calculate {
        margin-top: 40px;
        margin-bottom: 30px
    }

    .locations2__top {
        gap: 20px;
        margin-bottom: 20px
    }

    .locations2__title {
        font-size: 32px;
        line-height: 100%
    }

    .locations2-page .footer__blocks {
        padding-top: 77px
    }

    .locations2-page .footer__top-left,
    .locations2-page .show-mobile {
        display: flex
    }

    .customer-story__start-title {
        font-size: 32px;
        line-height: 100%
    }
}

@media (max-width:960px) {
    .treatment-flow__contents {
        grid-template-columns: repeat(1, 1fr);
        gap: 70px
    }

    .treatment-flow__content-01,
    .treatment-flow__content-02,
    .treatment-flow__content-03,
    .treatment-flow__content-04 {
        margin: 0 auto
    }

    .treatment-flow__content-01 {
        height: 200px;
        max-width: 450px
    }

    .treatment-flow__content-02 {
        height: 200px;
        max-width: 450px
    }

    .treatment-flow__content-03 {
        margin-top: 0;
        height: 200px;
        max-width: 450px
    }

    .treatment-flow__content-04 {
        height: 200px;
        max-width: 450px
    }

    .treatment-flow .play-vidio {
        bottom: auto;
        top: 15px;
        left: 15px;
        width: 68px;
        height: 68px
    }

    .treatment-flow .play-vidio::before {
        width: 60px;
        height: 60px
    }

    .treatment-flow .play-vidio img {
        width: 30px;
        height: 25px;
        margin-right: -5px
    }

    .treatment-flow__content .text-image-01 {
        left: 0;
        left: 55px;
        bottom: -40px
    }

    .treatment-flow__content .text-image-02 {
        left: 0;
        top: auto;
        bottom: 0;
        left: 55px;
        bottom: -40px
    }

    .treatment-flow__content .text-image-03 {
        left: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        top: auto;
        bottom: 0;
        left: 55px;
        bottom: -40px
    }

    .treatment-flow__content .text-image-04 {
        left: 55px;
        bottom: -40px;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .treatment-flow .text-image {
        max-width: 240px;
        width: 100%;
        text-align: center
    }

    .treatment-flow .hide-mobile {
        display: none
    }

    .treatment-flow .show-mobile {
        display: block
    }

    .consultation .main .play-vidio {
        width: 68px;
        height: 68px
    }

    .consultation .main .play-vidio::before {
        width: 60px;
        height: 60px
    }

    .consultation .main .play-vidio img {
        width: 30px;
        height: 25px;
        margin-right: -5px
    }

    .consultation .treatment-steps .play-vidio {
        width: 68px;
        height: 68px
    }

    .consultation .treatment-steps .play-vidio::before {
        width: 60px;
        height: 60px
    }

    .consultation .treatment-steps .play-vidio img {
        width: 30px;
        height: 30px
    }

    .blog__blocks {
        gap: 15px
    }

    .blog__pictures {
        min-width: 350px;
        gap: 15px
    }

    .blog__pictures-general {
        gap: 15px;
        max-height: 430px;
        min-height: 430px
    }

    .blog__pictures-general img {
        max-height: 430px;
        min-height: 430px;
        width: auto;
        width: 100%;
    }

    .blog__pictures-list {
        max-height: 135px;
        min-height: 135px;
        gap: 10px
    }

    .blog__pictures-list img,
    .blog__pictures-list video {
        max-height: 135px;
        min-height: 135px;
    }

    .blog .play-vidio {
        width: 68px;
        height: 68px
    }

    .blog .play-vidio::before {
        width: 58px;
        height: 58px
    }

    .blog .play-vidio img {
        max-width: 30px;
        min-width: 30px;
        height: 25px;
        min-height: 25px
    }
}

@media (max-width:840px) {
    .introduce-price .introduce {
        padding-top: 90px
    }

    .useful__list {
        grid-template-columns: repeat(2, 1fr);
        -webkit-column-gap: 15px;
        -moz-column-gap: 15px;
        column-gap: 15px
    }

    .introduce {
        padding-top: 45px
    }

    .introduce__blocks::after {
        display: none
    }

    .introduce__picture {
        height: 295px
    }

    .introduce__info {
        gap: 10px
    }

    .introduce__title {
        font-size: 27px
    }

    .introduce .descript {
        font-size: 14px
    }

    .treatment-flow {
        margin-top: 60px
    }

    .treatment-flow__blocks {
        gap: 20px
    }

    .treatment-flow__top p {
        font-size: 27px
    }

    .treatment-flow__active {
        padding: 15px 0
    }

    .treatment-steps__info-title {
        font-size: 27px
    }

    .case__top-author {
        height: 420px;
        max-height: 420px;
        min-width: 300px
    }

    .customer-story__top-picture {
        margin: 0 auto;
        min-height: 380px;
        max-height: 380px
    }

    .customer-story__top-picture::after {
        height: 112px
    }

    .customer-story__top-picture .customer-picture {
        min-height: 380px;
        max-height: 380px
    }

    .customer-story__top-info {
        padding: 0;
        background-color: rgba(0, 0, 0, 0);
        gap: 20px;
        align-items: start
    }

    .customer-story .hide-mobile {
        display: none
    }

    .customer-story .show-mobile {
        display: block
    }
}

@media (max-width:768px) {
    .header {
        padding: 7px 0
    }

    .header .logo img {
        width: 40px;
        min-width: 40px;
        max-width: 40px;
        height: 40px
    }

    .header .show-mobile {
        display: flex
    }

    .header .dropdown-menu__open {
        display: block
    }

    .menu {
        display: none
    }

    .main {
        padding-top: 50px
    }

    .form-calculate__form input {
        font-size: 14px;
        padding: 15px 24px 15px 24px
    }

    .form-calculate__form input::-webkit-input-placeholder {
        font-size: 14px
    }

    .form-calculate__form input:-ms-input-placeholder {
        font-size: 14px
    }

    .form-calculate__form input::-ms-input-placeholder {
        font-size: 14px
    }

    .form-calculate__form input::placeholder {
        font-size: 14px
    }

    .form-calculate__btn {
        font-size: 14px;
        padding: 18px 0 18px 0
    }

    .introduce__blocks {
        flex-direction: column-reverse;
        text-align: center;
        gap: 26px
    }

    .treatment-flow__top {
        flex-direction: column;
        gap: 0
    }

    .treatment-flow__top p {
        font-size: 30px;
        color: var(--text-color-1)
    }

    .treatment-flow__top p:first-child {
        opacity: 40%
    }

    .treatment-flow__active {
        padding: 0;
        background: rgba(0, 0, 0, 0)
    }

    .treatment-steps__info {
        min-width: 300px
    }

    .form-calculate-wrapper .form-calculate {
        margin-top: 75px
    }

    .location__slide__left {
        flex-direction: column;
        gap: 20px;
        margin: 0 auto;
        justify-content: center;
        align-items: center
    }

    .location__slide .location__slide-map {
        flex-direction: column;
        gap: 20px;
        margin: 0 auto;
        justify-content: center;
        align-items: center;
        min-height: 145px;
        height: 145px
    }

    .location__slide .location__slide-map .map {
        min-height: 145px;
        height: 145px
    }

    .location__slide-picture {
        min-height: 145px;
        max-height: 145px;
        height: 145px
    }

    .location__slide-picture img {
        min-height: 145px;
        max-height: 145px;
        height: 145px
    }

    .location__slide .swiper-navigation-wrapper {
        margin-top: 0
    }

    .main_page_container {
        margin-top: 60px
    }

    .doctors {
        margin-top: 60px
    }

    .doctors .active-doctor {
        margin-top: 0
    }

    .doctors .active-doctor__picture {
        margin: 0 auto
    }

    .doctors .active-doctor__content {
        background-color: rgba(0, 0, 0, 0);
        padding: 0;
        gap: 20px
    }

    .doctors .active-doctor__content .name {
        font-size: 25px
    }

    .doctors .active-doctor__content .descript {
        font-size: 16px
    }

    .doctors .active-doctor__content-top {
        gap: 2px
    }

    .doctors .active-doctor .hide-mobile {
        display: none
    }

    .doctors .active-doctor .show-mobile {
        display: flex
    }

    .doctors .active-doctor__item.active {
        flex-direction: column
    }

    .consultation {
        margin-top: 60px
    }

    .consultation .price-calculator {
        margin-top: 40px
    }

    .thx {
        margin-top: 55px
    }

    .case {
        margin-top: 60px
    }

    .case__top__blocks {
        flex-direction: column
    }

    .case__top__blocks-info {
        max-width: 500px;
        width: 100%;
        margin: 0 auto
    }

    .case__top-author {
        height: 420px;
        max-height: 420px;
        max-width: 500px;
        width: 100%;
        margin: 0 auto
    }

    .case__top-author img {
        -o-object-position: top;
        object-position: top
    }

    .case__middle__blocks {
        padding: 0;
        background-color: rgba(0, 0, 0, 0)
    }

    .case__middle__info {
        gap: 20px
    }

    .case__middle__info h3 {
        font-size: 18px
    }

    .case__middle__list *,
    .case__middle__info ul * {
        font-size: 14px
    }

    .locations2 {
        margin-top: 60px;
        margin-bottom: 50px
    }

    .locations2 .location__slide-map {
        flex-direction: column;
        gap: 20px;
        margin: 0 auto;
        justify-content: center;
        align-items: center;
        min-height: 145px;
        height: 145px
    }

    .locations2 .location__slide-map .map {
        min-height: 145px;
        height: 145px
    }

    .locations2__title {
        font-size: 25px
    }

    .customer-story {
        margin-top: 60px
    }

    .blog {
        margin-top: 60px
    }
}

@media (max-width:756px) {
    .blog__blocks {
        flex-direction: column;
        align-items: start
    }

    .blog__pictures {
        min-width: 100%;
        width: 100%;
    }

    .blog__pictures-general {
        max-height: 310px;
        min-height: 310px
    }

    .blog__pictures-general img {
        max-height: 310px;
        min-height: 310px
    }

    .blog__pictures-list {
        width: 100%;
        flex: 1
    }

    .blog__pictures-list img {
        width: 100%;
        flex: 1
    }

    .blog__info {
        padding: 0;
        background-color: rgba(0, 0, 0, 0);
        border-radius: 0
    }

    .blog .hide-mobile img {
        display: none
    }

    .blog .hide-mobile {
        display: none
    }

    .blog .show-mobile {
        display: flex
    }

    .blog .useful {
        margin-top: 50px
    }
}

@media (max-width:668px) {
    .faq__top {
        justify-content: center;
        text-align: center;
        width: 100%
    }

    .faq__top .line {
        display: none
    }

    .faq__title {
        font-size: 30px
    }

    .faq__list {
        grid-template-columns: repeat(1, 1fr)
    }

    .case-slider__top {
        justify-content: center;
        text-align: center;
        width: 100%;
        margin-bottom: 20px
    }

    .case-slider__top .line {
        display: none
    }

    .case-slider__title {
        font-size: 30px
    }

    .useful__top {
        justify-content: center;
        text-align: center;
        width: 100%
    }

    .useful__top .line {
        display: none
    }

    .useful__title {
        font-size: 30px
    }

    .form-calculate__title {
        font-size: 14px;
        text-align: center
    }

    .form-calculate__form {
        flex-direction: column;
        align-items: start;
        gap: 23px
    }

    .treatment-steps__title {
        text-align: center;
        position: relative;
        font-size: 30px
    }

    .treatment-steps__title::after {
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 15px;
        height: 15px;
        content: "";
        background-color: #1f6aac;
        border-radius: 50px
    }

    .treatment-steps__title::before {
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 15px;
        height: 15px;
        content: "";
        background-color: #1f6aac;
        border-radius: 50px
    }

    .treatment-steps__list {
        gap: 30px
    }

    .treatment-steps__item {
        flex-direction: column
    }

    .treatment-steps__item:nth-child(even) {
        flex-direction: column-reverse
    }

    .treatment-steps__item .show-mobile {
        display: block
    }

    .treatment-steps__item .hide-mobile {
        display: none
    }

    .treatment-steps__picture {
        max-height: 185px;
        height: 185px;
        min-height: 185px
    }

    .treatment-steps__info {
        padding: 0;
        background-color: rgba(0, 0, 0, 0);
        gap: 22px;
        min-width: 100%
    }

    .treatment-steps__info-title {
        text-align: center;
        background-color: #fff;
        padding: 12px 0 15px 0;
        border-radius: 20px
    }

    .reviews__top {
        justify-content: center;
        text-align: center;
        width: 100%
    }

    .reviews__top .line {
        display: none
    }

    .reviews__title {
        font-size: 30px
    }

    .location__top {
        justify-content: center;
        text-align: center;
        width: 100%
    }

    .location__top .line {
        display: none
    }

    .location__title {
        font-size: 30px
    }

    .clinical-cases__top {
        justify-content: center;
        text-align: center;
        width: 100%
    }

    .clinical-cases__top .line {
        display: none
    }

    .clinical-cases__title {
        font-size: 30px
    }

    .consultation .price-calculator__top {
        justify-content: center;
        text-align: center;
        width: 100%
    }

    .consultation .price-calculator__top .line {
        display: none
    }

    .consultation .price-calculator__title {
        text-align: center;
        position: relative;
        font-size: 30px
    }

    .consultation .treatment-steps .play-vidio {
        display: none
    }

    .consultation .treatment-steps__item-descript {
        margin-bottom: 25px
    }

    .consultation .treatment-steps__item-descript p {
        font-size: 14px
    }

    .consultation .treatment-steps__info {
        gap: 18px
    }

    .consultation .treatment-steps__list {
        gap: 20px
    }

    .consultation .treatment-steps__info-btn {
        display: none
    }

    .locations2__top {
        justify-content: center;
        text-align: center;
        width: 100%
    }

    .locations2__top .line {
        display: none
    }

    .customer-story__start-top {
        justify-content: center;
        text-align: center;
        width: 100%
    }

    .customer-story__start-top .line {
        display: none
    }

    .customer-story__start-title {
        text-align: center;
        position: relative;
        font-size: 30px
    }
}

@media (max-width:640px) {
    .case__bellow-pictures {
        gap: 10px;
        flex-direction: column
    }
}

@media (max-width:576px) {
    .reviews .swiper-slide {
        max-height: 390px
    }

    .reviews__picture img {
        max-height: 390px
    }

    .location__slide__right-top__picture {
        max-width: 100%;
        width: 100%;
        min-height: 200px;
        max-height: 200px;
        border-radius: 10px
    }

    .location__slide__right-top__picture img {
        border-radius: 10px
    }

    .consultation .price-calculator__month-title {
        font-size: 16px
    }

    .consultation .price-calculator__month .month-option {
        font-size: 14px
    }

    .consultation .price-calculator__month .custom-radio {
        width: 18px;
        height: 18px
    }

    .consultation .price-calculator__month .month-option input:checked+.custom-radio::after {
        width: 8px;
        height: 8px
    }

    .consultation .cost-leveling-title {
        font-size: 16px
    }

    .consultation .numbers__title {
        font-size: 16px
    }

    .thx__left-info .thx__right-picture {
        width: 100%
    }
}

@media (max-width:480px) {
    .faq .faq-question img {
        width: 20px;
        height: 20px
    }

    .case-slider .case {
        margin: 0 auto;
        max-width: 320px;
        width: 100%
    }

    .useful__list {
        grid-template-columns: repeat(1, 1fr);
        margin: 0 auto
    }

    .reviews .swiper-slide {
        max-height: 390px;
        width: 100%
    }

    .reviews__picture img {
        max-height: 390px;
        width: 100%
    }

    .customer-story__start-list {
        grid-template-columns: repeat(1, 1fr)
    }

    .customer-story__start-picture {
        height: 240px;
        min-height: 240px;
        max-height: 240px
    }

    .customer-story__start-picture img {
        height: 240px;
        min-height: 240px;
        max-height: 240px
    }

    .customer-story__result-list {
        grid-template-columns: repeat(1, 1fr)
    }

    .customer-story__result-list .customer-story__start-picture {
        height: 240px;
        min-height: 240px;
        max-height: 240px
    }

    .customer-story__result-list .customer-story__start-picture img {
        height: 240px;
        min-height: 240px;
        max-height: 240px
    }
}

@media (max-width:440px) {
    .customer-story__top {
        padding: 0;
        align-items: start;
        justify-content: start;
        text-align: left;
        width: 100%;
        margin: 0;
        margin-bottom: 30px;
        gap: 0
    }

    .customer-story__top-picture {
        max-width: 100%;
        width: 100%
    }

    .customer-story__top-picture .customer-picture {
        max-width: 100%;
        width: 100%
    }
}

@media (max-width:425px) {
    .header .logo img {
        width: 25px;
        min-width: 25px;
        max-width: 25px;
        height: 25px
    }

    .header .number {
        padding-top: 0;
        font-size: 10px
    }

    .dropdown-menu .number-dropdown {
        font-size: 16px
    }

    .main__content .title br {
        display: none
    }

    .main__content p {
        font-size: 14px;
        text-align: center
    }

    .main__picture {
        min-height: 300px;
        /* max-height: 300px;
        height: 300px */
    }

    .case__top-pictures {
        grid-template-columns: repeat(1, 1fr)
    }

    .case__top-picture {
        min-height: 250px;
        height: 250px;
        max-height: 250px
    }
}

@media (max-width:420px) {
    .treatment-steps__info .count {
        right: 20px
    }

    .location__slide__right-top__picture {
        max-width: 100px;
        min-height: 140px;
        max-height: 140px
    }

    .doctors .active-doctor__picture {
        max-width: 100%;
        width: 100%
    }

    .doctors .active-doctor__picture img {
        max-width: 100%;
        width: 100%;
        min-width: 100%
    }

    .consultation .price-calculator__month .months {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:400px) {
    .treatment-flow__top p {
        font-size: 23px
    }
}

@media (max-width:375px) {
    .introduce__picture {
        max-width: 100%;
        min-width: 100%
    }

    .consultation .price-calculator__wrapper {
        padding: 20px
    }

    .consultation .calculator-summary__list {
        gap: 20px
    }

    .consultation .calculator-summary__list * {
        font-size: 14px
    }
}

@media (max-width:345px) {
    .clinical-cases__item-below .learn-more {
        padding: 10px 17px
    }
}

@media (max-width:340px) {
    .faq__title {
        font-size: 28px
    }

    .case-slider__title {
        font-size: 28px
    }

    .useful__title {
        font-size: 28px
    }

    .treatment-steps__title {
        font-size: 28px
    }

    .reviews__title {
        font-size: 28px
    }

    .location__title {
        font-size: 28px
    }

    .clinical-cases__title {
        font-size: 28px
    }

    .clinical-cases__item-info-avatar {
        min-width: 40px;
        width: 40px;
        height: 40px
    }

    .consultation .price-calculator__title {
        font-size: 28px
    }

    .locations2__title {
        font-size: 20px
    }

    .customer-story__start-title {
        font-size: 28px
    }
}

.wpcf7-response-output {
    display: block;
    width: 100%;
    align-self: stretch;
    order: 100;
    /* опціонально, щоб завжди був останній */
    margin-top: 15px;
    /* як зручно */
}

.wpcf7-response-output::before {
    content: '';
    flex-basis: 100%;
    width: 0;
}

.treatment-steps__item_wrapper .treatment-steps__item-descript,
.treatment-steps__item_wrapper .treatment-plan {
    margin-top: 25px;
}

.blog__info-text {}

.blog__pictures-swiper {
    max-width: 100%;
    /* min-width: 445px */
}

.blog__pictures-item video {
    height: 100% !important;
    object-fit: cover;
}

.doctors .our-doctors .reviews__top {
    display: none;
}

.clinical-cases__list.no-slider {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.clinical-cases__list.no-slider .clinical-cases__item {
    width: calc(50% - 15px);
    /* 2 в ряд з відступом 30px */
    box-sizing: border-box;
}

.doctors section.our-doctors {
    margin-bottom: 60px;
}

.page_contacts .location {
    margin-top: 0;
}

.br_sep {
    padding: 0 5px;
}

.form-calculate__form {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    /* при необходимости */
}

.form-calculate__form input,
.form-calculate__form button {
    flex: 1 1 calc(33.333% - 14px);
    /* 3 в ряд с отступами */
    min-width: 200px;
    /* на случай адаптива */
}

.form-calculate__form .wpcf7-response-output {
    flex: 1 1 100%;
}

.wpcf7-response-output {
    background: #ffffff;
    padding: 10px !important;
    font-size: 15px !important;
}

.treatment-plan__blocks {
    margin-top: 20px;
}

.page_content_text {
    font-weight: 300;
    font-size: 18px;
}

.page_content_text p {
    margin-bottom: 15px;
}

.page_content_text h1,
.page_content_text h2,
.page_content_text h3 {
    margin-bottom: 20px;
    font-weight: bold;
}

.page_content_text h1 {
    font-size: 72px;
    font-weight: bold;
}

.page_content_text h2 {
    font-size: 45px;
}

.page_content_text h3 {
    font-size: 25px;
}

.wpcf7 {
    width: 100%;
}


.doctors .clinical-cases,
.post-type-archive-patient .user-story__blocks {
    margin-top: 110px;
}

.doctors-gallery-swiper {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 15px;
}

.doctors-gallery-swiper .swiper-wrapper {
    align-items: stretch;
    /* важный момент */
}

.doctors-gallery-swiper .swiper-slide {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.doctors-gallery-swiper .swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    max-height: 600px;
    /* фиксированная макс. высота */
}

.swiper-slide.doctors_slide {
    height: auto;
    max-height: none;
}

.swiper-slide.doctors_slide img {
    height: 100%;
    max-height: none;
}

.swiper-slide.doctors_slide .reviews__picture {
    height: 100%;
}


.blog-gallery-swiper {
    width: 100%;
    overflow: hidden;
    border-radius: 15px;
    margin: 40px 0;
}

.blog-gallery-swiper .swiper-wrapper {
    align-items: flex-start;
}

.blog-gallery-swiper .swiper-slide {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blog-gallery-swiper .swiper-slide img {
    display: block;
    height: auto;
    width: auto;
    max-width: 100%;
}
.video-thumb-wrapper{
    width: 100%;
}
.video-thumb-wrapper img{
    width: 100%;
}
.swiper-disabled img{
    max-width: 150px;
}
.swiper-disabled .swiper-slide-next{
    margin-right:0 !important;
}

@media screen and (max-width:767px) {
    .blog-gallery-swiper .swiper-slide img {
        aspect-ratio: 3/4;
        object-fit: cover;
        object-position: center;
    }
}

.breadcrumbs__container {
    margin-bottom: 40px;
}

/* Відступ між рядками у grid (2x2) */
#archive-cases .clinical-cases__swiper .swiper-slide {
    margin-bottom: 30px;
}

#archive-cases .doctors.clinical-cases {
    margin-top: 0;
}

.single_doctor .case-slider {
    margin-top: 0;
}

.case {
    margin-top: 0;
}

.video-thumb-wrapper {
    position: relative;
    display: inline-block;
}

.video-thumb-wrapper img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 12px;
}

.video-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 48px;
    height: 48px;
    transform: translate(-50%, -50%);
    pointer-events: none;
    opacity: 0.9;
    background: #ffffff;
    width: 110px;
    height: 110px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}

.content-gallery a img {
    aspect-ratio: 4/3;
    object-fit: cover;
    object-position: center;
    border-radius: 15px;
}

.content-gallery a .video-play-icon img {
    width: 35px;
    margin-left: 10px;
    aspect-ratio: unset;
    border-radius: unset;
}


.swiper-button-next,
.swiper-button-prev {
    background: #ffffff;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    opacity: 0.8;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    --swiper-navigation-size: 25px;
}

.content-block {
    margin: 30px 0;
}

.content-text__inner {
    color: #3d3d3d;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.3;
}

.content-text__inner p {
    padding: 10px 0;
}

.content-text__inner ol,
.content-text__inner ul {
    margin: 10px 20px;
}

.content-text__inner ul li {
    position: relative;
}

.content-text__inner ul li::before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    background: var(--blue-color);
    border-radius: 100%;
    position: absolute;
    left: -18px;
    top: 7px;
}

.content-text__inner table {
    overflow-x: auto;
}

.content-text__inner th,
.content-text__inner td {
    border: 1px solid #000;
    padding: 8px;
    /* необов'язково, але красиво */
}

.content-block.content-image img {
    width: 100%;
}

.content-block.content-video {}

.content-block.content-video iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}

.treatment-popup {
    position: fixed;
    z-index: 9999;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.treatment-popup__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
}

.treatment-popup__content {
    position: relative;
    background: #fff;
    padding: 30px;
    max-width: 600px;
    max-height: 80vh;
    overflow-y: auto;
    border-radius: 10px;
    z-index: 1;
}

.treatment-popup__close {
    position: absolute;
    top: 10px;
    right: 15px;
    background: transparent;
    border: none;
    font-size: 28px;
    cursor: pointer;
}

.treatment-popup__text {
    font-size: 16px;
    line-height: 1.3;
    font-weight: lighter;
}

.faq-answer p {
    padding-bottom: 10px;
}

.page-template-thankyou-page .footer__top {
    display: none;
}

.video-thumb-wrapper {
    height: 100%;
}

.video-thumb-wrapper img {
    height: 100%;
}

.video-thumb-wrapper .video-play-icon>img {
    width: 36px;
    height: 46px;
    margin-left: 10px;
    border-radius: 0;
    min-height: unset;
    max-height: unset;
    flex: none;
}

.video-popup__file{
	    display: block;
    object-fit: contain;
    max-width: 800px;
    max-height: 90vh;
}

@media screen and (max-width:768px) {
    .dropdown-menu.open li {
        margin: 10px 0;
    }

    .dropdown-menu.open li a {
        font-size: 20px;
    }

    .dropdown-menu.open .number-dropdown {
        font-size: 20px;
    }

    .video-thumb-wrapper .video-play-icon {
        width: 80px;
        height: 80px;
    }
}