/*!*************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js!./assets/css/main.scss ***!
  \*************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap);
/*!*****************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js!./assets/css/main.scss (1) ***!
  \*****************************************************************************************************************************************************************************************/
:root {
  --_section-gap: clamp(6.25rem, 5.8098591549rem + 1.8779342723vw, 7.5rem);
  --_section-offset: clamp(0.5rem, -0.2042253521rem + 3.0046948357vw, 2.5rem);
  --color-primary: #19beca;
}

.interaction-disabled {
  pointer-events: none;
  cursor: default;
  user-select: none;
  touch-action: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  scroll-behavior: smooth;
  scroll-padding-top: clamp(6.25rem, 5.8098591549rem + 1.8779342723vw, 7.5rem);
  scroll-padding-top: var(--_section-gap);
}

body {
  min-height: 100vh;
  overflow-x: hidden;
  display: grid;
  grid-template-rows: auto 1fr auto;
  color: #000000;
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 19.8px */
}

button {
  border: none;
  background: none;
  cursor: pointer;
}

a,
a:visited {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

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

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

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

input,
textarea {
  border: none;
  outline: none;
  width: 100%;
  min-width: 0;
  resize: none;
}

input[type=checkbox],
input[type=radio] {
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox;
}

button,
input,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    transition: none !important;
  }
}
:where(section, header, footer) > .container {
  width: min(90rem - clamp(0.5rem, -0.2042253521rem + 3.0046948357vw, 2.5rem) * 2, 100vw - clamp(0.5rem, -0.2042253521rem + 3.0046948357vw, 2.5rem) * 2);
  width: min(90rem - var(--_section-offset) * 2, 100vw - var(--_section-offset) * 2);
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}

main {
  display: grid;
  grid-gap: clamp(6.25rem, 5.8098591549rem + 1.8779342723vw, 7.5rem);
  grid-gap: var(--_section-gap);
  gap: clamp(6.25rem, 5.8098591549rem + 1.8779342723vw, 7.5rem);
  gap: var(--_section-gap);
  grid-auto-rows: max-content;
}

.controls {
  height: 61px;
  display: flex;
  align-items: center;
  gap: 22px;
}
.controls .prev,
.controls .next {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  width: 45px;
  height: 45px;
  background: #fff;
  color: #19beca;
  color: var(--color-primary);
  border: 1px solid rgba(25, 190, 202, 0.4);
  cursor: pointer;
  transition: width 0.3s ease, height 0.3s ease, opacity 0.3s ease;
}
.controls .prev svg,
.controls .next svg {
  flex-shrink: 0;
  fill: currentColor;
  transition: opacity 0.3s ease;
}
.controls .prev.swiper-button-disabled svg,
.controls .next.swiper-button-disabled svg {
  opacity: 0.4;
}
.controls .prev:not(.swiper-button-disabled),
.controls .next:not(.swiper-button-disabled) {
  width: 61px;
  height: 61px;
  background: #19beca;
  background: var(--color-primary);
  color: #fff;
  border: 1px solid #19beca;
  border: 1px solid var(--color-primary);
}

.backdrop {
  --_open: 1000ms;
  --_close: 1000ms;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition-duration: 1000ms;
  transition-duration: var(--_open);
  opacity: 0;
  visibility: hidden;
}
.backdrop[open] {
  opacity: 1;
  visibility: visible;
}
.backdrop[close] {
  transition-duration: var(--_close);
}

body:has(.backdrop[open]) {
  overflow: hidden;
}

.accordeon {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: all 0.5s ease;
}
.accordeon .content {
  min-height: 0;
  overflow: hidden;
  transition: height 3.5s ease;
  transition: height var(--_ts, 3.5s) ease;
}
.accordeon[open] {
  grid-template-rows: 1fr;
}

