@font-face {
  font-family: "Montserrat";
  font-display: swap;
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  font-display: swap;
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  font-display: swap;
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  font-display: swap;
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "iconsfont";
  src: url("../fonts/iconsfont.woff2") format("woff2"), url("../fonts/iconsfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.footer-form__button.button::after,
.split-section__item::before,
.card-entity__link::after,
.slider-arrow::before,
.menu__item--dropdown .menu__item-dropdown-wrapper::after,
.select__title::after,
.checkbox__mark::before,
[data-spoilers].init [data-spoiler]::after,
.modal__close-round::before,
.modal__close::before,
[class^=icon-]::before,
[class*=" icon-"]::before {
  font-family: "iconsfont" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-like:before {
  content: "\e912";
}

.icon-mark:before {
  content: "\e913";
}

.icon-gift:before {
  content: "\e903";
}

.icon-arrow-dropdown:before {
  content: "\e906";
}

.icon-list-mark:before {
  content: "\e910";
}

.icon-yandex-maps:before {
  content: "\e911";
}

.icon-gis:before {
  content: "\e900";
}

.icon-address:before {
  content: "\e901";
}

.icon-cross:before {
  content: "\e902";
}

.icon-home:before {
  content: "\e904";
}

.icon-instagram:before {
  content: "\e905";
}

.icon-location:before {
  content: "\e907";
}

.icon-more:before {
  content: "\e908";
}

.icon-phone:before {
  content: "\e909";
}

.icon-plus-circle:before {
  content: "\e90a";
}

.icon-plus:before {
  content: "\e90b";
}

.icon-ruble:before {
  content: "\e90c";
}

.icon-arrow:before {
  content: "\e90d";
}

.icon-vk:before {
  content: "\e90e";
}

.icon-whatsapp:before {
  content: "\e90f";
}

.icon-telegram:before {
  content: "\ea95";
}

.icon-youtube:before {
  content: "\ea9d";
}

html {
  box-sizing: border-box;
}

*,
*::after,
*::before {
  box-sizing: inherit;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
  font: inherit;
}

ul,
ol {
  padding: 0;
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

button {
  padding: 0;
}

a {
  text-decoration: none;
  font: inherit;
  color: inherit;
  display: inline-block;
}

textarea {
  display: block;
}

html,
body {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #212529;
  line-height: 1.4;
  overflow-x: hidden;
  min-width: 320px;
  height: auto;
  background-color: #ffffff;
}

::selection {
  background: #e4b37d;
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
}

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

.main {
  flex: 1 0 auto;
}

.footer {
  flex: 0 0 auto;
}

.invalid-feedback {
  display: none;
  font-size: 0.8rem;
  line-height: 1.1;
  margin-top: 0.2rem;
  color: #dc3545;
}

.error .invalid-feedback {
  display: block;
}

[class*=__container] {
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 15px;
  width: 100%;
}

.title-3,
.split-section__card-list .card__title,
.faq__header-title,
.title-2,
.info-section__title,
.title,
.faq__header-title.faq__header-title--h1,
h1:not([class]),
h2:not([class]),
h3:not([class]),
h4:not([class]),
h5:not([class]) {
  font-weight: 700;
  line-height: 1.2;
}

h1:not([class]),
h2:not([class]),
h3:not([class]),
h4:not([class]),
h5:not([class]) {
  margin: 1em 0;
}

.title,
.faq__header-title.faq__header-title--h1,
h1:not([class]) {
  font-size: clamp(
        1.2rem,
        0.7712371594rem + 2.6797677535vw,
        1.8rem
      );
}

.title-2,
.info-section__title,
h2:not([class]) {
  font-size: clamp(
        1rem,
        0.7141581063rem + 1.7865118356vw,
        1.4rem
      );
}

.title-3,
.split-section__card-list .card__title,
.faq__header-title,
h3:not([class]) {
  font-size: clamp(
        1rem,
        0.8570790531rem + 0.8932559178vw,
        1.2rem
      );
}

h4:not([class]),
h5:not([class]),
h6:not([class]) {
  font-size: clamp(
        0.8rem,
        0.5141581063rem + 1.7865118356vw,
        1.2rem
      );
}

.reviews-card__title,
.table-item__col,
.table-item__description,
.footer-form__button.button span,
.footer-form__subtitle,
.features__item,
.split-section__card-list .card__description,
.split-section__item::before,
.split-section,
.card__title,
.contacts-block__button,
.contacts-block__description,
.main-about__info-item,
.card-pricing__content,
.info-section__content,
.faq__item-content,
.faq__header-link,
.mini-card__item-title,
.banner__form-text,
.banner__subtitle,
.card-entity__title,
.base-slider__link,
.procedure__tab,
.contacts__info-title,
.floating,
.select,
.button,
ul:not([class]),
ol:not([class]),
p:not([class]) {
  font-size: clamp(
        0.8rem,
        0.6570790531rem + 0.8932559178vw,
        1rem
      );
}

.reviews-card__count,
.table-item__link,
.card__description,
.mini-card__item-description,
.card-entity__link,
.main-slider__button-all,
.bottom-footer__bottom-list,
[data-tabs][data-tabs=default] [data-tab] {
  font-size: clamp(
        0.6rem,
        0.4570790531rem + 0.8932559178vw,
        0.8rem
      );
}

table:not([class]):not(:last-child),
ul:not([class]):not(:last-child),
ol:not([class]):not(:last-child),
p:not([class]):not(:last-child) {
  margin-bottom: 1.2em;
}

.page-content a:not([class]),
.main__container a:not([class]) {
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 2px;
  transition: color 0.3s ease 0s;
  will-change: color;
}

.page-content a:not([class]):hover,
.main__container a:not([class]):hover {
  color: #e4b37d;
}

ul:not([class]) > li,
ol:not([class]) > li {
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  padding-left: 0.8em;
  position: relative;
}

ul:not([class]) ul,
ul:not([class]) ol,
ol:not([class]) ul,
ol:not([class]) ol {
  margin-top: 0.6em;
  margin-left: 0.6em;
  margin-bottom: 0;
}

ul:not([class]) > li::before {
  content: "";
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  background-color: #e4b37d;
  border-radius: 50%;
  position: absolute;
  top: 0.9em;
  left: 0;
  transform: translate(0, -50%);
}

ol:not([class]) {
  counter-reset: ol-counter;
}

ol:not([class]) > li {
  counter-increment: ol-counter;
  padding-left: 1.2em;
}

ol:not([class]) > li::before {
  content: counter(ol-counter) ".";
  display: inline-block;
  position: absolute;
  left: 0;
}

table:not([class]) {
  border: 0 !important;
  overflow-x: auto;
  display: block;
  font-size: 0.8rem;
  border-collapse: separate;
  text-align: center;
  border-spacing: 0;
  line-height: 1.2;
}

table:not([class]) tr:first-child th:first-child,
table:not([class]) tr:first-child td:first-child {
  border-top-left-radius: 15px;
}

table:not([class]) tr:first-child th:last-child,
table:not([class]) tr:first-child td:last-child {
  border-top-right-radius: 15px;
}

table:not([class]) tr:last-child th:first-child,
table:not([class]) tr:last-child td:first-child {
  border-bottom-left-radius: 15px;
}

table:not([class]) tr:last-child th:last-child,
table:not([class]) tr:last-child td:last-child {
  border-bottom-right-radius: 15px;
}

table:not([class]) tr:first-child th,
table:not([class]) tr:first-child td {
  border-top-style: solid;
}

table:not([class]) tr th:first-child,
table:not([class]) tr td:first-child {
  border-left-style: solid;
}

table:not([class]),
table:not([class]) td,
table:not([class]) th {
  border: 1px solid #bdbbbb;
  border-style: none solid solid none;
}

table:not([class]) td,
table:not([class]) th {
  padding: 0.6em;
  font-weight: 400;
  min-width: 10rem;
  line-height: 1.4;
}

table:not([class]) th {
  font-weight: 500;
}

table:not([class]) th {
  background-color: #e4b37d;
  color: #ffffff;
  font-weight: 700;
}

textarea,
input {
  font-size: 1rem;
  line-height: 1.2;
  padding: 0.75em 0.95em;
  border: 1px solid #bdbbbb;
  border-radius: 15px;
}

textarea:placeholder,
input:placeholder {
  color: #bdbbbb;
}

textarea {
  padding: 0.75em;
  line-height: 1.4;
  min-height: 6rem;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition-property: background-color, color;
  transition-delay: 5000s;
  transition-timing-function: ease-in-out;
}

.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  transition: all 0.4s ease 0s;
  z-index: -1;
  text-align: center;
}

.modal::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal.open {
  z-index: 100;
  opacity: 1;
  visibility: visible;
}

.modal__dialog {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  margin: 0.75rem;
  opacity: 0;
  transition: all 0.4s ease 0s;
  transform: translate(0px, -100%);
}

.modal--fullscreen::before {
  display: none;
}

.modal--fullscreen .modal__dialog {
  max-width: 100%;
  min-width: auto;
  width: 100%;
  height: 100%;
  margin: 0;
}

.modal__inner {
  position: relative;
  background-color: #ffffff;
  color: #000000;
  max-width: 100%;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  padding-left: clamp(
        0.8rem,
        0.2283162126rem + 3.5730236713vw,
        1.6rem
      );
  padding-right: clamp(
        0.8rem,
        0.2283162126rem + 3.5730236713vw,
        1.6rem
      );
}

.modal__inner--row {
  flex-direction: row;
  gap: 1.6rem;
}

.modal--fullscreen .modal__inner {
  border-radius: 0;
  height: 100%;
  overflow-y: auto;
}

.modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.modal__body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: clamp(
        1rem,
        0.8570790531rem + 0.8932559178vw,
        1.2rem
      );
}

.modal__form {
  display: flex;
  flex-direction: column;
  gap: clamp(
        0.8rem,
        0.6570790531rem + 0.8932559178vw,
        1rem
      );
}

.modal__sidebar {
  flex-basis: 19rem;
  background-color: #e4b37d;
  margin-top: -1.6rem;
  margin-bottom: -1.6rem;
  margin-right: -1.6rem;
  position: relative;
}

.modal__sidebar-title {
  padding-top: 1.6rem;
  padding-left: clamp(
        0.8rem,
        0.2283162126rem + 3.5730236713vw,
        1.6rem
      );
  padding-right: clamp(
        0.8rem,
        0.2283162126rem + 3.5730236713vw,
        1.6rem
      );
  color: #ffffff;
  z-index: 1;
  position: relative;
}

.modal__sidebar-img {
  position: absolute;
  bottom: 0;
  z-index: 0;
  max-height: 100%;
}

.modal__footer {
  display: flex;
  align-items: center;
  border-top: 1px solid #d9d9d9;
}

.modal.open .modal__dialog {
  opacity: 1;
  transform: translate(0px, 0px);
}

.modal__title {
  font-size: clamp(
        1rem,
        0.8570790531rem + 0.8932559178vw,
        1.2rem
      );
  font-weight: 500;
}

.modal__close {
  outline: 0;
  background-color: transparent;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.modal__close::before {
  transition: color 0.3s ease 0s;
  will-change: color;
  content: "\e902";
  color: #bdbbbb;
}

.modal__close:focus-visible,
.modal__close:hover::before {
  color: #000000;
}

.modal__close-round {
  padding: 0.5rem;
  border-radius: 50%;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  flex: 0 0 auto;
  border: 0;
  background-color: transparent;
  width: clamp(
        1.5rem,
        1.1426976329rem + 2.2331397946vw,
        2rem
      );
  height: clamp(
        1.5rem,
        1.1426976329rem + 2.2331397946vw,
        2rem
      );
  transition: box-shadow 0.3s ease 0s;
  will-change: box-shadow;
  color: #000000;
  line-height: 1;
  font-size: clamp(
        0.6rem,
        0.4928092899rem + 0.6699419384vw,
        0.75rem
      );
}

.modal__close-round::before {
  content: "\e902";
}

.modal__close-round:hover {
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.3);
}

.modal--fullscreen .modal__close {
  position: fixed;
  top: clamp(
        0.5rem,
        0.1426976329rem + 2.2331397946vw,
        1rem
      );
  right: clamp(
        0.75rem,
        0.5713488164rem + 1.1165698973vw,
        1rem
      );
  font-size: clamp(
        0.7rem,
        0.4856185797rem + 1.3398838767vw,
        1rem
      );
}

[data-spoilers] [data-spoiler] {
  display: flex;
  align-items: center;
}

[data-spoilers].init [data-spoiler] {
  cursor: pointer;
}

[data-spoilers].init [data-spoiler]::after {
  content: "\e906";
  font-size: 0.4rem;
  margin-left: 0.4rem;
  transition: transform 0.3s ease 0s;
}

[data-spoilers] [data-spoiler].active::after {
  transform: scale(1, -1);
}

[data-tabs] {
  position: relative;
}

[data-tabs] [data-tabs-items] {
  display: flex;
  position: relative;
  align-items: center;
}

[data-tabs] [data-tab] {
  display: flex;
  cursor: pointer;
}

[data-tabs][data-tabs=default] [data-tab] {
  color: #666666;
  line-height: 1.2;
  background-color: transparent;
  border: 0;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  padding: 0.8em 1.2em;
  transition-property: color, background-color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}

[data-tabs][data-tabs=default] [data-tab]:hover {
  background-color: #e6e6e6;
}

[data-tabs][data-tabs=default] [data-tab].active {
  color: #ffffff;
  background-color: #e4b37d;
}

[data-tabs][data-tabs=default] [data-tab].active:focus-visible {
  outline: auto;
}

[data-tabs][data-tabs=default] [data-tab]:not(:last-child) {
  border-right: 1px solid #d9d9d9;
}

[data-tabs][data-tabs=default] [data-tab]:first-child {
  border-left: 1px solid #d9d9d9;
  border-radius: 15px 0 0 15px;
}

[data-tabs][data-tabs=default] [data-tab]:last-child {
  border-right: 1px solid #d9d9d9;
  border-radius: 0 15px 15px 0;
}

[data-tabs][data-tabs=default] [data-tab]:only-child {
  border-radius: 15px;
}

[data-tabs] [data-tabs-content] {
  display: none;
}

[data-tabs] [data-tabs-content].active {
  display: block;
}

[data-tabs][data-tabs=default] [data-tabs-content] {
  display: block;
  pointer-events: none;
  position: absolute;
  opacity: 0;
  z-index: -1;
  transition: opacity 1.5s ease 0s;
  will-change: opacity;
}

[data-tabs][data-tabs=default] [data-tabs-content].active {
  z-index: 0;
  opacity: 1;
  position: unset;
  pointer-events: auto;
  width: unset;
}

/**
 * Swiper 10.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 17, 2023
 */

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */

/* 3D Shadows */

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Slide styles end */

.tooltip {
  background-color: #000000;
  border-radius: 0.2rem;
  color: #ffffff;
  text-align: center;
  padding: 0.1rem 0.5rem;
  position: relative;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  position: absolute;
  transition: all 0.3s ease 0s;
}

.tooltip [data-popper-arrow] {
  position: absolute;
  z-index: -1;
  width: 0.4rem;
  height: 0.4rem;
}

.tooltip [data-popper-arrow]::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  background-color: #000000;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
}

.tooltip[data-popper-placement^=left] [data-popper-arrow] {
  right: -0.2rem;
}

.tooltip[data-popper-placement^=right] [data-popper-arrow] {
  left: -0.2rem;
}

.tooltip[data-popper-placement^=bottom] [data-popper-arrow] {
  top: -0.2rem;
}

.tooltip[data-popper-placement^=top] [data-popper-arrow] {
  bottom: -0.2rem;
}

button:hover + .tooltip {
  opacity: 1;
  visibility: visible;
  z-index: unset;
}

[data-slide-group] {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

[data-slide-group] .swiper {
  overflow: hidden;
}

[data-slide-group] .swiper-wrapper.swiper-wrapper {
  gap: 0;
}

[data-slide-group] .slider-arrow {
  box-shadow: none;
  width: 1rem;
  flex: 0 0 auto;
  height: 0.75rem;
  border-radius: 0;
  border: 0;
  font-size: 0.8rem;
  z-index: 1;
}

[data-slide-group] .swiper-slide {
  width: auto;
}

.swiper-button-lock ~ .swiper {
  margin: 0;
}

.js-loading .skeleton-loader,
#app .skeleton-loader {
  position: relative;
  overflow: hidden;
  max-width: 100%;
}

.js-loading .skeleton-loader::after,
#app .skeleton-loader::after {
  content: "";
  background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
  background-size: 200% 100%;
  animation: 1.5s shine linear infinite;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eee;
  z-index: 10;
}

