@charset "UTF-8";
/* Обнуление стилей */
* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  width: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  position: relative;
  overflow-x: hidden;
}

input,
button,
textarea {
  font-family: inherit;
}

textarea {
  resize: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

ul li {
  list-style: none;
}

ul, ol {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
  margin: 0;
}

picture {
  display: block;
}

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

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

main {
  display: block;
}

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

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

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: 600;
}

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

small {
  font-size: var(--font-size-base);
}

sub,
sup {
  font-size: var(--font-size-base);
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  display: block;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.compensate-for-scrollbar {
  padding-right: 0 !important;
}

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

a,
button {
  text-decoration: none;
  color: inherit;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  cursor: pointer;
  background: none;
  font-weight: inherit;
  font-size: inherit;
}

select {
  background-color: inherit;
}

blockquote {
  margin: 0;
}

button {
  border: none;
  font-family: inherit;
  margin: 0;
  padding: 0;
  font-size: inherit;
}

textarea {
  outline: none;
  border: none;
  resize: none;
}

textarea:focus {
  outline-width: 0;
}

input::-moz-placeholder {
  font-size: inherit;
  font-weight: 400;
  font-family: inherit;
  border: none;
  outline: none;
}

input,
input::placeholder {
  font-size: inherit;
  font-weight: 400;
  font-family: inherit;
  border: none;
  outline: none;
}

input::-moz-placeholder {
  color: inherit;
}

input::placeholder {
  color: inherit;
}

picture {
  display: block;
}

ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  margin-block-end: 0;
  margin-block-start: 0;
}

ul li {
  list-style-type: none;
}

ol {
  margin: 0;
  padding: 0;
}

ol li {
  list-style-position: inside;
}

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 {
  display: none;
}