.consultation-form {
  position: relative;
  max-width: 648px;
  height: 100%;
  margin-left: auto;
  padding: 108px 54px 86px 57px;
  border-radius: 22px;
  border: 1px solid #19beca;
  border: 1px solid var(--color-primary);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%), rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
}
@media (max-width: 992px) {
  .consultation-form {
    padding: 32px 12px;
    height: auto;
  }
}
.consultation-form .form-content-wrapp {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.consultation-form .form-title {
  font-size: clamp(1.75rem, 1.2658450704rem + 2.0657276995vw, 3.125rem);
  font-weight: 400;
  line-height: 110%; /* 55px */
}
.consultation-form .form-title strong {
  color: #1ba0a9;
  font-weight: 700;
}
.consultation-form .form-input-wrapp {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.consultation-form .form-group {
  display: flex;
  flex-direction: column;
}
.consultation-form .form-group label {
  margin-bottom: 8px;
  font-weight: 600;
  color: #333;
}
.consultation-form .form-group input[type=text],
.consultation-form .form-group input[type=tel] {
  padding: 15px 16px;
  border: 1px solid #ccc;
  border-radius: 8px;
  color: #3a3a3a;
  font-family: Arial;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 13.2px */
  transition: border-color 0.3s, box-shadow 0.3s;
}
.consultation-form .form-group input[type=text]::-moz-placeholder, .consultation-form .form-group input[type=tel]::-moz-placeholder {
  color: #3a3a3a;
  font-family: Arial;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 13.2px */
}
.consultation-form .form-group input[type=text]::placeholder,
.consultation-form .form-group input[type=tel]::placeholder {
  color: #3a3a3a;
  font-family: Arial;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 13.2px */
}
.consultation-form .form-group input[type=text]:focus,
.consultation-form .form-group input[type=tel]:focus {
  outline: none;
  border-color: #3c16a7;
  box-shadow: 0 0 0 3px rgba(60, 22, 167, 0.1);
}
.consultation-form .form-group input[type=text][error],
.consultation-form .form-group input[type=tel][error] {
  border-color: #dc3545;
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.2);
}
.consultation-form .form-group input[type=text][error]:focus,
.consultation-form .form-group input[type=tel][error]:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.3);
}
.consultation-form button[type=submit] {
  padding: 14px;
  color: #fff;
  font-family: Arial;
  font-size: 16px;
  font-weight: 400;
  line-height: 110%; /* 17.6px */
  border-radius: 12px;
  background: #19beca;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.consultation-form button[type=submit]:disabled {
  background-color: #19beca;
  cursor: not-allowed;
}
.consultation-form .thank-you {
  margin: 20px auto 0;
  width: 100%;
  padding: 15px;
  background-color: #19beca;
  background-color: var(--color-primary);
  border: 1px solid #19beca;
  border: 1px solid var(--color-primary);
  color: #fff;
  border-radius: 10px;
  text-align: center;
  font-family: Arial;
  font-size: 24px;
  font-weight: 400;
  line-height: 110%; /* 17.6px */
  display: none;
}
.consultation-form .thank-you[show] {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.burger-menu.backdrop {
  height: 100dvh;
  padding: 16px;
  display: flex;
  flex-direction: column;
  -webkit-clip-path: circle(0% at 90% -5%);
          clip-path: circle(0% at 90% -5%);
  transition: all 500ms ease-in-out;
  overflow-y: auto;
}
.burger-menu.backdrop .container {
  height: 90%;
}
.burger-menu.backdrop .burger-menu-wrapp {
  height: 100%;
  padding: 16px 12px;
  border-radius: 20px 0 20px 20px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.burger-menu.backdrop .burger-menu-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}
.burger-menu.backdrop .custom-logo-link {
  width: clamp(6.67775rem, 6.1351443662rem + 2.3151173709vw, 8.21875rem);
  height: clamp(3.25rem, 2.985915493rem + 1.1267605634vw, 4rem);
}
.burger-menu.backdrop .custom-logo-link img {
  -o-object-fit: contain;
     object-fit: contain;
}
.burger-menu.backdrop .nav-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.burger-menu.backdrop .nav-list li a {
  display: block;
  padding: 10px 14px;
  color: #000;
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 19.8px */
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.4);
}

.burger-menu.backdrop[open] {
  -webkit-clip-path: circle(150% at 90% -5%);
          clip-path: circle(150% at 90% -5%);
}

.burger-icon,
.close-button {
  width: 35px;
  height: 35px;
  padding: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background: rgba(217, 217, 217, 0.2);
  color: #fff;
  flex-shrink: 0;
}

.close-button {
  background: rgba(25, 190, 202, 0.5);
}

body:has(.burger-menu.backdrop[open]) .burger-icon {
  display: none;
}
body:has(.burger-menu.backdrop[open]) .close-button {
  display: flex;
}

body:not(:has(.burger-menu.backdrop[open])) .burger-icon {
  display: flex;
}
body:not(:has(.burger-menu.backdrop[open])) .close-button {
  display: none;
}

.burger-btn-wrapp {
  display: none;
}
@media (max-width: 992px) {
  .burger-btn-wrapp {
    display: block;
  }
}

