* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Manrope";
}

body {
  background: #fef6f5;
}

.central-container {
  margin: 0px auto;
  max-width: 1253px;
  padding: 0px 41px;
  width: 100%;
}

._margin {
  margin-top: 240px;
}

.header {
  position: relative;
}

.header__content {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mobile-nav {
  position: absolute;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 325px;
  background-color: #eb6246;
  z-index: 1000;
  border-radius: 5px;
}

.nav__item {
  text-decoration: none;
  color: #b5b3b1;
}

.mobile-nav > .nav__item {
  padding: 10px 12px;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  color: white;
  text-decoration: none;
}

.nav {
  width: 459px;
}

.nav__item {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  color: #b5b3b1;
}

.nav__item:hover {
  color: black;
}

.call-btn {
  width: 170px;
  height: 57px;
  border: 1px solid #1e4370;
  border-radius: 60px;
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  cursor: pointer;
  background-color: transparent;
}

.call-btn:focus {
  outline: none;
}

.call-btn:hover {
  background-color: #1e4370;
  color: white;
}

.open {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.mobile-menu {
  height: 38px;
  width: 38px;
  border-radius: 100%;
  background: url(../img/menu.png);
  background-size: cover;
  display: none;
  cursor: pointer;
}

.portrait {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  margin-top: 125px;
  background-position: left -148px top;
  background-clip: border-box;
}

.portrait .ellipse_big {
  position: absolute;
  z-index: -1;
  top: -228px;
  left: -220px;
}

.portrait .ellipse_lil {
  position: absolute;
  z-index: -1;
  top: -83px;
  left: -50px;
  display: none;
}

.portrait__content {
  max-width: 706px;
  min-width: 320px;
}

.main-heading {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 800;
  font-size: 46px;
  line-height: 63px;
  color: #2b6348;
}

.main-text__wrapp {
  max-width: 502px;
}

.main-text {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 36px;
  color: #b5b3b1;
}

.main__text {
  margin-top: 31px;
}

.item__heading {
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 36px;
}

.course-btn {
  width: 292px;
  height: 76px;
  background-color: #eb6246;
  font-family: "Manrope";
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #ffffff;
  border: none;
  border-radius: 70px;
  cursor: pointer;
}

.course-btn:focus {
  outline: none;
}

.course__btn {
  margin-top: 69px;
}

.kid-bg {
  position: absolute;
  z-index: -1;
  left: 655px;
  top: -135px;
}

.vector_rotated {
  display: none;
}

.main {
  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-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.main .contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.main .contacts__wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main .contacts__body {
  width: 431px;
  margin-right: 167px;
}

.main .contacts__heading {
  font-weight: bold;
  font-size: 46px;
  line-height: 63px;
  color: #2b6348;
}

.main .contacts__content {
  margin-top: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 273px;
}

.main .contacts-item {
  max-width: 185px;
  margin: 0;
}

.main .contacts-phone {
  margin-left: 115px;
}

.main .contacts-item__heading {
  font-weight: bold;
  font-size: 26px;
  line-height: 36px;
  color: #5d978e;
}

.main .contacts-item__text {
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #6b6b6b;
}

.main .send-form__wrap {
  position: relative;
  border-radius: 10px;
  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-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 17px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background: #64a39a;
  min-height: 388px;
  z-index: 1;
}

.main .send-form__wrap::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: url(../img/form-back.png);
  z-index: 0;
}

.main .send-form__content {
  position: relative;
  z-index: 1;
  border-radius: 10px;
  border: 1px dashed white;
  padding-left: 84px;
  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-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.main .send-form__heading {
  margin-top: 73px;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 49px;
  color: #fffefd;
}

.main .send-form__body {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 812px;
  width: 100%;
  font-size: 40px;
  color: white;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main .send-form__input {
  width: 281px;
  height: 60px;
  border-radius: 60px;
  background-color: #fbfbfb;
  border: none;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #8d8d8d;
  padding: 19px 0px 22px 31px;
}

.main .send-form__input:focus {
  outline: none;
}

.main .send-form__button {
  cursor: pointer;
  border: none;
  border-radius: 60px;
  width: 200px;
  height: 60px;
  background: #fdd27e;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #686868;
}

.main .send-form__button:focus {
  outline: none;
}

.main .send-form__pic {
  position: absolute;
  z-index: 2;
  right: 9px;
}

.footer {
  height: 272px;
  background-color: #64a39a;
}

.footer__content {
  min-width: 271;
  max-width: 986px;
  padding-top: 53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__item {
  min-width: 90px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.footer__left {
  max-width: 686px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer__confindential {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #fffefd;
  max-width: 181px;
  height: 170px;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer .logo {
  width: 110px;
  height: 100px;
}

.footer__liltext {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  max-width: 150px;
  color: #fffefd;
}

.footer__heading {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #fffefd;
  margin-bottom: 5px;
}

.footer .nav__item {
  margin-bottom: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #fffefd;
}

.footer .footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer .footer-link {
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 14px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #fffefd;
}

.footer .footer-text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #fffefd;
}

.footer .footer-text_address {
  max-width: 90px;
}

.footer .footer-link__low {
  display: none;
}

.footer-phone {
  height: 127px;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-socials {
  height: 80px;
  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;
}

.footer-socials__content {
  margin-top: 16px;
  width: 86px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-socials__item {
  width: 35px;
  height: 35px;
  border-radius: 100;
}

@media only screen and (max-width: 540px) {
  .central-container {
    width: 406px;
  }
  ._margin {
    margin-top: 100px;
  }
  .logo {
    width: 52px;
    height: 47px;
  }
  .nav {
    display: none;
  }
  .call-btn {
    display: none;
  }
  .mobile-menu {
    display: block;
  }
  .portrait {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 28px;
  }
  .portrait .ellipse_big {
    display: none;
  }
  .portrait .ellipse_lil {
    display: block;
  }
  .main-heading {
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 27px;
  }
  .main__text {
    margin-top: 18px;
  }
  .main-text {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
  }
  .main-text__wrapp {
    width: 300px;
  }
  .course-btn {
    width: 160px;
    height: 50px;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
  }
  .course__btn {
    margin-top: 36px;
  }
  .kid-bg {
    min-width: 320px;
    max-height: 300px;
    position: static;
  }
  .main {
    min-width: 406px;
  }
  .main .contacts {
    display: block;
  }
  .main .contacts__wrapp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
  }
  .main .contacts__body {
    margin: 0;
    padding: 0px 41px;
    width: 406px;
  }
  .main .contacts__heading {
    font-weight: 800;
    font-size: 20px;
    line-height: 27px;
    color: #2b6348;
  }
  .main .contacts__content {
    margin-top: 45px;
  }
  .main .contacts-item {
    max-width: 109px;
    max-height: 90px;
  }
  .main .contacts-item__heading {
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    color: #5d978e;
  }
  .main .contacts-item__text {
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #6b6b6b;
  }
  .main .footer-socials__content {
    margin-top: 9px;
  }
  .main .map {
    margin-top: 160px;
    width: -webkit-fill-available;
    min-width: 406px;
    height: 216px;
  }
  .main .send-form__wrap {
    height: 595px;
  }
  .main .send-form__content {
    padding-left: 0px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main .send-form__heading {
    margin-top: 38px;
    max-width: 213px;
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 27px;
  }
  .main .send-form__body {
    margin-top: 52px;
    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;
    font-size: 30px;
  }
  .main .send-form__input {
    width: 200px;
    height: 40px;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 14px;
  }
  .main .send-form__input:not(:first-child) {
    margin-top: 10px;
  }
  .main .send-form__button {
    margin-top: 20px;
    width: 200px;
    height: 40px;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 14px;
  }
  .main .send-form__pic {
    width: 149px;
    height: 275px;
    bottom: 0;
    right: 85px;
  }
  .footer {
    height: 526px;
    min-width: 406px;
  }
  .footer__socials {
    padding-right: 30px;
  }
  .footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 443px;
    max-width: 320px;
    margin: 0 auto;
  }
  .footer__confindential {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 230px;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .footer__left {
    height: 270px;
  }
  .footer__liltext {
    margin-left: 20px;
  }
  .footer-link__up {
    display: none;
  }
  .footer__heading {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
  }
  .footer .logo {
    width: 60px;
    height: 54px;
  }
  .footer .footer-text {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
  }
  .footer .footer-address {
    width: 126px;
  }
  .footer .footer-link__low {
    display: block;
    margin: 0 auto;
  }
}
/*# sourceMappingURL=Контакты.css.map */