@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500&display=swap");
/*! 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;
}

/**
 * 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 {
  font-size: 2.2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  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-family: monospace, monospace; /* 1 */
  font-size: 1.1em; /* 2 */
}

/* 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] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * 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-family: monospace, monospace; /* 1 */
  font-size: 1.1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 90%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 85%;
  line-height: 0;
  position: relative;
  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 {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * 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 {
  border-style: none;
  padding: 0;
}

/**
 * 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 {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  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] {
  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] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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 {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* 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;
}

:root {
  --font__general: "DM Sans", sans-serif;
  --transition--general: .3s ease-in-out;
  --color__white: #FFFFFF;
  --color__black: #231F20;
  --color__blue-accent: #075EE3;
  --color__dark-grey: #495057;
  --color__grey-light: #75808C;
  --color__light-bg: #F4F7FA;
  --color__light-txt: #EBEEF2;
  --color__yellow: #FFD600;
}

@keyframes fadeInBottom {
  0% {
    opacity: 0;
    transform: translateY(5%);
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
  }
}
.animated {
  visibility: hidden;
  opacity: 0;
}
.animated--fadeBottom {
  animation-name: fadeInBottom;
  animation-delay: 0.3s;
  animation-duration: 1s;
}

* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
}

html {
  font-size: 69.5%;
  font-family: var(--font__general);
}

body {
  background-color: var(--color__white);
  color: var(--color__black);
}

body.disable-scroll {
  max-height: 100vh;
  overflow-y: hidden;
}

main {
  scroll-behavior: smooth;
}

ul, li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  transition: var(--transition--general);
  color: inherit;
}
a::before, a::after {
  transition: var(--transition--general);
}

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

button {
  padding: 0;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}

img {
  max-width: 100%;
}

.relative {
  position: relative;
}

.responsive-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.scroll-stoped {
  overflow-y: hidden;
}

main {
  position: relative;
}

.body-line {
  position: absolute;
  height: 100%;
  width: 0.1rem;
  background-color: var(--color__light-txt);
  top: 0;
  z-index: -1;
}
.body-line:first-of-type {
  left: 27.2vw;
}
.body-line:nth-of-type(2) {
  left: 50%;
  transform: translateX(-50%);
}
.body-line:last-of-type {
  right: 27.2vw;
}

.logo__img {
  mix-blend-mode: multiply;
}

.main {
  margin-top: 14vw;
}

@media screen and (min-width: 640px) {
  .main {
    margin-top: 8.1rem;
  }
}
@media screen and (min-width: 960px) {
  .main {
    margin-top: 10.2rem;
  }
}
@media screen and (min-width: 1200px) {
  .main {
    margin-top: 12.9rem;
  }
}
@media screen and (min-width: 1440px) {
  .main {
    margin-top: 14.6rem;
  }
}
@keyframes circles {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(55%);
  }
  100% {
    transform: translateY(15%);
  }
}
.container {
  width: 89vw;
  margin-inline: auto;
}

.container--big {
  width: 95.5vw;
  margin-inline: auto;
}

.btn {
  border: none;
  outline: none;
  cursor: pointer;
  transition: var(--transition--general);
  text-align: center;
  padding: unset;
  font-size: 4.466vw;
  font-weight: 500;
  line-height: 0.7;
  height: 15vw;
}
.btn::after, .btn::before {
  transition: var(--transition--general);
}

.btn--skew-hover {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.btn--skew-hover::after {
  content: "";
  display: block;
  position: absolute;
  left: -20%;
  right: -20%;
  top: 0;
  bottom: 0;
  transform: skewX(45deg) scale(0, 1);
  display: block;
  z-index: -1;
}
.btn--skew-hover:hover::after {
  transform: skewX(45deg) scale(1, 1);
}

.btn--color_accent {
  border: 0.2rem solid var(--color__blue-accent);
  background: var(--color__blue-accent);
  color: var(--color__white);
}
.btn--color_accent:hover {
  color: var(--color__blue-accent);
}
.btn--color_accent::after {
  background-color: var(--color__white);
}

.btn--border {
  background-color: transparent;
}
.btn--border_accent {
  border: 0.2rem solid var(--color__blue-accent);
  color: var(--color__blue-accent);
  background-color: var(--color__white);
}
.btn--border_accent:hover {
  color: var(--color__white);
}
.btn--border_accent::after {
  background-color: var(--color__blue-accent);
}
.btn--border_white {
  border: 0.2rem solid var(--color__white);
  color: var(--color__white);
}
.btn--border_white:hover {
  color: var(--color__dark-grey);
}
.btn--border_white::after {
  background-color: var(--color__white);
}

@media screen and (min-width: 640px) {
  .btn {
    font-size: 1.76rem;
    height: 4.9rem;
  }
}
.section--p-inline_S {
  padding-inline: 2.22vw;
}
.section--p-inline_M {
  padding-inline: 2.22vw;
}
.section--p-block_S {
  padding-block: 10vw;
}
.section--p-block_M {
  padding-block: 12.5vw;
}
.section--p-block_L {
  padding-block: 10vw;
}
.section--p-top_hero-quote {
  padding-top: 10vw;
}
.section--p-top_big-quote {
  padding-top: 31.25vw;
}
.section--p-top_sm-quote {
  padding-top: 28vw;
}
.section--p-top_S {
  padding-top: 5vw;
}
.section--p-top_M {
  padding-top: 12.5vw;
}
.section--p-top_L {
  padding-top: 10vw;
}
.section--p-bottom_S {
  padding-bottom: 5vw;
}
.section--p-bottom_M {
  padding-bottom: 12.5vw;
}
.section--p-bottom_L {
  padding-bottom: 10vw;
}

@media screen and (min-width: 640px) {
  .section--p-block_S {
    padding-block: 4.5vw;
  }
  .section--p-block_M {
    padding-block: 6.25vw;
  }
  .section--p-top_hero-quote {
    padding-top: 6.45vw;
  }
  .section--p-top_big-quote {
    padding-top: 11.2vw;
  }
  .section--p-top_sm-quote {
    padding-top: 18.4vw;
  }
  .section--p-top_S {
    padding-top: 2.5vw;
  }
  .section--p-top_M {
    padding-top: 6.25vw;
  }
  .section--p-top_L {
    padding-top: 2.5vw;
  }
  .section--p-bottom_S {
    padding-bottom: 2.5vw;
  }
  .section--p-bottom_M {
    padding-bottom: 6.25vw;
  }
  .section--p-bottom_L {
    padding-bottom: 10vw;
  }
}
@media screen and (min-width: 960px) {
  .section--p-inline_M {
    padding-inline: 5.55vw;
  }
  .section--p-block_S {
    padding-block: 4.44vw;
  }
  .section--p-block_M {
    padding-block: 5.56vw;
  }
  .section--p-block_L {
    padding-block: 6.66vw;
  }
  .section--p-top_hero-quote {
    padding-top: 12.3rem;
  }
  .section--p-top_big-quote {
    padding-top: 11.11vw;
  }
  .section--p-top_sm-quote {
    padding-top: 2.22vw;
  }
  .section--p-top_S {
    padding-top: 2.22vw;
  }
  .section--p-top_M {
    padding-top: 5.56vw;
  }
  .section--p-top_L {
    padding-top: 6.66vw;
  }
  .section--p-bottom_S {
    padding-bottom: 2.22vw;
  }
  .section--p-bottom_M {
    padding-bottom: 5.56vw;
  }
  .section--p-bottom_L {
    padding-bottom: 6.66vw;
  }
}
.icon-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 3.125vw;
}
.icon-link svg {
  transition: var(--transition--general);
  width: 7.5vw;
  height: 7.5vw;
  flex-shrink: 0;
}
.icon-link p {
  transition: var(--transition--general);
}
.icon-link--size_big {
  padding-inline: 1vw;
  background-color: transparent;
}
.icon-link--size_big p {
  font-size: 5.5vw;
  font-weight: 500;
  line-height: 1.5;
}
.icon-link--size_small {
  pointer-events: none;
}
.icon-link--size_small p {
  font-size: 4.466vw;
  font-weight: 400;
  line-height: 0.7;
}
.icon-link--color_white:hover::after, .icon-link--color_white:focus::after {
  background-color: var(--color__white);
}
.icon-link--color_white:hover svg, .icon-link--color_white:focus svg {
  fill: var(--color__dark-grey);
}
.icon-link--color_white:hover p, .icon-link--color_white:focus p {
  color: var(--color__dark-grey);
}
.icon-link--color_white svg {
  fill: var(--color__white);
}
.icon-link--color_white p {
  color: var(--color__white);
}
.icon-link--color_grey:hover svg, .icon-link--color_grey:focus svg {
  fill: var(--color__blue-accent);
}
.icon-link--color_grey:hover p, .icon-link--color_grey:focus p {
  color: var(--color__blue-accent);
}
.icon-link--color_grey svg {
  fill: var(--color__dark-grey);
}
.icon-link--color_grey p {
  color: var(--color__dark-grey);
}

@media screen and (min-width: 640px) {
  .icon-link {
    gap: 0.8rem;
  }
  .icon-link p {
    white-space: nowrap;
  }
  .icon-link svg {
    width: 2.4rem;
    height: 2.4rem;
  }
  .icon-link--size_big {
    padding-inline: 0.5rem;
  }
  .icon-link--size_big p {
    font-size: 1.76rem;
  }
  .icon-link--size_small p {
    font-size: 1.43rem;
  }
}
.custom-input {
  border: none;
  border-bottom: 0.2rem solid var(--color__light-bg);
  padding: 2.81vw 0.313vw 4.375vw;
  background-color: var(--color__white);
  outline: none;
  color: var(--color__dark-grey);
  font-size: 4.466vw;
  border-radius: 0;
  transition: var(--transition--general);
  position: relative;
  height: 100%;
}
.custom-input::-webkit-input-placeholder {
  color: var(--color__grey-light);
  font-size: 4.466vw;
}
.custom-input:-moz-placeholder {
  color: var(--color__grey-light);
  font-size: 4.466vw;
}
.custom-input::-moz-placeholder {
  color: var(--color__grey-light);
  font-size: 4.466vw;
}
.custom-input:-ms-input-placeholder {
  color: var(--color__grey-light);
  font-size: 4.466vw;
}
.custom-input__wr {
  position: relative;
  width: 100%;
  height: 10vw;
}
.custom-input__wr input {
  width: 100%;
}
.custom-input__wr::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 0%;
  transition: var(--transition--general);
  width: 100%;
  height: 0.2rem;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  background-color: var(--color__grey-light);
}
.custom-input__wr:focus-within::before, .custom-input__wr .custom-input.active::before {
  max-width: 100%;
}
.custom-input__wr.required::after {
  content: "*";
  position: absolute;
  left: -0.6rem;
  top: 10%;
  transform: translateY(-10%);
  width: 0.3rem;
  height: 0.3rem;
  color: red;
  font-size: 1.32rem;
}
.custom-input__btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: var(--transition--general);
}
.custom-input__btn svg {
  transition: var(--transition--general);
  fill: var(--color__dark-grey);
  width: 7.5vw;
  height: 7.5vw;
}
.custom-input__btn:hover svg, .custom-input__btn:focus svg, .custom-input__btn:active svg, .custom-input__btn.active svg {
  fill: var(--color__blue-accent);
}

@media screen and (min-width: 640px) {
  .custom-input {
    padding: 0.9rem 0.1rem 1.4rem;
    font-size: 1.43rem;
    height: 3.2rem;
  }
  .custom-input::-webkit-input-placeholder {
    font-size: 1.43rem;
  }
  .custom-input:-moz-placeholder {
    font-size: 1.43rem;
  }
  .custom-input::-moz-placeholder {
    font-size: 1.43rem;
  }
  .custom-input:-ms-input-placeholder {
    font-size: 1.43rem;
  }
  .custom-input__wr {
    height: 3.2rem;
  }
  .custom-input__btn svg {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  transition: var(--transition--general);
  pointer-events: none;
  opacity: 1;
}
.preloader.disable {
  opacity: 0;
}
.preloader__bg-item {
  background-color: var(--color__white);
  transition: transform 1s cubic-bezier(0.85, 0, 0.15, 1);
  width: 21vw;
  position: absolute;
  top: 0;
  height: 100%;
  transform: translateY(-100%);
}
.preloader__bg-item:not(:first-child) {
  border-left: 0.1rem solid var(--color__light-txt);
}
.preloader__bg-item:nth-child(1) {
  left: calc((1 - 1) * 20vw);
}
.preloader__bg-item:nth-child(2) {
  left: calc((2 - 1) * 20vw);
}
.preloader__bg-item:nth-child(3) {
  left: calc((3 - 1) * 20vw);
}
.preloader__bg-item:nth-child(4) {
  left: calc((4 - 1) * 20vw);
}
.preloader__bg-item:nth-child(5) {
  left: calc((5 - 1) * 20vw);
}

@media screen and (min-width: 960px) {
  .preloader {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(73, 80, 87, 0.9);
  z-index: 5;
  transition: var(--transition--general);
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
}
.modal__inner {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color__white);
  box-shadow: 0px 4px 64px 0px rgba(117, 128, 140, 0.4);
  height: 100%;
  transition: var(--transition--general);
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
}
.modal__content {
  width: 100vw;
  height: 100%;
}
.modal__content.hidden {
  display: none;
}
.modal__close {
  position: absolute;
  top: 3.75vw;
  right: 3vw;
  width: 7.5vw;
  height: 7.5vw;
}
.modal__close svg {
  transition: var(--transition--general);
  width: 100%;
  height: 100%;
  stroke: var(--color__dark-grey);
}
.modal__close:hover svg, .modal__close:focus svg {
  stroke: var(--color__blue-accent);
}

.modal__content--form {
  padding: 7.5vw 2.2vw;
}
.modal__content--form .booking-form__btn {
  margin-top: 10vw;
}

.modal__content--success {
  padding: 7.5vw 3.33vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.modal__content--success .modal__title {
  font-size: 8.25vw;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.72rem;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10vw;
  color: var(--color__dark-grey);
}
.modal__content--success .modal__txt {
  color: var(--color__dark-grey);
  font-size: 5.5vw;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
.modal__content--success .modal__popup-icon {
  margin-bottom: 7.5vw;
}

.modal.active {
  opacity: 1;
  visibility: visible;
}
.modal.active .modal__inner {
  opacity: 1;
  visibility: visible;
}

@media screen and (min-width: 640px) {
  .modal__inner {
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    overflow: visible;
  }
  .modal__close {
    top: 1.2rem;
    right: 1.2rem;
    width: 2.4rem;
    height: 2.4rem;
  }
  .modal__content--form {
    width: 60.5vw;
    padding: 2.4rem 2.2vw;
  }
  .modal__content--form .booking-form__btn {
    margin-top: 3.2rem;
  }
  .modal__content--success {
    padding: 4.8rem 6.66vw;
    width: 85vw;
  }
  .modal__content--success .modal__title {
    font-size: 3.52rem;
    margin-bottom: 3.2rem;
  }
  .modal__content--success .modal__txt {
    font-size: 1.76rem;
  }
  .modal__content--success .modal__popup-icon {
    margin-bottom: 3.2rem;
  }
}
@media screen and (min-width: 960px) {
  .modal {
    overflow-y: hidden;
  }
  .modal__close {
    top: 2.4rem;
    right: 2.4rem;
  }
  .modal__content--form {
    padding: 9.6rem;
    display: grid;
    grid-template-columns: auto 28rem;
    gap: 6.4rem;
    width: 87.2rem;
  }
  .modal__content--form .booking-form__btn {
    margin-top: 0;
  }
  .modal__content--success {
    padding: 9.6rem 18.3rem;
    width: 100.8rem;
  }
  .modal__content--success .modal__title {
    font-size: 5.28rem;
    margin-bottom: 4.8rem;
  }
  .modal__content--success .modal__popup-icon {
    margin-bottom: 6.4rem;
  }
}
.custom__datepicker .datepicker {
  max-width: 88.75vw;
  width: 100%;
}
.custom__datepicker .datepicker__wr {
  width: 100%;
}
.custom__datepicker .datepicker__input {
  width: 100%;
}
.custom__datepicker .datepicker__btn {
  padding: 0;
  width: 7.5vw;
  height: 7.5vw;
  flex: none;
}
.custom__datepicker .datepicker__btn svg {
  width: 100%;
  height: 100%;
  fill: var(--color__grey-light);
  transition: var(--transition--general);
}
.custom__datepicker .datepicker__btn:hover svg, .custom__datepicker .datepicker__btn:focus svg, .custom__datepicker .datepicker__btn.active svg {
  fill: var(--color__blue-accent);
}
.custom__datepicker .datepicker__btn:first-of-type {
  margin-right: 0.4rem;
}
.custom__datepicker .datepicker-picker {
  border-radius: 2rem;
  background: var(--color__white);
  box-shadow: 0px 4px 16px 0px rgba(117, 128, 140, 0.4);
  gap: 2.5vw;
  padding: 5vw;
}
.custom__datepicker .datepicker-controls {
  display: flex;
  padding: 0;
}
.custom__datepicker .datepicker-controls .view-switch {
  order: -1;
  font-size: 4.466vw;
  line-height: 1.5;
  color: var(--color__dark-grey);
  font-weight: 400;
  text-align: left;
  flex-grow: 1;
}
.custom__datepicker .datepicker-input.in-edit {
  border-color: var(--color__light-bg);
}
.custom__datepicker .datepicker-input.in-edit:focus {
  box-shadow: none;
}
.custom__datepicker .datepicker-main {
  padding: 0;
}
.custom__datepicker .datepicker-footer {
  display: none;
}
.custom__datepicker .datepicker-view {
  width: 100%;
}
.custom__datepicker .datepicker .days .days-of-week .dow {
  font-size: 4.466vw;
  font-weight: 400;
  line-height: 150%;
  height: 6.875vw;
}
.custom__datepicker .datepicker .days .datepicker-grid .day {
  font-size: 4.466vw;
  font-weight: 400;
  line-height: 150%;
  transition: var(--transition--general);
  height: 6.25vw;
  border-radius: 2rem;
}
.custom__datepicker .datepicker .days .datepicker-grid .day.focused {
  background-color: var(--color__light-bg);
  color: var(--color__dark-grey);
}
.custom__datepicker .datepicker .days .datepicker-grid .day.selected, .custom__datepicker .datepicker .days .datepicker-grid .day:hover, .custom__datepicker .datepicker .days .datepicker-grid .day:focus {
  color: var(--color__white);
  background-color: #64CCED;
}

@media screen and (min-width: 640px) {
  .custom__datepicker .datepicker {
    max-width: 28.4rem;
  }
  .custom__datepicker .datepicker__btn {
    width: 2.4rem;
    height: 2.4rem;
  }
  .custom__datepicker .datepicker-picker {
    gap: 0.8rem;
    padding: 1.6rem;
  }
  .custom__datepicker .datepicker-controls .view-switch {
    font-size: 1.43rem;
  }
  .custom__datepicker .datepicker .days .days-of-week .dow {
    font-size: 1.43rem;
    height: 2.2rem;
  }
  .custom__datepicker .datepicker .days .datepicker-grid .day {
    font-size: 1.43rem;
    height: 2rem;
  }
}
@media screen and (min-width: 960px) {
  .custom__datepicker .datepicker {
    width: 28.4rem;
  }
  .custom__datepicker .datepicker .days .days-of-week .dow {
    height: 4rem;
  }
  .custom__datepicker .datepicker .days .datepicker-grid .day {
    height: 3.6rem;
  }
}
.custom-select {
  position: relative;
}
.custom-select .custom-select-dropdown {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  display: none;
}
.custom-select .custom-select-outer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: transparent;
  z-index: 2;
}
.custom-select .custom-select-chosen {
  display: block;
}
.custom-select input {
  display: none;
}

.custom-select.active .custom-select-dropdown {
  opacity: 1;
  visibility: visible;
  display: block;
}

.custom-select:focus-within::before, .custom-select .custom-select-chosen.active::before, .custom-select.active::before {
  max-width: 100%;
}
.custom-select__dropdown {
  top: 13.125vw;
  left: 0;
  max-width: 38.75vw;
  width: 100%;
  background-color: var(--color__white);
  box-shadow: 0px 4px 16px 0px rgba(117, 128, 140, 0.4);
  border-radius: 2rem;
  padding: 5vw;
  z-index: 3;
}
.custom-select__options {
  overflow-y: scroll;
  max-height: 55.3vw;
}
.custom-select__options::-webkit-scrollbar {
  width: 0.3rem;
}
.custom-select__options::-webkit-scrollbar-thumb {
  border-radius: 1.2rem;
  background-color: var(--color__blue-accent);
}
.custom-select__item {
  padding: 3.125vw;
  border-radius: 2rem;
  color: var(--color__dark-grey);
  font-size: 4.466vw;
  font-weight: 400;
  line-height: 1;
  transition: var(--transition--general);
  cursor: pointer;
  text-align: center;
}
.custom-select__item:hover, .custom-select__item:focus, .custom-select__item.chosen {
  background-color: #64CCED;
  color: var(--color__white);
}
.custom-select__chosen {
  cursor: pointer;
  color: var(--color__grey-light);
}
.custom-select__chosen.chosen {
  color: var(--color__dark-grey);
}
.custom-select__btn svg {
  fill: var(--color__grey-light);
}
.custom-select__btn.active svg {
  transform: rotate(180deg);
}

@media screen and (min-width: 640px) {
  .custom-select__dropdown {
    max-width: 12.4rem;
    width: 12.4rem;
    top: 4.2rem;
    padding: 1.6rem;
  }
  .custom-select__options {
    max-height: 17.7rem;
  }
  .custom-select__item {
    padding: 1rem;
    font-size: 1.43rem;
  }
}
.hamburger {
  position: relative;
  z-index: 2;
}
.hamburger__wrapper {
  width: 6.25vw;
  height: 5vw;
  position: relative;
}
.hamburger__line {
  position: absolute;
  width: 100%;
  height: 0.2rem;
  border-radius: 0.5rem;
  background: var(--color__black);
  transition: var(--transition--general);
  transform-origin: 50% 50%;
}
.hamburger__line:first-child {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.hamburger__line:nth-child(2) {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.hamburger__line:last-child {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.hamburger.active .hamburger__line:first-child, .hamburger.active .hamburger__line:last-child {
  width: 7.8vw;
}
.hamburger.active .hamburger__line:first-child {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.hamburger.active .hamburger__line:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}
.hamburger.active .hamburger__line:last-child {
  top: 50%;
  bottom: auto;
  transform: translate(-50%, -50%) rotate(45deg);
}

@media screen and (min-width: 640px) {
  .hamburger__wrapper {
    width: 2.5rem;
    height: 2rem;
  }
  .hamburger.active .hamburger__line:first-child, .hamburger.active .hamburger__line:last-child {
    width: 2.5rem;
  }
}
@media screen and (min-width: 960px) {
  .hamburger {
    display: none;
  }
}
.nav {
  margin-top: auto;
}
.nav li {
  font-size: 5.5vw;
  line-height: 1.5;
  font-weight: 500;
  color: var(--color__dark-grey);
  padding-bottom: 6.25vw;
  text-align: center;
}
.nav li:hover, .nav li:focus, .nav li.current-menu-link {
  color: var(--color__blue-accent);
}
.nav li.current-menu-item {
  color: var(--color__blue-accent);
}

@media screen and (min-width: 640px) {
  .nav li {
    font-size: 1.76rem;
    padding-bottom: 2rem;
  }
}
@media screen and (min-width: 960px) {
  .nav {
    margin-top: 0;
  }
  .nav ul {
    display: flex;
    flex-direction: row;
    grid-gap: 2.22vw;
  }
  .nav li {
    padding-bottom: 0;
  }
  .nav a {
    white-space: nowrap;
  }
}
.footer-form {
  order: -1;
  width: 100%;
}
.footer-form__title {
  font-size: 5.5vw;
  font-weight: 500;
  line-height: 0.7;
  text-align: center;
}
.footer-form__form {
  display: grid;
  grid-gap: 5vw;
  margin-bottom: 15.625vw;
}
.footer-form__input {
  background-color: transparent;
  border: none;
  border-bottom: 0.2rem solid var(--color__white);
  padding: 2.8vw 0 4.375vw;
  width: 100%;
  outline: none;
  font-size: 4.466vw;
  font-family: var(--font__general);
  line-height: 1;
  color: var(--color__white);
  border-radius: 0;
  height: 10vw;
}
.footer-form__input.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  padding: 0;
}
.footer-form__input::-webkit-input-placeholder {
  color: var(--color__grey-light);
}
.footer-form__input:-moz-placeholder {
  color: var(--color__grey-light);
}
.footer-form__input::-moz-placeholder {
  color: var(--color__grey-light);
}
.footer-form__input:-ms-input-placeholder {
  color: var(--color__grey-light);
}
.footer-form__container {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.footer-form__btn {
  width: 100%;
}
.footer-form__link {
  margin-inline: auto;
  position: relative;
  cursor: pointer;
  padding-bottom: 3.125vw;
}
.footer-form__link::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 0.2rem;
  background-color: var(--color__white);
  bottom: 0;
  transition: var(--transition--general);
}
.footer-form__link a {
  white-space: nowrap;
}
.footer-form__link:hover::after, .footer-form__link:focus::after {
  width: 120%;
  bottom: 2.125vw;
}
.footer-form__thanks {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--color__dark-grey);
  height: 100%;
  font-size: 4.466vw;
  font-family: var(--font__general);
  line-height: 1.1;
  color: var(--color__white);
  text-align: center;
  white-space: nowrap;
  border-radius: 0;
  opacity: 0;
  visibility: hidden;
  display: none;
}
.footer-form__thanks.active {
  display: block;
  opacity: 1;
  visibility: visible;
}

@media screen and (min-width: 640px) {
  .footer-form {
    width: calc(50% - 1rem);
    order: 0;
  }
  .footer-form__input {
    height: 3.2rem;
  }
  .footer-form__title {
    font-size: 1.76rem;
  }
  .footer-form__form {
    grid-gap: 1.6rem;
    margin-bottom: 5rem;
  }
  .footer-form__input {
    padding: 0.9rem 0 1.4rem;
    font-size: 1.43rem;
  }
  .footer-form__link {
    padding-bottom: 1rem;
  }
  .footer-form__link:hover::after, .footer-form__link:focus::after {
    bottom: 0.8rem;
  }
  .footer-form__thanks {
    font-size: 1.43rem;
  }
}
@media screen and (min-width: 960px) {
  .footer-form {
    height: 100%;
    width: auto;
  }
  .footer-form__form {
    grid-gap: 3.2rem;
    margin-bottom: 0;
  }
  .footer-form__btn {
    padding: 1rem 2.4rem;
  }
  .footer-form__link {
    margin-top: auto;
    padding-bottom: 1.6rem;
  }
  .footer-form__thanks {
    font-size: 1.76rem;
  }
}
.section-heading {
  text-align: center;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  gap: 4.44vw;
}
.section-heading--mb_average {
  margin-bottom: 7.5vw;
}
.section-heading--mb_L {
  margin-bottom: 10vw;
}
.section-heading--color_grey {
  color: var(--color__dark-grey);
}
.section-heading--color_white {
  color: var(--color__white);
}
.section-heading__title {
  font-weight: 400;
  line-height: 0.7;
}
.section-heading__title--size_S {
  font-size: 3.96vw;
  font-weight: 400;
  letter-spacing: 0.24rem;
}
.section-heading__title--size_M {
  font-size: 5.5vw;
  letter-spacing: 0.32rem;
}
.section-heading__title--size_L {
  font-size: 6.16vw;
  line-height: 1.3;
  letter-spacing: 0.72rem;
}
.section-heading__subtitle {
  text-transform: uppercase;
  font-size: 4.466vw;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.08rem;
}

@media screen and (min-width: 640px) {
  .section-heading--mb_average {
    margin-bottom: 2.4rem;
  }
  .section-heading--mb_L {
    margin-bottom: 10vw;
  }
  .section-heading__title--size_S {
    font-size: 2.64vw;
  }
  .section-heading__title--size_M {
    font-size: 3.74vw;
  }
  .section-heading__title--size_L {
    font-size: 6.05vw;
  }
  .section-heading__subtitle {
    font-size: 1.76rem;
  }
}
@media screen and (min-width: 960px) {
  .section-heading {
    gap: 2.22vw;
  }
  .section-heading--mb_average {
    margin-bottom: 4.44vw;
  }
  .section-heading--mb_L {
    margin-bottom: 6.66vw;
  }
  .section-heading__title--size_S {
    font-size: 2.64rem;
  }
  .section-heading__title--size_M {
    font-size: 3.52rem;
  }
  .section-heading__title--size_L {
    font-size: 5.28rem;
  }
  .section-heading__subtitle {
    font-size: 1.936rem;
  }
}
.copyright {
  background-color: var(--color__black);
  color: var(--color__white);
  text-align: center;
  font-size: 4.466vw;
  font-weight: 400;
  line-height: 1.5;
}
.copyright__wrapper {
  padding: 3.43vw 0;
}

@media screen and (min-width: 640px) {
  .copyright {
    font-size: 1.43rem;
  }
  .copyright__wrapper {
    padding: 1.1rem 0;
  }
}
.quote__bg {
  position: relative;
}
.quote__bg::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(99deg, rgba(100, 204, 237, 0.45) -7.24%, rgba(7, 94, 227, 0.35) 47.51%, rgba(100, 204, 237, 0.45) 102.57%);
}
.quote__bg picture {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.quote__bg::after {
  content: "";
  display: block;
  position: relative;
  padding-top: 50%;
}
.quote__wrapper {
  position: relative;
}
.quote__content {
  background-color: var(--color__white);
  box-shadow: 0px 4px 64px 0px rgba(117, 128, 140, 0.4);
  padding: 7.5vw 4.44vw;
  margin-inline: auto;
  width: 90vw;
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
}
.quote__content--small {
  bottom: -3.125vw;
}
.quote__content--big {
  bottom: -25.2vw;
}
.quote__content h2 {
  line-height: 1.5;
}

@media screen and (min-width: 640px) {
  .quote__content {
    width: 70vw;
  }
  .quote__content--big {
    bottom: -11.2vw;
  }
}
@media screen and (min-width: 960px) {
  .quote__bg::after {
    padding-top: 34%;
  }
  .quote__content {
    padding: 6.66vw;
    width: 68.8vw;
  }
  .quote__content--small {
    bottom: -2.22vw;
  }
  .quote__content--big {
    bottom: -4.16vw;
  }
}
.slider__btn, .slider__pagination {
  position: static;
}
.slider__pagination-wr {
  display: flex;
  flex-direction: row;
  gap: 3.75vw;
  justify-content: center;
  align-items: center;
}
.slider__pagination.swiper-pagination {
  width: auto;
  margin-bottom: 0;
  height: auto;
  z-index: 2;
}
.slider__pagination.swiper-pagination .swiper-pagination-bullet {
  width: 2.5vw;
  height: 2.5vw;
  background-color: var(--color__grey-light);
  margin: 0 2.5vw;
  transition: var(--transition--general);
}
.slider__pagination.swiper-pagination .swiper-pagination-bullet-active {
  transform: scale(1.4);
  background-color: var(--color__dark-grey);
}
.slider__btn.swiper-button-prev, .slider__btn.swiper-button-next {
  width: 7.5vw;
  height: 7.5vw;
  margin-top: 0;
  fill: var(--color__dark-grey);
  z-index: 2;
}
.slider__btn.swiper-button-prev svg, .slider__btn.swiper-button-next svg {
  width: 100%;
  height: 100%;
}
.slider__btn.swiper-button-prev::after, .slider__btn.swiper-button-next::after {
  display: none;
}
.slider__btn.swiper-button-disabled {
  fill: var(--color__grey-light);
}
.slider__btn.swiper-button-prev {
  transform: rotate(90deg);
}
.slider__btn.swiper-button-next {
  transform: rotate(-90deg);
}

@media screen and (min-width: 640px) {
  .slider__pagination.swiper-pagination .swiper-pagination-bullet {
    margin: 0 1.11vw;
    width: 0.8rem;
    height: 0.8rem;
  }
  .slider__btn.swiper-button-prev, .slider__btn.swiper-button-next {
    width: 2.4rem;
    height: 2.4rem;
  }
  .slider__pagination-wr {
    gap: 5vw;
  }
}
@media screen and (min-width: 960px) {
  .slider__pagination-wr {
    gap: 3.33vw;
  }
}
.booking-form__info {
  color: var(--color__dark-grey);
  display: flex;
  flex-direction: column;
  gap: 10vw;
  justify-content: space-between;
}
.booking-form__info-subtitle {
  font-size: 4.466vw;
  font-weight: 400;
  line-height: 0.7;
  color: var(--color__dark-grey);
  margin-bottom: 7.5vw;
}
.booking-form__info-info {
  font-size: 4.33125vw;
  font-weight: 500;
  line-height: 0.7;
}
.booking-form__info-info:not(:last-of-type) {
  margin-bottom: 2.5vw;
}
.booking-form__info-warn {
  color: var(--color__grey-light);
  font-size: 4.466vw;
  font-weight: 400;
  line-height: 1.45;
}
.booking-form__form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  gap: 3.75vw;
  margin-top: 10vw;
}
.booking-form__btn {
  padding: 1rem;
  width: 100%;
}
.booking-form__input {
  height: 10vw;
}
.booking-form__form-block {
  display: flex;
  flex-direction: column;
  gap: 3.75vw;
}
.booking-form__map-link {
  margin-bottom: 2.5vw;
  padding: 0;
  height: max-content;
}
.booking-form__map-link p {
  line-height: 0.7;
}
.booking-form__title h2 {
  line-height: 0.7;
}

.hidden-form {
  visibility: hidden;
  opacity: 0;
  display: none;
}

@media screen and (min-width: 640px) {
  .booking-form__info {
    gap: 3.2rem;
    justify-content: start;
  }
  .booking-form__info-subtitle {
    font-size: 1.43rem;
    margin-bottom: 2.4rem;
  }
  .booking-form__btn {
    max-width: 30vw;
    align-self: center;
  }
  .booking-form__info-info {
    font-size: 1.76rem;
  }
  .booking-form__info-info:not(:last-of-type) {
    margin-bottom: 1.6rem;
  }
  .booking-form__map-link {
    margin-bottom: 1.6rem;
  }
  .booking-form__info-warn {
    font-size: 1.43rem;
  }
  .booking-form__form {
    margin-top: 3.2rem;
    gap: 1.2rem;
  }
  .booking-form__input {
    height: 3.2rem;
  }
  .booking-form__form-block {
    gap: 1.2rem;
  }
}
@media screen and (min-width: 960px) {
  .booking-form {
    align-items: center;
  }
  .booking-form__title {
    text-align: left;
    white-space: nowrap;
  }
  .booking-form__info-warn {
    max-width: 28rem;
  }
  .booking-form__form {
    gap: 2.4rem;
    margin-top: 0;
  }
  .booking-form__btn {
    max-width: 100%;
  }
  .booking-form__form-block {
    flex-direction: row;
    gap: 2.22vw;
  }
}
.popup-icon {
  position: relative;
  margin-inline: auto;
  width: 56vw;
  height: 56vw;
  padding-block: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup-icon.is-animated .popup-icon__circle {
  animation: circles 1.6s cubic-bezier(0.63, 0.11, 0.57, 1.02) infinite alternate;
}
.popup-icon__circle {
  border-radius: 50%;
  background-color: #D3E3FC;
  position: absolute;
  transition: var(--transition--general);
}
.popup-icon__circle:nth-child(1) {
  width: 2rem;
  height: 2rem;
  top: 0;
  left: 1rem;
}
.popup-icon__circle:nth-child(2) {
  width: 0.5rem;
  height: 0.5rem;
  top: 0.2rem;
  right: 7.6rem;
}
.popup-icon__circle:nth-child(3) {
  width: 1.5rem;
  height: 1.5rem;
  right: 0;
  top: 2rem;
}
.popup-icon__circle:nth-child(4) {
  width: 1rem;
  height: 1rem;
  left: 0.5rem;
  bottom: 4.2rem;
}
.popup-icon__circle:nth-child(5) {
  width: 0.7rem;
  height: 0.7rem;
  bottom: 0;
  left: 6rem;
}
.popup-icon__circle:nth-child(6) {
  width: 0.5rem;
  height: 0.5rem;
  right: 1.3rem;
  bottom: 6.7rem;
}
.popup-icon__circle:nth-child(7) {
  width: 0.5rem;
  height: 0.5rem;
  right: 1.7rem;
  bottom: 1.7rem;
}
.popup-icon__circle:nth-child(8) {
  width: 0.2rem;
  height: 0.2rem;
  bottom: 0.8rem;
  right: 6.3rem;
}
.popup-icon__wrapper {
  width: 44vw;
  height: 44vw;
  background-color: var(--color__blue-accent);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup-icon__wrapper svg {
  width: 40.1vw;
  height: 15.625vw;
  flex-shrink: 0;
  fill: var(--color__white);
}

@media screen and (min-width: 640px) {
  .popup-icon {
    width: 18rem;
    height: 18rem;
  }
  .popup-icon__wrapper {
    width: 14.1rem;
    height: 14.1rem;
  }
  .popup-icon__wrapper svg {
    width: 4.2rem;
    height: 5rem;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 3.125vw;
  padding-bottom: 3.125vw;
  border-bottom: 0.1rem solid var(--color__light-txt);
  background-color: var(--color__white);
  z-index: 4;
  transition: var(--transition--general);
}
.header.small {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.header__wr {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  transition: var(--transition--general);
}
.header__logo {
  width: 28.3vw;
  height: 10.3vw;
  transition: var(--transition--general);
}
.header__logo.active {
  flex-grow: 1;
  transform: translateX(2vw);
}
.header__contacts-wrapper {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.header__contact {
  cursor: pointer;
  max-width: 40rem;
  width: 100%;
}
.header__contact a {
  justify-content: center;
  height: max-content;
}
.header__contact:not(:last-child) {
  padding-bottom: 2rem;
}
.header__contact .icon-link:first-child {
  margin-bottom: 4vw;
}
.header__btn {
  width: 100%;
}

.header__nav-wrapper {
  position: fixed;
  width: 100%;
  height: calc(100% - 21.56vw);
  top: 21.56vw;
  left: 0;
  bottom: 0;
  padding: 6.25vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  transition: var(--transition--general);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}
.header__nav-wrapper.active {
  opacity: 1;
  visibility: visible;
}

@media screen and (min-width: 640px) {
  .header {
    padding-top: 1.6em;
    padding-bottom: 1.6rem;
  }
  .header__logo {
    width: 13rem;
    height: 4.8rem;
    flex-shrink: 0;
  }
  .header__contact .icon-link:first-child {
    margin-bottom: 2rem;
  }
  .header__nav-wrapper {
    top: 8.1rem;
    height: calc(100% - 8.1rem);
  }
}
@media screen and (min-width: 960px) {
  .header {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }
  .header__nav-wrapper {
    position: relative;
    flex-direction: row;
    align-items: center;
    grid-gap: 1.11vw;
    padding: 0;
    opacity: 1;
    visibility: visible;
    top: 0;
    height: 100%;
    transform: translateX(0%);
    width: auto;
  }
  .header__contacts-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2.22vw;
    width: auto;
  }
  .header__contact {
    max-width: 100%;
    width: auto;
  }
  .header__contact:not(:last-child) {
    padding-bottom: 0;
  }
  .header__contact a {
    justify-content: start;
  }
  .header__contact .icon-link:first-child {
    margin-bottom: 0.5rem;
  }
  .header__btn {
    width: 21.3rem;
  }
}
@media screen and (min-width: 1200px) {
  .header__logo {
    width: 22rem;
    height: 8rem;
  }
}
@media screen and (min-width: 1440px) {
  .header {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }
  .header__contacts-wrapper {
    grid-gap: 4.44vw;
  }
  .header__nav-wrapper {
    grid-gap: 11.7vw;
  }
}
.hero__upper-container {
  padding-top: 10vw;
}
.hero__container {
  position: relative;
  z-index: 1;
}
.hero__bg {
  position: relative;
  padding: 12vw 2.22vw;
}
.hero__img-wr {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.hero__img-wr::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  height: 100%;
  background: linear-gradient(99deg, rgba(100, 204, 237, 0.45) -7.24%, rgba(7, 94, 227, 0.35) 47.51%, rgba(100, 204, 237, 0.45) 102.57%);
}
@media screen and (max-width: 640px) {
  .hero__img-wr::before {
    height: 100%;
  }
}
.hero__modal {
  background-color: var(--color__white);
  box-shadow: 0px 4px 64px 0px rgba(117, 128, 140, 0.4);
  width: 100%;
  padding: 2.4rem 2.22vw;
}
.hero__modal .booking-form__btn {
  align-self: flex-start;
  margin-top: 3.2rem;
}
.hero__heading {
  position: relative;
}

@media screen and (min-width: 640px) {
  .hero__upper-container {
    padding-top: 3.2rem;
  }
  .hero__modal {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.22vw;
    padding: 2.4rem 3.33vw;
    position: relative;
    bottom: -6.2rem;
    margin-block: 0;
    width: 90vw;
    margin-inline: auto;
  }
  .hero__modal .booking-form__btn {
    margin-top: auto;
  }
  .hero__modal .booking-form__form {
    margin-top: 0;
  }
  .hero__bg {
    position: static;
    padding: 15vw 6vw 10vw;
    margin-bottom: calc(6vw - 6.2rem);
  }
}
@media screen and (min-width: 960px) {
  .hero__modal {
    width: 80rem;
    grid-template-columns: auto 28rem;
    gap: 0;
    justify-content: space-between;
    padding: 4.8rem 3.33vw;
    bottom: -13.3rem;
  }
  .hero__modal .booking-form__btn {
    margin-top: 0;
  }
  .hero__heading {
    width: 78.92rem;
    margin-inline: auto;
  }
  .hero__bg {
    padding: 16.6rem 0 16.6rem;
    margin-bottom: -7.3rem;
  }
}
.about {
  --text-mb: 5vw;
}
.about--p-b {
  padding: 0 0 5vw;
}
.about__align {
  margin-inline: auto;
  border-bottom: 0.1rem solid var(--color__light-txt);
}
.about__txt-wr {
  text-align: center;
  margin-inline: auto;
  padding-inline: 3.75vw;
  max-width: 90.5vw;
}
.about__txt-wr h1 {
  line-height: 1.5;
}
.about__txt {
  text-align: start;
  font-size: 4.4vw;
  line-height: 1.5;
  color: #000000;
}
.about__txt a {
  color: var(--color__blue-accent);
  display: inline-block;
  position: relative;
}
.about__txt a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0.1rem;
  background-color: var(--color__blue-accent);
  opacity: 1;
  visibility: visible;
}
.about__txt a:hover::after, .about__txt a:focus::after {
  opacity: 0;
  visibility: hidden;
}
.about__txt p:not(:last-child) {
  margin-bottom: var(--text-mb);
}
.about__txt ul, .about__txt ul > li {
  list-style: circle;
  list-style-type: disc;
}
.about__txt ol, .about__txt ol > li {
  list-style-type: decimal;
}
.about__txt li::marker {
  font-weight: 500;
}
.about__txt ul, .about__txt ol {
  padding-left: 6.25vw;
  margin-top: 0;
}
.about__txt ul:not(:last-child), .about__txt ol:not(:last-child) {
  margin-bottom: var(--text-mb);
}

@media screen and (min-width: 640px) {
  .about__txt-wr {
    max-width: 72.5vw;
    padding-inline: 0;
  }
  .about__txt {
    font-size: 1.76rem;
  }
  .about__txt ul, .about__txt ol {
    padding-left: 2rem;
  }
}
@media screen and (min-width: 960px) {
  .about {
    --text-mb: 3.2rem;
  }
  .about--p-b {
    padding: 0 0 2.22vw;
  }
  .about__txt-wr {
    max-width: 40.1vw;
  }
}
@media screen and (min-width: 1440px) {
  .about__txt-wr {
    max-width: 41.1vw;
  }
}
.doctors {
  --doctors-mb: 5vw;
}
.doctors__doc {
  padding: 7.5vw 2.2vw;
}
.doctors__doc:not(:first-child) {
  border-top: 0.1rem solid var(--color__grey-light);
}
.doctors__img {
  width: 100%;
  margin-inline: auto;
  margin-bottom: var(--doctors-mb);
  display: block;
  position: relative;
}
.doctors__img picture {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.doctors__img::after {
  content: "";
  display: block;
  position: relative;
  padding-top: 120%;
}
.doctors__descr {
  font-size: 4.466vw;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color__dark-grey);
}
.doctors__descr p:not(:last-child) {
  margin-bottom: var(--doctors-mb);
}
.doctors__descr ul, .doctors__descr li {
  list-style: circle;
  list-style-type: disc;
}
.doctors__descr ul {
  padding-left: 6.25vw;
}
.doctors__descr ul:not(:last-child) {
  margin-bottom: var(--doctors-mb);
}
.doctors__name {
  font-size: 5.5vw;
  font-weight: 500;
  line-height: 1.5;
  color: var(--color__dark-grey);
  text-align: center;
  margin-bottom: 3.75vw;
}

@media screen and (min-width: 640px) {
  .doctors {
    --doctors-mb: 1.6rem;
  }
  .doctors__doc {
    display: flex;
    flex-direction: row;
    gap: 10vw;
    padding: 1.6rem 2.2vw;
  }
  .doctors__img {
    width: 30vw;
    margin: 0;
    margin-bottom: var(--doctors-mb);
  }
  .doctors__img::after {
    padding-top: 130%;
  }
  .doctors__descr {
    font-size: 1.43rem;
  }
  .doctors__descr ul {
    padding-left: 2rem;
  }
  .doctors__descr a {
    color: var(--color__blue-accent);
    display: inline-block;
    position: relative;
  }
  .doctors__descr a::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0.1rem;
    background-color: var(--color__blue-accent);
    opacity: 1;
    visibility: visible;
  }
  .doctors__descr a:hover::after, .doctors__descr a:focus::after {
    opacity: 0;
    visibility: hidden;
  }
  .doctors__profile {
    flex-shrink: 0;
  }
  .doctors__name {
    margin-bottom: 0;
    font-size: 1.76rem;
  }
}
@media screen and (min-width: 960px) {
  .doctors {
    --doctors-mb: 3.2rem;
  }
  .doctors__descr {
    font-size: 1.76rem;
  }
  .doctors__doc {
    padding: 3.2rem 2.22vw;
  }
  .doctors__img {
    width: 17.2vw;
  }
}
.gallery__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2.22vw;
}
.gallery__img {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
}
.gallery__img picture {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  transition: var(--transition--general);
}
.gallery__img:hover picture, .gallery__img:focus picture {
  transform: scale(1.1);
}
.gallery__img::after {
  content: "";
  display: block;
  position: relative;
  padding-top: 30vw;
  width: 100%;
}

@media screen and (min-width: 640px) {
  .gallery__list {
    grid-template-columns: repeat(3, 1fr);
  }
  .gallery__img::after {
    padding-top: 78%;
  }
}
.facilities__item {
  padding: 3.75vw 1.66vw;
  text-align: center;
}
.facilities__inner {
  text-align: center;
  margin-top: 7.5vw;
  font-size: 3.74vw;
  font-weight: 500;
  line-height: 1.5;
  color: var(--color__dark-grey);
}
.facilities__list {
  display: flex;
  flex-direction: row;
  z-index: 0;
}
.facilities__img-wr {
  border-radius: 50%;
  width: 13vw;
  height: 13vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color__blue-accent);
  margin-inline: auto;
}
.facilities__img-wr img {
  width: 7.5vw;
  height: 7.5vw;
}
.facilities__btn {
  margin-top: 7.5vw;
  margin-inline: auto;
  width: 100%;
  display: block;
  padding-block: 5vw;
}
.facilities__services:not(.swiper) .facilities__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.22vw;
}
.facilities__services.swiper {
  padding-inline: 2.22vw;
}
.facilities__services.swiper .facilities__item {
  background-color: var(--color__white);
  border: 0.1rem solid var(--color__light-txt);
}

@media screen and (min-width: 640px) {
  .facilities__inner {
    font-size: 1.76rem;
    margin-top: 2.4rem;
  }
  .facilities__btn {
    width: 13.4rem;
    margin-top: 2.4rem;
    padding-block: 1.6rem;
  }
  .facilities__img-wr {
    width: 8rem;
    height: 8rem;
  }
  .facilities__img-wr img {
    width: 4.2rem;
    height: 4.2rem;
  }
  .facilities__item {
    padding: 2.4rem 2vw;
  }
}
@media screen and (min-width: 960px) {
  .facilities__inner {
    font-size: 2.2rem;
  }
  .facilities__btn {
    margin-top: 6.4rem;
  }
  .facilities__item {
    text-align: left;
  }
  .facilities__services:not(.swiper) .facilities__list {
    grid-template-columns: repeat(4, 1fr);
  }
  .facilities__services.swiper {
    padding-inline: 0;
  }
  .facilities__services.swiper .facilities__item {
    background-color: transparent;
    border: none;
  }
}
.services__container {
  border-bottom: 0.1rem solid var(--color__light-txt);
}
.services__img {
  display: block;
  position: relative;
}
.services__img picture {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.services__img::after {
  content: "";
  display: block;
  position: relative;
  padding-top: 70%;
}
.services h1 {
  line-height: 1.5;
}
.services__item:not(:last-child) {
  padding-bottom: 15vw;
}
.services__item p,
.services__item .services__txt {
  font-size: 4.466vw;
  color: var(--color__dark-grey);
  line-height: 1.5;
  font-weight: 400;
}
.services__txt {
  font-size: 4.466vw;
  color: var(--color__dark-grey);
  line-height: 1.5;
  font-weight: 400;
}
.services__txt p,
.services__txt ul,
.services__txt ol,
.services__txt li {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-weight: inherit;
}
.services__txt ul {
  list-style: disc outside none;
}
.services__txt ul > li {
  list-style: disc outside none;
}
.services__txt ol {
  list-style: decimal outside none;
}
.services__txt ol > li {
  list-style: decimal outside none;
}
.services__txt li {
  display: list-item;
}
.services__txt li::marker {
  font-weight: 500;
  font-size: inherit;
}
.services__txt li + li {
  margin-top: 0.35em;
}
.services__txt ul,
.services__txt ol {
  padding-left: 1.2em;
  margin-top: 0;
}
.services__txt ul:not(:last-child),
.services__txt ol:not(:last-child) {
  margin-bottom: 1em;
}
.services__name {
  font-size: 4.466vw;
  font-weight: 500;
  letter-spacing: 0.08rem;
  color: var(--color__dark-grey);
  line-height: 1.5;
  text-transform: uppercase;
  text-align: center;
  margin: 1.6rem 0;
}

.services-offers {
  background-color: var(--color__light-txt);
}
.services-offers__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 3.75vw;
}
.services-offers__item:not(:last-child) {
  padding-bottom: 7.5vw;
}
.services-offers__icon {
  width: 7.5vw;
  height: 7.5vw;
}
.services-offers__title {
  font-size: 4.466vw;
  font-weight: 400;
  line-height: 0.7;
}
.services-offers__descr {
  font-weight: 400;
  line-height: 1.5;
  font-size: 4.8125vw;
}

@media screen and (min-width: 640px) {
  .services h1 {
    line-height: 0.7;
  }
  .services__list {
    display: grid;
    column-gap: 4vw;
    grid-template-columns: repeat(2, 1fr);
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .services__item--mb_average {
    margin-bottom: 6.4rem;
  }
  .services__item:not(:last-child) {
    padding-bottom: 0;
  }
  .services__item:nth-child(2n) {
    padding-top: 11.7vw;
  }
  .services__item p,
  .services__item .services__txt {
    font-size: 1.43rem;
  }
  .services__txt {
    font-size: 1.43rem;
  }
  .services__name {
    text-align: left;
    font-size: 1.43rem;
  }
  .services-offers__list {
    display: flex;
    flex-direction: row;
    gap: 2.22vw;
    justify-content: center;
  }
  .services-offers__item {
    width: calc((100% - 4.44vw) / 3);
    text-align: left;
  }
  .services-offers__item:not(:last-child) {
    padding-bottom: 0;
  }
  .services-offers__title {
    font-size: 1.43rem;
  }
  .services-offers__descr {
    font-size: 1.54rem;
  }
  .services-offers__icon {
    width: 2.4rem;
    height: 2.4rem;
  }
}
@media screen and (min-width: 960px) {
  .services__list {
    column-gap: 7vw;
  }
  .services__name {
    font-size: 1.76rem;
  }
  .services__img::after {
    padding-top: 65%;
  }
  .services__item:nth-child(2n) {
    padding-top: 11.7vw;
  }
  .services-offers__item {
    justify-content: start;
    align-items: start;
    gap: 2.4rem;
  }
  .services-offers__descr {
    font-size: 1.76rem;
  }
}
.products {
  background-color: var(--color__white);
}
.products__container {
  border-left: none;
  border-right: none;
}
.products__title {
  margin-bottom: 7.5vw;
}
.products__item {
  border: 0.2rem solid rgba(117, 128, 140, 0.2);
  padding: 4.375vw 2.22vw;
  height: 34.5vw !important;
}
.products__item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.products__btn {
  margin-inline: auto;
  width: 100%;
  margin-top: 7.5vw;
  display: block;
  padding-block: 5vw;
}
.products__nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 5vw;
}

@media screen and (min-width: 640px) {
  .products__item {
    padding: 1.4rem 2.22vw;
    height: 11rem !important;
  }
  .products__btn {
    width: 20vw;
    padding-block: 1.6rem;
    margin-top: 2.4rem;
  }
  .products__nav {
    margin-top: 2.4rem;
    justify-content: center;
    gap: 2.22vw;
  }
}
@media screen and (min-width: 960px) {
  .products__btn {
    margin-top: 6.4rem;
    width: 12.8rem;
  }
  .products__title {
    margin-bottom: 6.4rem;
  }
}
@media screen and (min-width: 1440px) {
  .products__list {
    display: grid;
    gap: 2.22vw;
    grid-template-columns: repeat(6, 1fr);
    width: 100% !important;
  }
  .products__item {
    width: 100% !important;
    margin: 0 !important;
  }
  .products__btn {
    width: 8.8vw;
  }
  .products__nav {
    display: none;
  }
}
.contacts__odd-space {
  padding-bottom: 10vw;
}
.contacts__map {
  height: 70vw;
}
.contacts__title {
  margin-bottom: 7.5vw;
}
.contacts__form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.contacts-info {
  margin-bottom: 7.5vw;
}
.contacts-info__list {
  display: flex;
  flex-direction: column;
  row-gap: 7.5vw;
}
.contacts-info__subtitle {
  font-size: 4.466vw;
  font-weight: 400;
  color: var(--color__dark-grey);
}
.contacts-info__subtitle--caption {
  margin-bottom: 10vw;
  line-height: 0.7;
}
.contacts-info__subtitle--warn {
  margin-top: 3.75vw;
  line-height: 1.5;
}
.contacts-info__info {
  text-transform: uppercase;
  letter-spacing: 0.24rem;
  color: var(--color__dark-grey);
  line-height: 1;
  font-weight: 400;
  font-size: 5.5vw;
  text-align: start;
}
.contacts-info__info--caption:not(:last-child) {
  margin-bottom: 7.5vw;
}

.contacts-form {
  width: 100%;
  box-shadow: 0px 4px 64px 0px rgba(117, 128, 140, 0.4);
  background-color: var(--color__white);
  padding: 3.2rem 4vw;
}
.contacts-form__form {
  display: flex;
  flex-direction: column;
  row-gap: 3.75vw;
}
.contacts-form__btn {
  width: 100%;
}
.contacts-form__input {
  width: 100%;
}
.contacts-form__textarea {
  width: 100%;
  resize: none;
  height: 100%;
}
.contacts-form__textarea-wr {
  height: 17.5vw;
  position: relative;
  width: 100%;
}
.contacts-form__textarea-wr::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 0%;
  transition: var(--transition--general);
  width: 100%;
  height: 0.2rem;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  background-color: var(--color__grey-light);
}
.contacts-form__textarea-wr:focus-within::before, .contacts-form__textarea-wr .custom-input.active::before {
  max-width: 100%;
}
.contacts-form__links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.75vw;
  margin-top: 5vw;
}
.contacts-form__link {
  color: var(--color__blue-accent);
  font-size: 4.466vw;
  line-height: 1.5;
  font-weight: 500;
  position: relative;
}
.contacts-form__link a {
  display: block;
  padding-bottom: 2.5vw;
}
.contacts-form__link::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  height: 0.2rem;
  width: 100%;
  transition: var(--transition--general);
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--color__blue-accent);
}
.contacts-form__link:hover::after, .contacts-form__link:focus::after {
  bottom: 0.8rem;
  width: 120%;
}

@media screen and (min-width: 640px) {
  .contacts__map {
    height: 50vw;
  }
  .contacts__odd-space {
    padding-bottom: 3.2rem;
  }
  .contacts__title {
    margin-bottom: 6.4rem;
  }
  .contacts__form {
    max-width: 60vw;
    margin-inline: auto;
  }
  .contacts-info {
    margin-bottom: 4.8rem;
  }
  .contacts-info__list {
    gap: 4.8rem 2.4rem;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .contacts-info__item {
    width: calc(50% - 2.4rem);
    text-align: center;
  }
  .contacts-info__subtitle {
    font-size: 1.43rem;
    text-align: center;
  }
  .contacts-info__subtitle--caption {
    margin-bottom: 2.4rem;
  }
  .contacts-info__subtitle--warn {
    margin-top: 3.6rem;
  }
  .contacts-info__info {
    font-size: 1.76rem;
    line-height: 0.7;
    text-align: center;
    justify-content: center;
  }
  .contacts-info__info--caption:not(:last-child) {
    margin-bottom: 2.4rem;
  }
  .contacts-form__form {
    row-gap: 2.4rem;
  }
  .contacts-form__title {
    font-size: 2.64rem;
    margin-bottom: 2.4rem;
  }
  .contacts-form__textarea-wr {
    height: 5.6rem;
  }
  .contacts-form__links {
    flex-direction: row;
    justify-content: space-between;
    gap: 1.2rem;
    margin-top: 1.6rem;
  }
  .contacts-form__link {
    font-size: 1.43rem;
  }
  .contacts-form__link a {
    padding-bottom: 0.8rem;
  }
}
@media screen and (min-width: 960px) {
  .contacts__container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 2.22vw;
  }
  .contacts__title {
    margin-bottom: 9.2rem;
    text-align: left;
  }
  .contacts__map {
    height: 33vw;
  }
  .contacts__form {
    margin-inline: 0;
    max-width: 47.2rem;
    width: 100%;
    justify-content: start;
  }
  .contacts-info {
    margin-bottom: 0;
  }
  .contacts-info__list {
    row-gap: 4.8rem;
    flex-direction: column;
    justify-content: center;
  }
  .contacts-info__subtitle {
    text-align: left;
  }
  .contacts-info__subtitle--warn {
    margin-top: 2.4rem;
  }
  .contacts-info__item {
    text-align: left;
    width: auto;
  }
  .contacts-info__info {
    font-size: 2.64rem;
    text-align: left;
    justify-content: start;
  }
  .contacts-info__info:first-child {
    margin-bottom: 2.4rem;
  }
  .contacts-form {
    padding: 6.4rem;
  }
  .contacts-form__form {
    row-gap: 2.4rem;
  }
  .contacts-form__title {
    margin-bottom: 4.8rem;
  }
  .contacts-form__links {
    margin-top: 4.8rem;
  }
  .contacts-form__link a {
    padding-bottom: 1.6rem;
  }
  .contacts-form__link:hover::after, .contacts-form__link:focus::after {
    bottom: 1.6rem;
  }
}
@media screen and (min-width: 1440px) {
  .contacts-form {
    padding: 6.4rem 9.6rem;
  }
  .contacts-form__container {
    gap: 17.7vw;
  }
  .contacts-form__link {
    font-size: 1.76rem;
  }
}
.specialists__title {
  margin-bottom: 7.5vw;
}
.specialists__list {
  display: flex;
  flex-direction: column;
  gap: 5vw;
  justify-content: center;
}
.specialists__list:has(> .specialists__spec:nth-child(4)) {
  justify-content: flex-start;
}
.specialists__spec {
  padding: 3.75vw 7.5vw;
}
.specialists__name {
  margin-top: 5vw;
  text-align: center;
  font-size: 5.5vw;
  line-height: 1.5;
  font-weight: 500;
}
.specialists__btn {
  width: 100%;
  padding-block: 5vw;
  margin-inline: auto;
  display: block;
  margin-top: 7.5vw;
}
.specialists__img {
  width: 100%;
  position: relative;
}
.specialists__img picture, .specialists__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.specialists__img::after {
  content: "";
  display: block;
  position: relative;
  padding-top: 120%;
}

@media screen and (min-width: 640px) {
  .specialists__list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 3.33vw;
  }
  .specialists__name {
    font-size: 1.76rem;
  }
  .specialists__spec {
    width: calc((100% - 3.33vw) / 2);
  }
  .specialists__btn {
    width: 30vw;
    padding-block: 1.6rem;
    margin-top: 2.22vw;
  }
}
@media screen and (min-width: 960px) {
  .specialists__title {
    margin-bottom: 5.3rem;
  }
  .specialists__list {
    gap: 2.22vw;
  }
  .specialists__spec {
    padding: 2.4rem 1.66vw;
    width: calc((100% - 6.66vw) / 4);
  }
  .specialists__name {
    margin-top: 3.2rem;
  }
  .specialists__btn {
    width: 13rem;
    margin-top: 5.3rem;
  }
  .specialists__img::after {
    padding-top: 130%;
  }
}
.footer {
  background-color: var(--color__dark-grey);
  color: var(--color__white);
  position: relative;
}
.footer__line {
  position: absolute;
  width: 0.1rem;
  height: 100%;
  background-color: var(--color__light-txt);
  top: 0;
  opacity: 0.1;
}
.footer__line:first-child {
  left: 27.2vw;
}
.footer__line:nth-child(2) {
  right: 27.2vw;
}
.footer__container {
  padding-inline: 2.22vw;
}
.footer__list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 9.375vw;
}
.footer__socials {
  display: flex;
  flex-direction: row;
  grid-gap: 5vw;
}
.footer__socials a {
  cursor: pointer;
}
.footer__socials a > svg {
  width: 10vw;
  height: 10vw;
  fill: var(--color__white);
  transition: var(--transition--general);
}
.footer__socials a > svg:hover, .footer__socials a > svg:focus {
  fill: var(--color__grey-light);
}
.footer__link {
  transition: var(--transition--general);
  width: 24.6vw;
  display: block;
}
.footer__link picture img {
  transition: var(--transition--general);
  filter: grayscale(100%);
}
.footer__link:hover picture img, .footer__link:focus picture img {
  filter: grayscale(0%);
}
.footer__uppertitle {
  text-transform: uppercase;
  font-size: 5.5vw;
  font-weight: 500;
  line-height: 0.7;
  letter-spacing: 0.08rem;
  justify-content: center;
}
.footer__uppertitle p {
  transition: var(--transition--general);
}
.footer__uppertitle:not(:last-child) {
  margin-bottom: 4.06vw;
}
.footer__txt {
  font-size: 4.466vw;
  font-weight: 400;
  line-height: 1.5;
}
.footer__icons {
  display: flex;
  flex-direction: column;
  gap: 1.5vw;
}
.footer__icon-title {
  justify-content: center;
}
.footer__icon-title--small {
  margin-bottom: 5vw;
}

.footer-bar__list {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  gap: 9.375vw;
}

@media screen and (min-width: 640px) {
  .footer__container {
    padding-inline: 1vw;
  }
  .footer__list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5rem 1.56vw;
    justify-content: space-between;
  }
  .footer__uppertitle {
    justify-content: start;
    width: max-content;
    font-size: 1.76rem;
  }
  .footer__uppertitle:not(:last-child) {
    margin-bottom: 1.2rem;
  }
  .footer__txt {
    font-size: 1.43rem;
  }
  .footer__icons {
    flex-direction: row;
    align-items: center;
    gap: 0.2vw;
  }
  .footer__icon-title {
    justify-content: flex-start;
    gap: 0.8rem;
    padding: 0;
  }
  .footer__icon-title--small {
    margin-bottom: 1.6rem;
  }
  .footer__socials {
    gap: 1vw;
  }
  .footer__socials a > svg {
    width: 3.2rem;
    height: 3.2rem;
  }
  .footer__link {
    width: 7.9rem;
  }
  .footer-bar {
    gap: 3rem;
  }
  .footer-bar--left {
    width: calc(50% - 1rem);
  }
  .footer-bar--left .footer-bar__list {
    text-align: left;
    justify-content: start;
    align-items: flex-start;
  }
  .footer-bar--right {
    width: 100%;
  }
  .footer-bar--right .footer-bar__list {
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
  }
}
@media screen and (min-width: 960px) {
  .footer__list {
    align-items: flex-start;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 6.5vw;
  }
  .footer__container {
    padding-inline: 0;
  }
  .footer__uppertitle:not(:last-child) {
    margin-bottom: 2.4rem;
  }
  .footer__icons {
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
  }
  .footer__socials {
    grid-gap: 2.2vw;
  }
  .footer__icon-title--small {
    margin-bottom: 3.2rem;
  }
  .footer__icon-title--big {
    padding-inline: 1vw;
  }
  .footer__icon-title--big:not(:last-child) {
    margin-bottom: 3.2rem;
  }
  .footer-bar {
    height: 100%;
    position: relative;
  }
  .footer-bar__list {
    gap: 0;
    justify-content: space-between;
    height: 100%;
  }
  .footer-bar__list li:nth-child(2) {
    margin-top: auto;
  }
  .footer-bar--right, .footer-bar--left {
    width: auto;
    padding-right: 1vw;
    padding-left: 1vw;
  }
  .footer-bar--right .footer-bar__list {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .footer-bar--left .footer-bar__list li:first-child {
    margin-bottom: 6.4rem;
  }
}
@media screen and (min-width: 1440px) {
  .footer__list {
    grid-gap: 13vw;
    grid-template-columns: 21.7vw 19.4vw 21.7vw;
  }
  .footer-bar--right, .footer-bar--left {
    padding-right: 2.2vw;
    padding-left: 1.05vw;
  }
  .footer-bar--left {
    padding-left: 2.2vw;
    padding-right: 1.05vw;
  }
}
.testimonials {
  background-color: var(--color__light-txt);
}
.testimonials .testimonials-slider {
  padding-inline: 2.22vw;
}
.testimonials .testimonials-slider__wrapper {
  padding: 18.75vw 0;
}
.testimonials .testimonials-slider__slide {
  box-shadow: 0px 4px 64px 0px rgba(117, 128, 140, 0.4);
  background-color: var(--color__white);
  padding: 3.75vw;
}
.testimonials .testimonials-slider__icon {
  fill: var(--color__yellow);
  width: 5vw;
  height: 5vw;
}
.testimonials .testimonials-slider__heading, .testimonials .testimonials-slider__user {
  display: flex;
  flex-direction: row;
}
.testimonials .testimonials-slider__heading {
  justify-content: space-between;
}
.testimonials .testimonials-slider__user {
  align-items: center;
  gap: 2.2vw;
}
.testimonials .testimonials-slider__txt {
  margin-top: 3.75vw;
}
.testimonials .testimonials-slider__txt p {
  font-size: 4.06vw;
  font-weight: 400;
  line-height: 1.5;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}
.testimonials .testimonials-slider__img {
  width: 15vw;
  height: 15vw;
  border-radius: 50%;
  overflow: hidden;
}
.testimonials .testimonials-slider__name {
  font-size: 4.375vw;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 0.8rem;
}
.testimonials .testimonials-slider__place {
  font-size: 4.06vw;
  font-weight: 400;
  line-height: 1.5;
}

@media screen and (min-width: 640px) {
  .testimonials .testimonials-slider__wrapper {
    padding: 6rem 0;
  }
  .testimonials .testimonials-slider__slide {
    padding: 2.4rem 2.5vw;
  }
  .testimonials .testimonials-slider__icon {
    width: 1.6rem;
    height: 1.6rem;
  }
  .testimonials .testimonials-slider__img {
    width: 6.66vw;
    height: 6.66vw;
  }
  .testimonials .testimonials-slider__name {
    font-size: 1.4rem;
  }
  .testimonials .testimonials-slider__place {
    font-size: 1.3rem;
  }
  .testimonials .testimonials-slider__txt {
    margin-top: 1.2rem;
  }
  .testimonials .testimonials-slider__txt p {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 960px) {
  .testimonials .testimonials-slider {
    padding: 0 0 0 7.77vw;
  }
  .testimonials .testimonials-slider__slide {
    padding: 4.8rem 3.33vw;
    width: 41.1vw !important;
  }
  .testimonials .testimonials-slider__wrapper {
    padding: 7.7rem 0;
  }
  .testimonials .testimonials-slider__img {
    width: 6.4rem;
    height: 6.4rem;
  }
  .testimonials .testimonials-slider__user {
    gap: 1.11vw;
  }
  .testimonials .testimonials-slider__name {
    font-size: 1.6rem;
    margin-bottom: 0.6rem;
  }
  .testimonials .testimonials-slider__txt {
    margin-top: 2.4rem;
  }
  .testimonials .testimonials-slider__txt p {
    font-size: 1.6rem;
  }
  .testimonials .testimonials-slider__icon:not(:last-child) {
    margin-right: 0.9rem;
  }
}
.not-found__backdrop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #FFF 10.84%, rgba(255, 255, 255, 0.48) 44.22%, rgba(255, 255, 255, 0.86) 89.16%), lightgray 50%/cover no-repeat;
}
.not-found__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.2;
}
.not-found__logo {
  width: 40.625vw;
  display: block;
}
.not-found__wrapper {
  padding: 8vw 2.2vw;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
.not-found__title {
  display: flex;
  flex-direction: row;
  gap: 2.2vw;
  margin: 15vw 0;
}
.not-found__title svg {
  fill: var(--color__dark-grey);
  width: 25vw;
  height: 31.25vw;
}
.not-found__subtitle {
  font-size: 5.5vw;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color__dark-grey);
}
.not-found__link {
  font-size: 5.5vw;
  font-weight: 500;
  line-height: 1.5;
  color: var(--color__blue-accent);
  margin-top: auto;
  position: relative;
}
.not-found__link a {
  display: block;
  padding-bottom: 5vw;
}
.not-found__link::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  height: 0.2rem;
  background-color: var(--color__blue-accent);
  transition: var(--transition--general);
}
.not-found__link:hover::after {
  bottom: 2.5vw;
  width: 120%;
}

@media screen and (min-width: 640px) {
  .not-found__wrapper {
    justify-content: center;
  }
  .not-found__title {
    gap: 6.4rem;
    margin: min(13.4vw, 20rem) 0 max(4.44vw, 6.4rem);
  }
  .not-found__title svg {
    width: 15rem;
    height: 19.4rem;
  }
  .not-found__subtitle {
    font-size: 1.76rem;
  }
  .not-found__link {
    font-size: 1.76rem;
  }
  .not-found__logo {
    width: 13rem;
  }
  .not-found__link {
    margin-top: 4.8rem;
  }
  .not-found__link a {
    padding-bottom: 1.6rem;
  }
  .not-found__link:hover::after {
    bottom: 0.8rem;
  }
}

/*# sourceMappingURL=home.css.map */