.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(7.75px);
          backdrop-filter: blur(7.75px);
  z-index: 10;
}
@media (max-width: 992px) {
  .header {
    border: none;
    background: transparent;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
}
.header .header-wrapp {
  padding: 17px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
}
.header .custom-logo-link {
  width: clamp(6.67775rem, 6.1351443662rem + 2.3151173709vw, 8.21875rem);
  height: clamp(3.25rem, 2.985915493rem + 1.1267605634vw, 4rem);
}
.header .custom-logo-link img {
  -o-object-fit: contain;
     object-fit: contain;
}
.header .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
}
@media (max-width: 992px) {
  .header .header-inner {
    display: none;
  }
}
@media (max-width: 1385px) {
  .header .main-nav {
    display: none;
  }
}
.header .main-nav ul {
  display: flex;
  align-items: center;
}
.header .main-nav ul a {
  padding: 10px;
  color: #fff;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 17.6px */
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.2);
}
@media (max-width: 992px) {
  .header .header-contacts {
    display: none;
  }
}
.header .header-contacts ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header .header-contacts ul li {
  position: relative;
}
.header .header-contacts ul li:first-child::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 95%;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  background: #fff;
}
.header .header-contacts ul li .header-link {
  height: 42px;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 32px;
  border: 1px solid rgba(244, 244, 244, 0.5);
  background: rgba(255, 255, 255, 0.7);
  color: #200e32;
}
.header .header-contacts ul li .header-link:has(.icon) {
  color: #000;
}
.header .header-contacts ul li .header-link[href^="tel:"] {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.header .header-contacts ul li .header-link .icon {
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: #19beca;
}

#hero {
  min-height: 100dvh;
  position: relative;
  padding: 180px 0 18px 0;
}
@media (max-width: 992px) {
  #hero {
    overflow-x: visible;
  }
}
#hero .hero-bg {
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0px 0px 50px 50px;
  z-index: -1;
  overflow: hidden;
}
#hero .hero-bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(2.2);
}
@media (max-width: 992px) {
  #hero .hero-bg video {
    transform: scale(1);
  }
}
#hero .hero-bg:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.65);
}
@media (max-width: 992px) {
  #hero .hero-bg {
    max-height: 843px;
    border-radius: 0px 0px 22px 22px;
  }
}
#hero .hero-wrapp {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#hero .hero-inner {
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 992px) {
  #hero .hero-inner {
    grid-template-columns: 1fr;
  }
}
#hero .hero-title {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#hero .hero-title p {
  padding-left: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #c2c2c2;
  font-size: 20px;
  font-weight: 400;
  line-height: 110%; /* 22px */
}
#hero .hero-title p:before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #c2c2c2;
  border-radius: 100%;
}
#hero .hero-title h1 {
  color: #fff;
  font-size: clamp(4.25rem, 3.5457746479rem + 3.0046948357vw, 6.25rem);
  font-weight: 700;
  line-height: 110%; /* 110px */
}
#hero .hero-content {
  margin-left: auto;
  max-width: 492px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
#hero .hero-box {
  display: grid;
  grid-template-columns: 265px 1fr;
}
@media (max-width: 992px) {
  #hero .hero-box {
    grid-template-columns: 1fr 1fr;
  }
}
#hero .hero-img {
  width: 100%;
  height: 215px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 992px) {
  #hero .hero-img {
    border-radius: 20px;
  }
}
#hero .hero-text {
  padding: 16px 16px 16px 40px;
  margin-left: -20px;
  position: relative;
  z-index: -1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-radius: 0 20px 20px 0;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
#hero .hero-text p {
  color: #e0e0e0;
  font-size: 14px;
  font-weight: 400;
  line-height: 110%; /* 15.4px */
}
#hero .hero-text p:has(strong) {
  flex-grow: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#hero .hero-text p strong {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 110%; /* 22px */
}
#hero .hero-desc {
  color: #d7d3d3;
}
#hero .hero-desc strong {
  font-weight: 900;
}
@media (max-width: 992px) {
  #hero .hero-graph-wrapp {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 4px;
    gap: 4px;
  }
}
#hero .hero-graph-wrapp .header-contacts {
  display: none;
}
@media (max-width: 992px) {
  #hero .hero-graph-wrapp .header-contacts {
    display: block;
  }
}
#hero .hero-graph-wrapp .header-contacts ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
#hero .hero-graph-wrapp .header-contacts ul li .header-link {
  height: 42px;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 32px;
  border: 1px solid rgba(244, 244, 244, 0.5);
  background: rgba(255, 255, 255, 0.7);
  color: #200e32;
}
#hero .hero-graph-wrapp .header-contacts ul li .header-link:has(.icon) {
  color: #000;
}
#hero .hero-graph-wrapp .header-contacts ul li .header-link[href^="tel:"] {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
#hero .hero-graph-wrapp .header-contacts ul li .header-link svg {
  flex-shrink: 0;
}
#hero .hero-graph-wrapp .header-contacts ul li .header-link .icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: #19beca;
}
@media (max-width: 992px) {
  #hero .hero-graph-wrapp .header-contacts ul li .header-link {
    font-size: 15px;
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.5);
  }
}
#hero .hero-graph-wrapp .hero-graph {
  padding: 10px;
  display: flex;
  gap: 13px;
  border-radius: 15px;
  color: #fff;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.6) 0%, rgba(153, 153, 153, 0) 100%);
}
@media (max-width: 992px) {
  #hero .hero-graph-wrapp .hero-graph {
    flex-direction: column;
    gap: 6px;
    color: #000;
    border: 1px solid rgba(244, 244, 244, 0.5);
    background: rgba(255, 255, 255, 0.5);
  }
}
#hero .hero-graph-wrapp .hero-graph-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 110%; /* 22px */
}
@media (max-width: 992px) {
  #hero .hero-graph-wrapp .hero-graph-title {
    -webkit-text-decoration: underline;
    text-decoration: underline;
    text-underline-offset: 3px;
    font-size: 15px;
    font-weight: 400;
  }
}
#hero .hero-graph-wrapp .hero-graph-text {
  font-size: 15px;
  font-weight: 400;
  line-height: 110%; /* 16.5px */
}
#hero .hero-form {
  max-width: 1073px;
  width: 100%;
  margin: 0 auto;
  padding: 33px 62px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  gap: 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0px 4px 20px 0px rgba(159, 162, 217, 0.2);
  -webkit-backdrop-filter: blur(7.7px);
          backdrop-filter: blur(7.7px);
}
@media (max-width: 992px) {
  #hero .hero-form {
    padding: 33px 20px;
    grid-template-columns: 1fr;
    border-radius: 22px;
    border: 1px solid #19beca;
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0px 4px 20px 0px rgba(87, 93, 189, 0.2);
    -webkit-backdrop-filter: blur(7.7px);
            backdrop-filter: blur(7.7px);
  }
}
#hero .hero-form input {
  padding: 15px;
  border-radius: 12px;
  border: 1px solid #19beca;
  border: 1px solid var(--color-primary);
  background: #fff;
  color: #a0a0a0;
  font-family: Arial;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  transition: border-color 0.3s, box-shadow 0.3s;
}
#hero .hero-form input::-moz-placeholder {
  color: #a0a0a0;
  font-family: Arial;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}
