@charset "UTF-8";
*, *:before, *:after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
}

html {
  scroll-behavior: smooth;
}

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

body {
  background: #fff;
  font-family: "Tilda Sans VF", sans-serif;
  color: #383c44;
}

.wrapper {
  width: 1200px;
  margin: 0 auto;
}

header {
  top: 0;
  width: 100%;
  left: 0;
  z-index: 10;
  transition: all 0.3s;
  position: fixed;
}
header.active {
  background: #fff;
}
header .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17px 0;
}
header::after {
  content: "";
  width: 95vw;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background: #000;
}
header.active::after {
  display: none;
}

.logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 9px;
  color: rgb(0, 0, 0);
  font-size: 1.38rem;
  font-weight: 300;
  line-height: 1.63rem;
  text-transform: uppercase;
  text-decoration: none;
}

.logo_subtitle {
  color: rgb(0, 0, 0);
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 0.88rem;
  text-transform: none;
}

.nav_and_lang {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}

nav ul {
  list-style: none;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 26px;
}
nav ul li a {
  color: rgb(0, 0, 0);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.19rem;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
nav ul li a:hover {
  text-decoration: underline;
  color: rgb(148, 235, 255);
}

.main_section_top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  padding-bottom: 159px;
}

.hand {
  position: absolute;
  bottom: -159px;
  right: 50px;
}

.main_section_title {
  color: rgb(0, 0, 0);
  font-size: 3.13rem;
  font-weight: 700;
  line-height: 3.75rem;
}

.main_section_desc {
  color: rgb(0, 0, 0);
  font-size: 1.88rem;
  font-weight: 700;
  line-height: 2.25rem;
  text-transform: uppercase;
  margin-top: 24px;
}

.main_section .wrapper {
  padding-top: 250px;
  position: relative;
  padding-bottom: 69px;
}

.big_circle {
  position: absolute;
  width: 694px;
  height: 698px;
  left: 980px;
  top: 124px;
  background: #94EBFF;
  filter: blur(100px);
  top: 0;
  right: -308px;
  z-index: -1;
  border-radius: 50%;
}

.square {
  background: rgb(148, 235, 255);
  width: 649px;
  height: 274px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 0 0 59px 40px;
}

.circle {
  position: absolute;
  left: 20%;
  top: -95px;
  width: 190px;
  height: 190px;
  -o-object-fit: contain;
     object-fit: contain;
}

.line {
  width: 53px;
  height: 179px;
  background: #fff;
  position: absolute;
  bottom: 0;
  right: 44px;
}

.square_txt {
  color: rgb(255, 255, 255);
  font-size: 1.38rem;
  font-weight: 400;
  line-height: 1.63rem;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  max-width: 354px;
}

.lang {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  color: rgb(0, 0, 0);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.19rem;
  text-transform: uppercase;
  cursor: pointer;
}
.lang .l.active {
  text-decoration: underline;
}

.square_big_txt {
  color: rgb(0, 0, 0);
  font-size: 4.38rem;
  font-weight: 900;
  line-height: 5.25rem;
  text-transform: uppercase;
  position: absolute;
  bottom: -42px;
  left: 33px;
}

.how_grid {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-shrink: 0;
  padding-right: 47px;
}

.how_item {
  width: 33.3333333333%;
  height: 240px;
  padding: 38px 40px 26px 32px;
  background: #F6F6F6;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.how_item:nth-child(2n+2) {
  background: #fff;
}

