/*
Template Name:
Author:
Version: 1.0.0
Website:
File: Main Css File
*/
/* =======================
    TABLE OF CSS
    1. Fonts
    2. General
    3. Topbar
    4. Page Head
    5. Footer
    6. Plugins

   ======================= */
/* 1. Fonts */
@font-face {
  font-family: 'New Spirit';
  src: url('../fonts/New Spirit Medium.otf') format('truetype');
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "New Spirit";
  font-weight: 400;
  src: url("../fonts/New Spirit Medium.otf");
  font-display: swap;
}
@font-face {
  font-family: "New Spirit";
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/New Spirit Medium.otf");
}
@font-face {
  font-family: "New Spirit";
  font-weight: 600;
  src: url("../fonts/New Spirit Medium.otf");
  font-display: swap;
}
@font-face {
  font-display: swap;
  font-family: "DM Sans";
  font-weight: 400;
  src: url("../fonts/DMSans-Regular.ttf");
}
@font-face {
  font-display: swap;
  font-family: "DM Sans";
  font-weight: normal;
  src: url("../fonts/DMSans-Medium.ttf");
}
@font-face {
  font-display: swap;
  font-family: "DM Sans";
  font-weight: 700;
  src: url("../fonts/DMSans-Bold.ttf");
}





.modal-tablet-desktop, .modal-tablet-desktop * {
  box-sizing: border-box;
  }