#hero .hero-form input::placeholder {
  color: #a0a0a0;
  font-family: Arial;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}
#hero .hero-form input:focus {
  outline: none;
  border-color: #3c16a7;
  box-shadow: 0 0 0 3px rgba(60, 22, 167, 0.1);
}
#hero .hero-form input[error] {
  border-color: #dc3545;
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.2);
}
#hero .hero-form input[error]:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.3);
}
#hero .hero-form button {
  padding: 15px;
  border-radius: 12px;
  background: #19beca;
  background: var(--color-primary);
  color: #fff;
  text-transform: uppercase;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
#hero .hero-form button:disabled {
  background-color: #ccc;
  color: #666;
  cursor: not-allowed;
}
#hero .hero-form .thank-you {
  grid-column: 1/-1;
  margin: 20px auto 0;
  width: 100%;
  padding: 15px;
  background-color: #19beca;
  background-color: var(--color-primary);
  border: 1px solid #19beca;
  border: 1px solid var(--color-primary);
  color: #fff;
  border-radius: 10px;
  text-align: center;
  font-family: Arial;
  font-size: 24px;
  font-weight: 400;
  line-height: 110%;
  display: none;
}
#hero .hero-form .thank-you[show] {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

#about .about-wrapp {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  gap: 20px;
}
@media (max-width: 992px) {
  #about .about-wrapp {
    grid-template-columns: 1fr;
  }
}
#about .about-img-wrapp {
  min-height: 626px;
  position: relative;
  padding: 20px 20px 30px 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 768px) {
  #about .about-img-wrapp {
    min-height: 473px;
    aspect-ratio: 346/473;
    padding-right: 40px;
  }
}
#about .about-photo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
#about .about-experience-list {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  grid-gap: 72px;
  gap: 72px;
}
@media (max-width: 992px) {
  #about .about-experience-list {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
#about .about-experience-list .about-experience-item {
  padding: 20px;
  border-radius: 20px;
  background: rgba(25, 190, 202, 0.2);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}
#about .about-experience-list .about-experience-item .about-experience-item-text {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 110%;
}
#about .about-experience-list .about-experience-item .about-experience-item-text strong {
  font-size: 50px;
}
#about .about-content {
  position: relative;
}
@media (max-width: 992px) {
  #about .about-content {
    display: contents;
  }
}
#about .about-content-wrapp {
  margin-bottom: 43px;
  padding-bottom: 15px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
@media (max-width: 992px) {
  #about .about-content-wrapp {
    gap: 14px;
    order: -1;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}
#about .about-title h2 {
  position: relative;
  padding-left: 30px;
  color: #c2c2c2;
  font-family: Arial;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}
#about .about-title h2 strong {
  font-weight: 900;
}
#about .about-title h2:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100%;
  background-color: #c2c2c2;
}
#about .about-list {
  max-width: 472px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#about .about-list .about-item {
  display: flex;
  gap: 13px;
}
#about .about-list .about-item .about-item-icon {
  width: 79px;
  height: 79px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background: linear-gradient(180deg, #1cabb5 0%, #79d1d8 100%);
  border-radius: 100%;
}
#about .about-list .about-item .about-item-icon img {
  width: auto;
  height: auto;
  max-width: 90%;
  max-height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
}
#about .about-list .about-item .about-item-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#about .about-list .about-item .about-item-title {
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 28.6px */
}
#about .about-list .about-item .about-item-text {
  color: #4c4c4c;
  font-size: 16px;
  font-weight: 400;
  line-height: 110%; /* 17.6px */
}
#about .about-list .about-item .about-item-text ul {
  padding-left: 20px;
  list-style: disc;
}
#about .about-img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 182.805px;
  height: 207px;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1340px) {
  #about .about-img {
    display: none;
  }
}