.js-loading .hide-while-loading {
  display: none;
}

@keyframes shine {
  to {
    background-position-x: -200%;
  }
}

[data-ripple] {
  position: relative;
  overflow: hidden;
}

.ripple {
  position: absolute;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  animation: grow-and-fade 3s ease-out;
  opacity: 0;
  background-color: #fff;
  pointer-events: none;
}

.ripple--dark {
  background-color: #000;
}

@keyframes grow-and-fade {
  0% {
    opacity: 0.25;
    transform: scale(0);
  }

  100% {
    opacity: 0;
    transform: scale(20);
  }
}

[data-diff-slider] {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  height: clamp(
        14rem,
        9.7123715945rem + 26.7976775346vw,
        20rem
      );
  cursor: ew-resize;
}

[data-diff-slider] [data-diff-slider-left],
[data-diff-slider] [data-diff-slider-right] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

[data-diff-slider] [data-diff-slider-left] img,
[data-diff-slider] [data-diff-slider-right] img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

[data-diff-slider] [data-diff-slider-left] {
  z-index: 2;
  clip-path: inset(0 50% 0 0);
}

[data-diff-slider] [data-diff-slider-btn] {
  position: absolute;
  top: 0;
  left: 50%;
  width: 0.2rem;
  height: 100%;
  background-color: #ffffff;
  z-index: 3;
  transform: translateX(-50%);
  border: none;
}

[data-diff-slider] [data-diff-slider-btn]::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.button {
  padding: 0.7em 0.9em;
  cursor: pointer;
  border-radius: 15px;
  line-height: 1.2;
  font-weight: 600;
  transition-property: background-color, border-color, color, opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  will-change: background-color, border-color, color, opacity;
  border-width: 2px;
  border-style: solid;
  border-color: #e4b37d;
  color: #ffffff;
  background-color: #e4b37d;
}

.button:focus-visible,
.button:hover {
  outline: 0;
  background-color: #ffb259;
  border-color: #ffb259;
}

.button--outline {
  background-color: transparent;
  border-color: #e4b37d;
  color: #212529;
}

.button--outline:focus-visible,
.button--outline:hover {
  background-color: #e4b37d;
  border-color: #e4b37d;
  color: #ffffff;
}

.button--outline::before {
  color: #e4b37d;
  transition: color 0.3s ease;
  will-change: color;
}

.button--outline:hover::before,
.button--outline:active::before {
  color: #ffffff;
}

.button--outline--orange {
  border-color: #ffb259;
}

.button--outline--orange:focus-visible,
.button--outline--orange:hover {
  background-color: #ffb259;
  color: #ffffff;
  border-color: #ffb259;
}

.button--outline--gray {
  border-color: #d9d9d9;
}

.button--outline--gray:focus-visible,
.button--outline--gray:hover {
  background-color: #d9d9d9;
  color: #212529;
  border-color: #d9d9d9;
}

.button--outline--white {
  color: #ffffff;
  border-color: #ffffff;
}

.button--outline--white:focus-visible,
.button--outline--white:hover {
  background-color: #ffffff;
  color: #000000;
  border-color: #ffffff;
}

.button--white {
  color: #000000;
  border-color: #ffffff;
  background-color: #ffffff;
}

.button--white:hover,
.button--white:focus-visible {
  color: #ffffff;
  background-color: #e4b37d;
  border-color: #e4b37d;
}

.button--bg-color--white {
  background-color: #ffffff;
  color: #000000;
  border-color: #000000;
}

.button--bg-color--white:focus-visible,
.button--bg-color--white:hover {
  background-color: white;
  color: #000000;
  border-color: #000000;
}

.button--bg-color--white:active {
  background-color: white;
  border-color: #000000;
}

.button--bg-color--black,
.banner__box--orange-box .button {
  background-color: #443b36;
  color: #ffffff;
  border-color: #443b36;
}

.button--bg-color--black:focus-visible,
.banner__box--orange-box .button:focus-visible,
.button--bg-color--black:hover,
.banner__box--orange-box .button:hover {
  background-color: #5a4e47;
  border-color: #5a4e47;
}

.button--transparent {
  color: #000000;
  border-color: #ffffff;
  background-color: #ffffff;
  opacity: 0.8;
}

.button--transparent:hover,
.button--transparent:focus-visible {
  opacity: 1;
  color: #000000;
  background-color: #ffffff;
  border-color: #ffffff;
}

.button--has-icon {
  display: inline-flex;
  align-items: center;
  flex-direction: row;
  gap: 0.8em;
}

.button--has-icon--end {
  flex-direction: row-reverse;
}

.button.icon-arrow::before {
  font-size: 0.4em;
}

.button--icon {
  padding: 0.4em 0.6em;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-weight: 400;
}

.button.disabled,
.button[disabled] {
  background-color: #d9d9d9;
  border-color: #d9d9d9;
  color: #666666;
  cursor: not-allowed;
}

.button--loading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.button--loading::after {
  content: "";
  position: absolute;
  width: 0.9em;
  height: 0.9em;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 4px solid transparent;
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }

  to {
    transform: rotate(1turn);
  }
}

.checkbox {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  cursor: pointer;
}

.checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.checkbox__label {
  user-select: none;
  color: #bdbbbb;
  font-size: clamp(
        0.7rem,
        0.6285395266rem + 0.4466279589vw,
        0.8rem
      );
  text-align: left;
  line-height: 1.1;
}

.checkbox__label a {
  text-decoration: underline;
}

.checkbox__mark {
  line-height: 1;
  color: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.4rem;
  width: 0.9rem;
  height: 0.9rem;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  line-height: 1;
  color: transparent;
}

.checkbox--white .checkbox__mark {
  border-color: #ffffff;
}

.checkbox__mark::before {
  content: "\e913";
}

.checkbox:hover input:not(:disabled):not(:checked) + .checkbox__mark {
  border-color: #e4b37d;
}

.checkbox--white:hover input:not(:disabled):not(:checked) + .checkbox__mark {
  border-color: #ffffff;
}

input:not(:disabled):active + .checkbox__mark {
  background-color: #e4b37d;
  border-color: #e4b37d;
}

.checkbox--white input:not(:disabled):active + .checkbox__mark {
  background-color: #ffffff;
  border-color: #ffffff;
}

input:focus + .checkbox__mark {
  box-shadow: 0 0 0 0.1rem rgba(228, 179, 125, 0.25);
}

input:focus:not(:checked) + .checkbox__mark {
  border-color: #d89143;
}

.checkbox--white input:focus:not(:checked) + .checkbox__mark {
  border-color: #ffffff;
}

input:checked + .checkbox__mark {
  border-color: #e4b37d;
  background-color: #e4b37d;
  color: #ffffff;
}

.checkbox--white input:checked + .checkbox__mark {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #e4b37d;
}

input:disabled + .checkbox__mark {
  background-color: #d9d9d9;
}

.checkbox--disabled {
  cursor: not-allowed;
}

/* IPhone checkbox */

.radio {
  position: relative;
  display: inline-flex;
  gap: 0.6rem;
  align-items: center;
}

.radio input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.radio span {
  user-select: none;
  font-size: clamp(
        0.6rem,
        0.4570790531rem + 0.8932559178vw,
        0.8rem
      );
  text-align: left;
  cursor: pointer;
  font-weight: 500;
  line-height: 1.1;
}

.radio span a {
  text-decoration: underline;
}

.radio__mark {
  content: "";
  display: inline-block;
  width: 0.9rem;
  height: 0.9rem;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
}

.radio:hover input:not(:disabled):not(:checked) + .radio__mark {
  border-color: #e4b37d;
}

input:not(:disabled):active + .radio__mark {
  border-color: #e4b37d;
}

input:focus + .radio__mark {
  box-shadow: 0 0 0 0.1rem rgba(228, 179, 125, 0.25);
}

input:focus:not(:checked) + .radio__mark {
  border-color: #e4b37d;
}

input:checked + .radio__mark {
  border-color: #d9d9d9;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23e4b37d'/%3e%3c/svg%3e");
}

input:disabled + .radio__mark {
  background-color: #bdbbbb;
}

.input-file {
  width: 100%;
  position: relative;
  text-align: center;
}

.input-file input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.input-file__wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  cursor: pointer;
}

.input-file__label {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.75rem;
  color: #000000;
  border-bottom: 1px solid #198754;
  transition: color 0.3s ease 0s;
  will-change: color;
}

.input-file:hover .input-file__label,
input:focus-visible + .input-file__label {
  color: #ffb259;
}

.select {
  display: inline-block;
  line-height: 1.2;
}

.select select {
  display: none;
}

.select__title {
  width: 100%;
  text-align: left;
  cursor: pointer;
  border: 1px solid #d9d9d9;
  color: inherit;
  padding: 0.75em 1.2em;
  position: relative;
  height: 100%;
  background-color: #f9f9f9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8em;
  border-radius: 15px;
}