.how_item_title {
  color: rgb(0, 0, 0);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.19rem;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.how_item_txt {
  color: rgb(0, 0, 0);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.19rem;
}

.arrow {
  color: rgb(0, 0, 0);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.19rem;
  text-transform: uppercase;
  margin-left: auto;
}

.callback {
  width: 33.3333333333%;
  height: 240px;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 0 37px;
  background: #94EBFF;
  color: rgb(0, 0, 0);
  font-size: 1.88rem;
  font-weight: 700;
  line-height: 2.25rem;
  text-decoration-line: underline;
  text-transform: uppercase;
}

.history_section {
  padding-top: 69px;
}
.history_section .wrapper {
  position: relative;
}

.h_circle {
  position: absolute;
  width: 694px;
  height: 698px;
  background: #B8F2FF;
  border-radius: 50%;
  filter: blur(100px);
  bottom: -160px;
  left: -347px;
  z-index: -1;
}
.h_circle.patients_circle {
  top: 0;
  right: auto;
  bottom: auto;
  left: -30%;
}
.h_circle.form_circle {
  top: auto;
  right: -20%;
  bottom: 0;
  left: auto;
}

.h_circle_or {
  position: absolute;
  bottom: 0;
  right: -347px;
  width: 694px;
  height: 698px;
  background: #FFF3F1;
  filter: blur(100px);
  border-radius: 50%;
  z-index: -1;
}
.h_circle_or.exo_circle, .h_circle_or.news_circle {
  bottom: 0;
  right: -147px;
}
.h_circle_or.exo_circle_bottom, .h_circle_or.news_circle_bottom {
  bottom: -450px;
  top: auto;
  right: auto;
  left: -198px;
}

.h_map {
  position: absolute;
  bottom: -10%;
  left: -20%;
  z-index: -1;
}

.section_title {
  color: rgb(0, 0, 0);
  font-size: 3.13rem;
  font-weight: 700;
  line-height: 3.75rem;
  text-transform: uppercase;
  margin-bottom: 58px;
}

.h_exo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  color: rgb(0, 0, 0);
  font-size: 1.38rem;
  font-weight: 700;
  line-height: 1.63rem;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 65px;
}
.h_exo span {
  color: rgb(20, 162, 194);
}

.h_txt {
  color: rgb(0, 0, 0);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.19rem;
}
.h_txt p + p {
  margin-top: 15px;
}

.h_left {
  max-width: 613px;
}

.h_flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.h_img_container {
  width: 401px;
  height: 305px;
  background: #94EBFF;
  position: relative;
  flex-shrink: 0;
}
.h_img_container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 69px;
  right: 77px;
}

.doctors_grid {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 159px;
}