#doctor-visit {
  padding-bottom: 54px;
  border-radius: 100px;
  background: rgba(28, 171, 181, 0.1);
}
@media (max-width: 992px) {
  #doctor-visit {
    border-radius: 22px;
  }
}
#doctor-visit .questions-wrapp {
  display: grid;
  grid-template-columns: 33.8% 1fr;
}
@media (max-width: 992px) {
  #doctor-visit .questions-wrapp {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
#doctor-visit .questions-title-wrapp {
  padding: 54px 12px 0 0;
  display: flex;
  flex-direction: column;
}
#doctor-visit .questions-title {
  padding-bottom: 22px;
  border-bottom: 1px solid #ddd;
}
#doctor-visit .questions-title h2 {
  position: relative;
  padding-left: 30px;
  color: #c2c2c2;
  font-family: Arial;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}
#doctor-visit .questions-title h2 strong {
  font-weight: 900;
}
#doctor-visit .questions-title h2:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100%;
  background-color: #c2c2c2;
}
#doctor-visit .questions-text {
  padding-top: 13px;
  margin-bottom: 20px;
}
#doctor-visit .questions-link {
  width: -moz-fit-content;
  width: fit-content;
  padding: 12.5px 31.5px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  background: #19beca;
  background: var(--color-primary);
  color: #fff;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 1100px) {
  #doctor-visit .questions-link {
    width: 100%;
  }
}
#doctor-visit .questions-list-wrapp {
  padding: 54px 0 0 12px;
  border-left: 1px solid #ddd;
}
@media (max-width: 992px) {
  #doctor-visit .questions-list-wrapp {
    padding: 0;
    border: none;
  }
}
#doctor-visit .questions-list .questions-item {
  position: relative;
  margin-bottom: 37px;
  padding: 14px 30px 14px 36px;
  border-radius: 20px;
  border: 1px solid #d5e8e9;
  background: #fff;
}
@media (max-width: 992px) {
  #doctor-visit .questions-list .questions-item {
    padding: 30px 12px;
    margin-bottom: 12px;
  }
}
#doctor-visit .questions-list .questions-item-wrapp {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  /* 24px */
}
#doctor-visit .questions-list .questions-item-wrapp svg .icon-line {
  transform-origin: center;
  transition: transform 0.7s ease, opacity 0.4s ease;
}
#doctor-visit .questions-list .questions-item-hidden {
  border: none;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.5s ease, max-height 0.5s ease;
}
#doctor-visit .questions-list .questions-item-hidden:not(.show) {
  padding: 0 !important;
  margin: 0 !important;
}
#doctor-visit .questions-list .questions-item-hidden.show {
  padding: 14px 30px 14px 36px;
  margin-bottom: 37px;
  opacity: 1;
}
@media (max-width: 992px) {
  #doctor-visit .questions-list .questions-item-hidden.show {
    padding: 30px 12px;
    margin-bottom: 12px;
  }
}
#doctor-visit .questions-list .questions-item:has(details[open]) {
  padding: 14px 30px 14px 36px;
}
@media (max-width: 992px) {
  #doctor-visit .questions-list .questions-item:has(details[open]) {
    padding: 30px 12px 18px 12px;
  }
}
#doctor-visit .questions-list .questions-item:has(details[open]) .questions-item-wrapp {
  margin-bottom: 20px;
}
#doctor-visit .questions-list .questions-item-icon {
  margin-left: auto;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 100%;
  border: 1px solid #000;
}
#doctor-visit .questions-list .questions-item-title {
  color: #000;
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 22px */
}
#doctor-visit .questions-list .questions-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: all 500ms ease;
  overflow: hidden;
}
#doctor-visit .questions-list .questions-content .questions-content-box {
  min-height: 0;
  padding: 0;
  opacity: 0;
}
#doctor-visit .questions-list .questions-content .questions-content-box p {
  font-size: 16px;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
}
#doctor-visit .questions-list .questions-content .questions-content-img {
  position: absolute;
  top: 31px;
  right: 15%;
  width: 151.013px;
  height: 171px;
  border-radius: 20px;
  overflow: hidden;
  transition: all 500ms ease;
  opacity: 0;
}
@media (max-width: 1100px) {
  #doctor-visit .questions-list .questions-content .questions-content-img {
    position: static;
    width: 100%;
    aspect-ratio: 319/171;
  }
}
#doctor-visit .questions-list details {
  cursor: pointer;
}
#doctor-visit .questions-list details summary {
  list-style: none;
}
#doctor-visit .questions-list details summary::-webkit-details-marker {
  display: none;
}
#doctor-visit .questions-list details[open] + .questions-content {
  grid-template-rows: 1fr;
}
#doctor-visit .questions-list details[open] + .questions-content .questions-content-box {
  opacity: 1;
}
#doctor-visit .questions-list details[open] + .questions-content .questions-content-text {
  max-width: 55%;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