.select__title::after {
  content: "\e906";
  font-size: 0.4em;
  transition: transform 0.3s ease 0s;
}

.select--white .select__title {
  background-color: #ffffff;
}

.select--open .select__title::after {
  transform: rotate(180deg);
}

.select--multiple .select__counter {
  width: 0.75rem;
  height: 0.75rem;
  background-color: #dc3545;
  color: #ffffff;
  display: flex;
  justify-content: center;
  position: absolute;
  top: -0.25rem;
  right: -0.25rem;
  z-index: 3;
  font-size: 0.5rem;
  line-height: 0.75rem;
  border-radius: 50%;
}

.select__menu {
  background-color: #f9f9f9;
  border: 1px solid #d9d9d9;
  border-radius: 15px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition-property: opacity, z-index, visibility;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  max-height: 16rem;
  overflow-y: auto;
}

.select--white .select__menu {
  background-color: #ffffff;
}

.select--open .select__menu {
  z-index: 49;
  opacity: 1;
  visibility: visible;
}

.select__item {
  cursor: pointer;
  padding: 0.8em 1.2em;
  line-height: 100%;
  transition: background-color 0.3s ease 0s;
}

.select__item:not(:last-child) {
  border-bottom: 1px solid #d9d9d9;
}

.select__item:first-child {
  border-radius: 15px 15px 0 0;
}

.select__item:last-child {
  border-radius: 0 0 15px 15px;
}

.select--multiple .select__item {
  padding: 0;
}

.select__item:hover {
  background-color: #e0e0e0;
}

.select--white .select__item:hover {
  background-color: #e6e6e6;
}

.select--open.select--leaving-from-below .select__inner {
  transform: none;
  pointer-events: auto;
}

.select .checkbox {
  padding: 0.4rem;
}

.select.selected .select__title {
  border-color: #e4b37d;
}

.select__item--selected .checkbox span::before {
  background-color: #dc3545;
  color: #ffffff;
}

.error .select__title {
  border-color: #dc3545;
  color: #dc3545;
}

.floating {
  position: relative;
}

.floating__input {
  font-size: inherit;
  height: 2.8em;
  line-height: 1.2;
  padding: 0.8em 0.8em;
  width: 100%;
}

.floating--dark > .floating__input:focus {
  outline: none;
  border: 2px solid #000000;
}

.floating select {
  padding-left: 0.8em;
}

.floating__input:focus,
.floating__input:not(:placeholder-shown) {
  padding-top: 1.2em;
  padding-bottom: 0.5em;
  border-color: #ffb259;
}

.floating__input:not(:placeholder-shown) ~ label,
.floating__input:focus ~ label,
.floating .select ~ label {
  transform: scale(0.7) translateY(-0.4rem) translateY(0.1rem);
  line-height: 1.1;
  position: absolute;
}

.floating label {
  position: absolute;
  top: 0;
  left: 0.8em;
  padding: 0;
  padding-top: 0.75em;
  pointer-events: none;
  transform-origin: 0 0;
  transition: all 0.2s ease-out;
  will-change: all;
  z-index: 1;
  line-height: 1.1;
  color: #666666;
}

.floating__input::placeholder {
  color: transparent;
}

.floating__fix {
  position: absolute;
  top: 0.2em;
  left: 0.8em;
  right: 0.8em;
  height: 1em;
  background-color: #ffffff;
  pointer-events: none;
}

.floating textarea {
  resize: none;
}

.floating.error input {
  border-color: #dc3545;
}

.floating.error label {
  color: #dc3545;
}

.menu__item {
  position: relative;
}

.menu__item-dropdown-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 0.25rem;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}

.menu__item-dropdown-wrapper .menu__link {
  padding: 0;
}

.menu__item--dropdown .menu__item-dropdown-wrapper::after {
  content: "\e906";
  font-size: 0.3rem;
  margin-left: 0.1rem;
  transition: transform 0.3s;
}

.menu__item--dropdown--active .menu__item-dropdown-wrapper::after,
.menu__item-dropdown-wrapper.spoiler__title--active::after {
  transform: scale(1, -1);
}

.menu__flap {
  display: none;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4;
}

.header--absolute .menu__flap {
  background-color: rgba(0, 0, 0, 0.5);
}

.breadcrumbs {
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}

.breadcrumbs__list {
  display: flex;
  align-items: center;
  overflow-x: auto;
  gap: 0.4rem;
}

.breadcrumbs__item {
  font-size: 0.7rem;
  display: flex;
  align-items: center;
}

.breadcrumbs__item:not(:first-child)::before {
  content: ">";
  font-size: 0.5rem;
  line-height: 100%;
  margin-right: 0.4rem;
}

.breadcrumbs__link:focus-visible,
.breadcrumbs__link:hover {
  outline: 0;
  text-decoration: underline;
}

.header {
  z-index: 5;
  border-bottom: 1px solid #f1f1f1;
}

.top-header {
  background-color: #fafafa;
  min-height: 2.8rem;
  display: flex;
  align-items: center;
  padding: 0.8rem 0;
  z-index: 5;
  position: relative;
}

.top-header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.2rem;
}

.top-header__list {
  display: flex;
  gap: clamp(
        0.8rem,
        -0.3433675748rem + 7.1460473426vw,
        2.4rem
      );
  align-items: center;
  flex: 1 1 auto;
}

.top-header__item {
  display: flex;
  gap: 0.8rem;
  align-items: center;
}

.top-header__item-icon {
  color: #bdbbbb;
}

.top-header__item-content {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  font-size: 0.6rem;
}

.top-header__item-content b {
  font-weight: 600;
}

.top-header__item-content a {
  cursor: pointer;
  transition: color 0.3s ease;
}

.top-header__item-content a:hover {
  color: #e4b37d;
}

.top-header__social {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: #bdbbbb;
  font-size: 1.2rem;
  line-height: 1;
  z-index: 5;
}

.top-header__social-link {
  transition: color 0.3s ease 0s;
}

.top-header__social-link:hover {
  color: #e4b37d;
}

.bottom-header {
  background-color: #ffffff;
  z-index: 5;
  position: relative;
  min-height: 4rem;
  display: flex;
}

.bottom-header--fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  animation: header-show 0.3s ease 0s;
}

.bottom-header__container {
  display: flex;
  gap: clamp(
        0.8rem,
        -0.0575256811rem + 5.3595355069vw,
        2rem
      );
}

.bottom-header__menu-icon {
  align-self: center;
}

.bottom-header__logo {
  align-self: center;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  flex-shrink: 0;
  flex-basis: clamp(
        6rem,
        4.5707905315rem + 8.9325591782vw,
        8rem
      );
}

.bottom-header__button {
  align-self: center;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  margin-left: auto;
  display: none;
  padding-left: 1.2em;
  padding-right: 1.2em;
  max-width: 12rem;
}

@keyframes header-show {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

.burger-list {
  border-top: 1px solid #f1f1f1;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  padding: 1.5rem;
}

.burger-list__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
}

.burger-list__item-title {
  font-weight: 600;
}

.burger-list__item-title:not(:last-child) {
  margin-bottom: 0.5rem;
}

.burger-list__item-content {
  font-size: 0.8rem;
}

.burger-list__item-hint {
  color: #8e8b89;
  font-size: 0.6rem;
}

.footer {
  font-size: 0.8rem;
}

.footer a {
  transition: color 0.3s ease;
}

.footer a:hover {
  color: #e4b37d;
}

.top-footer__container {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  row-gap: 1rem;
  justify-content: center;
  align-items: center;
  padding-top: clamp(
        1rem,
        0.2853952657rem + 4.4662795891vw,
        2rem
      );
  padding-bottom: clamp(
        1rem,
        0.2853952657rem + 4.4662795891vw,
        2rem
      );
}

.top-footer__logo img {
  width: 100%;
  object-fit: contain;
}

.top-footer__nav {
  order: 1;
  width: 100%;
}

.top-footer__nav-title,
.top-footer__nav-item {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}

.top-footer__nav-list {
  order: 1;
  width: 100%;
  display: grid;
}

.top-footer__right-box {
  display: flex;
  gap: 0.6rem;
}

.top-footer__socials-list {
  display: none;
}

.top-footer__social-item {
  font-size: 1.5rem;
  color: #bdbbbb;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-footer__button {
  padding-left: 1em;
  padding-right: 1em;
}

.bottom-footer {
  border-top: 2px solid #f1f1f1;
  background-color: #f9f9f9;
}

.bottom-footer__container {
  display: flex;
  flex-direction: column;
  gap: clamp(
        0.4rem,
        -0.1716837874rem + 3.5730236713vw,
        1.2rem
      );
  padding-top: clamp(
        1rem,
        0.2853952657rem + 4.4662795891vw,
        2rem
      );
  padding-bottom: clamp(
        1rem,
        0.2853952657rem + 4.4662795891vw,
        2rem
      );
}

.bottom-footer__list {
  order: 1;
  display: flex;
  flex-direction: column;
  gap: clamp(
        0.4rem,
        -0.1716837874rem + 3.5730236713vw,
        1.2rem
      );
}

.bottom-footer__item {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-basis: 45%;
}

.bottom-footer__item-title {
  justify-content: space-between;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}

.bottom-footer__item-content-list {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding-top: 0.4rem;
}

.bottom-footer__bottom-list {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  order: 3;
}

.bottom-footer__bottom-item {
  color: #666666;
}

.pagination {
  padding-bottom: clamp(
        1rem,
        0.4146341463rem + 3.6585365854vw,
        2.5rem
      );
  text-align: center;
  overflow-x: auto;
  display: inline-block;
  width: 100%;
}

.pagination:not(:first-child) {
  padding-top: clamp(
        1rem,
        0.6097560976rem + 2.4390243902vw,
        2rem
      );
}

.pagination__inner {
  display: inline-flex;
  gap: 0.5rem;
}

.pagination__number {
  flex: 0 0 auto;
  transition: color 0.3s ease 0s;
  padding: 0.5rem;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  height: clamp(
        1.5rem,
        1.3048780488rem + 1.2195121951vw,
        2rem
      );
  min-width: clamp(
        1.5rem,
        1.3048780488rem + 1.2195121951vw,
        2rem
      );
  display: inline-flex;
  font-weight: 500;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  font-size: clamp(
        0.55rem,
        0.4914634146rem + 0.3658536585vw,
        0.7rem
      );
  border-radius: 15px;
}

.pagination__number--dots {
  pointer-events: none;
}

.pagination__number--current {
  background-color: #198754;
  pointer-events: none;
  color: #ffffff;
}

.pagination__number--prev,
.pagination__number--next {
  padding-left: clamp(
        0.75rem,
        0.4573170732rem + 1.8292682927vw,
        1.5rem
      );
  padding-right: clamp(
        0.75rem,
        0.4573170732rem + 1.8292682927vw,
        1.5rem
      );
  gap: 0.4rem;
}

.pagination__number--prev::before,
.pagination__number--next::before {
  content: ">";
  font-family: iconsfont;
  font-size: 0.5rem;
}

.pagination__number--next {
  flex-direction: row-reverse;
}

.pagination__number--prev::before {
  transform: rotate(-180deg);
}

.big-title {
  font-size: clamp(
        1.2rem,
        0.887804878rem + 1.9512195122vw,
        2rem
      );
  font-weight: 600;
  line-height: 1.2;
}

.big-title > b,
.big-title > strong {
  color: #e4b37d;
}

.title > b,
.faq__header-title.faq__header-title--h1 > b,
.title > strong,
.faq__header-title.faq__header-title--h1 > strong {
  color: #e4b37d;
}

.grid-3 {
  display: grid;
  gap: clamp(
        0.4rem,
        -0.1716837874rem + 3.5730236713vw,
        1.2rem
      );
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
}

.grid-2,
.before-after__content.active.active {
  display: grid;
  gap: clamp(
        0.4rem,
        -0.1716837874rem + 3.5730236713vw,
        1.2rem
      );
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
}

.grid-4 {
  display: grid;
  gap: clamp(
        0.4rem,
        -0.1716837874rem + 3.5730236713vw,
        1.2rem
      );
  grid-template-columns: repeat(4, 1fr);
}

.gallery-grid {
  display: grid;
  gap: clamp(
        0.5rem,
        -0.000223314rem + 3.1263957124vw,
        1.2rem
      );
  grid-template-columns: repeat(4, 1fr);
  justify-content: center;
}

.gallery-grid img {
  aspect-ratio: 1/1;
  object-fit: cover;
  width: 100%;
}

.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: -5;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  will-change: opacity, z-index;
  opacity: 0;
}

.backdrop--active {
  transition-property: opacity;
  z-index: 5;
  opacity: 1;
}

.page-not-found {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  margin-top: clamp(
        1rem,
        0.0243902439rem + 6.0975609756vw,
        3.5rem
      );
  margin-bottom: clamp(
        1.5rem,
        0.1341463415rem + 8.5365853659vw,
        5rem
      );
}

