@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
* {
  box-sizing: border-box;
  padding: 0;
}

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

html,
body {
  margin: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  color: #262A3F;
}

body {
  color: #262A3F;
  max-height: 100vh;
  background: url("../assets/images/background/bg.png") no-repeat;
  background-size: cover;
  -webkit-background-size: cover; /* Safari */
  -moz-background-size: cover; /* Firefox */
  -o-background-size: cover; /* Opera */
}

.header,
.information_section,
.first_screen_content,
.benefits_section,
.description_section,
.video_section,
.features_section,
.reviews_section,
.form_section,
.footer {
  padding: 0 calc(50vw - 585px);
}
@media screen and (max-width: 1240px) {
  .header,
  .information_section,
  .first_screen_content,
  .benefits_section,
  .description_section,
  .video_section,
  .features_section,
  .reviews_section,
  .form_section,
  .footer {
    padding: 0 calc(50vw - (585px - 12%));
  }
}
@media screen and (max-width: 992px) {
  .header,
  .information_section,
  .first_screen_content,
  .benefits_section,
  .description_section,
  .video_section,
  .features_section,
  .reviews_section,
  .form_section,
  .footer {
    padding: 0 calc(50vw - (585px - 26.8%));
  }
}
@media screen and (max-width: 786px) {
  .header,
  .information_section,
  .first_screen_content,
  .benefits_section,
  .description_section,
  .video_section,
  .features_section,
  .reviews_section,
  .form_section,
  .footer {
    padding: 0 15px;
  }
}
@media screen and (max-width: 576px) {
  .header,
  .information_section,
  .first_screen_content,
  .benefits_section,
  .description_section,
  .video_section,
  .features_section,
  .reviews_section,
  .form_section,
  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.nowrap {
  white-space: nowrap;
}

.remove_margin {
  margin-top: 0;
  margin-bottom: 0;
}

.dollar {
  font-size: 40px;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  color: #d6d6d6;
}

.menu {
  display: flex;
  gap: 2vw;
  padding-left: 30px;
}
.menu__link {
  position: relative;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  color: rgb(21, 24, 41);
  letter-spacing: 0.08em;
}
.menu__link:hover {
  color: #fd7867;
  transition: all 0.35s;
}
.menu__link::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: -14px;
  width: 0;
  height: 3px;
  opacity: 1;
  background: #F1897B;
  transition: all 0.35s;
}
.menu__link:hover::after {
  left: 0;
  transform: translateX(-1%);
  width: 100%;
  opacity: 60%;
}

.header {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3));
  backdrop-filter: blur(5px);
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
}
.header__logo {
  margin-top: 4px;
}

.first_screen_content {
  padding-top: 150px;
}
.first_screen_content__title {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 44px;
}
.first_screen_content__info {
  font-weight: 300;
  margin-top: 20px;
  margin-bottom: 50px;
}
.first_screen_content__button {
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.08em;
  color: #F1897B;
  border: none;
  background: none;
  cursor: pointer;
}
.first_screen_content__button::after {
  content: "";
  background-color: #F1897B;
  width: 95%;
  z-index: -1;
  position: absolute;
  height: 13px;
  top: 10px;
  left: 11px;
  opacity: 30%;
}
.first_screen_content__button:hover::after {
  background-color: #E54F3A;
}