*, *::after, *::before {
  padding: 0;
  margin: 0;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-SemiBold.woff2") format("woff2"), url("../fonts/Inter-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter Tight";
  src: url("../fonts/InterTight-SemiBold.woff2") format("woff2"), url("../fonts/InterTight-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/* glob  */
:root {
  --white: #ffffff;
  --black: #093340;
  --main: #00949b;
  --main-dark: #0a5971;
  --text-accent: #084152;
  --back: #ebf5fa;
  --back-title: linear-gradient(90deg, #10B8A7 0%, #00949B 100%);
  --back-btn: linear-gradient(90deg, #10B8A7 0%, #00949B 100%);
  --back-light-small: linear-gradient(144.54deg, #e1fbff 22.53%, #9fe0eb 78.07%);
  --back-light-big: radial-gradient(42.34% 129.36% at 76.37% 48.21%, #e1fbff 0%, #f2fbff 100%),
    radial-gradient(78.44% 239.62% at 78.44% 44.27%, #9fe0eb 0%, #e1fbff 100%);
  --back-medium: radial-gradient(100% 305.49% at 100% 44.27%, #32C8E2 0%, #EBF5FA 80%);
  --back-icon: linear-gradient(180deg, rgba(219, 239, 239, 0.1) 0%, #dbefef 100%);
  --back-dark: linear-gradient(121.04deg, #008b9d 33%, #0F56a1 113.33%);
  --border: #b4daeb;
  --gray: #739ba6;
  --font-size-base: 1rem;
  --font-size-md: 1.125rem;
  --font-size-lg: 1.25rem;
  --font-size-xl: 1.375rem;
  --font-size-2xl: 1.5rem;
  --font-size-3xl: 1.75rem;
  --font-size-4xl: 2.25rem;
  --font-size-5xl: 2.8125rem;
  --font-size-6xl: 3.75rem;
}

.b24-widget-button-wrapper {
  display: none!important;
}

.bx-livechat-wrapper {
  max-width: 400px !important;
  max-height: 60vh !important;
  right: 20px !important;
  bottom: 20px !important;
  top: auto !important;
  left: auto !important;
}

body {
  position: relative;
  font-family: "Inter", sans-serif;
  color: var(--black);
  font-size: var(--font-size-base);
  line-height: 130%;
}

.background {
  background-color: var(--back);
  border-bottom-left-radius: 80px;
  border-bottom-right-radius: 80px;
}

.background:has(.main-page) {
  min-height: 860px;
  background-color: transparent;
  background-image: url("/assets/img/sections/intro.webp");
  background-position: top center;
  background-repeat: no-repeat;
}

.container {
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
  max-width: 1280px;
}

.section-inner {
  padding: 100px 0;
  overflow: hidden;
}

.back {
  background-color: var(--back);
}

.title {
  font-size: var(--font-size-6xl);
  font-weight: 600;
  line-height: 70px;
  overflow-wrap: break-word;
  font-family: "Inter Tight", sans-serif;
}
.title span {
  display: block;
  color: var(--main);
}

.title-secondary {
  margin-bottom: 20px;
  font-size: var(--font-size-5xl);
  font-weight: 700;
  line-height: 50px;
  text-align: center;
  background-image: var(--back-title);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.title-secondary span {
  display: block;
  color: var(--black);
}

.subtitle {
  margin: 0 auto;
  margin-bottom: 50px;
  text-align: center;
  font-weight: 500;
  width: 60%;
}

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

.no-scroll::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.541);
  backdrop-filter: blur(10px);
}

.button {
  position: relative;
  padding: 12px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-width: -moz-max-content;
  min-width: max-content;
  height: 56px;
  color: var(--white);
  background-color: var(--main);
  border-radius: 15px;
  font-size: var(--font-size-base);
  font-weight: 700;
  box-shadow: 0px 8px 16px 0px rgba(0, 148, 155, 0.2), 0px 8px 10px 0px rgba(20, 81, 83, 0.0784313725);
}
.button svg {
  fill: white;
}

.button:not(.button--inverse)::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--back-btn);
  border-radius: inherit;
  z-index: 1;
  opacity: 1;
  transition: opacity 0.4s ease;
  opacity: 0;
}

.button:not(.button--inverse):hover::after {
  opacity: 0;
}

.button > * {
  position: relative;
  z-index: 2;
}

.button--round {
  border-radius: 60px;
}

.button--inverse {
  background-color: transparent;
  border: 2px solid var(--main);
  color: var(--main);
  box-shadow: none;
  transition: background-color 0.7s, color 0.7s;
}
.button--inverse svg {
  fill: var(--main);
}

.button--inverse:hover {
  background: var(--main);
  color: var(--white);
  transition: background-color 0.7s, color 0.7s;
}

.button-more {
  padding: 18px 30px;
  margin: 50px auto 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  font-weight: 700;
  color: var(--main);
  border: 2px solid var(--main);
  border-radius: 15px;
}
.button-more::after {
  content: "";
  width: 20px;
  height: 20px;
  -webkit-mask-image: url("/assets/img/icons/stack.svg#arrow-right");
  mask-image: url("/assets/img/icons/stack.svg#arrow-right");
  background-color: var(--main);
}
.button-more:hover {
  color: var(--white);
  background-color: var(--main);
  transition: background-color 0.5s;
}
.button-more:hover::after {
  background-color: var(--white);
}

.input {
  padding: 17px 20px;
  width: 100%;
  height: 56px;
  font-size: var(--font-size-base);
  background-color: var(--white);
  border-radius: 12px;
  border: 1px solid var(--border);
}

.input::-moz-placeholder {
  font-size: var(--font-size-base);
  color: var(--black);
  opacity: 0.7;
}

.input::placeholder {
  font-size: var(--font-size-base);
  color: var(--black);
  opacity: 0.7;
}

.textarea {
  height: 130px;
  resize: none;
  width: 100%;
}

address {
  font-style: normal;
}

.form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.form__label {
  position: relative;
  width: 100%;
}
.form__label--textarea {
  width: 100%;
}
.form__label--agree {
  font-size: var(--font-size-base);
}
.form__label--agree a {
  color: var(--main);
}
.form__button {
  margin-top: 10px;
  width: 100%;
}

.popup__form .form__label {
  position: relative;
  width: 100%;
}

.slider-navigation {
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1508px;
  display: flex;
  justify-content: space-between;
  z-index: 5;
}

.swiper-button-prev,
.swiper-button-next {
  margin: 0;
  position: static;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  top: auto;
  right: auto;
  left: auto;
  border-radius: 25px;
  border: 1px solid rgba(0, 148, 155, 0.5019607843);
  background-color: var(--back);
  transition: background-color 0.7s;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: auto;
  height: auto;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: var(--back-btn);
  transition: background-color 0.7s;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  content: "";
  width: 24px;
  height: 24px;
  background-color: var(--main);
}

.swiper-button-prev::after {
  -webkit-mask-image: url("/assets/img/icons/stack.svg#left");
  mask-image: url("/assets/img/icons/stack.svg#left");
}

.swiper-button-next::after {
  -webkit-mask-image: url("/assets/img/icons/stack.svg#right");
  mask-image: url("/assets/img/icons/stack.svg#right");
}

.swiper-button-next:hover::after,
.swiper-button-prev:hover::after {
  background-color: var(--white);
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  width: 100%;
}

.swiper-pagination-bullet {
  background-color: var(--border);
  width: 12px;
  height: 5px;
  border-radius: 20px;
}

.swiper-pagination-bullet-active {
  background-color: var(--main);
  width: 25px;
}

.search {
  position: relative;
}

.search .form__label {
  display: block;
  width: 100%;
}

.search::after {
  content: "";
  position: absolute;
  display: block;
  right: 35px;
  top: 14px;
  width: 24px;
  height: 24px;
  -webkit-mask-image: url("/assets/img/icons/stack.svg#search");
  mask-image: url("/assets/img/icons/stack.svg#search");
  background-color: var(--main);
}

.search__wrapper {
  display: none;
}

.search__wrapper.active {
  display: block;
}

.search__list {
  display: none;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.search__list li {
  padding: 10px 15px 15px 15px;
  font-weight: 500;
  border-bottom: 1px solid var(--border);
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-thumb {
  background-color: var(--main-dark);
  border-radius: 80px;
}

summary::marker {
  content: "";
}

summary::-webkit-details-marker {
  display: none;
}

@media (max-width: 1023px) {
  .background {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .background:has(.main-page) {
    min-height: 585px;
    background-color: transparent;
    background-image: url("/assets/img/sections/intro.webp");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    overflow-x: hidden;
  }
  body {
    font-size: var(--font-size-base);
  }
  .section-inner {
    padding: 40px 0;
  }
  .title {
    font-size: var(--font-size-2xl);
    line-height: 30px;
  }
  .title-secondary {
    margin-bottom: 10px;
    font-size: var(--font-size-xl);
    line-height: 26px;
  }
  .subtitle {
    margin-bottom: 20px;
    width: 100%;
  }
  .button {
    padding: 16px;
    width: 100%;
    max-width: 300px;
    height: 50px;
    font-size: var(--font-size-base);
  }
  .button-more {
    margin-top: 20px;
    padding: 16px;
    min-width: 290px;
    height: 50px;
  }
  .input {
    padding: 14px 20px;
    height: 52px;
    font-size: var(--font-size-base);
  }
  .input::-moz-placeholder {
    font-size: var(--font-size-base);
  }
  .input::placeholder {
    font-size: var(--font-size-base);
  }
  .textarea {
    height: 120px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    width: 44px;
    height: 44px;
    border-radius: 15px;
  }
  .form__label {
    position: relative;
    width: 100%;
  }
  .form__button {
    max-width: 100%;
  }
}
.links {
  padding: 50px 0 140px 0;
}

.links__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.links__group {
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: calc(33% - 5px);
}

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

.links__title {
  font-weight: 600;
  font-size: var(--font-size-lg);
  line-height: 24px;
  color: var(--main-dark);
}

.links__item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.links__item::before {
  content: "";
  min-width: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--border);
}

.links__link {
  font-weight: 600;
  color: var(--main);
}

.links__link:hover {
  color: var(--black);
  transition: color 0.5s;
}

@media (max-width: 1023px) {
  .links {
    padding: 0 0 60px 0;
  }
  .links__group {
    padding: 30px 0 0 0;
    width: calc(50% - 5px);
    gap: 20px;
  }
  .links__list {
    gap: 10px;
  }
  .links__title {
    font-size: var(--font-size-base);
    line-height: 26px;
  }
}
.links__list--cities {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px 70px;
}

.links__list--cities .links__item {
  width: 29%;
}

@media (max-width: 1023px) {
  .links__list--cities {
    padding-top: 30px;
  }
  .links__list--cities .links__item {
    width: 40%;
  }
}

@media (max-width: 768px) {
  .links__list--cities .links__item {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .links__group {
    width: 100%;
  }
}
.intro--inner-page .search {
  margin: 20px 0 40px 0;
  max-width: 360px;
}
.widjet {
  position: fixed;
  right: 25px;
  bottom: 25px;
  display: flex;
  gap: 5px;
  z-index: 10;
}

.widjet__button {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.widjet__button svg {
  fill: var(--white);
}

.widjet__button--chat {
  background: linear-gradient(0deg, #E74C3C, #E74C3C), linear-gradient(90deg, #F65C51 0%, #EE3123 100%);
  box-shadow: 0px 6px 10.3px 0px rgba(239, 53, 39, 0.2509803922);
}

.widjet__button--calc {
  background-color: var(--black);
}

.scroll-top {
  background-color: #7ccacb;
  opacity: 0;
  transition: opacity 0.7s;
  cursor: pointer;
}
.scroll-top::before {
  content: "";
  width: 22px;
  height: 22px;
  -webkit-mask-image: url("/assets/img/icons/stack.svg#arrow-top");
  mask-image: url("/assets/img/icons/stack.svg#arrow-top");
  background-color: var(--white);
}

@media (max-width: 768px) {
  .widjet {
    right: 15px;
    bottom: 15px;
  }
}
.popup {
  height: 100vh;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 100%;
  z-index: 1000;
  transition: opacity 0.4s ease;
  overflow-y: auto;
  background: rgba(37, 39, 52, 0.4784313725);
  backdrop-filter: blur(14px);
}

.popup__body {
  width: 100%;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
}

.popup.open {
  opacity: 1;
  pointer-events: all;
}

.popup__content {
  padding: 30px;
  width: 100%;
  max-width: 580px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  background-color: var(--white);
}

.popup__title {
  margin-bottom: 10px;
  font-family: "InterTight", sans-serif;
  font-size: var(--font-size-3xl);
  font-weight: 600;
  line-height: 40px;
}
.popup__title span {
  display: block;
  color: var(--main);
}

.popup__close {
  cursor: pointer;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
}
.popup__close svg {
  stroke: var(--white);
  transition: transform 0.7s;
}
.popup__close:hover svg {
  transform: rotate(360deg);
}

.popup__form {
  margin-top: 20px;
}

.popup-responce .popup__content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  background-image: none;
}

.popup-responce .popup__title {
  margin-bottom: 0;
}

.button-back {
  width: 100%;
}

.popup__cities {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.popup__cities li {
  padding: 10px 15px;
  border-radius: 60px;
  color: var(--main);
  background-color: var(--back);
  border: 1px solid var(--main);
}

@media (max-width: 768px) {
  .popup__content {
    padding: 30px 15px 15px 15px;
    max-width: 100%;
    max-height: auto;
    border-radius: 20px;
    text-align: center;
  }
  .popup__title {
    margin-bottom: 10px;
    font-size: var(--font-size-md);
    line-height: 22px;
  }
}
.coopolicy__visible {
  z-index: 99999999999;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: -moz-fit-content;
  width: fit-content;
  gap: 30px;
  background-color: #093340;
  color: white;
  border-radius: 20px;
  padding: 10px 15px;
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translatex(-50%);
  width: 415px;
  box-sizing: border-box;
}

.coopolicy__visible a {
  color: var(--white);
  transition: 0.3s all;
}

.coopolicy__visible a:hover {
  color: var(--main);
  transition: 0.3s all;
}

.coopolicy,
.coopolicy p {
  font-size: var(--font-size-base);
  margin: 0;
  color: var(--white);
}

.coopolicy__title,
.coopolicy__agreed {
  font-weight: 700;
}

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

.coopolicy__agreed {
  cursor: pointer;
  color: var(--main);
  transition: 0.3s all;
}

.coopolicy__agreed:hover {
  color: var(--white);
}

.coopolicy__subtitle:hover {
  color: var(--main);
}

.coopolicy__subtitle {
  cursor: pointer;
  text-decoration: underline;
  opacity: 0.8;
}

.coopolicy__hidden {
  border: 1pxvar --main solid;
  padding: 30px;
  border-radius: 30px;
  background-color: var(--white);
  max-width: 415px;
  position: fixed;
  bottom: 100px;
  left: 50%;
  transform: translate(-50%, 150%);
  box-sizing: border-box;
  width: 415px;
}

.coopolicy__hidden.show {
  transform: translate(-50%, 0%);
  z-index: 99999999999;
}

.coopolicy__close {
  padding: 5px 10px;
  background-color: #ebebeb;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 14px;
  right: 14px;
}

.coopolicy__close:hover {
  background-color: var(--main);
}

.coopolicy__close span {
  transform: rotate(45deg);
  display: block;
}

.coopolicy__inner {
  display: flex;
  flex-direction: column;
  gap: 11px;
  color: #062656;
}

.coopolicy__hidden .coopolicy__agreed {
  color: var(--white);
  background-color: var(--main);
  border: 1px solid var(--main);
  text-align: center;
  padding: 5px;
  border-radius: 20px;
  margin-top: 10px;
}

.coopolicy__hidden .coopolicy__agreed:hover {
  color: var(--main);
  background-color: var(--white);
}

.coopolicy > * {
  transition: transform 0.5s ease;
}

.closed.coopolicy {
  display: none;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}

.coopolicy__text a {
  color: var(--main);
  text-decoration: none;
  transition: all 0.3s ease;
}

.coopolicy__text a:hover {
  color: var(--main-dark);
  text-decoration: underline;
}

@media (max-width: 600px) {
  .coopolicy__visible,
  .coopolicy__hidden {
    width: calc(100% - 5px);
  }
  .coopolicy__hidden {
    padding: 15px;
  }
}
/* header */
.header__phone,
.header__wrapper-mobile,
.search--mobile {
  display: none;
}

.header__top {
  margin: 0 auto;
  padding: 15px;
  width: 100%;
  max-width: 1280px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: var(--font-size-base);
  font-weight: 600;
}
.header__top-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 15px;
}
.header__city {
  display: flex;
  align-items: center;
  padding: 10px 20px 10px 15px;
  gap: 8px;
  background: rgba(0, 148, 155, 0.1);
  border: 1px solid rgba(0, 148, 155, 0.5);
  border-radius: 80px;
}
.header__city::before {
  content: "";
  width: 24px;
  height: 24px;
  -webkit-mask-image: url("/assets/img/icons/stack.svg#city");
  mask-image: url("/assets/img/icons/stack.svg#city");
  background-color: var(--main);
}
.header__city a {
  color: var(--main);
}
.header__list {
  display: flex;
  gap: 30px;
}
.header__item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.header__item span {
  color: var(--main);
}
.header__item-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: var(--main);
}
.header__item-icon svg {
  fill: var(--white);
}
.header__wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
  padding: 15px 15px 15px 20px;
  display: flex;
  align-items: center;
  gap: 0 50px;
  border-radius: 25px;
  background-color: var(--white);
  box-shadow: 0px 8px 10px 0px rgba(20, 81, 83, 0.0784313725);
}
.header__menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  flex-grow: 1;
}

.socials {
  display: flex;
  gap: 10px;
}

.socials__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5019607843);
  transition: background-color 0.7s;
}
.socials__link:hover {
  background-color: var(--main-dark);
  transition: background-color 0.7s;
}
.socials__link svg {
  fill: var(--main);
}

.main-navigation__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 25px;
  font-size: var(--font-size-base);
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.main-navigation__item {
  position: relative;
  padding-right: 23px;
}

.main-navigation__item:has(.submenu)::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  width: 18px;
  height: 18px;
  background-image: url("/assets/img/icons/stack.svg#down");
  transition: transform 0.7s;
}

.main-navigation__item:hover::after,
.main-navigation__item.opened::after {
  transform: rotate(180deg);
  transition: transform 0.7s;
}

.main-navigation__link {
  padding: 10px 0;
  display: block;
}
.main-navigation__link:hover {
  color: var(--main);
  transition: color 0.5s;
}

.submenu {
  position: absolute;
  left: 0;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.7s, visibility 0.7s;
}

.main-navigation__item:hover .submenu,
.submenu:hover {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.7s, visibility 0.7s;
  z-index: 5;
}

.submenu__list {
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  overflow: hidden;
  min-width: 300px;
  font-size: var(--font-size-base);
  font-weight: 500;
  max-height: 60vh;
  overflow-y: auto;
  background-color: var(--white);
  border: 1px solid var(--border);
}

.submenu__item {
  padding: 15px 25px;
  display: flex;
  align-items: center;
  gap: 20px;
  text-transform: none;
  transition: color 0.7s, background-color 0.7s;
  cursor: pointer;
}
.submenu__item a {
  display: block;
  flex-grow: 1;
}
.submenu__item::after {
  content: "";
  width: 20px;
  min-width: 20px;
  height: 20px;
  -webkit-mask-image: url("/assets/img/icons/stack.svg#arrow-right");
  mask-image: url("/assets/img/icons/stack.svg#arrow-right");
  background-color: var(--main);
  opacity: 0;
  transition: opacity 0.7s;
}
.submenu__item:hover {
  color: var(--main);
  background-color: var(--back);
  transition: color 0.7s, background-color 0.7s;
}

.submenu__item:hover.submenu__item::after {
  opacity: 1;
}

.header .button {
  text-transform: uppercase;
}

.header__item_aac {
  display: none;
}

@media (max-width: 1120px) {
  .header__item_annon {
    display: none;
  }
}

@media (max-width: 1023px) {
  .header__item_annon {
    display: flex;
  }
  .header__wrapper-mobile,
  .search--mobile {
    display: block;
  }
  .header {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: var(--back);
    z-index: 10;
  }
  .header__top {
    padding: 8px 15px;
    font-size: var(--font-size-base);
  }
  .header__top-wrapper {
    gap: 0;
    width: 100%;
    justify-content: space-between;
  }
  .header__city {
    display: flex;
    align-items: center;
    padding: 7px 10px 7px 8px;
    gap: 4px;
  }
  .header__socials {
    display: none;
  }
  .header__wrapper {
    padding: 15px;
    display: flex;
    justify-content: space-between;
    gap: 29px;
    border-radius: 0;
  }
  .logo img {
    max-width: 171px;
    height: auto;
  }
  .header__wrapper-mobile {
    display: flex;
    gap: 10px;
  }
  .header__phone-mobile,
  .header__burger {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 10px;
  }
  .header__phone-mobile {
    background-color: #dbf2f2;
  }
  .header__phone-mobile::before {
    content: "";
    width: 20px;
    height: 20px;
    -webkit-mask-image: url("/assets/img/icons/stack.svg#phone");
    mask-image: url("/assets/img/icons/stack.svg#phone");
    background-color: var(--main);
  }
  .header__burger {
    position: relative;
    background: var(--back-btn);
  }
  .header__burger::before {
    content: "";
    position: absolute;
    top: 13px;
    left: 11px;
    width: 18px;
    height: 2px;
    background-color: var(--white);
    border-radius: 5px;
    box-shadow: 0 6px 0 var(--white);
  }
  .header__burger::after {
    content: "";
    position: absolute;
    width: 18px;
    height: 2px;
    left: 11px;
    bottom: 13px;
    border-radius: 5px;
    background-color: var(--white);
    transition: transform 0.7s;
  }
  .header__burger.opened::before {
    top: 50%;
    transform: rotate(45deg);
    box-shadow: none;
    transition: transform 0.7s;
  }
  .header__burger.opened::after {
    top: 50%;
    bottom: auto;
    transform: rotate(-45deg);
    transition: transform 0.7s;
  }
  .header__menu {
    display: none;
  }
  .header.opened .header__menu {
    margin-bottom: 100px;
    padding-top: 10px;
    position: absolute;
    top: 100%;
    left: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    max-height: 88dvh;
    background-color: var(--white);
    overflow-y: auto;
  }
  .main-navigation {
    padding: 0 15px;
    width: 100%;
  }
  .main-navigation__list {
    padding-bottom: 10px;
    flex-direction: column;
    gap: 5px;
  }
  .main-navigation__item {
    padding: 5px 35px 5px 15px;
    width: 100%;
    background-color: var(--back);
    border-radius: 10px;
  }
  .main-navigation__item:has(.submenu)::after {
    top: 15px;
    right: 15px;
  }
  .submenu {
    position: static;
    display: none;
  }
  .main-navigation__item.opened {
    background-color: var(--white);
    border: 1px solid var(--border);
  }
  .main-navigation__item.opened .submenu {
    display: flex;
    visibility: visible;
    opacity: 1;
  }
  .submenu__list {
    padding: 0;
    min-width: calc(100% + 20px);
    width: calc(100% + 20px);
    font-size: var(--font-size-base);
    border: none;
  }
  .submenu__item {
    padding: 10px 0;
    display: block;
  }
  .submenu__item::after {
    width: 0;
    background-image: none;
  }
  .search--mobile {
    padding: 0 15px;
    width: 100%;
  }
  .search__input {
    width: 100%;
  }
  .header__menu-wrapper {
    padding: 25px 25px 30px 25px;
    width: 100%;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    background: linear-gradient(180deg, #1c2d3a 0%, #151f26 100%);
  }
}
@media (max-width: 980px) {
  .header__item_address {
    display: none;
  }
}

@media (max-width: 680px) {
  .header__item_schedule {
    display: none;
  }
  .header__item_aac {
    display: flex;
  }
}

@media (max-width: 550px) {
  .header__list {
    display: contents;
  }
  .header__item_phone {
    display: none;
  }
  .header__phone {
    display: block;
  }
}

@media (max-width: 420px) {
  .header__item_annon {
    display: none;
  }
}

.footer {
  padding: 60px 50px;
  border-top-left-radius: 120px;
  border-top-right-radius: 120px;
  color: var(--white);
  background: linear-gradient(180deg, #1C2D3A 0%, #151F26 100%);
}
.footer__top {
  margin-bottom: 50px;
  display: flex;
  gap: 62px;
}
.footer .socials__link {
  background-color: var(--main);
}
.footer .socials__link svg {
  fill: var(--white);
}
.footer__contacts {
  padding: 50px;
  min-width: 640px;
  border-radius: 35px;
  background: #193442;
}
.footer__flex {
  margin-bottom: 70px;
  display: flex;
  justify-content: space-between;
}
.footer__contacts-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.footer__contacts-item {
  display: flex;
  align-items: center;
  gap: 15px;
  width: calc(50% - 15px);
}
.footer__contacts-item p {
  display: flex;
  flex-direction: column;
}
.footer__contacts-item span {
  color: var(--border);
}
.footer__contacts-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 20px;
  background-color: rgba(0, 148, 155, 0.1019607843);
  border: 1px solid var(--main);
}
.footer__contacts-icon svg {
  fill: #99d8e2;
}
.footer__search {
  flex-grow: 1;
}
.footer .form {
  margin-bottom: 50px;
  position: relative;
}
.footer .form .search__input {
  color: var(--white);
  background-color: #131a20;
  border: none;
}
.footer .form .search__input::-moz-placeholder {
  color: var(--border);
}
.footer .form .search__input::placeholder {
  color: var(--border);
}
.footer .form .search__wrapper {
  position: absolute;
  padding: 20px;
  top: calc(100% + 5px);
  border-radius: 20px;
  color: var(--black);
  background-color: var(--white);
}

.pay {
  margin-bottom: 100px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.pay__title {
  font-weight: 600;
  font-size: var(--font-size-base);
  letter-spacing: 4%;
  text-transform: uppercase;
  opacity: 0.5;
}

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

.pay__item {
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
  border-radius: 25px;
  background-color: rgba(255, 255, 255, 0.1019607843);
}

.footer__nav {
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px 20px;
}

.footer__title {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: var(--font-size-3xl);
  line-height: 32px;
  color: var(--main);
}

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

.footer__item a {
  opacity: 0.8;
  font-weight: 500;
}
.footer__item a:hover {
  opacity: 1;
  transition: opacity 0.5s;
}

.footer__nav-small {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.footer__nav-small .footer__item {
  width: calc(50% - 15px);
}

.footer__cities {
  margin-bottom: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer__city {
  padding: 16px 30px;
  font-weight: 700;
  border-radius: 15px;
  border: 1px solid var(--main);
}

.footer__bottom {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  gap: 50px;
}

.footer__bottom-left p {
  color: var(--gray);
}

.footer__bottom-right {
  margin-bottom: auto;
  padding: 40px 44px;
  display: flex;
  gap: 15px;
  border-radius: 25px;
  background-color: #172a34;
}
.footer__bottom-right span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 66px;
  min-width: 66px;
  height: 66px;
  border-radius: 10px;
  background-color: #162027;
}

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

@media (max-width: 1200px) {
  .footer__top {
    flex-direction: column;
    gap: 30px;
  }
  .footer__nav {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1023px) {
  .footer {
    padding: 15px 0 30px 0;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
  .footer__top {
    margin-bottom: 30px;
  }
  .footer .socials__link {
    width: 50%;
    height: 44px;
    border-radius: 15px;
  }
  .footer__contacts {
    padding: 20px;
    min-width: 100%;
    border-radius: 25px;
  }
  .footer__flex {
    margin-bottom: 25px;
    flex-direction: column;
    gap: 25px;
  }
  .footer__contacts-list {
    gap: 15px;
  }
  .footer__contacts-item {
    gap: 10px;
  }
  .footer__contacts-icon {
    width: 50px;
    height: 50px;
    border-radius: 15px;
  }
  .footer .form {
    margin-bottom: 20px;
  }
  .pay {
    margin-bottom: 30px;
    gap: 10px;
  }
  .pay__title {
    font-size: var(--font-size-base);
  }
  .pay__list {
    flex-wrap: wrap;
    gap: 2px;
  }
  .pay__item {
    padding: 15px;
    border-radius: 15px;
    width: 32%;
  }
  .footer__nav {
    margin-bottom: 30px;
    gap: 15px;
  }
  .footer__title {
    margin-bottom: 20px;
    font-size: var(--font-size-md);
    line-height: 22px;
  }
  .footer__nav-small {
    gap: 20px;
  }
  .footer__cities {
    margin-bottom: 30px;
  }
  .footer__bottom {
    margin-bottom: 30px;
    flex-direction: column;
    gap: 30px;
  }
  .footer__bottom-right {
    margin-bottom: 0;
    padding: 15px;
    flex-direction: column;
    gap: 10px;
    border-radius: 20px;
  }
  .footer__bottom-right span {
    width: 100%;
    height: 50px;
  }
  .footer__copy {
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .footer__contacts-item {
    width: 100%;
  }
  .footer__nav {
    grid-template-columns: 1fr;
  }
  .footer__nav-small .footer__item {
    width: 100%;
  }
}
/* intro */
.intro {
  overflow: hidden;
}

.intro__wrapper {
  margin-top: 120px;
  max-width: 60%;
  display: flex;
  flex-direction: column;
  min-height: 462px;
}

.intro__title {
  margin-bottom: 40px;
}

.intro__lead {
  margin-bottom: 60px;
  font-size: var(--font-size-lg);
  line-height: 26px;
}

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

.intro__license {
  margin-top: auto;
  color: var(--gray);
}

.intro--service .intro__wrapper {
  margin-top: 0;
  margin-bottom: 50px;
  padding: 50px;
  flex-direction: row;
  gap: 90px;
  max-width: 100%;
  min-height: 0;
  border-radius: 20px;
  background-color: var(--white);
}
.intro--service .intro__text {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.intro--service .intro__cost {
  width: 389px;
}

.intro--inner-page .intro__title span {
  display: inline;
}
.intro--inner-page .subtitle {
  margin-left: 0;
  margin-right: 0;
  text-align: left;
  width: 65%;
}

/* breadcrumbs */
.breadcrumbs {
  margin: 30px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  position: relative;
  width: 100%;
}

.breadcrumbs li {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: var(--font-size-base);
}
.breadcrumbs li a {
  font-weight: 500;
  transition: opacity 0.5s;
}

.breadcrumbs li a:hover {
  opacity: 0.7;
  transition: opacity 0.5s;
}

.breadcrumbs li::after {
  content: "";
  width: 16px;
  height: 16px;
  -webkit-mask-image: url("/assets/img/icons/stack.svg#right");
  mask-image: url("/assets/img/icons/stack.svg#right");
  -webkit-mask-size: 16px 16px;
  mask-size: 16px 16px;
  background-color: var(--main);
}

.breadcrumbs li:last-of-type::after {
  display: none;
}

@media (max-width: 1023px) {
  .breadcrumbs {
    margin: 40px 0 20px 0;
  }
  .intro {
    margin-top: 110px;
  }
  .intro__wrapper {
    margin-top: 30px;
    max-width: 100%;
    min-height: 401px;
  }
  .intro__title {
    margin-bottom: 20px;
  }
  .intro__lead {
    margin-bottom: 20px;
    font-size: var(--font-size-base);
    line-height: 20px;
  }
  .intro__buttons {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .intro__buttons .button {
    min-width: 290px;
  }
  .intro__license {
    font-size: var(--font-size-base);
  }
  .intro--service .intro__wrapper {
    margin-bottom: 30px;
    padding: 15px;
    flex-direction: column-reverse;
    gap: 15px;
  }
  .intro--service .intro__text {
    gap: 15px;
  }
  .intro--service .intro__cost {
    width: 100%;
  }
  .intro--service .intro__img img {
    width: 50px;
    height: 50px;
  }
  .intro--inner-page .subtitle {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .features .swiper-wrapper {
    display: flex;
    gap: 20px;
  }
}
.feature {
  position: relative;
  padding: 30px;
  display: flex;
  border-radius: 30px;
  width: calc(25% - 15px);
  height: 290px;
  border-radius: 30px;
  font-size: var(--font-size-lg);
  line-height: 24px;
  font-weight: 600;
  color: var(--text-accent);
  background: var(--back-light-small);
  overflow: hidden;
}
.feature::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url("/assets/img/icons/stack.svg#wave");
  background-repeat: no-repeat;
  background-size: cover;
  pointer-events: none;
}
.feature span {
  color: var(--main);
}
.feature__img {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (max-width: 1023px) {
  .features__slider {
    overflow: visible;
  }
  .feature {
    padding: 25px;
    height: 220px;
    font-size: var(--font-size-base);
    line-height: 20px;
  }
  .feature__img {
    width: 170px;
    height: auto;
  }
}
/* banners */
.banner__wrapper {
  position: relative;
  padding: 50px;
  display: flex;
  justify-content: space-between;
  min-height: 450px;
  border-radius: 40px;
  background: var(--back-light-big);
}
.banner__wrapper::before {
  content: "";
  position: absolute;
  width: 907px;
  height: 100%;
  right: 0;
  top: 0;
  border-radius: 40px;
  background-image: url("/assets/img/icons/stack.svg#wave-medium");
  backdrop-filter: blur(16px);
  background-repeat: no-repeat;
  pointer-events: none;
  opacity: 0.5;
}
.banner__wrapper > * {
  position: relative;
  z-index: 1;
}
.banner__text {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 484px;
  z-index: 2;
}
.banner__title {
  margin-bottom: 30px;
  padding-right: 100px;
  font-weight: 700;
  font-size: var(--font-size-5xl);
  line-height: 50px;
  color: var(--main-dark);
}
.banner__title span {
  background-image: var(--back-title);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.banner__subtitle {
  font-size: var(--font-size-base);
}
.banner__buttons {
  margin-top: auto;
  margin-right: auto;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 30px;
  border-radius: 20px;
  border: 1px solid var(--border);
}
.banner__buttons .button {
  min-width: 180px;
}
.banner__phone {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--main-dark);
  font-weight: 600;
  font-size: var(--font-size-lg);
}
.banner__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--back-btn);
}
.banner__icon::before {
  content: "";
  width: 18px;
  height: 18px;
  -webkit-mask-image: url("/assets/img/icons/stack.svg#call");
  mask-image: url("/assets/img/icons/stack.svg#call");
  background-color: var(--white);
}
.banner__img {
  position: absolute;
  left: 50%;
  transform: translateX(-40%);
  bottom: 0;
}

.banner--heart .banner__img {
  position: absolute;
  left: auto;
  right: 0;
  bottom: 0;
  transform: none;
}

.banner--infusion .banner__wrapper {
  background: var(--back-medium);
}
.banner--infusion .banner__wrapper::before {
  width: 100%;
  background-image: url("/assets/img/icons/stack.svg#wave-big");
}
.banner--infusion .banner__text {
  display: flex;
  flex-direction: column;
  max-width: 350px;
}
.banner--infusion .banner__img {
  position: absolute;
  right: 0;
  bottom: 0;
}

.banner__form {
  margin-top: 11px;
  margin-bottom: auto;
  padding: 40px 40px 30px 40px;
  flex-direction: column;
  width: 410px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.5019607843);
  backdrop-filter: blur(12px);
}

.banner__bage,
.form__bage {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 600;
  font-size: var(--font-size-base);
  line-height: 20px;
  letter-spacing: 1%;
}

.banner__bage::before,
.form__bage::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("/assets/img/icons/stack.svg#security");
}

.banner__bage {
  margin-top: auto;
  margin-right: auto;
  padding: 10px 15px;
  border-radius: 15px;
  background-color: rgba(235, 245, 250, 0.5019607843);
  border: 1px solid rgba(0, 148, 155, 0.5019607843);
  color: var(--main);
}

.banner--calc .banner__wrapper {
  min-height: 390px;
}
.banner--calc .banner__text {
  max-width: 680px;
}
.banner--calc .banner__button {
  margin-top: auto;
  width: -moz-max-content;
  width: max-content;
}
.banner--calc .banner__img {
  left: auto;
  right: 10px;
  transform: none;
}

.banner--doctor .banner__wrapper {
  color: var(--white);
  background-image: url("/assets/img/sections/form-back.webp");
}
.banner--doctor .banner__wrapper::before {
  display: none;
}
.banner--doctor .banner__title {
  color: var(--white);
}
.banner--doctor .banner__bage {
  border-radius: 60px;
  color: var(--main-dark);
  background: var(--back-light-small);
}
.banner--doctor .banner__img {
  transform: translateX(-50%);
}
.banner--doctor .banner__form {
  margin-top: 0;
  padding: 50px 35px 35px 40px;
  flex-direction: column;
  width: 380px;
  background-color: rgba(19, 26, 32, 0.5019607843);
}

.banner--credit .banner__wrapper {
  min-height: 420px;
  background: var(--back-medium);
}
.banner--credit .banner__text {
  max-width: 680px;
}
.banner--credit .banner__title {
  padding-right: 0;
}
.banner--credit .banner__img {
  left: auto;
  transform: none;
  right: 80px;
}
.banner--credit .banner__subtitle {
  margin-bottom: 50px;
  font-size: var(--font-size-md);
  line-height: 24px;
  font-weight: 600;
}
.banner--credit .banner__list {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.banner--credit .banner__item {
  padding: 15px 20px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 180px;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.5019607843);
}
.banner--credit .banner__item-key {
  font-weight: 600;
  font-size: var(--font-size-3xl);
  line-height: 32px;
  color: var(--main-dark);
}
.banner--credit .button {
  width: 240px;
}

.banner--stetoscope .banner__wrapper {
  min-height: 400px;
  color: var(--white);
  background-image: url("/assets/img/sections/form-back.webp");
}
.banner--stetoscope .banner__wrapper::before {
  display: none;
}
.banner--stetoscope .banner__text {
  max-width: 70%;
}
.banner--stetoscope .banner__title {
  color: var(--white);
}
.banner--stetoscope .banner__bages {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-self: flex-end;
}
.banner--stetoscope .banner__bage {
  border-radius: 60px;
  color: var(--main-dark);
  background: var(--back-light-small);
}
.banner--stetoscope .banner__bage--help::before {
  -webkit-mask-image: url("/assets/img/icons/stack.svg#time");
  mask-image: url("/assets/img/icons/stack.svg#time");
  background-color: var(--main);
}
.banner--stetoscope .banner__img {
  left: auto;
  right: 80px;
  transform: none;
}
.banner--stetoscope .banner__button {
  margin-top: auto;
  margin-right: auto;
}

@media (max-width: 1200px) {
  .banner--heart .banner__img {
    right: -10%;
  }
}
@media (max-width: 1023px) {
  .banner__wrapper {
    position: relative;
    padding: 25px 15px;
    flex-direction: column;
    min-height: 487px;
    border-radius: 20px;
    overflow: hidden;
  }
  .banner__wrapper::before {
    display: none;
  }
  .banner__text {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    width: 100%;
  }
  .banner__title {
    margin-bottom: 20px;
    padding-right: 0;
    font-weight: 700;
    font-size: var(--font-size-xl);
    line-height: 26px;
  }
  .banner__subtitle {
    font-size: var(--font-size-base);
  }
  .banner__buttons {
    position: relative;
    margin-right: 0;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    border: none;
    background-color: rgba(255, 255, 255, 0.6980392157);
    backdrop-filter: blur(8px);
    z-index: 1;
  }
  .banner__buttons .button {
    margin: 0 auto;
  }
  .banner__phone {
    font-weight: 600;
    font-size: var(--font-size-base);
  }
  .banner__icon {
    width: 30px;
    height: 30px;
  }
  .banner__icon::before {
    width: 16px;
    height: 16px;
    background-size: 16px;
  }
  .banner__img {
    display: none;
  }
  .banner--infusion .banner__wrapper {
    background: #e2f4f9;
  }
  .banner--infusion .banner__text {
    max-width: 100%;
  }
  .banner--infusion .banner__bage {
    margin-top: 10px;
    padding: 8px 10px;
    font-size: var(--font-size-base);
    line-height: 18px;
  }
  .banner__form {
    margin-top: 24px;
    margin-bottom: 0;
    padding: 15px;
    width: 100%;
  }
  .banner--heart .banner__wrapper {
    padding: 25px;
    flex-direction: row;
  }
  .banner--heart .banner__img {
    display: block;
    left: 50%;
    transform: translateX(-50%);
    width: 160%;
    max-width: 500px;
    z-index: 0;
  }
  .banner--heart .banner__img img {
    max-width: 100%;
    height: auto;
  }
  .banner--calc .banner__wrapper {
    min-height: 370px;
  }
  .banner--calc .banner__text {
    max-width: 100%;
    flex-grow: 1;
  }
  .banner--calc .banner__button {
    margin: auto auto 0 auto;
  }
  .banner--calc .banner__img {
    display: block;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .banner--doctor .banner__wrapper {
    background-position: top center;
    background-size: auto 100%;
  }
  .banner--doctor .banner__bage {
    margin: 10px auto 24px 0;
    padding: 5px 8px;
  }
  .banner--doctor .banner__form {
    padding: 15px;
    flex-direction: column;
    width: 100%;
  }
  .banner--credit .banner__wrapper {
    padding: 25px;
    min-height: 0;
  }
  .banner--credit .banner__text {
    max-width: 100%;
  }
  .banner--credit .banner__img {
    display: block;
    top: 25px;
    right: 25px;
  }
  .banner--credit .banner__img img {
    width: 55px;
    height: auto;
  }
  .banner--credit .banner__title {
    width: 70%;
  }
  .banner--credit .banner__subtitle {
    margin-bottom: 30px;
    font-size: var(--font-size-base);
    line-height: 18px;
  }
  .banner--credit .banner__list {
    margin-bottom: 20px;
    flex-direction: column;
  }
  .banner--credit .banner__item {
    padding: 5px 15px;
    align-items: center;
    gap: 2px;
    width: 100%;
  }
  .banner--credit .banner__item-key {
    font-size: var(--font-size-md);
    line-height: 22px;
  }
  .banner--credit .button {
    margin: 0 auto;
  }
  .banner--stetoscope br {
    display: none;
  }
  .banner--stetoscope .banner__wrapper {
    justify-content: flex-start;
    min-height: 353px;
    background-position: top center;
    background-size: auto 100%;
  }
  .banner--stetoscope .banner__text {
    position: static;
    max-width: 100%;
  }
  .banner--stetoscope .banner__title {
    margin-bottom: 10px;
  }
  .banner--stetoscope .banner__bages {
    margin-top: 30px;
    align-self: self-start;
  }
  .banner--stetoscope .banner__bage {
    padding: 5px 8px;
  }
  .banner--stetoscope .banner__button {
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: calc(100% - 40px);
  }
}
.services__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.service {
  position: relative;
  padding: 25px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: calc(25% - 15px);
  min-height: 260px;
  border-radius: 30px;
  background-color: var(--white);
  border: 1px solid var(--border);
  transition: box-shadow 0.5s;
}
.service__link {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  top: 27px;
  right: 35px;
  background-color: var(--back);
  border-radius: 10px;
  opacity: 0;
  transition: opacity 0.5s;
}
.service__link::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  -webkit-mask-image: url("/assets/img/icons/stack.svg#arrow-right");
  mask-image: url("/assets/img/icons/stack.svg#arrow-right");
  background-color: var(--main);
}
.service:hover {
  box-shadow: 0px 20px 25px 0px rgba(157, 200, 221, 0.2);
  transition: box-shadow 0.5s;
}
.service:hover .service__link {
  opacity: 1;
  transition: opacity 0.5s;
}
.service__title {
  padding-right: 100px;
  font-weight: 600;
  font-size: var(--font-size-md);
  line-height: 24px;
}
.service__wrapper {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
}
.service__price {
  padding: 4px 10px;
  border: 1px dashed var(--border);
  border-radius: 60px;
  font-weight: 700;
  font-size: var(--font-size-base);
  line-height: 22px;
  letter-spacing: -2%;
  color: var(--main);
}

@media (min-width: 1024px) and (max-width: 1260px) {
  .service__wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
  .service__title {
    padding: 0;
  }
}
@media (max-width: 1023px) {
  .service {
    width: calc(50% - 10px);
  }
}
@media (max-width: 768px) {
  .services__list {
    flex-direction: column;
    gap: 10px;
  }
  .service {
    width: 100%;
    min-height: 206px;
  }
  .service__title {
    padding-right: 80px;
    font-weight: 600;
    font-size: var(--font-size-base);
    line-height: 18px;
  }
  .service__price {
    font-size: var(--font-size-base);
    line-height: 18px;
  }
}
@media (min-width: 1024px) {
  .choose .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
}
.choose__item {
  padding: 20px 20px 20px 30px;
  width: calc(33% - 10px);
  min-height: 280px;
  border-radius: 30px;
  border: 1px solid var(--border);
}
.choose__item-top {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  max-width: 100%;
}
.choose__item-title {
  font-weight: 600;
  font-size: var(--font-size-lg);
  line-height: 24px;
  color: var(--main-dark);
  overflow-wrap: break-word;
}
.choose__item-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 68px;
  min-width: 68px;
  height: 68px;
  background: var(--back-icon);
  border-radius: 50%;
}
.choose__item-icon svg {
  fill: var(--main);
}

@media (max-width: 1280px) {
  .choose__item {
    width: calc(50% - 10px);
  }
}
@media (max-width: 1023px) {
  .choose__slider {
    overflow: visible;
  }
  .choose__item {
    padding: 15px 15px 15px 20px;
    width: 100%;
    min-height: 221px;
  }
  .choose__item-top {
    gap: 10px;
  }
  .choose__item-title {
    font-size: var(--font-size-base);
    line-height: 20px;
  }
  .choose__item-icon {
    width: 40px;
    min-width: 40px;
    height: 40px;
  }
  .choose__item-icon svg {
    width: 19px;
  }
}
@media (min-width: 1024px) {
  .tariffs .swiper-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
  }
}
.tariff {
  padding: 25px 10px 10px 10px;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, #ffffff 100%);
  border: 1px solid rgba(12, 158, 156, 0.5019607843);
  width: 32%;
  display: flex;
  flex-direction: column;
}

.tariff__top {
  margin-bottom: 20px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tariff__title {
  font-weight: 700;
  font-size: var(--font-size-2xl);
  line-height: 28px;
  color: var(--main-dark);
}

.tariff__number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-weight: 600;
  font-size: var(--font-size-lg);
  line-height: 24px;
  color: var(--white);
  background: linear-gradient(180deg, rgba(0, 148, 155, 0.1) 0%, rgba(0, 148, 155, 0.5) 100%);
}

.tariff__list {
  margin-bottom: 30px;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: var(--font-size-base);
  line-height: 18px;
  font-weight: 500;
}
.tariff__list li {
  position: relative;
  padding-left: 20px;
}
.tariff__list li::before {
  content: "";
  position: absolute;
  min-width: 6px;
  width: 6px;
  height: 6px;
  left: 5px;
  top: 6px;
  border-radius: 50%;
  background-color: #a0d2d4;
}

.cost {
  margin-top: auto;
  padding: 10px 10px 10px 30px;
  display: flex;
  align-items: center;
  gap: 20px;
  border-radius: 20px;
  background-color: #f3f5f6;
}
.cost .button {
  flex-grow: 1;
}

.cost__number {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-size: var(--font-size-base);
  font-weight: 600;
}
.cost__number span {
  font-weight: 700;
  font-size: var(--font-size-xl);
  line-height: 24px;
  color: var(--main);
}

@media (max-width: 1023px) {
  .tariffs__slider {
    overflow: visible;
  }
  .tariff {
    padding: 15px 10px 10px 10px;
    border-radius: 20px;
    width: 100%;
  }
  .tariff__top {
    margin-bottom: q0px;
    padding: 0 5px;
  }
  .tariff__title {
    font-size: var(--font-size-md);
    line-height: 22px;
  }
  .tariff__number {
    width: 40px;
    height: 40px;
    font-size: var(--font-size-base);
    line-height: 20px;
  }
  .tariff__list {
    margin-bottom: 21px;
    padding: 0 5px;
    gap: 5px;
    font-size: var(--font-size-base);
    line-height: 16px;
  }
  .cost {
    padding: 10px;
    flex-direction: column;
    gap: 10px;
  }
  .cost .button {
    width: 100%;
  }
  .tariff__price span {
    font-size: var(--font-size-md);
    line-height: 22px;
  }
}
.text-content__wrapper {
  display: flex;
  gap: 30px;
}
.text-content__block {
  padding: 50px;
  border-radius: 30px;
  background-color: var(--white);
}
.text-content__block img {
  margin-bottom: 20px;
  border-radius: 20px;
  width: 100%;
  max-width: 100%;
}
.text-content__block a {
  color: var(--main);
}
.text-content__block a:hover {
  opacity: 0.7;
  transition: opacity 0.7s;
}
.text-content__block p {
  margin-bottom: 10px;
}
.text-content h2 {
  margin-top: 40px;
  margin-bottom: 15px;
  font-size: var(--font-size-3xl);
  font-weight: 600;
  line-height: 32px;
  background-image: var(--back-title);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.text-content h3 {
  margin-top: 40px;
  margin-bottom: 15px;
  font-size: var(--font-size-xl);
  line-height: 32px;
}
.text-content h4 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: var(--font-size-lg);
}
.text-content ul,
.text-content ol {
  margin-bottom: 10px;
}
.text-content ul li, .text-content ol li {
  margin-bottom: 10px;
}
.text-content ul li:last-child, .text-content ol li:last-child {
  margin-bottom: 0;
}
.text-content ul li {
  position: relative;
  padding-left: 27px;
}
.text-content ul li::before {
  content: "";
  position: absolute;
  min-width: 8px;
  width: 8px;
  height: 8px;
  left: 7px;
  top: 7px;
  background-color: #a0d2d4;
  border-radius: 50%;
}
.text-content ol li::marker {
  font-weight: 600;
  color: var(--gray);
}
.text-content blockquote {
  margin-bottom: 15px;
  padding: 20px;
  border-radius: 20px;
  background: rgba(180, 218, 235, 0.3019607843);
}
.text-content blockquote *:last-child {
  margin-bottom: 0;
}
.text-content .table {
  margin-bottom: 30px;
  display: block;
  overflow-x: auto;
}
.text-content table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  outline: 1px solid var(--border);
  outline-offset: -1px;
}
.text-content table th,
.text-content table td {
  padding: 16px;
  border: 1px solid var(--border);
}
.text-content table th {
  background: var(--back-light-big);
}
.text-content *:first-child {
  margin-top: 0;
}

.sidebar {
  min-width: 400px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sidebar__wrapper {
  padding: 25px;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  background-color: var(--white);
}

.sidebar__title {
  margin-bottom: 10px;
  padding-bottom: 20px;
  font-weight: 700;
  font-size: var(--font-size-base);
  line-height: 18px;
  letter-spacing: 4%;
  text-transform: uppercase;
  color: var(--gray);
  border-bottom: 1px solid var(--border);
}

.text-content__nav ul li,
.prices__tabs li {
  position: relative;
  padding: 12px 10px 12px 33px;
  border-radius: 15px;
  transition: background-color 0.7s;
}
.text-content__nav ul li a,
.prices__tabs li a {
  color: var(--black);
}
.text-content__nav ul li::before,
.prices__tabs li::before {
  content: "";
  position: absolute;
  top: 17px;
  left: 15px;
  min-width: 8px;
  width: 8px;
  height: 8px;
  background-color: #a0d2d4;
  border-radius: 50%;
}
.text-content__nav ul li:hover,
.prices__tabs li:hover {
  background-color: #f0f7f7;
  transition: background-color 0.7s;
}

.text-content__nav-more {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 600;
  font-size: var(--font-size-base);
  color: #739ba6;
}
.text-content__nav-more::after {
  content: "";
  width: 20px;
  height: 20px;
  -webkit-mask-image: url("/assets/img/icons/stack.svg#arrow-down");
  mask-image: url("/assets/img/icons/stack.svg#arrow-down");
  background-color: #739ba6;
  transition: transform 0.5s;
}
.text-content__nav-more.open::after {
  transform: rotate(180deg);
  transition: transform 0.5s;
}

.sidebar__doctor {
  margin-bottom: 10px;
  padding: 10px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.sidebar__doctor img {
  margin-bottom: 0;
  max-width: 50px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sidebar__doctor-name {
  font-weight: 600;
  letter-spacing: -2%;
}

.sidebar__date {
  margin-right: auto;
  padding: 5px 10px;
  background: #f0f7f7;
  border-radius: 10px;
  font-weight: 600;
  font-size: var(--font-size-base);
  line-height: 16px;
}

.sidebar__reviewer:first-child {
  margin-bottom: 20px;
}

.sidebar__reviewer {
  display: flex;
  gap: 15px;
  font-weight: 600;
}

.sidebar__reviewer-img {
  border-radius: 10px;
  background: linear-gradient(144.18deg, #F5FEFF 0.68%, #97D3E6 96.59%);
}

.sidebar__reviewer-work {
  margin-bottom: 5px;
  font-size: var(--font-size-base);
}

.sidebar__reviewer-name {
  margin-bottom: 10px;
}
.sidebar__reviewer-name span {
  display: block;
  color: var(--main);
}

.sidebar__reviewer-text {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1023px) {
  .text-content__wrapper {
    flex-direction: column-reverse;
    gap: 10px;
  }
  .text-content__block {
    padding: 15px;
    border-radius: 20px;
    background-color: var(--white);
  }
  .text-content h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: var(--font-size-md);
    line-height: 22px;
  }
  .text-content h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: var(--font-size-base);
    line-height: 18px;
  }
  .text-content h4 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: var(--font-size-base);
  }
  .text-content blockquote {
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 15px;
  }
  .text-content ul,
  .text-content ol {
    margin-bottom: 20px;
  }
  .text-content table {
    width: auto;
  }
  .sidebar {
    min-width: 100%;
  }
  .sidebar__wrapper {
    padding: 15px;
    border-radius: 15px;
  }
  .sidebar__title {
    font-size: var(--font-size-base);
    line-height: 16px;
  }
  .text-content__nav ul li,
  .prices__tabs li {
    padding: 10px 10px 10px 23px;
    border-radius: 15px;
    transition: background-color 0.7s;
  }
  .text-content__nav ul li::before,
  .prices__tabs li::before {
    top: 17px;
    left: 7px;
  }
  .sidebar__doctor {
    margin-bottom: 5px;
    padding: 5px 0 10px 0;
  }
  .sidebar__doctor img {
    width: 40px;
    height: 40px;
  }
  .sidebar__reviewer {
    gap: 10px;
  }
  .sidebar__reviewer-img {
    width: 55px;
    height: 55px;
    border-radius: 5px;
  }
}
.steps__wrapper {
  display: flex;
  gap: 20px;
}
.steps__slider {
  overflow: hidden;
}
@media (max-width: 500px) {
  .text-content__block img {
    margin-left: 0!important;
    margin-right: 0!important;
  }
}

@media (min-width: 1024px) {
  .steps .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
}
.step {
  position: relative;
  padding: 30px;
  width: calc(50% - 10px);
  height: 238px;
  border-radius: 30px;
  color: var(--white);
  background: var(--back-dark);
  overflow: hidden;
}

.step__number {
  position: absolute;
  top: 24px;
  right: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
  border-radius: 50%;
  font-weight: 600;
  font-size: var(--font-size-lg);
  line-height: 24px;
  color: rgba(255, 255, 255, 0.5019607843);
}

.step__title {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: var(--font-size-xl);
  line-height: 26px;
}

.step__description {
  padding-right: 85px;
  opacity: 0.8;
}

.step__img {
  position: absolute;
  right: 0;
  bottom: 0;
}

.steps__form {
  padding: 30px 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 455px;
  min-width: 455px;
  border-radius: 30px;
  background-color: var(--back);
}

.form__title {
  font-weight: 700;
  font-size: var(--font-size-2xl);
  line-height: 28px;
}
.form__title span {
  display: block;
  color: var(--main);
}

@media (max-width: 1023px) {
  .steps__wrapper {
    flex-direction: column;
    gap: 40px;
  }
  .steps__slider {
    overflow: visible;
  }
  .step {
    padding: 20px;
    width: 100%;
    height: 200px;
  }
  .step__number {
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    font-size: var(--font-size-base);
    line-height: 20px;
  }
  .step__title {
    font-size: var(--font-size-base);
  }
  .step__description {
    padding-right: 45px;
  }
  .step__img {
    width: 118px;
    height: 118px;
  }
  .steps__form {
    padding: 22px 20px;
    gap: 10px;
    width: 100%;
    min-width: 100%;
    border-radius: 20px;
  }
  .form__title {
    font-size: var(--font-size-md);
    line-height: 22px;
  }
}
@media (min-width: 1023px) {
  .gallery .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 10px;
  }
}
.gallery__slider {
  overflow: hidden;
  height: 100%;
}

.gallery__slide {
  border-radius: 20px;
  height: auto;
  overflow: hidden;
}
.gallery__slide picture {
  width: 100%;
  height: 100%;
}
.gallery__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: filter 0.5s;
}

.gallery__slide--big {
  grid-column: 1/3;
  grid-row: 1/3;
}

.gallery__slide a {
  display: block;
  height: 100%;
  width: 100%;
}

.gallery__slide a::before,
.document a::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  opacity: 0;
  background-image: url("../../assets/img/icons/stack.svg#scale");
  z-index: 3;
  transition: opacity 0.7s;
}

.gallery__slide a:hover .gallery__img,
.document a:hover .document__img {
  filter: brightness(0.5);
  transition: filter 0.5s;
}

.gallery__slide a:hover::before,
.document a:hover::before {
  opacity: 1;
  transition: opacity 0.7s;
}

@media (max-width: 1023px) {
  .gallery__slider {
    overflow: visible;
  }
}
.doctors {
  position: relative;
}

.doctors__slider {
  overflow: hidden;
}

.doctor a {
  position: relative;
  padding: 25px;
  display: flex;
  gap: 20px;
  border-radius: 25px;
  background-color: var(--white);
  border: 1px solid var(--border);
}
.doctor__text {
  display: flex;
  flex-direction: column;
}
.doctor__img {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}
.doctor .rating {
  margin-bottom: 30px;
}
.doctor__reviews {
  font-size: var(--font-size-base);
  color: #6b7273;
}
.doctor__name {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: var(--font-size-2xl);
  line-height: 28px;
}
.doctor__name span {
  display: block;
  color: var(--main);
}
.doctor__prof {
  margin-bottom: 10px;
  font-size: var(--font-size-base);
  line-height: 20px;
  color: #6b7273;
}
.doctor__work {
  margin-top: auto;
  margin-right: auto;
  padding: 10px 15px;
  font-size: var(--font-size-base);
  font-weight: 600;
  line-height: 18px;
  color: var(--main);
  background: rgba(235, 245, 250, 0.5);
  border: 1px solid rgba(0, 148, 155, 0.2);
  border-radius: 15px;
}
.doctor__link {
  position: absolute;
  right: 25px;
  bottom: 25px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  background-color: var(--main);
  opacity: 0;
  transition: opacity 0.5s;
}
.doctor__link::before {
  content: "";
  width: 20px;
  height: 20px;
  -webkit-mask-image: url("/assets/img/icons/stack.svg#arrow-right");
  mask-image: url("/assets/img/icons/stack.svg#arrow-right");
  background-color: var(--white);
}

.doctor a:hover .doctor__link {
  opacity: 1;
  transition: opacity 0.5s;
}

.rating {
  display: flex;
  gap: 10px;
}

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

.rating span {
  position: relative;
  width: 20px;
  height: 20px;
  background-image: url("/assets/img/icons/stack.svg#star-empty");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
}

.rating span.active {
  background-image: url("/assets/img/icons/stack.svg#star");
  background-size: 100%;
}

@media (max-width: 768px) {
  .doctor a {
    padding: 10px;
    flex-direction: column;
    gap: 10px;
    border-radius: 20px;
  }
  .doctor__img {
    margin: 0 auto;
    width: 100%;
    max-width: 300px;
    height: 259px;
    border-radius: 15px;
  }
  .doctor .rating {
    margin-bottom: 10px;
  }
  .doctor__reviews {
    font-size: var(--font-size-base);
  }
  .doctor__name {
    margin-bottom: 5px;
    font-size: var(--font-size-md);
    line-height: 24px;
  }
  .doctor__prof {
    margin-bottom: 16px;
    font-size: var(--font-size-base);
    line-height: 20px;
    font-weight: 600;
    color: #6b7273;
  }
  .doctor__work {
    margin-top: 0;
    padding: 5px 10px;
  }
  .doctor__link {
    right: 10px;
    bottom: 10px;
    width: 40px;
    height: 40px;
    background-color: rgba(235, 245, 250, 0.5019607843);
    opacity: 1;
  }
  .doctor__link::before {
    background-color: var(--main);
  }
  .rating span {
    width: 16px;
    height: 16px;
  }
}
.doctors-page .title span {
  display: inline;
}
.doctors-page .subtitle {
  margin: 0 0 84px 0;
  text-align: left;
}

.doctors__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.doctors__list .doctor {
  width: calc(50% - 10px);
}

@media (max-width: 1023px) {
  .doctors__list {
    gap: 10px;
  }
  .doctors__list .doctor {
    width: 100%;
  }
}
.doctor-page__wrapper {
  display: flex;
  gap: 30px;
}

.doctor-page__bage {
  margin-bottom: auto;
  padding: 25px;
  border-radius: 30px;
  color: var(--white);
  background: linear-gradient(180deg, #008192 0%, #173555 100%), linear-gradient(180deg, #0E7E8D 0%, #1C2C39 100%);
}

.doctor-page__img {
  position: relative;
  margin-bottom: 20px;
}

.doctor-page__img img {
  border-radius: 20px;
  background: var(--back-light-small);
  -o-object-fit: cover;
  object-fit: cover;
}

.doctor-page__work {
  position: absolute;
  left: 10px;
  bottom: 10px;
  padding: 10px 15px;
  background-color: rgba(235, 245, 250, 0.5019607843);
  border: 1px solid rgba(0, 148, 155, 0.2);
  font-weight: 600;
  font-size: var(--font-size-base);
  line-height: 20px;
  border-radius: 15px;
  color: var(--main);
}

.doctor-page__name {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: var(--font-size-2xl);
  line-height: 28px;
}

.doctor-page__prof {
  margin-bottom: 20px;
  font-size: var(--font-size-base);
  opacity: 0.8;
}

.doctor-page__button {
  margin-top: 20px;
  max-width: 100%;
}

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

.doctor-page__block {
  padding: 30px;
  border-radius: 30px;
  background-color: var(--white);
}

.doctor-page__block--text p {
  margin-bottom: 10px;
}

p.doctor-page__title {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: var(--font-size-lg);
  line-height: 24px;
  background-image: var(--back-title);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.doctor-page__notes {
  margin-top: 30px;
  display: flex;
  gap: 10px;
}

.doctor-page__note {
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  border-radius: 15px;
  background-color: #f3f5f6;
  color: var(--main-dark);
}

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

.education__item {
  position: relative;
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.education__item-date {
  font-size: var(--font-size-base);
  color: var(--main-dark);
}

.education__item-name {
  font-size: var(--font-size-base);
  line-height: 20px;
  font-weight: 600;
  color: var(--main-dark);
}

.education__item-spec {
  font-size: var(--font-size-base);
  color: #6b7273;
}

.education__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 14px;
  height: 14px;
  background-image: url("/assets/img/icons/stack.svg#dote");
}

.education__item::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 16px;
  bottom: -25px;
  width: 1px;
  background-color: rgba(115, 155, 166, 0.5019607843);
}

.education__item:last-child::after {
  display: none;
}

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

.schedule__item {
  position: relative;
  padding: 20px 25px 20px 51px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: calc(25% - 5px);
  border-radius: 15px;
  border: 1px solid var(--border);
}
.schedule__item::before {
  content: "";
  position: absolute;
  top: 39px;
  left: 30px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--main);
}

.schedule__item--off::before {
  background-color: var(--border);
}

.schedule__item-day {
  font-weight: 500;
  color: var(--gray);
}

.schedule__item-time {
  font-weight: 600;
  font-size: var(--font-size-base);
  line-height: 20px;
  letter-spacing: 1%;
}

.doctor-page__block--text ol {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.doctor-page__block--text ol li::marker {
  font-weight: 600;
  color: var(--gray);
}
.doctor-page__block--text ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.doctor-page__block--text ul li {
  position: relative;
  padding-left: 27px;
}
.doctor-page__block--text ul li::before {
  content: "";
  position: absolute;
  min-width: 8px;
  width: 8px;
  height: 8px;
  left: 7px;
  top: 7px;
  background-color: #a0d2d4;
  border-radius: 50%;
}

.doctor-page__block--spec ul {
  margin-bottom: 30px;
}

.doctor-page__block--spec ul li {
  padding: 10px 10px 10px 42px;
  border-radius: 20px;
  font-weight: 500;
  border: 1px solid var(--border);
  color: var(--main-dark);
}
.doctor-page__block--spec ul li::before {
  top: 22px;
  left: 22px;
}

.doctor-page__links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.doctor-page__link {
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  width: calc(33% - 10px);
  border-radius: 20px;
  border: 1px solid var(--border);
  font-weight: 600;
}

.doctor-page__link span {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: var(--font-size-base);
  color: var(--main);
}
.doctor-page__link span::after {
  content: "";
  width: 18px;
  height: 18px;
  -webkit-mask-image: url("/assets/img/icons/stack.svg#right");
  mask-image: url("/assets/img/icons/stack.svg#right");
  background-color: var(--main);
}
.doctor-page__link span:hover {
  color: var(--black);
}

.doctor-page__block > *:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .doctor-page__slider .swiper-wrapper {
    display: flex;
    gap: 20px;
  }
}
.doctor-page .document {
  width: calc(33% - 10px);
}

@media (max-width: 1300px) {
  .schedule__item {
    width: calc(50% - 5px);
  }
  .doctor-page .document img {
    height: 200px;
  }
}
@media (max-width: 1023px) {
  .doctor-page__wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .doctor-page__bage {
    margin-bottom: 0;
    padding: 15px;
    border-radius: 20px;
  }
  .doctor-page__img {
    margin: 0 auto;
    margin-bottom: 15px;
    width: 100%;
    max-width: 400px;
  }
  .doctor-page__img img {
    width: 100%;
    height: auto;
    border-radius: 15px;
  }
  .doctor-page__work {
    left: 10px;
    bottom: 10px;
    padding: 5px 19px;
    font-size: var(--font-size-base);
    line-height: 18px;
  }
  .doctor-page__name {
    font-size: var(--font-size-base);
    line-height: 20px;
  }
  .doctor-page__prof {
    margin-bottom: 15px;
    font-size: var(--font-size-base);
  }
  .doctor-page__button {
    margin-top: 15px;
  }
  .doctor-page__info {
    gap: 5px;
  }
  .doctor-page__block {
    padding: 15px;
    border-radius: 20px;
  }
  p.doctor-page__title {
    margin-bottom: 15px;
    font-size: var(--font-size-base);
    line-height: 20px;
  }
  .doctor-page__note {
    padding: 8px 10px;
    display: flex;
    flex-direction: column;
    gap: 2px;
    border-radius: 15px;
    background-color: #f3f5f6;
    color: var(--main-dark);
  }
  .education__list {
    gap: 15px;
  }
  .education__item-date {
    font-size: var(--font-size-base);
  }
  .education__item-name {
    font-size: var(--font-size-base);
    line-height: 18px;
  }
  .education__item-spec {
    font-size: var(--font-size-base);
  }
  .schedule__item {
    position: relative;
    padding: 5px 10px 5px 31px;
    gap: 0;
    width: calc(33% - 5px);
    border-radius: 10px;
  }
  .schedule__item::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 15px;
  }
  .schedule__item-time {
    font-size: var(--font-size-base);
    line-height: 18px;
  }
  .doctor-page__block--spec ul {
    margin-bottom: 30px;
  }
  .doctor-page__block--spec ul li {
    padding: 10px 10px 10px 33px;
    border-radius: 10px;
  }
  .doctor-page__block--spec ul li::before {
    top: 15px;
    left: 15px;
  }
  .doctor-page__links {
    gap: 10px;
  }
  .doctor-page__link {
    padding: 15px;
    width: calc(50% - 10px);
    min-height: 0;
    border-radius: 15px;
  }
  .doctor-page__link span {
    font-size: var(--font-size-base);
  }
}
@media (max-width: 768px) {
  .doctor-page__notes {
    margin-top: 10px;
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
  }
  .schedule__item {
    width: 100%;
  }
  .doctor-page__link {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .rehab .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
}
.rehab__item {
  padding: 25px;
  width: calc(25% - 15px);
  min-height: 200px;
  font-weight: 600;
  border-radius: 15px;
  border: 1px solid var(--border);
}
.rehab__item-icon {
  margin-bottom: 31px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 68px;
  min-width: 68px;
  height: 68px;
  background: var(--back-icon);
  border-radius: 50%;
}
.rehab__item-icon svg {
  fill: var(--main);
}
.rehab__item-title {
  margin-bottom: 5px;
  font-size: var(--font-size-lg);
  line-height: 24px;
  color: var(--main-dark);
}
.rehab__item-price {
  color: var(--main);
}

@media (max-width: 1200px) {
  .rehab__item {
    width: calc(33% - 10px);
  }
}
@media (max-width: 1023px) {
  .rehab__slider {
    overflow: visible;
  }
  .rehab__item {
    padding: 35px 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    min-height: 120px;
  }
  .rehab__item-title {
    font-size: var(--font-size-base);
    line-height: 20px;
  }
  .rehab__item-icon {
    margin-bottom: 0;
    width: 50px;
    min-width: 50px;
    height: 50px;
  }
  .rehab__item-icon svg {
    width: 24px;
  }
}
.map__wrapper {
  position: relative;
  height: 460px;
  border-radius: 30px;
}

#map {
  width: 100%;
  height: 460px;
  border-radius: 30px;
  overflow: hidden;
}

.map__banner {
  position: absolute;
  left: 30px;
  bottom: 30px;
  padding: 25px 30px;
  max-width: 315px;
  border-radius: 30px;
  background-color: var(--white);
}
.map__banner .button {
  width: 100%;
}

.map__banner-title {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: var(--font-size-lg);
  line-height: 24px;
  color: var(--text-accent);
}

.map__banner-description {
  margin-bottom: 20px;
  font-size: var(--font-size-base);
  line-height: 18px;
}

@media (max-width: 768px) {
  .map__banner {
    left: 10px;
    bottom: 10px;
    padding: 15px;
    width: 270px;
  }
  .map__banner .button {
    min-width: 100%;
  }
  .map__banner-title {
    font-size: var(--font-size-base);
    line-height: 20px;
  }
  .map__banner-description {
    margin-bottom: 15px;
    font-size: var(--font-size-base);
    line-height: 16px;
  }
}
@media (min-width: 1023px) {
  .documents .swiper-wrapper {
    display: flex;
    gap: 20px;
  }
}
.document {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: calc(25% - 15px);
  height: auto;
  font-weight: 600;
  font-size: var(--font-size-base);
  line-height: 18px;
  border-radius: 15px;
  background-color: var(--back);
}
.document a {
  position: relative;
  width: 100%;
}
.document__img {
  margin: 0 auto;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  border-radius: 10px;
}

.documents__list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 20px;
}

.documents__item {
  width: calc(33% - 10px);
}

.documents-page {
  padding: 50px 0 140px 0;
}

.documents-page__top {
  margin-bottom: 40px;
  padding: 40px 60px;
  border-radius: 30px;
  background-color: rgba(180, 218, 235, 0.3019607843);
}
.documents-page__top p {
  width: 60%;
}
.documents-page__top a {
  color: var(--main);
}
.documents-page__top span {
  color: var(--gray);
}

@media (max-width: 1023px) {
  .documents__slider {
    overflow: visible;
  }
  .documents__item {
    width: calc(50% - 10px);
  }
  .documents-page__top {
    margin-bottom: 30px;
    padding: 40px 20px;
  }
  .documents-page__top p {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .document {
    padding: 10px;
    gap: 10px;
  }
  .documents__list {
    flex-direction: column;
  }
  .document {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .treatment .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 10px;
  }
}
.treatment__item {
  position: relative;
  padding: 30px;
  width: calc(33% - 6px);
  min-height: 230px;
  height: auto;
  border-radius: 30px;
  color: var(--white);
  background: var(--back-dark);
  overflow: hidden;
}

.treatment__item-number {
  position: absolute;
  top: 24px;
  right: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
  border-radius: 50%;
  font-weight: 600;
  font-size: var(--font-size-lg);
  line-height: 24px;
  color: rgba(255, 255, 255, 0.5019607843);
}

.treatment__item-title {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: var(--font-size-xl);
  line-height: 26px;
}

.treatment__item-description {
  opacity: 0.8;
}

@media (max-width: 1023px) {
  .treatment__slider {
    overflow: visible;
  }
  .treatment__item {
    padding: 20px;
    width: 100%;
  }
  .treatment__item-number {
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    font-size: var(--font-size-base);
    line-height: 20px;
  }
  .treatment__item-title {
    font-size: var(--font-size-base);
    line-height: 20px;
  }
}
@media (min-width: 1024px) {
  .help .swiper-wrapper {
    display: flex;
    gap: 20px;
  }
}
.help__item {
  position: relative;
  padding: 30px;
  padding-right: 125px;
  border-radius: 30px;
  width: calc(33% - 10px);
  height: 290px;
  border-radius: 30px;
  font-size: var(--font-size-lg);
  line-height: 24px;
  font-weight: 600;
  color: var(--text-accent);
  background: var(--back-light-small);
  overflow: hidden;
}
.help__item p {
  position: relative;
  z-index: 1;
}
.help__item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url("/assets/img/icons/stack.svg#wave");
  background-repeat: no-repeat;
  background-size: cover;
  pointer-events: none;
}
.help__item span {
  display: block;
  color: var(--main);
}
.help__item-img {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (max-width: 1023px) {
  .help__slider {
    overflow: visible;
  }
  .help__item {
    padding: 25px;
    height: 220px;
    font-size: var(--font-size-base);
    line-height: 20px;
  }
  .help__item-img {
    width: 160px;
    height: auto;
  }
}
.reviews {
  position: relative;
}
.reviews__slider {
  overflow: hidden;
  height: 100%;
}

.review {
  padding: 30px;
  height: auto;
  border-radius: 20px;
  background-color: var(--white);
}
.review__top {
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30%;
}
.review__info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.review .rating {
  min-width: -moz-max-content;
  min-width: max-content;
  font-weight: 600;
}
.review__date {
  opacity: 0.4;
  font-weight: 600;
  font-size: var(--font-size-base);
  line-height: 20px;
  letter-spacing: 1%;
}
.review__name {
  font-weight: 700;
  font-size: var(--font-size-lg);
  line-height: 24px;
}

.reviews-page {
  padding: 20px 0 100px 0;
}

.reviews__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.reviews__list .review {
  width: calc(50% - 5px);
}

.reviews__form {
  position: relative;
  padding: 50px;
  display: flex;
  gap: 120px;
  border-radius: 30px;
  background-color: var(--back);
}
.reviews__form form {
  position: relative;
  max-width: 500px;
  z-index: 1;
}
.reviews__form::before {
  content: "";
  position: absolute;
  width: 324px;
  height: 162px;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background-image: url("/assets/img/icons/stack.svg#decor");
}
.reviews__form .button {
  max-width: 180px;
}

.reviews__form-text {
  flex-grow: 1;
  height: auto;
  display: flex;
  flex-direction: column;
}
.reviews__form-text .title-secondary {
  margin-bottom: auto;
  text-align: left;
}
.reviews__form-text .subtitle {
  margin: 0;
  width: 100%;
  text-align: left;
  color: var(--main);
}

@media (max-width: 1023px) {
  .reviews__slider {
    overflow: visible;
  }
  .review {
    padding: 20px;
  }
  .review__top {
    flex-direction: column;
    gap: 10px;
  }
  .review__name {
    font-size: var(--font-size-base);
    line-height: 20px;
  }
  .review__date {
    font-size: var(--font-size-base);
    line-height: 18px;
  }
  .reviews-slider__navigation,
  .articles-slider__navigation {
    display: none;
  }
}
@media (max-width: 768px) {
  .reviews__list {
    flex-direction: column;
  }
  .review {
    width: 100%;
  }
  .reviews__list .review {
    width: 100%;
  }
  .reviews__form {
    padding: 25px 20px;
    flex-direction: column;
    gap: 30px;
    border-radius: 20px;
  }
  .reviews__form form {
    max-width: 100%;
  }
  .reviews__form::before {
    display: none;
  }
  .reviews__form .button {
    margin: 0 auto;
    max-width: 250px;
  }
  .reviews__form-text .title-secondary {
    margin-bottom: 15px;
    text-align: left;
  }
}
.articles {
  position: relative;
}

.articles__slider {
  height: 100%;
  overflow: hidden;
}

.article {
  display: flex;
  flex-direction: column;
  height: auto;
  width: calc(33% - 5px);
  border-radius: 20px;
  border: 1px solid var(--border);
}
.article img {
  width: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}
.article__text {
  padding: 25px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  font-weight: 600;
}
.article__date {
  margin-bottom: 15px;
  font-size: var(--font-size-base);
  line-height: 16px;
  text-align: right;
  color: var(--gray);
}
.article__title {
  margin-bottom: 20px;
}
.article__link {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--main);
}
.article__link::after {
  content: "";
  width: 18px;
  height: 18px;
  -webkit-mask-image: url("/assets/img/icons/stack.svg#right");
  mask-image: url("/assets/img/icons/stack.svg#right");
  background-color: var(--main);
}
.article__link:hover {
  opacity: 0.7;
}

.articles__list {
  padding: 50px 0 140px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 10px;
}

.article-page-title {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: var(--font-size-5xl);
  line-height: 50px;
  width: calc(100% - 430px);
}

.article-page-img {
  width: 100%;
  max-width: 850px;
  border-radius: 30px;
}

.text-content--article {
  padding-bottom: 100px;
}
.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.tag {
  padding: 10px 15px;
  border-radius: 60px;
  border: 1px solid #00949b80;
  background-color: var(--back);
}

@media (max-width: 1023px) {
  .articles__slider {
    overflow: visible;
  }
  .article {
    width: calc(50% - 5px);
  }
  .article-page-title {
    margin-bottom: 25px;
    font-weight: 600;
    font-size: var(--font-size-2xl);
    line-height: 30px;
    width: 100%;
  }
  .article-page-img {
    border-radius: 20px;
  }
  .text-content--article {
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .article {
    width: 100%;
  }
  .article img {
    width: 100%;
    height: 180px;
  }
  .article__text {
    padding: 15px;
  }
  .article__date {
    margin-bottom: 10px;
  }
  .article__title {
    margin-bottom: 10px;
  }
}
.prices {
  padding: 100px 0 50px 0;
  color: var(--main-dark);
}
.prices__wrapper {
  padding: 50px;
  border-radius: 40px;
  border: 1px solid var(--border);
}
.prices__title {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: var(--font-size-4xl);
  line-height: 38px;
}

.prices__list {
  width: 100%;
  font-weight: 600;
}

.price {
  padding: 15px 20px;
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 5px;
  align-items: center;
  border-bottom: 1px solid var(--border);
}

.price--top {
  padding: 20px;
  border-radius: 10px;
  background-color: var(--back);
  text-align: left;
  border-bottom: none;
}

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

.price__cost {
  color: var(--main);
}

.price__button {
  padding: 11px 34px;
  height: 44px;
}

.tab {
  cursor: pointer;
}

.tab.active {
  background-color: var(--back);
}

@media (max-width: 1023px) {
  .prices {
    padding: 40px 0 0 0;
  }
  .prices__wrapper {
    padding: 0;
    border-radius: 0;
    border: none;
  }
  .prices__title {
    margin-bottom: 20px;
    font-size: var(--font-size-lg);
    line-height: 24px;
  }
  .prices__list {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .price {
    padding: 5px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 20px;
    border: 1px solid var(--border);
  }
  .price--top {
    display: none;
  }
  .price__name {
    padding: 15px 15px 10px 15px;
  }
  .price__wrapper {
    padding: 5px;
    justify-content: flex-start;
    gap: 10px;
    width: 100%;
    border-radius: 15px;
    background-color: #f3f5f6;
  }
  .price__cost {
    flex-grow: 1;
    text-align: center;
    font-weight: 700;
  }
  .price__button {
    padding: 9px 33px;
    height: 40px;
  }
}
.prices.prices-page {
  padding: 50px 0 100px 0;
  color: var(--main-dark);
}

.prices__content {
  display: flex;
  gap: 30px;
}

.prices__sidebar {
  margin-bottom: auto;
  padding: 10px;
  min-width: 350px;
  border-radius: 20px;
  border: 1px solid var(--border);
  box-shadow: 0px 20px 25px 0px rgba(157, 200, 221, 0.2);
}

.prices__lists {
  flex-grow: 1;
}

.prices-page .tab-content {
  transform: scaleY(0);
  transform-origin: top center;
  opacity: 0;
  max-height: 0;
  margin: 0;
  overflow: hidden;
  transition: all 1s;
}

.prices-page .tab-content.active {
  margin-bottom: 50px;
  transform: scaleY(1);
  opacity: 1;
  max-height: 6000px;
  overflow-y: auto;
  transition: all 1s;
}

.prices-page .tab-content.active:last-of-type {
  margin-bottom: 70px;
}

.prices__list-top {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.prices__list-title {
  font-weight: 600;
  font-size: var(--font-size-lg);
  line-height: 24px;
}

.prices__note {
  margin-top: 30px;
  padding: 40px 80px;
  border-radius: 30px;
  background-color: var(--back);
}
.prices__note a {
  color: var(--main);
}

@media (max-width: 1023px) {
  .prices.prices-page {
    padding: 30px 0 60px 0;
  }
  .prices__content {
    flex-direction: column;
  }
  .prices__sidebar {
    margin-bottom: 0;
    padding: 10px;
    min-width: 100%;
    border-radius: 15px;
  }
  .prices-page .tab-content.active {
    margin-bottom: 30px;
  }
  .prices-page .tab-content.active:last-of-type {
    margin-bottom: 40px;
  }
  .prices__list-top {
    gap: 10px;
  }
  .prices__list-top img {
    width: 50px;
    height: 50px;
  }
  .prices__list-title {
    font-size: var(--font-size-base);
    line-height: 20px;
  }
  .prices__note {
    margin-top: 0;
    padding: 25px;
    border-radius: 20px;
  }
}

.faq__title span {
  display: inline;
}
.faq__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.details {
  border-radius: 30px;
  background-color: var(--white);
  transition: all 0.7s;
}
.details__title {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  font-weight: 600;
}
.details__content {
  margin-bottom: -80px;
  padding: 0 200px 41px 20px;
}
.details__content p {
  margin-bottom: 10px;
}
.details[open] {
  padding-bottom: 80px;
  transition: all 0.7s;
}

details[open] .details__title {
  padding-bottom: 10px;
}

.details__open {
  position: relative;
  min-width: 64px;
  width: 64px;
  height: 64px;
  border-radius: 25px;
  background-color: rgba(0, 148, 155, 0.5019607843);
}

.details__open::before {
  content: "";
  position: absolute;
  left: 26px;
  top: 31px;
  width: 12px;
  height: 2px;
  background-color: var(--white);
  transition: transform 0.7s;
}

.details__open::after {
  content: "";
  position: absolute;
  left: 31px;
  top: 26px;
  width: 2px;
  height: 12px;
  background-color: var(--white);
  transition: transform 0.7s;
}

details[open] .details__open::before,
details[open] .details__open::after {
  transform: rotate(135deg);
  transition: transform 0.7s;
}

@media (max-width: 768px) {
  .details {
    border-radius: 15px;
  }
  .details__title {
    padding: 15px;
    gap: 10px;
    align-items: flex-start;
  }
  .details__content {
    padding: 0 15px 15px 15px;
  }
  .details__open {
    min-width: 32px;
    width: 32px;
    height: 32px;
    border-radius: 10px;
  }
  .details__open::before {
    left: 9px;
    top: 14px;
    width: 14px;
    height: 2px;
  }
  .details__open::after {
    left: 15px;
    top: 8px;
    width: 2px;
    height: 14px;
  }
}
.facts__slider {
  overflow: hidden;
  height: 100%;
}

@media (min-width: 769px) {
  .facts .swiper-wrapper {
    display: flex;
    gap: 10px;
  }
}
.facts__title {
  margin-bottom: 50px;
}

.fact {
  position: relative;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 22px;
  width: calc(50% - 5px);
  height: auto;
  font-weight: 600;
  border-radius: 30px;
  color: var(--main-dark);
  background-color: var(--back);
  overflow: hidden;
}
.fact::before {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  right: 0;
  bottom: 0;
  background-image: url("/assets/img/icons/stack.svg#decor-small");
  opacity: 0.1;
}

.fact__title {
  font-size: var(--font-size-md);
  line-height: 24px;
}

.fact__text {
  margin-bottom: auto;
  font-weight: 500;
}

.fact__source {
  padding-top: 20px;
  max-width: 70%;
  font-size: var(--font-size-base);
  border-top: 1px solid var(--border);
}
.fact__source span {
  margin-bottom: 5px;
  display: block;
}

@media (max-width: 1023px) {
  .facts__slider {
    overflow: visible;
  }
  .facts__title {
    margin-bottom: 20px;
  }
  .fact {
    padding: 20px;
    gap: 10px;
    border-radius: 20px;
  }
  .fact::before {
    width: 98px;
    height: 98px;
    background-size: 100%;
  }
  .fact__title {
    font-size: var(--font-size-base);
    line-height: 18px;
  }
  .fact__source {
    padding-top: 15px;
    max-width: 95%;
  }
}
input[type=radio] {
  display: none;
}

.calculator {
  padding: 50px 0 140px 0;
}
.calculator__top {
  margin-bottom: 50px;
  padding: 0 25px 0 60px;
  display: flex;
  gap: 30px;
  border-radius: 30px;
  background-color: var(--back);
}
.calculator__top img {
  margin-top: auto;
}
.calculator__top-text {
  padding: 40px 0;
}
.calculator__top-text p:not(:last-of-type) {
  margin-bottom: 20px;
}
.calculator__top-text b {
  color: var(--main-dark);
}
.calculator__wrapper {
  display: flex;
  gap: 30px;
  width: 100%;
}
.calculator__group {
  padding: 50px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
  border-radius: 40px;
  border: 1px solid var(--border);
  box-shadow: 0px 20px 25px 0px rgba(157, 200, 221, 0.2);
}
.calculator__label {
  margin-bottom: 10px;
  font-size: var(--font-size-base);
  line-height: 18px;
  color: var(--main-dark);
}
.calculator__options {
  display: flex;
  border-radius: 10px;
  overflow: hidden;
}
.calculator__option {
  flex-grow: 1;
}
.calculator__value {
  padding: 15px;
  font-size: var(--font-size-base);
  line-height: 18px;
  text-align: center;
  background-color: var(--back);
  transition: all 0.5s;
  cursor: pointer;
}
.calculator__value:not(:last-of-type) {
  border-right: 1px solid var(--white);
}
.calculator__options-range {
  display: flex;
  align-items: center;
  gap: 30px;
}
.calculator__range {
  flex-grow: 1;
}
.calculator__range-input {
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  background-color: var(--back);
}
.calculator__range-input .calculator__value {
  text-align: left;
}
.calculator input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  background: transparent;
}
.calculator input[type=range]::-webkit-slider-runnable-track {
  height: 2px;
  background-color: var(--border);
}
.calculator input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--main-dark);
  border: 5px solid var(--border);
  margin-top: -9px;
  cursor: pointer;
}
.calculator__input:checked + .calculator__value {
  background-color: var(--main-dark);
  color: var(--white);
  transition: all 0.5s;
}
.calculator__sidebar {
  position: relative;
  margin-bottom: auto;
  padding: 30px 25px;
  width: 450px;
  border-radius: 40px;
  color: var(--white);
  background: linear-gradient(180deg, #008192 0%, #173555 100%), linear-gradient(180deg, #0E7E8D 0%, #1C2C39 100%);
}
.calculator__sidebar::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  top: 30px;
  right: 30px;
  background-image: url("/assets/img/icons/stack.svg#med");
}
.calculator__result {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.calculator__result-price {
  font-weight: 700;
  font-size: var(--font-size-3xl);
  line-height: 32px;
}
.calculator__result-service {
  font-weight: 600;
  font-size: var(--font-size-lg);
  line-height: 24px;
}
.calculator__result-label {
  font-size: var(--font-size-base);
  line-height: 18px;
  color: #99fcff;
  opacity: 0.8;
}
.calculator__form {
  margin-bottom: 20px;
  padding: 25px 30px;
  border-radius: 20px;
  background-color: rgba(19, 26, 32, 0.5019607843);
  backdrop-filter: blur(12px);
}
.calculator__form-title {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: var(--font-size-2xl);
  line-height: 28px;
}
.calculator__form-title span {
  color: #5ee8ef;
}
.calculator__sidebar-bottom {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.calculator__sidebar-bottom p {
  font-size: var(--font-size-base);
  line-height: 18px;
  opacity: 0.8;
}
.calculator__phone {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: var(--font-size-lg);
  line-height: 24px;
}
.calculator__phone-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--back-btn);
}
.calculator__phone-icon svg {
  fill: var(--white);
}

@media (max-width: 1023px) {
  .calculator {
    padding: 20px 0 60px 0;
  }
  .calculator__top {
    margin-bottom: 40px;
    padding: 25px 25px 0 25px;
    flex-direction: column;
    gap: 0;
    border-radius: 20px;
  }
  .calculator__top img {
    margin: 0 auto;
    width: auto;
    height: 128px;
  }
  .calculator__top-text {
    padding: 0;
  }
  .calculator__top-text p:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .calculator__wrapper {
    flex-direction: column;
    gap: 40px;
  }
  .calculator__group {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
    border-radius: 0;
    border: none;
    box-shadow: none;
  }
  .calculator__label {
    margin-bottom: 10px;
    font-size: var(--font-size-base);
    line-height: 16px;
  }
  .calculator__value {
    padding: 12px 8px;
    font-size: var(--font-size-base);
    line-height: 16px;
  }
  .calculator__options-range {
    gap: 10px;
  }
  .calculator input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border: 4px solid var(--border);
    margin-top: -6px;
  }
  .calculator__sidebar {
    margin-bottom: 0;
    padding: 15px;
    width: 100%;
    border-radius: 20px;
  }
  .calculator__sidebar::before {
    width: 34px;
    height: 34px;
    top: 15px;
    right: 15px;
    background-size: 100%;
  }
  .calculator__result-price {
    font-weight: 600;
    font-size: var(--font-size-base);
    line-height: 20px;
  }
  .calculator__result-service {
    font-size: var(--font-size-base);
    line-height: 20px;
  }
  .calculator__result-label {
    font-size: var(--font-size-base);
    line-height: 16px;
  }
  .calculator__form {
    margin-bottom: 15px;
    padding: 15px;
  }
  .calculator__form-title {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: var(--font-size-base);
    line-height: 18px;
  }
  .calculator__sidebar-bottom p {
    font-size: var(--font-size-base);
    line-height: 16px;
  }
  .calculator__phone {
    font-size: var(--font-size-base);
    line-height: 20px;
  }
}
.contacts__wrapper {
  border-radius: 40px;
  overflow: hidden;
}

.contacts__top {
  position: relative;
  padding: 50px 60px;
  color: var(--white);
  background: var(--back-dark);
}

.contacts__top-title {
  margin-bottom: 7px;
  font-size: var(--font-size-lg);
  line-height: 24px;
  font-weight: 600;
}

.contact__top-address {
  margin-bottom: 77px;
  font-weight: 600;
  font-size: var(--font-size-3xl);
  line-height: 32px;
}

.contacts__list {
  position: relative;
  display: flex;
  gap: 60px;
  z-index: 1;
}

.contacts__item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.contacts__item div {
  display: flex;
  flex-direction: column;
}

.contacts__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 48px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid var(--border);
  background: var(--back-btn);
}
.contacts__icon svg {
  fill: #99fcff;
}

.contacts__img {
  position: absolute;
  right: 50px;
  bottom: 0;
}

.contacts__bottom {
  padding: 50px;
  display: flex;
  background-color: var(--white);
}

.contacts__flex {
  min-width: 407px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.contacts__flex-title {
  font-weight: 700;
  font-size: var(--font-size-4xl);
  line-height: 38px;
}
.contacts__flex-title span {
  display: block;
  color: var(--main);
}

.contacts__button {
  margin-top: auto;
  max-width: -moz-max-content;
  max-width: max-content;
}

.filials {
  flex-grow: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 11px;
}

.filial {
  padding: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  width: calc(50% - 6px);
  border-radius: 25px;
  border: 1px solid var(--border);
}
.filial p {
  color: var(--gray);
}
.filial b {
  font-size: var(--font-size-base);
  line-height: 20px;
}

.filial__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 54px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--back-icon);
}
.filial__icon svg {
  fill: var(--main);
}