.page-not-found__code {
  font-size: clamp(
        3.5rem,
        2.3292682927rem + 7.3170731707vw,
        6.5rem
      );
}

.page-not-found__title {
  font-size: clamp(
        1rem,
        0.8048780488rem + 1.2195121951vw,
        1.5rem
      );
}

.slider-arrow {
  border: 2px solid #d9d9d9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition-property: color, background-color, border-color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  will-change: color, background-color;
  background-color: #ffffff;
  color: #212529;
  padding: 0;
  margin: 0;
  width: 2.8rem;
  height: 2.8rem;
  font-size: 0.6rem;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
}

.slider-arrow::before {
  content: "\e90d";
}

.slider-arrow--prev {
  transform: scale(-1, 1);
}

.slider-arrow--black {
  background-color: rgba(0, 0, 0, 0.4);
}

.slider-arrow--position--center {
  position: absolute;
  top: 50%;
  z-index: 1;
}

.slider-arrow--position--center.slider-arrow--next {
  transform: translate(0, -50%);
}

.slider-arrow--position--center.slider-arrow--prev {
  left: 0.75rem;
  transform: translate(0, -50%) scale(-1, 1);
}

.slider-arrow--position--center.slider-arrow--next {
  right: 0.75rem;
}

.slider-arrow--stick-out.slider-arrow--prev {
  left: 0;
  transform: translate(-50%, -50%) scale(-1, 1);
}

.slider-arrow--stick-out.slider-arrow--next {
  right: 0;
  transform: translate(50%, -50%);
}

.slider-arrow.swiper-button-disabled {
  opacity: 0.6;
  pointer-events: none;
}

.slider-arrow.swiper-button-lock {
  display: none;
}

.slider-pagination {
  display: flex;
  align-items: center;
  gap: clamp(
        0.2rem,
        0.0570790531rem + 0.8932559178vw,
        0.4rem
      );
}

.slider-pagination--position--center {
  left: 0;
  width: 100%;
  justify-content: center;
}

.slider-pagination--position--bottom {
  position: absolute;
  z-index: 1;
  bottom: 0.4rem;
}

.slider-pagination__bullet {
  width: clamp(
        0.4rem,
        0.2570790531rem + 0.8932559178vw,
        0.6rem
      );
  height: clamp(
        0.4rem,
        0.2570790531rem + 0.8932559178vw,
        0.6rem
      );
  cursor: pointer;
  background-color: #ffffff;
  border: 0;
  border-radius: 50%;
  transition-property: background-color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  will-change: background-color;
}

.slider-pagination__bullet:hover {
  background-color: #cccccc;
}

.slider-pagination__bullet.swiper-pagination-bullet-active {
  background-color: #e4b37d;
}

.slider-pagination.swiper-pagination-lock {
  display: none;
}

.rows {
  display: flex;
  flex-direction: column;
  gap: clamp(
        0.8rem,
        -0.0575256811rem + 5.3595355069vw,
        2rem
      );
}

.indent {
  padding-top: clamp(
        0.8rem,
        0.2283162126rem + 3.5730236713vw,
        1.6rem
      );
  padding-bottom: clamp(
        0.8rem,
        0.2283162126rem + 3.5730236713vw,
        1.6rem
      );
}

.indent--no-padding-top {
  padding-top: 0;
}

.indent--no-padding-bottom {
  padding-bottom: 0;
}

.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: none;
}

.glightbox-container.inactive {
  display: none;
}

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}

.glightbox-container .gslider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
}

.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative;
}

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}

.glightbox-container .gslide-inner-content {
  width: 100%;
}

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh;
}

.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}

.glightbox-container .ginner-container.desc-bottom,
.glightbox-container .ginner-container.desc-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 0.5rem;
}

.glightbox-container .ginner-container.desc-left,
.glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}

.gslide iframe,
.gslide video {
  outline: none !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: auto;
  touch-action: auto;
}

.gslide:not(.current) {
  pointer-events: none;
}

.gslide-image {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gslide-image img {
  max-height: 100vh;
  display: block;
  padding: 0;
  float: none;
  outline: none;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-touch-action: none;
  touch-action: none;
  margin: auto;
  min-width: 200px;
}

.desc-top .gslide-image img,
.desc-bottom .gslide-image img {
  width: auto;
}

.desc-left .gslide-image img,
.desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}

.gslide-image img.zoomable {
  position: relative;
}

.gslide-image img.dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}

.gslide-video {
  position: relative;
  max-width: 100vh;
  width: 100% !important;
}

.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
  display: none;
}

.gslide-video .gvideo-wrapper {
  width: 100%;
  margin: auto;
}

.gslide-video::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none;
}

.gslide-video.playing::before {
  display: none;
}

.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh;
}

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important;
}

.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
  margin: auto;
}

.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%;
}

.gslide-inline .dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1;
}

.gslide-external {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%;
}

.gslide-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}

.zoomed .gslide-media {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.desc-top .gslide-media,
.desc-bottom .gslide-media {
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gslide-description {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 0 0 auto;
}

.gslide-description.description-left,
.gslide-description.description-right {
  max-width: 100%;
}

.gslide-description.description-bottom,
.gslide-description.description-top {
  margin: 0 auto;
  width: 100%;
}

.gslide-description p {
  margin-bottom: 12px;
}

.gslide-description p:last-child {
  margin-bottom: 0;
}

.zoomed .gslide-description {
  display: none;
}

.glightbox-button-hidden {
  display: none;
}

/*
 * Description for mobiles
 * something like facebook does the description
 * for the photos
*/

.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  padding: 19px 11px;
  max-width: 100vw !important;
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
}

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1;
}

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: bold;
}

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: 0.4;
}

.gdesc-open .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0.4;
}

.gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}

.gdesc-closed .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1;
}

.greset {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gabsolute {
  position: absolute;
}

.grelative {
  position: relative;
}

.glightbox-desc {
  display: none !important;
}

.glightbox-open {
  overflow: hidden;
}

.gloader {
  height: 25px;
  width: 25px;
  -webkit-animation: lightboxLoader 0.8s infinite linear;
  animation: lightboxLoader 0.8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%;
}

.goverlay {
  width: 100%;
  height: calc(100vh + 1px);
  position: fixed;
  top: -1px;
  left: 0;
  background: #000;
  will-change: opacity;
}

.glightbox-mobile .goverlay {
  background: #000;
}

.gprev,
.gnext,
.gclose {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gprev svg,
.gnext svg,
.gclose svg {
  display: block;
  width: 25px;
  height: auto;
  margin: 0;
  padding: 0;
}

.gprev.disabled,
.gnext.disabled,
.gclose.disabled {
  opacity: 0.1;
}

.gprev .garrow,
.gnext .garrow,
.gclose .garrow {
  stroke: #fff;
}

.gbtn.focused {
  outline: 2px solid #0f3d81;
}

iframe.wait-autoplay {
  opacity: 0;
}

.glightbox-closing .gnext,
.glightbox-closing .gprev,
.glightbox-closing .gclose {
  opacity: 0 !important;
}

/*Skin */

.glightbox-clean .gslide-description {
  /*background: #fff;*/
}

.glightbox-clean .gdesc-inner {
  padding: 10px 15px;
}

.glightbox-clean .gslide-title {
  font-size: clamp(
        0.7rem,
        0.6219512195rem + 0.487804878vw,
        0.9rem
      );
  font-weight: 500;
  color: #fff;
  /*margin-bottom: 19px;*/
  line-height: 1.5em;
  text-align: center;
}

.glightbox-clean .gslide-title:not(:last-child) {
  margin-bottom: 0.5rem;
}

.glightbox-clean .gslide-desc {
  font-size: clamp(
        0.6rem,
        0.5609756098rem + 0.243902439vw,
        0.7rem
      );
  margin-bottom: 0;
  line-height: 1.4em;
  color: #fff;
  text-align: center;
}

.glightbox-clean .gslide-video {
  background: #000;
}

.glightbox-clean .gprev,
.glightbox-clean .gnext,
.glightbox-clean .gclose {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
}

.glightbox-clean .gprev path,
.glightbox-clean .gnext path,
.glightbox-clean .gclose path {
  fill: #fff;
}

.glightbox-clean .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute;
}

.glightbox-clean .gclose svg {
  width: 18px;
  height: auto;
}

.glightbox-clean .gclose:hover {
  opacity: 1;
}

/*CSS Animations*/

.gfadeIn {
  -webkit-animation: gfadeIn 0.5s ease;
  animation: gfadeIn 0.5s ease;
}

.gfadeOut {
  -webkit-animation: gfadeOut 0.5s ease;
  animation: gfadeOut 0.5s ease;
}

.gslideOutLeft {
  -webkit-animation: gslideOutLeft 0.3s ease;
  animation: gslideOutLeft 0.3s ease;
}

.gslideInLeft {
  -webkit-animation: gslideInLeft 0.3s ease;
  animation: gslideInLeft 0.3s ease;
}

.gslideOutRight {
  -webkit-animation: gslideOutRight 0.3s ease;
  animation: gslideOutRight 0.3s ease;
}

.gslideInRight {
  -webkit-animation: gslideInRight 0.3s ease;
  animation: gslideInRight 0.3s ease;
}

.gzoomIn {
  -webkit-animation: gzoomIn 0.5s ease;
  animation: gzoomIn 0.5s ease;
}

.gzoomOut {
  -webkit-animation: gzoomOut 0.5s ease;
  animation: gzoomOut 0.5s ease;
}

@-webkit-keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes gfadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes gfadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes gfadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes gfadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-webkit-keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }

  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }

  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}

@-webkit-keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}

@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}

@-webkit-keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 1;
  }
}

@keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes gzoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes gzoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.contacts__container {
  display: flex;
  flex-direction: column;
  gap: clamp(
        0.4rem,
        -0.1716837874rem + 3.5730236713vw,
        1.2rem
      );
}

.contacts__map {
  flex: 1 1 auto;
  overflow: hidden;
}

.contacts__map iframe {
  width: 100%;
  height: 100%;
}

.contacts__info {
  flex: 0 0 27.5rem;
  padding: clamp(
        1rem,
        0.5712371594rem + 2.6797677535vw,
        1.6rem
      );
  display: flex;
  flex-direction: column;
  gap: clamp(
        0.4rem,
        -0.1716837874rem + 3.5730236713vw,
        1.2rem
      );
}

.contacts__boxes-list {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(
        0.4rem,
        -0.1716837874rem + 3.5730236713vw,
        1.2rem
      );
}

.contacts__box {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  font-style: normal;
  flex-grow: 1;
  flex-basis: 100%;
}

.contacts__box--full-line {
  flex-grow: 1;
  flex-basis: 100%;
}

.contacts__info-title {
  font-weight: 700;
}