.information_section__block_position {
  display: flex;
  justify-content: flex-end;
  flex-grow: 1;
}
@media screen and (max-width: 1240px) {
  .information_section__block_position {
    margin-left: -75px;
  }
}
@media screen and (max-width: 992px) {
  .information_section__block_position {
    display: flex;
  }
}
.information_section {
  display: flex;
  align-items: center;
  margin-top: 180px;
}
@media screen and (max-width: 1000px) {
  .information_section {
    justify-content: center;
  }
}
.information_section__image {
  position: absolute;
  z-index: -1;
  display: flex;
}
.information_section__block {
  background: linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85));
  width: 66%;
  height: 580px;
  display: flex;
  justify-content: center;
}
.information_section__block__list {
  width: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 80px;
}
.information_section__block__list__center {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.information_section__block__list__maintitle {
  font-size: 68px;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  margin-top: -15px;
  margin-bottom: 12px;
}
.information_section__block__list__title {
  font-weight: 300;
  margin: 0;
  margin-top: 0;
}
.information_section__block__text {
  display: flex;
  max-width: 376px;
  width: 100%;
  height: 490px;
  margin-top: 35px;
  flex-direction: column;
  font-weight: 300;
  line-height: 26px;
}
.information_section__block__paragraph {
  margin-bottom: 0;
}
@media screen and (max-width: 511px) {
  .information_section__block__paragraph {
    font-size: 16px;
  }
}
.information_section__block__button {
  display: flex;
  position: relative;
  margin-top: 50px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.08em;
  color: #F1897B;
  border: none;
  background: none;
  cursor: pointer;
}
.information_section__block__button::after {
  content: "";
  background-color: #F1897B;
  width: 50%;
  position: absolute;
  height: 13px;
  top: 9px;
  left: 9px;
  opacity: 30%;
}
.information_section__block__button:hover::after {
  background-color: #E54F3A;
}
@media screen and (max-width: 664px) {
  .information_section__block {
    width: 86%;
  }
}

.benefits_section {
  padding-top: 180px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
}
.benefits_section__flex_container {
  display: flex;
  gap: 10vw;
  padding-bottom: 90px;
}
@media screen and (max-width: 1000px) {
  .benefits_section__flex_container {
    flex-direction: column;
    align-items: center;
  }
}
.benefits_section__item {
  width: 66%;
  position: relative;
}
.benefits_section__item__title {
  font-size: 40px;
  font-family: "Playfair Display", serif;
  font-weight: 400;
}
.benefits_section__item__text {
  font-weight: 300;
}
.benefits_section__item::after {
  content: "";
  background-color: #E4E4E4;
  width: 107%;
  position: absolute;
  height: 1px;
  top: 10px;
  left: -25px;
}

.benefits_title_word {
  font-style: italic;
  color: #85BBB1;
  font-size: 40px;
  font-family: "Playfair Display", serif;
  font-weight: 300;
}

.description_section {
  margin-top: 30px;
  margin-bottom: 120px;
}
.description_section__image {
  position: relative;
  display: inline-block;
}
.description_section__image__size {
  max-width: 100%;
}
.description_section__image__text {
  position: absolute;
  top: 50%;
  left: 42%;
  transform: translate(-50%, -50%);
  width: 60%;
}
.description_section__image__add {
  position: absolute;
  top: 30%;
  left: 37%;
  transform: translate(-50%, -50%);
  width: 60%;
}
@media screen and (max-width: 786px) {
  .description_section__image__add {
    top: 36%;
  }
}
.description_section__text {
  color: #fff;
  font-size: 32px;
  letter-spacing: 0.04em;
  font-weight: 400;
  line-height: 46px;
}
@media screen and (max-width: 992px) {
  .description_section__text {
    font-size: 22px;
    line-height: 20px;
  }
}
@media screen and (max-width: 576px) {
  .description_section__text {
    font-size: 12px;
    line-height: 16px;
  }
}
.description_section__under {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-style: italic;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 576px) {
  .description_section__under {
    font-size: 18px;
    line-height: 16px;
  }
}

.video_section {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 120px;
  gap: 10px;
}
@media screen and (max-width: 1240px) {
  .video_section__size {
    width: 90%;
    height: 100%;
    display: flex;
    justify-content: center;
  }
}
.video_section__container {
  width: 85%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1240px) {
  .video_section__container {
    align-items: center;
  }
}
.video_section__title {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 40px;
}
.video_section__text {
  font-weight: 300;
}
.video_section__box {
  width: 100%;
  height: 600px;
  border: #E4E4E4 1px solid;
  border-radius: 32px;
  position: relative;
}
@media screen and (max-width: 1240px) {
  .video_section__box {
    width: 430px;
    height: 600px;
  }
}
.video_section__box__button {
  width: 35px;
  height: 35px;
  border: #E4E4E4 1px solid;
  border-radius: 32px;
  position: absolute;
  top: 50%;
  left: 97%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1240px) {
  .video_section__box__button {
    width: 35px;
    height: 35px;
    border: #E4E4E4 1px solid;
    border-radius: 32px;
    position: absolute;
    top: 95%;
    left: 50%;
  }
}
.video_section__box__camera {
  width: 13px;
  height: 13px;
  border: #E4E4E4 1px solid;
  border-radius: 32px;
  position: absolute;
  top: 50%;
  left: 1.5%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1240px) {
  .video_section__box__camera {
    width: 50px;
    height: 13px;
    border: #E4E4E4 1px solid;
    border-radius: 32px;
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.video_section__box__play_button {
  position: absolute;
  top: 50%;
  left: 51%;
  transform: translate(-50%, -50%);
  border: none;
  background: none;
}
.video_section__video_wrapper {
  position: absolute;
  top: 50%;
  left: 48%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 576px) {
  .video_section__video_wrapper {
    top: 50%;
    left: 50%;
  }
}
@media screen and (max-width: 992px) {
  .video_section__video_wrapper {
    top: 50%;
    left: 50%;
  }
}

@media screen and (max-width: 1240px) {
  .video_container__size {
    width: 488px;
    rotate: 90deg;
  }
}
.features_section__block_position {
  display: flex;
  justify-content: flex-end;
  flex-grow: 1;
}
@media screen and (max-width: 992px) {
  .features_section__block_position {
    justify-content: center;
  }
}

.features_section {
  display: flex;
  align-items: center;
  margin-top: 90px;
}
@media screen and (max-width: 992px) {
  .features_section {
    justify-content: center;
  }
}
.features_section__image {
  position: absolute;
  z-index: -1;
  display: flex;
}
.features_section__image__size {
  max-width: 100%;
}
.features_section__block {
  background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7));
  width: 66%;
  height: 450px;
  display: flex;
  justify-content: center;
  position: relative;
}
.features_section__block__list {
  width: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 80px;
}
.features_section__block__list__center {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.features_section__block__promises {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4vw;
  padding-left: 5vw;
}
.features_section__block__promises__list {
  display: flex;
  gap: 8vw;
  align-items: center;
}
.features_section__block__promises__list__wrapper {
  width: 66%;
}
.features_section__block__promises__list__title {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 24px;
  color: #262A3F;
}
.features_section__block__promises__list__text {
  font-weight: 300;
  color: #262A3F;
  font-size: 18px;
}
.features_section__block__promises__button {
  display: flex;
  position: relative;
  padding-top: 33px;
  padding-left: 89px;
  padding-right: 96px;
  padding-bottom: 37px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.08em;
  color: #F1897B;
  border: 1px solid #E4E4E4;
  background: none;
  cursor: pointer;
}
.features_section__block__promises__button::after {
  content: "";
  background-color: #F1897B;
  width: 37%;
  position: absolute;
  height: 13px;
  top: 43px;
  left: 101px;
  opacity: 30%;
}
.features_section__block__promises__button:hover::after {
  background-color: #E54F3A;
}
@media screen and (max-width: 992px) {
  .features_section__block {
    width: 90%;
  }
}

.reviews_section {
  padding-top: 150px;
}
@media screen and (max-width: 1240px) {
  .reviews_section {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.reviews_section__main_title {
  font-family: "Playfair Display", serif;
  font-weight: 300;
  font-size: 40px;
  margin-bottom: 20px;
}
.reviews_section__text {
  font-weight: 300;
  font-size: 18px;
  opacity: 80%;
  margin-bottom: 50px;
  margin-top: 0;
}
.reviews_section__title_word {
  font-style: italic;
  color: #85BBB1;
  font-size: 40px;
  font-family: "Playfair Display", serif;
  font-weight: 300;
}
.reviews_section__wrapper {
  display: flex;
  gap: 1.6vw;
}
@media screen and (max-width: 1240px) {
  .reviews_section__wrapper {
    display: flex;
    flex-direction: column;
    gap: 1.6vw;
  }
}
.reviews_section__wrapper__title {
  font-family: "Playfair Display", serif;
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 0.08em;
  font-style: italic;
  margin-bottom: 0;
  opacity: 100%;
  position: absolute;
  top: 80%;
  left: 36%;
  transform: translate(-50%, -50%);
  color: #ffffff;
}
.reviews_section__wrapper__text {
  font-size: 16px;
  font-weight: 400;
  opacity: 80%;
}
.reviews_section__wrapper__image {
  display: inline-block;
  position: relative;
}
.reviews_section__wrapper__image__text {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 26px;
  color: #ffffff;
  height: 88%;
  width: 77%;
}

.form_section {
  margin-top: 150px;
  padding-bottom: 320px;
}
.form_section__button {
  display: flex;
  position: relative;
  top: 140px;
  left: -245px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.08em;
  color: #F1897B;
  border: none;
  background: none;
  cursor: pointer;
}
.form_section__button::after {
  content: "";
  background-color: #F1897B;
  width: 100%;
  position: absolute;
  height: 13px;
  top: 9px;
  left: 9px;
  opacity: 30%;
}
.form_section__button:hover::after {
  background-color: #E54F3A;
}
@media screen and (max-width: 1240px) {
  .form_section__button {
    left: -180px;
  }
}
@media screen and (max-width: 992px) {
  .form_section__button {
    left: -138px;
    top: 155px;
  }
}
.form_section__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.form_section__flex::after {
  content: "";
  background-color: #E4E4E4;
  width: 100%;
  position: absolute;
  height: 1px;
  top: -55px;
}
@media screen and (max-width: 571px) {
  .form_section__flex {
    white-space: nowrap;
  }
}
.form_section__container {
  width: 40%;
  height: 120px;
}
.form_section__main_title {
  font-family: "Playfair Display", serif;
  font-weight: 300;
  font-size: 40px;
  margin-bottom: 30px;
  margin-top: 0;
}
.form_section__title_word {
  font-style: italic;
  color: #85BBB1;
  font-size: 40px;
  font-family: "Playfair Display", serif;
  font-weight: 300;
}
.form_section__text {
  font-size: 16px;
  font-weight: 300;
  opacity: 80%;
  line-height: 26px;
}
@media screen and (max-width: 873px) {
  .form_section__text {
    position: absolute;
    top: 100px;
  }
}
.form_section__form_container {
  padding: 2rem;
  max-width: 470px;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 75%;
  left: 80%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 992px) {
  .form_section__form_container {
    top: 115px;
  }
}
@media screen and (max-width: 873px) {
  .form_section__form_container {
    top: 285%;
    left: 50%;
  }
}

.form_group {
  margin-bottom: 1rem;
  position: relative;
}
.form_group::after {
  content: "";
  background-color: #E4E4E4;
  width: 100%;
  position: absolute;
  height: 1px;
  top: 45px;
  left: 12px;
}

.form_group input,
.form_group textarea {
  width: 106%;
  padding: 0.75rem;
  border: none;
  font-style: italic;
  color: #1f1d1d;
  font-size: 18px;
  font-family: "Playfair Display", serif;
  font-weight: 300;
}

.form_group input:focus,
.form_group textarea:focus {
  outline: none;
  background-color: #f5f0f0;
  border-radius: 15px;
}

.footer__flex {
  display: flex;
  position: relative;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .footer__flex {
    flex-direction: column;
    align-items: center;
  }
}
.footer__flex::after {
  content: "";
  background-color: #E4E4E4;
  width: 100%;
  position: absolute;
  height: 1px;
  top: -15px;
}
.footer__flex__title {
  display: flex;
  gap: 1vw;
}
.footer__item__link {
  text-decoration: none;
  color: #262A3F;
}
.footer__title {
  font-size: 14px;
  font-weight: 300;
  opacity: 60%;
}
.footer__title2 {
  font-size: 14px;
  font-weight: 400;
  display: flex;
  gap: 2vw;
}
.footer__title3 {
  font-size: 14px;
  font-weight: 400;
}/*# sourceMappingURL=main.css.map */