:root {
  --accent_color: #fa795b;
  --white_text: white;
  --hover_btn: #d35b3f;
}

p {
  margin-bottom: 0;
}

.body {
  background-color: #f0fbff;
  font-family: Montserrat Alternates, sans-serif;
  overflow: visible;
}

.body.none_height {
  background-color: #f0fbff;
  height: auto;
}

.hero_section {
  z-index: 0;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: 100vh;
  min-height: auto;
  max-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navbar {
  width: 100%;
  margin-top: 0;
  padding-top: 30px;
}

.container {
  z-index: -1;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: static;
}

.container.none_flex {
  margin-bottom: 20px;
  display: block;
}

.wrapper_logo {
  margin-bottom: 0;
}

.logo_img {
  width: 100%;
  overflow: visible;
}

.link_logo {
  max-width: 153px;
}

.link_logo.w--current {
  width: 225px;
  max-width: 225px;
  height: auto;
}

.wrapper_main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 60%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.title_main {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat Alternates, sans-serif;
  font-size: 40px;
}

.title_main.mb-10 {
  color: #000;
  width: 88%;
  margin-bottom: 16px;
  font-family: Roboto, sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2;
  display: block;
}

.main_text {
  font-weight: 500;
  line-height: 140%;
}

.main_text.mb-40 {
  opacity: .7;
  color: #000;
  margin-bottom: 5px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: block;
}

.main_text.mb-40.w_60 {
  opacity: 1;
  color: #000000b3;
  width: 94%;
  margin-bottom: 25px;
}

.main_text.mb-40.w_60.mobile {
  display: none;
}

.main_text.mb-40.w_60.desktop {
  color: #1c1c32b3;
  width: 78%;
  font-family: Roboto, sans-serif;
  font-size: 14px;
}

.btn_main {
  background-color: var(--accent_color);
  color: var(--white_text);
  border-radius: 12px;
  flex: 0 auto;
  justify-content: center;
  align-self: flex-start;
  margin-top: 24px;
  padding: 20px 27px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.btn_main:hover {
  background-color: var(--hover_btn);
}

.btn_main.white {
  background-color: var(--white_text);
  color: var(--accent_color);
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.btn_main.white:hover {
  color: var(--white_text);
  background-color: #b9b9b9;
}

.btn_main.white.privacy {
  background-color: var(--accent_color);
  color: var(--white_text);
}

.btn_main.white.privacy:hover {
  background-color: #b9b9b9;
}

.btn_main._w-100 {
  border: 2px solid #fff;
  border-radius: 16px;
  width: 100%;
  margin-top: 0;
  padding: 19px 29px;
  box-shadow: 0 4px 4px #00000026;
}

.text-block {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.bottom_background {
  z-index: 20;
  width: 100%;
  height: auto;
  position: relative;
}

.bottom_background.transparent {
  background-image: none;
  padding-top: 46px;
}

.footer {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff1a;
  border-top: 2px solid #fff;
  padding-top: 9px;
  padding-bottom: 9px;
  box-shadow: 0 -4px 7.7px #d2d2d240;
}

.footer.privacy {
  border-top-color: #3f3f3f33;
  border-radius: 1px;
}

.footer_wrapper {
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.logo_footer {
  max-width: 153px;
}

.privacy_link {
  color: var(--white_text);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
}

.privacy_link:hover {
  color: #fffc;
}

.flex_container {
  justify-content: flex-start;
  display: flex;
}

.wrapper_flex {
  grid-column-gap: 17px;
  grid-row-gap: 11px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: 600px;
  display: flex;
}

.pop_up {
  z-index: 100;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.form {
  z-index: 2;
  background-color: var(--white_text);
  border-radius: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 60px 54px;
  display: flex;
  position: relative;
}

.title_form {
  color: #000;
  text-align: center;
  margin-top: 0;
  font-size: 2.5rem;
  line-height: 120%;
}

.text_block {
  color: #000;
  text-align: center;
  width: 90%;
  margin-bottom: 20px;
  font-size: .875rem;
  font-weight: 500;
  line-height: 140%;
}

.close {
  cursor: pointer;
  width: 24px;
  position: absolute;
  top: 30px;
  right: 30px;
}

.wrapper_form {
  width: 100%;
}

.row_form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.row_form.last {
  margin-bottom: 30px;
}

.item_input {
  border: 1px solid #dcdee5;
  border-radius: 16px;
  width: 50%;
  max-width: none;
  padding: 20px 18px;
  line-height: 140%;
}

.text-field {
  color: #080808;
  letter-spacing: 0;
  border: 1px #000;
  height: auto;
  margin-bottom: 0;
  padding: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  overflow: clip;
}

.text-field::placeholder {
  font-size: 1rem;
}

.text-field.dropdown_color {
  color: #8f959e;
}

.form-2 {
  width: 100%;
}

.label {
  color: #8f959e;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Inter, sans-serif;
  font-size: 10px;
  font-weight: 400;
  position: static;
}

.select-field {
  color: #111;
  border-radius: .25rem;
  display: none;
  position: absolute;
  top: -3.5rem;
  right: -20rem;
  overflow: hidden;
}

.fs-selectcustom_message {
  background-color: #313131;
  border: 1px dashed #828282;
  border-radius: .25rem;
  width: 18rem;
  height: 4rem;
  margin-top: -4.25rem;
  margin-left: 19rem;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.fs-selectcustom_link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #111;
  border: 1px solid #fff0;
  border-radius: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding: .75rem 1rem;
  text-decoration: none;
  display: flex;
}

.fs-selectcustom_link:focus {
  border-color: #6e30f7;
}

.fs-selectcustom_link:visited, .fs-selectcustom_link.w--current {
  color: #fff;
  background-color: #6e30f7;
}

.fs-selectcustom_icon {
  color: #8f959e;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

.fs-selectcustom_dropdown-list {
  background-color: #fff;
  border-radius: .25rem;
  margin-top: 1rem;
  padding: .5rem 1rem;
  box-shadow: 0 2px 20px #0000001a;
}

.fs-selectcustom_dropdown {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: .25rem;
  width: 16rem;
  padding: .5rem;
}

.fs-selectcustom_dropdown.helper {
  border-style: none;
  width: 100%;
  padding: 0;
}

.fs-selectcustom_dropdown-toggle {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
}

.submit {
  background-color: var(--accent_color);
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 16px;
  width: 100%;
  margin-bottom: 15px;
  padding: 21px 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .3s;
}

.submit:hover {
  color: var(--white_text);
  background-color: #f68394;
}

.text-block-2 {
  color: #8f959e;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 90%;
  font-family: Inter, sans-serif;
  font-size: 10px;
  line-height: 160%;
}

.fs-selectcustom_clear {
  color: var(--accent_color);
  width: 1rem;
  line-height: 0;
}

.text-block-3 {
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.text-block-3.balck {
  color: #000;
}

.check {
  color: var(--accent_color);
  width: 60px;
  height: 60px;
}

.wrapper_flex_access {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.success-message {
  background-color: #0000;
}

.title_access {
  margin-top: 0;
  font-size: 2.5rem;
  line-height: 120%;
}

.text_access {
  width: 75%;
  margin-bottom: 40px;
}

.link-2 {
  border: 1px solid var(--accent_color);
  color: var(--accent_color);
  cursor: pointer;
  border-radius: 16px;
  padding: 20px 41px;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: color .2s, background-color .2s;
}

.link-2:hover {
  background-color: var(--accent_color);
  color: var(--white_text);
}

.link-2.w--current {
  font-family: Inter, sans-serif;
  font-size: 14px;
}

.back {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--white_text);
  color: #8f959e;
  text-transform: uppercase;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 88px;
  margin-top: 73px;
  padding-top: 6.5px;
  padding-bottom: 6.5px;
  font-family: Inter, sans-serif;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.back.w--current {
  margin-bottom: 20px;
}

.arrow {
  width: 16px;
  height: 16px;
}

.title_h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 40px;
  font-weight: 400;
  position: static;
}

.text_privacy.last_text {
  opacity: .7;
  color: #1c1c32b3;
  margin-bottom: 53px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 140%;
}

.text_privacy.last_text.last {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 140%;
}

.title_h1-h2 {
  opacity: .7;
  color: #000;
  margin-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  position: static;
}

.link_privacy {
  opacity: .7;
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 140%;
  text-decoration: none;
}

.link_privacy.underline {
  text-decoration: underline;
}

.yellow {
  color: #fff;
  background-color: #ff9f22;
  padding-left: 5px;
  padding-right: 5px;
}

.wrapper_list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 100%;
  max-width: 190px;
  display: flex;
}

.list_services {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  background-color: #fff;
  border: 1px solid #0003;
  border-radius: 8px;
  padding: 16px 20px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  display: flex;
}

.list_services.mobile {
  display: none;
}

.footer_list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #fff;
  border: 1px solid #0003;
  border-bottom-style: none;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  max-width: 503px;
  padding: 21px 31px 20px;
  display: flex;
  overflow: hidden;
}

.line_footer {
  background-color: #0003;
  width: 1px;
  height: 30px;
}

.text_footer_list {
  width: 25%;
  font-family: Inter, sans-serif;
  line-height: 140%;
}

.text_footer_list.w100 {
  width: 61%;
}

.text-block-4 {
  color: #000;
}

.girl_bg {
  z-index: -1;
  width: 33%;
  max-width: none;
  height: auto;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0;
}

.girl_image {
  width: 100%;
  max-width: none;
  height: 100%;
}

.text_desc {
  opacity: .7;
  color: #000000b3;
  width: auto;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 140%;
}

.heart.heart_1 {
  display: none;
}

.heart.heart_2 {
  width: 47px;
  display: block;
  position: absolute;
  top: 71px;
  left: 17px;
}

.heart.heart_3 {
  display: block;
  position: absolute;
  top: 39px;
  left: 666px;
}

.heart.heart_4 {
  display: none;
  position: absolute;
  top: 39px;
  left: 666px;
}

.heart.heart_5, .bg_girl, .wrapper_girl {
  display: none;
}

.wrapper_girl_bridge {
  z-index: 10;
  width: 42%;
  position: absolute;
  bottom: 0;
  right: 2%;
}

.wrapper_item {
  z-index: 0;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 3px #fff;
  border-radius: 16px;
  width: auto;
  margin-bottom: 27px;
  display: flex;
  position: relative;
  bottom: 5%;
  left: 0;
  overflow: visible;
}

.wrapper_item.mobile {
  display: none;
}

.iten {
  z-index: -1000;
  background-color: #9de5fc;
  border: 3px solid #fff;
  border-radius: 16px;
  min-width: auto;
  max-width: 127px;
  padding: 15px 5px;
  position: relative;
}

.icon_wrapper {
  z-index: 0;
  background-color: #fff;
  border: 2px solid #9de5fc;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -31%;
  left: 50%;
  overflow: visible;
  transform: translate(-50%);
}

.text_icon {
  height: 100%;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.text-block-5 {
  color: #1c1c32;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  line-height: 140%;
  position: static;
}

.input {
  background-color: #fff;
  border-radius: 16px;
  padding: 18px 29px;
  position: absolute;
  top: 49px;
  left: -44px;
  transform: rotate(26deg);
}

.input.right {
  max-width: 209px;
  top: 63px;
  left: auto;
  right: 10px;
  transform: rotate(-15deg);
}

.input_text {
  color: #1c1c32;
  max-width: 258px;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  line-height: 140%;
}

.heart_double {
  width: 78px;
  position: absolute;
  top: -16px;
  left: auto;
  right: 133px;
}

.eclipse {
  width: 38px;
  position: absolute;
  top: 26px;
  left: 74px;
}

.star_double {
  width: 78px;
  position: absolute;
  top: auto;
  bottom: 235px;
  left: -37px;
}

.star_2 {
  width: 21px;
  position: absolute;
  bottom: 208px;
  left: 317px;
}

.star_2.right {
  inset: 50px 100px auto auto;
}

.text-block-6 {
  color: #000000b3;
  font-family: Roboto, sans-serif;
  font-size: 14px;
}

.bold-text {
  color: #000;
}

@media screen and (min-width: 1280px) {
  .navbar {
    padding-top: 10px;
  }

  .container {
    z-index: 5;
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper_main {
    max-width: 49%;
    height: 100%;
    margin-bottom: 0;
    display: flex;
    position: relative;
  }

  .title_main.mb-10 {
    width: 86%;
    margin-bottom: 10px;
    font-size: 2.5rem;
  }

  .main_text.mb-40 {
    margin-bottom: 10px;
  }

  .main_text.mb-40.w_60 {
    margin-bottom: 65px;
  }

  .main_text.mb-40.w_60.desktop {
    width: 92%;
    margin-bottom: 28px;
  }

  .btn_main {
    width: 100%;
  }

  .btn_main.white {
    background-color: var(--white_text);
    color: var(--accent_color);
    font-family: Montserrat, sans-serif;
    font-weight: 700;
  }

  .btn_main._w-100 {
    margin-top: 0;
    font-family: Roboto, sans-serif;
  }

  .text-block {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
  }

  .bottom_background {
    z-index: 10;
    position: relative;
  }

  .footer {
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer_wrapper {
    z-index: 10;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .logo_footer {
    max-width: 153px;
  }

  .privacy_link {
    color: var(--white_text);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    text-decoration: none;
  }

  .flex_container {
    justify-content: flex-start;
  }

  .pop_up {
    display: none;
  }

  .submit:hover {
    background-color: #f68394;
  }

  .wrapper_list {
    justify-content: flex-start;
    width: 100%;
  }

  .footer_list {
    background-color: #fff;
    min-width: auto;
    max-width: 503px;
  }

  .girl_bg {
    width: 40%;
    top: auto;
    bottom: 0;
    overflow: visible;
  }

  .girl_image {
    width: 100%;
  }

  .heart.heart_1 {
    display: block;
    position: absolute;
    bottom: 185px;
    left: 0;
  }

  .heart.heart_2 {
    display: block;
    position: absolute;
  }

  .heart.heart_3 {
    display: block;
    position: absolute;
    top: 109px;
    bottom: auto;
    left: 816px;
  }

  .heart.heart_4 {
    display: block;
    position: absolute;
    inset: 109px 0 auto auto;
  }

  .heart.heart_5 {
    display: none;
    position: absolute;
    bottom: 155px;
    left: 8px;
  }

  .wrapper_girl_bridge {
    width: 42%;
    max-width: 100%;
    bottom: 0;
    right: 2%;
  }

  .wrapper_item {
    z-index: 1;
    bottom: -25%;
  }

  .iten {
    max-width: 155px;
    padding: 29px 10px;
  }

  .icon_wrapper {
    top: -24%;
  }

  .input {
    top: 107px;
  }

  .heart_double {
    top: -1px;
    right: 190px;
  }

  .star_double {
    bottom: 294px;
    left: -15px;
  }
}

@media screen and (min-width: 1440px) {
  .body {
    overflow: visible;
  }

  .hero_section {
    justify-content: space-between;
    align-items: stretch;
    height: 100vh;
    max-height: none;
  }

  .container {
    max-width: 1400px;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .wrapper_logo {
    margin-bottom: 0;
  }

  .wrapper_main {
    align-items: stretch;
    width: 100%;
    max-width: 55%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .title_main.mb-10 {
    width: 72%;
    font-size: 2.625rem;
  }

  .main_text.mb-40 {
    max-width: 88%;
  }

  .main_text.mb-40.w_60.desktop {
    width: 66%;
    max-width: 100%;
  }

  .text-block {
    font-size: 13px;
  }

  .bottom_background {
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

  .footer_wrapper {
    box-shadow: none;
  }

  .flex_container {
    justify-content: flex-start;
    position: static;
  }

  .wrapper_flex {
    grid-column-gap: 17px;
    grid-row-gap: 11px;
    flex-flow: wrap;
    max-width: 600px;
    display: flex;
  }

  .form {
    padding-left: 40px;
    padding-right: 40px;
  }

  .item_input {
    max-width: 270px;
  }

  .wrapper_list {
    max-width: 186px;
  }

  .girl_bg {
    width: 30%;
  }

  .text_desc {
    color: #000000b3;
  }

  .heart.heart_1 {
    bottom: 243px;
  }

  .heart.heart_3 {
    top: 132px;
    left: 908px;
  }

  .heart.heart_4 {
    top: 0;
    left: auto;
  }

  .wrapper_girl_bridge {
    width: 42%;
    bottom: 0;
  }

  .wrapper_item {
    margin-bottom: 0;
    bottom: -28%;
  }

  .iten {
    max-width: 202px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .star_double {
    bottom: 280px;
    left: -24px;
  }

  .star_2 {
    bottom: 287px;
  }

  .text-block-6 {
    font-family: Roboto, sans-serif;
    font-size: 14px;
  }
}

@media screen and (min-width: 1920px) {
  .body {
    height: 100vh;
  }

  .hero_section {
    justify-content: space-between;
    align-items: flex-start;
  }

  .container {
    justify-content: flex-start;
    align-self: flex-start;
    max-width: 1800px;
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper_main {
    max-width: 60%;
  }

  .title_main.mb-10 {
    font-size: clamp(3.5rem, 4.5vw, 2.5rem);
  }

  .main_text.mb-40.w_60 {
    width: auto;
    max-width: none;
  }

  .bottom_background {
    position: relative;
  }

  .footer {
    position: relative;
    box-shadow: 0 -4px 7.7px #d2d2d240;
  }

  .flex_container {
    align-self: flex-start;
  }

  .pop_up {
    display: none;
  }

  .arrow {
    height: 16px;
  }

  .list_services {
    opacity: 1;
  }

  .girl_bg {
    width: 27%;
  }

  .heart.heart_2 {
    top: 168px;
  }

  .heart.heart_3 {
    top: 194px;
    left: 1142px;
  }

  .heart.heart_4 {
    display: block;
    top: 227px;
    left: auto;
    right: 0;
  }

  .wrapper_girl_bridge {
    width: 43%;
  }

  .wrapper_item {
    margin-left: 0;
    margin-right: 0;
    position: relative;
    bottom: -19%;
    left: 0%;
  }

  .iten {
    max-width: 250px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .icon_wrapper {
    top: -12%;
  }

  .text-block-5 {
    font-size: 21px;
  }

  .input {
    top: 185px;
    left: -21px;
  }

  .input.right {
    top: 104px;
    left: auto;
    right: 76px;
  }

  .heart_double {
    top: 16px;
    right: 271px;
  }

  .eclipse {
    top: 87px;
    left: 82px;
  }

  .star_double {
    bottom: 407px;
    left: 4px;
  }
}

@media screen and (max-width: 991px) {
  .body {
    background-image: none;
    height: auto;
    overflow: visible;
  }

  .body.none_height {
    background-size: auto;
  }

  .hero_section {
    z-index: 2;
    background-image: url('../images/bg_main.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    max-height: none;
  }

  .container {
    position: relative;
  }

  .wrapper_logo {
    margin-bottom: 45px;
  }

  .wrapper_main {
    z-index: 2;
    align-items: center;
    max-width: 100%;
    margin-bottom: 0;
  }

  .title_main.mb-10 {
    text-align: center;
    margin-bottom: 12px;
    font-size: 38px;
  }

  .main_text.mb-40 {
    width: 103%;
  }

  .main_text.mb-40.w_60 {
    width: auto;
  }

  .main_text.mb-40.w_60.desktop {
    text-align: center;
    width: 93%;
  }

  .btn_main {
    background-color: var(--accent_color);
    color: var(--white_text);
    border-radius: 16px;
    padding: 20px 27px;
    text-decoration: none;
  }

  .btn_main:hover {
    background-color: #f68394;
  }

  .btn_main.white {
    border-radius: 8px;
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .btn_main._w-100 {
    border-radius: 16px;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 16px 43px;
  }

  .btn_main._w-100:hover {
    background-color: var(--hover_btn);
  }

  .text-block {
    font-family: Inter, sans-serif;
  }

  .bottom_background {
    z-index: 11;
    position: relative;
  }

  .footer {
    z-index: 100;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
  }

  .footer_wrapper {
    box-shadow: none;
  }

  .flex_container {
    z-index: 0;
    margin-bottom: 0;
    position: relative;
  }

  .wrapper_flex {
    flex-flow: row-reverse wrap;
    justify-content: flex-end;
    width: 100%;
    max-width: 100%;
    display: flex;
  }

  .pop_up {
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .select-field, .fs-selectcustom_message {
    display: none;
  }

  .submit:hover {
    background-color: #f68394;
  }

  .text-block-2 {
    width: 82%;
  }

  .text-block-3 {
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
  }

  .title_h1 {
    font-weight: 400;
  }

  .text_privacy.last_text {
    font-size: 18px;
    line-height: 140%;
  }

  .title_h1-h2 {
    font-weight: 400;
  }

  .wrapper_list {
    z-index: -1;
    width: auto;
    max-width: none;
    position: relative;
  }

  .wrapper_list.mobile {
    flex-flow: row;
    margin-bottom: 54px;
  }

  .list_services {
    z-index: -1;
    position: relative;
  }

  .list_services.mobile {
    display: none;
  }

  .footer_list {
    z-index: 101;
    max-width: 466px;
    position: relative;
  }

  .text_footer_list {
    width: 31%;
  }

  .wrapper_desk {
    display: block;
  }

  .heart.heart_1 {
    z-index: 10;
    display: block;
    position: absolute;
    bottom: 120px;
    left: 37px;
  }

  .heart.heart_2 {
    z-index: 10;
    width: 42px;
    top: 73px;
    left: 414px;
  }

  .heart.heart_3 {
    z-index: 10;
    width: 20px;
    top: 131px;
    left: auto;
    right: 31px;
  }

  .heart.heart_4 {
    inset: auto 3px 0 auto;
  }

  .heart.heart_5 {
    z-index: 10;
    width: 40px;
    display: block;
    position: absolute;
    bottom: 400px;
    left: auto;
    right: 21px;
  }

  .bg_girl {
    z-index: 0;
    max-width: 73%;
    display: block;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .wrapper_girl {
    z-index: 10;
    width: 100%;
    max-width: 608px;
    height: 698px;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .heart_bg {
    z-index: -1;
    width: 100%;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .wrapper_girl_bridge {
    width: 73%;
    position: relative;
    bottom: -82px;
    left: 50%;
    right: auto;
    transform: translate(-50%);
  }

  .wrapper_item.mobile {
    justify-content: space-between;
    width: 100%;
    margin-bottom: 0;
    display: flex;
    bottom: 0%;
  }

  .wrapper_item.desktop {
    display: none;
  }

  .iten {
    max-width: none;
    padding: 29px 10px;
  }
}

@media screen and (max-width: 767px) {
  .body {
    background-position: 50%;
    background-size: auto;
    height: auto;
  }

  .hero_section {
    height: auto;
    display: block;
  }

  .wrapper_logo {
    margin-bottom: 40px;
  }

  .wrapper_logo.none {
    margin-bottom: 0;
  }

  .wrapper_main {
    max-width: 100%;
  }

  .title_main.mb-10 {
    margin-bottom: 16px;
    font-size: 28px;
  }

  .main_text.mb-40 {
    margin-bottom: 30px;
  }

  .main_text.mb-40.w_60 {
    margin-bottom: 32px;
    font-size: 14px;
  }

  .main_text.mb-40.w_60.mobile {
    text-align: center;
    display: block;
  }

  .main_text.mb-40.w_60.desktop {
    width: 93ch;
    display: none;
  }

  .btn_main.white {
    text-align: center;
  }

  .btn_main._w-100 {
    width: 100%;
    margin-top: 0;
    margin-bottom: 32px;
  }

  .bottom_background {
    padding-top: 154px;
    padding-bottom: 0;
  }

  .bottom_background.transparent {
    padding-top: 25px;
  }

  .footer_wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    box-shadow: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .flex_container {
    flex-flow: column;
    align-items: center;
  }

  .wrapper_flex {
    flex-flow: column;
  }

  .form {
    border-radius: 20px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 30px 20px;
  }

  .title_form {
    font-size: 1.5rem;
  }

  .row_form {
    flex-flow: column;
  }

  .item_input {
    width: 100%;
    padding: 10px;
  }

  .text-field, .text-field.dropdown_color {
    font-size: 14px;
  }

  .label {
    margin-bottom: 5px;
  }

  .fs-selectcustom_dropdown-toggle {
    font-size: 12px;
  }

  .submit {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
  }

  .text-block-2 {
    font-size: 8px;
  }

  .text-block-3 {
    text-align: right;
  }

  .back.w--current {
    margin-bottom: 40px;
  }

  .title_h1 {
    font-size: 24px;
    line-height: 1.2px;
  }

  .text_privacy.last_text {
    margin-bottom: 30px;
  }

  .title_h1-h2 {
    font-size: 16px;
    line-height: 1.2;
  }

  .wrapper_list {
    z-index: 10;
    width: 100%;
  }

  .wrapper_list.mobile {
    margin-bottom: 48px;
  }

  .list_services {
    font-size: 14px;
  }

  .list_services.mobile {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .list_services.mobile.last {
    margin-bottom: 152px;
  }

  .icon_text {
    font-size: 18px;
  }

  .footer_list, .heart.heart_2 {
    display: none;
  }

  .bg_girl {
    z-index: 10;
    max-width: 55%;
    bottom: 114px;
  }

  .wrapper_girl {
    z-index: 10;
    max-width: 377px;
    height: 393px;
  }

  .heart_bg {
    z-index: -1;
    max-width: 86%;
    bottom: 14%;
  }

  .wrapper_girl_bridge {
    width: 81%;
    bottom: -164px;
  }

  .wrapper_item.mobile {
    flex-flow: wrap;
  }

  .iten {
    width: 48%;
  }

  .input.right {
    top: 83px;
    right: -41px;
  }

  .star_2.right {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .body.none_height {
    background-image: url('../images/mobile_bg_1mobile_bg.avif');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: scroll;
    height: auto;
  }

  .hero_section {
    background-image: url('../images/bg_main_1bg_main.avif');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    bottom: 0;
  }

  .container {
    z-index: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .wrapper_logo {
    margin-bottom: 46px;
  }

  .wrapper_logo.none {
    margin-bottom: 0;
  }

  .link_logo.w--current {
    max-width: 163px;
  }

  .title_main.mb-10 {
    width: 100%;
    font-size: 24px;
  }

  .main_text.mb-40.w_60.desktop {
    display: none;
  }

  .btn_main {
    z-index: 2;
    position: relative;
  }

  .btn_main._w-100 {
    margin-bottom: 0;
  }

  .bottom_background {
    z-index: 10;
    padding-top: 10px;
    position: relative;
  }

  .close {
    top: 10px;
    right: 10px;
  }

  .row_form, .row_form.last {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 10px;
  }

  .fs-selectcustom_dropdown {
    width: 100%;
  }

  .text-block-2 {
    width: 100%;
    font-size: 8px;
  }

  .title_h1 {
    font-size: 24px;
    line-height: 1.1;
  }

  .list_services {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .list_services.mobile {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .heart.heart_1, .heart.heart_2 {
    display: none;
  }

  .heart.heart_3 {
    top: 260px;
  }

  .heart.heart_4 {
    display: none;
  }

  .heart.heart_5 {
    top: 74px;
    bottom: auto;
    right: 32px;
  }

  .bg_girl {
    max-width: 57%;
  }

  .heart_bg {
    max-width: 80%;
  }

  .wrapper_girl_bridge {
    width: 94%;
    bottom: -57px;
  }

  .iten.last {
    margin-top: 17px;
  }

  .icon_wrapper {
    top: -18%;
  }

  .icon_wrapper.last {
    top: -19%;
  }

  .input {
    padding: 10px;
    font-size: 12px;
    top: 53px;
    left: -6px;
  }

  .input.right {
    max-width: 146px;
    padding: 10px 16px;
    top: 85px;
    right: 3px;
  }

  .input_text {
    max-width: none;
    font-size: 12px;
  }

  .heart_double {
    width: 43px;
    top: 22px;
    right: 78px;
  }

  .eclipse {
    left: 50px;
  }

  .star_double {
    width: 43px;
    bottom: 190px;
    left: 1px;
  }
}