.contacts__info-list {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.contacts__info-list--socials {
  flex-direction: row;
}

.contacts__info-item--icon {
  color: #e4b37d;
  font-size: 1.6rem;
  transition: color 0.3s ease;
  will-change: color;
  height: max-content;
  line-height: 1;
}

.contacts__info-item--icon::before {
  transition: color 0.3s ease;
}

.contacts__info-item--icon:hover::before {
  color: #ffb259;
}

.contacts__info-item--link {
  transition: color 0.3s ease;
  will-change: color;
}

.contacts__info-item--link:hover {
  color: #e4b37d;
}

.main-slider {
  background: linear-gradient(90deg, #f2f2f2 0%, #fff 70.27%, #f7f7f7 89.06%, #f2f2f2 100%);
}

.main-slider__swiper {
  z-index: 1;
}

.main-slider__swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  overflow: hidden;
  padding-top: clamp(
        1.2rem,
        0.3424743189rem + 5.3595355069vw,
        2.4rem
      );
  padding-bottom: clamp(
        2.8rem,
        -3.139541803rem + 15.4715858375vw,
        8rem
      );
}

.main-slider__bg {
  position: absolute;
  right: -10%;
  top: 0;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}

.main-slider__list {
  display: flex;
  gap: 0.8rem;
  align-items: flex-start;
  overflow: auto;
}

.main-slider__item {
  border-radius: 15px;
  padding: 0.9375em 1.5em;
  font-size: clamp(
        0.6rem,
        0.4570790531rem + 0.8932559178vw,
        0.8rem
      );
  font-weight: 600;
  border: 2px solid #e4b37d;
  flex: 0 0 auto;
}

.main-slider__title,
.main-slider__subtitle {
  max-width: 22.5rem;
}

.main-slider__subtitle {
  font-size: clamp(
        0.8rem,
        0.6570790531rem + 0.8932559178vw,
        1rem
      );
  color: #827f7e;
}

.main-slider__subtitle:not(:first-child) {
  margin-top: -0.4rem;
}

.main-slider__buttons {
  display: flex;
  gap: 0.8rem;
}

.main-slider__button {
  padding-left: 2.8rem;
  padding-right: 2.8rem;
  text-align: center;
}

.main-slider__button-all {
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  width: 8rem;
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.3;
  color: #ffffff;
  text-align: center;
  border: 3px solid #e4b37d;
  background-color: rgba(228, 179, 125, 0.3);
  bottom: 27.2%;
  z-index: 1;
  transition: background-color 0.3s ease 0s;
}

.main-slider__button-all:hover {
  background-color: #e4b37d;
}

.main-slider__arrows {
  display: flex;
  gap: 0.8rem;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  top: 3.25rem;
}

.main-slider .slider-arrow {
  background-color: #f2f2f2;
}

.main-slider__prices .prices__value {
  font-size: clamp(
        1rem,
        0.5712371594rem + 2.6797677535vw,
        1.6rem
      );
}

.main-slider__prices .prices__old {
  font-size: clamp(
        0.8rem,
        0.5141581063rem + 1.7865118356vw,
        1.2rem
      );
}

.procedure__title {
  text-align: center;
}

.procedure__tabs {
  display: grid;
  gap: clamp(
        0.4rem,
        -0.1716837874rem + 3.5730236713vw,
        1.2rem
      );
  grid-template-columns: repeat(3, 1fr);
}

.procedure__tabs-items {
  display: flex;
  flex-direction: column;
}

.procedure__tab {
  padding: 0.8em;
  width: 100%;
  border-radius: 15px;
  transition-property: background-color, color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}

.procedure__tab.active,
.procedure__tab:hover {
  background-color: #e4b37d;
  color: #ffffff;
}

.procedure__tabs-content {
  border: 2px solid #d9d9d9;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  padding-top: clamp(
        0.8rem,
        0.2283162126rem + 3.5730236713vw,
        1.6rem
      );
  padding-bottom: clamp(
        0.8rem,
        0.2283162126rem + 3.5730236713vw,
        1.6rem
      );
  border-radius: 15px;
}

.procedure__content-title {
  font-size: clamp(
        1rem,
        0.8570790531rem + 0.8932559178vw,
        1.2rem
      );
  margin-bottom: 1em;
  font-weight: 600;
}

.procedure__image {
  border-radius: 15px;
}

