

/* Start:/local/templates/livaroq/css/main.css?1780580612203218*/
@charset "UTF-8";

:root {
  --font-family: "Onest", sans-serif;
  --content-width-desktop-lg: 1815px;
  --content-width-notebook-lg: 1380px;
  --content-width-tablet-lg: 1004px;
  --content-width-phone-lg: 390px;
  --content-width-desktop-sm: 1360px;
  --content-width-notebook-sm: 1140px;
  --content-width-tablet-sm: 928px;
  --content-width-phone-sm: 350px;
  --container-width-desktop-sm: calc(var(--content-width-desktop-sm) + (var(--container-offset) * 2));
  --container-width-notebook-sm: calc(var(--content-width-notebook-sm) + (var(--container-offset) * 2));
  --container-width-tablet-sm: calc(var(--content-width-tablet-sm) + (var(--container-offset) * 2));
  --container-width-phone-sm: calc(var(--content-width-phone-sm) + (var(--container-offset) * 2));
  --container-offset: 20px;
  --primary-blue: #113b84;
  --primary-green: #48c5c4;
  --primary-white: #fff;
  --secondary-blue-2: #154baa;
  --secondary-blue-3: #113678;
  --secondary-green-2: #39d5d4;
  --secondary-yellow-valid: #f3c83c;
  --secondary-red-error: #e3215b;
  --text-black: #1d212b;
  --text-grey: #797979;
  --text-grey-2: #b4b4b4;
  --text-label: #656e83;
  --bg-bezh-light: #f9f0e8;
  --bg-blue-light: #e9f2f5;
  --stroke-bezh: #e9d7c6;
  --stroke-blue: #d3e3e9;
  --overlay: rgba(17, 59, 132, 0.5);
  --box-shadow: 0 10px 20px 0 rgba(8, 28, 53, 0.03);
  --black: #000;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

hr {
  overflow: visible;
  height: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

pre {
  font-family: monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: 700;
}

code,
kbd,
samp {
  font-family: monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  display: table;
  padding: 0;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: normal;
  color: inherit;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

html {
  height: 100%;
  font-family: var(--font-family, sans-serif);
  -webkit-text-size-adjust: 100%;
}

/* Скрываем элементы пока не загрузился JS */
html:not(.js-hidden) .btn-burger,
html:not(.js-hidden) .btn-search {
  display: none;
}

body {
  margin: 0;
  min-width: 320px;
  min-height: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--text-black);
  background: var(--primary-white);
}

body .fancybox__content {
  padding: 0;
}

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

figure {
  margin: 0;
}

picture {
  display: block;
}

img {
  vertical-align: top;
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

a {
  display: block;
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

svg {
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

textarea {
  display: block;
  resize: none;
}

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

@font-face {
  src: url("/local/templates/livaroq/css/../fonts/Onest-Regular.woff2") format("woff2");
  font-family: "Onest";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url("/local/templates/livaroq/css/../fonts/Onest-Medium.woff2") format("woff2");
  font-family: "Onest";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url("/local/templates/livaroq/css/../fonts/Onest-SemiBold.woff2") format("woff2");
  font-family: "Onest";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url("/local/templates/livaroq/css/../fonts/Onest-Bold.woff2") format("woff2");
  font-family: "Onest";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}

.main {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.container-lg {
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

.container-sm {
  margin: 0 auto;
  padding: 0 var(--container-offset);
  width: 100%;
  height: 100%;
}

.lock {
  overflow: hidden;
}

.no-scroll {
  overflow: hidden;
}

.img {
  width: 100%;
  height: 100%;
}

.image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.btn-reset {
  outline: none;
  border: none;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  background: transparent;
  cursor: pointer;
}

.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

.input-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  border-radius: 0;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

.input-reset::-webkit-search-decoration, .input-reset::-webkit-search-cancel-button, .input-reset::-webkit-search-results-button, .input-reset::-webkit-search-results-decoration {
  display: none;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
}

.favorites,
.compare,
.login {
  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;
  border-radius: 16px;
  width: 52px;
  height: 52px;
  background: var(--bg-blue-light);
}

.favorites svg,
.compare svg,
.login svg {
  width: 24px;
  height: 24px;
  fill: var(--primary-blue);
}

.main .swiper-pagination-fraction,
.main .swiper-pagination-custom,
.main .swiper-horizontal > .swiper-pagination-bullets,
.main .swiper-pagination-bullets.swiper-pagination-horizontal {
  left: auto;
  top: auto;
  bottom: auto;
  width: auto;
}

.main .swiper-pagination {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  gap: 8px;
}

.main .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.main .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}

.main .swiper-pagination-bullet {
  border-radius: 50%;
  width: 5px;
  height: 5px;
  background: var(--stroke-blue);
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main .swiper-pagination-bullet-active {
  border-radius: 32px;
  width: 40px;
  height: 3px;
  background: var(--primary-blue);
}

.main .bullet-small {
  border-radius: 50%;
  width: 3px;
  height: 3px;
  background: var(--stroke-blue);
}

.main .bullet-big {
  border-radius: 32px;
  width: 40px;
  height: 3px;
  background: var(--primary-blue);
}

.main .swiper-pagination.left-small .bullet-small {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.main .swiper-prev,
.main .swiper-next {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: 2px solid var(--stroke-blue);
  border-radius: 16px;
  width: 48px;
  height: 48px;
  background: var(--bg-blue-light);
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.main .swiper-prev.swiper-button-disabled,
.main .swiper-next.swiper-button-disabled {
  background: transparent;
  cursor: default;
  pointer-events: none;
}

.main .swiper-prev.swiper-button-disabled svg,
.main .swiper-next.swiper-button-disabled svg {
  fill: var(--stroke-blue);
}

.main .swiper-prev svg,
.main .swiper-next svg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 16px;
  fill: var(--primary-blue);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.main .swiper-nav:has(.swiper-pagination-lock):has(.swiper-button-lock) {
  display: none;
}

body .os-scrollbar-track {
  border: none;
  border-radius: 50px;
  background: var(--bg-blue-light);
}

body .os-scrollbar-vertical .os-scrollbar-track::before {
  left: 0;
  right: 0;
}

body .os-scrollbar-handle {
  border: none;
  border-radius: 50px;
  background: var(--primary-green);
}

body .os-scrollbar-vertical .os-scrollbar-handle::before {
  left: 0;
  right: 0;
}

.just-validate-error-label {
  position: absolute;
  right: 20px;
  top: 50%;
  font-weight: 500;
  font-size: 11px;
  color: var(--secondary-red-error);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.form__view ~ .just-validate-error-label {
  right: 55px;
}

.form__input.just-validate-error-field,
.checkbox__input.just-validate-error-field {
  border: 2px solid var(--secondary-red-error);
}

.form__input.just-validate-error-field:focus,
.checkbox__input.just-validate-error-field:focus {
  border: 2px solid var(--secondary-red-error);
  -webkit-box-shadow: 0 0 0 0.15rem rgba(220, 53, 69, 0.2509803922);
  box-shadow: 0 0 0 0.15rem rgba(220, 53, 69, 0.2509803922);
}

.form__input.just-validate-success-field,
.checkbox__input.just-validate-success-field {
  border: 2px solid var(--secondary-yellow-valid);
}

.form__input.just-validate-success-field:focus,
.checkbox__input.just-validate-success-field:focus {
  border: 2px solid var(--secondary-yellow-valid);
  -webkit-box-shadow: 0 0 0 0.15rem #ffebaa;
  box-shadow: 0 0 0 0.15rem #ffebaa;
}

.checkbox__input.just-validate-error-field ~ .just-validate-error-label {
  display: none;
}

.scrolltop {
  position: fixed;
  right: -100px;
  z-index: 10;
  display: -ms-grid;
  display: grid;
  place-items: center;
  border-radius: 16px;
  width: 52px;
  height: 52px;
  background: var(--bg-blue-light);
  -webkit-transition: right 0.3s ease, background 0.15s ease;
  transition: right 0.3s ease, background 0.15s ease;
}

.scrolltop.active {
  right: 20px;
}

.scrolltop svg {
  width: 24px;
  height: 24px;
  fill: var(--primary-blue);
}

@-webkit-keyframes opacity {
  0% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

@keyframes opacity {
  0% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

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

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

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

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

@-webkit-keyframes sticky {
  0% {
    top: -80px;
  }

  100% {
    top: 0;
  }
}

@keyframes sticky {
  0% {
    top: -80px;
  }

  100% {
    top: 0;
  }
}

.h1 {
  font-weight: 600;
}

.title {
  font-weight: 600;
}

.h2 {
  font-weight: 600;
}

.h3 {
  line-height: 1.3;
}

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

.h5 {
  font-weight: 500;
  font-size: 18px;
}

.h6 {
  font-weight: 600;
  font-size: 16px;
}

.subtitle {
  position: relative;
  margin: 0;
  font-weight: 500;
  color: var(--primary-blue);
}

.subtitle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 60px;
  height: 2px;
  background: var(--primary-blue);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn-blue {
  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;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  color: var(--primary-white);
  background: var(--primary-blue);
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.btn-blue:active {
  opacity: 0.6;
}

.btn-green {
  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;
  border-radius: 16px;
  padding: 10px 20px;
  height: 58px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  letter-spacing: -0.03em;
  white-space: nowrap;
  color: var(--primary-white);
  background: var(--primary-green);
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.btn-green:active {
  opacity: 0.6;
}

.btn-gradient {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 16px;
  padding: 12px 18px;
  height: 48px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
  background: linear-gradient(#fff, #fff 0) padding-box, linear-gradient(105deg, #f5e2d1 17.71%, #9cdaea 96.18%) border-box;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.btn-gradient:active {
  opacity: 0.6;
}

.btn-gray {
  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;
  border: 2px solid var(--bg-blue-light);
  border-radius: 12px;
  padding: 12px 30px;
  height: 48px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
  background: var(--bg-blue-light);
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.btn-gray:active {
  opacity: 0.6;
}

.btn-transparent {
  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;
  border: 2px solid var(--stroke-blue);
  border-radius: 16px;
  padding: 15px;
  height: 58px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  white-space: nowrap;
  color: var(--primary-blue);
  background: transparent;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.btn-transparent:active {
  opacity: 0.6;
}

.btn-favorites,
.btn-compare {
  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;
  border: 2px solid var(--primary-white);
  border-radius: 16px;
  width: 52px;
  height: 52px;
  background: var(--primary-white);
}

.btn-favorites.active svg,
.btn-compare.active svg {
  fill: var(--primary-green);
}

.btn-favorites svg,
.btn-compare svg {
  width: 24px;
  height: 24px;
  fill: var(--primary-blue);
}

.btn-burger,
.btn-search {
  display: -ms-grid;
  display: grid;
  place-items: center;
  border-radius: 16px;
  padding: 14px;
  width: 52px;
  height: 52px;
  background: var(--bg-blue-light);
}

.btn-burger svg,
.btn-search svg {
  width: 24px;
  height: 24px;
  fill: var(--primary-blue);
}

.btn-burger svg:last-child,
.btn-search svg:last-child {
  display: none;
}

.btn-play {
  position: absolute;
  display: -ms-grid;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 50%;
  background: var(--primary-green);
  -webkit-transition: background 0.15s ease;
  transition: background 0.15s ease;
}

.btn-play svg {
  fill: var(--primary-white);
}

.btn-catalog {
  display: -ms-grid;
  display: grid;
  place-items: center;
  border: 2px solid var(--stroke-blue);
  border-radius: 16px;
  width: 56px;
  height: 56px;
  background: transparent;
  -webkit-transition: border-color 0.15s ease, background 0.15s ease;
  transition: border-color 0.15s ease, background 0.15s ease;
}

.btn-catalog:first-child svg {
  width: 18px;
  height: 18px;
}

.btn-catalog:last-child svg {
  width: 24px;
  height: 17px;
}

.btn-catalog.active {
  border-color: var(--stroke-blue);
  background: var(--bg-blue-light);
  cursor: default;
  pointer-events: none;
}

.btn-catalog.active svg {
  fill: var(--primary-blue);
}

.btn-catalog svg {
  fill: var(--stroke-blue);
}

.btn-close {
  display: -ms-grid;
  display: grid;
  place-items: center;
  border-radius: 16px;
  padding: 14px;
  width: 52px;
  height: 52px;
  background: var(--bg-blue-light);
  -webkit-transition: background 0.15s ease;
  transition: background 0.15s ease;
}

.btn-close svg {
  width: 24px;
  height: 24px;
  fill: var(--primary-blue);
}

.btn-filter svg,
.btn-sort svg {
  width: 24px;
  height: 24px;
  fill: var(--primary-blue);
}

.btn-clear {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid var(--stroke-blue);
  border-radius: 50px;
  padding: 10px 32px 10px 16px;
  height: 42px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
  color: var(--black);
}

.btn-clear.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.btn-clear::before {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 18px;
  height: 18px;
  background-image: url("/local/templates/livaroq/css/../images/icons/close.svg");
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.popup {
  position: fixed;
  inset: 0;
  z-index: 1000;
  overflow-y: auto;
  background: var(--overlay);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.popup.open {
  opacity: 1;
  visibility: visible;
}

.popup.open .popup__content {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.popup.closing .popup__content {
  opacity: 0;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.popup--review .popup__top {
  display: -ms-grid;
  display: grid;
  margin: 0 0 20px;
  text-align: left;
  row-gap: 16px;
}

.popup--review .form__group {
  display: -ms-grid;
  display: grid;
  row-gap: 8px;
}

.popup__body {
  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;
  padding: 20px 0;
  min-height: 100%;
}

.popup__content {
  position: relative;
  z-index: 1;
  border-radius: 40px;
  width: 100%;
  background: linear-gradient(294deg, #e3f4f7 2.2%, #fbf4ef 66.33%);
  opacity: 0;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.popup__close {
  position: absolute;
  display: -ms-grid;
  display: grid;
  place-items: center;
  border: 2px solid var(--stroke-blue);
  border-radius: 16px;
  width: 52px;
  height: 52px;
  background: transparent;
}

.popup__close svg {
  width: 24px;
  height: 24px;
  fill: var(--primary-blue);
}

.popup__top {
  display: -ms-grid;
  display: grid;
  text-align: center;
}

.popup__h2 {
  margin: 0;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.03em;
}

.popup__text {
  font-weight: 500;
  line-height: 1.4;
  color: var(--text-grey);
}

.popup__name {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.4;
  color: var(--primary-blue);
}

.popup__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.popup__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: -0.03em;
  color: var(--text-black);
}

.popup__button img {
  width: 26px;
  height: 27px;
}

.popup__link {
  font-weight: 600;
  font-size: 20px;
  color: var(--primary-blue);
}

.popup__loader {
  width: 40px;
  height: 40px;
  -webkit-animation: rotation 1.5s infinite linear;
  animation: rotation 1.5s infinite linear;
}

.text {
  margin: 0;
  font-weight: 500;
  color: var(--text-grey);
}

.advantages {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.advantages__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0 10px 20px 0 rgba(8, 28, 53, 0.03);
  box-shadow: 0 10px 20px 0 rgba(8, 28, 53, 0.03);
  background: var(--primary-white);
}

.advantages__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 50%;
}

.advantages__text {
  margin: 0;
  font-weight: 500;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.social--sm img {
  width: 36px;
  height: 36px;
}

.social--lg img {
  width: 44px;
  height: 44px;
}

.social--big img {
  width: 60px;
  height: 60px;
}

.lang__item {
  position: relative;
  padding: 6px 0 6px 40px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  -webkit-transition: color 0.15s ease;
  transition: color 0.15s ease;
  cursor: pointer;
}

.lang__item.active {
  color: var(--primary-blue);
  cursor: default;
  pointer-events: none;
}

.lang__item.active::after {
  opacity: 1;
  visibility: visible;
}

.lang__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  border: 2px solid var(--bg-blue-light);
  border-radius: 50%;
  width: 28px;
  height: 28px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: border-color 0.15s ease;
  transition: border-color 0.15s ease;
}

.lang__item::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 50%;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  background: var(--primary-blue);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity 0.15s ease, visibility 0.15s ease, background 0.15s ease;
  transition: opacity 0.15s ease, visibility 0.15s ease, background 0.15s ease;
}

.search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid var(--bg-blue-light);
  border-radius: 16px;
  padding-right: 16px;
  height: 52px;
  background: var(--bg-blue-light);
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.search__btn {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 14px;
  padding: 10px 35px 10px 20px;
  height: 100%;
  min-width: 112px;
  max-width: 175px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
  text-align: left;
  text-overflow: ellipsis;
  color: var(--primary-blue);
  background: var(--primary-white);
  -webkit-transition: background 0.15s ease;
  transition: background 0.15s ease;
}

.search__btn.open {
  background: linear-gradient(294deg, #e3f4f7 2.2%, #fbf4ef 66.33%);
  cursor: default;
  pointer-events: none;
}

.search__btn.active {
  background: var(--bg-bezh-light);
}

.search__btn::before {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  width: 16px;
  height: 16px;
  background-image: url("/local/templates/livaroq/css/../images/icons/arrow-down.svg");
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.15s ease;
  transition: -webkit-transform 0.15s ease;
  transition: transform 0.15s ease;
  transition: transform 0.15s ease, -webkit-transform 0.15s ease;
}

.search__input {
  overflow: hidden;
  padding: 14px 10px 14px 16px;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.search__input::-webkit-input-placeholder {
  color: var(--text-grey);
}

.search__input::-moz-placeholder {
  color: var(--text-grey);
}

.search__input:-ms-input-placeholder {
  color: var(--text-grey);
}

.search__input::-ms-input-placeholder {
  color: var(--text-grey);
}

.search__input::placeholder {
  color: var(--text-grey);
}

.search__submit {
  display: -ms-grid;
  display: grid;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  place-items: center;
  width: 24px;
  height: 24px;
}

.search-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 28px;
  background: var(--primary-white);
}

.search-menu__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.search-menu__h4 {
  margin: 0;
}

.search-menu__list li {
  font-weight: 500;
  color: var(--text-grey);
  -webkit-transition: color 0.15s ease;
  transition: color 0.15s ease;
}

.search-menu__list li.active {
  color: var(--secondary-blue-2);
  cursor: default;
  pointer-events: none;
}

.nav__h4 {
  margin: 0;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu > li:first-child {
  position: relative;
}

.menu > li:first-child > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: default;
}

.menu > li:first-child svg {
  width: 12px;
  height: 12px;
  fill: var(--text-grey);
}

.menu > li > a {
  font-weight: 500;
  color: var(--text-grey);
}

.sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sub-menu li:first-child a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sub-menu li:first-child svg {
  width: 12px;
  height: 12px;
}

.sub-menu li a {
  font-weight: 500;
  white-space: nowrap;
  color: var(--text-grey);
}

.section {
  overflow: hidden;
}

.section__wrap {
  background: linear-gradient(294deg, #e3f4f7 2.2%, #fbf4ef 66.33%);
}

.section__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section__block {
  width: 100%;
}

.section__buttons .btn-close {
  display: none;
  -webkit-animation: opacity linear 0.15s forwards;
  animation: opacity linear 0.15s forwards;
}

.section__buttons .btn-close.open {
  display: block;
}

.section__buttons .btn-blue {
  -webkit-animation: opacity linear 0.15s forwards;
  animation: opacity linear 0.15s forwards;
}

.section__buttons .btn-blue.open {
  display: none;
}

.section__flex {
  width: 100%;
}

.section__swiper.swiper {
  margin-left: 0;
}

.section__anim {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  border-radius: 16px;
  width: 0;
  height: 100%;
  background: var(--primary-green);
  -webkit-transition: left 0.15s ease, width 0.15s ease;
  transition: left 0.15s ease, width 0.15s ease;
}

.section__slide {
  position: relative;
  border-radius: 16px;
  padding: 16px 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  background: var(--bg-blue-light);
  -webkit-transition: color 0.15s ease, background 0.15s ease;
  transition: color 0.15s ease, background 0.15s ease;
  cursor: pointer;
}

.section__slide.swiper-slide {
  width: auto;
}

.section__slide.active {
  z-index: 2;
  color: var(--primary-white);
  background: transparent;
  cursor: default;
  pointer-events: none;
}

.section__prev, .section__next {
  position: relative;
}

.section__prev.swiper-button-disabled, .section__next.swiper-button-disabled {
  margin: 0;
  border: none;
  width: 0;
  height: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.section__prev.swiper-button-disabled svg, .section__next.swiper-button-disabled svg {
  width: 0;
  height: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.section__prev::before, .section__prev::after, .section__next::before, .section__next::after {
  content: "";
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 40px;
  height: 48px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.section__prev {
  margin-right: 6px;
}

.section__prev::before {
  left: calc(100% + 6px);
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(#fff));
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
}

.section__next {
  margin-left: 6px;
}

.section__next::after {
  right: calc(100% + 6px);
  background: -webkit-gradient(linear, right top, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

.section__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 20px;
}

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 10px;
}

.form .checkbox__input {
  width: 32px;
  height: 32px;
}

.form__rate {
  margin: 0 0 4px;
  border-radius: 16px;
  padding: 25px;
  background: var(--primary-white);
}

.form__group {
  position: relative;
}

.form__view {
  position: absolute;
  right: 20px;
  top: 50%;
  z-index: 1;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("/local/templates/livaroq/css/../images/icons/view.svg") 0 0 no-repeat;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

.form__view.is-hidden {
  background: url("/local/templates/livaroq/css/../images/icons/no-view.svg") no-repeat;
}

.form__view:disabled {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}

.form__input {
  border: 2px solid var(--bg-blue-light);
  border-radius: 16px;
  padding: 35px 20px 17px;
  width: 100%;
  height: 72px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  color: var(--text-black);
  background: var(--primary-white);
  -webkit-transition: border-color 0.15s ease;
  transition: border-color 0.15s ease;
}

.form__input:focus {
  outline: none;
  border-color: var(--secondary-blue-2);
}

.form__input.active + .form__label {
  bottom: auto;
  padding: 17px 20px 2px;
  font-size: 13px;
  color: var(--text-grey);
}

.form__h4 {
  margin: 0;
  font-weight: 600;
  font-size: 20px;
}

.form__input--textarea {
  overflow: hidden;
  padding: 16px 20px;
  min-height: 100px;
  resize: none;
}

.form__input--textarea::-webkit-resizer {
  background: transparent;
}

.form__input--textarea + .form__label {
  padding: 15px 20px;
}

.form__input--textarea.active {
  padding: 33px 20px;
}

.form__input--review {
  overflow: hidden;
  padding: 16px 20px;
  min-height: 100px;
  resize: none;
}

.form__label {
  position: absolute;
  inset: 2px;
  border-radius: 16px;
  padding: 25px 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  color: var(--text-black);
  background: var(--primary-white);
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  pointer-events: none;
}

.form__label sup {
  top: 0;
  font-size: 100%;
  color: var(--secondary-red-error);
}

.form__button {
  position: relative;
  border: 2px solid var(--bg-blue-light);
  border-radius: 16px;
  padding: 8px 20px;
  width: 100%;
  height: 72px;
  font-weight: 500;
  text-align: left;
  background: var(--primary-white);
  -webkit-transition: border-color 0.15s ease;
  transition: border-color 0.15s ease;
}

.form__button:focus {
  border-color: var(--secondary-blue-2);
}

.form__button::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 16px;
  height: 16px;
  background-image: url("/local/templates/livaroq/css/../images/icons/arrow-down.svg");
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.15s ease;
  transition: -webkit-transform 0.15s ease;
  transition: transform 0.15s ease;
  transition: transform 0.15s ease, -webkit-transform 0.15s ease;
}

.form__link {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: var(--primary-blue);
}

.form__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form__h5 {
  margin: 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  letter-spacing: -0.03em;
}

.checkbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 8px;
  padding: 11px 9px;
  width: 28px;
  height: 28px;
  background: var(--primary-white);
  cursor: pointer;
}

.checkbox__input::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 10px;
  background-image: url("/local/templates/livaroq/css/../images/icons/check.svg");
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.15s ease, visibility 0.15s ease;
  transition: opacity 0.15s ease, visibility 0.15s ease;
}

.checkbox__input:checked::before {
  opacity: 1;
  visibility: visible;
}

.checkbox__label {
  padding-left: 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  -webkit-transition: color 0.15s ease;
  transition: color 0.15s ease;
  cursor: pointer;
}

.checkbox__text {
  padding-left: 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: var(--text-label);
  cursor: pointer;
}

.checkbox__text a {
  display: inline;
  color: var(--primary-blue);
}

.tour-cards {
  display: -ms-grid;
  display: grid;
}

.tour-cards .tour__img {
  padding: 0 0 69.4736842105%;
  aspect-ratio: 380/264;
}

@supports (aspect-ratio: 1) {
  .tour-cards .tour__img {
    padding: 0;
  }
}

.tour {
  position: relative;
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  border-radius: 40px;
  background: linear-gradient(87deg, #e3f4f7 1.89%, #fbf4ef 87.7%);
}

.tour::before {
  content: "";
  position: absolute;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.tour__grid {
  position: relative;
  display: -ms-grid;
  display: grid;
}

.tour__left {
  position: relative;
}

.tour__box {
  position: absolute;
  z-index: 1;
}

.tour__img {
  position: relative;
  overflow: hidden;
}

.tour__h5 {
  margin: 0 0 8px;
}

.tour__ul {
  color: var(--text-grey);
}

.tour__price {
  font-weight: 700;
  font-size: 28px;
  color: var(--primary-white);
}

.tour__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tour__desc {
  margin: 0;
  color: var(--text-grey);
}

.clinic-cards {
  display: -ms-grid;
  display: grid;
}

.clinic-cards.active .clinic__img {
  border-radius: 16px 16px 4px;
}

.clinic-cards.active .clinic__box {
  left: 7px;
  top: 7px;
  bottom: auto;
}

.clinic-cards.active .clinic__text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.clinic-cards .clinic {
  row-gap: 8px;
}

.clinic-cards .clinic__btns {
  row-gap: 4px;
  margin-top: auto;
}

.clinic-cards .btn-favorites,
.clinic-cards .btn-compare {
  border-radius: 14px;
  width: 44px;
  height: 44px;
}

.clinic-cards .clinic__box {
  left: 7px;
  bottom: 7px;
}

.clinic-cards .clinic__img {
  border-radius: 16px 16px 16px 4px;
  padding: 0 0 69.8757763975%;
  aspect-ratio: 322/225;
}

@supports (aspect-ratio: 1) {
  .clinic-cards .clinic__img {
    padding: 0;
  }
}

.clinic-cards .city {
  font-size: 14px;
}

.clinic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.clinic__header {
  position: relative;
}

.clinic__btns {
  position: absolute;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.15s ease, visibility 0.15s ease;
  transition: opacity 0.15s ease, visibility 0.15s ease;
  row-gap: 2px;
}

.clinic__box {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 4px;
  -moz-column-gap: 4px;
  column-gap: 4px;
}

.clinic__img {
  position: relative;
  overflow: hidden;
}

.clinic__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 100%;
  row-gap: 8px;
}

.clinic__tags li:nth-child(7) {
  border-color: transparent;
  background: linear-gradient(#fff, #fff 0) padding-box, linear-gradient(105deg, #f5e2d1 17.71%, #9cdaea 96.18%) border-box;
}

.clinic__tags li:nth-child(n+8) {
  display: none;
}

.clinic__text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0;
  line-height: 1.6;
  color: var(--text-grey);
}

.clinic__btn {
  margin: 8px 0 0;
}

.doctor-cards {
  display: -ms-grid;
  display: grid;
}

.doctor-cards:not(.active) .doctor__text {
  display: none;
}

.doctor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.doctor__header {
  position: relative;
}

.doctor__btns {
  position: absolute;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.15s ease, visibility 0.15s ease;
  transition: opacity 0.15s ease, visibility 0.15s ease;
  row-gap: 2px;
}

.doctor__box {
  position: absolute;
  z-index: 1;
}

.doctor__img {
  position: relative;
  overflow: hidden;
  padding: 0 0 100%;
  background: var(--bg-bezh-light);
  aspect-ratio: 322/322;
}

@supports (aspect-ratio: 1) {
  .doctor__img {
    padding: 0;
  }
}

.doctor__body {
  display: -ms-grid;
  display: grid;
  place-items: flex-start;
  row-gap: 12px;
}

.doctor__h4 {
  margin: 0 0 4px;
}

.doctor__text {
  line-height: 1.6;
  color: var(--text-grey);
}

.doctor__btn {
  margin: 12px 0 0;
  font-weight: 500;
}

.rating {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 60px;
  padding: 4px 10px 4px 32px;
  height: 29px;
  min-width: 66px;
  font-weight: 600;
  font-size: 16px;
  color: var(--primary-white);
  background: var(--secondary-yellow-valid);
}

.rating::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  width: 20px;
  height: 20px;
  background-image: url("/local/templates/livaroq/css/../images/icons/star.svg");
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.price {
  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;
  border-radius: 60px;
  padding: 4px 8px;
  height: 29px;
  min-width: 48px;
  font-weight: 600;
  color: var(--primary-white);
  background: var(--primary-green);
}

.link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
}

.link a {
  position: relative;
  padding-left: 14px;
  color: var(--primary-blue);
}

.link a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background: var(--primary-green);
}

.city {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  font-weight: 500;
  font-size: 16px;
}

.city span {
  position: relative;
  padding-left: 14px;
}

.city span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background: var(--primary-green);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}

.tags li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid var(--bg-bezh-light);
  border-radius: 8px;
  padding: 6px 11px;
  height: 33px;
  font-weight: 500;
  font-size: 13px;
  white-space: nowrap;
  background: var(--bg-bezh-light);
}

.review {
  border: 2px solid transparent;
  border-radius: 30px;
  background: linear-gradient(#fff, #fff 0) padding-box, linear-gradient(105deg, #f5e2d1 17.71%, #9cdaea 96.18%) border-box;
}

.review.video-reviews {
  -webkit-transition: background 0.15s ease;
  transition: background 0.15s ease;
}

.review__grid {
  display: -ms-grid;
  display: grid;
  place-items: flex-start;
  row-gap: 32px;
}

.review__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.review__avatar {
  width: 64px;
  height: 64px;
  font-size: 36px;
}

.review__name {
  margin: 0 0 8px;
  font-weight: 600;
}

.review__blocks {
  display: -ms-grid;
  display: grid;
  row-gap: 20px;
}

.review__h6 {
  margin: 0 0 8px;
}

.review__text {
  margin: 0;
  line-height: 1.6;
  color: var(--text-grey);
}

.review__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.review__img {
  position: relative;
  overflow: hidden;
  background: var(--bg-blue-light);
}

.review__btn {
  margin: 20px 0 0;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--primary-blue);
}

.review__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.review__comment-form {
  height: 52px;
}

.review__comment {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: var(--primary-blue);
  -webkit-transition: color 0.15s ease;
  transition: color 0.15s ease;
}

.review__video {
  width: 100%;
}

.review__preview {
  padding: 0 0 56.25%;
  aspect-ratio: 608/342;
}

@supports (aspect-ratio: 1) {
  .review__preview {
    padding: 0;
  }
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: var(--text-grey-2);
}

.breadcrumbs__separator {
  width: 28px;
  height: 1px;
  background: var(--text-grey-2);
}

.filter {
  display: -ms-grid;
  display: grid;
  border-radius: 20px;
  background: linear-gradient(274deg, #e3f4f7 2.2%, #fbf4ef 66.33%);
  row-gap: 40px;
}

.filter__block {
  display: -ms-grid;
  display: grid;
  row-gap: 20px;
}

.filter__top {
  display: -ms-grid;
  display: grid;
  row-gap: 12px;
}

.filter__legend {
  margin: 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  letter-spacing: -0.03em;
}

.filter__wrap {
  position: relative;
}

.filter__search {
  border: 2px solid var(--bg-blue-light);
  border-radius: 16px;
  padding: 20px 50px 20px 20px;
  width: 100%;
  height: 56px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  background: var(--primary-white);
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.filter__search::-webkit-input-placeholder {
  color: var(--text-grey);
}

.filter__search::-moz-placeholder {
  color: var(--text-grey);
}

.filter__search:-ms-input-placeholder {
  color: var(--text-grey);
}

.filter__search::-ms-input-placeholder {
  color: var(--text-grey);
}

.filter__search::placeholder {
  color: var(--text-grey);
}

.filter__search:focus {
  border-color: transparent;
  background: linear-gradient(#fff, #fff 0) padding-box, linear-gradient(105deg, #f5e2d1 17.71%, #9cdaea 96.18%) border-box;
}

.filter__btn {
  position: absolute;
  right: 18px;
  top: 50%;
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.filter__checkboxes {
  display: -ms-grid;
  display: grid;
}

.filter__checkboxes .checkbox.hidden {
  display: none;
  -webkit-animation: opacity linear 0.3s forwards;
  animation: opacity linear 0.3s forwards;
}

.filter__toggle {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-align: left;
  color: var(--primary-blue);
  -webkit-transition: color 0.15s ease;
  transition: color 0.15s ease;
}

.filter__inputs {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 4px;
  -moz-column-gap: 4px;
  column-gap: 4px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  max-width: 100%;
}

.filter__price {
  border: 2px solid var(--bg-blue-light);
  border-radius: 16px;
  padding: 20px;
  width: 100%;
  height: 56px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  background: var(--primary-white);
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.filter__price::-webkit-input-placeholder {
  color: var(--text-grey);
}

.filter__price::-moz-placeholder {
  color: var(--text-grey);
}

.filter__price:-ms-input-placeholder {
  color: var(--text-grey);
}

.filter__price::-ms-input-placeholder {
  color: var(--text-grey);
}

.filter__price::placeholder {
  color: var(--text-grey);
}

.filter__price:focus {
  border-color: transparent;
  background: linear-gradient(#fff, #fff 0) padding-box, linear-gradient(105deg, #f5e2d1 17.71%, #9cdaea 96.18%) border-box;
}

.filter__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.filter__btns {
  display: -ms-grid;
  display: grid;
  row-gap: 10px;
}

.filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 4px;
  -moz-column-gap: 4px;
  column-gap: 4px;
}

.filters__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 4px;
  -moz-column-gap: 4px;
  column-gap: 4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50px;
  padding: 12px 10px 12px 16px;
  height: 42px;
  color: var(--black);
  background: var(--bg-blue-light);
}

.filters__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
}

.filters__btn {
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  -webkit-transition: -webkit-transform 0.15s ease;
  transition: -webkit-transform 0.15s ease;
  transition: transform 0.15s ease;
  transition: transform 0.15s ease, -webkit-transform 0.15s ease;
}

.filters__btn svg {
  width: 18px;
  height: 18px;
  fill: var(--primary-blue);
}

.sort__dropdown {
  border-radius: 28px;
  padding: 32px;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  background: var(--primary-white);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.15s ease, visibility 0.15s ease;
  transition: opacity 0.15s ease, visibility 0.15s ease;
}

.sort__dropdown.open {
  opacity: 1;
  visibility: visible;
}

.sort__h5 {
  margin: 0 0 20px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  letter-spacing: -0.03em;
}

.sort__list {
  display: -ms-grid;
  display: grid;
  row-gap: 12px;
}

.sort__item {
  position: relative;
  padding: 6px 0 6px 40px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  -webkit-transition: color 0.15s ease;
  transition: color 0.15s ease;
  cursor: pointer;
}

.sort__item.active {
  color: var(--primary-blue);
  cursor: default;
  pointer-events: none;
}

.sort__item.active::after {
  opacity: 1;
  visibility: visible;
}

.sort__item::before, .sort__item::after {
  content: "";
  position: absolute;
  top: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sort__item::before {
  content: "";
  left: 0;
  border: 2px solid var(--bg-blue-light);
  width: 28px;
  height: 28px;
  -webkit-transition: border-color 0.15s ease;
  transition: border-color 0.15s ease;
}

.sort__item::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 50%;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  background: var(--primary-blue);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity 0.15s ease, visibility 0.15s ease, background 0.15s ease;
  transition: opacity 0.15s ease, visibility 0.15s ease, background 0.15s ease;
}

.toggle__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  vertical-align: top;
  border-radius: 100px;
  width: 48px;
  height: 24px;
  background: var(--primary-white);
  -webkit-transition: background 0.15s ease;
  transition: background 0.15s ease;
  cursor: pointer;
}

.toggle__input:checked {
  background: var(--primary-blue);
}

.toggle__input:checked::before {
  left: 26px;
  background: var(--primary-white);
}

.toggle__input::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  bottom: 2px;
  border-radius: 100px;
  width: 20px;
  height: 20px;
  background: var(--stroke-blue);
  -webkit-transition: left 0.15s ease, background 0.15s ease;
  transition: left 0.15s ease, background 0.15s ease;
}

.toggle__label {
  display: none;
}

.nav-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0 0;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2px;
  -moz-column-gap: 2px;
  column-gap: 2px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination a,
.pagination span {
  display: -ms-grid;
  display: grid;
  place-items: center;
  border: 2px solid var(--stroke-blue);
  border-radius: 16px;
  padding: 10px;
  width: 48px;
  height: 48px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  color: var(--primary-blue);
  background: var(--primary-white);
}

.pagination a.current {
  border-color: var(--bg-blue-light);
  background: var(--bg-blue-light);
  cursor: default;
  pointer-events: none;
}

.pagination a.prev, .pagination a.next {
  background: var(--bg-blue-light);
}

.pagination a.prev svg, .pagination a.next svg {
  width: 16px;
  height: 16px;
  fill: var(--primary-blue);
}

.pagination a.disabled {
  background: var(--primary-white);
  cursor: default;
  pointer-events: none;
}

.pagination a.disabled svg {
  fill: var(--stroke-blue);
}

.ellipse {
  position: relative;
}

.ellipse::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -9px;
  width: 18px;
  height: 18px;
  background-image: url("/local/templates/livaroq/css/../images/icons/ellipse.svg");
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.block__box {
  display: -ms-grid;
  display: grid;
}

.block__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.block__reviews {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: var(--primary-blue);
}

.block__tags li:nth-child(10) {
  border-color: transparent;
  background: linear-gradient(#fff, #fff 0) padding-box, linear-gradient(105deg, #f5e2d1 17.71%, #9cdaea 96.18%) border-box;
}

.block__tags li:nth-child(n+11) {
  display: none;
}

.block__text {
  margin: 0;
  width: 100%;
  max-width: 437px;
  line-height: 1.6;
  color: var(--text-grey);
}

.block__price {
  font-weight: 500;
}

.block__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.block__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.block__btn {
  border: 2px solid var(--stroke-blue);
}

.zoom {
  position: relative;
}

.zoom::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  border-radius: 16px;
  width: 52px;
  height: 52px;
  background-image: url("/local/templates/livaroq/css/../images/icons/zoom.svg");
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.15s ease, visibility 0.15s ease;
  transition: opacity 0.15s ease, visibility 0.15s ease;
}

.tours-list {
  display: -ms-grid;
  display: grid;
  width: 100%;
}

.tours-list .tour.hidden {
  display: none;
}

.reviews-sort {
  position: relative;
}

.reviews-sort__list {
  position: absolute;
  left: 0;
  top: calc(100% + 11px);
  bottom: auto;
  z-index: 100;
  display: -ms-grid;
  display: grid;
  border-radius: 28px;
  padding: 32px;
  width: 100%;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  background: var(--primary-white);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.15s ease, visibility 0.15s ease;
  transition: opacity 0.15s ease, visibility 0.15s ease;
  row-gap: 12px;
}

.reviews-sort__list.open {
  opacity: 1;
  visibility: visible;
}

.reviews-sort__list.is-open {
  top: auto;
  bottom: calc(100% + 11px);
}

.reviews-sort__item {
  position: relative;
  padding: 6px 0 6px 40px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  -webkit-transition: color 0.15s ease;
  transition: color 0.15s ease;
  cursor: pointer;
}

.reviews-sort__item.active {
  color: var(--primary-blue);
  cursor: default;
  pointer-events: none;
}

.reviews-sort__item.active::after {
  opacity: 1;
  visibility: visible;
}

.reviews-sort__item::before, .reviews-sort__item::after {
  content: "";
  position: absolute;
  top: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.reviews-sort__item::before {
  content: "";
  left: 0;
  border: 2px solid var(--bg-blue-light);
  width: 28px;
  height: 28px;
  -webkit-transition: border-color 0.15s ease;
  transition: border-color 0.15s ease;
}

.reviews-sort__item::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 50%;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  background: var(--primary-blue);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity 0.15s ease, visibility 0.15s ease, background 0.15s ease;
  transition: opacity 0.15s ease, visibility 0.15s ease, background 0.15s ease;
}

.reviews-list {
  display: -ms-grid;
  display: grid;
  width: 100%;
}

.reviews-list__card.hidden {
  display: none;
}

.reviews-list .review__preview {
  position: relative;
  overflow: hidden;
  padding: 0 0 56.25%;
  aspect-ratio: 608/342;
}

@supports (aspect-ratio: 1) {
  .reviews-list .review__preview {
    padding: 0;
  }
}

.rate__h4 {
  margin: 0;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  color: var(--black);
}

.rate__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.rate__stars svg {
  width: 32px;
  height: 30px;
  fill: var(--stroke-blue);
  cursor: pointer;
}

.rate__stars svg:hover, .rate__stars svg:hover ~ * {
  fill: var(--secondary-yellow-valid);
}

.rate__stars svg.active, .rate__stars svg.active ~ * {
  fill: var(--secondary-yellow-valid);
}

.rate__stars svg:active, .rate__stars svg:active ~ * {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.dl-list {
  display: -ms-grid;
  display: grid;
  margin: 0;
  font-weight: 500;
  font-size: 18px;
  row-gap: 8px;
}

.dl-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}

.dl-list__name {
  color: var(--text-grey);
}

.dl-list__value {
  margin: 0;
}

.dl-list__value a {
  color: var(--primary-blue);
}

.video {
  position: relative;
}

.video__preview {
  position: relative;
  overflow: hidden;
}

@supports (aspect-ratio: 1) {
  .video__preview {
    padding: 0;
  }
}

.article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 8px;
}

.article__img {
  position: relative;
  overflow: hidden;
  border-radius: 16px 16px 16px 4px;
  padding: 0 0 69.8757763975%;
}

.article__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.article__block {
  display: -ms-grid;
  display: grid;
  row-gap: 8px;
}

.article__date {
  font-weight: 500;
  font-size: 14px;
}

.article__h4 {
  margin: 0;
  font-weight: 600;
  font-size: 20px;
}

.article__text {
  line-height: 1.6;
  color: var(--text-grey);
}

.doc__header {
  border: 1px solid transparent;
  background: linear-gradient(#fff, #fff 0) padding-box, linear-gradient(105deg, #f5e2d1 17.71%, #9cdaea 96.18%) border-box;
}

.doc__img {
  position: relative;
  overflow: hidden;
  padding: 0 0 146.4285714286%;
  aspect-ratio: 280/410;
}

@supports (aspect-ratio: 1) {
  .doc__img {
    padding: 0;
  }
}

.doc__h4 {
  font-weight: 600;
}

.doc__text {
  color: var(--text-grey);
}

.doc__text p {
  margin: 0;
}

.doc__text span {
  display: inline-block;
}

.section-block {
  display: -ms-grid;
  display: grid;
  place-items: flex-start;
}

.section-block:first-child {
  padding: 0;
}

.section-block__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  background: linear-gradient(294deg, #e3f4f7 2.2%, #fbf4ef 66.33%);
}

.section-block__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.section-block__h3 {
  margin: 0;
  font-weight: 600;
}

.section-block__blocks {
  counter-reset: numeric;
  display: -ms-grid;
  display: grid;
}

.section-block__blocks .section-block__h4 {
  position: relative;
  padding-left: 20px;
}

.section-block__blocks .section-block__h4::before {
  counter-increment: numeric;
  content: counter(numeric) ".";
  position: absolute;
  left: 0;
  top: 0;
}

.section-block__h4 {
  margin: 0 0 20px;
  font-weight: 600;
}

.section-block__text {
  font-size: 18px;
  line-height: 1.7;
  color: var(--text-grey);
}

.section-block__text p {
  margin: 0 0 35px;
}

.section-block__text p:last-child {
  margin: 0;
}

.section-block__btn {
  letter-spacing: -0.03em;
}

.section-block__list {
  display: -ms-grid;
  display: grid;
  row-gap: 8px;
}

.section-block__item {
  border: 2px solid var(--stroke-blue);
  border-radius: 16px;
  padding: 12px 22px;
  -webkit-transition: border-color 0.15s ease;
  transition: border-color 0.15s ease;
}

.section-block__item.active {
  border-color: var(--primary-blue);
}

.section-block__button {
  position: relative;
  padding: 10px 24px 10px 0;
  width: 100%;
  font-weight: 500;
  font-size: 18px;
  text-align: left;
  -webkit-transition: color 0.15s ease;
  transition: color 0.15s ease;
}

.section-block__button.active {
  color: var(--primary-blue);
}

.section-block__button.active::before {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.section-block__button::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 16px;
  height: 16px;
  background-image: url("/local/templates/livaroq/css/../images/icons/arrow-down.svg");
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.15s ease;
  transition: -webkit-transform 0.15s ease;
  transition: transform 0.15s ease;
  transition: transform 0.15s ease, -webkit-transform 0.15s ease;
}

.section-block__panel {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}

.section-block__panel .section-block__text {
  padding-bottom: 10px;
}

.section-block__panel .section-block__text p {
  margin: 0;
}

.section-block__panel .section-block__text ul {
  list-style: none;
  margin: 0;
  padding-left: 8px;
}

.section-block__panel .section-block__text li {
  position: relative;
  padding-left: 15px;
}

.section-block__panel .section-block__text li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  background: var(--text-grey);
}

.slider-menu.swiper {
  margin-left: 0;
  width: 100%;
}

.slider-menu__btn {
  border-radius: 16px;
  padding: 16px 20px;
  font-weight: 500;
  font-size: 18px;
  background: var(--bg-blue-light);
  -webkit-transition: color 0.15s ease, background 0.15s ease;
  transition: color 0.15s ease, background 0.15s ease;
}

.slider-menu__btn.active {
  color: var(--primary-white);
  background: var(--primary-green);
  cursor: default;
  pointer-events: none;
}

.slider-menu__anim {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  border-radius: 16px;
  background: var(--primary-green);
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.slider-menu__slide {
  position: relative;
  border-radius: 16px;
  padding: 16px 20px;
  font-weight: 500;
  font-size: 18px;
  background: var(--bg-blue-light);
  -webkit-transition: color 0.15s ease, background 0.15s ease;
  transition: color 0.15s ease, background 0.15s ease;
  cursor: pointer;
}

.slider-menu__slide.active {
  z-index: 2;
  color: var(--primary-white);
  background: transparent;
  cursor: default;
  pointer-events: none;
}

.post {
  display: -ms-grid;
  display: grid;
  row-gap: 40px;
}

.post__section {
  display: -ms-grid;
  display: grid;
  row-gap: 20px;
}

.post__back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
  color: var(--text-grey);
}

.post__back svg {
  width: 12px;
  height: 12px;
  fill: var(--text-grey);
}

.post__date {
  font-weight: 500;
  font-size: 18px;
}

.post__swiper.swiper {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  min-width: 0;
}

.post__img {
  position: relative;
  overflow: hidden;
  border-radius: 16px 16px 16px 4px;
  padding: 0 0 69.8237885463%;
  aspect-ratio: 454/317;
}

@supports (aspect-ratio: 1) {
  .post__img {
    padding: 0;
  }
}

.post__desc {
  border-radius: 20px;
  font-family: var(--font-family);
  font-weight: 600;
  background: linear-gradient(294deg, #e3f4f7 2.2%, #fbf4ef 66.33%);
}

.post h2 {
  margin: 0;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.post h3 {
  margin: 0;
  font-weight: 600;
  font-size: 28px;
}

.post p {
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
}

.post ul {
  display: -ms-grid;
  display: grid;
  list-style: none;
  margin: 0;
  padding-left: 10px;
  row-gap: 20px;
}

.post li {
  position: relative;
  padding-left: 15px;
  font-size: 18px;
  line-height: 1.6;
}

.post li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  background: var(--text-black);
}

.post .video__preview {
  position: relative;
  overflow: hidden;
  padding: 0 0 56.1143984221%;
  aspect-ratio: 1014/569;
}

@supports (aspect-ratio: 1) {
  .post .video__preview {
    padding: 0;
  }
}

.table {
  overflow: hidden;
  border: 1px solid var(--stroke-bezh);
  border-radius: 20px;
  color: var(--black);
}

.table table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

.table thead tr th {
  border-right: 1px solid var(--stroke-bezh);
  border-bottom: 1px solid var(--stroke-bezh);
  padding: 16px 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3;
  text-align: left;
  background: var(--bg-bezh-light);
}

.table thead tr th:last-child {
  border-right: none;
}

.table tbody tr:last-child td {
  border-bottom: none;
}

.table tbody tr td {
  border-right: 1px solid var(--stroke-bezh);
  border-bottom: 1px solid var(--stroke-bezh);
  padding: 16px 20px;
  font-size: 16px;
  line-height: 1.6;
  background: var(--primary-white);
}

.table tbody tr td:last-child {
  border-right: none;
}

.search-cards {
  display: -ms-grid;
  display: grid;
  row-gap: 40px;
}

.search-cards > li.hidden {
  display: none;
}

.search-cards .clinic {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.search-cards .clinic .btn-favorites,
.search-cards .clinic .btn-compare {
  border-radius: 14px;
  width: 44px;
  height: 44px;
}

.search-cards .clinic__img {
  padding: 0 0 69.8757763975%;
  aspect-ratio: 322/225;
}

@supports (aspect-ratio: 1) {
  .search-cards .clinic__img {
    padding: 0;
  }
}

.search-cards .city {
  font-size: 14px;
}

.search-cards .clinic__text strong {
  font-weight: 600;
  font-size: 16px;
  color: var(--text-black);
}

.search-cards .doctor {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.search-cards .doctor__h4 {
  padding-right: 6px;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.search-cards .doctor__text strong {
  font-weight: 600;
  font-size: 16px;
  color: var(--text-black);
}

.search-cards .tour__img {
  padding: 0 0 69.4736842105%;
  aspect-ratio: 380/264;
}

@supports (aspect-ratio: 1) {
  .search-cards .tour__img {
    padding: 0;
  }
}

.search-cards .article {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.comment-form {
  display: none;
  width: 100%;
  max-width: 867px;
  row-gap: 8px;
}

.comment-form.active {
  display: -ms-grid;
  display: grid;
}

.comment-form__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.comment-form__avatar {
  width: 46px;
  height: 46px;
  font-size: 28px;
}

.comment-form__name {
  margin: 0 0 4px;
  font-weight: 600;
  font-size: 16px;
}

.comment-form__answer {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: var(--text-grey);
}

.comment-form__body {
  display: -ms-grid;
  display: grid;
  row-gap: 10px;
}

.comment-form__textarea {
  overflow: hidden;
  border: 2px solid var(--bg-blue-light);
  border-radius: 16px;
  padding: 20px;
  width: 100%;
  min-height: 100px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: var(--text-black);
  background: var(--primary-white);
  -webkit-transition: border-color 0.15s ease;
  transition: border-color 0.15s ease;
  resize: none;
}

.comment-form__textarea::-webkit-input-placeholder {
  color: var(--text-grey);
}

.comment-form__textarea::-moz-placeholder {
  color: var(--text-grey);
}

.comment-form__textarea:-ms-input-placeholder {
  color: var(--text-grey);
}

.comment-form__textarea::-ms-input-placeholder {
  color: var(--text-grey);
}

.comment-form__textarea::placeholder {
  color: var(--text-grey);
}

.comment-form__textarea::-webkit-resizer {
  background: transparent;
}

.comment-form__textarea:focus {
  outline: none;
  border-color: var(--secondary-blue-2);
}

.comment-form__link {
  font-weight: 500;
  font-size: 13px;
  color: var(--primary-blue);
}

.comment-form__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
}

.comment-form__remove {
  border-radius: 16px;
  padding: 12px 18px;
  height: 52px;
}

.comment-form__submit {
  height: 52px;
}

.comment {
  display: none;
  width: 100%;
  max-width: 867px;
  row-gap: 8px;
}

.comment.active {
  display: -ms-grid;
  display: grid;
}

.comment__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.comment__avatar {
  width: 46px;
  height: 46px;
  font-size: 28px;
}

.comment__name {
  margin: 0 0 4px;
  font-weight: 600;
  font-size: 16px;
}

.comment__answer {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: var(--text-grey);
}

.comment__body {
  display: -ms-grid;
  display: grid;
  place-items: flex-start;
  padding-left: 60px;
  row-gap: 10px;
}

.comment__text {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
}

.comment__comment-form {
  height: 52px;
}

.avatar {
  display: -ms-grid;
  display: grid;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  place-items: center;
  border-radius: 50%;
  font-weight: 700;
  text-align: center;
  color: var(--stroke-bezh);
  background: var(--bg-bezh-light);
  -webkit-transition: color 0.15s ease, background 0.15s ease;
  transition: color 0.15s ease, background 0.15s ease;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  overflow-y: auto;
  background: var(--overlay);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.modal.open {
  opacity: 1;
  visibility: visible;
}

.modal.open .modal__content {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.modal.closing .modal__content {
  opacity: 0;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.modal__body {
  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;
  padding: 20px 0;
  min-height: 100%;
}

.modal__content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  border-radius: 28px;
  width: 100%;
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
  background: var(--primary-white);
  opacity: 0;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  row-gap: 20px;
}

.modal__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.modal__h4 {
  margin: 0;
  font-weight: 600;
  font-size: 22px;
}

.modal__close {
  display: -ms-grid;
  display: grid;
  place-items: center;
  border-radius: 16px;
  width: 52px;
  height: 52px;
  background: var(--bg-blue-light);
}

.modal__close svg {
  width: 24px;
  height: 24px;
  fill: var(--primary-blue);
}

.modal__search {
  position: relative;
}

.modal__input {
  border: 2px solid var(--bg-blue-light);
  border-radius: 16px;
  padding: 20px 50px 20px 20px;
  width: 100%;
  height: 56px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  background: var(--primary-white);
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.modal__input::-webkit-input-placeholder {
  color: var(--text-grey);
}

.modal__input::-moz-placeholder {
  color: var(--text-grey);
}

.modal__input:-ms-input-placeholder {
  color: var(--text-grey);
}

.modal__input::-ms-input-placeholder {
  color: var(--text-grey);
}

.modal__input::placeholder {
  color: var(--text-grey);
}

.modal__input:focus {
  border-color: transparent;
  background: linear-gradient(#fff, #fff 0) padding-box, linear-gradient(105deg, #f5e2d1 17.71%, #9cdaea 96.18%) border-box;
}

.modal__btn {
  position: absolute;
  right: 18px;
  top: 50%;
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.modal__list li {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: var(--text-grey);
  cursor: pointer;
}

.modal__list li:not(:last-child) {
  margin: 0 0 16px;
}

.modal__list li.active {
  color: var(--secondary-blue-2);
  cursor: default;
  pointer-events: none;
}

.modal__highlight {
  display: inline-block;
  border-radius: 4px;
  padding: 0 2px;
  color: var(--text-black);
  background: #ffe58a;
}

.modal__empty {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  color: var(--text-grey);
}

.file {
  position: relative;
}

.file__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.file__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid var(--bg-blue-light);
  border-radius: 16px;
  padding: 19px;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  color: var(--text-grey);
  background: var(--primary-white);
  -webkit-transition: border-color 0.15s ease;
  transition: border-color 0.15s ease;
  cursor: pointer;
}

.file__label img {
  width: 40px;
  height: 40px;
}

.file__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}

.file__item {
  position: relative;
  border: 2px solid var(--bg-blue-light);
  border-radius: 12px;
  width: 75px;
  height: 100px;
  background: var(--primary-white);
}

.file__item img,
.file__item video {
  display: block;
  overflow: hidden;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.file__remove {
  position: absolute;
  right: -5px;
  top: -7px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  border: 2px solid var(--stroke-blue);
  border-radius: 50%;
  width: 36px;
  height: 36px;
  font-size: 30px;
  line-height: 1;
  color: var(--primary-blue);
  background: var(--bg-blue-light);
}

.file__remove:hover svg {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.file__remove svg {
  width: 24px;
  height: 24px;
  fill: var(--primary-blue);
}

.header:not(.header--main) {
  border-bottom: 2px solid var(--bg-blue-light);
}

.header__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__wrapper .search.is-open, .header__wrapper .search.active {
  border-color: transparent;
  background: linear-gradient(#fff, #fff 0) padding-box, linear-gradient(105deg, #f5e2d1 17.71%, #9cdaea 96.18%) border-box;
}

.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 19px;
  -moz-column-gap: 19px;
  column-gap: 19px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__desc {
  font-weight: 600;
  font-size: 16px;
  white-space: nowrap;
}

.header__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__btns .btn-favorites,
.header__btns .btn-compare,
.header__btns .btn-login {
  background: var(--bg-blue-light);
}

.header__btns .btn-favorites:hover,
.header__btns .btn-compare:hover,
.header__btns .btn-login:hover {
  color: var(--primary-white);
  background: var(--primary-green);
}

.header__btns .btn-favorites:hover svg,
.header__btns .btn-compare:hover svg,
.header__btns .btn-login:hover svg {
  fill: var(--primary-white);
}

.hero__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.hero__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.hero__subtitle::before {
  content: none;
}

.hero__subtitle::after {
  content: "";
  position: absolute;
  height: 2px;
  background: var(--stroke-bezh);
}

.hero__block {
  position: relative;
  z-index: 1;
}

.tours .tour__img,
.tours-list .tour__img,
.tours-page .tour__img {
  padding: 0 0 69.6347031963%;
  aspect-ratio: 438/305;
}

@supports (aspect-ratio: 1) {
  .tours .tour__img,
  .tours-list .tour__img,
  .tours-page .tour__img {
    padding: 0;
  }
}

.tours.swiper,
.tours-page.swiper {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: visible;
  width: 100%;
  min-width: 0;
}

.tours__slide.swiper-slide,
.tours-page__slide.swiper-slide {
  height: auto;
}

.tours__slide.hidden {
  display: none;
}

.callback__wrap {
  position: relative;
  overflow: hidden;
}

.callback__img {
  position: absolute;
}

.callback__inner {
  display: -ms-grid;
  display: grid;
  gap: 30px;
}

.callback__subtitle::before {
  top: 8%;
}

.callback__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px 5px 30px 30px;
  padding: 33px 28px;
  -webkit-box-shadow: 0 10px 20px 0 rgba(8, 28, 53, 0.03);
  box-shadow: 0 10px 20px 0 rgba(8, 28, 53, 0.03);
  background: var(--primary-white);
}

.callback__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 50%;
  width: 64px;
  height: 64px;
}

.callback__text {
  margin: 0;
}

.callback__text b {
  font-weight: 700;
}

.clinics.swiper {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: visible;
  width: 100%;
  min-width: 0;
}

.clinics .clinic__img {
  padding: 0 0 69.7940503432%;
  aspect-ratio: 437/305;
}

@supports (aspect-ratio: 1) {
  .clinics .clinic__img {
    padding: 0;
  }
}

.clinics__slide.hidden {
  display: none;
}

.doctors.swiper,
.doctors-page.swiper {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: visible;
  width: 100%;
  min-width: 0;
}

.doctors__slide.hidden,
.doctors-page__slide.hidden {
  display: none;
}

.stages__grid {
  display: -ms-grid;
  display: grid;
}

.stages__cards {
  counter-reset: numeric;
  display: -ms-grid;
  display: grid;
}

.stages__card {
  position: relative;
  border-radius: 32px;
  background: linear-gradient(294deg, #e3f4f7 2.2%, #fbf4ef 66.33%);
  -webkit-transition: background 0.15s ease;
  transition: background 0.15s ease;
}

.stages__card::before {
  counter-increment: numeric;
  content: "0" counter(numeric);
  position: absolute;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--stroke-blue);
}

.stages__h3 {
  margin: 0 0 12px;
}

.benefits {
  overflow: hidden;
}

.benefits__swiper.swiper {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: visible;
  width: 100%;
  min-width: 0;
}

.benefits__slide {
  position: relative;
}

.benefits__slide.swiper-slide {
  height: auto;
}

.benefits__slide::before {
  content: "";
  position: absolute;
  left: 0;
  width: 60px;
  height: 2px;
  background: var(--primary-blue);
}

.benefits__h3 {
  color: var(--primary-blue);
}

.benefits__pagination:not(.swiper-pagination-lock) {
  margin: 40px 0 0;
}

.reviews.swiper {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: visible;
  width: 100%;
  min-width: 0;
}

.reviews__slide.swiper-slide {
  height: auto;
}

.reviews__slide.hidden {
  display: none;
}

.reviews .review__preview {
  padding: 0 0 56.25%;
  aspect-ratio: 608/342;
}

@supports (aspect-ratio: 1) {
  .reviews .review__preview {
    padding: 0;
  }
}

.payment {
  overflow: hidden;
}

.payment__wrap {
  position: relative;
  overflow: hidden;
}

.payment__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.payment__inner {
  position: relative;
}

.payment__swiper.swiper {
  padding: 10px 0 0;
}

.payment__slide {
  position: relative;
  border-radius: 4px 32px 32px;
  -webkit-box-shadow: 0 10px 20px 0 rgba(8, 28, 53, 0.03);
  box-shadow: 0 10px 20px 0 rgba(8, 28, 53, 0.03);
  background-image: url("/local/templates/livaroq/css/../images/icons/bg.svg");
  background-repeat: no-repeat;
}

.payment__slide.swiper-slide {
  height: auto;
}

.payment__slide::before {
  content: "";
  position: absolute;
  top: -9px;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  background: var(--primary-white);
}

.payment__h3 {
  margin: 0 0 12px;
}

.payment__list {
  padding-left: 10px;
}

.payment__list li {
  position: relative;
  font-weight: 500;
  color: var(--text-grey);
}

.payment__list li::before {
  content: "";
  position: absolute;
  left: 0;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  background: var(--text-grey);
}

.payment__pagination:not(.swiper-pagination-lock) {
  margin: 32px 0 0;
}

.partners.swiper {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: visible;
  width: 100%;
  min-width: 0;
}

.partners__slide {
  border: 2px solid transparent;
  background: linear-gradient(#fff, #fff 0) padding-box, linear-gradient(105deg, #f5e2d1 17.71%, #9cdaea 96.18%) border-box;
}

.partners__slide.swiper-slide {
  height: auto;
}

.partners__slide.hidden {
  display: none;
}

.partners__img {
  position: relative;
  overflow: hidden;
  padding: 0 0 66.6666666667%;
  aspect-ratio: 240/160;
}

@supports (aspect-ratio: 1) {
  .partners__img {
    padding: 0;
  }
}

.footer__wrap {
  background: var(--primary-blue);
}

.footer__inner {
  display: -ms-grid;
  display: grid;
}

.footer__aside {
  display: -ms-grid;
  display: grid;
}

.footer__text {
  color: var(--bg-blue-light);
}

.footer__img {
  opacity: 0.6;
  mix-blend-mode: luminosity;
}

.footer__main {
  display: -ms-grid;
  display: grid;
}

.footer__grid {
  display: -ms-grid;
  display: grid;
}

.footer__grid:first-child {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer__grid:last-child {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__menu {
  display: -ms-grid;
  display: grid;
}

.footer__menu a {
  font-weight: 500;
  font-size: 18px;
}

.footer__right {
  display: -ms-grid;
  display: grid;
  row-gap: 24px;
}

.footer__tel {
  font-weight: 500;
  letter-spacing: -0.03em;
  color: var(--primary-white);
}

.footer__desc {
  font-weight: 600;
  color: var(--bg-blue-light);
}

.footer__links a {
  font-weight: 500;
  color: var(--primary-white);
}

.footer__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px 24px;
}

.footer__flex span {
  font-weight: 500;
  font-size: 18px;
  color: var(--text-grey);
}

.catalog__buttons .btn-close {
  display: none;
  -webkit-animation: opacity linear 0.15s forwards;
  animation: opacity linear 0.15s forwards;
}

.catalog__buttons .btn-close.open {
  display: block;
  margin-left: auto;
}

.catalog__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 6px;
  -moz-column-gap: 6px;
  column-gap: 6px;
}

.catalog__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}

.catalog__line.active {
  margin-bottom: 12px;
}

.product__img {
  position: relative;
  overflow: hidden;
  padding: 0 0 75.1315789474%;
  aspect-ratio: 760/571;
}

@supports (aspect-ratio: 1) {
  .product__img {
    padding: 0;
  }
}

.product__photo {
  position: relative;
  overflow: hidden;
  padding: 0 0 100%;
  background: var(--bg-bezh-light);
  aspect-ratio: 554/554;
}

@supports (aspect-ratio: 1) {
  .product__photo {
    padding: 0;
  }
}

.about__main {
  display: -ms-grid;
  display: grid;
}

.about__menu.swiper {
  margin-left: 0;
}

.about__menu .swiper-slide {
  width: auto;
}

.about__btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  padding: 16px 20px;
  height: 48px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
  background: var(--bg-blue-light);
  -webkit-transition: color 0.15s ease, background 0.15s ease;
  transition: color 0.15s ease, background 0.15s ease;
}

.about__btn.active {
  color: var(--primary-white);
  background: var(--primary-green);
  cursor: default;
  pointer-events: none;
}

.about__text {
  line-height: 1.6;
  color: var(--text-grey);
}

.about__text p:has(> strong) {
  margin: 0;
}

.about__text strong {
  font-weight: 600;
  color: var(--text-black);
}

.about__text ul {
  list-style: none;
  margin: 0;
  padding-left: 10px;
}

.about__text ul li {
  position: relative;
  padding-left: 15px;
}

.about__text ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  background: var(--text-grey);
}

.docs.swiper {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  min-width: 0;
}

.video-message__wrap {
  background: linear-gradient(294deg, #e3f4f7 2.2%, #fbf4ef 66.33%);
}

.video-message__grid {
  display: -ms-grid;
  display: grid;
}

.video-message__preview {
  padding: 0 0 56.1514195584%;
  aspect-ratio: 951/534;
}

@supports (aspect-ratio: 1) {
  .video-message__preview {
    padding: 0;
  }
}

.section-page__sections {
  display: -ms-grid;
  display: grid;
}

.section-page__articles {
  display: -ms-grid;
  display: grid;
}

.section-page__reviews {
  display: -ms-grid;
  display: grid;
}

.section-page__reviews ~ .nav-pagination {
  margin: 32px 0 0;
}

.section-page__row {
  display: -ms-grid;
  display: grid;
  row-gap: 40px;
}

.section-page__inner {
  position: relative;
}

.section-page__inner .search.open, .section-page__inner .search.active {
  border-color: transparent;
  background: linear-gradient(#fff, #fff 0) padding-box, linear-gradient(105deg, #f5e2d1 17.71%, #9cdaea 96.18%) border-box;
}

.section-page__h2 {
  margin: 0 0 40px;
  font-weight: 600;
}

.certificates__grid {
  display: -ms-grid;
  display: grid;
}

.contacts__inner {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contacts__grid {
  display: -ms-grid;
  display: grid;
}

.contacts__subtitle {
  margin: 0;
  line-height: 1.6;
  color: var(--text-grey);
}

.contacts__body {
  display: -ms-grid;
  display: grid;
  row-gap: 12px;
}

.contacts__text {
  margin: 0;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.03em;
}

.contacts__tel {
  font-weight: 500;
  font-size: 36px;
  letter-spacing: -0.03em;
}

.contacts__footer {
  display: -ms-grid;
  display: grid;
  row-gap: 20px;
}

.related-articles.swiper {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  min-width: 0;
}

.page404__inner {
  position: relative;
  overflow: hidden;
}

.page404__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.page404__block {
  position: relative;
}

.page404__subtitle {
  width: 100%;
}

.page404__subtitle::before {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.page404__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page404__btn:last-child {
  padding: 20px 38px;
}

@media (320px <= width < 1024px) {
  .main {
    margin: 80px 0 0;
  }

  .padding-page {
    padding-bottom: 60px;
  }

  .container-lg {
    max-width: var(--content-width-phone-lg);
  }

  .container-sm {
    max-width: var(--container-width-phone-sm);
  }

  .inner {
    overflow-x: auto;
    margin: 0 -100vw;
  }

  .inner::-webkit-scrollbar {
    display: none;
  }

  .wrap {
    padding: 0 100vw;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 100%;
  }

  .login span {
    display: none;
  }

  .main .swiper-nav__btns {
    display: none;
  }

  .scrolltop {
    bottom: 96px;
  }

  .h1 {
    margin: 0 0 20px;
    font-size: 32px;
  }

  .title {
    font-size: 32px;
  }

  .h2 {
    margin: 0 0 8px;
    font-size: 32px;
  }

  .h3 {
    font-weight: 600;
    font-size: 22px;
  }

  .h4 {
    font-size: 22px;
  }

  .subtitle {
    font-size: 18px;
    line-height: 1.3;
  }

  .subtitle::before {
    content: none;
  }

  .btn-blue {
    padding: 15px;
    width: 100%;
  }

  .btn-burger.open svg,
  .btn-search.open svg {
    fill: var(--primary-green);
  }

  .btn-play {
    width: 48px;
    height: 48px;
  }

  .btn-play svg {
    width: 22px;
    height: 22px;
  }

  .btn-close {
    position: relative;
    z-index: 40;
  }

  .btn-filter,
  .btn-sort {
    position: relative;
    z-index: 40;
    display: -ms-grid;
    display: grid;
    place-items: center;
    border-radius: 16px;
    padding: 14px;
    width: 52px;
    height: 52px;
    background: var(--bg-blue-light);
  }

  .btn-filter.open svg,
  .btn-sort.open svg {
    fill: var(--primary-green);
  }

  .btn-filter.active,
  .btn-sort.active {
    position: relative;
  }

  .btn-filter.active::before,
  .btn-sort.active::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -9px;
    width: 18px;
    height: 18px;
    background-image: url("/local/templates/livaroq/css/../images/icons/ellipse.svg");
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .popup__content {
    padding: 60px 20px;
    max-width: 390px;
  }

  .popup__close {
    right: 20px;
    top: 18px;
  }

  .popup__top {
    margin: 0 0 28px;
    row-gap: 16px;
  }

  .popup__h2 {
    font-size: 32px;
  }

  .popup__text {
    margin: 0;
    font-size: 18px;
  }

  .popup__grid {
    row-gap: 16px;
  }

  .popup__form {
    row-gap: 16px;
  }

  .popup__link {
    margin-top: 4px;
  }

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

  .advantages {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    width: 1318px;
  }

  .advantages__item {
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    border-radius: 32px 4px 32px 32px;
    padding: 33px 28px;
  }

  .advantages__icon {
    width: 64px;
    height: 64px;
  }

  .advantages__text {
    font-size: 20px;
    line-height: 1.4;
  }

  .social--sm {
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
  }

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

  .social--big {
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
  }

  .lang {
    display: none;
  }

  .search-menu {
    display: none;
    overflow: hidden;
    margin: 0 auto;
    padding: 20px 20px 29px 32px;
    width: 100%;
    height: 100%;
    max-width: 390px;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    -webkit-animation: opacity linear 0.15s forwards;
    animation: opacity linear 0.15s forwards;
    row-gap: 16px;
  }

  .search-menu.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .search-menu__list {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-height: 0;
  }

  .search-menu__list li {
    font-size: 18px;
    line-height: 1.3;
  }

  .search-menu__list li:not(:last-child) {
    margin: 0 0 20px;
  }

  .nav {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 28px;
    padding: 20px 20px 29px 32px;
    width: 100%;
    height: 100%;
    max-width: 390px;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  }

  .nav__top {
    position: absolute;
    left: 32px;
    right: 20px;
    top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .nav__bottom {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 76px 0 0;
    min-height: 0;
  }

  .menu {
    display: none;
    -webkit-animation: opacity linear 0.15s forwards;
    animation: opacity linear 0.15s forwards;
    row-gap: 24px;
  }

  .menu.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .menu > li > a {
    font-size: 18px;
  }

  .sub-menu {
    display: none;
    -webkit-animation: opacity linear 0.15s forwards;
    animation: opacity linear 0.15s forwards;
    row-gap: 24px;
  }

  .sub-menu.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .sub-menu li:first-child a {
    color: var(--text-black);
  }

  .sub-menu li:first-child svg {
    fill: var(--text-black);
  }

  .sub-menu li a {
    font-size: 18px;
    line-height: 1.3;
  }

  .section__wrap {
    border-radius: 28px;
    padding: 60px 0;
  }

  .section__grid {
    row-gap: 20px;
  }

  .section__h2 {
    margin: 0;
  }

  .section__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .section__btn--lg {
    width: 204px;
  }

  .section__btn--md {
    width: 170px;
  }

  .section__btns {
    display: none;
  }

  .section__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .tour {
    padding: 20px 20px 40px;
    row-gap: 17px;
  }

  .tour::before {
    bottom: 0;
    width: 244px;
    height: 156px;
    background-image: url("/local/templates/livaroq/css/../images/main/decor-sm.png");
  }

  .tour__grid:last-child {
    row-gap: 16px;
  }

  .tour__grid {
    row-gap: 17px;
  }

  .tour__box {
    left: 10px;
    top: 10px;
  }

  .tour__img {
    border-radius: 24px 24px 24px 0;
  }

  .tour__h3 br {
    display: none;
  }

  .tour__ul {
    line-height: 1.5;
  }

  .tour__price {
    -ms-grid-row: 2;
    grid-row: 2;
  }

  .tour__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    row-gap: 16px;
  }

  .tour__btn {
    padding: 15px 40px;
    width: auto;
  }

  .doctor-cards {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 32px 16px;
  }

  .doctor-cards.active .doctor__img {
    border-radius: 20px 20px 4px;
  }

  .doctor-cards .doctor {
    row-gap: 4px;
  }

  .doctor-cards .btn-favorites,
  .doctor-cards .btn-compare {
    border-radius: 12px;
    width: 40px;
    height: 40px;
  }

  .doctor-cards .doctor__box {
    left: 6px;
    bottom: 6px;
  }

  .doctor-cards .doctor__img {
    border-radius: 20px 20px 20px 4px;
  }

  .doctor-cards .doctor__h4 {
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: -0.03em;
  }

  .doctor-cards .tags li {
    padding: 4px 6px;
    height: 24px;
    font-size: 12px;
  }

  .doctor__text {
    display: none;
  }

  .review {
    padding: 22px;
  }

  .review__top {
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
  }

  .review__name {
    font-size: 16px;
  }

  .review__link {
    font-size: 13px;
    line-height: 1.3;
  }

  .review__stars {
    display: none;
  }

  .review__block:last-child {
    display: none;
  }

  .review__images {
    gap: 10px;
  }

  .review__image:nth-child(n+3) {
    display: none;
  }

  .review__img {
    border-radius: 12px;
    width: 136px;
    height: 95px;
  }

  .review__btn {
    font-weight: 500;
    font-size: 16px;
  }

  .review__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    row-gap: 16px;
  }

  .review__preview {
    border-radius: 16px;
  }

  .review__play {
    left: 11px;
    bottom: 11px;
  }

  .breadcrumbs {
    display: none;
  }

  .back {
    padding: 30px 0 12px;
  }

  .back__link {
    position: relative;
    padding-left: 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: var(--text-grey-2);
  }

  .back__link::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 16px;
    height: 16px;
    background-image: url("/local/templates/livaroq/css/../images/icons/back.svg");
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .filter {
    display: none;
    padding: 32px 35px;
    -webkit-animation: opacity linear 0.15s forwards;
    animation: opacity linear 0.15s forwards;
  }

  .filter.open {
    display: -ms-grid;
    display: grid;
  }

  .filter__checkboxes {
    row-gap: 12px;
  }

  .sort__btn {
    display: none;
  }

  .sort__wrap {
    position: fixed;
    left: 0;
    top: 188px;
    z-index: 30;
    border-radius: 28px;
    padding: 75px 20px 0;
    width: 100%;
    height: calc(100vh - 188px);
    background: rgba(255, 255, 255, 0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.15s ease, visibility 0.15s ease;
    transition: opacity 0.15s ease, visibility 0.15s ease;
    backdrop-filter: blur(5px);
  }

  .sort__wrap.open {
    opacity: 1;
    visibility: visible;
  }

  .sort__dropdown {
    margin: 0 auto;
    width: 100%;
    max-width: 350px;
  }

  .nav-pagination {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    row-gap: 12px;
  }

  .pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }

  .block {
    row-gap: 10px;
  }

  .block--doctor .block__price {
    font-size: 28px;
  }

  .block__box {
    row-gap: 10px;
  }

  .block__city {
    margin: 0 0 10px;
  }

  .block__link {
    margin: 0 0 10px;
  }

  .block__title {
    margin: 0 0 10px;
  }

  .block__line {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }

  .block__tags {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .block__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .block__bottom {
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
  }

  .block__btns {
    -webkit-column-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px;
  }

  .reviews-sort__btn {
    display: none;
  }

  .reviews-list {
    row-gap: 20px;
  }

  .reviews-list__rate {
    display: none;
  }

  .reviews-list .patient-stories .review__grid {
    row-gap: 24px;
  }

  .reviews-list .review__preview {
    border-radius: 16px;
  }

  .article__img {
    padding: 0 0 78.2857142857%;
  }

  .article__content {
    row-gap: 8px;
  }

  .article__text {
    margin: 0 0 8px;
  }

  .section-block {
    row-gap: 20px;
  }

  .section-block__top {
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    border-radius: 20px;
    padding: 16px 20px;
  }

  .section-block__img {
    width: 71px;
    height: 54px;
  }

  .section-block__h3 {
    font-size: 22px;
    line-height: 1.1;
  }

  .section-block__blocks {
    row-gap: 20px;
  }

  .section-block__blocks .section-block__h4 {
    padding-left: 20px;
  }

  .section-block__blocks--payment {
    row-gap: 32px;
  }

  .section-block__h4 {
    font-size: 20px;
  }

  .section-block__btn {
    padding: 20px 40px;
    width: auto;
  }

  .post__section--hidden {
    display: none;
  }

  .post__swiper.swiper {
    overflow: visible;
  }

  .post__swiper .swiper-slide {
    width: 322px;
  }

  .post h2 {
    font-size: 32px;
  }

  .post .video__preview {
    border-radius: 28px;
  }

  .post .btn-play {
    left: 14px;
    bottom: 13px;
    width: 72px;
    height: 72px;
  }

  .post .btn-play svg {
    width: 32px;
    height: 22px;
  }

  .table {
    width: 1016px;
  }

  .search-cards .clinic {
    row-gap: 8px;
  }

  .search-cards .clinic__h4 {
    font-size: 20px;
  }

  .search-cards .clinic__text {
    display: none;
  }

  .search-cards .doctor {
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .search-cards .doctor .btn-favorites,
  .search-cards .doctor .btn-compare {
    border-radius: 12px;
    width: 40px;
    height: 40px;
  }

  .search-cards .doctor .tags li {
    padding: 4px 8px;
    height: 24px;
    font-size: 12px;
  }

  .search-cards .doctor__box {
    left: 6px;
    bottom: 6px;
  }

  .search-cards .doctor__img {
    border-radius: 20px 20px 20px 4px;
  }

  .search-cards .tour {
    padding: 20px 20px 90px;
    row-gap: 16px;
  }

  .search-cards .tour__grid {
    row-gap: 17px;
  }

  .search-cards .tour__grid:last-child {
    row-gap: 16px;
  }

  .search-cards .tour__box {
    left: 10px;
    top: 10px;
  }

  .search-cards .tour__img {
    border-radius: 24px 24px 24px 0;
  }

  .search-cards .article {
    row-gap: 8px;
  }

  .modal__content {
    padding: 20px 20px 29px;
    height: 533px;
    max-width: 350px;
  }

  .header__top {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    border-radius: 0 0 28px 28px;
    padding: 19px 20px;
    width: 100%;
    -webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.07);
    background: var(--primary-white);
  }

  .header__flex {
    margin: 0 auto;
    width: 100%;
    max-width: 350px;
  }

  .header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .header__wrapper.is-open {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    padding: 90px 20px 80px;
    width: 100%;
    height: 100%;
  }

  .header__wrapper.open {
    z-index: 100;
    background: var(--primary-white);
  }

  .header__wrapper .search__btn::before {
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
  }

  .header__inner {
    display: none;
    -webkit-animation: opacity linear 0.15s forwards;
    animation: opacity linear 0.15s forwards;
  }

  .header__inner.open {
    position: relative;
    z-index: 10;
    display: block;
    margin: 0 auto;
    padding: 16px 0;
    width: 100%;
    max-width: 390px;
    background: var(--primary-white);
  }

  .header__inner.open::before, .header__inner.open::after {
    content: "";
    position: absolute;
    top: 0;
    z-index: 10;
    width: 100vw;
    height: 164px;
    background: var(--primary-white);
  }

  .header__inner.open::before {
    right: 100%;
  }

  .header__inner.open::after {
    left: 100%;
  }

  .header__inner.is-open {
    background: transparent;
  }

  .header__desc {
    display: none;
  }

  .header__wrap {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 100;
    border-radius: 28px 28px 0 0;
    padding: 14px 28px;
    width: 100%;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.07);
    background: var(--primary-white);
  }

  .header__btns {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%;
    max-width: 332px;
  }

  .header__bottom {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 50;
    padding: 90px 20px 100px;
    width: 100%;
    height: 100%;
    background: var(--primary-white);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.15s ease, visibility 0.15s ease;
    transition: opacity 0.15s ease, visibility 0.15s ease;
  }

  .header__bottom.open {
    opacity: 1;
    visibility: visible;
  }

  .hero {
    margin: 10px 0 0;
  }

  .hero__container {
    overflow: hidden;
  }

  .hero__swiper .swiper-slide {
    overflow: hidden;
    border-radius: 28px;
    padding: 54px 0;
    height: 570px;
  }

  .hero__content {
    margin: 0 auto;
    max-width: 350px;
    text-align: center;
  }

  .hero__h2 {
    margin: 0 0 14px;
  }

  .hero__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin: -150px 0 0;
  }

  .hero__btn {
    margin: 0 auto;
    width: 246px;
  }

  .hero__pagination {
    margin: 40px 0 20px;
  }

  .tours .tour__desc,
  .tours-list .tour__desc,
  .tours-page .tour__desc {
    font-size: 13px;
    line-height: 1.3;
  }

  .tours__slide.swiper-slide,
  .tours-page__slide.swiper-slide {
    width: 340px;
  }

  .callback__wrap {
    border-radius: 28px;
    padding: 38px 0 408px;
    background: linear-gradient(294deg, #D9E5E7 2.2%, #F9F0E8 66.33%);
  }

  .callback__img {
    left: 50%;
    bottom: 0;
    z-index: 1;
    width: 390px;
    height: 394px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .callback__top {
    text-align: center;
  }

  .callback__h2 {
    margin: 0 0 15px;
  }

  .callback__block {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 12px;
    z-index: 1;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    padding: 30.5px 20px 30.5px 28px;
  }

  .callback__text {
    font-size: 18px;
    letter-spacing: -0.03em;
  }

  .clinics .clinic {
    row-gap: 8px;
  }

  .clinics .clinic__box {
    left: 7px;
    bottom: 7px;
  }

  .clinics .clinic__img {
    border-radius: 16px 16px 16px 4px;
  }

  .clinics .city {
    font-size: 14px;
  }

  .clinics__slide.swiper-slide {
    padding: 0 0 12px;
    width: 322px;
  }

  .doctors .doctor__box,
  .doctors-page .doctor__box {
    left: 11px;
    bottom: 10px;
  }

  .doctors .doctor__img,
  .doctors-page .doctor__img {
    border-radius: 24px 24px 24px 4px;
  }

  .doctors__slide.swiper-slide,
  .doctors-page__slide.swiper-slide {
    width: 322px;
  }

  .stages__grid {
    row-gap: 25px;
  }

  .stages__cards {
    gap: 12px;
  }

  .stages__card::before {
    right: 26px;
    top: 32px;
  }

  .benefits__slide.swiper-slide {
    padding: 0 10px 0 0;
    width: 323px;
  }

  .benefits__slide::before {
    content: none;
  }

  .benefits__h3 {
    margin: 0 0 20px;
    font-size: 22px;
  }

  .benefits__text {
    font-weight: 400;
  }

  .reviews__slide.swiper-slide {
    width: 330px;
  }

  .reviews .patient-stories .review__grid {
    row-gap: 24px;
  }

  .payment__wrap {
    border-radius: 28px;
    padding: 84px 0 41px;
  }

  .payment__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 7px;
  }

  .payment__h2 {
    text-align: center;
  }

  .payment__btn {
    margin: 20px 0 0;
    background: linear-gradient(#fff, #fff 0) padding-box, linear-gradient(105deg, #f5e2d1 17.71%, #9cdaea 96.18%) border-box;
  }

  .payment__top {
    margin: 0 0 107px;
    text-align: center;
  }

  .payment__swiper.swiper {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: visible;
    width: 100%;
    min-width: 0;
  }

  .payment__slide.swiper-slide {
    padding: 42px 32px 20px;
    width: 322px;
    background-position: top left;
  }

  .partners__slide.swiper-slide {
    padding: 32px 33px;
    width: 260px;
  }

  .footer {
    padding-bottom: 80px;
  }

  .footer__wrap {
    border-radius: 28px;
    padding: 57.5px 0;
  }

  .footer__inner {
    row-gap: 32px;
  }

  .footer__aside {
    row-gap: 32px;
  }

  .footer__logo {
    margin: 0 auto;
    width: 210px;
    height: 54px;
  }

  .footer__text {
    line-height: 1.4;
    text-align: center;
  }

  .footer__img {
    margin: 0 auto;
    width: 208px;
    height: 48px;
  }

  .footer__main {
    row-gap: 32px;
  }

  .footer__grid {
    row-gap: 32px;
  }

  .footer__left {
    display: -ms-grid;
    display: grid;
    row-gap: 12px;
  }

  .footer__block {
    border-bottom: 1px solid var(--secondary-blue-2);
    padding: 0 0 16px;
  }

  .footer__button {
    position: relative;
    width: 100%;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.4;
    text-align: left;
    color: var(--primary-green);
  }

  .footer__button.active::before {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
  }

  .footer__button::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 24px;
    height: 24px;
    background-image: url("/local/templates/livaroq/css/../images/icons/arrow-green.svg");
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.15s ease;
    transition: -webkit-transform 0.15s ease;
    transition: transform 0.15s ease;
    transition: transform 0.15s ease, -webkit-transform 0.15s ease;
  }

  .footer__panel {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease;
  }

  .footer__menu {
    padding: 16px 0 0;
    row-gap: 24px;
  }

  .footer__menu a {
    color: var(--primary-white);
  }

  .footer__right {
    text-align: center;
  }

  .footer__social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer__links {
    display: none;
  }

  .footer__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 0;
  }

  .catalog {
    overflow: hidden;
  }

  .catalog__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px;
    margin-bottom: 12px;
  }

  .catalog__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .catalog__btns {
    display: none;
  }

  .product {
    overflow: hidden;
  }

  .product__swiper.swiper {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: visible;
    width: 100%;
    min-width: 0;
  }

  .product__swiper .swiper-slide {
    width: 320px;
  }

  .product__swiper .swiper-pagination {
    margin: 10px 0 0;
  }

  .product__img {
    border-radius: 24px;
  }

  .product__bottom {
    display: none;
  }

  .product__photo {
    border-radius: 32px;
  }

  .about {
    overflow: hidden;
    padding-top: 32px;
  }

  .about--clinic {
    padding-top: 20px;
  }

  .about__main {
    row-gap: 20px;
  }

  .about__h2 {
    margin: 0 0 12px;
  }

  .docs.swiper {
    overflow: visible;
  }

  .docs .swiper-slide {
    width: 240px;
  }

  .docs .doc__header {
    border-radius: 24px 24px 24px 0;
    padding: 24px 20px 23px;
  }

  .docs .doc__body {
    padding: 10px 0 12px;
  }

  .video-message__wrap {
    border-radius: 28px;
    padding: 60px 0;
  }

  .video-message__grid {
    row-gap: 10px;
  }

  .video-message__inner {
    margin: 0 -9px;
  }

  .video-message__preview {
    border-radius: 20px;
  }

  .video-message__play {
    left: 18px;
    bottom: 13px;
  }

  .section-page {
    overflow: hidden;
  }

  .section-page__articles {
    gap: 40px;
  }

  .section-page__reviews {
    gap: 32px;
  }

  .section-page__reviews .patient-stories .review__grid {
    row-gap: 24px;
  }

  .section-page__inner {
    margin: 0 0 24px;
  }

  .section-page__wrapper.open {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    padding: 90px 20px 96px;
    width: 100%;
    height: 100%;
  }

  .section-page__h2 {
    font-size: 32px;
    line-height: 1.3;
    letter-spacing: -0.02em;
  }

  .certificates__grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 32px 16px;
  }

  .certificates .doc__header {
    border-radius: 16px 16px 16px 0;
    padding: 17px 13px 16px 15px;
  }

  .certificates .doc__body {
    padding: 7px 7px 0 0;
  }

  .certificates .doc__h4 {
    margin: 0 0 8px;
    font-size: 16px;
  }

  .contacts__inner {
    margin: 0 auto;
    max-width: var(--container-width-phone-sm);
    row-gap: 60px;
  }

  .contacts__left {
    padding: 0 var(--container-offset);
  }

  .contacts__grid {
    row-gap: 20px;
  }

  .contacts__h1 {
    margin: 0 0 22px;
  }

  .contacts__right {
    border-radius: 28px;
    padding: 60px 20px;
    background: linear-gradient(294deg, #d9e5e7 2.2%, #f9f0e8 66.33%);
  }

  .contacts__right .contacts__h1 {
    margin: 0 0 32px;
    text-align: center;
  }

  .related-articles.swiper {
    overflow: visible;
  }

  .related-articles .swiper-slide {
    width: 350px;
  }

  .page404__wrap {
    display: -ms-grid;
    display: grid;
    padding-top: 12px;
    row-gap: 21px;
  }

  .page404__inner {
    border-radius: 28px;
    padding: 54px 0 292px;
  }

  .page404__h1 {
    margin: 0 0 18px;
  }

  .page404__subtitle {
    text-align: center;
  }

  .page404__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 12px;
  }

  .page404__btn:first-child {
    padding: 20px 40px;
    width: auto;
  }
}

@media (320px <= width < 1024px) or (width >= 1440px) {
  .tour-cards .tour__desc br {
    display: none;
  }

  .doctor {
    row-gap: 12px;
  }

  .review__text {
    font-size: 16px;
  }

  .block--doctor .block__tags li {
    padding: 10px 14px;
    height: 40px;
    font-size: 16px;
  }

  .block__text {
    font-size: 18px;
  }

  .clinics .clinic__text {
    font-size: 16px;
  }

  .doctors .doctor,
  .doctors-page .doctor {
    row-gap: 12px;
  }

  .payment__slide::before {
    left: 53px;
  }

  .payment__list li {
    padding-left: 17px;
    font-size: 18px;
  }

  .payment__list li::before {
    top: 8px;
  }

  .partners__slide.swiper-slide {
    border-radius: 32px;
  }

  .footer__tel {
    font-size: 36px;
  }

  .footer__desc {
    font-size: 22px;
  }

  .footer__links a {
    font-size: 18px;
  }

  .about__section:not(:last-child) {
    padding-bottom: 40px;
  }

  .about__text {
    font-size: 18px;
  }

  .about__text p {
    margin: 0 0 30px;
  }

  .contacts__subtitle {
    font-size: 22px;
  }

  .contacts__text {
    font-size: 24px;
  }
}

@media (320px <= width < 1024px) or (width >= 1800px) {
  .block--clinic .block__tags li {
    padding: 10px 14px;
    height: 40px;
    font-size: 16px;
  }

  .post__desc {
    padding: 40px;
  }
}

@media (320px <= width < 1440px) {
  .padding {
    padding-bottom: 80px;
  }

  .h1 {
    line-height: 1.2;
  }

  .title {
    line-height: 1.3;
    letter-spacing: -0.02em;
  }

  .h2 {
    line-height: 1.2;
  }

  .search-menu__h4 {
    font-size: 22px;
  }

  .nav {
    background: var(--primary-white);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.15s ease, visibility 0.15s ease;
    transition: opacity 0.15s ease, visibility 0.15s ease;
  }

  .nav.open {
    opacity: 1;
    visibility: visible;
  }

  .nav__h4 {
    font-size: 22px;
  }

  .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .menu > li > a svg {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .section--tours {
    padding-top: 80px;
  }

  .section__swiper.swiper {
    overflow: visible;
  }

  .section__btn--sm {
    width: 141px;
  }

  .tour-cards .tour__desc {
    font-size: 13px;
    line-height: 1.3;
  }

  .clinic-cards:not(.active) .clinic__text {
    display: none;
  }

  .clinic-cards .clinic__btn {
    display: none;
  }

  .clinic__btns {
    right: 6px;
    top: 6px;
    opacity: 1;
    visibility: visible;
  }

  .clinic__h4 {
    margin: 0 0 4px;
  }

  .doctor-cards .link {
    font-size: 13px;
    line-height: 1.3;
  }

  .doctor-cards .doctor__btn {
    display: none;
  }

  .doctor__btns {
    right: 7px;
    top: 7px;
    opacity: 1;
    visibility: visible;
  }

  .block--clinic .block__price, .block--tour .block__price {
    font-size: 28px;
  }

  .block__button span:first-child {
    display: none;
  }

  .slider-menu.swiper {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: visible;
    min-width: 0;
  }

  .slider-menu .swiper-slide {
    width: auto;
  }

  .slider-menu__btn {
    white-space: nowrap;
  }

  .slider-menu__anim {
    width: 0;
    height: 100%;
  }

  .slider-menu__slide {
    white-space: nowrap;
  }

  .search-cards .clinic__box {
    left: 7px;
    bottom: 8px;
  }

  .search-cards .clinic__img {
    border-radius: 16px 16px 16px 4px;
  }

  .search-cards .clinic__btn {
    display: none;
  }

  .search-cards .doctor .link {
    font-size: 13px;
  }

  .search-cards .doctor__btn {
    display: none;
  }

  .header__logo {
    width: 165px;
    height: 42px;
  }

  .header__wrapper .search {
    display: none;
    -webkit-animation: opacity linear 0.15s forwards;
    animation: opacity linear 0.15s forwards;
  }

  .header__wrapper .search.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header__btns {
    -webkit-column-gap: 6px;
    -moz-column-gap: 6px;
    column-gap: 6px;
  }

  .hero__h2 br {
    display: none;
  }

  .hero__subtitle br {
    display: none;
  }

  .hero__subtitle::after {
    content: none;
  }

  .tours .tour__ul,
  .tours-list .tour__ul,
  .tours-page .tour__ul {
    font-size: 14px;
  }

  .stages__card {
    padding: 32px;
  }

  .stages__img {
    margin: 0 0 20px;
    width: 95px;
    height: 70px;
  }

  .benefits__h2 {
    margin: 0 0 40px;
  }

  .about__menu.swiper {
    overflow: visible;
    width: 100%;
    min-width: 0;
  }

  .about__block {
    display: none;
  }

  .section-page__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
  }

  .section-page__sections {
    row-gap: 60px;
  }

  .page404__subtitle br {
    display: none;
  }

  .page404__btn:first-child {
    letter-spacing: -0.03em;
  }
}

@media (320px <= width < 1440px) or (width >= 1800px) {
  .main .section__prev,
  .main .section__next {
    display: none;
  }
}

@media (320px <= width < 1800px) {
  .btn-blue {
    border-radius: 16px;
    height: 58px;
    font-size: 18px;
  }

  .popup__btn {
    border-radius: 20px;
    padding: 20px 40px;
    height: 69px;
    font-size: 22px;
  }

  .section__button {
    padding: 17px 37px;
    width: auto;
    height: 52px;
  }

  .form__submit {
    border-radius: 20px;
    height: 69px;
    font-size: 22px;
    line-height: 1.3;
  }

  .tour-cards {
    row-gap: 32px;
  }

  .tour-cards .tour__ul {
    font-size: 14px;
  }

  .tour__h3 {
    margin: 0 0 12px;
  }

  .tour__link {
    margin: 0 0 12px;
  }

  .clinic-cards {
    gap: 32px 20px;
  }

  .block__btn {
    width: 58px;
    height: 58px;
  }

  .tours-list {
    row-gap: 20px;
  }

  .doc__text {
    font-weight: 500;
    font-size: 13px;
    line-height: 1.3;
  }

  .search-cards .doctor .link a::before {
    top: 4px;
  }

  .search-cards .tour__ul {
    font-size: 14px;
  }

  .search-cards .tour__desc {
    font-size: 14px;
  }

  .catalog__grid {
    gap: 20px;
  }

  .catalog__nav-pagination {
    margin: 32px 0 0;
  }

  .docs .doc__h4 {
    margin: 0 0 8px;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: -0.03em;
  }
}

@media (1024px <= width < 1440px) {
  .main {
    margin: 110px 0 0;
  }

  .main.open {
    margin: 174px 0 0;
  }

  .padding-page {
    padding-bottom: 80px;
  }

  .container-lg {
    max-width: var(--content-width-tablet-lg);
  }

  .container-sm {
    max-width: var(--container-width-tablet-sm);
  }

  .h1 {
    margin: 0 0 20px;
    font-size: 36px;
  }

  .title {
    font-size: 28px;
  }

  .h2 {
    margin: 0 0 12px;
    font-size: 36px;
  }

  .h3 {
    font-size: 24px;
  }

  .h4 {
    font-size: 20px;
  }

  .subtitle {
    padding-left: 100px;
    font-size: 20px;
    line-height: 1.4;
  }

  .btn-blue {
    padding: 15px 40px;
  }

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

  .advantages {
    width: 928px;
  }

  .advantages__item {
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    border-radius: 24px 4px 24px 24px;
    padding: 26px 20px;
  }

  .advantages__icon {
    width: 36px;
    height: 36px;
  }

  .advantages__text {
    font-size: 16px;
    line-height: 1;
  }

  .search-menu {
    top: calc(100% + 12px);
  }

  .nav {
    position: absolute;
    left: 118px;
    top: calc(100% + 9px);
    z-index: 15;
    border-radius: 28px;
    padding: 32px;
    -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
  }

  .menu {
    row-gap: 16px;
  }

  .menu > li:first-child {
    position: static;
  }

  .sub-menu {
    left: calc(100% + 12px);
    top: 0;
  }

  .sub-menu::before {
    right: 100%;
    top: 0;
    width: 44px;
    height: 100%;
  }

  .sub-menu li:first-child a {
    color: var(--secondary-blue-2);
    cursor: default;
    pointer-events: none;
  }

  .sub-menu li:first-child svg {
    fill: var(--primary-blue);
  }

  .section__wrap {
    border-radius: 40px;
    padding: 56px 0 49px;
  }

  .section__grid {
    row-gap: 12px;
  }

  .section__h2 {
    margin: 0;
  }

  .section__flex--row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .section__bottom {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .tour-cards .tour {
    padding: 22px 20px 23px 22px;
    row-gap: 22px;
  }

  .tour-cards .tour__h3 {
    font-size: 20px;
  }

  .tour-cards .tour__link {
    font-size: 13px;
  }

  .tour-cards .tour__h5 {
    font-size: 16px;
    line-height: 1;
  }

  .tour-cards .tour__price {
    margin-left: 23px;
  }

  .tour-cards .tour__block {
    margin-right: 7px;
  }

  .tour::before {
    bottom: -38px;
  }

  .clinic-cards.active {
    gap: 32px;
  }

  .clinic-cards.active .clinic {
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    -ms-grid-columns: 217px auto;
    grid-template-columns: 217px auto;
  }

  .doctor-cards.active .doctor {
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    -ms-grid-columns: 217px auto;
    grid-template-columns: 217px auto;
  }

  .doctor-cards .doctor {
    row-gap: 8px;
  }

  .doctor-cards .btn-favorites,
  .doctor-cards .btn-compare {
    border-radius: 14px;
    width: 44px;
    height: 44px;
  }

  .doctor {
    row-gap: 8px;
  }

  .doctor__box {
    left: 9px;
    bottom: 7px;
  }

  .doctor__text {
    margin: 4px 0 0;
    font-size: 14px;
  }

  .review__text {
    font-size: 14px;
  }

  .breadcrumbs {
    padding: 28px 0;
  }

  .filter {
    padding: 20px 12px;
  }

  .filter__inputs {
    margin-right: -87px;
  }

  .block--clinic, .block--tour {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
  }

  .block--clinic .block__reviews span, .block--tour .block__reviews span {
    display: none;
  }

  .block__box {
    row-gap: 8px;
  }

  .block__line {
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
  }

  .block__text {
    font-size: 16px;
  }

  .reviews-list {
    row-gap: 12px;
  }

  .reviews-list__card {
    -webkit-column-gap: 22px;
    -moz-column-gap: 22px;
    column-gap: 22px;
    -ms-grid-columns: auto 216px;
    grid-template-columns: auto 216px;
  }

  .reviews-list .patient-stories .review__grid {
    row-gap: 16px;
  }

  .reviews-list .video-reviews .review__grid {
    row-gap: 16px;
  }

  .doc__header {
    padding: 15px 13px 15px 14px;
  }

  .doc__body {
    padding: 10px 17px 0 0;
  }

  .post h2 {
    font-size: 36px;
  }

  .search-cards .clinic {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -ms-grid-columns: 217px auto;
    grid-template-columns: 217px auto;
    width: 100%;
    max-width: 691px;
  }

  .search-cards .doctor {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -ms-grid-columns: 217px auto;
    grid-template-columns: 217px auto;
    width: 100%;
    max-width: 691px;
  }

  .search-cards .doctor__img {
    border-radius: 24px 24px 24px 4px;
  }

  .header {
    padding: 30px 0 28px;
  }

  .header__center {
    -webkit-column-gap: 6px;
    -moz-column-gap: 6px;
    column-gap: 6px;
  }

  .header__wrapper .search {
    margin: 12px 0 0;
    width: 100%;
  }

  .header__bottom {
    position: relative;
  }

  .hero {
    margin: -12px 0 0;
  }

  .hero__swiper .swiper-slide {
    padding: 100px 0 67px;
    height: 488px;
  }

  .hero__content {
    max-width: 435px;
  }

  .hero__h2 {
    margin: 0 0 9px;
  }

  .hero__subtitle {
    padding-left: 0;
  }

  .hero__block {
    margin: -197px 0 0;
    -webkit-transform: translateY(-48px);
    -ms-transform: translateY(-48px);
    transform: translateY(-48px);
  }

  .hero__pagination {
    margin: 23px 0;
  }

  .tours .tour,
  .tours-list .tour,
  .tours-page .tour {
    padding: 22px 27px 24px 22px;
    row-gap: 32px;
  }

  .tours .tour__grid,
  .tours-list .tour__grid,
  .tours-page .tour__grid {
    -webkit-column-gap: 22px;
    -moz-column-gap: 22px;
    column-gap: 22px;
    -ms-grid-columns: 320px auto;
    grid-template-columns: 320px auto;
  }

  .tours .tour__box,
  .tours-list .tour__box,
  .tours-page .tour__box {
    left: 15px;
    top: 13px;
  }

  .tours .tour__price,
  .tours-list .tour__price,
  .tours-page .tour__price {
    margin-left: 26px;
  }

  .tours .tour__desc,
  .tours-list .tour__desc,
  .tours-page .tour__desc {
    font-size: 14px;
    line-height: 1.6;
  }

  .tours .tour__btn,
  .tours-list .tour__btn,
  .tours-page .tour__btn {
    border-radius: 12px;
    padding: 12px 24px;
    height: 48px;
    font-size: 16px;
  }

  .tours__slide.swiper-slide,
  .tours-page__slide.swiper-slide {
    width: 929px;
  }

  .callback__wrap {
    padding: 43px 0;
  }

  .callback__inner {
    -ms-grid-columns: auto 296px;
    grid-template-columns: auto 296px;
  }

  .callback__content {
    width: 320px;
  }

  .callback__h2 {
    margin: 0 0 28px;
  }

  .callback__subtitle {
    padding-left: 0;
  }

  .callback__subtitle::before {
    content: none;
  }

  .callback__block {
    margin: 41px 0 0;
    padding: 24.5px 28px;
  }

  .clinics .clinic__box {
    left: 9px;
    bottom: 8px;
  }

  .clinics .clinic__img {
    margin: 0 0 4px;
    border-radius: 20px 20px 20px 4px;
  }

  .clinics .city {
    font-size: 13px;
  }

  .clinics .clinic__text {
    font-size: 14px;
  }

  .clinics .clinic__btn {
    margin: 0;
  }

  .doctors .doctor,
  .doctors-page .doctor {
    row-gap: 8px;
  }

  .doctors .btn-favorites,
  .doctors .btn-compare,
  .doctors-page .btn-favorites,
  .doctors-page .btn-compare {
    border-radius: 14px;
    padding: 10px;
    width: 44px;
    height: 44px;
  }

  .doctors .doctor__img,
  .doctors-page .doctor__img {
    border-radius: 28px 28px 28px 4px;
  }

  .doctors .link,
  .doctors-page .link {
    font-size: 13px;
    line-height: 1.3;
  }

  .doctors__slide.swiper-slide,
  .doctors-page__slide.swiper-slide {
    width: 217px;
  }

  .stages__grid {
    row-gap: 12px;
  }

  .stages__card::before {
    right: 22px;
    top: 32px;
  }

  .stages__h3 {
    font-size: 22px;
  }

  .benefits__slide.swiper-slide {
    width: 296px;
  }

  .benefits__slide::before {
    top: 11px;
  }

  .benefits__h3 {
    font-size: 20px;
  }

  .benefits__text {
    font-size: 14px;
  }

  .reviews__slide.swiper-slide {
    width: 454px;
  }

  .reviews .patient-stories .review__grid {
    row-gap: 20px;
  }

  .payment__wrap {
    border-radius: 40px;
    padding: 76px 0 98px;
  }

  .payment__inner {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -ms-grid-columns: auto 691px;
    grid-template-columns: auto 691px;
  }

  .payment__left {
    padding: 38px 0 0;
  }

  .payment__top {
    margin: 0 0 18px;
  }

  .payment__slide.swiper-slide {
    padding: 46px 18px 27px 26px;
    background-position: top left -10px;
  }

  .payment__slide::before {
    left: 43px;
  }

  .payment__h3 {
    font-size: 20px;
  }

  .payment__list li {
    padding-left: 15px;
    font-size: 16px;
  }

  .partners__slide.swiper-slide {
    border-radius: 24px;
    padding: 27px 27.5px;
    width: 217px;
  }

  .footer__wrap {
    padding: 60px 0 61px;
  }

  .footer__inner {
    -ms-grid-columns: 217px auto;
    grid-template-columns: 217px auto;
  }

  .footer__aside {
    row-gap: 56px;
  }

  .footer__logo {
    width: 217px;
    height: 56px;
  }

  .footer__text {
    line-height: 1.3;
  }

  .footer__img {
    width: 217px;
    height: 50px;
  }

  .footer__main {
    row-gap: 52px;
  }

  .footer__grid {
    -webkit-column-gap: 43px;
    -moz-column-gap: 43px;
    column-gap: 43px;
    -ms-grid-columns: auto 217px;
    grid-template-columns: auto 217px;
  }

  .footer__menu {
    -ms-grid-columns: 1.15fr 1fr;
    grid-template-columns: 1.15fr 1fr;
  }

  .footer__tel {
    font-size: 24px;
  }

  .footer__desc {
    font-size: 16px;
  }

  .footer__links {
    -ms-grid-columns: 1.15fr 1fr;
    grid-template-columns: 1.15fr 1fr;
  }

  .footer__links a {
    font-size: 16px;
    line-height: 1;
  }

  .footer__flex {
    padding: 30px 0;
  }

  .product__inner {
    -ms-grid-columns: auto 375px;
    grid-template-columns: auto 375px;
    gap: 14px 36px;
  }

  .product__bottom {
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
  }

  .product__wrapper {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    -ms-grid-columns: 375px auto;
    grid-template-columns: 375px auto;
  }

  .about {
    padding-top: 40px;
  }

  .about__main {
    row-gap: 28px;
  }

  .about__section:not(:last-child) {
    padding-bottom: 28px;
  }

  .about__h2 {
    margin: 0 0 20px;
  }

  .about__text {
    font-size: 16px;
  }

  .about__text p {
    margin: 0 0 28px;
  }

  .video-message__wrap {
    padding: 50px 0 55px;
  }

  .video-message__grid {
    row-gap: 20px;
  }

  .video-message__inner {
    max-width: 611px;
  }

  .section-page__reviews .patient-stories .review__grid {
    row-gap: 20px;
  }

  .contacts__left {
    padding-left: calc(100% - (var(--content-width-tablet-sm) - 20px) / 2);
  }

  .contacts__grid {
    max-width: 419px;
  }

  .contacts__h1 {
    margin: 0 0 24px;
  }

  .contacts {
    font-size: 18px;
  }

  .contacts__text {
    font-size: 20px;
  }

  .contacts__right {
    padding: 74px 0 93px;
  }

  .contacts__right .form__submit {
    border-radius: 16px;
    height: 58px;
    font-size: 18px;
    letter-spacing: -0.03em;
  }

  .contacts__block {
    max-width: 454px;
  }

  .page404__inner {
    border-radius: 40px;
    padding: 69px 0 70px;
  }

  .page404__block {
    row-gap: 24px;
  }

  .page404__h1 {
    margin: 0 0 24px;
  }

  .page404__subtitle {
    padding-left: 0;
    max-width: 438px;
  }

  .page404__subtitle::before {
    content: none;
  }
}

@media (1024px <= width < 1800px) {
  .advantages {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }

  .menu > li > a {
    font-size: 16px;
    line-height: 1;
  }

  .tour-cards .tour__box {
    left: 15px;
    top: 13px;
  }

  .tour-cards .tour__btn {
    border-radius: 12px;
    padding: 12px 24px;
    height: 48px;
    font-size: 16px;
  }

  .clinic-cards .tags li {
    padding: 4px 8px;
    height: 24px;
    font-size: 12px;
  }

  .clinic-cards .clinic__text {
    font-size: 14px;
  }

  .doctor-cards {
    gap: 32px 20px;
  }

  .doctor-cards.active {
    gap: 20px;
  }

  .filter {
    top: 100px;
  }

  .filter__button {
    padding: 10px;
  }

  .post__desc {
    padding: 25.5px 40px;
  }

  .search-cards .clinic__tags li {
    padding: 4px 8px;
    height: 24px;
    font-size: 12px;
  }

  .search-cards .clinic__text {
    font-size: 14px;
  }

  .search-cards .tour {
    padding: 22px 27px 24px 22px;
    row-gap: 35px;
  }

  .search-cards .tour__grid {
    -webkit-column-gap: 22px;
    -moz-column-gap: 22px;
    column-gap: 22px;
    -ms-grid-columns: 320px auto;
    grid-template-columns: 320px auto;
  }

  .search-cards .tour__box {
    left: 15px;
    top: 13px;
  }

  .search-cards .tour__btn {
    padding: 12px 24px;
    height: 48px;
    font-size: 16px;
  }

  .clinics .clinic {
    row-gap: 12px;
  }

  .stages__cards {
    gap: 20px;
  }

  .benefits__slide.swiper-slide {
    padding: 0 0 0 88px;
  }

  .benefits__h3 {
    margin: 0 0 24px;
  }

  .footer__inner {
    -webkit-column-gap: 70px;
    -moz-column-gap: 70px;
    column-gap: 70px;
  }

  .section-page__articles {
    gap: 44px 20px;
  }

  .section-page__reviews {
    gap: 20px;
  }

  .certificates__grid {
    gap: 40px 20px;
  }

  .certificates .doc__h4 {
    margin: 0 0 8px;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: -0.03em;
  }

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

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

@media (width >= 1024px) {
  body::-webkit-scrollbar {
    width: 6px;
    height: 2px;
    background: #f8f8f8;
  }

  body::-webkit-scrollbar-thumb {
    border-radius: 25px;
    background: var(--primary-green);
  }

  .favorites,
  .compare,
  .login {
    -webkit-transition: color 0.15s ease, background 0.15s ease;
    transition: color 0.15s ease, background 0.15s ease;
  }

  .favorites:hover,
  .compare:hover,
  .login:hover {
    color: var(--primary-white);
    background: var(--primary-green);
  }

  .favorites:hover svg,
  .compare:hover svg,
  .login:hover svg {
    fill: var(--primary-white);
  }

  .login {
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    padding: 14px 20px 14px 16px;
    width: 114px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: var(--primary-blue);
  }

  .main .swiper-prev:hover,
  .main .swiper-next:hover {
    border-color: var(--primary-green);
    background: var(--primary-green);
  }

  .main .swiper-prev:hover svg,
  .main .swiper-next:hover svg {
    fill: var(--primary-white);
  }

  .main .swiper-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }

  .main .swiper-nav__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px;
  }

  .scrolltop {
    bottom: 20px;
  }

  .scrolltop:hover {
    background: var(--primary-green);
  }

  .scrolltop:hover svg {
    fill: var(--primary-white);
  }

  .h1 {
    letter-spacing: -0.03em;
  }

  .h2 {
    letter-spacing: -0.03em;
  }

  .h3 {
    font-weight: 700;
  }

  .btn-blue:hover {
    background: var(--secondary-blue-2);
  }

  .btn-green:hover {
    background: var(--secondary-green-2);
  }

  .btn-gradient:hover {
    color: var(--primary-blue);
    background: linear-gradient(294deg, #e3f4f7 2.2%, #fbf4ef 66.33%) border-box;
  }

  .btn-gray:hover {
    border-color: var(--secondary-blue-2);
    color: var(--primary-white);
    background: var(--secondary-blue-2);
  }

  .btn-transparent:hover {
    border-color: var(--secondary-blue-2);
    color: var(--secondary-blue-2);
  }

  .btn-burger,
  .btn-search {
    -webkit-transition: background 0.15s ease;
    transition: background 0.15s ease;
  }

  .btn-burger.open svg:first-child,
  .btn-search.open svg:first-child {
    display: none;
  }

  .btn-burger.open svg:last-child,
  .btn-search.open svg:last-child {
    display: block;
  }

  .btn-burger:hover,
  .btn-search:hover {
    background: var(--primary-green);
  }

  .btn-burger:hover svg,
  .btn-search:hover svg {
    fill: var(--primary-white);
  }

  .btn-play {
    width: 72px;
    height: 72px;
  }

  .btn-play svg {
    width: 32px;
    height: 32px;
  }

  .btn-catalog:hover:not(.active) {
    border-color: var(--primary-green);
    background: var(--primary-green);
  }

  .btn-catalog:hover:not(.active) svg {
    fill: var(--primary-white);
  }

  .btn-close:hover {
    background: var(--primary-green);
  }

  .btn-close:hover svg {
    fill: var(--primary-white);
  }

  .btn-filter,
  .btn-sort {
    display: none;
  }

  .btn-clear {
    -webkit-transition: border-color 0.15s ease, color 0.15s ease;
    transition: border-color 0.15s ease, color 0.15s ease;
  }

  .btn-clear:hover {
    border-color: var(--secondary-blue-2);
    color: var(--primary-blue);
  }

  .popup--review .popup__content {
    padding: 65px 115px;
    max-width: 783px;
  }

  .popup--review .popup__form {
    row-gap: 16px;
  }

  .popup__content {
    padding: 65px 91px;
    max-width: 668px;
  }

  .popup__close {
    right: 24px;
    top: 24px;
    -webkit-transition: border-color 0.15s ease, background 0.15s ease;
    transition: border-color 0.15s ease, background 0.15s ease;
  }

  .popup__close:hover {
    border-color: var(--primary-green);
    background: var(--primary-green);
  }

  .popup__close:hover svg {
    fill: var(--primary-white);
  }

  .popup__top {
    margin: 0 0 40px;
    row-gap: 23px;
  }

  .popup__h2 {
    font-size: 48px;
  }

  .popup__text {
    margin: 0 auto;
    width: 100%;
    max-width: 425px;
    font-size: 20px;
  }

  .popup__grid {
    margin: 0 auto;
    width: 100%;
    max-width: 438px;
    row-gap: 10px;
  }

  .popup__button:hover {
    border-color: var(--primary-blue);
    color: var(--text-black);
  }

  .popup__link {
    margin-top: 14px;
    -webkit-transition: color 0.15s ease;
    transition: color 0.15s ease;
  }

  .popup__link:hover {
    color: var(--primary-green);
  }

  .social {
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
  }

  .social a:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .lang {
    position: relative;
  }

  .lang__btn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid var(--bg-blue-light);
    border-radius: 16px;
    padding: 20px 16px;
    width: 87px;
    height: 52px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    text-align: left;
    color: var(--primary-blue);
    background: var(--bg-blue-light);
    -webkit-transition: background 0.15s ease;
    transition: background 0.15s ease;
  }

  .lang__btn.open {
    border-color: transparent;
    background: linear-gradient(#fff, #fff 0) padding-box, linear-gradient(105deg, #f5e2d1 17.71%, #9cdaea 96.18%) border-box;
  }

  .lang__btn.open::before {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
  }

  .lang__btn::before {
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    width: 16px;
    height: 16px;
    background-image: url("/local/templates/livaroq/css/../images/icons/arrow-down.svg");
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.15s ease;
    transition: -webkit-transform 0.15s ease;
    transition: transform 0.15s ease;
    transition: transform 0.15s ease, -webkit-transform 0.15s ease;
  }

  .lang__list {
    position: absolute;
    left: 50%;
    top: calc(100% + 10px);
    display: -ms-grid;
    display: grid;
    border-radius: 28px;
    padding: 20px;
    width: 113px;
    -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
    background: var(--primary-white);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    row-gap: 8px;
  }

  .lang__list.open {
    opacity: 1;
    visibility: visible;
  }

  .lang__item:hover:not(.active) {
    color: var(--primary-blue);
  }

  .lang__item:hover:not(.active)::before {
    border-color: var(--secondary-blue-2);
  }

  .search__btn.open::before {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
  }

  .search-menu {
    position: absolute;
    left: 0;
    z-index: 10;
    padding: 20px 20px 24px 32px;
    width: 575px;
    -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.15s ease, visibility 0.15s ease;
    transition: opacity 0.15s ease, visibility 0.15s ease;
    row-gap: 4px;
  }

  .search-menu.open {
    opacity: 1;
    visibility: visible;
  }

  .search-menu__list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }

  .search-menu__list li {
    padding: 8px 0;
    font-size: 16px;
    line-height: 1;
    -webkit-transition: color 0.15s ease;
    transition: color 0.15s ease;
    cursor: pointer;
  }

  .search-menu__list li:hover {
    color: var(--secondary-blue-2);
  }

  .nav__top {
    display: none;
  }

  .menu > li:first-child:hover > a {
    color: var(--secondary-blue-2);
  }

  .menu > li:first-child:hover svg {
    fill: var(--secondary-blue-2);
  }

  .menu > li:first-child:hover .sub-menu {
    opacity: 1;
    visibility: visible;
  }

  .menu > li > a:hover {
    color: var(--secondary-blue-2);
  }

  .menu > li > a:hover svg {
    fill: var(--secondary-blue-2);
  }

  .sub-menu {
    position: absolute;
    z-index: 10;
    border-radius: 28px;
    padding: 32px;
    -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
    background: var(--primary-white);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.15s ease, visibility 0.15s ease;
    transition: opacity 0.15s ease, visibility 0.15s ease;
    row-gap: 16px;
  }

  .sub-menu::before {
    content: "";
    position: absolute;
    background: transparent;
  }

  .sub-menu li a {
    font-size: 16px;
    line-height: 1;
  }

  .sub-menu li a:hover {
    color: var(--secondary-blue-2);
  }

  .section__buttons {
    display: none;
  }

  .section__button {
    display: none;
  }

  .section__subtitle br {
    display: none;
  }

  .section__slide:hover {
    color: var(--primary-blue);
    background: linear-gradient(294deg, #e3f4f7 2.2%, #fbf4ef 66.33%);
  }

  .section__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }

  .section__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px;
  }

  .form__view {
    -webkit-transition: -webkit-transform 0.15s ease;
    transition: -webkit-transform 0.15s ease;
    transition: transform 0.15s ease;
    transition: transform 0.15s ease, -webkit-transform 0.15s ease;
  }

  .form__view:hover {
    -webkit-transform: translateY(-50%) scale(1.1);
    -ms-transform: translateY(-50%) scale(1.1);
    transform: translateY(-50%) scale(1.1);
  }

  .form__link:hover {
    color: var(--primary-green);
  }

  .checkbox__label:hover {
    color: var(--secondary-blue-2);
  }

  .checkbox__text a:hover {
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
  }

  .tour-cards {
    row-gap: 20px;
  }

  .tour-cards .tour__grid {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -ms-grid-columns: 270px auto;
    grid-template-columns: 270px auto;
  }

  .tour::before {
    width: 259px;
    height: 218px;
    background-image: url("/local/templates/livaroq/css/../images/main/decor-lg.png");
  }

  .tour__grid:last-child {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tour__img {
    border-radius: 32px 32px 32px 0;
  }

  .tour__img:hover .image {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  .tour__img .image {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }

  .tour__h3 a:hover {
    color: var(--secondary-blue-2);
  }

  .tour__ul {
    line-height: 1.6;
  }

  .tour__block {
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .clinic-cards {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .clinic-cards.active {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .clinic-cards.active .clinic {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .clinic__h4 a:hover {
    color: var(--secondary-blue-2);
  }

  .doctor-cards {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .doctor-cards.active {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .doctor-cards.active .doctor {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .doctor-cards.active .doctor__img {
    border-radius: 24px 24px 4px;
  }

  .doctor-cards .doctor__img {
    border-radius: 24px 24px 24px 4px;
  }

  .doctor__img:hover .image {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  .doctor__img .image {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }

  .doctor__h4 a:hover {
    color: var(--secondary-blue-2);
  }

  .link a:hover {
    color: var(--primary-green);
  }

  .review {
    padding: 30px;
  }

  .review.video-reviews:hover {
    background: linear-gradient(294deg, #e3f4f7 2.2%, #fbf4ef 66.33%) border-box;
  }

  .review.video-reviews:hover .avatar {
    color: var(--primary-white);
    background: var(--primary-green);
  }

  .review__top {
    -webkit-column-gap: 21px;
    -moz-column-gap: 21px;
    column-gap: 21px;
  }

  .review__name {
    font-size: 22px;
  }

  .review__stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
  }

  .review__stars svg {
    width: 26px;
    height: 25px;
    fill: var(--secondary-yellow-valid);
  }

  .review__images {
    gap: 16px;
  }

  .review__img {
    border-radius: 20px;
    width: 196px;
    height: 136px;
  }

  .review__btn {
    font-weight: 600;
    font-size: 18px;
  }

  .review__btn:hover {
    color: var(--primary-green);
  }

  .review__btns {
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .review__comment:hover {
    color: var(--primary-green);
  }

  .review__preview {
    border-radius: 20px;
  }

  .review__play {
    left: 20px;
    bottom: 20px;
  }

  .breadcrumbs__link:hover {
    color: var(--secondary-blue-2);
  }

  .back {
    display: none;
  }

  .filter {
    position: sticky;
    z-index: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }

  .filter__checkboxes {
    row-gap: 8px;
  }

  .filter__toggle:hover {
    color: var(--primary-green);
  }

  .filter__inputs {
    width: 280px;
  }

  .filters__item {
    -webkit-transition: color 0.15s ease, background 0.15s ease;
    transition: color 0.15s ease, background 0.15s ease;
  }

  .filters__item:hover {
    color: var(--primary-blue);
    background: linear-gradient(294deg, #e3f4f7 2.2%, #fbf4ef 66.33%);
  }

  .filters__btn:hover {
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
  }

  .sort {
    position: relative;
  }

  .sort__btn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid var(--bg-blue-light);
    border-radius: 16px;
    padding: 8px 20px;
    width: 322px;
    height: 56px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    text-align: left;
    background: var(--primary-white);
    -webkit-transition: border-color 0.15s ease;
    transition: border-color 0.15s ease;
  }

  .sort__btn:hover {
    border-color: var(--secondary-blue-2);
  }

  .sort__btn.open {
    border-color: var(--secondary-blue-2);
  }

  .sort__btn.open::before {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
  }

  .sort__btn::before {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    width: 16px;
    height: 16px;
    background-image: url("/local/templates/livaroq/css/../images/icons/arrow-down.svg");
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.15s ease;
    transition: -webkit-transform 0.15s ease;
    transition: transform 0.15s ease;
    transition: transform 0.15s ease, -webkit-transform 0.15s ease;
  }

  .sort__dropdown {
    position: absolute;
    left: 50%;
    top: calc(100% + 11px);
    bottom: auto;
    z-index: 100;
    width: 350px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .sort__dropdown.is-open {
    top: auto;
    bottom: calc(100% + 11px);
  }

  .sort__item:hover:not(.active) {
    color: var(--primary-blue);
  }

  .sort__item:hover:not(.active)::before {
    border-color: var(--secondary-blue-2);
  }

  .nav-pagination {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .pagination {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .pagination li:not(:last-child) {
    margin-right: 2px;
  }

  .pagination li:nth-last-of-type(2) {
    margin-right: 0;
    margin-left: auto;
  }

  .pagination a:hover {
    border-color: var(--primary-green);
    color: var(--primary-white);
    background: var(--primary-green);
  }

  .pagination a:hover svg {
    fill: var(--primary-white);
  }

  .block--clinic, .block--tour {
    row-gap: 11px;
  }

  .block--doctor {
    row-gap: 20px;
  }

  .block--doctor .block__price {
    font-size: 36px;
  }

  .block__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .block__title {
    margin: 0;
  }

  .block__reviews:hover {
    color: var(--primary-green);
  }

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

  .block__btns {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }

  .zoom:hover::before {
    opacity: 1;
    visibility: visible;
  }

  .reviews-sort {
    width: 322px;
  }

  .reviews-sort__btn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid var(--bg-blue-light);
    border-radius: 16px;
    padding: 8px 20px;
    width: 100%;
    height: 56px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    text-align: left;
    background: var(--primary-white);
    -webkit-transition: border-color 0.15s ease;
    transition: border-color 0.15s ease;
  }

  .reviews-sort__btn:hover {
    border-color: var(--secondary-blue-2);
  }

  .reviews-sort__btn.open {
    border-color: var(--secondary-blue-2);
  }

  .reviews-sort__btn.open::before {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
  }

  .reviews-sort__btn::before {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    width: 16px;
    height: 16px;
    background-image: url("/local/templates/livaroq/css/../images/icons/arrow-down.svg");
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.15s ease;
    transition: -webkit-transform 0.15s ease;
    transition: transform 0.15s ease;
    transition: transform 0.15s ease, -webkit-transform 0.15s ease;
  }

  .reviews-sort__item:hover:not(.active) {
    color: var(--primary-blue);
  }

  .reviews-sort__item:hover:not(.active)::before {
    border-color: var(--secondary-blue-2);
  }

  .reviews-list__card {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .reviews-list__rate {
    display: -ms-grid;
    display: grid;
    width: 213px;
    row-gap: 20px;
  }

  .dl-list__value a:hover {
    color: var(--primary-green);
  }

  .video:hover .btn-play {
    background: var(--primary-blue);
  }

  .video__preview:hover .image {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  .video__preview .image {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }

  .article__img {
    padding: 0 0 69.8757763975%;
  }

  .article__img:hover .image {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  .article__img .image {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }

  .article__content {
    row-gap: 12px;
  }

  .article__h4 a:hover {
    color: var(--secondary-blue-2);
  }

  .article__text {
    margin: 0 0 4px;
  }

  .doc__header {
    border-radius: 24px 24px 24px 0;
  }

  .doc__h4 a:hover {
    color: var(--primary-blue);
  }

  .section-block {
    row-gap: 28px;
  }

  .section-block__top {
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    border-radius: 28px;
    padding: 20px 30px;
  }

  .section-block__img {
    width: 105px;
    height: 80px;
  }

  .section-block__h3 {
    font-size: 28px;
    line-height: 1.3;
  }

  .section-block__blocks {
    row-gap: 28px;
  }

  .section-block__blocks .section-block__h4 {
    padding-left: 22px;
  }

  .section-block__blocks--payment {
    row-gap: 32px;
  }

  .section-block__h4 {
    font-size: 22px;
  }

  .slider-menu__btn:hover:not(.active) {
    color: var(--primary-blue);
    background: linear-gradient(294deg, #e3f4f7 2.2%, #fbf4ef 66.33%);
  }

  .slider-menu__slide:hover:not(.active) {
    color: var(--primary-blue);
    background: linear-gradient(294deg, #e3f4f7 2.2%, #fbf4ef 66.33%);
  }

  .post__back:hover {
    color: var(--primary-blue);
  }

  .post__back:hover svg {
    fill: var(--primary-blue);
  }

  .post h2 br {
    display: none;
  }

  .post .video__preview {
    border-radius: 32px;
  }

  .post .btn-play {
    left: 30px;
    bottom: 21px;
  }

  .search-cards .doctor .btn-favorites,
  .search-cards .doctor .btn-compare {
    border-radius: 14px;
    width: 44px;
    height: 44px;
  }

  .search-cards .tour__img {
    border-radius: 32px 32px 32px 0;
  }

  .search-cards .article {
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    -ms-grid-columns: 322px auto;
    grid-template-columns: 322px auto;
  }

  .search-cards .article__content {
    height: 100%;
  }

  .search-cards .article__text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .comment-form__body {
    padding-left: 60px;
  }

  .comment-form__link:hover {
    color: var(--primary-green);
  }

  .modal__content {
    padding: 32px 40px 40px;
    height: 556px;
    max-width: 438px;
  }

  .modal__close {
    -webkit-transition: background 0.15s ease;
    transition: background 0.15s ease;
  }

  .modal__close:hover {
    background: var(--primary-green);
  }

  .modal__close:hover svg {
    fill: var(--primary-white);
  }

  .file__label:hover {
    border-color: var(--secondary-blue-2);
  }

  .header {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    background: transparent;
    -webkit-transition: border-bottom 0.15 ease, padding-top 0.15s ease, padding-bottom 0.15s ease, background 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: border-bottom 0.15 ease, padding-top 0.15s ease, padding-bottom 0.15s ease, background 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: border-bottom 0.15 ease, padding-top 0.15s ease, padding-bottom 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
    transition: border-bottom 0.15 ease, padding-top 0.15s ease, padding-bottom 0.15s ease, background 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
  }

  .header.sticky {
    position: fixed;
    padding: 15px 0 13px;
    -webkit-box-shadow: 0 10px 20px 0 rgba(8, 28, 53, 0.03);
    box-shadow: 0 10px 20px 0 rgba(8, 28, 53, 0.03);
    background: var(--primary-white);
    -webkit-animation: sticky linear 0.3s forwards;
    animation: sticky linear 0.3s forwards;
  }

  .header.sticky:not(.header--main) {
    border-bottom: none;
  }

  .header__wrapper {
    position: relative;
  }

  .header__wrap {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .callback__wrap {
    border-radius: 60px;
  }

  .callback__img {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

  .callback__inner {
    position: relative;
  }

  .callback__subtitle {
    width: 100%;
    max-width: 386px;
  }

  .callback__block {
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
  }

  .callback__text {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.4;
  }

  .callback__text br {
    display: none;
  }

  .clinics__slide.swiper-slide {
    width: 296px;
  }

  .stages__cards {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .stages__card:hover {
    background: linear-gradient(294deg, #fbf4ef 2.2%, #e3f4f7 66.33%);
  }

  .stages__h3 {
    font-weight: 600;
  }

  .benefits__h3 {
    font-weight: 500;
  }

  .reviews__slide .review {
    height: 100%;
  }

  .payment__inner {
    display: -ms-grid;
    display: grid;
  }

  .payment__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .payment__btn {
    background: linear-gradient(#f9f0e8, #f8f0e8 0) padding-box, linear-gradient(105deg, #f5e2d1 17.71%, #9cdaea 96.18%) border-box;
  }

  .payment__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .partners__slide:hover {
    color: var(--primary-blue);
    background: linear-gradient(294deg, #e3f4f7 2.2%, #fbf4ef 66.33%) border-box;
  }

  .footer__wrap {
    border-radius: 60px;
  }

  .footer__main {
    padding: 20px 0 0;
  }

  .footer__block:first-child {
    display: none;
  }

  .footer__block:last-child .footer__button {
    display: none;
  }

  .footer__menu {
    grid-auto-flow: column;
    -ms-grid-rows: (1fr)[5];
    grid-template-rows: repeat(5, 1fr);
    gap: 20px 36px;
  }

  .footer__menu a {
    color: var(--primary-green);
  }

  .footer__menu a:hover {
    color: var(--primary-white);
  }

  .footer__tel:hover {
    color: var(--primary-green);
  }

  .footer__links {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px 36px;
  }

  .footer__links a:hover {
    color: var(--primary-green);
  }

  .footer__flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .catalog__grid {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .catalog__main {
    -ms-grid-column: 2;
    -ms-grid-column-span: 3;
    grid-column: 2/5;
  }

  .catalog__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-columns: 32px;
    -moz-columns: 32px;
    columns: 32px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 12px;
  }

  .catalog__line {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .product__inner {
    display: -ms-grid;
    display: grid;
  }

  .product__slider {
    overflow: hidden;
  }

  .product__swiper {
    border-radius: 32px;
  }

  .product__swiper .swiper-pagination {
    display: none;
  }

  .product__img {
    border-radius: 32px;
  }

  .product__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
  }

  .product__thumbs.swiper {
    padding: 6px 0 0;
  }

  .product__thumbs .swiper-slide {
    width: 133px;
  }

  .product__thumbs .swiper-slide::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -11px;
    z-index: 10;
    width: 22px;
    height: 22px;
    background-image: url("/local/templates/livaroq/css/../images/icons/ellipse.svg");
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: opacity 0.15s ease, visibility 0.15s ease;
    transition: opacity 0.15s ease, visibility 0.15s ease;
  }

  .product__thumbs .swiper-slide-thumb-active::before {
    opacity: 1;
    visibility: visible;
  }

  .product__image {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    padding: 0 0 75.1879699248%;
    aspect-ratio: 133/100;
  }
  @  supports (aspect-ratio: 1) {
    .product__image {
      padding: 0;
  }
}

.product__wrapper {
  display: -ms-grid;
  display: grid;
}

.product__photo {
  border-radius: 32px 4px 32px 32px;
}

.about__inner {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about__btn:hover:not(.active) {
  color: var(--primary-blue);
  background: linear-gradient(294deg, #e3f4f7 2.2%, #fbf4ef 66.33%);
}

.video-message__wrap {
  border-radius: 60px;
}

.video-message__inner {
  margin: 0 auto;
  width: 100%;
}

.video-message__preview {
  border-radius: 32px;
}

.video-message__play {
  left: 30px;
  bottom: 21px;
}

.section-page__articles {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.section-page__reviews {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.section-page__inner {
  margin: 0 0 40px;
}

.section-page__h2 {
  font-size: 44px;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.certificates__grid {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.contacts__inner {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.contacts__grid {
  width: 100%;
  row-gap: 40px;
}

.contacts__h1 {
  letter-spacing: -0.03em;
}

.contacts__tel:hover {
  color: var(--primary-blue);
}

.contacts__right {
  border-radius: 0 0 0 40px;
  background: linear-gradient(294deg, #e3f4f7 2.2%, #fbf4ef 66.33%);
}

.contacts__block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
}

.contacts__content {
  -ms-grid-column: 2;
  -ms-grid-column-span: 4;
  grid-column: 2/6;
}

.page404__block {
  display: -ms-grid;
  display: grid;
}

.page404__h1 {
  letter-spacing: -0.03em;
}

.page404__btns {
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
}
}

@media (1440px <= width < 1800px) {
  .padding {
    padding-bottom: 120px;
  }

  .padding-page {
    padding-bottom: 120px;
  }

  .container-lg {
    max-width: var(--content-width-notebook-lg);
  }

  .container-sm {
    max-width: var(--container-width-notebook-sm);
  }

  .h1 {
    margin: 0 0 32px;
    font-size: 48px;
  }

  .title {
    font-size: 40px;
  }

  .h2 {
    margin: 0 0 20px;
    font-size: 48px;
  }

  .h3 {
    font-size: 24px;
  }

  .subtitle {
    padding-left: 100px;
    font-size: 24px;
    line-height: 1.4;
  }

  .btn-blue {
    padding: 15px 40px;
  }

  .text {
    font-size: 18px;
    line-height: 1.3;
  }

  .advantages {
    width: 1140px;
  }

  .advantages__item {
    padding: 30.5px 28px;
  }

  .advantages__icon {
    width: 48px;
    height: 48px;
  }

  .advantages__text {
    font-size: 18px;
    line-height: 1.3;
  }

  .section--tours {
    padding-top: 120px;
  }

  .section__wrap {
    padding: 80px 0 133px;
  }

  .section__grid {
    row-gap: 20px;
  }

  .section__h2 {
    margin: 0;
  }

  .section__btn {
    margin-left: 6px;
  }

  .tour-cards .tour {
    padding: 22px 27px 24px 22px;
    row-gap: 35px;
  }

  .tour-cards .tour__grid {
    -webkit-column-gap: 22px;
    -moz-column-gap: 22px;
    column-gap: 22px;
    -ms-grid-columns: 320px auto;
    grid-template-columns: 320px auto;
  }

  .tour-cards .tour__price {
    margin-left: 25px;
  }

  .tour-cards .tour__desc {
    font-size: 14px;
    line-height: 1.6;
  }

  .clinic-cards.active .clinic {
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    -ms-grid-columns: 270px auto;
    grid-template-columns: 270px auto;
  }

  .clinic-cards .clinic__btn {
    padding: 12px 24px;
  }

  .doctor-cards.active .doctor {
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    -ms-grid-columns: 270px auto;
    grid-template-columns: 270px auto;
  }

  .doctor-cards.active .doctor__img {
    border-radius: 28px 28px 4px;
  }

  .doctor-cards .doctor__img {
    border-radius: 28px 28px 28px 4px;
  }

  .doctor-cards .link {
    font-size: 14px;
  }

  .doctor__box {
    left: 11px;
    bottom: 9px;
  }

  .doctor__text {
    margin: 12px 0 0;
  }

  .breadcrumbs {
    padding: 40px 0 32px;
  }

  .filter__inputs {
    margin-right: -52px;
  }

  .block--clinic, .block--tour {
    min-height: 474px;
  }

  .reviews-list {
    row-gap: 20px;
  }

  .reviews-list__card {
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
    -ms-grid-columns: auto 240px;
    grid-template-columns: auto 240px;
  }

  .reviews-list .patient-stories .review__grid {
    row-gap: 24px;
  }

  .article__tags li {
    padding: 4px 7px;
    height: 24px;
    font-size: 12px;
  }

  .doc__header {
    padding: 45px 35px;
  }

  .doc__body {
    padding: 12px 30px 0 0;
  }

  .slider-menu.swiper {
    top: 100px;
  }

  .post h2 {
    font-size: 44px;
  }

  .search-cards .clinic {
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    -ms-grid-columns: 270px auto;
    grid-template-columns: 270px auto;
  }

  .search-cards .clinic__btn {
    padding: 12px 24px;
  }

  .search-cards .doctor {
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    -ms-grid-columns: 270px auto;
    grid-template-columns: 270px auto;
  }

  .search-cards .doctor .link {
    font-size: 14px;
  }

  .search-cards .doctor__img {
    border-radius: 28px 28px 28px 4px;
  }

  .header.sticky .search {
    width: 377px;
  }

  .header {
    padding: 33px 0 37px;
  }

  .header__center {
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
  }

  .header__desc {
    display: none;
  }

  .hero__swiper .swiper-slide {
    padding: 120px 0 88px;
    height: 592px;
  }

  .hero__subtitle {
    font-size: 28px;
    line-height: 1.3;
    -webkit-transform: translateY(-34px);
    -ms-transform: translateY(-34px);
    transform: translateY(-34px);
  }

  .hero__subtitle::after {
    left: -12px;
    top: 18px;
    width: 80px;
  }

  .hero__block {
    margin: -240px 0 0;
    -webkit-transform: translateY(-61px);
    -ms-transform: translateY(-61px);
    transform: translateY(-61px);
  }

  .tours .tour,
  .tours-list .tour,
  .tours-page .tour {
    padding: 32px;
    row-gap: 4px;
  }

  .tours .tour__grid,
  .tours-list .tour__grid,
  .tours-page .tour__grid {
    -ms-grid-columns: 380px auto;
    grid-template-columns: 380px auto;
  }

  .tours .tour__price,
  .tours-list .tour__price,
  .tours-page .tour__price {
    margin-left: 16px;
  }

  .tours__slide.swiper-slide,
  .tours-page__slide.swiper-slide {
    width: 1014px;
  }

  .callback__wrap {
    padding: 101px 0 100px;
  }

  .callback__inner {
    -ms-grid-columns: auto 366px;
    grid-template-columns: auto 366px;
  }

  .callback__h2 {
    margin: 0 0 58px;
  }

  .callback__subtitle {
    padding-left: 87px;
  }

  .callback__block {
    margin: 63px 0 0;
  }

  .clinics .clinic__box {
    left: 12px;
    bottom: 13px;
  }

  .clinics .clinic__btn {
    margin: 4px 0 0;
  }

  .clinics__slide.swiper-slide {
    width: 367px;
  }

  .doctors .link,
  .doctors-page .link {
    font-size: 14px;
  }

  .doctors__slide.swiper-slide,
  .doctors-page__slide.swiper-slide {
    width: 270px;
  }

  .stages__grid {
    row-gap: 20px;
  }

  .stages__card {
    padding: 40px;
  }

  .stages__card::before {
    right: 33px;
    top: 38px;
  }

  .stages__img {
    margin: 0 0 48px;
    width: 137px;
    height: 100px;
  }

  .benefits__h2 {
    margin: 0 0 60px;
  }

  .benefits__slide.swiper-slide {
    width: 366px;
  }

  .benefits__slide::before {
    top: 14px;
  }

  .reviews__slide.swiper-slide {
    width: 560px;
  }

  .payment__wrap {
    padding: 106px 0 86px;
  }

  .payment__inner {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -ms-grid-columns: auto 850px;
    grid-template-columns: auto 850px;
  }

  .payment__left {
    padding: 28px 0 0;
  }

  .payment__top {
    margin: 0 0 37px;
  }

  .payment__slide.swiper-slide {
    padding: 52px 32px 36px;
  }

  .payment__h3 {
    font-size: 22px;
  }

  .payment__list li::before {
    top: 7px;
  }

  .partners__slide.swiper-slide {
    padding: 33px 35px;
    width: 270px;
  }

  .footer__wrap {
    padding: 100px 0 95px;
  }

  .footer__inner {
    -ms-grid-columns: 291px auto;
    grid-template-columns: 291px auto;
  }

  .footer__logo {
    width: 272px;
    height: 70px;
  }

  .footer__main {
    row-gap: 58px;
  }

  .footer__grid {
    -webkit-column-gap: 29px;
    -moz-column-gap: 29px;
    column-gap: 29px;
    -ms-grid-columns: auto 270px;
    grid-template-columns: auto 270px;
  }

  .footer__menu {
    -ms-grid-columns: 1.2fr 1fr;
    grid-template-columns: 1.2fr 1fr;
  }

  .footer__tel {
    font-size: 28px;
  }

  .footer__links {
    -ms-grid-columns: 1.2fr 1fr;
    grid-template-columns: 1.2fr 1fr;
  }

  .footer__flex {
    padding: 40px 0 30px;
  }

  .product__inner {
    -ms-grid-columns: auto 463px;
    grid-template-columns: auto 463px;
  }

  .product__wrapper {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    -ms-grid-columns: 463px auto;
    grid-template-columns: 463px auto;
  }

  .about {
    padding-top: 60px;
  }

  .about__inner {
    -ms-grid-columns: auto 463px;
    grid-template-columns: auto 463px;
  }

  .about__block {
    top: 100px;
  }

  .video-message__wrap {
    padding: 60px 0 114px;
  }

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

  .section-page__sections {
    row-gap: 80px;
  }

  .contacts__left {
    padding-left: calc(100% - (var(--content-width-notebook-sm) - 20px) / 2);
  }

  .contacts__h1 {
    margin: 0 0 44px;
  }

  .contacts__right {
    padding: 96px 0 118px;
  }

  .contacts__block {
    max-width: 560px;
  }

  .page404__inner {
    padding: 109px 0 122px;
  }

  .page404__h1 {
    margin: 0 0 40px;
  }

  .page404__subtitle {
    padding-left: 95px;
    max-width: 523px;
    font-size: 28px;
    line-height: 1.3;
  }

  .page404__btn:first-child {
    border-radius: 20px;
    padding: 20px 40px;
    height: 69px;
    font-size: 22px;
  }
}

@media (width >= 1440px) {
  .main {
    margin: 180px 0 0;
  }

  .h1 {
    line-height: 1;
  }

  .title {
    line-height: 1;
    letter-spacing: -0.03em;
  }

  .h2 {
    line-height: 1;
  }

  .h4 {
    font-size: 22px;
  }

  .btn-favorites,
  .btn-compare {
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
  }

  .btn-favorites:hover:not(.active),
  .btn-compare:hover:not(.active) {
    border-color: var(--primary-green);
    background: var(--primary-green);
  }

  .btn-favorites:hover:not(.active) svg,
  .btn-compare:hover:not(.active) svg {
    fill: var(--primary-white);
  }

  .btn-burger,
  .btn-search {
    display: none;
  }

  .advantages__item {
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    border-radius: 32px 4px 32px 32px;
  }

  .search-menu {
    top: calc(100% + 10px);
  }

  .menu {
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .menu > li:first-child:hover svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .sub-menu {
    left: 0;
    top: calc(100% + 12px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .sub-menu::before {
    left: 0;
    bottom: 100%;
    width: 100%;
    height: 12px;
  }

  .sub-menu li:first-child {
    display: none;
  }

  .section__wrap {
    border-radius: 60px;
  }

  .section__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .section__btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .tour::before {
    bottom: 0;
  }

  .clinic-cards.active {
    gap: 40px;
  }

  .clinic-cards .clinic__h4 {
    margin: 0 0 4px;
    font-size: 20px;
  }

  .clinic:hover .clinic__btns {
    opacity: 1;
    visibility: visible;
  }

  .clinic__btns {
    right: 12px;
    top: 12px;
  }

  .clinic__img:hover .image {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  .clinic__img .image {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }

  .clinic__h4 {
    margin: 0 0 8px;
  }

  .doctor:hover .doctor__btns {
    opacity: 1;
    visibility: visible;
  }

  .doctor__btns {
    right: 12px;
    top: 12px;
  }

  .doctor__text {
    font-size: 16px;
  }

  .rating--lg {
    padding: 4px 12px 4px 36px;
    height: 36px;
    min-width: 78px;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.4;
  }

  .rating--lg::before {
    width: 24px;
    height: 24px;
  }

  .filter {
    padding: 32px 21px;
  }

  .block {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .block--clinic .block__price, .block--tour .block__price {
    font-size: 36px;
  }

  .block--doctor .block__button {
    border-radius: 20px;
    height: 69px;
    font-size: 22px;
  }

  .block--doctor .block__btn {
    width: 69px;
    height: 69px;
  }

  .block__box {
    row-gap: 16px;
  }

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

  .block__rating {
    padding: 4px 12px 4px 36px;
    height: 36px;
    min-width: 78px;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.4;
  }

  .block__rating::before {
    width: 24px;
    height: 24px;
  }

  .block__button span:last-child {
    display: none;
  }

  .tours-list .tour__desc br {
    display: none;
  }

  .slider-menu.swiper {
    position: sticky;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    max-width: 300px;
  }

  .slider-menu .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 4px;
  }

  .slider-menu__anim {
    width: 100%;
    height: 0;
  }

  .post h2 {
    width: 100%;
    max-width: 800px;
  }

  .search-cards .clinic__box {
    left: 7px;
    top: 7px;
  }

  .search-cards .clinic__img {
    border-radius: 16px 16px 4px;
  }

  .search-cards .clinic__h4 {
    margin: 0 0 4px;
    font-size: 20px;
  }

  .header.sticky .header__logo {
    width: 186px;
    height: 48px;
  }

  .header.sticky .header__center {
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
  }

  .header.sticky .btn-burger {
    display: block;
  }

  .header.sticky .header__bottom {
    position: relative;
    margin-top: 0;
  }

  .header.sticky .header__bottom.open .nav {
    opacity: 1;
    visibility: visible;
  }

  .header.sticky .nav {
    position: absolute;
    left: 146px;
    top: calc(100% + 27px);
    z-index: 15;
    border-radius: 28px;
    padding: 32px;
    -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
    background: var(--primary-white);
    opacity: 0;
    visibility: hidden;
  }

  .header.sticky .nav.open {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.15s ease, visibility 0.15s ease;
    transition: opacity 0.15s ease, visibility 0.15s ease;
  }

  .header.sticky .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 16px;
  }

  .header.sticky .menu > li:first-child {
    position: static;
  }

  .header.sticky .menu > li > a {
    font-size: 16px;
    line-height: 1;
  }

  .header.sticky .menu > li > a svg {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .header.sticky .sub-menu {
    left: calc(100% + 12px);
    top: 0;
  }

  .header.sticky .sub-menu::before {
    left: auto;
    right: 100%;
    bottom: 0;
    width: 44px;
    height: 100%;
  }

  .header__logo {
    width: 210px;
    height: 54px;
  }

  .header__wrapper .search {
    position: relative;
    width: 430px;
  }

  .header__btns {
    -webkit-column-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px;
  }

  .header__bottom {
    margin-top: 40px;
  }

  .hero {
    margin: -22px 0 0;
  }

  .hero__content {
    max-width: 612px;
  }

  .hero__h2 {
    margin: 0;
  }

  .hero__subtitle {
    margin-left: auto;
  }

  .hero__pagination {
    margin: 32px 0 35px;
  }

  .tours .tour__grid,
  .tours-list .tour__grid,
  .tours-page .tour__grid {
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
  }

  .tours .tour__box,
  .tours-list .tour__box,
  .tours-page .tour__box {
    left: 16px;
    top: 16px;
  }

  .tours .tour__right,
  .tours-list .tour__right,
  .tours-page .tour__right {
    margin: 10px 0 0;
  }

  .tours .tour__ul,
  .tours-list .tour__ul,
  .tours-page .tour__ul {
    font-size: 16px;
  }

  .tours .tour__desc,
  .tours-list .tour__desc,
  .tours-page .tour__desc {
    font-size: 16px;
    line-height: 1.4;
  }

  .callback__content {
    margin: 11px 0 0;
    width: 436px;
  }

  .callback__block {
    padding: 33px 28px;
  }

  .clinics .clinic__img {
    border-radius: 24px 24px 24px 4px;
  }

  .clinics .city {
    font-size: 16px;
    line-height: 1;
  }

  .clinics .clinic__btn {
    border-radius: 16px;
    padding: 20px 40px;
    height: 58px;
    font-size: 18px;
  }

  .doctors .doctor__img,
  .doctors-page .doctor__img {
    border-radius: 32px 32px 32px 4px;
  }

  .payment__wrap {
    border-radius: 60px;
  }

  .payment__slide.swiper-slide {
    background-position: top left;
  }

  .footer__aside {
    padding-right: 16px;
    row-gap: 48px;
  }

  .footer__img {
    width: 236px;
    height: 55px;
  }

  .product__inner {
    gap: 14px 47px;
  }

  .product__bottom {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }

  .about__inner {
    -webkit-column-gap: 47px;
    -moz-column-gap: 47px;
    column-gap: 47px;
  }

  .about__main {
    row-gap: 40px;
  }

  .about__block {
    position: sticky;
  }

  .video-message__grid {
    row-gap: 40px;
  }

  .video-message__inner {
    max-width: 951px;
  }

  .section-page__grid {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .section-page__main {
    -ms-grid-column: 2;
    -ms-grid-column-span: 3;
    grid-column: 2/5;
  }

  .contacts__grid {
    max-width: 527px;
  }

  .contacts__h1 {
    line-height: 1;
  }

  .page404__inner {
    border-radius: 60px;
  }

  .page404__block {
    row-gap: 40px;
  }

  .page404__subtitle::before {
    top: 18px;
  }

  .page404__btn:last-child {
    height: 69px;
    font-size: 22px;
  }
}

@media (width >= 1800px) {
  .padding {
    padding-bottom: 160px;
  }

  .padding-page {
    padding-bottom: 160px;
  }

  .container-lg {
    max-width: var(--content-width-desktop-lg);
  }

  .container-sm {
    max-width: var(--container-width-desktop-sm);
  }

  .h1 {
    margin: 0 0 54px;
    font-size: 60px;
  }

  .title {
    font-size: 48px;
  }

  .h2 {
    margin: 0 0 24px;
    font-size: 60px;
  }

  .h3 {
    font-size: 28px;
  }

  .subtitle {
    padding-left: 100px;
    font-size: 28px;
    line-height: 1.3;
  }

  .btn-blue {
    border-radius: 20px;
    padding: 20px 40px;
    height: 69px;
    font-size: 22px;
  }

  .text {
    font-size: 20px;
    line-height: 1.4;
  }

  .advantages {
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    width: 1360px;
  }

  .advantages__item {
    padding: 33px 28px;
  }

  .advantages__icon {
    width: 64px;
    height: 64px;
  }

  .advantages__text {
    font-size: 20px;
    line-height: 1.4;
  }

  .menu > li > a {
    font-size: 18px;
  }

  .section--tours {
    padding-top: 160px;
  }

  .section__wrap {
    padding: 80px 0;
  }

  .section__grid {
    row-gap: 32px;
  }

  .section__grid--reviews {
    row-gap: 24px;
  }

  .section__h2 {
    margin: 0;
  }

  .section__btn {
    margin-left: 4px;
  }

  .form__btn {
    border-radius: 16px;
    padding: 10px 20px;
    height: 58px;
    font-size: 18px;
  }

  .tour-cards .tour {
    padding: 32px;
    row-gap: 4px;
  }

  .tour-cards .tour__grid {
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
    -ms-grid-columns: 380px auto;
    grid-template-columns: 380px auto;
  }

  .tour-cards .tour__box {
    left: 16px;
    top: 16px;
  }

  .tour-cards .tour__right {
    margin: 10px 0 0;
  }

  .tour-cards .tour__h3 {
    margin: 0 0 12px;
    font-size: 24px;
  }

  .tour-cards .tour__link {
    margin: 0 0 12px;
  }

  .tour-cards .tour__ul {
    font-size: 16px;
  }

  .tour-cards .tour__price {
    margin-left: 16px;
  }

  .tour-cards .tour__desc {
    font-size: 16px;
    line-height: 1.4;
  }

  .tour__btn {
    border-radius: 16px;
    height: 58px;
    font-size: 18px;
  }

  .clinic-cards {
    gap: 40px 24px;
  }

  .clinic-cards.active .clinic {
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    -ms-grid-columns: 322px auto;
    grid-template-columns: 322px auto;
  }

  .clinic-cards .clinic__text {
    font-size: 16px;
  }

  .doctor-cards {
    gap: 40px 24px;
  }

  .doctor-cards.active {
    gap: 24px;
  }

  .doctor-cards.active .doctor {
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    -ms-grid-columns: 322px auto;
    grid-template-columns: 322px auto;
  }

  .doctor__box {
    left: 11px;
    bottom: 10px;
  }

  .doctor__text {
    margin: 0;
  }

  .breadcrumbs {
    padding: 40px 0;
  }

  .filter {
    top: 104px;
  }

  .filter__button {
    border-radius: 16px;
    height: 58px;
    font-size: 18px;
    line-height: 1;
  }

  .block--clinic, .block--tour {
    min-height: 571px;
  }

  .block__btn {
    width: 69px;
    height: 69px;
  }

  .tours-list {
    row-gap: 24px;
  }

  .tours-list .tour {
    padding: 32px;
  }

  .reviews-list {
    row-gap: 24px;
  }

  .reviews-list__card {
    -webkit-column-gap: 76px;
    -moz-column-gap: 76px;
    column-gap: 76px;
    -ms-grid-columns: auto 270px;
    grid-template-columns: auto 270px;
  }

  .rate .btn-blue {
    border-radius: 16px;
    height: 58px;
    font-size: 18px;
    letter-spacing: -0.03em;
  }

  .doc__header {
    padding: 23px 21px;
  }

  .doc__body {
    padding: 14px 21px 12px 0;
  }

  .doc__h4 {
    margin: 0 0 12px;
    font-size: 20px;
  }

  .doc__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
  }

  .section-block__btn {
    border-radius: 16px;
    height: 58px;
    font-size: 18px;
  }

  .slider-menu.swiper {
    top: 104px;
  }

  .post h2 {
    font-size: 48px;
  }

  .search-cards .clinic {
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    -ms-grid-columns: 322px auto;
    grid-template-columns: 322px auto;
  }

  .search-cards .doctor {
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    -ms-grid-columns: 322px auto;
    grid-template-columns: 322px auto;
  }

  .search-cards .doctor__img {
    border-radius: 32px 32px 4px;
  }

  .search-cards .tour {
    padding: 32px;
    row-gap: 4px;
  }

  .search-cards .tour__grid {
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
    -ms-grid-columns: 380px auto;
    grid-template-columns: 380px auto;
  }

  .search-cards .tour__box {
    left: 16px;
    top: 16px;
  }

  .search-cards .tour__right {
    margin: 10px 0 0;
  }

  .search-cards .tour__h3 {
    margin: 0 0 12px;
    font-size: 24px;
  }

  .search-cards .tour__link {
    margin: 0 0 12px;
  }

  .header {
    padding: 33px 0 30px;
  }

  .header__center {
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
  }

  .hero__swiper .swiper-slide {
    padding: 140px 0 108px;
    height: 662px;
  }

  .hero__subtitle {
    -webkit-transform: translateY(-45px);
    -ms-transform: translateY(-45px);
    transform: translateY(-45px);
  }

  .hero__subtitle::after {
    left: -54px;
    top: 21px;
    width: 120px;
  }

  .hero__block {
    margin: -271px 0 0;
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
  }

  .tours .tour,
  .tours-list .tour,
  .tours-page .tour {
    padding: 32px 36px 32px 32px;
    row-gap: 23px;
  }

  .tours .tour__grid,
  .tours-list .tour__grid,
  .tours-page .tour__grid {
    -ms-grid-columns: 438px auto;
    grid-template-columns: 438px auto;
  }

  .tours .tour__h3,
  .tours-list .tour__h3,
  .tours-page .tour__h3 {
    margin: 0 0 20px;
  }

  .tours .tour__link,
  .tours-list .tour__link,
  .tours-page .tour__link {
    margin: 0 0 20px;
  }

  .tours .tour__price,
  .tours-list .tour__price,
  .tours-page .tour__price {
    margin-left: 17px;
  }

  .tours__slide.swiper-slide,
  .tours-page__slide.swiper-slide {
    width: 1130px;
  }

  .callback__wrap {
    padding: 100px 0 81px;
  }

  .callback__inner {
    -ms-grid-columns: auto 438px;
    grid-template-columns: auto 438px;
    width: 100%;
    max-width: 1297px;
  }

  .callback__h2 {
    margin: 0 0 60px;
    font-size: 72px;
  }

  .callback__subtitle {
    padding-left: 87px;
    font-size: 24px;
    line-height: 1.4;
  }

  .callback__block {
    margin: 56px 0 0;
  }

  .clinics .clinic {
    row-gap: 24px;
  }

  .clinics .clinic__box {
    left: 12px;
    bottom: 12px;
  }

  .clinics .clinic__body {
    row-gap: 16px;
  }

  .clinics__slide.swiper-slide {
    width: 437px;
  }

  .doctors__slide.swiper-slide,
  .doctors-page__slide.swiper-slide {
    width: 322px;
  }

  .stages__grid {
    row-gap: 40px;
  }

  .stages__cards {
    gap: 24px;
  }

  .stages__card {
    padding: 52px 40px;
  }

  .stages__card::before {
    right: 38px;
    top: 38px;
  }

  .stages__img {
    margin: 0 0 44px;
    width: 164px;
    height: 120px;
  }

  .benefits__h2 {
    margin: 0 0 80px;
  }

  .benefits__slide.swiper-slide {
    padding: 0 30px 0 88px;
    width: 437px;
  }

  .benefits__slide::before {
    top: 17px;
  }

  .benefits__h3 {
    margin: 0 0 32px;
  }

  .reviews__slide.swiper-slide {
    width: 668px;
  }

  .payment__wrap {
    padding: 126px 0 155px;
  }

  .payment__inner {
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    -ms-grid-columns: auto 1014px;
    grid-template-columns: auto 1014px;
  }

  .payment__left {
    padding: 8px 0 0;
  }

  .payment__h2 {
    font-size: 72px;
  }

  .payment__top {
    margin: 0 0 32px;
  }

  .payment__slide.swiper-slide {
    padding: 52px 32px 37px;
  }

  .partners__slide.swiper-slide {
    padding: 40px 41px;
    width: 322px;
  }

  .footer__wrap {
    padding: 100px 0 90px;
  }

  .footer__inner {
    -webkit-column-gap: 100px;
    -moz-column-gap: 100px;
    column-gap: 100px;
    -ms-grid-columns: 361px auto;
    grid-template-columns: 361px auto;
  }

  .footer__logo {
    width: 287px;
    height: 74px;
  }

  .footer__main {
    row-gap: 53px;
  }

  .footer__grid {
    -webkit-column-gap: 67px;
    -moz-column-gap: 67px;
    column-gap: 67px;
    -ms-grid-columns: auto 320px;
    grid-template-columns: auto 320px;
  }

  .footer__menu {
    -ms-grid-columns: 1.35fr 1fr;
    grid-template-columns: 1.35fr 1fr;
  }

  .footer__links {
    -ms-grid-columns: 1.35fr 1fr;
    grid-template-columns: 1.35fr 1fr;
  }

  .footer__btn {
    border-radius: 20px;
    padding: 20px 40px;
    height: 69px;
    font-size: 22px;
  }

  .footer__flex {
    padding: 40px 0 35px;
  }

  .catalog__grid {
    gap: 24px;
  }

  .product__inner {
    -ms-grid-columns: auto 553px;
    grid-template-columns: auto 553px;
  }

  .product__wrapper {
    -webkit-column-gap: 54px;
    -moz-column-gap: 54px;
    column-gap: 54px;
    -ms-grid-columns: 554px auto;
    grid-template-columns: 554px auto;
  }

  .about {
    padding-top: 57px;
  }

  .about__inner {
    -ms-grid-columns: auto 553px;
    grid-template-columns: auto 553px;
  }

  .about__h2 {
    margin: 0 0 20px;
  }

  .about__block {
    top: 104px;
  }

  .video-message__wrap {
    padding: 80px 0;
  }

  .section-page__grid {
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
  }

  .section-page__sections {
    row-gap: 100px;
  }

  .section-page__articles {
    gap: 44px 24px;
  }

  .section-page__reviews {
    gap: 24px;
  }

  .certificates__grid {
    gap: 40px 24px;
  }

  .contacts__inner {
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
  }

  .contacts__left {
    padding-left: calc(100% - (var(--content-width-desktop-sm) - 20px) / 2);
  }

  .contacts__right {
    padding: 96px 0;
  }

  .contacts__right .contacts__h1 {
    white-space: nowrap;
  }

  .contacts__block {
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    max-width: 669px;
  }

  .page404__inner {
    padding: 109px 0 110px;
  }

  .page404__h1 {
    margin: 0 0 40px;
  }

  .page404__subtitle {
    padding-left: 115px;
    max-width: 543px;
  }
}

@media (width >= 1880px) {
  .doctor-cards.active .doctor__img {
    border-radius: 32px 32px 4px;
  }

  .doctor-cards .doctor__img {
    border-radius: 32px 32px 32px 4px;
  }
}

@media (width >= 14400px) {
  .doctor-cards .doctor {
    row-gap: 12px;
  }
}

.clinic-cards .clinic__text {
  max-height: 68px;
  overflow: hidden;
}
.clinic-cards .clinic__btn {
  margin-top: auto;
}



.clinics .clinic__text,
.clinic__h4{
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
display: box;
-webkit-box-orient: vertical;
box-orient: vertical;
}
.clinic__h4{
-webkit-line-clamp: 1;
line-clamp: 1;
}
.clinics .clinic__text{
-webkit-line-clamp: 6;
line-clamp: 6;
}
.tags{
	height: fit-content;
    max-height: 107px;
    overflow: hidden;
}
/* End */
/* /local/templates/livaroq/css/main.css?1780580612203218 */