@media (max-width: 1150px) {
  .contacts__list {
    gap: 15px;
  }
}
@media (max-width: 1023px) {
  .contacts__wrapper {
    border-radius: 20px;
  }
  .contacts__top {
    padding: 25px;
  }
  .contacts__top-title {
    font-size: var(--font-size-base);
    line-height: 20px;
  }
  .contact__top-address {
    margin-bottom: 30px;
    font-size: var(--font-size-md);
    line-height: 22px;
  }
  .contacts__icon {
    min-width: 40px;
    width: 40px;
    height: 40px;
  }
  .contacts__icon svg {
    width: 18px;
  }
  .contacts__img {
    display: none;
  }
  .contacts__bottom {
    position: relative;
    padding: 20px 15px 90px 15px;
    flex-direction: column;
    gap: 15px;
  }
  .contacts__flex {
    min-width: 100%;
    gap: 0;
  }
  .contacts__flex-title {
    font-size: var(--font-size-lg);
    line-height: 24px;
  }
  .contacts__button {
    position: absolute;
    left: 15px;
    bottom: 20px;
    max-width: calc(100% - 30px);
  }
  .filials {
    gap: 5px;
  }
  .filial {
    padding: 10px;
    border-radius: 15px;
  }
  .filial b {
    font-size: var(--font-size-base);
    line-height: 18px;
  }
  .filial__icon {
    min-width: 40px;
    width: 40px;
    height: 40px;
  }
  .filial__icon svg {
    width: 18px;
  }
}
@media (max-width: 768px) {
  .contacts__list {
    flex-direction: column;
  }
  .filial {
    width: 100%;
  }
}
.values__slider {
  overflow: hidden;
}