@media (max-width: 1100px) {
  #doctor-visit .questions-list details[open] + .questions-content .questions-content-text {
    align-items: center;
    max-width: 100%;
    margin-bottom: 14px;
  }
}
#doctor-visit .questions-list details[open] + .questions-content .questions-content-img {
  opacity: 1;
}
#doctor-visit .questions-list details[open] .questions-item-wrapp .questions-item-icon svg .icon-line {
  transform: rotate(90deg);
  opacity: 0;
}
#doctor-visit .questions-btn {
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 32px;
  color: #19beca;
  color: var(--color-primary);
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 17.6px */
  border-radius: 12px;
  border: 1px solid #19beca;
  border: 1px solid var(--color-primary);
}
@media (max-width: 992px) {
  #doctor-visit .questions-btn {
    width: 100%;
  }
}
#doctor-visit .doctor-visit-text {
  max-width: 757px;
  margin-top: auto;
  font-size: 18px;
  font-weight: 400;
  line-height: 110%; /* 19.8px */
}
#doctor-visit .doctor-visit-text strong {
  font-weight: 700;
}
@media (max-width: 992px) {
  #doctor-visit .doctor-visit-text.doctor-visit-text-lg {
    display: none;
  }
}
#doctor-visit .doctor-visit-text.doctor-visit-text-sm {
  display: none;
}
@media (max-width: 992px) {
  #doctor-visit .doctor-visit-text.doctor-visit-text-sm {
    display: block;
    margin-top: 40px;
  }
}

#team {
  max-width: 100%;
}
#team .teamp-wrapp {
  position: relative;
}
#team .team-title {
  margin-bottom: 20px;
}
#team .team-title h2 {
  position: relative;
  padding-left: 30px;
  color: #c2c2c2;
  font-family: Arial;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}
#team .team-title h2 strong {
  font-weight: 900;
}
#team .team-title h2:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100%;
  background-color: #c2c2c2;
}
#team .team-list-wrapp {
  display: grid;
  grid-template-columns: 440px 1fr;
  grid-gap: 20px;
  gap: 20px;
}
@media (max-width: 1100px) {
  #team .team-list-wrapp {
    display: contents;
  }
}
#team .team-slider-list {
  max-width: 70%;
  padding-top: 40px;
}
@media (max-width: 1100px) {
  #team .team-slider-list {
    max-width: 100%;
    padding: 0;
  }
}
#team .team-slider-item {
  display: none;
}
#team .team-slider-item.active {
  display: block;
}
@media (max-width: 1100px) {
  #team .team-photo-wrapp {
    display: none;
  }
}
#team .team-photo-wrapp .team-photo-item {
  display: none;
}
#team .team-photo-wrapp .team-photo-item.active {
  display: block;
}
#team .team-photo-wrapp .team-item-photo {
  width: 100%;
  height: 620px;
  border-radius: 20px;
  overflow: hidden;
}
#team .team-slider-item-title {
  margin-bottom: 28px;
  color: #19beca;
  color: var(--color-primary);
  font-size: clamp(2.5rem, 2.2799295775rem + 0.9389671362vw, 3.125rem);
  font-weight: 400;
  line-height: 110%; /* 55px */
}
@media (max-width: 1100px) {
  #team .team-slider-item-title {
    margin-bottom: 22px;
  }
}
#team .team-slider-item-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#team .team-slider-item-text strong {
  display: block;
  position: relative;
  color: #737373;
  font-size: 26px;
  font-weight: 400;
  line-height: 110%; /* 28.6px */
}
#team .team-slider-item-text strong:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 2px;
  left: 0;
  bottom: -6px;
  background: linear-gradient(90deg, rgba(25, 190, 202, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%);
}
#team .team-slider-item-text ul {
  display: flex;
  flex-direction: column;
  gap: 43px;
}
#team .team-slider-item-text ul li {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#team .team-slider-wrapp {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
#team .team-slider-inner {
  max-width: 100%;
  display: flex;
  gap: 40px;
}
@media (max-width: 1100px) {
  #team .team-slider-inner {
    display: contents;
  }
}
@media (max-width: 1100px) {
  #team .controls {
    justify-content: space-between;
    order: 1;
  }
}
#team .team-slider {
  width: 100%;
  margin: 0;
  margin-left: auto;
  max-width: 614px;
  height: 271px;
}
@media (max-width: 1100px) {
  #team .team-slider {
    height: auto;
    margin: 0 auto;
    order: -1;
  }
}
#team .swiper-slide.swiper-slide-active {
  opacity: 0;
}
@media (max-width: 1100px) {
  #team .swiper-slide.swiper-slide-active {
    opacity: 1;
  }
}
#team .team-item-img {
  width: 100%;
  height: 271px;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1100px) {
  #team .team-item-img {
    height: 470px;
  }
}

#consultation {
  position: relative;
  min-height: 620px;
}
@media (max-width: 768px) {
  #consultation {
    min-height: 780px;
  }
}
#consultation .container {
  width: 100%;
}
@media (max-width: 992px) {
  #consultation .container {
    width: min(90rem - clamp(0.5rem, -0.2042253521rem + 3.0046948357vw, 2.5rem) * 2, 100vw - clamp(0.5rem, -0.2042253521rem + 3.0046948357vw, 2.5rem) * 2);
    width: min(90rem - var(--_section-offset) * 2, 100vw - var(--_section-offset) * 2);
  }
}
#consultation .consultation-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 768px) {
  #consultation .consultation-img {
    width: 100%;
    height: 433px;
    top: auto;
    top: initial;
    right: auto;
    right: initial;
    bottom: auto;
    bottom: initial;
    left: auto;
    left: initial;
    left: 0;
    bottom: 0;
  }
}