.procedure__image img {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.base-slider__header {
  display: flex;
  align-items: center;
  column-gap: 1.2rem;
  justify-content: space-between;
}

.base-slider__box {
  display: flex;
  column-gap: 1.2rem;
  row-gap: 0.4rem;
  align-items: flex-end;
}

.base-slider__link {
  color: #ffb259;
  font-weight: 600;
  border-bottom: 2px solid transparent;
  transition: border-color 0.3s ease 0s;
  will-change: border-color;
  margin-bottom: 0.1rem;
}

.base-slider__link:hover {
  border-color: #ffb259;
}

.base-slider__arrows {
  display: flex;
  gap: 0.4rem;
}

.base-slider__swiper {
  width: 100%;
}

.base-slider__swiper .swiper-wrapper {
  align-items: stretch;
}

.base-slider--images .swiper-slide {
  height: 24rem;
}

.base-slider--images .swiper-slide--small {
  height: 18rem;
}

.base-slider--images .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.prices {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.prices__value {
  font-weight: 700;
  font-size: clamp(
        1rem,
        0.8570790531rem + 0.8932559178vw,
        1.2rem
      );
}

.prices__old {
  font-size: clamp(
        0.6rem,
        0.4570790531rem + 0.8932559178vw,
        0.8rem
      );
  color: #827f7e;
  text-decoration: line-through;
}

.card-entity {
  display: flex;
  flex-direction: column;
  height: auto;
  gap: clamp(
        0.8rem,
        0.5141581063rem + 1.7865118356vw,
        1.2rem
      );
}

.card-entity--has-border {
  border-radius: 15px;
  border: 2px solid #d9d9d9;
  padding: 1.5em;
  box-sizing: border-box;
}

.card-entity--row {
  flex-direction: column;
  align-items: center;
  border: 2px solid #d9d9d9;
  border-radius: 15px;
  overflow: hidden;
}

.card-entity--row .card-entity__img {
  min-height: clamp(
        8rem,
        6.5707905315rem + 8.9325591782vw,
        10rem
      );
  flex-basis: clamp(
        8rem,
        6.5707905315rem + 8.9325591782vw,
        10rem
      );
}

.card-entity--row .card-entity__img img {
  position: relative;
  border-radius: 0;
}

.card-entity--row .card-entity__body {
  padding: 0.8rem;
}

.card-entity--row .card-entity__button {
  width: max-content;
}

.card-entity__img {
  flex-shrink: 0;
  height: clamp(
        14rem,
        11.141581063rem + 17.8651183564vw,
        18rem
      );
  flex-basis: clamp(
        14rem,
        12.094671033rem + 11.9083060435vw,
        18rem
      );
  width: 100%;
  position: relative;
}

.card-entity__img--medium {
  height: clamp(
        10rem,
        5.7123715945rem + 26.7976775346vw,
        16rem
      );
  flex-basis: clamp(
        10rem,
        7.1420065496rem + 17.8624590652vw,
        16rem
      );
}

.card-entity__img--small {
  height: clamp(
        8rem,
        5.141581063rem + 17.8651183564vw,
        12rem
      );
  flex-basis: clamp(
        8rem,
        6.094671033rem + 11.9083060435vw,
        12rem
      );
}

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

.card-entity__hover-button.button {
  opacity: 0;
  transition: opacity 0.3s ease 0s;
  will-change: opacity;
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
  flex-direction: row-reverse;
  font-size: clamp(
        0.6rem,
        0.4570790531rem + 0.8932559178vw,
        0.8rem
      );
  position: absolute;
  bottom: 0.8rem;
  left: 0.8rem;
  right: 0.8rem;
}

.card-entity__hover-button.button::before {
  font-size: 0.45rem;
}

.card-entity__body,
.card-entity__content {
  display: flex;
  flex-direction: column;
}

.card-entity__body {
  gap: clamp(
        0.8rem,
        0.5141581063rem + 1.7865118356vw,
        1.2rem
      );
  flex: 1 1 auto;
}

.card-entity__content {
  gap: clamp(
        0.4rem,
        0.2570790531rem + 0.8932559178vw,
        0.6rem
      );
}

.card-entity__title {
  font-weight: 600;
  line-height: 1.3;
}

.card-entity__description {
  font-size: clamp(
        0.6rem,
        0.4570790531rem + 0.8932559178vw,
        0.8rem
      );
}

.card-entity__description--gray {
  color: #666666;
}

.card-entity__link {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  color: #ffb259;
  transition: color 0.3s ease;
}

.card-entity__link::after {
  content: "\e90d";
  font-size: 0.6rem;
}

.card-entity__link:hover {
  color: #e4b37d;
}

.banner--bulguing {
  padding-top: 5rem;
}

.banner--reverse .banner__box {
  justify-content: flex-end;
}

.banner--reverse .banner__box .banner__right {
  right: auto;
  left: 0;
}

.banner--background--gray {
  background-color: #f2f2f2;
}

.banner__box {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  gap: 0.6rem;
  position: relative;
}

.banner__box--orange-box {
  background-color: #ffb259;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: -15px;
  margin-right: -15px;
}

.banner__box--orange-box .banner__title,
.banner__box--orange-box .banner__subtitle,
.banner__box--orange-box .banner__form-text {
  color: #ffffff;
}

.banner__box--orange-box .prices,
.banner__box--orange-box .mini-card__item--transparent,
.banner__box--orange-box .mini-card__item--transparent > .mini-card__item-description {
  color: #ffffff;
}

.banner__left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  z-index: 1;
}

.banner__left--padding {
  padding-top: clamp(
        0.8rem,
        -0.9150513622rem + 10.7190710138vw,
        3.2rem
      );
  padding-bottom: clamp(
        0.8rem,
        -0.9150513622rem + 10.7190710138vw,
        3.2rem
      );
}

.banner__breadcrumbs {
  color: #bdbbbb;
}

.banner__breadcrumbs .breadcrumbs,
.banner__breadcrumbs .breadcrumbs__container {
  padding: 0;
}

.banner__subtitle {
  color: #666666;
}

.banner__buttons {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}

.banner__button {
  width: 100%;
  padding-left: 2.8rem;
  padding-right: 2.8rem;
}

.banner__form {
  display: flex;
  flex-direction: column;
  gap: clamp(
        0.4rem,
        0.1141581063rem + 1.7865118356vw,
        0.8rem
      );
}

.banner__form-text {
  color: #666666;
}

.banner__form-group {
  display: flex;
  gap: 0.4rem;
}

.banner__form-group--big {
  flex-wrap: wrap;
}

.banner__form-group--big .floating,
.banner__form-group--big .button {
  flex-basis: calc(50% - 0.4rem);
}

.banner__form-group--big .select {
  width: 100%;
}

.banner__form-group--big .button.button {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.banner__form-group--big .button.button span {
  display: block;
}

.banner__form-group--big .button.button::before {
  content: "\e90d";
}

.banner__form-group button.button span {
  display: none;
}

.banner__form-group button.button::before {
  font-size: 0.8rem;
}

.banner__right {
  justify-content: center;
  height: clamp(
        10rem,
        5.7123715945rem + 26.7976775346vw,
        16rem
      );
}

.banner__right img {
  height: 100%;
  width: max-content;
  max-height: 100%;
  object-fit: contain;
  float: right;
}

.banner__right--hide {
  display: none;
}

.banner__right--slider .image-slider {
  max-width: 100%;
}

.banner__right--slider .image-slider img {
  border-radius: 15px;
}

.mini-card__list {
  display: flex;
  gap: 0.6rem;
  flex-direction: column;
}

.mini-card__item {
  border-radius: 15px;
  border: 2px solid #d9d9d9;
  padding: 1rem;
  flex-basis: calc(50% - 0.3rem);
  background-color: #ffffff;
}

.mini-card__item--transparent {
  background-color: transparent;
}

.mini-card__item-title {
  font-weight: 600;
}

.mini-card__item-description {
  color: #666666;
}

.before-after__item {
  display: flex;
  flex-direction: column;
  gap: clamp(
        0.8rem,
        0.5141581063rem + 1.7865118356vw,
        1.2rem
      );
}

.before-after__button {
  width: 100%;
  text-align: center;
}

.before-after .mobile-slider {
  width: calc(100vw - 30px);
}

.faq__header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.faq__header-link {
  color: #ffb259;
  font-weight: 600;
  border-bottom: 2px solid transparent;
  transition: border-color 0.3s ease 0s;
  align-self: flex-end;
}

.faq__header-link:hover {
  border-color: #ffb259;
}

.faq__item {
  border-bottom: 2px solid #d9d9d9;
}

.faq__item-title {
  padding: 1.2rem 0;
  font-weight: 600;
  justify-content: space-between;
}

.faq [data-spoilers] [data-spoiler]::after {
  content: "\e90b";
  font-size: clamp(
        0.6rem,
        0.4570790531rem + 0.8932559178vw,
        0.8rem
      );
  font-weight: 600;
  padding: 0.875em;
  border: 2px solid #d9d9d9;
  border-radius: 50%;
  transition-property: background-color, color, transform, border-color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}

.faq [data-spoilers] [data-spoiler].active::after {
  transform: rotate(45deg);
}

.faq__item-content {
  padding-bottom: 1.2rem;
}

.info-section {
  display: flex;
  flex-direction: column;
  border-bottom: 2px solid #d9d9d9;
}

.info-section:first-child {
  border-top: 2px solid #d9d9d9;
}

.info-section__title {
  padding-top: 1.2em;
  padding-bottom: 1.2em;
  justify-content: space-between;
}

.info-section__content {
  padding-bottom: 1.2em;
}

.faq__header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.faq__header-link {
  color: #ffb259;
  font-weight: 600;
  border-bottom: 2px solid transparent;
  transition: border-color 0.3s ease 0s;
  align-self: flex-end;
}

.faq__header-link:hover {
  border-color: #ffb259;
}

.faq__item {
  border-bottom: 2px solid #d9d9d9;
}

.faq__item-title {
  padding: 1.2rem 0;
  font-weight: 600;
  justify-content: space-between;
}

.faq [data-spoilers] [data-spoiler]::after {
  content: "\e90b";
  font-size: clamp(
        0.6rem,
        0.4570790531rem + 0.8932559178vw,
        0.8rem
      );
  font-weight: 600;
  padding: 0.875em;
  border: 2px solid #d9d9d9;
  border-radius: 50%;
  transition-property: background-color, color, transform, border-color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}

.faq [data-spoilers] [data-spoiler].active::after {
  transform: rotate(45deg);
}

.faq__item-content {
  padding-bottom: 1.2rem;
}

.banner--bulguing {
  padding-top: 5rem;
}

.banner--reverse .banner__box {
  justify-content: flex-end;
}

.banner--reverse .banner__box .banner__right {
  right: auto;
  left: 0;
}

.banner--background--gray {
  background-color: #f2f2f2;
}

.banner__box {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  gap: 0.6rem;
  position: relative;
}

.banner__box--orange-box {
  background-color: #ffb259;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: -15px;
  margin-right: -15px;
}

.banner__box--orange-box .banner__title,
.banner__box--orange-box .banner__subtitle,
.banner__box--orange-box .banner__form-text {
  color: #ffffff;
}

.banner__box--orange-box .prices,
.banner__box--orange-box .mini-card__item--transparent,
.banner__box--orange-box .mini-card__item--transparent > .mini-card__item-description {
  color: #ffffff;
}

.banner__left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  z-index: 1;
}

.banner__left--padding {
  padding-top: clamp(
        0.8rem,
        -0.9150513622rem + 10.7190710138vw,
        3.2rem
      );
  padding-bottom: clamp(
        0.8rem,
        -0.9150513622rem + 10.7190710138vw,
        3.2rem
      );
}

.banner__breadcrumbs {
  color: #bdbbbb;
}

.banner__breadcrumbs .breadcrumbs,
.banner__breadcrumbs .breadcrumbs__container {
  padding: 0;
}

.banner__subtitle {
  color: #666666;
}

.banner__buttons {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}

.banner__button {
  width: 100%;
  padding-left: 2.8rem;
  padding-right: 2.8rem;
}

.banner__form {
  display: flex;
  flex-direction: column;
  gap: clamp(
        0.4rem,
        0.1141581063rem + 1.7865118356vw,
        0.8rem
      );
}

.banner__form-text {
  color: #666666;
}

.banner__form-group {
  display: flex;
  gap: 0.4rem;
}

.banner__form-group--big {
  flex-wrap: wrap;
}

.banner__form-group--big .floating,
.banner__form-group--big .button {
  flex-basis: calc(50% - 0.4rem);
}

.banner__form-group--big .select {
  width: 100%;
}

.banner__form-group--big .button.button {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.banner__form-group--big .button.button span {
  display: block;
}

.banner__form-group--big .button.button::before {
  content: "\e90d";
}

.banner__form-group button.button span {
  display: none;
}

.banner__form-group button.button::before {
  font-size: 0.8rem;
}

.banner__right {
  justify-content: center;
  height: clamp(
        10rem,
        5.7123715945rem + 26.7976775346vw,
        16rem
      );
}

.banner__right img {
  height: 100%;
  width: max-content;
  max-height: 100%;
  object-fit: contain;
  float: right;
}

.banner__right--hide {
  display: none;
}

.banner__right--slider .image-slider {
  max-width: 100%;
}

.banner__right--slider .image-slider img {
  border-radius: 15px;
}

.mini-card__list {
  display: flex;
  gap: 0.6rem;
  flex-direction: column;
}

.mini-card__item {
  border-radius: 15px;
  border: 2px solid #d9d9d9;
  padding: 1rem;
  flex-basis: calc(50% - 0.3rem);
  background-color: #ffffff;
}

.mini-card__item--transparent {
  background-color: transparent;
}

.mini-card__item-title {
  font-weight: 600;
}

.mini-card__item-description {
  color: #666666;
}

.before-after__item {
  display: flex;
  flex-direction: column;
  gap: clamp(
        0.8rem,
        0.5141581063rem + 1.7865118356vw,
        1.2rem
      );
}

.before-after__button {
  width: 100%;
  text-align: center;
}

.before-after .mobile-slider {
  width: calc(100vw - 30px);
}

.mobile-slider {
  overflow: unset;
}

.fixed-panel {
  z-index: 4;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  display: flex;
  border-top: 1px solid #f1f1f1;
}

.fixed-panel__item {
  padding: 1rem 0.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 0.4rem;
  flex: 1 1 auto;
  transition: background-color 0.3s ease 0s;
  line-height: 1;
}

.fixed-panel__item:hover {
  background-color: rgba(228, 179, 125, 0.2);
}

.fixed-panel__icon {
  font-size: 1rem;
  color: #e4b37d;
}

.fixed-panel__item--main {
  background-color: #fbf3eb;
}

.fixed-panel__item--main .fixed-panel__icon {
  font-size: 1.4rem;
}

.fixed-panel__item--menu .icon-more {
  font-size: 0.4rem;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fixed-panel__title {
  font-size: 0.6rem;
}

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

.pricing__list {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(
        0.4rem,
        -0.1716837874rem + 3.5730236713vw,
        1.2rem
      );
  justify-content: space-between;
}

.card-pricing {
  padding: 1.2rem;
  border: 2px solid #d9d9d9;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  color: #666666;
}

.card-pricing--dark {
  background-color: #302b29;
  border-color: #302b29;
  color: #ffffff;
}

.card-pricing--primary {
  color: #000000;
}

.card-pricing__title {
  font-weight: 600;
  font-size: 1.2rem;
  color: inherit;
}

.card-pricing__content {
  flex-grow: 1;
}

.card-pricing--primary .card-pricing__prices .prices__value {
  color: #e4b37d;
}

.card-pricing--dark .card-pricing__button {
  background-color: #ffffff;
  color: #302b29;
  border-color: #ffffff;
}

.card-pricing--dark .card-pricing__button:hover {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}

.numbers-block__list {
  display: flex;
  gap: clamp(
        0.4rem,
        -0.1716837874rem + 3.5730236713vw,
        1.2rem
      );
  flex-wrap: wrap;
}

.main-about__container {
  display: flex;
  flex-direction: column;
  gap: clamp(
        1rem,
        0.2853952657rem + 4.4662795891vw,
        2rem
      );
}

.main-about__title {
  text-align: center;
}

.main-about__box {
  display: flex;
  flex-direction: column;
  gap: clamp(
        1rem,
        -0.2862885217rem + 8.0393032604vw,
        2.8rem
      );
}

.main-about__inner {
  order: 0;
}

.main-about .image-slider {
  width: 100%;
  height: clamp(
        12rem,
        4.8539526574rem + 44.662795891vw,
        22rem
      );
}

.main-about .image-slider img {
  border-radius: 15px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.main-about__info-list {
  order: 1;
  width: 100%;
}

.main-about .swiper-wrapper {
  align-items: stretch;
}

.main-about__info-item {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding: 1em;
  border: 2px solid #e4b37d;
  border-radius: 15px;
  box-sizing: border-box;
  height: auto;
}

.main-about__info-title {
  font-weight: 700;
}

.contacts-block__header {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  flex-wrap: wrap;
}

.contacts-block__header-left {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.contacts-block__description {
  color: #666666;
}

.contacts-block__button {
  order: 2;
  flex-shrink: 0;
  padding: 0.8em 0.8em;
  gap: 0.8em;
  justify-content: center;
  text-align: center;
}

.contacts-block__button::before {
  font-size: 1.6em;
}

.contacts-block__swiper {
  width: 100%;
}

.contacts-block__image {
  height: clamp(
        8rem,
        2.2831621259rem + 35.7302367128vw,
        16rem
      );
}

.contacts-block__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.card {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  border: 2px solid #e4b37d;
  padding: clamp(
        0.8rem,
        0.5141581063rem + 1.7865118356vw,
        1.2rem
      );
  border-radius: 15px;
  box-sizing: border-box;
  background-color: #ffffff;
  transition: background-color 0.3s ease;
}

.card--link:hover {
  background-color: #f9f9f9;
}

.card__header {
  display: flex;
  align-items: center;
  gap: clamp(
        0.2rem,
        -0.3716837874rem + 3.5730236713vw,
        1rem
      );
}

.card__icon {
  padding: clamp(
        0.2rem,
        -0.2287628406rem + 2.6797677535vw,
        0.8rem
      );
  box-sizing: content-box;
  background-color: #f9f9f9;
  width: clamp(
        1rem,
        0.8570790531rem + 0.8932559178vw,
        1.2rem
      );
  height: clamp(
        1rem,
        0.8570790531rem + 0.8932559178vw,
        1.2rem
      );
  border-radius: 15px;
  flex-shrink: 0;
}

.card__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.card__title {
  font-weight: 600;
  line-height: 1.3;
}

.card__description {
  color: #666666;
}

.card--numbers {
  flex-grow: 1;
  flex-basis: calc(50% - 1.2rem);
}

.card--numbers .card__title {
  font-weight: 700;
}

.card__swiper-slide {
  height: auto;
}

.card-list__title:not(:last-child) {
  margin-bottom: 1rem;
}

.promo-list {
  width: 100%;
}

.promo-list .card-entity {
  box-sizing: border-box;
}

.doctors-detail-block__container {
  display: flex;
  flex-direction: column;
  gap: clamp(
        1.2rem,
        -1.0867351496rem + 14.2920946851vw,
        4.4rem
      );
}

.doctors-detail-block__buttons-list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.doctors-detail-block__info {
  flex-shrink: 0;
}

.doctors-detail-block__sticky-inner {
  display: flex;
  flex-direction: column;
  gap: clamp(
        0.4rem,
        -0.1716837874rem + 3.5730236713vw,
        1.2rem
      );
}

.doctors-detail-block__image {
  height: 18rem;
}

.doctors-detail-block__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.doctors-detail-block__title {
  font-weight: 600;
}

.doctors-detail-block__button {
  width: 100%;
  text-align: center;
}

.doctors-detail-block__tabs {
  display: flex;
  flex-direction: column;
}

.doctors-detail-tabs__swiper {
  width: 100%;
}

.doctors-detail-tabs__swiper .swiper-slide {
  flex-grow: 1;
  justify-content: center;
}

.doctors-detail-tabs__box {
  display: flex;
  column-gap: 1.2rem;
  row-gap: 0.4rem;
  align-items: flex-end;
  justify-content: space-between;
}

.card-services {
  position: relative;
  height: clamp(
        10rem,
        7.141581063rem + 17.8651183564vw,
        14rem
      );
  padding: clamp(
        0.8rem,
        0.2283162126rem + 3.5730236713vw,
        1.6rem
      );
  display: flex;
  align-items: flex-end;
  border-radius: 15px;
  overflow: hidden;
}

.card-services__image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.card-services__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: relative;
  z-index: -2;
  transition: transform 0.3s ease;
}

.card-services__image::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 97.43%);
  z-index: -1;
}

.card-services__title {
  font-weight: 500;
  z-index: 1;
  color: #ffffff;
}

.split-section__container {
  gap: clamp(
        1.2rem,
        0.3424743189rem + 5.3595355069vw,
        2.4rem
      );
}

.split-section__block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: clamp(
        0.4rem,
        -0.1716837874rem + 3.5730236713vw,
        1.2rem
      );
}

.split-section__block--outline {
  padding: 1.6rem;
  border-radius: 15px;
  border-width: 2px;
  border-style: solid;
}

.split-section__block--outline--grey {
  border-color: #d9d9d9;
}

.split-section__block--outline--orange {
  border-color: #e4b37d;
}

.split-section__block--image {
  max-width: 100%;
  overflow: hidden;
}

.split-section__block--image img {
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.split-section__list {
  display: flex;
  flex-direction: column;
  gap: clamp(
        0.4rem,
        -0.1716837874rem + 3.5730236713vw,
        1.2rem
      );
}

.split-section__item {
  display: flex;
  gap: clamp(
        0.4rem,
        0.1141581063rem + 1.7865118356vw,
        0.8rem
      );
  align-items: center;
}

.split-section__item::before {
  content: "\e910";
  padding: 0.4rem;
  background-color: #f9f9f9;
  color: #e4b37d;
  border-radius: 8px;
}

.split-section__card-list {
  display: flex;
  flex-direction: column;
}

.split-section__card-list .card {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #bdbbbb;
}

.split-section__card-list .card:first-child {
  border: 2px solid #bdbbbb;
  border-radius: 15px 15px 0 0;
}

.split-section__card-list .card:last-child {
  border-top: none;
  border-left: 2px solid #bdbbbb;
  border-right: 2px solid #bdbbbb;
  border-bottom: 2px solid #bdbbbb;
  border-radius: 0 0 15px 15px;
}

.split-section__card-list .card__icon {
  border-radius: 8px;
  width: 1.2rem;
  height: 1.2rem;
}

.split-section__card-list .card__title {
  font-weight: 500;
}

.split-section__block-button {
  width: max-content;
}

.split-section__block-button--full-width {
  width: 100%;
  text-align: center;
}

.features__item {
  display: flex;
  gap: clamp(
        0.4rem,
        -0.1716837874rem + 3.5730236713vw,
        1.2rem
      );
  padding-top: clamp(
        0.8rem,
        0.6570790531rem + 0.8932559178vw,
        1rem
      );
  padding-bottom: clamp(
        0.8rem,
        0.6570790531rem + 0.8932559178vw,
        1rem
      );
  border-bottom: 2px solid #d9d9d9;
}

.features__name {
  color: #666666;
  flex: 1 1 auto;
}

.image-slider {
  height: 100%;
}

.image-slider__swiper {
  height: 100%;
  position: relative;
}

.image-slider__swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer-form__box {
  padding: clamp(
        1rem,
        -0.2862885217rem + 8.0393032604vw,
        2.8rem
      );
  background-color: #ffb259;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.footer-form__header {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.footer-form__title,
.footer-form__subtitle,
.footer-form .checkbox__label {
  color: #ffffff;
}

.footer-form__form {
  display: flex;
  flex-direction: column;
  gap: clamp(
        0.8rem,
        0.5141581063rem + 1.7865118356vw,
        1.2rem
      );
}

.footer-form__row {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.footer-form__row .floating,
.footer-form__row .select,
.footer-form__row .button {
  flex-grow: 1;
  flex-shrink: 0;
}

.footer-form__row .floating,
.footer-form__row .select {
  flex-basis: 25%;
}

.footer-form__button.button span {
  display: none;
}

.footer-form__button.button::after {
  content: "\e90d";
  font-size: 0.8rem;
}

.table__content {
  padding-left: -15px;
}

.table-item__header {
  display: flex;
  gap: 1.4rem;
  width: 100%;
  padding: 2rem 0;
  border-top: 2px solid #d9d9d9;
}

.table-item__header:last-child {
  border-bottom: 2px solid #d9d9d9;
}

.table-item__header-box {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 0.4rem;
  align-items: flex-start;
}

.table-item__link {
  color: #ffb259;
  font-weight: 600;
  border-bottom: 2px solid transparent;
  transition: border-color 0.3s ease 0s;
  will-change: border-color;
}

.table-item__link:hover {
  border-color: #ffb259;
}

.table-item__description {
  display: flex;
}

.table-item__table-row {
  display: flex;
  gap: 0.6rem;
}

.table-item__table-row--color--gray {
  color: #666666;
}

.table-item__col {
  flex: 1 0 10%;
  align-self: center;
}

.table-item__col--double {
  flex-grow: 2;
}

.table-item__col--bold {
  font-weight: 600;
}

.table-item__col--button {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.table-item__top-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 1rem;
  gap: 0.4rem;
}

.table-item__list {
  display: flex;
  flex-direction: column;
}

.table-item__item {
  display: flex;
  flex-direction: column;
}

.table-item__table-row,
.table-item__item-title {
  padding: 1.2rem 0;
  border-top: 2px solid #d9d9d9;
}

.table-item__item-title {
  font-weight: 600;
  display: flex;
  justify-content: space-between;
}

.table-item__item-content .table-item__table-row {
  background-color: #f8f7f7;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}

.reviews-card {
  display: flex;
  gap: 1.2rem;
  padding: 2rem;
  border: 2px solid #d9d9d9;
  border-radius: 15px;
  transition: 0.3s ease background-color;
}

.reviews-card:hover {
  background-color: #ebebeb;
}

.reviews-card__icon,
.reviews-card__info,
.reviews-card__rating {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.reviews-card__info {
  flex: 1 0 0;
}

.reviews-card__title {
  font-weight: 600;
}

.reviews-card__count {
  color: #bdbbbb;
}

.reviews-card__rating {
  font-weight: 700;
  font-size: 2rem;
}

.card-mobile {
  box-sizing: border-box;
  position: relative;
  padding: 1.25em;
  display: flex;
  flex-direction: column;
  gap: 0.625em;
  font-size: 0.8rem;
  color: #ffffff;
  min-height: 9rem;
}

.card-mobile__title {
  font-weight: 600;
}

.card-mobile__description {
  font-size: 0.75em;
  line-height: 1.2;
}

.card-mobile__prices {
  font-size: 1.2rem;
}

.card-mobile__prices .prices__old {
  color: #bdbbbb;
}

.card-mobile__bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.card-mobile__bg-image img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  object-fit: cover;
}

.card-mobile__bg-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  opacity: 0.4;
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 100%);
}

html.lock {
  overflow: hidden;
}

html.safari-lock {
  position: fixed;
  width: 100%;
  height: 100%;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.form-checkbox-none,
[hidden],
.hide {
  display: none !important;
}

@media (min-width: 575.8px) {
  .modal__dialog {
    max-width: 25rem;
    min-width: 25rem;
  }

  .bottom-header__button {
    display: block;
  }

  .top-footer__logo {
    width: 10rem;
  }

  .top-footer {
    border-top: 2px solid #f1f1f1;
  }

  .contacts__map,
  .contacts__info {
    border-radius: 15px;
    border: 2px solid #d9d9d9;
  }

  .contacts__box {
    flex-basis: 40%;
  }

  .contacts__box--full-line {
    flex-basis: 100%;
  }

  .card-entity--row {
    flex-direction: row;
  }

  .banner__box--orange-box {
    padding-left: 2.7rem;
    padding-right: 2.7rem;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    border-radius: 15px;
  }

  .banner__buttons {
    flex-direction: row;
  }

  .banner__button {
    width: max-content;
  }

  .mini-card__list {
    flex-direction: row;
  }

  .banner__box--orange-box {
    padding-left: 2.7rem;
    padding-right: 2.7rem;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    border-radius: 15px;
  }

  .banner__buttons {
    flex-direction: row;
  }

  .banner__button {
    width: max-content;
  }

  .mini-card__list {
    flex-direction: row;
  }

  .card-pricing {
    flex-basis: calc(50% - 0.75rem);
  }
}

@media (min-width: 767.8px) {
  .top-footer__container {
    justify-content: space-between;
  }

  .top-footer__nav {
    order: unset;
    width: auto;
  }

  .top-footer__nav-list {
    grid-template-columns: repeat(3, 1fr);
    column-gap: clamp(
        1.4rem,
        0.9712371594rem + 2.6797677535vw,
        2rem
      );
    row-gap: 0.2rem;
  }

  .bottom-footer__list {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .bottom-footer__item-title {
    font-weight: 700;
  }

  .main-slider__swiper .swiper-slide {
    min-height: 17.5rem;
  }

  .main-slider__buttons {
    margin-top: auto;
  }

  .mini-card__item-description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .info-section {
    border: 1px solid #d9d9d9;
    border-radius: 15px;
  }

  .info-section__title {
    padding-left: 1.6em;
    padding-right: 1.6em;
  }

  .info-section__content {
    padding-left: 1.6em;
    padding-right: 1.6em;
  }

  .mini-card__item-description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .mobile-slider--grid--2 .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
  }

  .mobile-slider--grid--3 .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
  }

  .mobile-slider--flex-column .swiper-wrapper {
    display: flex;
    flex-direction: column;
    gap: clamp(
        0.4rem,
        -0.1716837874rem + 3.5730236713vw,
        1.2rem
      );
  }

  .main-about__box {
    flex-direction: row;
    align-items: stretch;
  }

  .main-about__inner {
    flex: 0 0 40%;
    width: 40%;
  }

  .main-about__slider,
  .main-about__info-list {
    order: unset;
  }

  .main-about__info-item {
    border: 2px solid transparent;
    transition: border-color 0.3s ease;
  }

  .main-about__info-item:hover {
    border-color: #e4b37d;
  }

  .contacts-block__button {
    padding-left: 2em;
    padding-right: 2em;
    width: fit-content;
  }

  .card--numbers {
    flex-basis: calc(33.3333% - 1.2rem);
  }

  .promo-list__container {
    display: flex;
    gap: clamp(
        0.8rem,
        -0.0575256811rem + 5.3595355069vw,
        2rem
      );
    flex-wrap: wrap;
    box-sizing: border-box;
    flex-direction: column;
  }

  .features__value {
    text-align: right;
  }

  .table-item__header-box {
    flex-direction: row;
    align-items: flex-end;
    gap: 1rem;
  }

  .table-item__top-content {
    flex-direction: row;
    align-items: center;
  }
}

@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .glightbox-container .ginner-container.desc-top .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .glightbox-container .ginner-container.desc-top .gslide-image,
  .glightbox-container .ginner-container.desc-top .gslide-image img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .glightbox-container .ginner-container.desc-left .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .glightbox-container .ginner-container.desc-left .gslide-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .gslide-image img {
    max-height: 97vh;
    max-width: 100%;
  }

  .gslide-image img.zoomable {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
  }

  .zoomed .gslide-image img.zoomable {
    cursor: -webkit-grab;
    cursor: grab;
  }

  .gslide-inline {
    max-height: 95vh;
  }

  .gslide-external {
    max-height: 100vh;
  }

  .gslide-description.description-left,
  .gslide-description.description-right {
    max-width: 275px;
  }

  .glightbox-open {
    height: auto;
  }

  .goverlay {
    background: rgba(0, 0, 0, 0.92);
  }

  .glightbox-clean .gslide-media {
    -webkit-box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
    box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
  }

  .glightbox-clean .description-left .gdesc-inner,
  .glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto;
  }

  .glightbox-clean .gprev,
  .glightbox-clean .gnext,
  .glightbox-clean .gclose {
    background-color: rgba(0, 0, 0, 0.32);
  }

  .glightbox-clean .gprev:hover,
  .glightbox-clean .gnext:hover,
  .glightbox-clean .gclose:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }

  .glightbox-clean .gprev {
    top: 45%;
  }

  .glightbox-clean .gnext {
    top: 45%;
  }
}