@media (min-width: 1024px) {
  .values .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
}
.value {
  padding: 20px 20px 40px 30px;
  width: calc(33% - 5px);
  height: auto;
  min-height: 280px;
  border-radius: 30px;
  background-color: var(--white);
}

.value__top {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.value__title {
  font-weight: 600;
  font-size: var(--font-size-lg);
  line-height: 24px;
  color: var(--main-dark);
}

.value__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 68px;
  width: 68px;
  height: 68px;
  background: var(--back-light-small);
  background: var(--back-icon);
  border-radius: 50%;
}
.value__icon svg {
  fill: var(--main);
}

.value__description {
  padding-right: 40px;
}

@media (max-width: 1023px) {
  .values__slider {
    overflow: visible;
  }
  .value {
    padding: 15px 15px 20px 20px;
    min-height: 221px;
  }
  .value__top {
    gap: 20px;
  }
  .value__title {
    font-size: var(--font-size-base);
    line-height: 20px;
  }
  .value__icon {
    min-width: 40px;
    width: 40px;
    height: 40px;
  }
  .value__icon svg {
    width: 19px;
  }
  .value__description {
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .value {
    width: 100%;
  }
}
.history {
  overflow: hidden;
}
.history__slider {
  position: relative;
  overflow: visible;
}
.history__slider::before {
  content: "";
  position: absolute;
  top: 72px;
  left: 0;
  width: 100vw;
  height: 2px;
  background: var(--border);
  z-index: 0;
}
.history__item {
  position: relative;
  padding-left: 10px;
  padding-bottom: 30px;
}
.history__item::before {
  content: "";
  position: absolute;
  top: 60px;
  left: 0;
  width: 25px;
  height: 25px;
  background-color: var(--white);
  border: 6px solid var(--main);
  border-radius: 50%;
  z-index: 2;
}
.history__item-title {
  margin-bottom: 60px;
  font-size: var(--font-size-5xl);
  line-height: 50px;
  font-weight: 700;
  color: var(--main);
}
.history span {
  display: block;
  margin-bottom: 10px;
  font-size: var(--font-size-lg);
  font-weight: 600;
  line-height: 24px;
  color: var(--main-dark);
}
.history__navigation.slider-navigation {
  margin-top: 10px;
  position: static;
  display: flex;
  justify-content: center;
  gap: 5px;
  transform: none;
}

@media (max-width: 1023px) {
  .history__slider {
    overflow: hidden;
  }
  .history__slider::before {
    top: 50px;
  }
  .history__item {
    padding-left: 0;
    padding-bottom: 0;
  }
  .history__item::before {
    top: 40px;
  }
  .history__item-title {
    margin-bottom: 45px;
    font-size: var(--font-size-xl);
    line-height: 28px;
  }
  .history span {
    margin-bottom: 5px;
    font-size: var(--font-size-base);
    font-weight: 600;
    line-height: 20px;
  }
  .history__navigation.slider-navigation {
    display: none;
  }
}
.not-found {
  padding: 100px 0 200px 0;
}
.not-found__wrapper {
  display: flex;
  align-items: center;
  gap: 50px;
  font-weight: 500;
}
.not-found .button {
  margin-top: 30px;
  max-width: 180px;
}

.not-found__title {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: var(--font-size-5xl);
  line-height: 50px;
}

@media (max-width: 1023px) {
  .not-found {
    padding: 196px 0 80px 0;
  }
  .not-found__wrapper {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
  .not-found .button {
    margin: 0 auto;
    margin-top: 20px;
  }
  .not-found__title {
    font-size: var(--font-size-xl);
    line-height: 26px;
  }
  .not-found__img {
    width: 100%;
    max-width: 570px;
    height: auto;
  }
}
.hide {
  display: none;
}
.youtube {
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    overflow: hidden;
    background-size: cover;
    /* свои значения */
    transition: all 200ms ease-out;
    cursor: pointer;
}

.youtube .play {
    background: url('/youtube-play-btn.png') no-repeat;
    /*ВАЖНО: здесь укажите адрес до изображения*/
    background-position: 0 -50px;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    position: absolute;
    height: 50px;
    width: 69px;
    transition: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.youtube:hover .play {
    background-position: 0 0;
}

@media (max-width: 767px) {
    .youtube {
        height: 350px !important;
    }

    iframe,
    video {
        height: 350px !important;
        object-fit: cover;
    }
}