.doctor {
  width: 486px;
  height: 209px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 23px;
}
.doctor img {
  width: 154px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.doctor .doctor_txt {
  padding-bottom: 30px;
}
.doctor .doctor_t {
  height: 38px;
  color: rgb(67, 67, 67);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.19rem;
}
.doctor .doctor_name {
  color: rgb(0, 0, 0);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.19rem;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.exo_section {
  padding-top: 160px;
}
.exo_section .wrapper {
  position: relative;
}

.exo_grid {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-right: 47px;
}

.exo {
  width: 33.3333333333%;
  height: 480px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  text-decoration: none;
}
.exo:nth-child(2n+2) {
  background: #F6F6F6;
}

.exo_img {
  width: 100%;
  height: 195px;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}

.exo_content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  padding: 30px 28px 48px 30px;
}

.exo_title {
  color: rgb(0, 0, 0);
  font-size: 1.38rem;
  font-weight: 700;
  line-height: 1.63rem;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.exo_txt {
  color: rgb(0, 0, 0);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.19rem;
}

.exo_link {
  color: rgb(69, 69, 69);
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 0.88rem;
  text-decoration-line: underline;
  text-transform: uppercase;
}

.exo_callback {
  width: 33.3333333333%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  height: 480px;
  color: rgb(0, 0, 0);
  font-size: 1.38rem;
  font-weight: 700;
  line-height: 1.63rem;
  text-decoration: underline;
  text-transform: uppercase;
  padding-left: 27px;
  gap: 45px;
}
.exo_callback .main_btn {
  text-decoration: none;
}

.main_btn {
  height: 67px;
  background: #94EBFF;
  min-width: 318px;
  padding: 0 10px;
  text-decoration: none;
  text-decoration-line: none;
  font-family: "Tilda Sans VF";
  color: rgb(0, 0, 0);
  font-size: 1.13rem;
  font-weight: 400;
  line-height: 1.38rem;
}

.how_section {
  padding-top: 47px;
}

.how_section_items {
  width: 66.6666666667%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.how_section_items .how_item {
  width: 50%;
}

.how_section_grid {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.how_img_container {
  width: 33.3333333333%;
  background: #94EBFF;
  position: relative;
}
.how_img_container img {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.patients_section {
  padding-top: 67px;
}
.patients_section .wrapper {
  position: relative;
}

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

.more {
  color: rgb(0, 0, 0);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.19rem;
  display: flex;
  align-items: center;
  text-decoration: none;
  justify-content: flex-start;
  gap: 11px;
}
.more span {
  text-decoration: underline;
}
.more::after {
  content: "▶";
  text-decoration: none;
}

.swiper-slide {
  width: auto;
}

.patient {
  width: 375px;
  height: 480px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.patient .patient_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}
.patient .patient_content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  background: linear-gradient(-2.69deg, rgba(0, 0, 0, 0.5) 6.464%, rgba(0, 0, 0, 0.5) 88.926%);
  padding: 37px;
}
.patient:hover .patient_hidden_content {
  position: relative;
  bottom: 0;
  opacity: 1;
}

.patient_title {
  color: rgb(255, 255, 255);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.19rem;
  text-transform: uppercase;
  text-decoration: none;
  padding-bottom: 0;
  transition: all 0.2s ease-in-out;
}

.patient_txt {
  color: rgb(255, 255, 255);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.19rem;
  padding-bottom: 36px;
  transition: all 0.2s ease-in-out;
}

.patient_more {
  color: rgb(255, 255, 255);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.19rem;
  text-decoration-line: underline;
  transition: all 0.2s ease-in-out;
}

.patient_hidden_content {
  padding-top: 18px;
  position: absolute;
  bottom: -100%;
  opacity: 0;
  transition: bottom 0.5s ease-in-out;
}

.news_section {
  padding-top: 74px;
}
.news_section .wrapper {
  position: relative;
}

.news_grid {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 26px;
}

.news {
  width: calc(33.3333333333% - 17.3333333333px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  text-decoration: none;
}

.news_title {
  color: rgb(0, 0, 0);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.19rem;
  text-transform: uppercase;
  height: 57px;
  margin-bottom: 26px;
}

.news_date {
  color: rgb(67, 67, 67);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.19rem;
  letter-spacing: 0%;
  margin-bottom: 13px;
}

.news_txt {
  color: rgb(0, 0, 0);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.19rem;
  text-decoration-line: underline;
}

.form_section {
  padding-top: 132px;
}
.form_section .wrapper {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  position: relative;
  padding-bottom: 120px;
}
.form_section .form_container {
  padding: 68px 45px 40px 45px;
  background-color: #F6F6F6;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  flex-shrink: 0;
}

.form_title {
  color: rgb(0, 0, 0);
  font-size: 2.19rem;
  font-weight: 700;
  line-height: 2.63rem;
  text-transform: uppercase;
  margin-bottom: 115px;
  position: relative;
  z-index: 2;
}

.form_flex {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 15px;
}

.inputs {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
}
.inputs input {
  background: none;
  border: none;
  width: 318px;
  height: 67px;
  border: 1px solid #000;
  color: #000;
  font-family: "Tilda Sans VF";
  font-size: 1.13rem;
  font-weight: 400;
  line-height: 1.38rem;
  padding: 0 18px;
}

.form_desc {
  color: rgb(0, 0, 0);
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 0.88rem;
  text-decoration-line: underline;
  margin-top: 12px;
}

.btrfl {
  position: absolute;
  top: 84px;
  right: 40px;
  transform: rotate(17deg);
}
.btrfl.exo_btrfl {
  top: -100px;
  bottom: auto;
  left: auto;
  right: 80px;
  z-index: -1;
}
.btrfl.patients_btrfl {
  top: auto;
  right: auto;
  bottom: -102px;
  left: -206px;
  z-index: -1;
}
.btrfl.main_btrfl {
  top: 40%;
  bottom: auto;
  left: auto;
  right: -10%;
  z-index: -1;
}

.overflow {
  overflow: hidden;
}

.form_left {
  background: #94EBFF;
  width: 100%;
  position: relative;
}
.form_left img {
  position: absolute;
  bottom: 26px;
  left: 50%;
  transform: translateX(-50%);
}

footer {
  background: #94EBFF;
  padding: 44px 0;
}

.footer_top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.footer_top .logo {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.footer_top .logo .logo_title {
  color: rgb(0, 0, 0);
  font-size: 1.38rem;
  font-weight: 700;
  line-height: 1.63rem;
  text-transform: uppercase;
}
.footer_top .logo .logo_subtitle {
  color: rgb(0, 0, 0);
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 0.88rem;
}

.footer_nav_item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.footer_nav_item a {
  color: rgb(69, 69, 69);
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 0.88rem;
  text-decoration: none;
}
.footer_nav_item a + a {
  margin-top: 4px;
}
.footer_nav_item .footer_nav_title {
  color: rgb(0, 0, 0);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.19rem;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 10px;
}

.copy {
  color: rgb(0, 0, 0);
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 0.88rem;
}

.footer_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 22px;
}

main {
  overflow: hidden;
}

.crosh {
  padding-top: 134px;
  padding-bottom: 28px;
}
.crosh ul {
  list-style: none;
  margin: 0;
}
.crosh ul li {
  display: inline-block;
}
.crosh ul li:not(:first-child):before {
  content: " > ";
  position: relative;
  color: rgb(0, 0, 0);
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.06rem;
  text-transform: uppercase;
  text-decoration: none;
}
.crosh ul li a {
  color: rgb(0, 0, 0);
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.06rem;
  text-transform: uppercase;
  text-decoration: none;
}
.crosh ul li:last-child::before {
  color: rgb(148, 235, 255);
}
.crosh ul li:last-child a {
  color: rgb(148, 235, 255);
  text-decoration-line: underline;
}

.exo_in_section .wrapper {
  position: relative;
}

.exo_in_img {
  width: 375px;
  height: auto;
  flex-shrink: 0;
}

.exo_in_flex {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 37px;
}

.exo_in_txt {
  color: rgb(0, 0, 0);
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.06rem;
  text-transform: uppercase;
  max-width: 476px;
  padding-top: 30px;
}
.exo_in_txt p + p {
  margin-top: 15px;
}
.exo_in_txt ul {
  margin-left: 25px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.exo_in_txt h3, .exo_in_txt h2 {
  font-size: 1.3em;
  margin-bottom: 20px;
}

.exo_big_img {
  width: 50%;
  height: 480px;
  -o-object-fit: cover;
     object-fit: cover;
}

.partners_grid {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 95px;
  row-gap: 48px;
}

.partner {
  width: calc(33.3333333333% - 63.3333333333px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.partner img {
  max-width: 100%;
  height: auto;
}

.partners_section {
  padding-bottom: 175px;
}

.hidden_menu, .burger {
  display: none;
}

@media screen and (max-width: 1200px) {
  section > * {
    width: 100%;
  }
  html, body {
    min-width: 100%;
  }
  body > * > * * {
    max-width: 100%;
  }
  .wrapper {
    width: 95% !important;
  }
  header nav {
    display: none;
  }
  .logo {
    max-width: 248px;
  }
  .main_section_top {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 50px;
  }
  .hand {
    display: none;
  }
  .main_section .wrapper {
    padding-top: 210px;
  }
  .line {
    display: none;
  }
  .square {
    padding: 20px;
    padding-bottom: 50px;
  }
  .square_big_txt {
    left: 20px;
    font-size: 4em;
  }
  .circle {
    left: 50%;
    transform: translateX(-50%);
  }
  .main_section_top {
    padding-bottom: 50px;
  }
  .how_grid {
    padding: 0;
    flex-wrap: wrap;
  }
  .how_item {
    width: 100%;
    padding: 20px;
  }
  .callback {
    width: 100%;
    padding: 20px;
  }
  .main_section .wrapper {
    padding-bottom: 0;
  }
  .h_flex {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 50px;
  }
  .h_exo {
    display: block;
    margin-bottom: 20px;
  }
  .h_img_container {
    order: -1;
  }
  .h_img_container img {
    right: 20px;
    top: 20px;
  }
  .doctors_grid {
    margin-top: 50px;
  }
  .doctors_grid {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
  }
  .exo_section {
    padding-top: 50px;
  }
  .exo_grid {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
  }
  .exo {
    width: 100%;
  }
  .exo_callback {
    width: 100%;
    height: auto;
    padding: 20px;
  }
  .exo_content {
    padding: 20px;
  }
  .section_title {
    font-size: 2em;
    line-height: normal;
  }
  .how_section_grid {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .how_section_items {
    width: 100%;
  }
  .how_img_container {
    width: 100%;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0;
  }
  .how_img_container img {
    position: static;
    transform: none;
  }
  .section_title_flex {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
  }
  .news_grid {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 40px;
  }
  .news {
    width: 100%;
  }
  .form_title {
    font-size: 2em;
  }
  .form_left {
    display: none;
  }
  .form_section .form_container {
    width: 100%;
    padding: 20px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .btrfl {
    display: none;
  }
  .form_title {
    margin-bottom: 20px;
  }
  .form_flex {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .footer_top {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
  }
  .footer_top .logo {
    align-items: center;
    justify-content: center;
  }
  .footer_top .logo .logo_title, .footer_top .logo .logo_subtitle {
    text-align: center;
  }
  .footer_nav_item {
    align-items: center;
  }
  .burger {
    display: block;
    width: 60px;
    height: 30px;
    position: relative;
  }
  .burger span {
    position: absolute;
    width: 100%;
    height: 3px;
    background: #94EBFF;
  }
  .burger span:nth-child(2) {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .burger span:nth-child(3) {
    bottom: 0;
    left: 0;
  }
  .burger.active span {
    background: #94EBFF;
  }
  header.active .burger span {
    background: #94EBFF;
  }
  .burger {
    cursor: pointer;
    transition: all 0.2s ease-in-out;
  }
  .burger span {
    transition: all 0.2s ease-in-out;
  }
  .burger.active span:nth-child(1) {
    top: 50%;
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .burger.active span:nth-child(2) {
    opacity: 0;
  }
  .burger.active span:nth-child(3) {
    top: auto;
    top: 50%;
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 100%;
  }
  .logo img {
    max-width: 70px;
  }
  header .wrapper {
    gap: 15px;
  }
  .hidden_menu {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    background: #fff;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease-in-out;
  }
  .hidden_menu.active {
    opacity: 1;
    visibility: visible;
  }
  .hidden_menu .wrapper {
    height: 100%;
    overflow: auto;
    padding-top: 170px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
  }
  nav ul {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
  }
  body.fixed {
    overflow: hidden;
  }
  .big_circle, .h_circle, .h_circle_or {
    height: auto;
    aspect-ratio: 1/1;
  }
  .h_map {
    display: none;
  }
  .exo_in_flex {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
  }
  .exo_big_img {
    width: 100%;
  }
  .partners_grid {
    gap: 5%;
    row-gap: 20px;
  }
  .partner {
    width: 30%;
  }
  .partners_section, .form_section .wrapper {
    padding-bottom: 50px;
  }
  .form_section {
    padding-top: 50px;
  }
}/*# sourceMappingURL=styles.css.map */