header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 100px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .header__logo {
  width: 300px;
  height: auto;
}

header .header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .header__menu a {
  text-decoration: none;
  color: #565656;
  padding: 15px;
  font-weight: 400;
  -webkit-transition: all 0.3 ease-in-out;
  transition: all 0.3 ease-in-out;
}

header .header__menu a:hover {
  background-color: #3d5579;
  color: white;
}

@media screen and (max-width: 768px) {
  header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 150px;
  }
  header .header__menu {
    margin: 20px 0;
  }
}

@media screen and (max-width: 550px) {
  header {
    height: 250px;
  }
  header .header__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}

.banner {
  width: 100%;
}

.banner__content {
  width: 100%;
  padding: 100px 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.banner__content li a {
  display: block;
  text-decoration: none;
  position: relative;
}

.banner__content li a .content {
  max-width: 1433px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.banner__content li a .content h2 {
  max-width: 500px;
  color: #3d5579;
  font-size: 2.5rem;
  line-height: 3.9rem;
  font-weight: 400;
  text-align: right;
  z-index: 1;
}

.banner__content li a .content button {
  background-color: #3d5579;
  color: white;
  border: none;
  padding: 10px 35px;
  margin: 50px 0;
  cursor: pointer;
  z-index: 1;
}

.bx-wrapper {
  -webkit-box-shadow: 0 !important;
  box-shadow: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

@media screen and (max-width: 1560px) {
  .banner li a .content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .banner li a .content h2 {
    padding-top: 40px;
    text-align: center;
    font-size: 2.2em;
    line-height: normal;
  }
}

@media screen and (max-width: 768px) {
  .banner li a .content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .banner li a .content h2 {
    padding: auto;
    text-align: center;
    font-size: 1.2em;
    line-height: normal;
  }
  .banner li a .content button {
    margin: 15px 0;
  }
}

@media screen and (max-width: 449px) {
  .banner li a .content h2 {
    font-size: .9em;
    position: relative;
    top: -20px;
    width: 70%;
    background: #3d5579;
    padding: 5px;
    color: white !important;
  }
  .banner li a .content button {
    display: none;
  }
}

.welcome-zone {
  max-width: 1200px;
  text-align: center;
  padding: 80px 0 130px 0;
}

@media screen and (max-width: 768px) {
  .welcome-zone {
    padding: 80px 40px 130px 40px;
  }
}

.my-nutrition-zone {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  background-color: #e9e9e9;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.my-nutrition-zone .my-nutrition-zone__container {
  max-width: 1200px;
  padding: 70px 0;
}

.my-nutrition-zone .my-nutrition-zone__zones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 70px 0;
}

.my-nutrition-zone .my-nutrition-zone__zones .my-nutrition-zone-zone {
  text-align: center;
  padding: 0 30px;
}

.my-nutrition-zone .my-nutrition-zone__zones .my-nutrition-zone-zone img {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .my-nutrition-zone__zones {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .my-nutrition-zone__wide {
    padding: 0 40px;
  }
}

.my-practice-zone {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #3d5579;
  color: white;
}

.my-practice-zone .my-practice-zone-container {
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 60px 0;
}

.my-practice-zone .my-practice-zone-container h2 {
  color: white;
}

.my-practice-zone .my-practice-zone-container .my-practice-zone__img {
  width: 50%;
  position: relative;
  bottom: -60px;
  z-index: 0;
}

.my-practice-zone .my-practice-zone-container .my-practice-zone__img::before {
  content: "";
  display: block;
  width: 400px;
  height: 400px;
  background: white;
  border-radius: 50%;
  position: absolute;
  left: -20px;
  bottom: -100px;
  z-index: -1;
  -webkit-filter: blur(150px);
          filter: blur(150px);
}

.my-practice-zone .my-practice-zone-container .my-practice-zone__text {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .my-practice-zone-container {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .my-practice-zone-container .my-practice-zone__text {
    width: 80% !important;
  }
  .my-practice-zone__img {
    width: 80% !important;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .my-practice-zone__img:before {
    display: none !important;
  }
}

.about-me-zone {
  width: 100%;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  padding: 80px 0;
}

.about-me-zone .about-me-zone__area {
  width: 50%;
}

.about-me-zone .about-me-zone__img img {
  width: 70%;
  display: block;
}

@media screen and (max-width: 768px) {
  .about-me-zone {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .about-me-zone .about-me-zone__area {
    width: 80%;
  }
  .about-me-zone .about-me-zone__img img {
    display: block;
    margin: auto;
  }
}

.education-zone {
  width: 100%;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #3d5579;
  padding: 0 50px 30px 50px;
  margin-bottom: 50px;
  z-index: 1;
}

.education-zone .education-zone__elemwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.education-zone .education-zone__elemwrap .education-zone__elem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding: auto 30px;
}

.education-zone .education-zone__footwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 30px 0;
}

.education-zone .education-zone__footwrap .education-zone__foot {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 90px;
  text-align: center;
}

.education-zone .education-zone__footwrap .education-zone__foot img {
  width: 90px;
  height: auto;
}

.education-zone h2 {
  text-align: center;
  padding: 30px 0;
}

.education-zone .bg-white {
  background-color: white;
  position: relative;
  top: -55px;
  display: block;
  margin: 0 auto;
  width: 350px;
}

@media screen and (max-width: 768px) {
  .education-zone {
    width: 90%;
  }
  .education-zone .bg-white {
    width: auto;
  }
  .education-zone__elemwrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .education-zone__elemwrap .education-zone__elem {
    margin: 20px 0;
  }
  .education-zone__elemwrap .education-zone__elem img {
    width: 90%;
    height: 100%;
  }
  .education-zone__footwrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.mission-zone {
  width: 100%;
  background-color: #e9e9e9;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mission-zone .mission-zone__wrapper {
  width: 100%;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 100px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mission-zone .mission-zone__wrapper h3 {
  max-width: 90%;
  text-align: center;
  color: #565656;
  margin-bottom: 40px;
}

.mission-zone .mission-zone__wrapper .mission-zone__areas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 15px;
}

.mission-zone .mission-zone__wrapper .mission-zone__areas h3 {
  text-align: left;
  position: relative;
  text-transform: uppercase;
  font-size: 1rem;
}

.mission-zone .mission-zone__wrapper .mission-zone__areas .mission-zone__area {
  width: 30%;
  position: relative;
  padding-left: 50px;
}

.mission-zone .mission-zone__wrapper .mission-zone__areas .mission-zone__area span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #86a2b7;
  color: white;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: absolute;
  left: -30px;
  top: -24px;
  font-size: 2.5rem;
}

.mission-zone .mission-zone__wrapper button {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .mission-zone__areas {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mission-zone__areas .mission-zone__area {
    width: 100% !important;
  }
  .mission-zone__areas .mission-zone__area span {
    left: 10px !important;
  }
  .mission-zone__areas .mission-zone__area h3 {
    margin-left: 40px;
  }
}

.contact-zone {
  width: 100%;
  background-color: #3d5579;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  padding: 100px 0;
}

.contact-zone .contact-zone__wrapper {
  width: 100%;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

.contact-zone .contact-zone__wrapper .contact-zone__area {
  width: 50%;
}

.contact-zone .contact-zone__wrapper .contact-zone__text h2 {
  color: white;
}

.contact-zone .contact-zone__wrapper .contact-zone__text button {
  cursor: pointer;
}

.contact-zone .contact-zone__wrapper .contact-zone__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact-zone .contact-zone__wrapper .contact-zone__form form {
  width: 380px;
}

.contact-zone .contact-zone__wrapper .contact-zone__form .form-group {
  width: 100%;
  margin-bottom: 15px;
}

.contact-zone .contact-zone__wrapper .contact-zone__form .form-group input, .contact-zone .contact-zone__wrapper .contact-zone__form .form-group textarea {
  width: 100%;
  padding: 8px;
  border: none;
  color: gray;
}

@media screen and (max-width: 768px) {
  .contact-zone__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contact-zone__wrapper .contact-zone__area {
    width: 90% !important;
    text-align: center;
  }
}

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
}

footer .footer-logo {
  width: 100%;
  max-width: 1200px;
}

footer .footer-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

footer .footer-address__img {
  width: 200px;
  border: 1px solid #ccc;
}

footer .footer-address a {
  text-decoration: none;
  color: #3d5579;
}

@media only screen and (max-width: 768px) {
  .footer-logo img {
    display: block;
    margin: auto;
  }
  footer {
    padding: 40px 30px;
    gap: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .footer-logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  footer .footer-address {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

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

* {
  margin: 0;
}

html, body {
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  font-family: 'Comfortaa', cursive;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p {
  margin: 20px auto;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

main h2 {
  color: #565656;
  font-size: 2rem;
  font-weight: 400;
  padding: 20px 0;
}

#root, #__next {
  isolation: isolate;
}

main {
  width: 100%;
  margin: 0 auto;
  font-size: 1.1rem;
  color: #787878;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn {
  padding: 5px 15px;
  border: 1px solid #3d5579;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn:hover {
  background-color: #3d5579;
  color: white;
  border: 1px solid white;
  cursor: pointer;
}

.sy-pager li.sy-active a {
  background-color: #3d5579 !important;
}

.logos-zone {
  max-width: 1333px;
  margin: 0 auto;
  padding: 50px 0;
}

.logos-zone .logos-zone__elems {
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.logos-zone div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(25% - 20px);
          flex: 0 0 calc(25% - 20px);
  color: white;
  padding: 20px;
  margin: 10px;
}

.sy-controls li.sy-prev a:after {
  background-image: url("./assets/left-chevron.png") !important;
}

.sy-controls li.sy-next a:after {
  background-image: url("./assets//right-chevron.png") !important;
}

.sy-controls li a:link, .sy-controls li a:visited {
  opacity: 1 !important;
}

.sy-controls li a:after {
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  text-indent: 0;
  line-height: 2.8em;
  color: #111;
  font-weight: 800;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8) !important;
  width: 2.8em;
  height: 2.8em;
  left: 50%;
  top: 50%;
  margin-top: -1.4em;
  margin-left: -1.4em;
  border-radius: 10% !important;
}

@media screen and (max-width: 992px) {
  .logos-zone .logos-zone__elems {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .logos-zone div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(35% - 20px);
            flex: 0 0 calc(35% - 20px);
    color: white;
    padding: 20px;
    margin: 10px;
  }
}

@media screen and (max-width: 768px) {
  .logos-zone .logos-zone__elems {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .logos-zone div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(90% - 20px);
            flex: 0 0 calc(90% - 20px);
    color: white;
    padding: 20px;
    margin: 10px;
  }
}
/*# sourceMappingURL=style.css.map */