@charset "UTF-8";

/* stylelint-disable */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
  ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
  ========================================================================== */

/**
* Remove the margin in all browsers.
*/

body {
  margin: 0;
  overflow-x: hidden;
}

/**
* Render the `main` element consistently in IE.
*/

main {
  display: block;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/

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

/* Grouping content
  ========================================================================== */

/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

pre {
  font-size: 1em;
  /* 2 */
  font-family: monospace, monospace;
  /* 1 */
}

/* Text-level semantics
  ========================================================================== */

/**
* Remove the gray background on active links in IE 10.
*/

a {
  background-color: transparent;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/

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

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

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

/**
* Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
  ========================================================================== */

/**
* Remove the border on images inside links in IE 10.
*/

img {
  border-style: none;
}

/* Forms
  ========================================================================== */

/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/

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

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/

button,
input {
  /* 1 */
  overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/

button,
select {
  /* 1 */
  text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/

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

/**
* Remove the inner border and padding in Firefox.
*/

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

/**
* Restore the focus styles unset by the previous rule.
*/

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

/**
* Correct the padding in Firefox.
*/

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

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/

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

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/

progress {
  vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/

textarea {
  overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/

[type='checkbox'],
[type='radio'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/

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

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/

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

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/

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

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  font: inherit;
  /* 2 */
  -webkit-appearance: button;
  /* 1 */
}

/* Interactive
  ========================================================================== */

/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/

details {
  display: block;
}

/*
* Add the correct display in all browsers.
*/

summary {
  display: list-item;
}

/* Misc
  ========================================================================== */

/**
* Add the correct display in IE 10+.
*/

template {
  display: none;
}

/**
* Add the correct display in IE 10.
*/

[hidden] {
  display: none;
}

/* stylelint-disable */

/**
 * Swiper 7.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 24, 2021
 */

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

:root {
  --swiper-theme-color: #007aff;
}

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

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

.swiper-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

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

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

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

/* Auto Height */

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

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

/* 3D Effects */

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

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

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

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

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

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

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

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

/* CSS Mode */

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

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

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

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

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

.swiper-centered > .swiper-wrapper::before {
  content: '';
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999;
}

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

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

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

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

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  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;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}

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

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 8px;
  background: #d9eafe;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  width: 40px;
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #06bada;
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

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

/* Scrollbar */

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */

:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

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

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

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

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

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

/* a11y */

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

@font-face {
  font-style: normal;
  font-weight: 400;
  font-family: 'Roboto';
  font-display: swap;
  src: url('../fonts/roboto-400.woff2') format('woff2');
}

@font-face {
  font-style: normal;
  font-weight: 500;
  font-family: 'Roboto';
  font-display: swap;
  src: url('../fonts/roboto-500.woff2') format('woff2');
}

@font-face {
  font-style: normal;
  font-weight: 700;
  font-family: 'Roboto';
  font-display: swap;
  src: url('../fonts/roboto-700.woff2') format('woff2');
}

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

html,
body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
}

html {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Roboto', 'Arial', sans-serif;
  color: #656565;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}

a {
  text-decoration: none;
}

img,
video {
  display: block;
  max-width: 100%;
  height: auto;
}

textarea {
  resize: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 1000px #ffffff;
  box-shadow: inset 0 0 0 1000px #ffffff;
  -webkit-text-fill-color: #000000;
}

input,
textarea {
  border-radius: 0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  opacity: 1;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
}

input:invalid,
textarea:invalid {
  -webkit-box-shadow: none;
  box-shadow: none;
}

select {
  border-radius: 0;
}

input::-ms-clear,
input::-ms-reveal {
  display: none;
}

input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoration {
  -webkit-appearance: none;
  appearance: none;
}

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

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

select,
textarea,
input:matches(
    [type='email'],
    [type='number'],
    [type='password'],
    [type='search'],
    [type='tel'],
    [type='text'],
    [type='url']
  ) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

.wrapper {
  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;
  min-height: 100vh;
  /* stylelint-disable-next-line */
  min-height: calc(100 * var(--vh, 1vh));
}

.wrapper .header,
.wrapper .footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.wrapper main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
}

.scroll-lock-ios {
  position: fixed;
  overflow: hidden;
}

.scroll-lock {
  overflow: hidden;
}

.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

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

.no-transition {
  /* stylelint-disable-next-line */
  -webkit-transition: none !important;
  transition: none !important;
}

.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

.container {
  width: 100%;
  min-width: 300px;
  margin: 0 auto;
  padding: 0 12px;
}

.accordion__element:last-child {
  margin-bottom: 0;
}

.accordion__element {
  border-bottom: 1px solid #ededed;
  margin: 0 0 20px;
}

.accordion__element.is-active > .accordion__button svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.accordion__button {
  width: 100%;
  padding: 20px 0;
  cursor: pointer;
  border: none;
  background-color: transparent;
  color: #0a0a0a;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.accordion__button.focus-visible:focus {
  opacity: 0.8;
}

.accordion__button span {
  text-align: left;
  margin-right: 10px;
}

.accordion__button svg {
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -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;
}

.accordion__content {
  color: #353535;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.accordion__content p {
  margin: 0;
}

[data-accordion='element'].is-active > [data-accordion='content'] {
  max-height: 100%;
  margin: 0 0 20px;
}

[data-accordion='parent'].no-transition [data-accordion='content'] {
  -webkit-transition: none;
  transition: none;
}

[data-accordion='content'] {
  max-height: 0;
  -webkit-transition: max-height 0.3s;
  transition: max-height 0.3s;
  overflow: hidden;
}

.page-content__section {
  padding: 64px 0;
}

.page-content__section .container {
  display: -ms-grid;
  display: grid;
  row-gap: 32px;
}

.page-content--text-left .text-content__wrap {
  max-width: 950px;
  margin: 0 0 64px;
}

.page-content--bg-grey {
  background: #f6f6f6;
}

[data-tabs='parent'] {
  overflow: hidden;
}

[data-tabs='parent'].no-transition > [data-tabs='control'],
[data-tabs='parent'].no-transition > [data-tabs='content'],
[data-tabs='parent'].no-transition > [data-tabs='element'] {
  -webkit-transition: none;
  transition: none;
}

[data-tabs='parent'].no-transition-global [data-tabs='control'],
[data-tabs='parent'].no-transition-global [data-tabs='content'],
[data-tabs='parent'].no-transition-global [data-tabs='element'] {
  -webkit-transition: none;
  transition: none;
}

[data-tabs='parent'] [data-tabs='content'] {
  position: relative;
}

[data-tabs='element'] {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
  transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
}

[data-tabs='element'].for-load {
  position: static;
  visibility: visible;
  opacity: 1;
  -webkit-transition: none;
  transition: none;
}

[data-tabs='element'].is-active {
  z-index: 1;
  visibility: visible;
  opacity: 1;
}

[data-accordion-init] > [data-tabs='content'],
[data-accordion-init] > [data-tabs='controls'] {
  display: none;
}

[data-accordion-init] [data-tabs='element'] {
  z-index: 1;
  visibility: visible;
  position: static;
  opacity: 1;
}

[data-tabs='accordion-wrapper'] {
  display: block;
  max-height: 0;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
  overflow: hidden;
}

[data-tabs='accordion-content'] {
  overflow: hidden;
}

[data-tabs='accordion'] {
  overflow: hidden;
  position: relative;
  isolation: isolate;
}

[data-tabs='accordion'].is-active > [data-tabs='accordion-wrapper'] {
  max-height: none;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 16px;
  color: #0a0a0a;
  font-weight: 500;
  line-height: 20px;
  border-radius: 8px;
  outline: none;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.btn__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.btn--border {
  background-color: #ffffff;
  border: 1px solid #06bada;
}

.btn--border:hover,
.btn--border:focus {
  background-color: #e6f8fb;
}

.btn--border:active {
  background-color: #cdf1f8;
}

.btn--primary {
  color: #ffffff;
  background-color: #06bada;
  border: none;
}

.btn--primary:hover,
.btn--primary:focus {
  background-color: #0595ae;
}

.btn--primary:active {
  background-color: #047083;
}

.btn--tertiary {
  color: #0073b1;
  background-color: #e8f2fe;
}

.btn--tertiary:hover,
.btn--tertiary:focus {
  background-color: #d9eafe;
}

.btn--tertiary:active {
  background-color: #a6cefd;
}

.btn--secondary {
  color: #353535;
  background-color: #ededed;
}

.btn--secondary:hover,
.btn--secondary:focus {
  background-color: #c8c8c8;
}

.btn--secondary:active {
  background-color: #a4a4a4;
}

.btn:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.title {
  margin: 0;
  color: #353535;
  font-weight: 700;
}

.title--h1 {
  font-size: 32px;
  line-height: 36px;
}

.title--h2 {
  font-size: 24px;
  line-height: 28px;
}

.title--h3 {
  font-size: 20px;
  line-height: 24px;
}

.title--h4 {
  color: #0a0a0a;
  font-size: 20px;
  line-height: 24px;
}

.custom-input,
.custom-textarea {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 530px;
  padding: 14px 0 28px;
}

.custom-input label,
.custom-textarea label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.custom-input label input,
.custom-input label textarea,
.custom-textarea label input,
.custom-textarea label textarea {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 300px;
  min-height: 48px;
  margin-left: auto;
  padding: 10px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  outline: none;
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease;
}

.custom-input label input:hover,
.custom-input label textarea:hover,
.custom-textarea label input:hover,
.custom-textarea label textarea:hover {
  border: 2px solid rgba(0, 0, 0, 0.5);
}

.custom-input label input:focus,
.custom-input label textarea:focus,
.custom-textarea label input:focus,
.custom-textarea label textarea:focus {
  border: 2px solid rgba(0, 0, 0, 0.8);
}

.custom-input__error,
.custom-textarea__error {
  position: absolute;
  right: 0;
  bottom: 35px;
  color: #ff1553;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.custom-input.is-invalid input,
.custom-input.is-invalid textarea,
.custom-textarea.is-invalid input,
.custom-textarea.is-invalid textarea {
  border: 2px solid #ff1553;
}

.custom-input.is-invalid input:focus,
.custom-input.is-invalid input:hover,
.custom-input.is-invalid textarea:focus,
.custom-input.is-invalid textarea:hover,
.custom-textarea.is-invalid input:focus,
.custom-textarea.is-invalid input:hover,
.custom-textarea.is-invalid textarea:focus,
.custom-textarea.is-invalid textarea:hover {
  border: 2px solid rgba(255, 21, 83, 0.5);
}

.custom-input.is-valid input,
.custom-textarea.is-valid input {
  border: 2px solid #22b259;
}

.custom-input.is-valid input:focus,
.custom-input.is-valid input:hover,
.custom-textarea.is-valid input:focus,
.custom-textarea.is-valid input:hover {
  border: 2px solid rgba(34, 178, 89, 0.5);
}

.custom-input .input-message,
.custom-textarea .input-message {
  position: absolute;
  right: 0;
  bottom: -5px;
}

.custom-input .input-message.is-invalid,
.custom-textarea .input-message.is-invalid {
  color: #ff0000;
}

.custom-input .input-message.is-valid,
.custom-textarea .input-message.is-valid {
  color: #15ab07;
}

.custom-toggle {
  position: relative;
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  padding: 14px 0 10px 36px;
}

.custom-toggle:last-of-type {
  padding: 14px 0 58px 36px;
}

.custom-toggle input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  clip: rect(0 0 0 0);
}

.custom-toggle label {
  position: relative;
  padding-left: 52px;
  cursor: pointer;
}

.custom-toggle label span {
  margin-bottom: 0;
  margin-left: 0;
}

.custom-toggle--checkbox .custom-toggle__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  border: 1.5px solid #2c39f2;
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease;
}

.custom-toggle--checkbox .custom-toggle__icon::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  background-color: rgba(44, 57, 242, 0);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.custom-toggle--radio .custom-toggle__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  border: 1px solid #2c39f2;
  border-radius: 50%;
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease;
}

.custom-toggle--radio .custom-toggle__icon::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  color: rgba(255, 255, 255, 0);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.custom-toggle input:checked + .custom-toggle__icon {
  border: 1.5px solid #2c39f2;
}

.custom-toggle input:checked + .custom-toggle__icon::before {
  background-color: #2c39f2;
}

.custom-toggle.is-invalid label span {
  color: #ff1553;
}

.custom-toggle .input-message {
  position: absolute;
  right: 0;
  bottom: -5px;
}

.custom-toggle .input-message.is-invalid {
  color: #ff0000;
}

.custom-toggle .input-message.is-valid {
  color: #15ab07;
}

.custom-select {
  position: relative;
  width: 300px;
  padding: 14px 0 28px;
  margin: 0 0 44px 0;
  /* &.is-valid {
    .custom-select__button {
      border: 2px solid $color-eucalyptus;

      &:focus,
      &:hover {
        border: 2px solid rgba($color-eucalyptus, 0.5);
      }
    }
  } */
}

.custom-select__label {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  pointer-events: none;
}

.custom-select__placeholder {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  pointer-events: none;
}

.custom-select select {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
}

.custom-select__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 48px;
  padding: 5px 10px;
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  outline: none;
  cursor: pointer;
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease;
}

.custom-select__button:hover {
  border: 2px solid rgba(0, 0, 0, 0.5);
}

.custom-select__button:focus {
  border: 2px solid rgba(0, 0, 0, 0.8);
}

.custom-select__button:disabled {
  pointer-events: none;
  opacity: 0.3;
}

.custom-select__list {
  position: absolute;
  bottom: 10px;
  z-index: 1;
  width: 100%;
  max-height: 100px;
  margin: 0;
  padding: 0;
  overflow-y: auto;
  list-style: none;
  background-color: #ffffff;
  border: 2px solid #000000;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.3s ease, opacity 0.3s ease;
  transition: visibility 0.3s ease, opacity 0.3s ease;
}

.custom-select__item {
  padding: 5px;
  outline: none;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.custom-select__item[aria-selected='true'] {
  background-color: rgba(0, 0, 0, 0.2);
}

.custom-select__item[aria-selected='true'].focus-visible:focus {
  background-color: rgba(0, 0, 0, 0.2);
}

.custom-select__item.focus-visible:focus {
  background-color: rgba(0, 0, 0, 0.4);
}

.custom-select__error {
  position: absolute;
  bottom: -15px;
  left: 0;
  color: #ff1553;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}

.custom-select__text {
  font-size: 20px;
  line-height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 80%;
  overflow: hidden;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0.1s;
  transition: opacity 0.3s ease 0.1s;
}

.custom-select__text br {
  display: none;
}

.custom-select__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 20px;
  height: 10px;
  margin-left: auto;
  background-color: #000000;
  -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;
  -webkit-clip-path: polygon(100% 0, 100% 20%, 50% 100%, 0 20%, 0 0, 50% 80%);
  clip-path: polygon(100% 0, 100% 20%, 50% 100%, 0 20%, 0 0, 50% 80%);
}

.custom-select.is-disabled {
  pointer-events: none;
}

.custom-select.is-disabled .custom-select__list {
  display: none;
}

.custom-select.open-up .custom-select__list {
  bottom: auto;
  top: 0;
  -webkit-transform: translateY(calc(-100% + 10px));
  -ms-transform: translateY(calc(-100% + 10px));
  transform: translateY(calc(-100% + 10px));
}

.custom-select.is-open .custom-select__list {
  visibility: visible;
  opacity: 1;
}

.custom-select.is-open .custom-select__icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.custom-select.is-open .custom-select__label {
  opacity: 0;
}

.custom-select.not-empty .custom-select__text {
  opacity: 1;
}

.custom-select.not-empty .custom-select__label {
  opacity: 0;
}

.custom-select.not-empty .custom-select__placeholder {
  opacity: 0;
}

.custom-select.is-invalid .custom-select__error {
  opacity: 1;
}

.custom-select.is-invalid .custom-select__button {
  border: 2px solid #ff1553;
}

.custom-select.is-invalid .custom-select__button:focus,
.custom-select.is-invalid .custom-select__button:hover {
  border: 2px solid rgba(255, 21, 83, 0.5);
}

.custom-select--placeholder .custom-select__label {
  -webkit-transform: translateY(calc(-50% - 40px));
  -ms-transform: translateY(calc(-50% - 40px));
  transform: translateY(calc(-50% - 40px));
  opacity: 1;
}

.custom-select--placeholder.is-open .custom-select__label {
  opacity: 1;
}

.custom-select--placeholder.not-empty .custom-select__label {
  opacity: 1;
}

.custom-select.slide-up.not-empty .custom-select__label,
.custom-select.slide-up.is-open .custom-select__label {
  -webkit-transform: translateY(calc(-50% - 40px));
  -ms-transform: translateY(calc(-50% - 40px));
  transform: translateY(calc(-50% - 40px));
  opacity: 1;
}

.custom-select.slide-up.not-empty .custom-select__text,
.custom-select.slide-up.is-open .custom-select__text {
  opacity: 1;
}

.custom-select .input-message {
  position: absolute;
  right: 0;
  bottom: -5px;
}

.custom-select .input-message.is-invalid {
  color: #ff0000;
}

.custom-select .input-message.is-valid {
  color: #15ab07;
}

.user-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.user-menu__item {
  margin-left: 6px;
  margin-right: 6px;
}

.header {
  width: 100%;
  z-index: 1000;
  padding: 8px 0;
  border-radius: 0 0 12px 12px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 12px 24px 0 rgba(11, 54, 62, 0.12), 0 2px 12px 0 rgba(4, 112, 131, 0.08);
  box-shadow: 0 12px 24px 0 rgba(11, 54, 62, 0.12), 0 2px 12px 0 rgba(4, 112, 131, 0.08);
}

.header--menu-open {
  padding: 24px 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header--menu-open .container {
  padding: 0 12px;
}

.header--menu-open .header__nav-toggle {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 28px;
  height: 28px;
  background-color: #ededed;
  background-image: url('/local/templates/main/assets/img/svg/icon-close.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
  border: none;
  border-radius: 6px;
}

.header--menu-open .header__nav-toggle .btn__icon,
.header--menu-open .header__nav-toggle .btn__text {
  display: none;
}

.header--menu-open .header__logo {
  position: static;
  width: 90%;
  margin-bottom: 16px;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.header--menu-open .header__logo-title {
  display: block;
}

.header--menu-open .main-nav {
  display: block;
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  margin-bottom: 16px;
}

.header--menu-open .main-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header--menu-open .header__user-link {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header--menu-open .header__user-link--feedback {
  width: 100%;
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.header--menu-open .header__user-link--map {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-right: 12px;
  margin-bottom: 16px;
  padding: 10px 12px;
}

.header--menu-open .header__user-link--map .btn__text {
  display: inline;
}

.header--menu-open .header__user-link--map .btn__icon {
  margin-right: 8px;
}

.header--menu-open .header__user-link--account {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.header--menu-open .header__user-link--phone {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
  width: 100%;
  margin-bottom: 12px;
  padding: 10px 12px;
}
/* 
.header__user-link--phone {
  position: relative;
} */

.header--menu-open .header__user-link--phone .btn__text {
  display: inline;
  /* order: 2; */
}

/* .header--menu-open .header__user-link--phone  */
/* .header__user-link--phone a.btn__text::after {
  position: absolute;
  display: block;
  inset: 0;
  content: "";
  width: 100%;
  height: 100%;
} */

.header--menu-open .header__user-link--phone .btn__icon {
  margin-right: 8px;
}

.header .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__nav-toggle {
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 9px 12px;
}

.header__logo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: absolute;
  top:50%;
  left: 48%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__logo-img {
  display: block;
  width: 66px;
  height: auto;
}

.header__logo-title {
  display: none;
  margin: 0 0 0 21px;
  color: #06bada;
  font-size: 20px;
  font-weight: 700;
}

.header__user-link {
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 10px 12px;
}

.header__user-link--map,
.header__user-link--phone,
.header__user-link--account {
  display: none;
}

.header--scroll {
  position: fixed;
  top: 0;
  left: 0;
}

.main-nav {
  display: none;
  width: 100%;
}

.main-nav div:first-child {
  max-width: 100%;
  width: 100%;
}

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

.main-nav__item {
  position: relative;
  border-bottom: 1px solid #ededed;
}

.main-nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 0;
  color: #0a0a0a;
  font-size: 16px;
  font-weight: 500;
  background-color: transparent;
  -webkit-transition: background-color 0.3s ease color 0.3s ease;
  transition: background-color 0.3s ease color 0.3s ease;
}

.main-nav__icon {
  display: none;
  width: 16px;
  height: 16px;
  margin-left: 4px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -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;
}

.main-nav__icon.is-open {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.main-nav__icon--visible {
  display: block;
}

.submenu {
  position: absolute;
  top: 44px;
  left: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: none;
  opacity: 0;
  visibility: hidden;
  min-width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0;
  padding: 0;
  z-index: 99;
  overflow: hidden;
  list-style: none;
}

.submenu.is-active {
  position: static;
  display: block;
  opacity: 1;
  visibility: visible;
}

.submenu__item.is-active {
  position: relative;
  font-weight: 500;
  color: #353535;
}

.submenu__item.is-active::before {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 4px;
  height: 90%;
  background-color: #06bada;
  border-radius: 8px 0 0 8px;
}

.submenu__link {
  position: relative;
  display: block;
  padding-left: 15px;
  margin: 8px 0;
  color: #656565;
  font-size: 16px;
  line-height: 24px;
}

.submenu__link::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 5px;
  width: 3px;
  height: 3px;
  background-color: #656565;
  border-radius: 50%;
}

.submenu__link:hover,
.submenu__link:focus {
  color: #353535;
  background-color: #e6f8fb;
}

.submenu__link:active {
  color: #353535;
  background-color: #cdf1f8;
}

.submenu__link.is-active {
  font-weight: 500;
  color: #353535;
}

.intro {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 600px;
  padding: 110px 0 100px;
  overflow: hidden;
  color: #353535;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(19.8%, rgba(255, 255, 255, 0.6)),
    color-stop(99.49%, rgba(255, 255, 255, 0))
  );
  background-image: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.6) 19.8%,
    rgba(255, 255, 255, 0) 99.49%
  );
  border-radius: 0 0 24px 24px;
}

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

.intro__bg-img {
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.intro__title {
  margin: 0 0 12px;
}

.intro__text {
  margin: 0 0 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.intro__btns .btn {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 12px;
}

.intro--about-us {
  padding-top: 55px;
}

.intro--about-us .intro__text {
  max-width: 440px;
}

.intro--about-us-walk {
  background-image: unset;
}

.about-us .container {
  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: 0;
}

.about-us__content {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.about-us__title {
  margin: 0 0 16px;
}

.about-us__text {
  margin: 0 0 16px;
  color: #656565;
  font-size: 14px;
  line-height: 20px;
}

.about-us__text--m-0 {
  margin-bottom: 0;
}

.about-us__list {
  margin: 0;
  padding: 0;
  color: #656565;
  font-size: 14px;
  line-height: 20px;
  list-style: none;
}

.about-us__item {
  position: relative;
  padding-left: 22px;
}

.about-us__item::before {
  content: '';
  position: absolute;
  top: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 8px;
  width: 3px;
  height: 3px;
  background-color: #656565;
  border-radius: 50%;
}

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

.about-us__img-wrapper {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 24px;
  overflow: hidden;
  border-radius: 24px;
}

.about-us__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.news {
  padding: 0 0 64px;
}

.news__title {
  max-width: 1280px;
  padding: 0 12px;
  margin: 0 auto 32px;
}

.news__wrapper {
  position: relative;
  max-width: 1200px;
  padding: 0 0 0 12px;
  margin: 0 auto;
}

.news__list {
  margin-bottom: 24px;
}

.news__btn {
  display: none;
  position: absolute;
  top: 41%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 0;
  background-color: #ffffff;
  border-radius: 50%;
  border: 1px solid #c8c8c8;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.04);
  cursor: pointer;
}

.news__btn.focus-visible:focus {
  background-color: #f6f6f6;
  border: 1px solid #ededed;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.04);
}

.news__btn:active {
  background-color: #ededed;
  border: 1px solid #ededed;
}

.news__btn--next {
  right: -40px;
  z-index: 100;
}

.news__btn--prev {
  left: -40px;
  z-index: 100;
}

.news__btn--prev .news__btn-icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.news__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.news__pagination .swiper-pagination-bullet {
  width: 24px;
  height: 4px;
  margin-left: 4px;
  margin-right: 4px;
  border-radius: 8px;
  border: none;
  background-color: #d9eafe;
  cursor: pointer;
}

.news__pagination .swiper-pagination-bullet-active {
  width: 40px;
  background-color: #06bada;
}

.footer {
  position: relative;
  z-index: 1;
  padding: 64px 0;
  color: #ffffff;
  border-radius: 32px 32px 0 0;
  background-color: #06bada;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.4)),
    to(rgba(0, 0, 0, 0.4))
  );
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
}

.footer--top-margin {
  margin-top: -31px;
}

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

.footer__logo {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  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;
}

.footer__logo-img {
  width: 72px;
  height: auto;
  margin-bottom: 16px;
}

.footer__logo-title {
  margin: 0 0 4px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.footer__address {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px;
}

.footer__address-text {
  width: 100%;
  margin: 0 0 16px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 20px;
}

.footer__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6px 12px;
  margin-right: 16px;
  color: #047083;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  line-height: 20px;
  border-radius: 61px;
  background-color: #e6f8fb;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.footer__phone .footer__icon {
  margin-right: 4px;
}

.footer__phone.focus-visible:focus {
  background-color: #cdf1f8;
}

.footer__phone:active {
  background-color: #cdf1f8;
}

.footer__mail,
.footer__chat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 8px;
  border-radius: 50%;
  background-color: #e6f8fb;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.footer__mail .btn__icon,
.footer__chat .btn__icon {
  margin-right: 0;
}

.footer__mail.focus-visible:focus,
.footer__chat.focus-visible:focus {
  background-color: #cdf1f8;
}

.footer__mail:active,
.footer__chat:active {
  background-color: #cdf1f8;
}

.footer__mail {
  margin-right: 16px;
}

.footer__nav {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  margin-bottom: 40px;
}

.footer__nav-list,
.footer__submenu {
  display: -ms-grid;
  display: grid;
  row-gap: 32px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.footer__submenu {
  row-gap: 12px;
  font-size: 16px;
  font-weight: 500;
}

.footer__nav-link,
.footer__submenu-link {
  color: #ffffff;
}

.footer__nav-link.focus-visible:focus,
.footer__submenu-link.focus-visible:focus {
  opacity: 0.8;
  text-decoration: underline;
}

.footer__vk-link {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.footer__vk-link.focus-visible:focus {
  opacity: 0.7;
}

.footer__vk-link:active {
  opacity: 0.7;
}

.footer__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.footer__icon--vk {
  width: 32px;
  height: 32px;
  margin-right: 12px;
}

.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid #ededed;
  background-color: #ffffff;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.04);
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.card.focus-visible:focus {
  -webkit-box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.12), 0 2px 12px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.12), 0 2px 12px 0 rgba(0, 0, 0, 0.08);
}

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

.card--horizontal .card__img {
  height: 100%;
}

.card--horizontal-reverse {
  padding: 24px;
}

.card--horizontal-reverse .card__img-wrapper {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.card--horizontal-reverse .card__content {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.card__img {
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
  object-fit: cover;
}

.card__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 16px;
}

.card__title {
  display: -ms-grid;
  display: grid;
  row-gap: 4px;
  margin: 0 0 10px;
}

.card__options {
  color: #656565;
  font-size: 14px;
  line-height: 20px;
}

.card__text {
  margin: 0 0 16px;
  color: #353535;
  font-size: 14px;
  line-height: 20px;
}

.card__list {
  margin: 0 0 16px;
  padding: 0;
  color: #656565;
  font-size: 14px;
  line-height: 20px;
  list-style: none;
}

.card__list-item {
  position: relative;
  padding-left: 22px;
}

.card__list-item::before {
  content: '';
  position: absolute;
  top: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 8px;
  width: 3px;
  height: 3px;
  background-color: #656565;
  border-radius: 50%;
}

.card__list-item--blue::before {
  background-color: #0073b1;
}

.card__link {
  color: #0073b1;
}

.card__link.focus-visible:focus {
  text-decoration: underline;
}

.card__btn {
  margin-top: auto;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cards-block__list {
  display: -ms-grid;
  display: grid;
  margin: 0;
  padding: 0;
  row-gap: 12px;
  list-style: none;
}

.cards-block__title {
  margin: 0 0 40px;
}

.cards-block--about-us-rest {
  padding: 0 0 70px;
}

.cards-block--about-us-rest .title {
  margin: 0 0 40px;
}

.feedback {
  padding: 64px 0;
  background-color: #e6f6ec;
  border-radius: 32px 32px 0 0;
  margin-top: auto;
}

.feedback .container {
  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;
}

.feedback__title {
  margin-bottom: 8px;
}

.feedback__text {
  margin: 0 0 24px;
  color: #656565;
  text-align: center;
  line-height: 20px;
}

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

.feedback--reviews {
  padding: 64px 0 94px;
  background-color: #e6f6ec;
  border-radius: 32px 32px 0 0;
}

.feedback--reviews .feedback__title {
  margin: 0 0 24px;
}

.map {
  width: 100%;
  overflow: hidden;
  border-radius: 24px;
}

.map__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: -1;
  -o-object-fit: cover;
  object-fit: cover;
}

.contacts {
  padding: 72px 0 54px;
}

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

.contacts__content {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.contacts__title {
  margin-bottom: 16px;
}

.contacts__text {
  max-width: 336px;
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 20px;
}

.contacts .txttohtmllink {
  color: #656565;
}

.contacts__map {
  position: relative;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  height: 256px;
  margin-bottom: 24px;
}

.reviews {
  background-color: #f6f6f6;
  border-radius: 32px;
}

.reviews__title {
  padding: 0 12px;
}

.reviews__content {
  margin: 0 20px;
}

.reviews__list {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.reviews__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
}

.reviews__author {
  color: #0a0a0a;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.reviews__text {
  margin: 0;
  padding: 0 0 0 14px;
  color: #353535;
  font-size: 14px;
  line-height: 20px;
  border-left: 2px solid #0073b1;
}

.reviews__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.reviews__pagination .swiper-pagination-bullet {
  width: 24px;
  height: 4px;
  margin-left: 4px;
  margin-right: 4px;
  border-radius: 8px;
  border: none;
  background-color: #d9eafe;
  cursor: pointer;
}

.reviews__pagination .swiper-pagination-bullet-active {
  width: 40px;
  background-color: #06bada;
}

.options {
  background-color: #f6f6f6;
  border-radius: 32px;
}

.options__list {
  display: -ms-grid;
  display: grid;
  row-gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.indications {
  background-color: #f6f6f6;
  border-radius: 32px;
}

.indications .container {
  padding-right: 0;
}

.indications__content {
  display: none;
}

.indications__slider {
  position: relative;
  max-width: 768px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.indications--tabs {
  display: none;
}

.indications__slider-list {
  max-width: 100%;
  margin-bottom: 24px;
}

.indications__tabs-controls {
  display: none;
}

.indications__tabs-control {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 8px 24px;
  margin-bottom: 4px;
  color: #656565;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  background-color: transparent;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: color 0.3s ease background-color 0.3s ease;
  transition: color 0.3s ease background-color 0.3s ease;
}

.indications__tabs-control.focus-visible:focus {
  color: #353535;
  background-color: #e8f2fe;
}

.indications__tabs-control:active {
  color: #353535;
  background-color: #d9eafe;
}

.indications__tabs-control.is-active {
  color: #353535;
  background-color: #a6cefd;
}

.indications__list {
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.indications__list .card.focus-visible:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.indications__item {
  position: static;
}

.indications .card__list {
  display: none;
}

.indications .card__title {
  margin-bottom: 40px;
}

.indications__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.indications__pagination .swiper-pagination-bullet {
  width: 24px;
  height: 4px;
  margin-left: 4px;
  margin-right: 4px;
  border-radius: 8px;
  border: none;
  background-color: #d9eafe;
  cursor: pointer;
}

.indications__pagination .swiper-pagination-bullet-active {
  width: 40px;
  background-color: #06bada;
}

.indications__card-btn {
  padding: 12px 16px;
}

.breadcrumb__list {
  list-style: none;
  margin: 0;
  min-height: 56px;
  padding: 7px 0;
  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;
}

.breadcrumb__item {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 6px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.breadcrumb__item.focus-visible:focus {
  opacity: 0.8;
}

.breadcrumb__item .breadcrumb__link {
  color: #a4a4a4;
}

.breadcrumb__item:last-of-type .breadcrumb__link {
  color: #06bada;
  cursor: default;
  pointer-events: none;
}

.breadcrumb__item:last-of-type::before {
  background-color: #06bada !important;
}

.breadcrumb__item:not(:first-child)::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #a4a4a4;
  border-radius: 50%;
  margin: 0 6px;
}

.breadcrumb__item:not(:first-child) .breadcrumb__link {
  margin-left: 6px;
}

.text-content__wrap {
  max-width: 640px;
  width: 100%;
  margin: 0 auto 64px;
}

.text-content h2 {
  margin-bottom: 30px;
  text-align: center;
}

.text-content h3 {
  text-align: center;
  margin: 0 0 32px;
  color: #353535;
  font-size: 24px;
  line-height: 28px;
}

.text-content p {
  font-style: normal;
  font-weight: 400;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  color: #353535;
}

.text-content p:not(:last-child) {
  margin: 0 0 24px;
}

.text-content ul {
  margin: 0;
  padding: 0;
  color: #353535;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  list-style: none;
}

.text-content ul li {
  position: relative;
  padding-left: 22px;
}

.text-content ul li::before {
  content: '';
  position: absolute;
  top: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 8px;
  width: 3px;
  height: 3px;
  background-color: #656565;
  border-radius: 50%;
}

.text-content ul p {
  margin: 0;
}

.text-content ol {
  margin: 0;
  padding: 0;
  padding-left: 24px;
  color: #353535;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.text-content ol p {
  margin: 0;
}

.video-player {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 20px;
}

.video-player__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.video-player__overlay img {
  width: 100%;
  height: 100%;
}

.video-player__overlay.is-hidden {
  opacity: 0;
  -webkit-transition: none;
  transition: none;
  pointer-events: none;
}

.video-player__btn {
  width: 64px;
  height: 64px;
  z-index: 4;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(
    --bg-brand-light,
    linear-gradient(0deg, rgba(6, 186, 218, 0.1) 0%, rgba(6, 186, 218, 0.1) 100%),
    #ffffff
  );
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.video-player__btn.focus-visible:focus {
  opacity: 0.8;
}

.video-player__btn svg {
  width: 24px;
  height: 24px;
}

.video-player__btn.is-hidden {
  opacity: 0;
  -webkit-transition: none;
  transition: none;
  pointer-events: none;
}

.gallery {
  padding: 0 0 64px;
}

.gallery-block .title {
  margin: 0 0 40px;
  text-align: center;
}

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

.card-info {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  border: 1px solid var(--stroke-light, #ededed);
  background: #ffffff;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.04);
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

.card-info__wrap-text:not(:last-child) {
  padding: 0 0 20px;
}

.card-info__text {
  margin: 0;
  color: #353535;
}

.card-info__link {
  color: #353535;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.contacts-section {
  padding: 0 0 64px;
}

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

.contacts-section .title--h1 {
  margin: 0 0 40px;
}

.contacts-section__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-grid;
  display: grid;
  gap: 24px;
  -ms-grid-columns: (1fr) [1];
  grid-template-columns: repeat(1, 1fr);
}

.map-section .title--h3 {
  margin: 0 0 40px;
}

.map-section .map {
  width: 100%;
  height: 600px;
  border-radius: 0;
}

.map-section .map img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.office-section {
  padding: 0 0 72px;
}

.office-section .title--h3 {
  margin: 0 0 40px;
}

.office-section__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-grid;
  display: grid;
  gap: 24px;
  -ms-grid-columns: (1fr) [1];
  grid-template-columns: repeat(1, 1fr);
}

.reviews-section {
  padding: 0 0 64px;
}

.reviews-section .title--h1 {
  margin: 0 0 40px;
}

.reviews-section__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-grid;
  display: grid;
  gap: 24px;
  -ms-grid-columns: (1fr) [1];
  grid-template-columns: repeat(1, 1fr);
}

.question-section {
  padding: 0 0 64px;
}

.question-section__accordion {
  max-width: 588px;
  width: 100%;
  margin: 0 auto;
}

.question-section .title {
  margin: 0 0 33px;
  text-align: center;
}

.information {
  padding: 0 0 24px;
}

.information__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-grid;
  display: grid;
  gap: 24px;
  -ms-grid-columns: (1fr) [1];
  grid-template-columns: repeat(1, 1fr);
}

.information .title--h1 {
  margin: 0 0 40px;
}

.information--accommodation {
  padding: 0 0 64px;
}

.information--accommodation-frame .information__list {
  gap: 16px;
  -ms-grid-columns: (1fr) [1];
  grid-template-columns: repeat(1, 1fr);
}

.pagination-section {
  padding: 0 0 64px;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagination__btn {
  border: none;
  width: 28px;
  height: 28px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  border-radius: 6px;
  background-color: #ffffff;
  padding: 0;
  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;
}

.pagination__btn.focus-visible:focus {
  opacity: 0.8;
}

.pagination__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.pagination__item {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  color: #353535;
  background-color: #ededed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.pagination__item.focus-visible:focus {
  background-color: #c8c8c8;
}

.pagination__item:active {
  background-color: #a4a4a4;
}

.pagination__item.is-active {
  color: #ffffff;
  pointer-events: none;
  background-color: #0595ae;
}

.documentation {
  padding: 0 0 64px;
}

.documentation .title--h2 {
  margin: 0 0 40px;
}

.documentation__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-grid;
  display: grid;
  gap: 24px;
  -ms-grid-columns: (1fr) [1];
  grid-template-columns: repeat(1, 1fr);
  justify-items: center;
}

.documentation__list-link {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

.documentation__link {
  color: #0073b1;
  line-height: 24px;
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease;
  cursor: pointer;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid transparent;
}

.documentation__link svg {
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 8px;
}

.documentation__link.focus-visible:focus {
  border-bottom: 1px solid #0073b1;
}

.card-documentation {
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 282px;
  height: 400px;
  position: relative;
}

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

.card-documentation__btn {
  position: absolute;
  border-radius: 61px;
  border: none;
  width: 40px;
  height: 40px;
  padding: 12px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #e8f2fe;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

.card-documentation__btn.focus-visible:focus {
  background-color: #d9eafe;
}

.card-documentation__btn:active {
  background-color: #d9eafe;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1),
    visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1),
    -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1),
    visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1),
    -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1),
    transform 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1),
    transform 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1),
    -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  pointer-events: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

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

.modal__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: 100%;
  padding: 60px 12px;
}

.modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.modal__content {
  position: relative;
  width: 600px;
  border-radius: 16px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08), 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08), 0 2px 8px 0 rgba(0, 0, 0, 0.08);
}

.modal__close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  width: 16px;
  height: 16px;
  padding: 0;
  background: rgba(255, 255, 255, 0);
  border: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  cursor: pointer;
}

.modal__close-btn svg {
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal__close-btn.focus-visible:focus {
  opacity: 0.8;
}

.modal__close-btn:active {
  opacity: 0.8;
}

.modal.is-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.modal--documentation img {
  border-radius: 16px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.modal--documentation .modal__close-btn {
  background-color: #ffffff;
  padding: 11px;
  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: 4px;
}

.modal--entrance .modal__content,
.modal--restore .modal__content {
  max-width: 320px;
  width: 100%;
  padding: 56px 12px;
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08), 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08), 0 2px 8px 0 rgba(0, 0, 0, 0.08);
}

.modal .tabs__controls {
  width: 100%;
  margin: 0 0 12px;
}

.modal .tabs__controls .tabs__control {
  max-width: 145px;
  width: 49%;
}

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

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

.modal__discriptions {
  margin: 0 0 24px;
}

.modal__discriptions-link {
  color: #656565;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  margin: 12px 0 0;
}

.modal__discriptions-link a {
  color: #0073b1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.modal__discriptions-link a.focus-visible:focus {
  opacity: 0.8;
  text-decoration: underline;
}

.modal__input-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 0 16px;
}

.modal__input-wrap label {
  color: #0a0a0a;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin: 0 0 2px;
}

.modal__input-wrap input {
  border-radius: var(--8, 8px);
  border: 1px solid #c8c8c8;
  background: #ffffff;
  padding: 8px;
  outline: none;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}

.modal__input-wrap input.focus-visible:focus {
  border-color: #0595ae;
}

.modal__input-wrap input:active {
  border-color: #047083;
}

.modal__input-wrap .modal__link {
  color: #0073b1;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  margin: 8px 0 0;
}

.modal__input-wrap .modal__link.focus-visible:focus {
  opacity: 0.8;
  text-decoration: underline;
}

.modal .modal-restore__close-btn {
  border-radius: 6px;
  background: #ededed;
  border: none;
  padding: 4px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #353535;
  line-height: 20px;
  margin: 0 0 16px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  cursor: pointer;
}

.modal .modal-restore__close-btn.focus-visible:focus {
  opacity: 0.8;
}

.modal .modal-restore__close-btn svg {
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 8px;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.price-section {
  padding: 0 0 64px;
}

.price-section__links {
  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: 24px;
}

.price-section__title {
  margin: 0 0 40px;
  text-align: center;
}

.price-section__info {
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
}

.price-section__text {
  color: #353535;
  line-height: 24px;
}

.price-section__link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #0073b1;
  line-height: 24px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  outline: none;
  font-size: 16px;
}

.price-section__list {
  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;
  padding-top: 20px;
}

.price-section__link.focus-visible:focus {
  opacity: 0.8;
}

.tabs__controls {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 8px;
  border: 1px solid #c8c8c8;
  background-color: #ffffff;
  padding: 4px;
  margin: 0 0 16px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tabs__control {
  padding: 6px 12px;
  border: none;
  border-radius: 6px;
  background: transparent;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.tabs__control.focus-visible:focus {
  background-color: #d9eafe;
}

.tabs__control:active {
  background-color: #a6cefd;
}

.tabs__control.is-active {
  pointer-events: none;
  background: #06bada;
  color: #ffffff;
}

.tabs__element {
  width: 100%;
}

.price-detail .title--h2 {
  margin: 0 0 40px;
}

.price-detail__controls {
  margin: 0 0 16px;
}

.price-table {
  margin: 0 0 40px;
}

.price-table__header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 24px;
}

.price-table__title {
  margin-bottom: 10px;
  margin-right: 10px;
}

.price-table__btn {
  height: 28px;
  border: 1px solid #c8c8c8;
  padding: 4px 8px;
}

.price-table__table {
  overflow: auto;
  border-radius: 8px;
  border: 1px solid #c8c8c8;
}

.price-table__table::-webkit-scrollbar {
  height: 4px;
}

.price-table__table::-webkit-scrollbar-thumb {
  /* плашка-бегунок */
  background: #c8c8c8;
  cursor: pointer;
}

.price-table__table::-webkit-scrollbar-track {
  /* фон */
  background: #ffffff;
}

.icon-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.icon-text__icon {
  width: 24px;
  height: 24px;
  margin-right: 6px;
  margin-top: 3px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.icon-text__text {
  color: #353535;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}

/*.case-number .title--h1 {*/
/*  margin: 0 0 40px;*/
/*}*/

.case-number__detail {
  display: -ms-grid;
  display: grid;
  gap: 16px;
  margin: 0 0 40px;
}

.case-number__detail .btn {
  width: 134px;
  height: 44px;
  margin: 0 auto;
}

.case-number__detail-header {
  display: -ms-grid;
  display: grid;
  gap: 16px;
}

.case-number__discription {
  color: #353535;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}

.case-number__detail-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  padding: 0;
}

.сharacteristic {
  max-width: 196px;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 16px;
  display: -ms-grid;
  display: grid;
}

.сharacteristic__wrap {
  display: -ms-grid;
  display: grid;
}

.сharacteristic__wrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.сharacteristic__title {
  color: #0a0a0a;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin: 0;
}

.сharacteristic .icon-text__icon {
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.сharacteristic .icon-text__text {
  font-size: 14px;
}

.card-number {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  gap: 24px;
  margin: 0 0 56px;
}

.card-number__swiper {
  position: relative;
  width: 100%;
  height: 190px;
  border-radius: 4px;
}

.card-number__swiper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}

.card-number__сharacteristic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.card-number__btn {
  width: 24px;
  height: 24px;
  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: 0;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.72);
  border: none;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  position: absolute;
  top: 45%;
  z-index: 1;
  left: auto;
  right: 4px;
}

.card-number__btn.focus-visible:focus {
  opacity: 0.8;
}

.card-number__btn svg {
  width: 12px;
  height: 12px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.card-number__btn--prev {
  left: 4px;
}

.card-number__btn--prev svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.treatment__content {
  padding-bottom: 64px;
}

.treatment__title {
  margin-bottom: 32px;
}

.treatment__type-list {
  display: -ms-grid;
  display: grid;
  row-gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.treatment__type-item {
  padding: 16px;
  border-radius: 16px;
  border: 1px solid #ededed;
  background-color: #ffffff;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.04);
}

.treatment__type-item.focus-visible:focus {
  -webkit-box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.12), 0 2px 12px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.12), 0 2px 12px 0 rgba(0, 0, 0, 0.08);
}

.treatment__type-title {
  margin-bottom: 8px;
}

.treatment__type-text {
  margin: 0 0 16px;
  color: #353535;
  font-size: 14px;
  line-height: 20px;
}

.treatment .cards-block {
  padding-top: 0;
}

.treatment__indications-catalog {
  padding: 40px 0 104px;
  border-radius: 32px 32px 0 0;
  background: #f6f6f6;
}

.treatment__indications-catalog .container {
  display: -ms-grid;
  display: grid;
  row-gap: 40px;
}

.treatment__indications-catalog .card {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.treatment__indications-list {
  display: -ms-grid;
  display: grid;
  row-gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.treatment-programs {
  padding-top: 0;
  padding-bottom: 92px;
}

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

.custom-checkbox + label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom-checkbox + label::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  border-radius: 4px;
  border: 1px solid #c8c8c8;
  background: transparent;
  -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.12) inset;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.12) inset;
  margin-right: 8px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

label {
  color: #353535;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 16px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

label.focus-visible:focus {
  opacity: 0.8;
}

.custom-checkbox:checked + label::before {
  border-color: #06bada;
  background-color: #06bada;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.modal-fixed {
  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;
  padding: 40px 0 72px;
}

.modal-fixed__content {
  border-radius: 16px;
  background: #ffffff;
  max-width: 320px;
  width: 100%;
  padding: 56px 12px;
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08), 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08), 0 2px 8px 0 rgba(0, 0, 0, 0.08);
}

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

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

.modal-fixed__discriptions {
  margin: 0 0 24px;
}

.modal-fixed__discriptions-link {
  color: #656565;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  margin: 12px 0 0;
}

.modal-fixed__discriptions-link a {
  color: #0073b1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.modal-fixed__discriptions-link a.focus-visible:focus {
  opacity: 0.8;
  text-decoration: underline;
}

.modal-fixed__input-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 0 16px;
}

.modal-fixed__input-wrap label {
  color: #0a0a0a;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin: 0 0 2px;
}

.modal-fixed__input-wrap input {
  border-radius: var(--8, 8px);
  border: 1px solid #c8c8c8;
  background: #ffffff;
  padding: 8px;
  outline: none;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}

.modal-fixed__input-wrap input.focus-visible:focus {
  border-color: #0595ae;
}

.modal-fixed__input-wrap input:active {
  border-color: #047083;
}

.modal-fixed__input-wrap .modal-fixed__link {
  color: #0073b1;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  margin: 8px 0 0;
}

.modal-fixed__input-wrap .modal-fixed__link.focus-visible:focus {
  opacity: 0.8;
  text-decoration: underline;
}

.table {
  width: 100%;
  text-align: left;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #c8c8c8;
  border-collapse: collapse;
  background-color: #ffffff;
}

.table tr {
  min-height: 36px;
}

.table th {
  color: #0a0a0a;
  font-weight: 500;
  padding: 8px 12px;
  border: 1px solid #c8c8c8;
}

.table td:first-child,
.table th:first-child {
  width: 50%;
}

.table td:nth-child(n + 2),
.table th:nth-child(n + 2) {
  width: 200px;
}

.table td {
  border: 1px solid #c8c8c8;
  padding: 8px 12px;
  color: #353535;
  font-weight: 400;
}

.table__green-bg {
  background: #e6f6ec;
}

.table__red-bg {
  background: #ffeaea;
}

.table.table--column-5 td:first-child,
.table.table--column-5 th:first-child {
  width: 44px;
}

.table.table--column-5 td:nth-child(2),
.table.table--column-5 th:nth-child(2) {
  width: 50%;
}

.table.table--column-5 td:nth-child(n + 3),
.table.table--column-5 th:nth-child(n + 3) {
  width: 200px;
}

.page-404 {
  position: relative;
  padding: 148px 0;
  background-color: #e6f6ec;
}

.page-404__icon {
  position: absolute;
  top: 55px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 95%;
  height: auto;
  pointer-events: none;
}

.page-404__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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-404__title {
  margin: 0 0 8px;
  font-size: 24px;
  line-height: 28px;
  color: #383838;
}

.page-404__text {
  margin: 0 0 24px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.page-404__link {
  color: #06bada;
  font-size: 14px;
  line-height: 20px;
}

.page-404__link:hover {
  text-decoration: underline;
}

.page-404__link:focus {
  text-decoration: underline;
}

/* @mixin hover-focus {
    @media (hover: hover) {
      &:hover:not(.focus-visible) {
        @content;
      }
    }

    &.focus-visible:focus {
      @content;
    }
  }
*/

/*  @include hover-focus {
      opacity: 0.8;
    }
*/

/*@mixin hover {
    @media (hover: hover) {
      &:hover:not(.focus-visible) {
        @content;
      }
    }
  }
*/

/*@mixin focus {
    &.focus-visible:focus {
      @content;
    }
  }
*/

/*@mixin active {
    &.focus-visible:active {
      @content;
    }
  }
*/

@media (min-width: 414px) {
  .price-table__title {
    width: 60%;
  }
}

@media (min-width: 768px) {
  .container {
    padding: 0 24px;
  }

  .header--menu-open .header__user-link {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 177px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header--menu-open .header__user-link--account {
    margin-right: 12px;
  }

  .header--menu-open .header__user-link--phone {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .header--menu-open .header__user-link--feedback {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .header__nav-toggle {
    margin-right: 12px;
  }

  .header__user-link--account {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-right: auto;
  }

  .header__user-link--map {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    padding: 12px;
    margin-right: 12px;
  }

  .header__user-link--map .btn__text {
    display: none;
  }

  .header__user-link--map .btn__icon {
    margin: 0;
  }

  .header__user-link--phone {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    padding: 12px;
    margin-right: 12px;
  }

  .header__user-link--phone .btn__text {
    display: none;
  }

  .header__user-link--phone .btn__icon {
    margin: 0;
  }

  .header__user-link--feedback {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .intro {
    min-height: 440px;
  }

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

  .intro__btns .btn {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 12px;
    margin-bottom: 10px;
  }

  .about-us {
    padding-top: 72px;
  }

  .about-us .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .about-us__content {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    min-width: 409px;
    margin-right: 24px;
  }

  .about-us__btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .about-us__img-wrapper {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    min-width: 287px;
    min-height: 256px;
    margin-bottom: 0;
  }

  .news__title {
    padding: 0 24px;
  }

  .news__wrapper {
    padding: 0 24px;
  }

  .footer__nav-list {
    display: block;
    -webkit-columns: 224px 3;
    -moz-columns: 224px 3;
    columns: 224px 3;
  }

  .footer__nav-item {
    margin-bottom: 33px;
  }

  .card--horizontal {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    padding: 16px;
  }

  .card--horizontal .card__img-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 240px;
    width: 100%;
    overflow: hidden;
    border-radius: 16px;
    border: 1px solid #ededed;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.04);
  }

  .card--horizontal .card__content {
    padding: 0;
  }

  .card--horizontal .card__btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 0;
  }

  .card--horizontal-reverse {
    padding: 24px;
  }

  .cards-block__list {
    grid-template-columns: repeat(auto-fit, minmax(348px, 1fr));
    gap: 24px;
  }

  .feedback .container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .feedback__btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .contacts .container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
  }

  .contacts__map {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    max-width: 287px;
    -ms-grid-column-align: end;
    justify-self: end;
    margin-bottom: 0;
  }

  .reviews__title {
    padding: 0;
  }

  .reviews__content {
    max-width: 596px;
    margin: 0 auto;
  }

  .indications .container {
    padding: 0 24px;
  }

  .indications__content {
    display: block;
  }

  .indications__slider {
    display: none;
  }

  .indications--slider {
    display: none;
  }

  .indications--tabs {
    display: block;
  }

  .indications__tabs {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: -webkit-max-content 1fr;
    -ms-grid-columns: max-content 1fr;
    grid-template-columns: -webkit-max-content 1fr;
    grid-template-columns: max-content 1fr;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
  }

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

  .indications__list {
    margin-bottom: 0;
  }

  .indications__item {
    position: absolute;
    top: 0;
    left: 0;
  }

  .indications .card__list {
    display: block;
  }

  .indications .card__title {
    margin-bottom: 8px;
  }

  .indications__pagination {
    display: none;
  }

  .contacts-section__list {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }

  .office-section__list {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }

  .information--accommodation-frame .information__list .card--horizontal {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 258px 1fr;
    grid-template-columns: 258px 1fr;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    padding: 16px;
  }

  .documentation__list {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }

  .modal__wrapper {
    padding: 60px 24px;
  }

  .modal__close-btn {
    top: 16px;
    right: 16px;
  }

  .modal--entrance .modal__content,
  .modal--restore .modal__content {
    padding: 40px;
    max-width: 384px;
  }

  .price-table__title {
    margin-bottom: 0;
  }

  .card-number {
    -ms-grid-columns: 280px 1fr;
    grid-template-columns: 280px 1fr;
    gap: 16px;
  }

  .card-number__swiper {
    width: 280px;
    height: 232px;
  }

  .treatment__indications-catalog .card {
    -ms-grid-columns: 258px auto;
    grid-template-columns: 258px auto;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
  }

  .treatment__indications-catalog .card__img-wrapper {
    max-width: 258px;
    max-height: 240px;
  }

  .modal-fixed__content {
    padding: 40px;
    max-width: 384px;
  }

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

  .page-404__icon {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 596px;
    height: 231px;
  }

  .page-404__content {
    max-width: 588px;
    margin: 0 auto;
  }

  .page-404__title {
    font-size: 32px;
    line-height: 36px;
  }

  .page-404__text {
    font-size: 16px;
    line-height: 24px;
  }

  .page-404__link {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1024px) {
  .container {
    padding: 0 40px;
  }

  .page-content__section {
    padding: 72px 0;
  }

  .page-content__section .container {
    row-gap: 40px;
  }

  .page-content--text-left .text-content__wrap {
    margin: 0 0 72px;
  }

  .title--h1 {
    font-size: 40px;
    line-height: 48px;
  }

  .title--h2 {
    font-size: 32px;
    line-height: 36px;
  }

  .intro {
    min-height: 480px;
  }

  .intro__title {
    max-width: 600px;
  }

  .intro__text {
    max-width: 460px;
  }

  .intro--about-us .intro__text {
    max-width: 588px;
  }

  .about-us .container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
  }

  .news {
    padding: 0 0 72px;
  }

  .news__title {
    padding: 0 40px;
    margin: 0 auto 40px;
  }

  .news__wrapper {
    padding: 0 40px;
  }

  .footer--top-margin {
    margin-top: -32px;
  }

  .footer .container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: -webkit-min-content auto;
    -ms-grid-columns: min-content auto;
    grid-template-columns: -webkit-min-content auto;
    grid-template-columns: min-content auto;
    -ms-grid-rows: (-webkit-min-content) [3];
    -ms-grid-rows: (min-content) [3];
    grid-template-rows: repeat(3, -webkit-min-content);
    grid-template-rows: repeat(3, min-content);
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
  }

  .footer__logo {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }

  .footer__logo-img {
    width: 80px;
    margin-bottom: 12px;
  }

  .footer__address {
    min-width: 299px;
    margin-bottom: 24px;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }

  .footer__phone {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .footer__nav {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    grid-column: 2/-1;
    grid-row: 1/-1;
  }

  .footer__nav-list {
    -webkit-columns: 191px 3;
    -moz-columns: 191px 3;
    columns: 191px 3;
  }

  .footer__vk-link {
    padding-bottom: 50px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    grid-row: 3/-1;
  }

  .card--horizontal .card__img-wrapper {
    max-height: 200px;
  }

  .cards-block {
    padding: 72px 0;
  }

  .cards-block__list {
    grid-template-columns: repeat(auto-fit, minmax(460px, 1fr));
  }

  .feedback {
    padding: 72px 0;
  }

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

  .feedback--reviews {
    padding: 72px 0 106px;
  }

  .contacts {
    padding: 72px 0;
  }

  .contacts__map {
    max-width: none;
    height: 360px;
  }

  .reviews__content {
    max-width: 621px;
  }

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

  .indications .container {
    padding: 0 40px;
  }

  .indications__tabs {
    -ms-grid-columns: 218px 1fr;
    grid-template-columns: 218px 1fr;
  }

  .indications__item {
    width: 100%;
  }

  .text-content__wrap {
    margin: 0 auto 72px;
  }

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

  .gallery {
    padding: 0 0 72px;
  }

  .contacts-section {
    padding: 0 0 72px;
  }

  .contacts-section__list {
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
  }

  .office-section__list {
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
  }

  .reviews-section {
    padding: 0 0 72px;
  }

  .reviews-section__list {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }

  .question-section {
    padding: 0 0 72px;
  }

  .information__list {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }

  .information--accommodation {
    padding: 0 0 72px;
  }

  .pagination-section {
    padding: 0 0 72px;
  }

  .documentation {
    padding: 0 0 72px;
  }

  .documentation__list {
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
  }

  .modal__wrapper {
    padding: 60px 40px;
  }

  .price-section {
    padding: 0 0 72px;
  }

  .card-number {
    -ms-grid-columns: 320px 1fr;
    grid-template-columns: 320px 1fr;
    gap: 24px;
  }

  .card-number__swiper {
    width: 320px;
  }

  .treatment__content {
    padding-bottom: 72px;
  }

  .treatment__title {
    margin-bottom: 40px;
  }

  .treatment__type-item {
    padding: 24px;
  }

  .treatment__indications-catalog .card__img-wrapper {
    max-height: 240px;
  }

  .treatment-programs {
    padding-top: 0;
    padding-bottom: 104px;
  }

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

  .page-404__icon {
    width: 782px;
    height: 303px;
  }

  .page-404__title {
    font-size: 40px;
    line-height: 48px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
    padding: 0 40px;
  }

  .title--h3 {
    font-size: 24px;
    line-height: 28px;
  }

  .intro {
    border-radius: 0 0 32px 32px;
  }

  .about-us .container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .about-us__text {
    font-size: 16px;
    line-height: 24px;
  }

  .about-us__list {
    font-size: 16px;
    line-height: 24px;
  }

  .about-us__img-wrapper {
    border-radius: 32px;
  }

  .news {
    padding-bottom: 45px;
  }

  .news__wrapper {
    padding: 0;
  }

  .news__list {
    margin-bottom: 25px;
  }

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

  .footer .container {
    -webkit-column-gap: 125px;
    -moz-column-gap: 125px;
    column-gap: 125px;
  }

  .footer__logo-img {
    width: 120px;
  }

  .footer__address {
    min-width: 283px;
  }

  .footer__nav-list {
    margin-top: 0;
    -webkit-columns: 248px 3;
    -moz-columns: 248px 3;
    columns: 248px 3;
  }

  .footer__vk-link {
    padding-bottom: 18px;
  }

  .card {
    border-radius: 24px;
  }

  .card--horizontal {
    padding: 22px;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
  }

  .card__content {
    padding: 24px;
  }

  .cards-block__list {
    grid-template-columns: repeat(auto-fit, minmax(384px, 1fr));
  }

  .cards-block--about-us-rest {
    padding: 0 0 70px;
  }

  .feedback__btn {
    padding: 12px 16px;
  }

  .contacts__content {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .contacts__text {
    max-width: 370px;
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 24px;
  }

  .contacts__map {
    height: 400px;
  }

  .reviews .container {
    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: 0;
  }

  .reviews__title {
    margin-bottom: 40px;
  }

  .reviews__content {
    max-width: 732px;
  }

  .options__list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }

  .options .card--horizontal .card__img-wrapper {
    width: 258px;
    height: 176px;
  }

  .indications {
    min-height: 624px;
  }

  .indications .container {
    max-width: 1280px;
    padding: 0 40px;
  }

  .indications__tabs {
    -ms-grid-columns: -webkit-max-content 1fr;
    -ms-grid-columns: max-content 1fr;
    grid-template-columns: -webkit-max-content 1fr;
    grid-template-columns: max-content 1fr;
  }

  .text-content h2 {
    margin-bottom: 40px;
  }

  .text-content h3 {
    margin: 0 0 24px;
  }

  .contacts-section__list {
    -ms-grid-columns: (1fr) [4];
    grid-template-columns: repeat(4, 1fr);
  }

  .documentation__list {
    -ms-grid-columns: (1fr) [4];
    grid-template-columns: repeat(4, 1fr);
  }

  .treatment__type-item {
    border-radius: 24px;
  }

  .page-404__icon {
    width: 877px;
    height: 340px;
  }
}

@media (min-width: 1320px) {
  .header {
    padding: 12px 0 0;
  }

  .header .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .header__nav-toggle {
    display: none;
  }

  .header__logo {
    left: 16px;
    margin-right: 12px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);

    position: static;
    margin-bottom: 8px;
  }

  .header__logo-title {
    display: block;
    margin-left: 12px;
  }

  .header__user-link {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .header__user-link--account {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    margin-right: 12px;
  }

  .header__user-link--map {
    padding: 10px 12px;
    margin-left: auto;
  }

  .header__user-link--feedback {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .header__user-link--map .btn__text {
    display: inline;
  }

  .header__user-link--map .btn__icon {
    margin-right: 8px;
  }

  .header__user-link--phone {
    padding: 10px 12px;
  }

  .header__user-link--phone .btn__text {
    display: inline;
  }

  .header__user-link--phone .btn__icon {
    margin-right: 8px;
  }

  .header--scroll {
    padding: 0;
  }

  .header--scroll .container {
    max-width: 1440px;
    padding: 0 16px 0 106px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .header--scroll .header__logo {
    position: absolute;
    left: 24px;
    margin: 0 20px 0 0;

    top: 50%;
    transform: translateY(-50%);
  }

  .header--scroll .header__logo-title {
    display: none;
  }

  .header--scroll .header__user-link {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .header--scroll .header__user-link .btn__text {
    display: none;
  }

  .header--scroll .header__user-link--account .btn__icon,
  .header--scroll .header__user-link--phone .btn__icon,
  .header--scroll .header__user-link--map .btn__icon {
    margin-right: 0;
  }

  .header--scroll .main-nav {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .header--scroll .main-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header--scroll .main-nav__item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .header--scroll .main-nav__link {
    padding: 12px 16px;
  }

  .main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
    width: 100%;
    margin-left: 0;
  }

  .main-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    max-width: 100%;
    width: 100%;
  }

  .main-nav__item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-bottom: none;

    width: 171px;
    height: auto;
  }

  .main-nav__link {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 12px 16px;
    color: #656565;
    font-weight: 400;
  }

  .main-nav__link:hover,
  .main-nav__link:focus {
    color: #353535;
    background-color: #e6f8fb;
  }

  .main-nav__link:active {
    color: #353535;
    background-color: #cdf1f8;
  }

  .main-nav__link.is-active {
    position: relative;
    font-weight: 500;
    color: #353535;
  }

  .main-nav__link.is-active::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #06bada;
    border-radius: 8px 8px 0 0;
  }

  .main-nav__item:hover .main-nav__link + .submenu,
  .main-nav__item:focus .main-nav__link + .submenu {
    position: absolute;
    display: block;
    opacity: 1;
    visibility: visible;
  }

  .main-nav__item:hover .main-nav__icon,
  .main-nav__item:focus .main-nav__icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .submenu {
    border-radius: 8px;
    background: #ffffff;
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08), 0 2px 8px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08), 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  }

  .submenu__item {
    text-align: center;
  }

  .submenu__item:not(:last-of-type) {
    border-bottom: 1px solid #ededed;
  }

  .submenu__link::before {
    display: none;
  }

  .submenu__link {
    padding: 16px;
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .custom-input,
  .custom-textarea {
    padding: 4px 0 48px;
    width: 100%;
  }

  .custom-input label,
  .custom-textarea label {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .custom-input label input,
  .custom-input label textarea,
  .custom-textarea label input,
  .custom-textarea label textarea {
    max-width: unset;
    width: 100%;
  }

  .custom-input__label,
  .custom-textarea__label {
    margin: 0 0 18px 0;
  }

  .custom-input__error,
  .custom-textarea__error {
    bottom: 20px;
  }

  .custom-toggle {
    padding: 14px 0 10px 0;
    width: 100%;
  }

  .custom-toggle:last-of-type {
    padding: 14px 0 58px 0;
  }

  .custom-select {
    padding: 4px 0 14px;
    width: 100%;
  }

  .custom-select__label {
    -webkit-transform: translateY(calc(-50% - 5px));
    -ms-transform: translateY(calc(-50% - 5px));
    transform: translateY(calc(-50% - 5px));
  }

  .custom-select__placeholder {
    -webkit-transform: translateY(calc(-50% - 5px));
    -ms-transform: translateY(calc(-50% - 5px));
    transform: translateY(calc(-50% - 5px));
  }
}

@media (max-width: 445px) {
  .card-number__сharacteristic {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 359px) {
  .gallery__list {
    grid-template-columns: repeat(auto-fit, minmax(276px, 1fr));
  }
}

@media (hover: hover) {
  .accordion__button:hover:not(.focus-visible) {
    opacity: 0.8;
  }

  .custom-select__item[aria-selected='true']:hover:not(.focus-visible) {
    background-color: rgba(0, 0, 0, 0.2);
  }

  .custom-select__item:hover:not(.focus-visible) {
    background-color: rgba(0, 0, 0, 0.4);
  }

  .news__btn:hover:not(.focus-visible) {
    background-color: #f6f6f6;
    border: 1px solid #ededed;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.04);
  }

  .footer__phone:hover:not(.focus-visible) {
    background-color: #cdf1f8;
  }

  .footer__mail:hover:not(.focus-visible),
  .footer__chat:hover:not(.focus-visible) {
    background-color: #cdf1f8;
  }

  .footer__nav-link:hover:not(.focus-visible),
  .footer__submenu-link:hover:not(.focus-visible) {
    opacity: 0.8;
    text-decoration: underline;
  }

  .footer__vk-link:hover:not(.focus-visible) {
    opacity: 0.7;
  }

  .card:hover:not(.focus-visible) {
    -webkit-box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.12), 0 2px 12px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.12), 0 2px 12px 0 rgba(0, 0, 0, 0.08);
  }

  .card__link:hover:not(.focus-visible) {
    text-decoration: underline;
  }

  .indications__tabs-control:hover:not(.focus-visible) {
    color: #353535;
    background-color: #e8f2fe;
  }

  .indications__list .card:hover:not(.focus-visible) {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .breadcrumb__item:hover:not(.focus-visible) {
    opacity: 0.8;
  }

  .video-player__btn:hover:not(.focus-visible) {
    opacity: 0.8;
  }

  .pagination__btn:hover:not(.focus-visible) {
    opacity: 0.8;
  }

  .pagination__item:hover:not(.focus-visible) {
    background-color: #c8c8c8;
  }

  .documentation__link:hover:not(.focus-visible) {
    border-bottom: 1px solid #0073b1;
  }

  .card-documentation__btn:hover:not(.focus-visible) {
    background-color: #d9eafe;
  }

  .modal__close-btn:hover:not(.focus-visible) {
    opacity: 0.8;
  }

  .modal__discriptions-link a:hover:not(.focus-visible) {
    opacity: 0.8;
    text-decoration: underline;
  }

  .modal__input-wrap input:hover:not(.focus-visible) {
    border-color: #0595ae;
  }

  .modal__input-wrap .modal__link:hover:not(.focus-visible) {
    opacity: 0.8;
    text-decoration: underline;
  }

  .modal .modal-restore__close-btn:hover:not(.focus-visible) {
    opacity: 0.8;
  }

  .price-section__link:hover:not(.focus-visible) {
    opacity: 0.8;
  }

  .tabs__control:hover:not(.focus-visible) {
    background-color: #d9eafe;
  }

  .card-number__btn:hover:not(.focus-visible) {
    opacity: 0.8;
  }

  .treatment__type-item:hover:not(.focus-visible) {
    -webkit-box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.12), 0 2px 12px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.12), 0 2px 12px 0 rgba(0, 0, 0, 0.08);
  }

  label:hover:not(.focus-visible) {
    opacity: 0.8;
  }

  .modal-fixed__discriptions-link a:hover:not(.focus-visible) {
    opacity: 0.8;
    text-decoration: underline;
  }

  .modal-fixed__input-wrap input:hover:not(.focus-visible) {
    border-color: #0595ae;
  }

  .modal-fixed__input-wrap .modal-fixed__link:hover:not(.focus-visible) {
    opacity: 0.8;
    text-decoration: underline;
  }
}
