@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

.popup {
  position: fixed;
  top: 0;
  z-index: 1000;
  display: none;
  visibility: hidden;
  height: 100%;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(82, 82, 82, 0.5);
  overflow: auto;
}

.popup__body {
  margin-top: 400px;
  max-width: 970px;
  width: 100%;
  padding: 53px 100px 72px 100px;
  background: #fff8f4;
  border-radius: 10px;
  position: relative;
}

.popup__close {
  position: absolute;
  top: -15px;
  right: -15px;
  cursor: pointer;
}

.popup__title {
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 49px;
  color: #2b6348;
  margin-bottom: 9px;
}

.popup__subtitle {
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 36px;
  color: #6b6b6b;
  margin-bottom: 50px;
}

.popup__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

.popup__img {
  width: 370px;
  height: 258px;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}

.popup_help {
  width: 370px;
  height: 258px;
  background-image: url(../img/help1.jpg);
  background-position: 50% 30%;
  background-size: cover;
  border-radius: 10px;
}

.popup__img-art {
  width: 370px;
  height: 344px;
}

.popup__text {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #818181;
  margin-bottom: 39px;
}

.popup__list {
  margin-bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 14px;
}

.popup__list_baby-hgt {
  max-height: 210px;
}

.popup__list_indigo-hgt {
  max-height: 78px;
  width: 420px;
}

.popup__list_day-hgt {
  max-height: 311px;
}

.popup__point {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #818181;
  margin-bottom: 19px;
  max-width: 338px;
  list-style: none;
  position: relative;
}

.popup__point_indigo-wth {
  max-width: 390px;
}

.popup__point_etic-wth {
  max-width: unset;
}

.popup__point::before {
  content: "";
  height: 6px;
  width: 6px;
  background-color: #eb6246;
  border-radius: 100%;
  position: absolute;
  left: -13px;
  top: 5px;
}

.popup-send-form {
  min-height: 180px;
  max-width: 770px;
  width: 100%;
  background: #64a39a;
  border-radius: 10px;
  padding: 30px 29px 47px 30px;
  position: relative;
}

.popup-send-form::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../../Главная/img/form-back.png);
}

.popup-send-form__content {
  position: relative;
  z-index: 10;
}

.popup-send-form__title {
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 41px;
  color: #fffefd;
  margin-bottom: 6px;
}

.popup-send-form__subtitle {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #fffefd;
  margin-bottom: 32px;
}

.popup-send-form__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 25px;
  margin-top: 30px;
  color: white;
  max-width: 550px;
}

.popup-send-form__input {
  width: 230px;
  height: 50px;
  background: #fbfbfb;
  border-radius: 60px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  color: #8d8d8d;
  border: none;
  outline: none;
  padding: 17px 0px 17px 25px;
}

.popup-send-form__btn {
  width: 200px;
  height: 50px;
  background: #fdd27e;
  border-radius: 60px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  color: #686868;
  border: none;
  cursor: pointer;
}

@media (max-width: 540px) {
  .popup__body {
    margin-top: 500px;
    max-width: 300px;
    padding: 28px 15px 50px 27px;
    min-width: 300px;
    height: auto;
  }
  .popup__close {
    height: 28px;
    width: 28px;
  }
  .popup__title {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 27px;
    color: #2b6348;
    margin-bottom: 7px;
  }
  .popup__subtitle {
    max-width: 209px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #6b6b6b;
    margin-bottom: 22px;
  }
  .popup__text {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #818181;
    margin-bottom: 28px;
  }
  .popup__images {
    margin-bottom: 34px;
  }
  .popup__img {
    width: 246px;
    height: 171px;
    background: url(image.png);
    border-radius: 10px;
  }
  .popup__img:nth-child(2) {
    display: none;
  }
  .popup__img-art {
    width: 246px;
    height: 200px;
    background-size: contain;
  }
  .popup__img-art:nth-child(2) {
    display: none;
  }
  .popup__list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .popup__list_baby-hgt {
    max-height: none;
  }
  .popup__list_indigo-hgt {
    width: unset;
    max-height: none;
  }
  .popup__list_day-hgt {
    max-height: none;
  }
  .popup__point {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 12px;
    color: #818181;
    max-width: 220px;
  }
  .popup-send-form {
    min-width: 246px;
    height: 263px;
    padding: 24px 13px 38px 14px;
  }
  .popup-send-form__title {
    text-align: center;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 27px;
  }
  .popup-send-form__subtitle {
    display: none;
  }
  .popup-send-form__form {
    -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;
  }
  .popup-send-form__input {
    width: 219px;
    height: 40px;
    padding: 13px 0px 13px 15px;
    font-size: 10px;
    margin-bottom: 10px;
  }
  .popup-send-form__input:active {
    outline: none;
  }
  .popup-send-form__btn {
    width: 219px;
    height: 40px;
    font-size: 10px;
    margin-top: 9px;
  }
  .popup-send-form__btn__btn:active {
    outline: none;
  }
}
/*# sourceMappingURL=Окна.css.map */