.modal-tablet-desktop {
 background: var(--neautral-ghost-white, #f7f7fd);
 border-radius: 28px;
 padding: 20px;
 width: 421px;
  height: 413px;
 
         position: relative;
 
     box-shadow: var(--drop-shadow-4-box-shadow,  0px 12px 24px 0px rgba(20, 20, 43, 0.04));
 }

.frame-5 {
 padding: 12px 0px 12px 0px;
 
         display: flex;
 
         flex-direction: row;
 
         gap: 10px;
 
         align-items: center;
 
         justify-content: center;
 
     }

.free-consultation {
 color: var(--neautral-midnight-blue, #170f49);
 text-align: left;
 font-family: var(--typography-heading-h-5-medium-font-family, 'NewSpirit-Medium', sans-serif);
 
font-size: var(--typography-heading-h-5-medium-font-size, 20px);
 
font-weight: var(--typography-heading-h-5-medium-font-weight, 500);
 
         position: relative;
 
     }

.input-text {
 background: var(--white-white, #ffffff);
 border-radius: 22px;
 padding: 7px 15px 7px 15px;
 
         display: flex;
 
         flex-direction: row;
 
         gap: 10px;
 
         align-items: center;
 
         justify-content: flex-start;
 
         
     width: 381px;
  height: 60px;
 
         position: absolute;
  left: 20px;
 top: 90px;
 
     box-shadow: var(--drop-shadow-6-box-shadow,  0px 4px 16px 0px rgba(0, 40, 11, 0.06));
 }
.buttons {
 background: var(--brand-color, #05be39);
 border-radius: 22px;
 padding: 15px 28px 15px 28px;
 
         display: flex;
 
         flex-direction: row;
 
         gap: 10px;
 
         align-items: center;
 
         justify-content: center;
 
         
     width: 381px;
 
         position: absolute;
  left: 20px;
 top: 333px;
 
     }

.button {
 color: var(--neautral-mint-cream, #eaf9ee);
 text-align: left;
 font-family: var(--typography-paragraph-16-px-p-medium-font-family, 'DmSans-Medium', sans-serif);
 
font-size: var(--typography-paragraph-16-px-p-medium-font-size, 16px);
 
line-height: var(--typography-paragraph-16-px-p-medium-line-height, 30px);
 
font-weight: var(--typography-paragraph-16-px-p-medium-font-weight, 500);
 
         position: relative;
 
     }

.linear-messages-conversation-plain-3 {
 flex-shrink: 0;
 width: 24px;
  height: 24px;
 
         position: relative;
 
     overflow: visible;
 }
/* Your existing styles for larger screens */


/* Media query for mobile devices */



 .contact__form-popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 30px;
  z-index: 1000;
}
@media (max-width: 768px) {
  .contact__form-popup  {
    transform: translate(-50.5%, -50%);
  }
  .modal-tablet-desktop {
    width: 342px;
    height: 413px;
}
}
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.contact__form-popup {
  z-index: 1000;
}

.overlay {
  z-index: 999;
}


.d-flex ul li a:hover{
  color: #170F49;
}
/* 2. General */
/* Structure */
html {
  position: relative;
  min-height: 100%;
}

body {
  overflow-x: hidden;
  background: #F7F7FD;
  font-family: "DM Sans", sans-serif;
}

h1 {
  font-family: "New Spirit", sans-serif;
}

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

p {
  color: #170F49;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.container-fluid {
  max-width: 1344px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 991px) {
  .container-fluid {
    padding: 0 60px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding: 0 24px;
  }
}

.section-title {
  color: #170F49;
  text-align: center;
  font-family: New Spirit, sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.section-desc {
  color: #170F49;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}

.section-content-label {
  color: #170F49;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  padding: 2px 18px;
  margin-left: -21px;
  border-left: 3px solid #170F49;
}

.sticky-bottom {
  position: fixed;
  bottom: 30px;
  z-index: 9;
  left: 0;
  right: 0;
}
@media (max-width: 767px) {
  .sticky-bottom {
    bottom: 0;
  }
  .sticky-bottom .container-fluid {
    padding: 0;
  }
}

section {
  margin-top: 200px;
}

.contacts-card {
  padding: 42px;
  border-radius: 25px;
  background: #FFF;
}

.faq-accordion .card {
  background-color: transparent;
}
.faq-accordion .card .card-header {
  margin-bottom: 20px;
  border-radius: 20px;
  background: #FFFFFF;
  /* Drop Shadow 6% */
  -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 40, 11, 0.06);
          box-shadow: 0px 4px 16px 0px rgba(0, 40, 11, 0.06);
}

.footer-socials {
  padding: 120px 0;
}

.topbar {
  padding: 6px 18px;
  border-radius: 22px;
  background: #FFFFFF;
  -webkit-box-shadow: 12px 5px 100px 0 rgba(0, 0, 0, 0.18);
          box-shadow: 12px 5px 100px 0 rgba(0, 0, 0, 0.18);
}

.topbar-center nav ul li a {
  margin-right: 35px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #817D9F;
  text-align: center;
  font-family: "New Spirit", sans-serif;
}

.hero-banner {
  padding-top: 18px;
  padding-bottom: 18px;
}
.hero-banner .hero-banner-content h1 {
  color: #170F49;
  text-align: center;
  margin-top: 45px;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 74px;
}
.hero-banner .hero-banner-content p {
  color: #817D9F;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}

.info-section {
  position: relative;
}
.info-section .info-section-content h2 {
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #170F49;
  text-align: center;
}
.info-section .info-section-content p {
  margin-bottom: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  color: #170F49;
  padding-left: 18px;
}
.info-section .info-section-content ul li {
  color: var(--neautral-midnight-blue, #170F49);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 187.5% */
  margin-bottom: 18px;
  padding-left: 18px;
}
.info-section .info-section-content ul li:last-child {
  margin-bottom: 0;
}
.info-section .info-section-content ul li:first-child {
  font-weight: 700;
  stroke-width: 3px;
  border-left: 2px solid var(--neautral-midnight-blue, #170F49);
}
.info-section .info-section-image {
  padding: 62px 35px;
  position: relative;
  text-align: center;
  margin-bottom: 100px;
  margin-top: 80px;
}
.info-section .info-section-image:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #05BE39;
  border-radius: 50% 50% 69% 31%/59% 50% 50% 41%;
  width: 510px;
  opacity: 0.15;
  height: 510px;
  z-index: -1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.info-section .info-section-image img {
  width: 543px;
}
.info-section .info-section-image .parallelogram {
  width: 100%;
}
.info-section .info-section-image-desc {
  position: absolute;
  padding: 36px 38px;
  max-width: 480px;
  left: 50%;
  bottom: 45px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.info-section .info-section-image-desc:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 222, 62, 0.3);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  color: var(--neautral-mint-cream, #EAF9EE);
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  -webkit-transform: matrix(1, 0, -0.5, 1, -8, 0);
          transform: matrix(1, 0, -0.5, 1, -8, 0);
  border-radius: 20px;
}
.info-section .info-section-image-desc p {
  color: var(--neautral-mint-cream, #EAF9EE);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .info-section .info-section-image {
    margin: 0 0 24px;
    padding: 80px 0 24px;
  }
  .info-section .info-section-image img {
    width: 100%;
  }
  .info-section .info-section-image:before {
    width: 340px;
    height: 340px;
    top: 60px;
  }
  .info-section .info-section-image-desc {
    padding: 16px;
    max-width: 300px;
    bottom: 10px;
  }
  .info-section .info-section-image-desc:before {
    -webkit-transform: matrix(1, 0, -0.3, 1, 0, 0);
            transform: matrix(1, 0, -0.3, 1, 0, 0);
  }
}

.footer {
  margin-top: 1000px;
  background: #262626;
  padding: 80px 0;
  color: #6c757d;
  left: 250px;
}
.footer .footer-links p {
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.02em;
  /* gray/gray-6 */
  color: #BFBFBF;
}
.footer .footer-links a {
  margin-bottom: 20px;
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  /* gray/gray-1 */
  color: #FFFFFF;
}
.footer .footer-links a:hover {
  color: #fff;
}

.footer-form {
  width: 40%;
}

@media (max-width: 575.98px) {
  .footer {
    left: 0 !important;
    text-align: center;
  }
}
.contact-box {
  border-radius: 25px;
  padding: 8px 30px;
  background: #fff;
  -webkit-box-shadow: 0 4px 38px 0 rgba(0, 40, 11, 0.08);
          box-shadow: 0 4px 38px 0 rgba(0, 40, 11, 0.08);
}
.contact-box .contact-item {
  padding: 8px 24px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact-box .contact-item img {
  width: 24px;
  height: 24px;
}
.contact-box .contact-item h3 {
  color: var(--neautral-midnight-blue, #170F49);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 185.714% */
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .contact-box {
    background-color: #f7f7fd;
    border-radius: 0;
    padding: 8px 20px;
  }
  .contact-box .contact-item {
    padding: 8px 6px;
  }
}
.before__slider{
  width: 90% !important;
  margin: auto !important;
}
.statistics-section-content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 14px;
  color: #170F49;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}
.statistics-section-content ul li .box {
  margin-right: 12px;
  width: 28px;
  height: 28px;
  border-radius: 10px;
}

.absolute-button {
  border-radius: 22px;
  padding: 10px 26px;
  background: #05BE39;
  cursor: pointer;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  color: #EAF9EE;
}
.absolute-button:hover {
  color: #EAF9EE;
  background: #05BE39;
}
.absolute-button svg {
  width: 24px;
  height: 24px;
}

.clinics-section-content {
  padding-top: 158px;
  padding-bottom: 118px;
}

.feedback-card {
  border-radius: 15px;
  background: #F7F7FD;
  /* Drop Shadow 6% */
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 40, 11, 0.06);
          box-shadow: 0 4px 16px 0 rgba(0, 40, 11, 0.06);
  padding: 15px 33px;
}
.feedback-card .feedback-card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.feedback-card .feedback-card-header img {
  margin-right: 18px;
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 60px;
}
.feedback-card .feedback-card-header .feedback-card-name {
  color: #170F49;
  font-family: New Spirit, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.feedback-card .feedback-card-header .feedback-card-surname {
  color: #170F49;
  font-family: New Spirit, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.feedback-card .feedback-card-body .feedback-title {
  margin-bottom: 0;
  margin-top: 12px;
  color: #170F49;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  padding: 1px 16px;
  margin-left: -16px;
  border-left: 3px solid #170F49;
}
.feedback-card .feedback-card-body .feedback-desc {
  margin-bottom: 0;
  margin-top: 12px;
  color: #817D9F;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.feedback-card .feedback-card-body .feedback-date {
  margin-bottom: 0;
  margin-top: 12px;
  color: #817D9F;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.section-head {
  position: relative;
  z-index: 2;
  margin-bottom: 48px;
}
.section-head p {
  color: var(--neautral-midnight-blue, #170F49);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 187.5% */
  margin-bottom: 0;
}
.section-head .section-title {
  margin-bottom: 8px;
  line-height: 52px;
}
@media (max-width: 991px) {
  .section-head p {
    font-size: 16px;
    line-height: 30px; /* 187.5% */
  }
  .section-head p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .section-head {
    margin-bottom: 24px;
  }
  .section-head p {
    font-size: 14px;
    line-height: 26px; /* 183.333% */
  }
}

.section-title {
  color: var(--neautral-midnight-blue, #170F49);
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 74px; /* 185% */
}
@media (max-width: 991px) {
  .section-title {
    font-size: 36px;
    line-height: normal;
  }
}
@media (max-width: 767px) {
  .section-title {
    font-size: 32px;
    line-height: normal !important; /* 137.5% */
    margin-bottom: 12px !important;
  }
}

.btn {
  border-radius: 22px;
  background: var(--brand-color, #05BE39);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  gap: 10px;
  padding: 15px 28px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.btn:hover {
  color: none;
  background: var(--neautral-mint-cream, #EAF9EE);
}
.btn:hover img {
  -webkit-filter: brightness(0) saturate(100%) invert(48%) sepia(99%) saturate(890%) hue-rotate(95deg) brightness(93%) contrast(96%);
          filter: brightness(0) saturate(100%) invert(48%) sepia(99%) saturate(890%) hue-rotate(95deg) brightness(93%) contrast(96%);
}
.btn-custom {
  background-color: #EAF9EE;
  color: #05BE39;
}
.text-border__item {
  font-weight: 700;
  padding-left: 18px;
  border-left: 2px solid var(--neautral-midnight-blue, #170F49);
  margin-bottom: 48px;
}
.text-border__content {
  padding-left: 18px;
}

.form-group {
  margin-bottom: 32px;
}
.form-group .form-control {
  border-radius: 22px;
  background: var(--white-white, #FFF);
  -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 40, 11, 0.06);
          box-shadow: 0px 4px 16px 0px rgba(0, 40, 11, 0.06);
  border: 0;
}
.form-group--icon img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 15px;
}
.form-group--phone {
  position: relative;
}
.form-group--phone .form-control {
  padding-top: 23px !important;
  padding-bottom: 11px !important;
  padding-left: 107px !important;
}
.form-group--phone label {
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
          transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  position: absolute;
  left: 101px;
  top: 10px;
  color: var(--gray-silver, #C0C0C0);
}

.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
  opacity: 0.65;
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control-plaintext ~ label, .form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
  opacity: 0.65;
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem 0.75rem 1rem 56px;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: 1px solid transparent;
  -webkit-transform-origin: 0 0;
  color: var(--gray-silver, #C0C0C0);
  transform-origin: 0 0;
  -webkit-transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}

.form-floating > .form-control {
  padding-left: 50px;
}

.iti {
  width: 100%;
}
.iti .iti__selected-flag {
  border-radius: 20px;
  padding: 0 14px;
  background-color: var(--neautral-mint-cream, #EAF9EE) !important;
}

.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
  left: 5px !important;
  top: 5px;
  bottom: 5px;
}

.iti__arrow {
  display: none;
}

.feedbacks .text-center {
  margin-bottom: 100px;
}
.feedbacks .text-center img {
  max-width: 500px;
  width: 100%;
}
@media (max-width: 767px) {
  .feedbacks {
    margin-top: 0px;
  }
}
.iti__country-list {
  position: absolute !important;
  z-index: 2 !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 0 0 -1px !important;
  background-color: white !important;
  white-space: nowrap !important;
  max-height: 200px !important;
  overflow-y: scroll !important;
  -webkit-overflow-scrolling: touch !important;
  box-shadow: none !important;
  border: none !important;
}
.iti__country-list::-webkit-scrollbar {
  display: none;
}
.iti__country-list {
-ms-overflow-style: none;  /* IE and Edge */
scrollbar-width: none;  /* Firefox */
}
.iti__country.iti__highlight {
  background-color: rgb(234 249 238) !important;
  border-radius:  10px;
}
.header {
  margin-top: 18px;
  margin-bottom: 62px;
}
.header .header__burger {
  display: none;
}
@media (max-width: 1300px) {
  .header nav ul {
    gap: 14px;
  }
  .header nav ul li a {
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .header .topbar-right .btn {
    display: none;
  }
}
@media (max-width: 991px) {
  .header .topbar {
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
  }
  .header .topbar-left, .header .topbar-right {
    position: relative;
    z-index: 11;
  }
  .header .topbar nav {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: var(--neautral-ghost-white, #F7F7FD);
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header .topbar nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 50px;
  }
  .header .topbar nav ul li a {
    color: var(--neautral-midnight-blue, #170F49);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .header .topbar .topbar-right .btn {
    display: none;
  }
  .header .topbar .logo img {
    width: 111px;
    height: 46px;
  }
  .header .header__burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
  }
  .header .header__burger i {
    background-color: transparent !important;
  }
  .header .header__burger i::before {
    top: -4px;
  }
  .header .header__burger i::after {
    top: 4px;
  }
  .header .header__burger i::before, .header .header__burger i::after {
    position: absolute;
    content: "";
  }
  .header .header__burger i, .header .header__burger i::before, .header .header__burger i::after {
    display: block;
    width: 24px;
    height: 3px;
    background-color: #3E454D;
    outline: 1px solid transparent;
    border-radius: 16px;
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    transition-property: background-color, transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
}
@media (max-width: 767px) {
  .header {
    margin-top: 0px;
    margin-bottom: 16px;
  }
}

#menu_toggle:checked ~ .header .header__burger i::before {
  -webkit-transform: translateY(4px) rotate(45deg);
  transform: translateY(4px) rotate(45deg);
}

#menu_toggle:checked ~ .header .header__burger i::after {
  -webkit-transform: translateY(-4px) rotate(-45deg);
  transform: translateY(-4px) rotate(-45deg);
}

#menu_toggle:checked ~ .header .header__burger i {
  background-color: transparent;
}

#menu_toggle:checked ~ .header nav {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

#menu_toggle:checked ~ .header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
}

#menu_toggle:checked ~ .separate {
  height: 126px;
}
@media (max-width: 767px) {
  #menu_toggle:checked ~ .separate {
    height: 98px;
  }
}

.banner {
  overflow: hidden;
}
.banner .section-head {
  margin-bottom: 0;
}
.banner .section-head p {
  color: var(--neautral-lavender, #817D9F);
}
.banner__slider:not(.flickity-enabled) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.banner__slider:after, .banner__slider:before {
  position: absolute;
  content: "";
  border-radius: 50%;
  background: var(--neautral-ghost-white, #F7F7FD);
  width: 105%;
  height: 150px;
  z-index: 1;
  left: -40px;
  right: -40px;
}
.banner__slider:after {
  bottom: -90px;
}
.banner__slider:before {
  top: -90px;
}
.banner__arrows {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner__arrows .flickity-button {
  position: unset;
  -webkit-transform: unset;
          transform: unset;
  background-image: url("../../assets/images/icons/arrow-right.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.banner__arrows .flickity-button:hover {
  background-color: transparent;
}
.banner__arrows .flickity-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.banner__arrows .flickity-button svg {
  display: none;
}
.banner__arrows .flickity-button.previous {
  right: 0;
  -webkit-transform: rotate(180deg) !important;
          transform: rotate(180deg) !important;
}
.banner__img {
  height: 550px;
}
.banner__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .container-fluid--md {
  display: none;
}
@media (max-width: 991px) {
  .banner .container-fluid--md {
    display: block;
    position: fixed;
    bottom: 82px;
    z-index: 10;
  }
  .banner .container-fluid--md .btn {
    width: 100%;
    padding: 15px !important;
    color: var(--neautral-mint-cream, #EAF9EE) !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 187.5% */
  }
  .banner .container-fluid--md .btn svg {
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(340deg) brightness(103%) contrast(104%);
            filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(340deg) brightness(103%) contrast(104%);
  }
  .banner__arrows {
    position: relative;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .banner__slider:after, .banner__slider:before {
    width: 110%;
  }
}
@media (max-width: 767px) {
  .banner .section-head {
    margin-bottom: 0;
  }
  .banner .section-head p {
    font-size: 12px;
    line-height: 22px; /* 183.333% */
  }
  .banner__slider:after, .banner__slider:before {
    width: 126%;
    height: 100px;
  }
  .banner__slider:before {
    top: -78px;
  }
  .banner__slider:after {
    bottom: -78px;
  }
  .banner__slider__item {
    max-width: 84%;
  }
  .banner__img {
    height: 400px;
  }
  .banner .container-fluid--md .btn {
    padding: 4px !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px; /* 187.5% */
    border-radius: 22px;
    margin-top: 20px;
  }
    .banner .container-fluid--md .btn a {color:#fff}
}

.certificates {
  overflow: hidden;
  margin-top: 0;
}
.certificates__slider:not(.flickity-enabled) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.certificates__slider {
  padding: 72px 0;
}
.certificates__slider .flickity-viewport {
  overflow: visible;
}
.certificates__slider .flickity-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.certificates__item {
  margin-right: 58px;
}
.certificates__item.is-selected .certificates__img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.certificates__img {
  height: 400px;
  width: 100%;
}
.certificates__img img {
  width: 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .certificates__img {
    height: 240px;
  }
  .certificates__slider {
    padding: 0;
  }
  .certificates__item {
    margin-right: 12px;
  }
  .certificates__item.is-selected .certificates__img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.statistics {
  margin-top: 0;
  margin-bottom: 200px;
}
.statistics__info {
  margin-bottom: 96px;
}
.statistics__info ul li {
  color: var(--neautral-midnight-blue, #170F49);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 187.5% */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}
.statistics__info ul li:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  min-width: 28px;
  border-radius: 10px;
}
.statistics__info ul li:last-child {
  margin-bottom: 0;
}
.statistics__info ul li:last-child:before {
  background: var(--gradient-linear-blue, linear-gradient(180deg, #4B3BF4 0.85%, #8D83FD 98.75%));
}
.statistics__info ul li:nth-child(2):before {
  background: var(--gradient-linear-pink, linear-gradient(180deg, #F85AAF 0.85%, #FC87C5 98.75%));
}
.statistics__info ul li:first-child:before {
  background: var(--gradient-linear-green, linear-gradient(180deg, #3DD166 0.85%, #78E597 98.75%));
}
.statistics__progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.statistics .progress {
  width: 112px;
  height: 112px;
}
.statistics .progress-1 .circle-progress-value {
  stroke: #05BE39;
}
.statistics .progress-2 .circle-progress-value {
  stroke: #F5379E;
}
.statistics .progress-3 .circle-progress-value {
  stroke: #4B3BF4;
}
.statistics .circle-progress-value {
  stroke-width: 15px;
  stroke-linecap: round;
}
.statistics .circle-progress-circle {
  stroke-width: 15px;
  stroke: white;
}
.statistics .circle-progress-text {
  fill: var(--neautral-midnight-blue, #170F49);
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
}
@media (max-width: 767px) {
  .statistics {
    margin-bottom: 96px;
    margin-top: 24px;
  }
  .statistics__info {
    margin-bottom: 52px;
  }
  .statistics__progress {
    gap: 34px;
  }
  .statistics .progress {
    width: 100px;
    height: 100px;
  }
}

.about {
  margin-bottom: 200px;
  margin-top: 150px;
}
@media (max-width: 991px) {
  .about {
    margin-top: 90px;
  }
}
@media (max-width: 767px) {
  .about {
    margin-top: 90px;
    margin-bottom: 96px;
  }
}

.clinics {
  overflow: hidden;
  padding-bottom: 105px;
}
.clinics .swiper {
  position: relative;
  padding-left: 30px;
}
.clinics .swiper .btn {
  position: absolute;
  z-index: 4;
  bottom: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 26px;
  border-radius: 22px;
  background: var(--brand-color, #05BE39);
  gap: 10px;
  right: 20px;
  border: 0;
}
.clinics .swiper .btn:hover {
  color: white;
  background: var(--brand-color, #05BE39);
}
.clinics .swiper .btn:hover img {
  -webkit-filter: unset;
          filter: unset;
}
.clinics .swiper:before {
  content: "";
  background-image: url("../../assets/images/mocks/bg2.svg");
  top: -110px;
  bottom: -110px;
  left: 0;
  right: -50px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}
.clinics .swiper .swiper-slide {
  height: 440px;
  border-radius: 25px;
}
.clinics__info {
  position: relative;
  padding-left: 200px;
}
.clinics__info p {
  color: var(--white-white, #FFF);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 183.333% */
  margin-bottom: 0;
}
.clinics__info:before {
  z-index: -1;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  right: -1000%;
  background-size: cover;
  position: absolute;
  background-repeat: no-repeat;
  background-color: #05BE39;
  border-radius: 0 0 0 10px;
  -webkit-transform: matrix(1, 0, -1, 0.9, 0, 0);
          transform: matrix(1, 0, -1, 0.9, 0, 0);
}
.clinics .row {
  margin: 130px -55px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.clinics .row > * {
  padding: 0 55px;
}
.clinics__slider {
  height: 440px;
  position: relative;
}
.clinics__slider__item {
  position: absolute;
  width: 100%;
  height: 100%;
}
.clinics__slider__item:first-child {
  z-index: 3;
}
.clinics__slider__item:nth-child(2) {
  z-index: 2;
  top: -20px;
  left: -20px;
}
.clinics__slider__item:nth-child(3) {
  z-index: 1;
  top: -40px;
  left: -40px;
}
.clinics__slider__item img {
  border-radius: 25px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1440px) {
  .clinics .row {
    margin: 130px -10px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .clinics .row > * {
    padding: 0 10px;
  }
  .clinics__slider__item:nth-child(2) {
    z-index: 2;
    top: -10px;
    left: -10px;
  }
  .clinics__slider__item:nth-child(3) {
    z-index: 1;
    top: -20px;
    left: -20px;
  }
}
@media (min-width: 992px){
  .bg-bt {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    
}
.bg-bt img{
  width: 400px;
    position: relative;
    left: -246px;
  -webkit-animation: rotating 8s linear infinite;
  -moz-animation: rotating 8s linear infinite;
  -ms-animation: rotating 8s linear infinite;
  -o-animation: rotating 8s linear infinite;
  animation: rotating 8s linear infinite;
}
.bg-br {
    position: absolute;
    height: 100%;
    top: 500px;
    right: 0;
    
}
.bg-br img{
  width: 400px;
    position: relative;
    right: -246px;
  -webkit-animation: rotating 8s linear infinite;
  -moz-animation: rotating 8s linear infinite;
  -ms-animation: rotating 8s linear infinite;
  -o-animation: rotating 8s linear infinite;
  animation: rotating 8s linear infinite;
}
}
@-webkit-keyframes rotating  {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media (max-width: 991px) {
  .clinics {
    overflow-x: hidden;
  }
  .bg-bt img{
    display: none;
  }
  .bg-br img{
    display: none;
  }
  .clinics .row {
    margin: 130px -55px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .clinics .row > * {
    padding: 0 55px;
    width: 100%;
  }
  .clinics__slider {
    margin-bottom: 150px;
  }
}
@media (max-width: 767px) {
  .clinics .swiper {
    padding-left: 24px;
    margin-bottom: 90px;
  }
  .clinics .swiper:before {
    top: -50px;
    bottom: -56px;
    right: 0;
  }
  .clinics .swiper .swiper-slide {
    height: 240px;
  }
  .clinics .section-head {
    margin-bottom: 14px;
  }
  .clinics__info {
    padding-left: 0;
    text-align: center;
  }
  .clinics__info p {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 183.333% */
  }
  .clinics .row {
    margin: 42px -55px 0;
  }
  .clinics__slider {
    height: 240px;
    margin-bottom: 60px;
    margin-left: 10px;
  }
  .clinics__slider:before {
    top: -50px;
    bottom: -56px;
    right: 0;
  }
}

.before {
  overflow: hidden;
  padding-bottom: 150px;
}
.before__slider .flickity-slider > * {
  padding: 0 18px;
  min-height: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.before__slider__img {
  width: 100%;
  height: 642px;
}
.before__slider__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 25px;
}
.before__slider .flickity-button {
  background-image: url("../../assets/images/icons/arrow-right2.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-color: #05BE39;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.before__slider .flickity-button:hover {
  background-color: #05BE39;
}
.before__slider .flickity-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.before__slider .flickity-button svg {
  display: none;
}
.before__slider .flickity-button.previous {
  left: -52px;
  -webkit-transform: translateY(-50%) rotate(180deg) !important;
          transform: translateY(-50%) rotate(180deg) !important;
}
.before__slider .flickity-button.next {
  right: -52px;
}
.before__slider .flickity-page-dots {
  bottom: -48px;
}
.before__slider .flickity-page-dots .dot {
  border-radius: 15px;
  background: var(--white-white, #FFF);
  opacity: 1;
  width: 80px;
  height: 6px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.before__slider .flickity-page-dots .dot.is-selected {
  background: var(--brand-color, #05BE39);
}
.before__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 150px;
}
.before__text p {
  max-width: 684px;
}
.before__text img {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          animation: rotating 8s linear infinite;
}
@media (max-width: 1440px) {
  .before .flickity-button.previous {
    left: 0px;
    -webkit-transform: translateY(-50%) rotate(180deg) !important;
            transform: translateY(-50%) rotate(180deg) !important;
  }
  .before .flickity-button.next {
    right: 0;
  }
}
@media (max-width: 991px) {
  .before .container-fluid {
    padding: 0;
  }
  .before__slider .flickity-slider > * {
    padding: 0;
  }
  .before__slider .flickity-button.previous {
    left: 52px;
  }
  .before__slider .flickity-button.next {
    right: 52px;
  }
  .before__slider .flickity-page-dots {
    bottom: -20px;
  }
  .before__slider__img img {
    border-radius: 0;
  }
  .before__text {
    margin-top: 48px;
  }
  .before__text p {
    max-width: 480px;
  }
  .before__text img {
    width: 130px;
    right: -60px;
  }
}
@media (max-width: 767px) {
  .before {
    margin-top: 0;
  }
  .before__slider .flickity-button.previous {
    left: 16px;
  }
  .before__slider .flickity-button.next {
    right: 16px;
  }
  .before__slider__img {
    height: 355px;
  }
  .before__text {
    padding: 0 24px;
  }
  .before__text img {
    top: 80%;
  }
}

.contact__form {
  padding: 42px;
  border-radius: 25px;
  background: var(--white-white, #FFF);
  max-width: 672px;
  margin: 0 auto 100px;
  position: relative;
}
.contact__form:before, .contact__form:after {
  position: absolute;
  content: "";
}
.contact__form:before {
  top: -70px;
  left: -170px;
  background-image: url("../../assets/images/mocks/bg3.svg");
  background-size: contain;
  width: 450px;
  height: 450px;
  background-repeat: no-repeat;
  z-index: -1;
}
.contact__form:after {
  right: -80px;
  bottom: -100px;
  background-image: url("../../assets/images/mocks/bg4.svg");
  background-size: contain;
  width: 330px;
  height: 330px;
  background-repeat: no-repeat;
  z-index: -1;
}
.contact__map {
  height: 500px;
  border-radius: 25px;
  overflow: hidden;
  margin-bottom: 48px;
}
.contact__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.contact__info li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  color: var(--neautral-midnight-blue, #170F49);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px; /* 185.714% */
}
.contact__info li a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 50%;
  -webkit-filter: drop-shadow(0px 4px 16px rgba(0, 40, 11, 0.06));
          filter: drop-shadow(0px 4px 16px rgba(0, 40, 11, 0.06));
  background-color: white;
}
@media (max-width: 1100px) {
  .contact__info {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 16px;
  }
}
@media (max-width: 991px) {
  .contact {
    margin-top: 148px;
  }
  .contact__form {
    margin: 0 0 48px;
  }
  .contact__form:before, .contact__form:after {
    display: none;
  }
  .contact__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact__map {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    height: 300px;
    margin-bottom: 0;
  }
  .contact__info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    gap: 24px;
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .contact {
    margin-top: 96px;
  }
  .contact__form {
    padding: 18px;
  }
}

.faq__item {
  margin-bottom: 20px;
  border-radius: 20px;
  background: var(--white-white, #FFF);
  -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 40, 11, 0.06);
          box-shadow: 0px 4px 16px 0px rgba(0, 40, 11, 0.06);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.faq__item:hover {
  background: var(--neautral-mint-cream, #EAF9EE);
}
.faq__item.active .faq__head:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.faq__item.active .faq__content {
  max-height: 1000px;
}
.faq__block {
  max-width: 684px;
  margin: 0 auto;
}
.faq__head {
  padding: 15px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: var(--neautral-midnight-blue, #170F49);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 187.5% */
  gap: 28px;
}
.faq__head:hover {
  text-decoration: none;
}
.faq__head:after {
  content: "";
  display: block;
  background-image: url("../../assets/images/icons/arrow-right3.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 20px;
  height: 20px;
  min-width: 20px;
  -webkit-filter: brightness(0) saturate(100%) invert(5%) sepia(44%) saturate(7479%) hue-rotate(249deg) brightness(107%) contrast(100%);
          filter: brightness(0) saturate(100%) invert(5%) sepia(44%) saturate(7479%) hue-rotate(249deg) brightness(107%) contrast(100%);
}
.faq__content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.faq__content p {
  color: var(--neautral-lavender, #817D9F);
  font-size: 14px;
  padding: 0 24px 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 185.714% */
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .faq {
    margin-top: 148px;
  }
}
@media (max-width: 767px) {
  .faq {
    margin-top: 96px;
  }
  .faq__item {
    margin-bottom: 12px;
  }
  .faq__head {
    font-size: 16px;
    font-weight: 700;
    line-height: 30px; /* 187.5% */
  }
}

.footer {
  background-image: url("../../assets/images/mocks/bg5.svg");
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 250px 0 160px;
  text-align: center;
  margin-top: 200px;
}
.footer__block {
  max-width: 364px;
  margin: 0 auto;
}
.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 120px 0;
  margin-bottom: 40px;
}
.footer__social:before {
  pointer-events: none;
  position: absolute;
  content: "";
  background-image: url("../../assets/images/mocks/bg3.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 320px;
  height: 320px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 991px) {
  .footer {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .footer {
    margin-top: 48px;
    background-image: url("../../assets/images/mocks/bg7.svg");
    padding: 170px 0 90px;
  }
  .footer p {
    margin-bottom: 0;
  }
  .footer__social {
    gap: 24px;
    padding: 80px 0;
  }
  .footer__social:before {
    width: 220px;
    height: 220px;
  }
  .footer__social li a img {
    width: 37px;
    height: 37px;
  }
}