#methods .methods-wrapp {
  position: relative;
}
#methods .methods-title {
  margin-bottom: 28px;
}
#methods .methods-title h2 {
  position: relative;
  padding-left: 30px;
  color: #c2c2c2;
  font-family: Arial;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}
#methods .methods-title h2 strong {
  font-weight: 900;
}
#methods .methods-title h2:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100%;
  background-color: #c2c2c2;
}
#methods .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(438px, 1fr));
  grid-gap: 34px 22px;
  gap: 34px 22px;
}
@media (max-width: 768px) {
  #methods .swiper-wrapper {
    display: flex;
    gap: 0;
  }
}
#methods .controls {
  display: none;
}
@media (max-width: 768px) {
  #methods .controls {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
  }
}
#methods .methods-item {
  min-height: 200px;
  padding: 10px 30px;
  border-radius: 22px;
  background: #e9f7f8;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#methods .methods-item-title {
  padding: 12px;
  border-radius: 22px;
  background: #fff;
  color: #000;
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 22px */
}
#methods .methods-item-text {
  color: #4c4c4c;
}
#methods .methods-item-text ul {
  list-style: disc;
  padding-left: 20px;
}
#methods .methods-img {
  max-width: 266.399px;
  max-height: 539.385px;
  width: auto;
  height: auto;
  position: absolute;
  bottom: -5%;
  right: 0;
}
#methods .methods-img img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  #methods .methods-img {
    position: static;
    margin-left: auto;
  }
}

#questions .questions-wrapp {
  display: grid;
  grid-template-columns: 33.8% 1fr;
  grid-gap: 40px;
  gap: 40px;
}
@media (max-width: 992px) {
  #questions .questions-wrapp {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
#questions .questions-title-wrapp {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
}
#questions .questions-img {
  width: 335px;
  height: 187px;
  aspect-ratio: 335/187;
}
@media (max-width: 992px) {
  #questions .questions-img {
    display: none;
  }
}
#questions .questions-title {
  position: relative;
  max-width: 331px;
  padding-bottom: 6px;
}
#questions .questions-title h2 {
  position: relative;
  padding-left: 30px;
  color: #c2c2c2;
  font-family: Arial;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}
#questions .questions-title h2 strong {
  font-weight: 900;
}
#questions .questions-title h2:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100%;
  background-color: #c2c2c2;
}
#questions .questions-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 55%;
  height: 1px;
  background-color: #000;
}
#questions .questions-text {
  padding-top: 13px;
  margin-bottom: 20px;
}
#questions .questions-link {
  width: -moz-fit-content;
  width: fit-content;
  padding: 12.5px 31.5px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  background: #19beca;
  background: var(--color-primary);
  color: #fff;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 1100px) {
  #questions .questions-link {
    width: 100%;
  }
}
#questions .questions-list .questions-item {
  position: relative;
  margin-bottom: 9px;
  padding: 14px 30px 14px 36px;
  border-radius: 20px;
  background: #e9f7f8;
}
@media (max-width: 992px) {
  #questions .questions-list .questions-item {
    padding: 30px 12px;
  }
}
#questions .questions-list .questions-item-wrapp {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  /* 24px */
}
#questions .questions-list .questions-item-wrapp svg .icon-line {
  transform-origin: center;
  transition: transform 0.7s ease, opacity 0.4s ease;
}
#questions .questions-list .questions-item:has(details[open]) {
  padding: 14px 30px 14px 36px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  #questions .questions-list .questions-item:has(details[open]) {
    padding: 30px 12px 18px 12px;
  }
}
#questions .questions-list .questions-item:has(details[open]) .questions-item-wrapp {
  margin-bottom: 20px;
}
#questions .questions-list .questions-item-icon {
  margin-left: auto;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 100%;
  border: 1px solid #000;
}
#questions .questions-list .questions-item-title {
  color: #000;
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 22px */
}
#questions .questions-list .questions-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: all 500ms ease;
  overflow: hidden;
}
#questions .questions-list .questions-content .questions-content-box {
  min-height: 0;
  padding: 0;
  opacity: 0;
}
#questions .questions-list .questions-content .questions-content-box p {
  font-size: 16px;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
}
#questions .questions-list details {
  cursor: pointer;
}
#questions .questions-list details summary {
  list-style: none;
}
#questions .questions-list details summary::-webkit-details-marker {
  display: none;
}
#questions .questions-list details[open] + .questions-content {
  grid-template-rows: 1fr;
}
#questions .questions-list details[open] + .questions-content .questions-content-box {
  opacity: 1;
}
#questions .questions-list details[open] + .questions-content .questions-content-text {
  max-width: 727px;
  padding-left: 50px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
@media (max-width: 1100px) {
  #questions .questions-list details[open] + .questions-content .questions-content-text {
    padding: 0;
    max-width: 100%;
  }
}
#questions .questions-list details[open] .questions-item-wrapp .questions-item-icon svg .icon-line {
  transform: rotate(90deg);
  opacity: 0;
}