@media (min-width: 991.8px) {
  .modal__dialog {
    max-width: 40rem;
    min-width: 40rem;
  }

  .menu-icon {
    display: none;
  }

  .menu {
    display: flex;
    gap: clamp(
        0.5rem,
        -6.8615384615rem + 14.8448043185vw,
        1.6rem
      );
  }

  .menu__list {
    display: flex;
    height: 100%;
  }

  .menu__link {
    border-bottom: 4px solid transparent;
    transition: border-color 0.3s ease 0s;
    padding: 0.25rem 0;
    font-weight: 500;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: clamp(
        0.6rem,
        -0.7384615385rem + 2.6990553306vw,
        0.8rem
      );
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }

  .menu__link:focus-visible,
  .menu__link:hover {
    border-color: #e4b37d;
  }

  .menu__link:focus {
    outline: 0;
  }

  .header--absolute .menu__link:focus-visible,
  .header--absolute .menu__link:hover {
    border-color: #ffffff;
  }

  .menu__item--dropdown .menu__link {
    border-color: transparent !important;
  }

  .menu__dropdown {
    transform: translate(0, 10%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    will-change: transform, opacity, visibility;
    transition-property: transform, opacity, visibility;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    will-change: transform, opacity, visibility;
    border-radius: 0.25rem;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #e4b37d;
    color: #ffffff;
    min-width: 10rem;
    display: flex;
    flex-direction: column;
  }

  body:not(.mobile) .menu__item--dropdown:hover .menu__item-dropdown-wrapper::after {
    transform: scale(1, -1);
  }

  body:not(.mobile) .menu__item--dropdown:hover .menu__dropdown,
  .menu__item--dropdown--active .menu__dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(0, 0);
  }

  .menu__dropdown-item:first-child .menu__dropdown-link {
    border-radius: 0.25rem 0.25rem 0 0;
  }

  .menu__dropdown-item:last-child .menu__dropdown-link {
    border-radius: 0 0 0.25rem 0.25rem;
  }

  .menu__dropdown-link {
    width: 100%;
    padding: 0.6rem 0.75rem;
    background-color: #e4b37d;
    transition-property: background-color, color;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    font-weight: 700;
  }

  .menu__dropdown-link:focus-visible,
  .menu__dropdown-link:hover {
    background-color: #ffffff;
    color: #e4b37d;
  }

  .menu__dropdown-link:focus {
    outline: 0;
  }

  .menu__backdrop {
    display: none;
  }

  .bottom-header__button {
    flex: 1 1 auto;
  }

  .burger-list {
    display: none;
  }

  .top-footer__socials-list {
    display: grid;
    column-gap: 0.4rem;
    row-gap: 0.2rem;
    grid-template-columns: repeat(3, 1fr);
  }

  .top-footer__button {
    padding-left: 2em;
    padding-right: 2em;
  }

  .bottom-footer__item {
    flex-basis: auto;
  }

  .contacts__container {
    flex-direction: row;
  }

  .banner__box {
    flex-direction: row;
  }

  .banner__left {
    flex-basis: calc(50% - 0.3rem);
  }

  .banner__right {
    position: absolute;
    display: flex;
    align-items: flex-end;
    height: 100%;
    right: 0;
    bottom: 0;
    max-height: none;
  }

  .banner__right img {
    width: 100%;
    float: none;
  }

  .banner__right--bulging {
    height: 120%;
  }

  .banner__right--slider {
    width: 45%;
    display: flex;
    align-items: center;
  }

  .banner__right--hide {
    display: block;
  }

  .before-after__button {
    align-self: center;
    width: max-content;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .banner__box {
    flex-direction: row;
  }

  .banner__left {
    flex-basis: calc(50% - 0.3rem);
  }

  .banner__right {
    position: absolute;
    display: flex;
    align-items: flex-end;
    height: 100%;
    right: 0;
    bottom: 0;
    max-height: none;
  }

  .banner__right img {
    width: 100%;
    float: none;
  }

  .banner__right--bulging {
    height: 120%;
  }

  .banner__right--slider {
    width: 45%;
    display: flex;
    align-items: center;
  }

  .banner__right--hide {
    display: block;
  }

  .before-after__button {
    align-self: center;
    width: max-content;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .mobile-slider--grid--2 .swiper-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .mobile-slider--grid--3 .swiper-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }

  .fixed-panel {
    display: none;
  }

  .card-pricing {
    flex-basis: calc(33.3333% - 1rem);
  }

  .contacts-block__header {
    flex-direction: row;
    gap: 0.8rem;
    justify-content: space-between;
    align-items: flex-end;
  }

  .contacts-block__header-left {
    max-width: 24rem;
  }

  .contacts-block__button {
    justify-content: flex-start;
  }

  .card--numbers:first-child:nth-last-child(3n+4),
  .card--numbers:first-child:nth-last-child(3n+4) ~ .card,
  .card--numbers:first-child:nth-last-child(3n+8),
  .card--numbers:first-child:nth-last-child(3n+8) ~ .card {
    flex-basis: calc(25% - 1.2rem);
  }

  .card-list--offset {
    margin-top: -6rem;
  }

  .promo-list__container {
    flex-direction: row;
  }

  .promo-list .card-entity {
    flex-basis: calc(50% - 20px);
  }

  .doctors-detail-block__container {
    flex-direction: row;
  }

  .doctors-detail-block__info {
    width: 16rem;
  }

  .doctors-detail-block__tabs {
    width: calc(100% - 320px - 88px);
  }

  .table-item__description {
    width: 60%;
  }
}

@media (min-width: 992px) {
  .glightbox-clean .gclose {
    opacity: 0.7;
    right: 20px;
  }
}

@media (min-width: 1200px) {
  .top-footer__nav-list {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 1200px) {
  .slider-arrow--stick-out.slider-arrow--prev {
    transform: translate(0, -50%) scale(-1, 1);
    left: 0.25rem;
  }

  .slider-arrow--stick-out.slider-arrow--next {
    transform: translate(0, -50%);
    right: 0.25rem;
  }
}

@media (max-width: 1140px) {
  .procedure__tabs {
    grid-template-columns: repeat(2, 1fr);
  }

  .procedure__image {
    display: none;
  }
}

@media (max-width: 991.8px) {
  .wrapper {
    padding-top: 7.5rem;
  }

  .modal__sidebar {
    display: none;
  }

  .menu-icon {
    background-color: transparent;
    border: 0;
    z-index: 5;
    display: block;
    position: relative;
    cursor: pointer;
    width: 1.5rem;
    height: 0.9rem;
    padding: 0;
    margin: 0;
    flex: 0 0 auto;
  }

  .menu-icon span {
    display: block;
  }

  .menu-icon span:last-child,
  .menu-icon span:first-child::before,
  .menu-icon span:first-child::after,
  .menu-icon::before,
  .menu-icon::after {
    height: 2px;
    background-color: #bdbbbb;
    position: absolute;
  }

  .menu-icon span:first-child::before,
  .menu-icon span:first-child::after,
  .menu-icon::before,
  .menu-icon::after {
    content: "";
    width: 50%;
    transition-property: transform, background-color;
    transition-duration: 0.3s;
    transition-timing-function: ease;
  }

  .menu-icon span:last-child {
    content: "";
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    transition: opacity 0.2s ease 0s;
  }

  .menu-icon span:first-child::before,
  .menu-icon::before {
    left: 0;
  }

  .menu-icon span:first-child::after,
  .menu-icon::after {
    right: 0;
  }

  .menu-icon::before,
  .menu-icon::after {
    bottom: 0;
  }

  .menu-icon span:first-child::before,
  .menu-icon span:first-child::after {
    top: 0;
  }

  .menu-icon--active::before {
    transform: rotate(-45deg) translate(20%, 0%) scaleX(1.1);
  }

  .menu-icon--active::after {
    transform: rotate(45deg) translate(-20%, 0%) scaleX(1.1);
  }

  .menu-icon--active span:first-child::before {
    transform: rotate(45deg) translate(20%, 0%) scaleX(1.1);
  }

  .menu-icon--active span:first-child::after {
    transform: rotate(-45deg) translate(-20%, 0%) scaleX(1.1);
  }

  .menu-icon--active span:last-child {
    opacity: 0;
  }

  .menu-icon--active span:last-child,
  .menu-icon--active span:first-child::before,
  .menu-icon--active span:first-child::after,
  .menu-icon--active::before,
  .menu-icon--active::after {
    background-color: #000000;
  }

  .menu--active .menu__flap {
    border-bottom: 1px solid #f1f1f1;
    display: block;
  }

  .menu__backdrop {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    transition-property: opacity, visibility;
    transition-duration: 0.3s;
    transition-timing-function: ease;
  }

  .menu--active .menu__backdrop {
    opacity: 1;
    visibility: visible;
  }

  .menu__body {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    transition-property: transform, opacity, visibility;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    top: 0;
    left: 0;
    transform: translate(-100%, 0);
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    color: #000000;
    overflow-y: auto;
    text-align: center;
  }

  .header--absolute .menu__body {
    background-color: rgba(0, 0, 0, 0.9);
    color: #ffffff;
  }

  .menu__list {
    text-align: left;
    display: flex;
    flex-direction: column;
    padding: 1.5rem;
    padding-top: 0;
  }

  .menu__link {
    padding: 0.75rem 0rem;
  }

  .menu__item-dropdown-wrapper {
    justify-content: space-between;
    padding: 0.75rem 0;
  }

  .menu--active .menu__body {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
  }

  .menu__item--dropdown {
    flex-wrap: wrap;
  }

  .menu__dropdown {
    position: relative;
    margin-left: 0.75rem;
    margin-bottom: 0.75rem;
    flex-direction: column;
  }

  .menu__dropdown-link {
    padding: 0.25rem 0;
  }

  .menu__dropdown:not([hidden]) {
    display: flex;
  }

  .header {
    position: fixed;
    top: 0;
    width: 100%;
  }

  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .contacts__map {
    height: 16rem;
  }

  .contacts__info {
    flex-basis: auto;
  }

  .banner__box--mobile-reverse {
    flex-direction: column-reverse;
  }

  .banner__box--mobile-reverse {
    flex-direction: column-reverse;
  }

  .footer-form__row .floating,
  .footer-form__row .select,
  .footer-form__row .button {
    flex-basis: 40%;
  }

  .footer-form__button.button {
    display: flex;
    justify-content: space-between;
  }

  .footer-form__button.button span {
    display: block;
  }

  .js-loading [data-da*="991"] {
    display: none !important;
  }
}

@media (max-width: 991.8px) and (max-width: 575.8px) {
  .menu__backdrop {
    display: none;
  }

  .menu__body {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 767.8px) {
  .wrapper {
    padding-top: 4rem;
  }

  table:not([class]) {
    font-size: 0.6rem;
  }

  textarea,
  input {
    font-size: 0.8rem;
  }

  .top-footer__nav {
    display: none;
  }

  .top-footer__right-box {
    display: none;
  }

  .bottom-footer__list {
    display: none;
  }

  .bottom-footer__bottom-list {
    align-items: center;
    text-align: center;
  }

  .grid-3 {
    grid-template-columns: 2fr;
  }

  .grid-2,
  .before-after__content.active.active {
    grid-template-columns: 1fr;
  }

  .grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .slider-arrow--position--center {
    display: none;
  }

  .main-slider__bg {
    display: none;
  }

  .main-slider__buttons {
    flex-direction: column;
  }

  .main-slider__button-all {
    display: none;
  }

  .main-slider__arrows {
    display: none;
  }

  .procedure {
    display: none;
  }

  .procedure__tabs {
    grid-template-columns: 1fr;
  }

  .base-slider__box {
    flex-direction: column;
    align-items: flex-start;
  }

  .base-slider__arrows {
    display: none;
  }

  .before-after__content.active.active {
    gap: 1.2rem;
  }

  .faq__item {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .info-section {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .info-section-list__container {
    gap: 0;
  }

  .faq__item {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .before-after__content.active.active {
    gap: 1.2rem;
  }

  .doctors-detail-tabs__box {
    flex-direction: column;
    align-items: flex-start;
  }

  .split-section__block-button {
    width: 100%;
    text-align: center;
  }

  .features__item {
    flex-direction: column;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .js-loading [data-da*="767"] {
    display: none !important;
  }
}

@media (max-width: 575.8px) {
  .modal::before {
    display: none;
  }

  .breadcrumbs__item {
    font-size: 0.4rem;
  }

  .breadcrumbs__item:not(:first-child)::before {
    font-size: 0.3rem;
  }

  .top-header {
    display: none;
  }

  .top-header__item {
    flex: 1 1 0;
  }

  .top-header__social {
    flex: 1 1 auto;
    justify-content: flex-end;
  }

  .grid-3 {
    grid-template-columns: 1fr;
  }

  .contacts__map {
    margin-left: -15px;
    width: calc(100% + 30px);
  }

  .contacts__info {
    padding: 0.8rem 0 0 0;
  }

  .contacts__boxes-list {
    grid-template-columns: 1fr;
  }

  .main-slider__swiper .swiper-slide {
    padding-bottom: 0;
  }

  .banner__box--orange-box {
    padding-top: 0;
    padding-bottom: 0;
  }

  .banner__form-group {
    flex-direction: column;
  }

  .banner__form-group button.button span {
    display: block;
  }

  .banner__form-group button.button::before {
    content: none;
  }

  .banner__box--orange-box {
    padding-top: 0;
    padding-bottom: 0;
  }

  .banner__form-group {
    flex-direction: column;
  }

  .banner__form-group button.button span {
    display: block;
  }

  .banner__form-group button.button::before {
    content: none;
  }

  .split-section__block--outline {
    border: none;
    padding: 0;
  }

  .split-section__block--image {
    display: none;
  }

  .split-section__card-list .card__icon {
    display: none;
  }

  .footer-form__box {
    margin-left: -15px;
    width: 100vw;
    border-radius: 0;
  }

  .footer-form__row .floating,
  .footer-form__row .select,
  .footer-form__row .button {
    flex-basis: 100%;
  }

  .footer-form {
    padding-bottom: 0;
  }

  .table-item {
    width: calc(100% + 30px);
    margin-left: -15px;
  }

  .table-item__header {
    padding: 1rem 0.8rem;
  }

  .table-item__table-row {
    flex-direction: column;
    justify-content: flex-start;
  }

  .table-item__table-row .table-item__col {
    align-self: auto;
    display: flex;
    gap: 0.4rem;
  }

  .table-item__table-row .table-item__col[data-label]::before {
    content: attr(data-label) ": ";
    display: block;
  }

  .table-item__table-row--header {
    display: none;
  }

  .table-item__content {
    padding: 0 0.8rem;
  }

  .js-loading [data-da*="575"] {
    display: none !important;
  }
}

@media (max-width: 991.8px) and (min-width: 575.8px) {
  .menu__body {
    max-width: 20rem;
  }
}

@media (min-width: 575.8px) and (max-width: 991.8px) {
  .doctors-detail-block__image {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .doctors-detail-block__image img {
    width: unset;
  }
}

@media (any-hover: hover) {
  .pagination__number:hover {
    color: #198754;
  }

  .slider-arrow:focus-visible,
  .slider-arrow:hover {
    background-color: #e4b37d;
    border-color: #e4b37d;
    color: #ffffff;
  }

  .slider-arrow--black:focus-visible,
  .slider-arrow--black:hover {
    background-color: #198754;
  }

  .card-entity__img:hover .card-entity__hover-button {
    opacity: 1;
  }

  .faq [data-spoilers] [data-spoiler]:hover::after {
    background-color: #e4b37d;
    color: #ffffff;
    border-color: #e4b37d;
  }

  .faq [data-spoilers] [data-spoiler]:hover::after {
    background-color: #e4b37d;
    color: #ffffff;
    border-color: #e4b37d;
  }

  .card-services:hover .card-services__image img {
    transform: scale(1.2);
  }
}

@media screen and (max-height: 420px) {
  .goverlay {
    background: #000;
  }
}