@font-face {
    font-family: 'Geologica';
    src: url('../fonts/Geologica-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geologica';
    src: url('../fonts/Geologica-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geologica';
    src: url('../fonts/Geologica-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geologica';
    src: url('../fonts/Geologica-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geologica';
    src: url('../fonts/Geologica-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

:root {
    font-family: "Geologica", sans-serif !important;
    font-display: swap;
	scroll-behavior: smooth;
}

button {
    font-family: "Geologica", sans-serif;
    border: none;
    cursor: pointer;
}

body {
    color: #212529;
    margin: 0px;
    font-size: 18px;
}

a {
    text-decoration: none;
    color: #212529;
    transition: 0.3s all;
}

form {
    margin: 0px;
}

header {
    position: fixed;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 1000;
    display: flex;
    max-width: 1620px;
    background-color: #FFFFFF;
    border-radius: 20px;
    justify-content: space-between;
    padding: 10px 10px 10px 20px;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
}

p {
    margin: 0;
}

h1 {

    font-size: 50px;
    font-weight: 700;
    line-height: 56px;
}

button {
	position: relative;
    text-align: center;
    transition: all 0.3s ease;
    border: none;
    border-radius: 40px;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    width: fit-content;
    z-index: 3;
}

button:disabled {
    cursor: not-allowed;
}

button span {
    transition: 0.3s all;
}

textarea {
    font-family: "Geologica", sans-serif;
    resize: none;
}

input:focus-visible,
textarea:focus-visible {
    outline: none;
}

input,
textarea {
    font-family: "Geologica", sans-serif !important;
}

img {
  content-visibility: auto;
}

.btn {
	position: relative;
    width: fit-content;
    transition: all 0.3s ease;
    border: none;
    border-radius: 40px;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
    z-index: 3;
}

.primary-button-icon {
    background: linear-gradient(90deg, #15C2AE 0%, #0087A6 100%);
    background-size: 100% 100%;
    background-position: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 4px 4px 4px 35px;
}

.primary-button {
    padding: 18px 32px;
    background: linear-gradient(90deg, #15C2AE, #15C2AE, #0087A6);
    background-size: 200% 200%;
    background-position: left;
    transition: background-position 0.4s ease;
}

.secondary-button {
    padding: 18px 32px;
    border: 2px solid rgba(68, 160, 153, 0.5);
    color: #44A099;
    background-color: transparent;
}

.primary-button-icon:disabled {
    color: rgba(255, 255, 255, 0.5);
    background-color: #44A099;
}

.primary-button:disabled {
    color: rgba(255, 255, 255, 0.5);
    background-color: #15C2AE;
}

.primary-button-icon:disabled .button-arrow {
    background-color: rgba(255, 255, 255, 0.15);
}

.primary-button-icon:disabled .button-arrow svg path {
    fill: rgba(255, 255, 255, 0.5);
}

.secondary-button:disabled {
    border: 2px solid #CBDAE0;
    color: #626A73;
    background: transparent;
}

.secondary-button:disabled svg path {
    fill: #626A73;
}

.secondary-button:not(:disabled):hover {
    background-color: #15C2AE;
    color: #FFFFFF;
    border-color: #15C2AE;
}

.secondary-button:not(:disabled):hover svg path {
    fill: #FFFFFF;
}

.primary-button-icon:not(:disabled):hover {
    background-size: 500% 500%;
}

.button-arrow {
    transition: all 0.3s ease;
    width: 52px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    background-color: rgba(255, 255, 255, 0.8);
}

svg path {
    transition: fill 0.3s;
}

.primary-button-icon:not(:disabled):hover svg path {
    fill: #FFFFFF;
}

.primary-button-icon:not(:disabled):hover .button-arrow {
    background-color: rgba(255, 255, 255, 0.5);
}

.primary-button:not(:disabled):hover {
    background-position: right;
}

#scrollToTopBtn {
	display: flex;
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 99;
    border: 2px solid #CBDAE0;
    padding: 15px;
    background-color: #FFFFFF;
    border-radius: 20px;
    text-align: center;
    align-content: center;
    transition: opacity 0.35s ease, visibility 0.35s ease, background-color 0.3s, border-color 0.3s;
    opacity: 0;
    visibility: hidden;
    box-shadow: 2px 2px 17px 2px rgba(0, 0, 0, 0.2);
}

#scrollToTopBtn:hover {
    background-color: #44A099;
    border-color: #44A099;
}

#scrollToTopBtn:hover path {
    fill: #FFFFFF;
}

#scrollToTopBtn:active {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}

#scrollToTopBtn:active path {
    fill: #44A099;
}

#scrollToTopBtn.show {
    opacity: 1;
    visibility: visible;
	display: flex;
}

.section-offset {
    max-width: 1600px;
    margin: 0 auto;
	opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s ease;
}

.section-offset.active {
  opacity: 1;
  transform: translateY(0);
}

.no-anim {
  opacity: 1;
  transform: none;
  transition: none;
}

.section-offset:not(:last-of-type) {
    margin-bottom: 160px;
}

.section-offset--top-ident {
    padding-top: 100px;
}

.section-offset--top-big-ident {
    padding-top: 160px;
}

.section-colored--light {
    background-color: #E8F4FA;
    padding-top: 0.1px;
    padding-bottom: 160px;
    padding-top: 90px;
}

.section-colored--light:only-of-type {
     padding-bottom: 0px;
}

.section-colored--light.small {
    padding-bottom: 50px;
}

.section-colored--dark {
    background: linear-gradient(180deg, #154A61 0%, #102E43 100%);
    padding-top: 83px;
    padding-bottom: 60px;
}

.mobile-top-links {
    z-index: 1000;
    box-sizing: border-box;
    padding: 0px 15px;
    height: 30px;
    top: 0;
    width: 100%;
    align-items: center;
    position: fixed;
    display: none;
    justify-content: space-between;
    background-color: #E8F4FA;
}

.mobile-top-links a {
    font-size: 14px;
    line-height: 18px;
}

.header__mobile-tel {
	display: flex;
}

.burger-menu {
    height: 40px;
	width: 40px;
	justify-content: center;
	align-items:center;
    background: #44A099;
    border-radius: 10px;
    display: none;
    border: none;
    cursor: pointer;
    z-index: 1002;
}

.burger-menu div {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.burger-menu span:nth-child(2) {
    width: 13px;
}

.burger-menu.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 4px);
}

.burger-menu.active span:nth-child(2) {
    opacity: 0;
}

.burger-menu.active span:nth-child(3) {
    transform: rotate(-45deg) translate(4px, -4px);
}

.burger-menu span {
    display: block;
    height: 2px;
    width: 18px;
    background-color: #FFFFFF;
    border-radius: 3px;
    transition: 0.3s;
}

.mobile-menu.open header {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.menu-item {
    position: relative;
}

.submenu {
    position: absolute;
    top: 100%;
    left: -50%;
    background: #fff;
    border-radius: 10px;
    min-width: 220px;
    padding: 10px 0;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: 0.3s;
}

.menu-item:hover > .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.submenu-item {
    position: relative;
}

.submenu a {
    display: block;
    padding: 10px 20px;
    white-space: nowrap;
}

.submenu.second {
    top: -10px;
    left: 100%;
    transform: translateX(10px);
}

.submenu-item:hover > .submenu.second {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.mobile-submenu {
    max-height: 0;
    gap: 5px;
    overflow: hidden;
    transition: 0.3s;
    display: flex;
    flex-direction: column;
}

.mobile-subitem.active .mobile-submenu.inner {
    margin: 5px 10px;
}

.mobile-item.active > .mobile-submenu {
    max-height: 500px;
}

.mobile-subitem.active > .mobile-submenu {
    max-height: 300px;
}

.mobile-sublink {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    background: #E8F4FA;
    border-radius: 10px;
    margin: 0px 5px;
    cursor: pointer;
    font-size: 14px;
}

.mobile-sublink a {
    width: 95%;
}
.mobile-link {
     display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    background: #E8F4FA;
    margin-bottom: 5px;
    border-radius: 10px;
}

.mobile-menu {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    z-index: 999;
    transform: translateY(-100%);
    transition: transform 0.3s ease;
    will-change: transform;
}

.mobile-menu.open {
    justify-content: space-between;
    display: flex;
    bottom: 0;
    overflow-y: auto;
    flex-direction: column;
    max-height: calc(100vh - 100px);
    -webkit-overflow-scrolling: touch;
    transform: translateY(0);
    top: 100px;
}

header.menu-open {
    border-radius: 0px;
}

.mobile-menu__inner {
    padding: 10px 15px 20px 15px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.mobile-menu__services {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.mobile-menu__inner {
    padding: 10px 15px 20px 15px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.mobile-menu__services {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.mobile-submenu.inner a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    padding: 5px 10px;
    background-color: #E8F4FA;
    border-radius: 15px;
    box-sizing: border-box;
}

.mobile-menu__contacts {
    background: linear-gradient(180deg, #154A61 0%, #102E43 100%);
    padding: 25px 15px 40px 15px;
}

.mobile-menu__contacts a {
    color: #44A099;
    font-weight: bold;
}

.mobile-menu__top-links {
    display: flex;
    gap: 2px;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.mobile-menu__contacts .footer__social-links {
    margin-top: 30px;
}

.section-head {
    gap: 20px;
    flex-direction: column;
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.section-head h2 {
    font-weight: 600;
    font-size: 46px;
    line-height: 52px;
    background: linear-gradient(0deg, #44A099, #44A099), linear-gradient(90deg, #44A099 0%, #0088A6 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.section-subheader {
    max-width: 340px;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
}

.section__subheader--page.large {
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
}

.section-offset h1 {
    margin-bottom: 20px;
}

.border-radius-down {
    border-bottom-right-radius: 80px;
    border-bottom-left-radius: 80px;
}

.border-radius-top {
    border-top-right-radius: 80px;
    border-top-left-radius: 80px;
}

.modal-overlay {
    backdrop-filter: blur(2px);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease, background 0.3s ease;
}

.modal-overlay.active {
    opacity: 1;
    pointer-events: all;
    background: rgba(33, 37, 41, 0.3);
}

.modal-overlay.active {
    display: flex;
}

.modal {
    box-sizing: border-box;
    background: #fff;
    width: 540px;
    border-radius: 50px;
    padding: 30px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transform: translateY(30px) scale(0.95);
    opacity: 0;
    transition: all 0.3s ease;
}

.modal-overlay.active .modal {
    transform: translateY(0) scale(1);
    opacity: 1;
}

.close {
    position: absolute;
    top: 30px;
    right: 30px;
    background: #E8F4FA;
    border: none;
    border-radius: 50%;
    width: 54px;
    height: 54px;
    cursor: pointer;
}

.modal h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px;
    max-width: 416px;
}

.modal p {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #44A099;
    margin-bottom: 30px;
	width: 400px;
}

.consult-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.consult-form__input-block {
    display: flex;
    flex-direction: column;
}

.consult-form__input-block span {
    font-size: 16px;
    line-height: 24px;
    color: #626A73;
    margin-bottom: 10px;
}

.consult-form__input-block input {
	box-sizing: border-box;
    color: #212529;
    border: 1px solid #CBDAE0;
    border-radius: 60px;
    padding: 16px 24px;
    font-size: 18px;
    line-height: 24px;
}

.modal-submit {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

.modal-submit button {
    width: 100%;
	margin-bottom: 10px;
}

.consult-form .checkbox-text {
    color: #212529;
}

.consult-form .checkbox-text a {
    color: #626A73;
}

.breadcrumbs {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 26px;
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.breadcrumbs::-webkit-scrollbar {
    width: 0;
}

.breadcrumb__link {
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.breadcrumb__link:hover {
    color: #15C2AE;
}

.breadcrumb__link::after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 11px;
    background-image: url('../../assets/img/icons/breadcrumbSeparator.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
}

.breadcrumb {
    color: rgba(255, 255, 255, 0.5);
}

.breadcrumbs.dark .breadcrumb {
    color: #626A73;
}

.breadcrumbs.dark .breadcrumb__link {
    color: #212529;
}

.breadcrumbs.dark .breadcrumb__link:hover {
    color: #15C2AE;
}

.breadcrumbs.dark .breadcrumb__link::after {
    background-image: url('../../assets/img/icons/breadcrumbSeparatorDark.svg');
}


.header__top-menu {
    display: flex;
    gap: 40px;
    align-items: center;
}

.header__top-menu a {
    gap: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    line-height: 24px;
    font-size: 16px;
    cursor: pointer;
}

.header__top-menu a:hover {
    color: #44A099;
}

.menu-item .cust-arrow {
    display: inline-flex;
    margin-left: 8px;
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    transform: rotate(0deg);
}

.submenu-item .cust-arrow {
    display: inline-flex;
    margin-left: 8px;
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    transform: rotate(90deg);
}

.submenu-item:hover > a .cust-arrow {
    transform: rotate(0deg);
}

.menu-item:hover > a .cust-arrow {
    transform: rotate(90deg);
}

.mobile-link svg,
.mobile-sublink svg {
    display: inline-flex;
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    transform: rotate(0deg);
}

.mobile-item.active > .mobile-link svg {
    transform: rotate(90deg);
}

.mobile-subitem.active > .mobile-sublink svg {
    transform: rotate(90deg);
}

.header__top-menu-items {
    display: flex;
}

.header__top-menu-item {
    transition: 0.3s all;
    display: flex;
    gap: 8px;
    align-items: center;
    border-radius: 73px;
    background-color: rgba(68, 160, 153, 0.1);
    padding: 10px 25px 10px 10px;
    justify-content: center;
    align-items: center;
}

.header__top-menu-item-text {
    display: flex;
    flex-direction: column;
    font-weight: 500;
}

.header__top-menu-item-text span:first-child {
    font-size: 18px;
    line-height: 20px;
}

.header__top-menu-item-text span:last-child {
    font-size: 12px;
    line-height: 16px;
}

.header__top-menu-item:last-child {
    padding: 0px;
    width: 60px;
    height: 60px;
    cursor: pointer;
}

.header__search-block {
    position: relative;
    width: 100%;
}

.header__search-block .search__icon {
    transform: translateY(50%);
    top: 10px;
}

.header__search-input {
	box-sizing: border-box;
    width: 100%;
    padding: 16px 40px 16px 24px;
    background-color: #FFFFFF;
    font-family: Geologica;
    font-size: 18px;
    line-height: 24px;
    color: #44A099;
    transition: 0.3s all;
    border-radius: 60px;
    border: 1px solid #CBDAE0;
}

.header__search-input::placeholder {
    color: #44A099;
}

.header__top-menu-item:last-child:hover img[src*="eyeBlack.svg"] {
    filter: brightness(0) saturate(100%) invert(48%) sepia(21%) saturate(896%) hue-rotate(128deg) brightness(95%) contrast(88%);
}

.header__top-menu-item:last-child:active {
    background-color: #44A099;
}

.header__top-menu-item:last-child:active img[src*="eyeBlack.svg"] {
    filter: brightness(100%) saturate(100%) invert(100%) sepia(100%) saturate(100%) hue-rotate(128deg) brightness(100%) contrast(100%);
}

.intro__text {
    display: flex;
    flex-direction: column;
}

.intro__with-form {
    display: flex;
    margin-top: 50px;
}

.intro__text-block {
    box-sizing: border-box;
    position: relative;
    border-radius: 50px;
    padding: 30px 30px 30px 50px;
    display: flex;
    gap: 59px;
    background-color: #FFFFFF;
    flex: 1 1 auto;
    max-width: 1185px;
    min-width: 0;
}

.intro__utps {
    display: flex;
    gap: 2px;
    margin-bottom: 20px;
}

.intro__utp {
    font-weight: 500;
    display: flex;
    gap: 5px;
    background-color: #E3F3F4;
    padding: 10px 20px;
    color: #44A099;
    border-radius: 80px;
}

.intro__subheader {
    font-size: 18px;
    line-height: 24px;
    max-width: 427px;
    margin-top: 30px;
}

.intro__image {
    height: 100%;
    max-width: 426px;
    border-radius: 35px;
    width: 100%;
    object-fit: cover;
    height: 600px;
}

.text--colored {
    background:
        linear-gradient(90deg, #44A099 0%, #0088A6 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.text--transparent {
    opacity: 70%;
}

.intro__form-block {
    box-sizing: border-box;
    flex: 0 1 415px;
    max-width: 415px;
    background-image: linear-gradient(180deg, #1297D0 0%, #0B4671 100%);
    color: #FFFFFF;
    border-radius: 50px;
    padding: 30px 30px 40px 30px;
}

.intro__form-block-top {
    display: flex;
    gap: 20px;
    align-items: center;
}

.intro__form-time-utp {
    display: flex;
    gap: 5px;
    background-color: #096391;
    border-radius: 120px;
    padding: 12px 15px;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    align-items: center;
}

.intro__form-block-top a {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
    cursor: pointer;
}

.intro__primary-buttons {
    margin-top: auto;
    display: flex;
    gap: 15px;
}

.intro__form-header {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    margin-top: 49px;
    max-width: 306px;
}

.intro__form-subheader {
    font-size: 16px;
    line-height: 24px;
    margin-top: 40px;
    max-width: 270px;
}

.intro__form {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
}

.form__input {
    padding: 16px 24px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 10px;
    border-radius: 60px;
}

.intro__form button[type="submit"] {
    margin-top: 5px;
    margin-bottom: 15px;
    width: 100%;
}

.form__input::placeholder {
    color: #FFFFFF;
}

.checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0 auto;
}

.checkbox input {
    display: none;
}

.checkmark {
    cursor: pointer;
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    border: 3px solid #15C2AE;
    border-radius: 8px;
    flex-shrink: 0;
    position: relative;
    transition: 0.3s all;
}

.checkmark:hover {
    border: 3px solid #44A099;
}

.checkmark::after {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    left: 2px;
    top: 2px;
    border-radius: 5px;
    background-color: #44A099;
    opacity: 0;
}

.checkbox input:checked+.checkmark::after {
    opacity: 1;
}

.checkbox-text {
    font-size: 14px;
    line-height: 16px;
    color: rgba(255, 255, 255, 0.7);
}

.checkbox-text a {
    cursor: pointer;
    color: #FFFFFF;
}

.checkbox-text a:hover {
    color: #44A099;
}

.description__block {
    display: flex;
    gap: 8px;
}

.description__card {
    background-color: #FFFFFF;
    border-radius: 50px;
    flex: 1;
}

.description__card:first-child {
    padding: 37px 31px 60px 31px;
}

.description__card:last-child {
    padding: 100px 1px 83px 61px;
}

.description__card-header {
    max-width: 592px;
    margin-top: 18px;
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    color: #111F25;
    margin-bottom: 30px;
}

.description__left-text {
    padding-left: 20px;
}

.description__card p {
    max-width: 630px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}

.description__card-utp {
    display: flex;
    border-radius: 80px;
    gap: 10px;
    align-items: center;
    padding: 12px 20px;
    background-color: #E3F3F4;
    color: #44A099;
    font-size: 18px;
    line-height: 28px;
    width: fit-content;
    margin-top: 40px;
}

.why__cards {
    display: flex;
    gap: 8px;
}

.why__card {
    flex: 1;
    padding: 30px 30px 32px 40px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, #FFFFFF 100%);
    border-radius: 35px;
    height: auto !important;
}

.swiper-wrapper {
    height: auto !important;
    max-height: 1000px;
}

.why__card-icon {
    background-color: #E3F3F4;
    border-radius: 80px;
    width: 112px;
    height: 112px;
    margin-left: auto;
    margin-bottom: 38px;
    align-content: center;
    text-align: center;
}

.why__card-header {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
    max-width: 274px;
}

.why__card-subtext {
    font-size: 16px;
    line-height: 24px;
    color: #626A73;
}

.services__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    box-sizing: border-box;
}

.service__card {
    border-radius: 35px;
    border: 0.5px solid #CBDAE0;
    padding: 25px 30px 20px 30px;
    cursor: pointer;
    transition: 0.3s all;
    outline: 2px solid transparent;
    outline-offset: -2px;
}

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

.service__card-head h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px;
    transition: 0.3s all;
}

.service__card-price {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #44A099;
    border: 1px dashed #44A099;
    padding: 5px 10px;
    border-radius: 60px;
    width: fit-content;
}

.service__card-icon {
    height: 136px;
    width: 136px;
    background-color: #DFEFF8;
    border-radius: 71px;
    align-content: center;
    text-align: center;
}

.service__card_tags {
    margin-top: 60px;
    display: flex;
    gap: 2px;
}

.service_card-tag {
    background-color: #E3F3F4;
    color: #44A099;
    font-size: 14px;
    line-height: 16px;
    border-radius: 80px;
    padding: 5px 10px;
}

.service__card:hover,
.promo__card:hover,
.service__packet:hover {
    border-color: transparent;
    outline: 2px solid #15C2AE;
}

.service__card:hover .service__card-head h4,
.promo__card:hover .promo__card-head h4,
.service__packet:hover .service__packet-header {
    color: #44A099;
}

.service__packet-price {
    border: 1px dashed #44A099;
    padding: 10px 15px;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #44A099;
    border-radius: 60px;
    text-align: center;
    width: fit-content;
}

.specialists {
    display: grid;
    grid-template-columns: 420px 1fr;
    gap: 40px;
    align-items: center;
}

.specialists .swiper {
    width: 100%;
    overflow: hidden;
}

.specialists__block {
    display: flex;
    gap: 8px;
}

.specialists__block-left {
    justify-content: space-between;
    display: flex;
    padding: 40px;
    flex-direction: column;
    box-sizing: border-box;
    background-color: #FFFFFF;
    border-radius: 35px;
    position: relative;
    overflow: hidden;
    flex: 0 1 480px;
}

.specialists__block-right {
    flex: 1;
    padding: 30px;
    box-sizing: border-box;
    background-color: #FFFFFF;
    border-radius: 35px;
    position: relative;
}

.specialists__block-head h2 {
    font-weight: 600;
    font-size: 46px;
    line-height: 52px;
    margin-bottom: 20px;
}

.specialists__block-head p {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;

}

.specialists__slider {
    max-width: 1112px;
    position: relative;
}

.specialist__card {
    display: flex !important;
    gap: 48px;
}

.specialists__photos,
.specialists__info {
    width: 100%;
    height: 100%;
}

.specialist__photo img {
    width: 100%;
    height: 576px;
    object-fit: cover;
    border-radius: 30px;
}

.specialist__info-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.specialist__tags {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 40px;
}

.specialist__tags span {
    background: #e9f5f3;
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 14px;
    color: #44A099;
    width: fit-content;
}

.specialist__info-slide h2 {
    font-size: 36px;
    margin-bottom: 10px;
    max-width: 371px;
}

.specialist__info-slide h2 span {
    color: #44A099;
}


.specialist__position {
    margin-bottom: 30px;
    font-size: 18px;
    max-width: 264px;
}

.specialist__btn {
    padding: 12px 26px;
    border-radius: 30px;
    border: 2px solid #2ba99c;
    background: transparent;
    cursor: pointer;
}

.specialists__nav {
    z-index: 123;
    display: flex;
    position: absolute;
    bottom: 0px;
}

.swiper__button--light {
	display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s all;
    width: 56px;
    height: 56px;
    border: 2px solid rgba(68, 160, 153, 0.3);
    border-radius: 50%;
    cursor: pointer;
    background-color: transparent;
}

.swiper__button--light:not(.swiper-button-disabled):hover {
    background-color: #15C2AE;
}

.swiper__button--light.swiper-button-disabled {
    cursor: not-allowed;
    background-color: #15C2AE;
}

.swiper__button--light.swiper-button-disabled svg path {
    fill: rgba(255, 255, 255, 0.8);
}

.swiper__button--light:not(.swiper-button-disabled):hover svg path {
    fill: #FFFFFF;
}

.specialists__circle-1 {
    position: absolute;
    width: 479.9px;
    height: 687.13px;
    left: 192px;
    top: 200.85px;
    background: rgba(21, 194, 174, 0.07);
    transform: matrix(0.23, -0.97, -0.97, -0.23, 0, 0);
    border-radius: 50%;
}

.specialists__circle-2 {
    position: absolute;
    width: 351.06px;
    height: 685.61px;
    right: -212px;
    top: 123px;
    background: #15C2AE;
    opacity: 0.1;
    backdrop-filter: blur(23.1975px);
    transform: matrix(-0.69, 0.72, 0.72, 0.69, 0, 0);
    border-radius: 50%;
}

.reviews__swiper {
    max-height: 430px;
}

.review__card {
    display: flex;
    flex-direction: column;
    max-height: 430px;
    position: relative;
    background-color: #FFFFFF;
    padding: 50px 60px 50px 50px;
    border-radius: 35px;
    overflow: hidden;
    box-sizing: border-box;
    gap: 20px;
    transition: max-height 0.4s ease;
    height: fit-content;
}

.reviews__swiper .review__card {
    display: flex !important;
}

.review__card-author-name {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    max-width: 380px;
}

.review__rating {
    margin-top: 10px;
    display: flex;
    gap: 15px;
    align-items: center;
}

.review__rating__stars {
    display: flex;
    gap: 5px;
    align-items: center;
}

.review__rating {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}

.review__text {
    font-size: 16px;
    line-height: 20px;
}

.review__text-content {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.35s ease;
}

.review__card.open .review__text-content {
    -webkit-line-clamp: unset;
}

.review__card.open {
    max-height: 1000px;
}

.review__card-quotes {
    position: absolute;
    top: 0px;
    right: 0px;
}

.review__date {
    margin-top: auto;
    font-size: 12px;
    line-height: 16px;
}

.sliders__bottom-buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.sliders__navigation {
    display: flex;
}

.sliders__navigation button {
	justify-content: center;
    align-items: center;
    display: flex;
    height: 56px;
    width: 56px;
    border-radius: 40px;
    padding: unset;
}

.clinic-photo__swiper {
    max-height: 440px;
}

.clinic-photo__card {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    max-height: 440px;
}

.clinic-photo__grid .clinic-photo__card {
  display: none;
}
.clinic-photo__grid .clinic-photo__card.visible {
  display: block;
}

.clinic-photo__card img {
    border-radius: 35px;
    object-fit: cover;
    height: 433px;
    width: 100%;
}

.clinic-photo__card span {
    position: absolute;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
    padding: 10px 20px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    bottom: 16px;
    left: 16px;
    border-radius: 80px;
}

.clinic-photo__card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    opacity: 0;
    transition: 0.3s;
    border-radius: 35px;
}

.clinic-photo__card::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    background: url('../../assets/img/icons/zoomIcon.svg') center/contain no-repeat;
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0;
    transition: 0.3s;
    z-index: 2;
}

.clinic-photo__card:hover::after {
    opacity: 1;
}

.clinic-photo__card:hover::before {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.custom-text__block {
    display: flex;
    gap: 20px;
}

.custom-text__block-left {
    box-sizing: border-box;
    background-color: #FFFFFF;
    border-radius: 35px;
    padding: 60px;
    font-size: 18px;
    line-height: 24px;
    flex: 1 1 1105px;
}

.custom-text__block-left h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    max-width: 760px;
    margin-bottom: 40px;
}

.custom-text__block-left p:not(:last-child) {
    margin-bottom: 20px;
}

.custom-text__block-left ul,
.custom-text__block-left ol {
    padding-left: 22px;
}

.custom-text__block-left ul li::marker,
.custom-text__block-left ol li::marker {
    width: 10px;
    height: 10px;
    color: #44A099;
    font-size: 24px;
}

.custom-text__block-left ul li:not(:last-child),
.custom-text__block-left ol li:not(:last-child) {
    margin-bottom: 8px;
}

.custom-text__block-right {
    box-sizing: border-box;
    max-width: 475px;
    flex: 0 1 475px;
    background-color: #FFFFFF;
    border-radius: 35px;
    padding: 30px;
    height: fit-content;
}

.custom-text__block-right h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
}

.content-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.content-tags a {
    padding: 10px 20px;
    background-color: rgba(192, 227, 228, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 80px;
    color: #44A099;
    font-size: 18px;
    line-height: 28px;
    cursor: pointer;
}

.faq__container {
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.faq__item {
    background: #FFFFFF;
    border-radius: 35px;
    overflow: hidden;
    transition: all .3s ease;
    border: 0.5px solid #CBDAE0
}

.faq__question {
    transition: all .3s ease;
    width: 100%;
    background: none;
    border: none;
    padding: 20px 30px 20px 40px;
    box-sizing: border-box;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
}

.faq__icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #E3F3F4;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: .3s;
}

.faq__icon svg {
    width: 24px;
    height: 24px;
    stroke: #15C2AE;
    transition: .3s;
}

.faq__answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease;
    padding: 0 30px 0 40px;
}

.faq__answer p {
    padding-bottom: 30px;
    color: #212529;
}

.faq__item:hover .faq__question {
    color: #44A099;
}

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

.faq__item.active .faq__icon svg {
    stroke: #FFFFFF;
    transform: rotate(45deg);
}

.faq__item:hover .faq__icon svg {
    stroke: #FFFFFF;
}

.faq__item.active .faq__icon,
.faq__item:hover .faq__icon {
    background-color: #44A099;
}

.faq__item.active .faq__icon svg {
    stroke: #FFFFFF;
    transform: rotate(45deg);
}

.licenses__swiper {
    max-height: 430px;
}

.licenses__card {
    overflow: hidden;
    position: relative;
    max-height: 430px;
    padding: 35px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, #FFFFFF 100%);
    border-radius: 35px;
    display: flex !important;
    gap: 35px;
    box-sizing: border-box;
    outline: 2px solid transparent;
    transition: 0.3s all;
	cursor: pointer;
}

.licenses__card:hover {
    border-color: transparent;
    outline: 2px solid #15C2AE;
}

.licenses__card:hover .license__info-header {
    color: #44A099;
}

.license-photo {
    object-fit: cover;
    max-width: 240px;
    max-height: 360px;
    border-radius: 20px;
}

.license__info {
    padding-top: 50px;
    padding-bottom: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.license__info-header {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #212529;
    margin-bottom: 20px;
    transition: 0.3s all;
}

.license__info-additional {
    font-size: 16px;
    line-height: 24px;
    color: #44A099;
}

.watermark {
    max-width: 200px;
}

.how__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
}

.how__card {
    height: auto !important;
    display: flex;
    align-items: center;
    padding: 14px 50px 14px 33px;
    color: #FFFFFF;
    background: linear-gradient(90deg, #154A61 0%, #102E43 100%);
    border-radius: 35px;
}

.how__card-text-block {
    max-width: 387px;
    margin-left: 45px;
}

.how__card-text-header {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px;
}

.how__card-text {
    font-size: 16px;
    line-height: 24px;
}

.how__stage-number {
    margin-left: auto;
    position: relative;
    min-width: 80px;
    min-height: 80px;
}

.how__stage-number svg {
    position: absolute;
}

.arc-left {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.arc-right {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.how__stage-number .number {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 32px;
    font-weight: 600;
    color: white;
}

.how-call__cards {
    display: flex;
    gap: 8px;
}

.how-call__card {
    height: auto !important;
    flex: 1;
    padding: 30px 30px 54px 30px;
    background-color: #FFFFFF;
    border-radius: 35px;
    border: 0.5px solid rgba(203, 218, 224, 1)
}

.how-call__card-icon {
    background-color: #E3F3F4;
    border-radius: 80px;
    width: 112px;
    height: 112px;
    margin-left: auto;
    margin-bottom: 40px;
    align-content: center;
    text-align: center;
}

.how-call__card-header {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 16px;
}

.how-call__card-header span {
    color: #44A099;
}

.how-call__card-subtext {
    font-size: 16px;
    line-height: 20px;
    color: #20282E;
}

.how-call__card-subtext a {
    cursor: pointer;
    font-weight: 700;
    color: #44A099;
}

.custom-text__block-left p span {
    color: #44A099;
}

.contacts__block {
    display: flex;
    gap: 8px;
}

.contacts__block-left {
    background-color: #FFFFFF;
    flex: 1 0 550px;
    max-width: 550px;
    padding: 40px;
    border-radius: 35px;
    box-sizing: border-box;
}

.contacts__block-left h2 {
    font-weight: 600;
    font-size: 46px;
    line-height: 52px;
    margin-bottom: 30px;
}

.contacts__block-subheader {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
}

.contacts__block-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contacts__block-info-item {
    display: flex;
    gap: 15px;
    align-items: center;
}

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

.contacts__info-item span:first-child {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
}

.contacts__info-item span:last-child {
    font-size: 14px;
    line-height: 16px;
    color: #44A099;
}

.contacts__block-buttons {
    margin-top: 130px;
    display: flex;
    gap: 15px;
}

.contacts__block-right {
    position: relative;
    width: 100%;
}

.map-photo {
    object-fit: cover;
    border-radius: 35px;
    width: 100%;
    height: 100%;
}

.load-map {
    cursor: pointer;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}

.contact-map {
    border-radius: 35px;
    overflow: hidden;
    display: none;
    width: 100%;
    height: 630px;
    z-index: 1;
}

.contacts__districts {
    display: flex;
    gap: 8px;
    margin-top: 50px;
}

.contacts__district {
    background-color: #FFFFFF;
    flex: 1;
    border-radius: 35px;
    padding: 30px;
}

.contacts__district-header {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 30px;
}

.contacts__district-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contacts__district-info div {
    display: flex;
    align-items: center;
    gap: 15px;
}

.contacts__district-info span {
    font-size: 18px;
    line-height: 24px;
}

.help-banner {
    position: relative;
    overflow: hidden;
    display: flex;
    background: linear-gradient(90deg, #154A61 0%, #102E43 100%);
    max-height: 520px;
    height: 520px;
    width: 100%;
    border-radius: 50px;
    align-items: center;
    justify-content: space-between;
    padding-left: 120px;
    padding-right: 135px;
    box-sizing: border-box;
}

.help-banner__bg-oval {
    left: 23%;
    position: absolute;
    width: 870px;
    height: 630px;
    border-radius: 314px;
    border: 1px solid rgba(203, 218, 224, 0.1);
}

.help-banner__header {
    max-width: 396px;
}

.help-banner__top {
    font-weight: 600;
    font-size: 46px;
    line-height: 52px;
    color: #FFFFFF;
    margin-bottom: 60px;
}

.help-banner__top span {
    color: #4ECDC4;
}

.help-banner__block {
    position: relative;
    width: 380px;
    height: 277px;
}

.help-banner__badge {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 80px;
    height: 80px;
    background: #4ECDC4;
    color: white;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 3;
    line-height: 24px;
}

.icon {
    font-size: 18px;
}

.oval {
    width: 380px;
    height: 277px;
    background: linear-gradient(359.23deg, #B4E2FF 0.7%, #FFFFFF 99.38%);
    border-radius: 200px;
    position: relative;
    overflow: hidden;
}

.help-banner__doctor {
    position: relative;
    width: 380px;
    height: 351px;
}

.help-banner__photo {
    position: absolute;
    bottom: 74px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 2;
    border-bottom-left-radius: 138px;
    border-bottom-right-radius: 138px;
    height: 100%;
    object-fit: cover;
}

.help-banner__photo {
    object-position: top;
}

.help-banner__text {
    max-width: 327px;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
}

.help-banner__text-utps {
    margin-top: 116px;
    display: flex;
}

.help-banner__text-utps span {
    border-radius: 80px;
    color: #44A099;
    font-size: 18px;
    line-height: 28px;
    background: #D8EDF1;
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 10px 20px;
}

.map-brigades {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.map-brigades .map-image {
    height: 600px;
    z-index: 1;
    border-radius: 35px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.map-brigades__field {
    top: 100px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    position: absolute;
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 30px;
    gap: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.map-brigades__field p {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
}

.map-brigades__field div {
    text-align: center;
    border-radius: 20px;
    padding: 10px 20px;
    color: #FFFFFF;
    background-color: #44A099;
}

.map-brigades .placemark {
    position: absolute;
    z-index: 2;
}

.map-brigades .placemark:nth-child(3) {
    top: 100px;
    left: 400px;
}

.map-brigades .placemark:nth-child(4) {
    top: 200px;
    left: 300px;
}

.map-brigades .placemark:nth-child(5) {
    top: 109px;
    right: 400px;
}

.map-brigades .placemark:nth-child(6) {
    bottom: 109px;
    right: 400px;
}

.map-brigades .placemark:nth-child(7) {
    bottom: 109px;
    left: 400px;
}

footer {
    margin-top: 160px;
    background: linear-gradient(180deg, #154A61 0%, #102E43 100%);
    padding: 80px 160px 40px 160px;
}

.footer__top {
    display: flex;
    justify-content: space-between;
}

.footer__top-left {
    width: 380px;
}

.footer__logo {
    width: fit-content;
    padding: 30px;
    border: 0.5px solid #486D78;
    border-radius: 35px;
}

.footer__logo p {
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    max-width: 304px;
    margin-top: 30px;
}

.footer__logo p span {
    color: #4ECDC4;
}

.footer__search-block {
    position: relative;
    width: 100%;
}

.footer__search-input {
	box-sizing: border-box;
    width: 100%;
    padding: 16px 40px 16px 24px;
    background-color: #15282E;
    font-family: Geologica;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    transition: 0.3s all;
    border-radius: 60px;
    margin-top: 20px;
    border: none;
}

.footer__serach-input::placeholder {
    color: #626A73;
}

.search__icon {
    position: absolute;
    right: 20px;
    top: 50%;
    width: 20px;
    height: 20px;
    color: #4FA7A3;
    pointer-events: none;
    transition: opacity 0.2s;
}

.footer__social-links-block {
    margin-top: 193px;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 5%;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
}

.footer__social-links {
    margin-top: 35px;
    display: flex;
    gap: 5px;
}

.footer__social-links a {
	display: flex;
	align-items: center;
	justify-content: center;
    cursor: pointer;
    width: 80px;
    height: 80px;
    border-radius: 200px;
    text-align: center;
    align-content: center;
    background-color: rgba(21, 194, 174, 0.3);
}

.footer__social-links a:hover {
    background-color: #44A099;
}

.footer__social-links a:active {
    background-color: rgba(21, 194, 174, 0.3);
}

.footer__social-links a:active img {
    filter: brightness(0) saturate(100%) invert(76%) sepia(25%) saturate(505%) hue-rotate(128deg) brightness(97%) contrast(91%);
}

.footer__top-links {
    display: flex;
    gap: 2px;
}

.footer__top-link {
    display: flex;
    gap: 10px;
    align-items: center;
    background-color: #FFFFFF;
    padding: 8px 30px 8px 8px;
    border-radius: 73px;
    font-family: Geologica;
    font-size: 14px;
    line-height: 16px;
    width: fit-content;
    transition: 0.3s all;
}

.footer__top-link div {
    display: flex;
    flex-direction: column;
}

.footer__top-link div span:first-child {
    font-size: 18px;
    line-height: 24px;
}

.footer__menu-grid {
    margin-top: 80px;
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 50px;
}

.footer__menu-grid span {
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
}

.footer__menu-items-grid {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 40px;
}

.footer__menu-items-grid a {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.footer__menu-items-grid a:hover {
    color: #2BADB2;
}

.footer__payment-methods {
    margin-top: 80px;
}

.footer__payment-methods p {
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
}

.footer__payment-methods-container {
    display: flex;
    gap: 2px;
    margin-top: 30px;
}

.footer__payment-methods-container div {
    flex: 1;
    background: rgba(255, 255, 255, 0.15);
    color: #FFFFFF;
    font-size: 16px;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
    align-items: center;
    height: 100px;
}

.footer__bottom {
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

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

.footer__bottom-links a {
    display: flex;
    align-items: center;
    gap: 10px;
    transition: 0.3s all;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.8);
}

.footer__bottom-links a:hover {
    color: #2BADB2;
}

.footer__bottom-links a:hover img {
    filter: brightness(0) saturate(100%) invert(76%) sepia(53%) saturate(505%) hue-rotate(128deg) brightness(89%) contrast(91%);
}

.footer__bottom-info {
    font-size: 14px;
    line-height: 16px;
    color: rgba(255, 255, 255, 0.5);
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer__bottom-disclaimer {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.5);
}

.service__header {
    display: flex;
}

.service__header h1 {
    font-weight: 700;
    font-size: 50px;
    line-height: 56px;
    color: #15C2AE;
    margin-bottom: 20px;
}

.service__intro-decription {
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.service__header h1 {
    font-weight: 700;
    font-size: 50px;
    line-height: 56px;
    color: #15C2AE;
    margin-bottom: 20px;
}

.service__header-left,
.article__header-left {
    flex: 1 1 1024px;
    max-width: 1024px;
}

.service__header-right {
    display: flex;
    gap: 2px;
    align-items: start;
    justify-content: end;
}

.article__header-right {
    display: flex;
    gap: 2px;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.article__header-right img {
    object-fit: cover;
    height: 290px;
    width: 290px;
}

.service__intro-price {
    border: 1px dashed rgba(255, 255, 255, 0.5);
    border-radius: 60px;
    padding: 10px 15px;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
	text-align: center;
}

.service__header-right div {
    display: flex;
    gap: 2px;
    align-items: center;
	flex-wrap: wrap;
}

.service-text__section {
    display: flex;
    gap: 20px;
}

.service-text__section-left {
    box-sizing: border-box;
    background-color: #FFFFFF;
    border-radius: 35px;
    padding: 60px;
    font-size: 18px;
    line-height: 24px;

    flex: 1 1 0;
    min-width: 0;
}

.service-text__block:not(:first-child) {
    margin-top: 60px;
}

.service-text__block h2,
.service-text__block h3,
.service-methods__block h2,
.service-text__authors-block h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 30px;
    max-width: 760px;
}

.service-text__block p:not(:last-child) {
    margin-bottom: 20px;
}

.service-text__block ul {
    padding-left: 29px;
    margin-bottom: 30px;
}

.service-text__block ol {
    padding-left: 22px;
    margin-bottom: 30px;
}

.service-text__block ul li::marker {
    width: 10px;
    height: 10px;
    color: #44A099;
    font-size: 24px;
}

.service-text__block ol li::marker {
    color: #44A099;
}


.service-text__block ul li:not(:last-child),
.service-text__block ol li:not(:last-child) {
    margin-bottom: 10px;
}

.service-text__block img {
    border-radius: 35px;
    width: 100%;
    height: 501px;
    object-fit: cover;
    margin-bottom: 30px;
}

.service-text__block.ways p:not(:last-child) {
    margin-bottom: 10px;
}

.service-text__block.ways p span {
    color: #44A099;
    font-weight: 700;
}

.service-text__section-right {
    box-sizing: border-box;
    flex: 0 0 475px;
    max-width: 475px;
    width: 100%;
    background-color: #FFFFFF;
    border-radius: 35px;
    padding: 30px;
    height: fit-content;
}

.service-text__section-right h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
}

.service-methods__block,
.service-text__authors-block {
    margin-top: 60px;
}

.service__methods {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
}

.service__method {
    background-color: #E8F4FA;
    border-radius: 35px;
    padding: 40px 30px;
    position: relative;
    box-sizing: border-box;
}

.service__method-header {
    max-width: 320px;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
}

.service__method-subheader {
    max-width: 320px;
    font-size: 16px;
    line-height: 24px;
    color: #626A73;
}

.service__method-photo {
    position: absolute;
    top: 30px;
    right: 30px;
    height: 80px;
    width: 80px;
}

.service__packets {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.service__packet {
    transition: 0.3s all;
    outline: 2px solid transparent;
    border: 0.5px solid #CBDAE0;
    padding: 35px;
    border-radius: 35px;
}


.service__packets {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.service__packet {
    border: 0.5px solid #CBDAE0;
    padding: 35px;
    border-radius: 35px;
	cursor: pointer;
}

.service__packet-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.service__packet-header {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
	transition: 0.3s all;
}

.service__packet-price {
    border: 1px dashed #44A099;
    padding: 10px 15px;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #44A099;
    border-radius: 60px;
    text-align: center;
}

.service__packet-subheader {
    font-size: 16px;
    line-height: 24px;
    color: #626A73;
}


.service-text__authors {
    display: flex;
    gap: 5px;
}

.service-text__author {
    flex: 1;
    display: flex;
    flex-direction: column;
    background-color: #E8F4FA;
    padding: 20px;
    border-radius: 35px;
}

.service-text__author a {
    align-items: center;
    gap: 20px;
    display: flex;
}

.author-name {
    max-width: 280px;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px;
    margin-top: 19px;
}

.author-name span {
    color: #15C2AE;
}

.author-label,
.author-label-position {
    font-size: 14px;
    line-height: 16px;
    color: #626A73;
}

.service-text__author a img {
    flex: 0 1 120px;
    max-height: 120px;
    border-radius: 25px;
    object-fit: cover;
}

.appointment__banner,
.review__banner {
    align-items: center;
    background: linear-gradient(180deg, #154A61 0%, #102E43 100%);
    display: flex;
    gap: 152px;
    padding: 80px 100px;
    border-radius: 50px;
    color: #FFFFFF;
}

.review__banner {
    padding: 70px 100px;
    gap: 90px;
    background: linear-gradient(90deg, #102E43 0%, #154A61 100%);
}

.appointment__banner-left {
    flex: 0 1 610px;
    position: relative;
}

.review__banner-left {
    flex: 0 1 600px;
    position: relative;
}

.review__elipse {
    position: absolute;
    width: 630px;
    height: 630px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.15);
    bottom: -115px;
    right: 210px;
}

.review__banner-right {
    flex: 1;
    align-self: flex-end;
    position: relative;
}

.review__banner-left h4 {
    margin-top: 170px;
    font-weight: 600;
    font-size: 46px;
    line-height: 52px;
    margin-bottom: 20px;
}

.appointment__banner-left h4 {
    font-weight: 600;
    font-size: 46px;
    line-height: 52px;
    margin-bottom: 20px;
}

.appointment__banner-left h4 span,
.review__banner-left h4 span {
    color: #15C2AE;
}

.appointment__banner-left p,
.review__banner-left p {
    font-size: 18px;
    line-height: 24px;
}

.review__banner-image {
    background-image: url("../../assets/img/reviewBannerImage.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 412px;
    height: 360px;
    position: absolute;
    bottom: 32px;
    left: -100px;
}

.appointment__form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
    margin-top: 50px;
}

.appointment__inputs {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
}

.appointment__form-inputs {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 16px 24px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 60px;
    gap: 16px 24px;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 24px;
    transition: 0.3s all;
}

.appointment__form-inputs {
    font-size: 16px;
    line-height: 20px;
}

.appointment-select .appointment__form-inputs {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.appointment-select .appointment__form-inputs:hover {
    border: 1px solid rgba(255, 255, 255, 0.8);
}

.appointment-select .custom-select__dropdown {
    background: linear-gradient(90deg, #102E43 0%, #154A61 100%);
    color: #FFFFFF;
}

.appointment-select .custom-select__option {
    color: #FFFFFF;
}

textarea.appointment__form-inputs {
    border-radius: 30px;
}

.appointment__form-inputs:hover {
    border: 1px solid rgba(255, 255, 255, 0.8);
}

.appointment__form-inputs:focus-visible {
    border: 1px solid #FFFFFF;
}

.appointment__form-inputs::placeholder {
    color: #FFFFFF;
}

.custom-select {
    position: relative;
}

.custom-select__header {
    border: 1px solid #CBDAE0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: 0.3s all;
    padding: 16px 24px;
    border-radius: 60px;
    background-color: #FFFFFF;
}

.custom-select__header:hover {
    border: 1px solid #44A099;
}

.custom-select__header:hover .custom-select__arrow svg path {
    fill: #44A099;
}

.custom-select.open .custom-select__header {
    border: 1px solid #44A099;
    color: #44A099;
}

.custom-select.open .custom-select__arrow svg path {
    fill: #44A099;
}

.custom-select__dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #FFFFFF;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    overflow: hidden;
    display: none;
    z-index: 10;
}

.custom-select.open .custom-select__dropdown {
    display: block;
}

.custom-select__option {
    padding: 11px 24px;
    color: #212529;
    cursor: pointer;
    transition: 0.3s;
}

.custom-select__option.active {
    color: #44A099;
}

.custom-select__option:hover {
    background: #44A099;
    color: #FFFFFF;
}

.custom-select__arrow {
    transition: transform 0.35s ease;
}

.custom-select.open .custom-select__arrow {
    transform: rotate(180deg);
}

.appointment-select__dropdown {
    background: linear-gradient(180deg, #154A61 0%, #102E43 100%);
}

.appointment__option:hover {
    background: rgba(255, 255, 255, 0.1);
}



.appointment__form-submit {
    display: flex;
    gap: 30px;
}

.appointment__form-submit .checkbox {
    align-items: center;
}

.appointment__banner-block {
    align-self: flex-end;
    position: relative;
    width: 538px;
    height: 486px;
}

.appointment__banner__doctor {
    position: relative;
    width: 539px;
    height: 486px;
}

.appointment__banner-photo {
    position: absolute;
    bottom: 96px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 2;
    border-bottom-left-radius: 195px;
    border-bottom-right-radius: 195px;
    height: 104%;
    object-fit: cover;
}

.appointment__banner-oval {
    width: 538px;
    height: 390px;
    background: linear-gradient(359.23deg, #B4E2FF 0.7%, #FFFFFF 99.38%);
    border-radius: 450px;
    position: relative;
    overflow: hidden;
}

.doctor__intro {
    display: flex;
    gap: 20px;
}

.doctor__left-column {
    flex: 0 1 420px;
	max-width: 420px;
}

.doctor__left-column-image {
    position: relative;
	display: flex;
}

.doctor__left-column-image img {
    height: 460px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;

    width: 100%;
    object-fit: cover;
    object-position: center;
}

.doctor__tags {
    display: flex;
    flex-direction: column;
    gap: 4px;
    position: absolute;
    bottom: 24px;
    left: 30px;
}

.doctor__tags span {
    background-color: #44A099;
    color: #FFFFFF;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 80px;
    font-size: 14px;
    line-height: 16px;
    padding: 5px 10px;
    width: fit-content;
}

.doctor__left-column-info {
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    color: #FFFFFF;
    padding: 25px 35px 35px 35px;
    background: linear-gradient(180deg, #154A61 0%, #102E43 100%);
}

.doctor__left-column-info h1 {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px;
}

.doctor__left-column-info button {
    margin-top: 20px;
}

.doctor__position {
    font-size: 14px;
    line-height: 16px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 10px;
}

.doctor__rating {
    display: flex;
    gap: 15px;
    align-items: center;
}

.doctor__rating span {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}

.doctor__left-column-info button {
    width: 100%;
}

.doctor__star-rating,
.review__star-rating {
    display: flex;
    align-items: center;
    gap: 5px;
}

.review-form__rating {
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.review__star-rating img.active {
    background-image: url("../../assets/img/icons/yellowStar.svg");
}


.note {
    color: #44A099;
    margin-top: 30px;
}

.doctor__schedule-block {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.doctor__schedule-item {
    display: flex;
    gap: 20px;
    border: 1px solid #CBDAE0;
    padding: 14px 33px 14px 20px;
    border-radius: 20px;
    align-items: center;
    width: fit-content;
    box-sizing: border-box;
}

.doctor__schedule-time {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.doctor__schedule-time .day {
    font-size: 14px;
    line-height: 16px;
    color: #15C2AE;
}

.doctor__schedule-time .time {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #2D3F59;
}

.schedule-icon {
    background-image: url("../../assets/img/icons/scheduleIcon.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 32px;
    height: 32px;
}

.main-doctor__quote {
    position: relative;
    padding: 60px 20px;
    background-color: #E3F3F4;
    border-radius: 35px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: center;
    color: #44A099;
    font-size: 18px;
    line-height: 24px;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
}


.service-text__block blockquote {
	position: relative;
    padding: 60px 96px;
    background-color: #E3F3F4;
    border-radius: 35px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: center;
    color: #44A099;
    font-size: 18px;
    line-height: 24px;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
}

.service-text__block blockquote p {
	z-index: 2;
}

.service-text__block blockquote::before {
    content: "";
    z-index: 1;
    transform: rotate(180deg);
    background-image: url("../../assets/img/icons/quoteMainDoctor.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 183px;
    height: 139px;
    position: absolute;
    top: -25px;
    right: 0px;
}

.service-text__block blockquote::after {
    content: "";
    z-index: 1;
    background-image: url("../../assets/img/icons/quoteMainDoctor.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 183px;
    height: 139px;
    position: absolute;
    bottom: -25px;
    left: 0px;
}

.article__quote {
    position: relative;
    padding: 60px 96px;
    background-color: #E3F3F4;
    border-radius: 35px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: center;
    color: #44A099;
    font-size: 18px;
    line-height: 24px;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
}

.article__quote:not(:last-child),
.service-text__block blockquote {
    margin-bottom: 20px;
}

.main-doctor__quote span {
    z-index: 2;
}

.quote-author {
    font-weight: 700;
}

.bottom-quotes {
    z-index: 1;
    background-image: url("../../assets/img/icons/quoteMainDoctor.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 183px;
    height: 139px;
    position: absolute;
    bottom: -25px;
    left: 0px;
}

.top-quotes {
    z-index: 1;
    transform: rotate(180deg);
    background-image: url("../../assets/img/icons/quoteMainDoctor.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 183px;
    height: 139px;
    position: absolute;
    top: -25px;
    right: 0px;
}

.reviews__tabs,
.services__tabs,
.gallery__tabs,
.prices__tabs {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 50px;
}

.reviews__tab,
.services__tab,
.gallery__tab,
.prices__tab {
    border: 2px solid rgba(68, 160, 153, 0.3);
    background-color: transparent;
    color: #44A099;
    padding: 16px 30px;
    font-size: 18px;
    line-height: 28px;
    border-radius: 80px;
    transition: 0.3s all;
    cursor: pointer;
}

.reviews__tab:hover,
.services__tab:hover,
.gallery__tab:hover,
.prices__tab:hover {
    background-color: #44A099;
    color: #FFFFFF;
}

.reviews__tab.active,
.services__tab.active,
.gallery__tab.active,
.prices__tab.active {
    background-color: #44A099;
    color: #FFFFFF;
}

.reviews__block {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
}

.full-review-btn {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: rgba(68, 160, 153, 0.7);
    margin-top: 10px;
    cursor: pointer;
    display: block;
}


.full-review-btn svg {
    transition: transform 0.3s ease;
}

.review__card.open .full-review-btn svg {
    transform: rotate(180deg);
}

.full-review-btn:hover {
    color: #44a099;
}

.faq__block--page,
.services__block--page,
.about__block--page,
.gallery__block--page,
.contacts__block--page {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
}

.gallery__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
}

.show-more {
    margin: 0 auto;
    margin-top: 50px;
    width: 320px;
}

.promo__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.promo__card {
    border-radius: 35px;
    border: 0.5px solid #CBDAE0;
    padding: 25px 30px 20px 30px;
    cursor: pointer;
    transition: 0.3s all;
    outline: 2px solid transparent;
    outline-offset: -2px;
}

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

.promo__card-head h4 {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px;
    transition: 0.3s all;
}

.promo__card-price {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #44A099;
    border: 1px dashed #44A099;
    padding: 9px 14px;
    border-radius: 60px;
    width: fit-content;
}

.promo__card-icon {
    height: 136px;
    width: 136px;
    background-color: #DFEFF8;
    border-radius: 71px;
    align-content: center;
    text-align: center;
}

.promo__price-container {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
}

.promo__discount {
    text-align: center;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    padding: 10px 15px;
    border-radius: 60px;
    background-color: #15C2AE;
}

.promo__description {
    margin-top: 27px;
    max-width: 360px;
    font-size: 16px;
    line-height: 24px;
}

.articles__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.article__card {
    border-radius: 50px;
    border: 1px solid #CBDAE0;
    overflow: hidden;
}

.article__card-top {
    overflow: hidden;
    position: relative;
    padding: 50px 30px 30px 30px;
    background: linear-gradient(90deg, #15C2AE 0%, #0087A6 100%);
}

.article__card-top img {
    object-fit: cover;
    max-width: 324px;
    max-height: 300px;
    position: absolute;
    z-index: 1;
    top: 25px;
    right: -50px;
}

.article__card-top h2 {
    z-index: 2;
    position: relative;
    max-width: 344px;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
}


.article__date {
    align-items: center;
    display: flex;
    gap: 8px;
    margin-top: 80px;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;

}

.article__card-bottom {
    padding: 30px;
}

.article__preview-text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
}

.article__card-bottom a {
    display: block;
    width: auto;
    text-align: center;
}

.doctors__why-block-head {
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 50px;
}

.doctors__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
}


.doctor__card {
    align-items: center;
    position: relative;
    border-radius: 50px;
    padding: 25px 35px;
    background-color: #FFFFFF;
    display: flex;
    gap: 30px;
    box-sizing: border-box;
}

.doctor__card-photo {
    max-height: 320px;
    max-width: 240px;
    border-radius: 35px;
    object-fit: cover;
    flex: 1;
}

.doctor__card-rating {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 50px;
}

.doctor__card-rating span {

    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #626A73;
}

.doctor__card-name {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px;
    max-width: 374px;
}

.doctor__card-name span {
    color: #15C2AE;
}

.doctor__card-position {
    color: #626A73;
    font-size: 14px;
    line-height: 16px;
}

.doctor__card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
    margin-top: 118px;
}

.doctor__card-tags span {
    padding: 5px 10px;
    color: #44A099;
    font-size: 14px;
    line-height: 16px;
    background-color: #E3F3F4;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 80px;
}

.doctor__detail-button {
    height: 52px;
    width: 52px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #CBDAE0;
    display: flex;
    align-items: center;
    position: absolute;
    right: 35px;
    bottom: 25px;
    border-radius: 50%;
    justify-content: center;
    transition: 0.3s all;
    cursor: pointer;
}

.doctor__detail-button:hover {
    background-color: #15C2AE;
}

.doctor__card:hover .doctor__detail-button {
    background-color: #15C2AE;
}

.doctor__card:hover .doctor__detail-button svg path {
    fill: #FFFFFF;
}

.article__utps {
    display: flex;
    gap: 5px;
}

.article__utps span {
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 80px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
}

.nf__container {
    margin: 0 auto;
    max-width: 930px;
    padding-top: 250px;
    display: flex;
    gap: 50px;
}

.nf__header {
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.nf__photo {
    max-height: 243px;
}

.nf__text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 40px;
}

.section__subheader--page {
    font-size: 16px;
    line-height: 20px;
}

.calculator__container {
    display: flex;
    gap: 20px;
}

.calculator__params {
    flex: 1;
    background-color: #FFFFFF;
    padding: 60px 80px;
    box-sizing: border-box;
    border-radius: 50px;
}

.calculator__params-head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.calculator__params-header {
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 10px;
}

.calculator__additionals-params-header {
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 30px;
    margin-top: 50px;
}

.calculator__params-additionals-grid {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.calculator__params-subheader {
    font-size: 16px;
    line-height: 24px;
    color: #626A73;
}

.calculator__params-item-label {
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #626A73;
    margin-bottom: 15px;
}

.calculator__result-description-item span {
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.5);

}

.calculator__params-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.calculator__params-additional-option {
    border: 0.5px solid #CBDAE0;
    padding: 20px;
    display: flex;
    gap: 10px;
    align-items: center;
    border-radius: 20px;
}

.calculator__result {
    height: fit-content;
    box-sizing: border-box;
    flex: 0 1 500px;
    border-radius: 50px;
    background: linear-gradient(180deg, #154A61 0%, #102E43 100%);
    padding: 40px 30px 30px 30px;
}

.calculator__result-header {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 30px;
}

.calculator__result-description {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.calculator__result-description-item {
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.calculator__result-description-item p {
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
}

.calculator__result-price {
    margin: 30px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.calculator__result-price span {
    font-size: 32px;
    line-height: 38px;
    color: rgba(255, 255, 255, 0.5);
}

.calculator__result-price p {
    font-size: 32px;
    line-height: 38px;
    color: #FFFFFF;
}

.calculator__result-disclaimer {
    border-radius: 15px;
    padding: 15px 20px;
    background: rgba(255, 255, 255, 0.15);
    color: #FFFFFF;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 30px;
}

.calculator__result-submit a {
    margin-top: 20px;
    width: auto;
    text-align: center;
}


.checkbox__additional {
    align-items: center;
    margin: 0;
}

.checkbox__additional .checkbox-text {
    font-size: 18px;
    line-height: 24px;
    color: #212529;
}

.range {
    position: relative;
    width: 100%;
    margin-top: 10px;
    border-radius: 60px;
    border: 1px solid #CBDAE0;
    padding: 16px 24px;
    box-sizing: border-box;
}

.range__input {
    position: absolute;
    bottom: -3px;
    left: 24px;
    right: 24px;
    -webkit-appearance: none;
    height: 2px;
    border-radius: 80px;
    outline: none;
    transition: background 0.3s;
}

.range__input::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 24px;
    height: 24px;
    border: 8px solid #44A099;
    border-radius: 50%;
    cursor: pointer;
    transition: transform 0.2s;
    background-color: #FFFFFF;
}

.range__input::-webkit-slider-thumb:hover {
    transform: scale(1.2);
}

.range__value {
    font-size: 18px;
    line-height: 24px;
    color: #212529;
}

.prices__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
}

.lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 9999;
    display: none;
    backdrop-filter: blur(3px);
}

.lightbox.active {
    display: block;
}


.lightbox-inner {
    position: absolute;
    will-change: transform, width, height;
}


.lightbox-card {
    cursor: auto;
    width: 100%;
    height: 100%;
    max-height: unset;
}

.lightbox-card:hover::after {
    opacity: 0;
}

.lightbox-card::before {
    display: none;
}

.lightbox-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 35px;
}

.lightbox-prev,
.lightbox-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    z-index: 10;
}

.lightbox-prev {
    left: 40px;
}

.lightbox-next {
    right: 40px;
}

.lightbox-close {
    position: absolute;
    top: 0px;
    right: -50px;
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    cursor: pointer;
}

.document-width {
    max-width: 1120px;
}

.sitemap__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 10px;
}

.sitemap__item {
    padding: 30px;
}

.sitemap__item p {
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
}

.sitemap__item ul {
    padding-left: 27px;
}

.sitemap__item ul li a {
    font-weight: 500;
    cursor: pointer;
    font-size: 16px;
    line-height: 24px;
    transition: 0.3s all;
}

.sitemap__item ul li a:hover {
    color: #44A099;
}

.sitemap__item ul li:not(:last-child) {
    margin-bottom: 10px;
}

.sitemap__item ul li::marker {
    width: 10px;
    height: 10px;
    color: #44A099;
    font-size: 24px;
}

.document__text {
    padding: 60px;
    background-color: #FFFFFF;
    border-radius: 35px;
}

.document__text-block:not(:last-child) {
    margin-bottom: 40px;
}

.document__text-block h2 {
	margin-top: 40px;
    font-size: 32px;
    line-height: 38px;
    font-weight: 600;
    margin-bottom: 30px;
}

.document__text-block p {
    font-size: 18px;
    line-height: 24px;
}

.licenses__swiper {
    padding: 2px !important;
}

.document__text-block ul,
.document__text-block ol {
    padding-left: 27px;
}

.document__text-block ul:not(:last-child),
.document__text-block ol:not(:last-child) {
    margin-bottom: 20px;
}

.document__text-block ul li a,
.document__text-block ol li a {
    color: #44A099;
    font-weight: 500;
    cursor: pointer;
    font-size: 16px;
    line-height: 24px;
    transition: 0.3s all;
}

.document__text-block ul li:not(:last-child),
.document__text-block ol li:not(:last-child) {
    margin-bottom: 10px;
}

.document__text-block ul li::marker,
.document__text-block ol li::marker {
    width: 10px;
    height: 10px;
    color: #44A099;
    font-size: 24px;
}

.document__text-block p:not(:last-child) {
    margin-bottom: 20px;
}

.license-lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    backdrop-filter: blur(3px);
}

.license-lightbox.active {
    display: flex;
}

.license-lightbox-inner {
    position: relative;
    max-width: 90%;
    max-height: 90%;
}

.license-lightbox-inner .licenses__card {
    align-items: center;
    gap: 10px;
    width: fit-content !important;
    padding: 50px;
    flex-direction: column;
    max-width: 600px;
    max-height: unset;
    background-color: #FFFFFF;
    height: fit-content;
}

.license-lightbox-inner .licenses__card .license__info {
    padding: 0;
}

.license-lightbox-inner .licenses__card .license__info-header {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
    margin-top: 0px;
}

.license-lightbox-inner .licenses__card .license__info-additional {
    color: #15C2AE;
    font-size: 14px;
    line-height: 16px;
}

.license-lightbox-inner img {
    width: 100%;
    height: auto;
}

.license-close {
    position: absolute;
    top: 0px;
    right: -55px;
    width: 54px;
    height: 54px;
    background: #E8F4FA;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.calculator__section {
    margin-bottom: 50px !important;
}

.intro__image--mobile {
    display: none;
}

.custom-text__block-content--mobile {
    display: none;
}

.specialists__block-head.mobile {
    display: none;
}

.specialist__tags.mobile {
    display: none;
}

.specialists__nav.mobile {
    display: none;
}

.specialists__photo-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: none;
    justify-content: space-between;
    z-index: 10;
}

.cookie-banner {
	position: fixed;
	bottom: 0px;
	transform: translateX(-50%);
	left: 50%;
	max-width: 1600px;
	width: 100%;
	background: linear-gradient(180deg, #154A61 0%, #102E43 100%);
	color: #fff;
	padding: 20px 30px;
	border-top-left-radius: 35px;
	border-top-right-radius: 35px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	animation: slideUp 0.5s ease;
	z-index: 100;
	box-sizing: border-box;
}

.cookie-text {
	font-size: 16px;
	line-height: 24px;
	max-width: 1400px;
}

.popup-search__list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  max-height: 400px;
  overflow-y: auto;
  z-index: 1000;
  margin-top: 8px;
  display: none; 
}

.popup-search__list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.search-result-item {
  padding: 16px 24px;
  cursor: pointer;
  border-bottom: 1px solid #CBDAE0;
  transition: background-color 0.2s ease;
}

.search-result-item:last-child {
  border-bottom: none;
}

.search-result-item:hover,
.search-result-item.active {
  background-color: #E8F4FA;
  color: #15C2AE;
}

.search-result-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.search-result-category {
  font-size: 14px;
  color: #626A73;
  margin-bottom: 5px;
}

.search-result-title {
  font-size: 16px;
  color: #2D3F59;
  font-weight: 600;
  line-height: 24px;
}

.search-result-item:hover .search-result-title {
  color: #15C2AE;
}

.search-no-results {
  padding: 20px 24px;
  color: #626A73;
  font-size: 16px;
  text-align: center;
}

.popup-search__list::-webkit-scrollbar {
  width: 3px;
}
.popup-search__list::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 3px;
}
.popup-search__list::-webkit-scrollbar-thumb {
  background: #626A73;
  border-radius: 3px;
}
.popup-search__list::-webkit-scrollbar-thumb:hover {
  background: #628A73;
}

@keyframes slideUp {
      from {
        transform: translate(-50%, 100px);
        opacity: 0;
      }
      to {
        transform: translate(-50%, 0);
        opacity: 1;
      }
}

.primary-button-icon.mobile {
    display: none;
}

.reviews-pagination,
.clinic-photo-pagination,
.licenses-pagination,
.how-pagination,
.how-call-pagination,
.service__packet-price.mobile,
.author-label.mobile,
.gallery-select,
.reviews-select,
.services-select,
.prices-select,
.header__mobile-buttons {
    display: none;
}

.how__grid-mobile {
    display: none !important;
}

.article__section {
    padding-bottom: 0px;
}

@media (max-width: 1300px) {
    .appointment__banner-block,
    .appointment__banner__doctor,
    .appointment__banner-oval {
        width: 380px;
    }

    .appointment__banner {
        gap: 30px;
    }

    .services__grid {
        display: flex;
        flex-direction: column;
    }

    footer {
        padding: 80px 70px 40px 70px;
    }

    .header__top-menu-items {
        display: none;
    }

    .specialists__block,
    .description__block {
        flex-direction: column;
    }

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

    .specialists__block-left {
        display: none;
    }

    .specialists__block-right {
        padding: 25px 15px;
    }

    .specialist__photo img {
        height: 380px;
    }

    .specialists__nav.mobile {
        position: absolute;
        display: flex;
        justify-content: space-between;
    }

    .specialists__block-head.mobile {
        display: block;
        margin-bottom: 30px;
    }

    .specialists__block-head.mobile h2 {
        font-size: 22px;
        line-height: 28px;
        text-align: center;
    }

    .specialists__block-head.mobile p {
        font-size: 16px;
        line-height: 20px;
        text-align: center;
    }

    .specialists__photo-nav {
        display: flex;
    }

    .specialists__nav {
        display: none;
    }

    .intro__image {
        display: none;
    }

    .how__grid {
        display: none;
    }

    .how__grid-mobile {
        display: block !important;
    }

    .how-call-pagination,
    .how-pagination {
        display: block;
    }

    .how__card {
		display: block;
        box-sizing: border-box;
        position: relative;
        border-radius: 25px;
        padding: 25px;
    }

    .how__card-text-block {
        max-width: unset;
        margin-left: 0px;
        margin-top: 20px;
    }

    .how__card-text-header {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .how__card-text {
        font-size: 14px;
        line-height: 18px;
        color: rgba(255, 255, 255, 0.8);
    }

    .how__card img {
        height: 92px;
        width: 92px;
        object-fit: cover;
    }

    .arc-left {
        left: -2px;
        height: 42px;
    }

    .arc-right {
        right: -7px;
        height: 56px;
    }

    .how__stage-number {
        position: absolute;
        min-width: 56px;
        min-height: 56px;
        top: 25px;
        right: 25px;
    }

    .how__stage-number .number {
        font-size: 20px;
        line-height: 24px;
    }

    .doctors__grid {
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 1024px) {
    header {
        top: 30px;
        border-radius: 0px 0px 20px 20px;
        padding: 15px;
    }

    .header__logo {
        max-width: 140px;
        max-height: 40px;
    }

    .header__top-menu {
        display: none;
    }

    .header__top-menu-items {
        display: none;
    }
	
	.header__mobile-buttons {
        display: flex;
        gap: 10px;
        align-items: center;
    }


    .burger-menu {
        display: flex;
    }

    .mobile-top-links {
        display: flex;
    }

    .gallery__grid {
        display: flex;
        flex-direction: column;
    }

    .appointment__banner-block {
        display: none;
    }

    .service-text__section-right {
        display: none;
    }

    .service-text__section-right,
    .service-text__section-left {
        padding: 40px 15px;
    }

    .service-text__block h2,
    .service-text__block h3,
    .service-methods__block h2,
    .service-text__authors-block h2 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .service-text__block {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .service-text__block:not(:first-child) {
        margin-top: 30px;
    }

    .service-text__block img {
        height: 160px;
    }

    .service__methods {
        display: flex;
        flex-direction: column;
    }

    .service__method {
        padding: 20px;
        border-radius: 25px;
    }

    .service__method-header {
        max-width: 216px;
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 22px;
    }

    .service__method-subheader {
        font-size: 14px;
        line-height: 18px;
        max-width: unset;
    }

    .service__method-photo {
        height: 50px;
        width: 50px;
        right: 20px;
        top: 20px;
    }

    .service__packet-head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 10px;
    }

    .service__packet-header {
        transition: 0.3s all;
        font-weight: 500;
        font-size: 24px;
        line-height: 28px;
    }

    .service__packet-price {
        display: none;
    }

    .service__packet-price.mobile {
        display: block;
        padding: 5px 10px;
        font-size: 16px;
        line-height: 20px;
        width: fit-content;
    }

    .service__packet-subheader {
        font-size: 16px;
        line-height: 24px;
        color: #626A73;
    }
	
	.custom-text__block-right {
        display: none;
    }

    .help-banner__block {
        display: none;
    }

    footer {
        margin-top: 0;
        padding: 0px;
        padding-top: 25px;
    }

    footer .section-offset {
        padding-top: 0px;
    }

    .footer__logo {
        padding: 20px;
    }

    .footer__logo img {
        max-width: 143px;
        max-height: 40px;
    }

    .footer__logo p {
        font-size: 14px;
        line-height: 18px;
        margin-top: 20px;
    }

    .footer__top-left {
        width: auto;
    }

    .footer__top {
        flex-direction: column;
    }

    .footer__social-links-block {
        margin-top: 40px;
        text-align: center;
    }

    .footer__social-links {
        width: fit-content;
        margin: 0 auto;
        margin-top: 20px;
    }

    .footer__social-links a {
        height: 60px;
        width: 60px;
    }

    .footer__social-links a img {
        height: 24px;
        width: 24px;
    }

    .footer__top-links {
        margin-top: 40px;
        display: flex;
        flex-direction: column;
        gap: 2px;
    }

    .footer__top-link {
        width: auto;
    }

    .footer__menu-grid {
        margin-top: 40px;
        display: flex;
        flex-direction: column;
    }

    .footer__menu-items-grid {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin-top: 20px;
    }

    .footer__menu-items-grid.information {
        display: grid;
        gap: 20px 10px;
    }

    .footer__payment-methods {
        margin-top: 40px;
    }

    .footer__payment-methods-container div {
        font-size: 14px;
        height: 85px;
    }

    .footer__bottom-links a {
        text-align: left;
        font-size: 14px;
        line-height: 18px;
    }

    .footer__top-link div span:first-child {
        font-size: 16px;
        line-height: 20px;
    }

    .footer__top-link div span:last-child {
        font-size: 14px;
        line-height: 16px;
    }

    .footer__search-input {
        font-size: 14px;
        line-height: 18px;
    }

    .footer__payment-methods-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        margin-top: 20px;
    }

    .footer__bottom-links {
        flex-direction: column;
        gap: 20px;
        align-items: unset;
    }

    .footer__bottom {
        margin-top: 40px;
        gap: 40px;
    }

    .footer__bottom-disclaimer {
        flex-direction: column;
        gap: 20px;
    }

    .border-radius-top {
        border-top-left-radius: 25px;
        border-top-right-radius: 25px;
    }

    .border-radius-down {
        border-bottom-left-radius: 25px;
        border-bottom-right-radius: 25px;
    }

    .why__card-icon {
        width: 90px;
        height: 90px;
        margin-bottom: 10px;
    }

    .why__card-icon img {
        width: 32px;
        height: 32px;
    }

    .why__card {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, #FFFFFF 100%);
        padding: 20px 20px 25px 15px;
        border-radius: 25px;
        flex: none;
        box-sizing: border-box;
    }

    .why__card-header {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .why__card-subtext {
        font-size: 14px;
        line-height: 18px;
    }

    .swiper-pagination {
        position: relative !important;
        top: 5px !important;
    }

    .swiper-pagination-bullet {
        width: 12px !important;
        height: 5px !important;
        border-radius: 20px !important;
        background: #CBDAE0 !important;
        opacity: 1 !important;
        transition: all .3s;
        margin: 0px 3px !important;
    }

    .swiper-pagination-bullet-active {
        width: 25px !important;
        background: #44A099 !important;
    }

    .promo__grid {
        display: flex;
        flex-direction: column;
    }

    .review__banner {
        overflow: hidden;
        flex-direction: column;
        padding: 25px 15px;
        gap: 30px;
    }

    .review__banner-image {
        width: 100%;
        left: unset;
        bottom: -25px;
    }

    .review__banner-left {
        flex: unset;
    }

    .review__banner-left h4 {
        text-align: center;
        margin-top: 170px;
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .review__banner-left p {
        text-align: center;
        font-size: 16px;
        line-height: 20px;
    }

    .review__elipse {
        display: none;
    }

    .review__banner-right {
        align-self: flex-start;
        width: 100%;
    }

    .service__header-right {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 20px;
    }

    .service__header-right div {
        gap: 5px;
        flex-wrap: wrap;
    }

    .custom-text__block-content--mobile {
        display: block;
    }

    .custom-text__block-content--mobile h2 {
        font-weight: 500;
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .content-tags {
        margin-bottom: 30px;
    }

    .content-tags a {
        padding: 10px 15px;
        font-size: 16px;
        line-height: 20px;

    }

    .faq__block--page,
    .contacts__block--page {
        margin-top: 40px;
    }


    .calculator__container {
        flex-direction: column;
    }

    .article__section {
        padding-bottom: 48px !important;
    }
}

@media (max-width: 768px) {
    h1 {
        font-size: 24px;
        line-height: 30px;
    }

    button {
        font-size: 14px;
        line-height: 18px;
    }

    .btn {
        font-size: 14px;
        line-height: 18px;
    }

    .secondary-button {
		text-align: center;
		width: auto;
        padding: 15px 16px;
    }

    .primary-button-icon {
        gap: 0px;
        width: -webkit-fill-available;
        width: -moz-available;
        width: stretch;
    }

    .primary-button-icon span {
        flex: 1;
        text-align: center;
    }

    .button-arrow {
		flex: none !important;
        height: 44px;
        width: 44px;
        margin-left: auto;
    }

    .button-arrow svg,
    .button-arrow img {
        height: 20px;
        width: 20px;
    }

    .section-offset {
        padding: 60px 15px;
    }

    .section-colored--light:first-child {
        padding-bottom: 0px;
        padding-top: 100px;
    }

    .section-colored--light {
        padding-bottom: 0px;
        padding-top: 0px;
    }

	.section-colored--light > * .section-offset:not(:first-child) {
		padding-top: 0;
	}

    .section-colored--dark {
        padding-top: 90px;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
	
	.section-colored--dark .section-offset {
        padding-bottom: 20px;
    }

    .non-x-padding {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
	
	.non-top-padding {
		 padding-top: 0px !important;
	}

    .non-y-padding {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
	
    .section-offset:not(:last-of-type) {
        margin-bottom: 0px;
    }

    .section-offset h1 {
        margin-bottom: 10px;
    }

    .section-head {
        margin-bottom: 30px;
    }

    .section-head h2 {
        text-align: center;
        font-size: 22px;
        line-height: 28px;
    }

    .section-subheader {
        font-size: 16px;
        line-height: 20px;
    }

    .section-mobile-margin {
        margin: 0 15px;
    }

    .intro__with-form {
        margin-top: 10px;
        flex-direction: column;
    }

    .intro__text-block {
        border-radius: 25px;
        padding: 25px 15px;
        flex-direction: column;
    }

    .intro__form-block {
        border-radius: 25px;
        padding: 25px 15px;
        max-width: unset;
        flex: unset;
    }

    .intro__form-time-utp {
        font-size: 18px;
        line-height: 24px;
    }

    .intro__form-time-utp img {
        max-width: 24px;
        max-height: 24px;
    }

    .intro__form-block-top a {
        font-size: 18px;
        line-height: 24px;
    }

    .intro__form-header {
        margin-top: 20px;
        font-size: 18px;
        line-height: 24px;
        max-width: unset;
    }

    .intro__form-subheader {
        max-width: unset;
        margin-top: 10px;
        font-size: 14px;
        line-height: 18px;
    }

    .intro__utp {
        padding: 5px 10px;
        line-height: 20px;
        font-size: 14px;
    }

    .intro__form button[type="submit"] {
        width: 100%;
        margin-top: 15px;
        order: 2;
        margin-bottom: 0px;
    }

    .intro__form .checkbox {
        align-items: center;
        margin-top: 20px;
    }

    .intro__utp img {
        max-width: 20px;
        max-height: 20px;
    }

    .intro__subheader {
        margin-top: 0px;
        font-size: 16px;
        line-height: 20px;
    }

    .intro__primary-buttons {
        flex-direction: column;
        gap: 10px;
    }

    .intro__primary-buttons button {
        width: auto;
    }

    .primary-button-icon {
        padding: 4px 4px 4px 25px;
    }

    .intro__image {
        display: none;
    }

    .intro__image--mobile {
        display: block;
        margin: 20px 0px;
        max-height: 410px;
        object-fit: cover;
        object-position: top;
        border-radius: 20px;
    }

    .description__card:first-child {
        padding: 25px 15px;
        border-radius: 25px;
    }

    .description__card:last-child {
        padding: 25px 15px;
        border-radius: 25px;
    }

    .description__card-header {
        font-size: 20px;
        line-height: 24px;
        margin: 20px 0px;
    }

    .description__card {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, #FFFFFF 100%);
    }

    .description__card img {
        height: 75px;
        width: 75px;
    }

    .description__card p {
        font-size: 14px;
        line-height: 18px;
    }

    .description__left-text {
        padding-left: 0px;
    }

    .description__card-utp {
        margin-top: 20px;
        font-size: 14px;
        line-height: 20px;
        padding: 5px 10px;
        gap: 5px;
    }

    .description__card-utp img {
        max-width: 20px;
        max-height: 20px;
    }

    .service__card_tags {
        flex-wrap: wrap;
        margin-top: 30px;
    }

    .service__card {
        padding: 15px;
        border-radius: 25px;
    }

    .service__card-head h4 {
        font-size: 18px;
        line-height: 24px;

    }

    .service__card-icon {
        height: 90px;
        width: 90px;
    }

    .service__card-icon img {
        height: 60px;
        width: 60px;
    }

    .service__card-price {
        font-size: 14px;
        line-height: 18px;
    }

	 .gallery__block--page,
    .about__block--page,
    .services__block--page {
        margin-top: 0px;
    }

    .specialist__tags {
        display: none;
    }

    .specialist__tags.mobile {
        display: flex;
        flex-wrap: wrap;
        position: absolute;
        bottom: 20px;
        left: 20px;
        gap: 2px;
        margin-bottom: 0;
    }

    .specialist__tags.mobile span {
        padding: 5px 10px;
        font-size: 14px;
        line-height: 20px;

    }

    .specialist__info-slide h2 {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .specialist__position {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .specialist__info-slide a {
        width: auto;
        display: flex;
        justify-content: center;
    }

    .primary-button-icon.mobile {
        display: flex;
        width: -webkit-fill-available;
        width: -moz-available;
        width: stretch;
    }

    .why__cards,
    .how-call__cards {
        display: block;
        margin-right: -15px !important;
    }

    .swiper__button--light {
        width: 56px;
        height: 56px;
        background-color: #15C2AE;
    }

    .swiper__button--light svg path {
        fill: #FFFFFF;
    }

    .swiper__button--light:hover {
        background-color: #44A099;
    }

    .swiper__button--light.swiper-button-disabled svg path {
        fill: rgba(255, 255, 255, 0.5);
    }

    .custom-text__block {
        display: block;
    }

    .review__card {
        padding: 25px 15px;
    }

    .review__card-quotes {
        width: 93px;
        height: 70px;
    }

    .review__card-author-name {
        font-size: 16px;
        line-height: 18px;
    }

    .review__rating,
    .review__text {
        font-size: 14px;
        line-height: 18px;
    }

    .reviews-pagination {
        display: block;
        top: 5px !important;
    }

    .reviews__navigation,
    .clinic-photo__navigation,
    .licenses__navigation {
        display: none;
    }

    .sliders__bottom-buttons {
        margin-top: 35px;
    }

    .clinic-photo {
        max-height: 380px;
    }

    .clinic-photo__card span {
        padding: 5px 10px;
        font-size: 14px;
        line-height: 20px;
    }

    .clinic-photo-pagination,
    .licenses-pagination {
        display: block;
        margin-bottom: 20px;
    }

    .custom-text__block-left {
        padding: 40px 15px;
        font-size: 16px;
        line-height: 20px;
    }

    .custom-text__block-left h2 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 30px;
    }

    .faq__item {
        border-radius: 25px;
    }

    .faq__icon {
        width: 40px;
        height: 40px;
    }

    .faq__icon svg {
        height: 20px;
        width: 20px;
    }

    .faq__question {
        padding: 15px;
        font-size: 16px;
        line-height: 20px;
    }

    .faq__answer {
        padding: 0 15px 0 15px;
        font-size: 16px;
        line-height: 20px;
    }

    .faq__answer p {
        padding-bottom: 15px;
    }

    .licenses__swiper {
        max-height: unset;
    }

    .licenses__card {
        transition: 0.3s all;
        align-items: center;
        max-height: unset;
        display: flex !important;
        flex-direction: column;
        padding: 20px 25px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, #FFFFFF 100%);
    }

    .license__info-head {
        margin: 0px -5px;
    }

    .license__info {
        padding-top: 20px;
        padding-bottom: 0px;
    }

    .license__info-header {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .license__info-additional {
        font-size: 14px;
        line-height: 18px;
    }

    .watermark {
        display: none;
    }

    .how-call__card {
        flex: none;
        box-sizing: border-box;
        padding: 20px 20px 26px 15px;
    }

    .how-call__card-icon {
        width: 90px;
        height: 90px;
    }

    .how-call__card-icon img {
        width: 32px;
        height: 32px;
    }

    .how-call__card-header {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .how-call__card-subtext {
        font-size: 14px;
        line-height: 18px;

    }

    .contacts__block {
        flex-direction: column;
        gap: 0px;
    }

    .contacts__block-left {
        max-width: unset;
        flex: unset;
        padding: 25px 15px;
        border-radius: 25px;
    }

    .contacts__block-left h2 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 20px;
        text-align: center;
    }

    .contacts__block-subheader {
        font-size: 16px;
        text-align: center;
        line-height: 18px;
    }

    .contacts__info-item span:first-child {
        font-size: 16px;
        line-height: 18px;
    }

    .contacts__block-buttons {
        flex-direction: column;
        margin-top: 30px;
        gap: 10px;
    }

    .contacts__block-buttons .primary-button-icon {
        order: 4;
    }

    .contacts__block-buttons a,
    .contacts__block-buttons button {
        width: 100%;
    }

    .contacts__districts {
        flex-direction: column;
    }

    .contacts__district {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, #FFFFFF 100%);
        padding: 15px;
        border-radius: 25px;
    }

    .contacts__district-header {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .map-photo {
        height: 290px;
        border-radius: 25px;
    }

    .contact-map {
        height: 290px;
        border-radius: 25px;
    }

    .contacts__district-info span {
        font-size: 16px;
        line-height: 20px;
    }

    .contacts__district-info div img {
        width: 40px;
        height: 40px;
    }

    .help-banner {
        max-height: unset;
        height: unset;
        flex-direction: column;
        padding: 15px;
		border-radius: 25px;
    }

    .help-banner__block {
        display: flex;
        margin-top: 46px;
        width: 260px;
        order: 1;
        height: auto;
    }

    .help-banner__badge {
        height: 66px;
        width: 66px;
        font-size: 16px;
        line-height: 20px;
    }

    .help-banner__bg-oval {
        display: none;
    }

    .help-banner__badge .icon {
        height: 20px;
        width: 20px;
    }

    .help-banner__doctor {
        width: 100%;
        height: auto;
    }

    .oval {
        width: 100%;
        height: 182px;
    }

    .help-banner__photo {
        bottom: 0px;
        border-bottom-left-radius: 91px;
        border-bottom-right-radius: 91px;
        height: 127%;
    }

    .help-banner__text {
        max-width: unset;
        order: 3;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        margin-top: 20px;
    }

    .help-banner__header {
        text-align: center;
        margin-top: 30px;
        order: 2;
    }

    .help-banner__header button {
        display: none;
    }

    .help-banner__top {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 0px;
    }

    .help-banner__text-utps {
        justify-content: center;
        margin-top: 20px;
    }

    .help-banner__text-utps span {
        padding: 5px 10px;
        font-size: 16px;
        line-height: 20px;
    }

    .help-banner .primary-button-icon.mobile {
        order: 4;
        margin-top: 30px;
    }

    .breadcrumbs {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 20px;
    }

    .breadcrumb__link {
        font-size: 14px;
        line-height: 18px;
    }

    .service__header {
        flex-direction: column;
    }

    .service__header-left .primary-button-icon {
        display: none;
    }

    .service__header h1 {
        font-size: 24px;
        line-height: 30px;
        background:
            linear-gradient(90deg, #44A099 0%, #0088A6 100%);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        margin-bottom: 10px;
    }

    .service__intro-decription {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .service__intro-price {
        padding: 6px 10px;
        font-size: 14px;
        line-height: 18px;
    }

    .service__header-left {
        flex: unset;
    }

    .service-text__section {
        flex-direction: column;
    }

    .appointment__banner {
        border-radius: 25px;
        flex-direction: column;
        gap: unset;
        padding: 25px 15px;
        padding-top: 70px;
    }

    .service-text__authors {
        flex-direction: column;
    }

    .appointment__banner-left {
        order: 2;
        flex: unset;
        width: 100%;
    }

    .appointment__banner-block {
        display: block;
        width: 260px;
        order: 1;
        align-self: center;
        height: 230px;
    }

    .appointment__banner__doctor {
        width: auto;
        height: 100%;
    }

    .appointment__banner-photo {
        height: 100%;
        bottom: 48px;
        border-bottom-left-radius: 82px;
        border-bottom-right-radius: 82px;
        width: 95%;
    }

    .appointment__banner-oval {
        width: 100%;
        height: 182px;
    }

    .appointment__banner-left h4 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 20px;
        text-align: center;
    }

    .appointment__banner-left p {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 30px;
        text-align: center;
    }

    .appointment__form-submit {
        margin-top: 20px;
        flex-direction: column;
        gap: 10px;
    }

    .appointment__form {
        gap: 10px;
        margin: 0;
    }

    .appointment__form-submit button {
        order: 1;
    }

    .appointment__inputs {
        display: flex;
        flex-direction: column;
    }

    .service__packet {
        border-radius: 25px;
        padding: 15px;
    }

    .service__packet-header {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 0px !important;
    }

    .service__packet-head {
        margin-bottom: 5px;
    }

    .service__packet-subheader {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 20px;
    }

    .service-text__author {
        padding: 10px;
        border-radius: 15px;
    }

    .service-text__author a {
        gap: 10px;
        align-items: start;
    }

    .author-label {
        display: none;
    }

    .author-label.mobile {
        display: block;
        margin-bottom: 10px;
    }

    .author-name {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 5px;
        margin-top: 0px;
    }

    .author-label-position {
        font-size: 14px;
        line-height: 16px;
    }

    .service-text__author a img {
        flex: 0 0 210px;
        width: 210px;
        border-radius: 10px;
    }

    .service-text__section-right {
        display: none;
    }

    .doctors__why-block-head {
        font-size: 20px;
        line-height: 24px;
    }
	.doctor__left-column {
		flex: none;
		max-width: unset;
	}

    .doctor__card {
        padding: 20px 25px;
        flex-direction: column;
        gap: 10px;
        border-radius: 25px;
        align-items: unset;
    }

    .doctor__card-photo {
        border-radius: 20px;
        max-width: unset;
        width: 100%;
    }

    .doctor__card-rating {
        margin-bottom: 10px;
    }

    .doctor__card-rating span {
        font-size: 14px;
        line-height: 18px;
    }

    .doctor__card-name {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .doctor__card-position {
        font-size: 14px;
        line-height: 16px;
    }

    .doctor__card-tags {
        margin-top: 10px;
    }

    .doctor__card-tags span {
        font-size: 14px;
        line-height: 20px;
    }

    .doctor__detail-button {
        display: none;
    }

    .doctor__intro {
        flex-direction: column;
        gap: 40px;
    }

    .doctor__schedule-item {
        width: 100%;
        justify-content: space-between;
    }

    .doctor__left-column-info {
        padding: 20px 15px 15px 15px;
        border-bottom-left-radius: 25px;
        border-bottom-right-radius: 25px;
    }

    .doctor__left-column-info h1 {
        font-size: 18px;
        line-height: 24px;
    }

    .doctor__rating span {
        font-size: 14px;
        line-height: 18px;
    }

    .doctor__tags {
        left: 15px;
        bottom: 19px;
    }

    .doctor__left-column-image img {
        height: 345px;
        border-top-left-radius: 25px;
        border-top-right-radius: 25px;
    }

    .main-doctor__quote,
    .article__quote,
	.service-text__block blockquote{
        font-size: 16px;
        line-height: 20px;
        padding: 30px 15px;
    }

    .top-quotes {
        width: 91px;
        height: 69px;
        top: -15px;
    }

    .bottom-quotes {
        width: 91px;
        height: 69px;
        bottom: -15px;
    }
	
	.service-text__block blockquote::before {
		width: 91px;
        height: 69px;
        top: -15px;
	}

	.service-text__block blockquote::after {
		width: 91px;
        height: 69px;
        bottom: -15px;
	}

    .gallery__grid {
        display: flex;
        flex-direction: column;
    }

    .gallery__tabs .gallery__tab,
    .reviews__tabs .reviews__tab,
    .services__tabs .services__tab,
    .prices__tabs .prices__tab {
        display: none;
    }

    .gallery-select,
    .reviews-select,
    .services-select,
    .prices-select {
        display: block;
    }

    .custom-select {
        width: 100%;
    }

    .show-more {
        width: 100%;
    }

    .promo__card {
        padding: 15px;
    }

    .promo__price-container {
        gap: 2px;
    }

    .promo__card-top {
        align-items: unset;
    }

    .promo__card-icon {
        height: 72px;
        width: 72px;
    }

    .promo__card-icon img {
        height: 48px;
        width: 48px;
    }

    .promo__card-head h4 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .promo__discount,
    .promo__card-price {
        padding: 5px 10px;
        font-size: 14px;
        line-height: 18px;
    }

    .promo__description {
        font-size: 14px;
        line-height: 18px;
    }

    .section__subheader--page.large {
        font-size: 20px;
        line-height: 24px;
    }

    .quote-text {
        z-index: 2;
    }

    .article__header-left {
        flex: unset;
        order: 2;
    }

    .article__header-right {
        order: 1;
        justify-content: flex-start;
        margin-bottom: 20px;
    }

    .article__header-right img {
        height: 100px;
        width: 100px;
    }

    .article__utps {
        flex-direction: column;
    }

    .article__utps span {
        padding: 10px 20px;
    }

    .nf__container {
        padding-top: unset;
        flex-direction: column;
    }

    .nf__text-block img {
        height: 73px;
        width: 184px;
    }

    .nf__photo {
        margin: 0 auto;
        width: 94px;
        height: 94px;
    }

    .nf__text-block {
        align-items: center;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .nf__header {
        font-size: 20px;
        line-height: 24px;
        margin: 20px 0px;

    }

    .nf__text {
        font-size: 14px;
        line-height: 18px;
    }

    .reviews__block {
        display: flex;
        flex-direction: column;
    }

    .modal {
        margin: 0 8px;
        border-radius: 25px;
        padding: 15px;
    }

    .close {
        top: 15px;
        right: 15px;
        width: 40px;
        height: 40px;
    }

    .modal h2 {
        font-size: 18px;
        line-height: 24px;
        padding-right: 45px;
        max-width: unset;
    }

    .modal p {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 20px;
    }

    .consult-form {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .consult-form__input-block {
        display: flex;
        flex-direction: column;
    }

    .consult-form__input-block span {
        font-size: 14px;
        line-height: 18px;
    }

    .consult-form__input-block input {
        padding: 14px 24px;
        font-size: 16px;
        line-height: 20px;
    }

    .modal-submit {
        margin-top: 0px;
    }

    .modal-submit button {
        order: 2;
        margin-top: 10px;
    }

    .articles__grid {
        flex-direction: column;
        display: flex;
    }

    .article__card {
        border-radius: 25px;
    }

    .article__card-top,
    .article__card-bottom {
        padding: 15px;
    }

    .article__card-top h2 {
        font-size: 18px;
        line-height: 24px;
    }

    .article__card-top img {
        max-width: 154px;
        max-height: 144px;
        top: 70px;
        right: -10px;
    }

    .article__preview-text {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 10px;
    }

    .prices__grid {
        display: flex;
        flex-direction: column;
    }

    .sitemap__grid {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .sitemap__item {
        padding: 0px;
    }

    .sitemap__item p {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .sitemap__item ul {
        padding-left: 24px;
    }

    .sitemap__item ul li a {
        line-height: 20px;
    }

    .sitemap__item ul li:not(:last-child) {
        margin-bottom: 5px;
    }

    .document__text {
        padding: 40px 15px;
        border-radius: 25px;
    }

    .document__text-block:not(:last-child) {
        margin-bottom: 30px;
    }

    .document__text-block h2 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 20px;
		margin-top: 10px;
    }

    .document__text-block p {
        font-size: 16px;
        line-height: 20px;
    }

    .document__text-block ul,
    .document__text-block ol {
        padding-left: 22px;
    }

    .document__text-block ul:not(:last-child),
    .document__text-block ol:not(:last-child) {
        margin-bottom: 20px;
    }

    .document__text-block ul li,
    .document__text-block ol li {
        font-size: 16px;
        line-height: 20px;
    }

    .document__text-block ul li a,
    .document__text-block ol li a {
        font-size: 16px;
        line-height: 20px;
    }

    .lightbox-prev {
        left: 0px;
    }

    .lightbox-next {
        right: 0px;
    }

    .lightbox-prev svg,
    .lightbox-next svg {
        height: 32px;
        width: 32px;
    }

    .lightbox-close {
        height: 32px;
        width: 32px;
    }

    .license-lightbox-inner .licenses__card {
        padding: 25px;
    }

    .license-close {
        right: 0px;
        width: 32px;
        height: 32px;
    }

    .form__input {
        font-size: 16px;
        line-height: 20px;
    }

    .calculator__container {
        flex-direction: column;
    }

    .calculator__params {
        border-radius: 25px;
        padding: 30px 15px;
    }

    .calculator__params-head {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 30px;
    }

    .calculator__params-header {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .calculator__params-subheader {
        font-size: 14px;
        line-height: 18px;
    }

    .calculator__params-head .intro__utp {
        width: fit-content;
    }

    .custom-select__header {
        line-height: 20px;
        font-size: 16px;
    }

    .custom-select__option {
        line-height: 20px;
        font-size: 16px;
    }

    .calculator__params-item-label {
        line-height: 18px;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .calculator__additionals-params-header {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .calculator__params-additional-option {
        align-items: flex-start;
        flex-direction: column;
    }

    .checkbox__additional .checkbox-text {
        font-size: 16px;
        line-height: 20px;
    }

    .calculator__result {
        border-radius: 25px;
        padding: 30px 15px;
    }

    .calculator__result-header {
        font-size: 18px;
        line-height: 24px;
    }

    .calculator__result-description-item p {
        font-size: 16px;
        line-height: 20px;
    }

    .calculator__result-description-item {
        gap: 5px;
        flex-direction: column;
    }

    .calculator__result-price {
        margin: 20px 0px;
    }

    .calculator__result-disclaimer {
        padding: 15px;
    }

    .calculator__result-price span,
    .calculator__result-price p {
        font-size: 20px;
        line-height: 24px;
    }

    .calculator__section {
        margin-bottom: 0px !important;
    }

    .map-brigades {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .map-brigades .map-image {
        order: 2;
        height: 310px;
    }

    .map-brigades__field {
        top: unset;
        left: unset;
        transform: unset;
        z-index: 2;
        position: relative;
        padding: 0px;
        gap: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .map-brigades__field p {
        font-weight: 600;
        font-size: 18px;
        line-height: 24px;
        text-align: center;
    }

    .map-brigades__field div {
        font-size: 16px;
        line-height: 20px;
    }

    .map-brigades .placemark:nth-child(1) {
        left: unset;
        right: unset;
    }

    .map-brigades .placemark:nth-child(3) {
        top: 282px;
        left: 20px;
    }

    .map-brigades .placemark:nth-child(4) {
        top: 153px;
        left: 160px;
    }

    .map-brigades .placemark:nth-child(5) {
        top: 309px;
        right: 50px;
    }

    .map-brigades .placemark:nth-child(6) {
        bottom: 109px;
        right: 40px;
    }

    .map-brigades .placemark:nth-child(7) {
        bottom: 209px;
        left: 50px;
    }
	
	.cookie-banner {
		width: auto;
		left: 0;
  		transform: none;
		margin: 0px 15px;
		color: #fff;
		padding: 20px 15px 10px 15px;
		border-top-left-radius: 25px;
		border-top-right-radius: 25px;
		flex-direction: column;
		align-items: center;
		gap: 10px;
	}

	.cookie-text {
		font-size: 14px;
		line-height: 18px;
	}	
	
	.cookie-banner button {
		width: 100%;
	}
	
	@keyframes slideUp {
      from {
        transform: translateY(100px);
        opacity: 0;
      }
      to {
        transform: translateY(0);
        opacity: 1;
      }
}
}

@media (max-width: 480px) {
    .service-text__author a img {
        flex: 0 0 48px;
        height: 48px;
        width: 48px;
        border-radius: 10px;
    }

    .intro__image--mobile {
        max-height: 195px;
    }
}

@media (max-width: 358px) {
    .review__banner-image {
        width: 100%;
        left: unset;
        bottom: 0px;
    }
	
	.clinic-photo {
        max-height: 160px;
    }
}