#questions-form {
  position: relative;
  min-height: 620px;
}
@media (max-width: 768px) {
  #questions-form {
    min-height: auto;
  }
}
#questions-form .container {
  width: 100%;
}
@media (max-width: 992px) {
  #questions-form .container {
    width: min(90rem - clamp(0.5rem, -0.2042253521rem + 3.0046948357vw, 2.5rem) * 2, 100vw - clamp(0.5rem, -0.2042253521rem + 3.0046948357vw, 2.5rem) * 2);
    width: min(90rem - var(--_section-offset) * 2, 100vw - var(--_section-offset) * 2);
  }
}
#questions-form .consultation-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 768px) {
  #questions-form .consultation-img {
    width: 100%;
    height: 433px;
    position: static;
    border-radius: 22px;
    overflow: hidden;
  }
}
#questions-form .consultation-form {
  margin: 0 auto 0 0;
}
@media (max-width: 992px) {
  #questions-form .consultation-form {
    display: none;
  }
}

.footer {
  padding: 45px 0 32px 0;
  margin-top: clamp(6.25rem, 5.8098591549rem + 1.8779342723vw, 7.5rem);
  margin-top: var(--_section-gap);
  background-color: #19beca;
  background-color: var(--color-primary);
}
.footer .footer-inner {
  padding-bottom: clamp(2.5rem, 1.7297535211rem + 3.2863849765vw, 4.6875rem);
  display: flex;
  justify-content: space-between;
  gap: 40px;
  border-bottom: 1px solid #fff;
}
@media (max-width: 992px) {
  .footer .footer-inner {
    flex-direction: column;
  }
}
.footer .custom-logo-link {
  display: block;
  width: 131.5px;
  height: 64px;
  flex-shrink: 0;
  aspect-ratio: 131.5/64;
}
.footer .footer-form-wrapp {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 992px) {
  .footer .footer-form-wrapp {
    gap: 20px;
  }
}
.footer .form-title {
  color: #fff;
  font-family: Arial;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.2px;
}
.footer .form-title strong {
  font-weight: 900;
}
.footer .footer-form {
  max-width: 1073px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  gap: 20px;
  border: 1px solid #19beca;
  border: 1px solid var(--color-primary);
}
@media (max-width: 992px) {
  .footer .footer-form {
    grid-template-columns: 1fr;
  }
}
.footer .footer-form input {
  padding: 15px;
  border-radius: 12px;
  border: 1px solid #19beca;
  border: 1px solid var(--color-primary);
  background: rgba(255, 255, 255, 0.5);
  color: #fff;
  font-family: Arial;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.footer .footer-form input::-moz-placeholder {
  color: #fff;
  font-family: Arial;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}
.footer .footer-form input::placeholder {
  color: #fff;
  font-family: Arial;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}
.footer .footer-form input:focus {
  outline: none;
  border-color: #3c16a7;
  box-shadow: 0 0 0 3px rgba(60, 22, 167, 0.1);
}
.footer .footer-form input[error] {
  border-color: #dc3545;
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.2);
}
.footer .footer-form input[error]:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.3);
}
.footer .footer-form button {
  padding: 15px;
  border-radius: 12px;
  background: #fff;
  color: #000;
  text-transform: uppercase;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.footer .footer-form button:disabled {
  background-color: #ccc;
  color: #666;
  cursor: not-allowed;
}
.footer .footer-form .thank-you {
  grid-column: 1/-1;
  margin: 20px auto 0;
  width: 100%;
  padding: 15px;
  background-color: #19beca;
  background-color: var(--color-primary);
  border: 1px solid #19beca;
  border: 1px solid var(--color-primary);
  color: #fff;
  border-radius: 10px;
  text-align: center;
  font-family: Arial;
  font-size: 24px;
  font-weight: 400;
  line-height: 110%;
  display: none;
}
.footer .footer-form .thank-you[show] {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.footer .footer-socials {
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  align-items: center;
}
.footer .footer-socials p {
  color: #fff;
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.2px;
}
@media (max-width: 992px) {
  .footer .footer-socials p {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .footer .footer-socials {
    justify-content: flex-start;
  }
}
.footer .footer-socials .footer-socials-list {
  display: flex;
}
.footer .footer-socials .footer-socials-icon {
  width: 40px;
  height: 40px;
}
.footer .footer-socials .footer-socials-icon img {
  -o-object-fit: contain;
     object-fit: contain;
}
.footer .footer-policy {
  padding-top: 32px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 11px;
  font-family: Manrope;
}
@media (max-width: 992px) {
  .footer .footer-policy {
    flex-direction: column;
    align-items: center;
    font-weight: 300;
    font-size: 14px;
  }
}
.footer .policy-links {
  display: flex;
  gap: 11px;
  align-items: center;
}
@media (max-width: 992px) {
  .footer .policy-links {
    flex-direction: column;
    align-items: center;
  }
}

/*# sourceMappingURL=main.bundle.css.map*/