:root {
  --accent_color: #ff4f69;
  --white_text: white;
  --hover_btn: #e95345;
}

p {
  margin-bottom: 0;
}

.body {
  background-color: #0000;
  background-image: url('../images/bg_main_1bg_main.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: Montserrat Alternates, sans-serif;
}

.body.none_height {
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  height: auto;
}

.body.body-lock {
  overflow: hidden;
}

.hero_section {
  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: 2;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: auto;
  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: 153px;
  max-width: 153px;
}

.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 {
  margin-bottom: 5px;
  font-size: clamp(2rem, 3.5vw, 2.5rem);
  line-height: 1.2;
  display: block;
}

.accent_text_color {
  color: var(--accent_color);
}

.wrapper_text {
  width: 67%;
}

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

.main_text.mb-40 {
  margin-bottom: 5px;
  display: block;
}

.list_wrapper.mb-40 {
  align-self: flex-start;
  margin-bottom: 10px;
  padding-left: 12px;
  display: block;
}

.list_item.mb-10 {
  margin-bottom: 5px;
}

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

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

.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;
}

.main_img {
  width: 60%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  bottom: 23px;
  right: 0;
}

.female_img {
  z-index: 1;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-top: 0;
  position: static;
  top: 49px;
}

.bottom_background {
  background-image: linear-gradient(#ffa5b2, #ff4f69);
  width: 100%;
  height: auto;
  position: static;
}

.bottom_background.mt-40 {
  padding-top: 40px;
}

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

.sale_action {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 87%;
  min-width: auto;
  height: auto;
  padding: 30px 9px;
  display: block;
  position: absolute;
  bottom: -2%;
  left: auto;
  overflow: hidden;
  transform: rotate(-4deg);
}

.sale_text {
  color: var(--white_text);
  text-align: center;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
}

.sale_text.border {
  border: 2px solid #ffffff1a;
  border-radius: 40px;
  padding: 11px 9px;
}

.arrow_up {
  color: var(--white_text);
  width: 42px;
  height: 42px;
  position: relative;
  left: 50%;
  transform: translate(-50%);
}

.wrapper_btn {
  grid-column-gap: 17px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: auto;
  max-width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: grid;
  position: relative;
}

.item_btn {
  background-color: var(--white_text);
  border-radius: 12px;
  width: 216px;
  padding: 11px 16px;
}

.circle {
  z-index: -1;
  border: 10px solid var(--accent_color);
  border-radius: 50%;
  width: 375px;
  height: 375px;
  position: absolute;
  bottom: 0;
}

.circle.second, .circle.third {
  display: block;
  left: 50%;
  transform: translate(-50%);
}

.circle.first {
  z-index: -10;
  width: 375px;
  left: 50%;
  transform: translate(-50%);
}

.footer {
  border-top: 1px solid #fff3;
  padding-top: 10px;
  padding-bottom: 10px;
}

.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;
}

.right_image {
  align-self: auto;
  max-width: 43vw;
  position: absolute;
  bottom: 0;
  right: 0;
}

.right_image.desktop {
  max-width: 40vw;
}

.right_image.mobile {
  display: none;
}

.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;
}

.wrapper_circle {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.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%;
}

.dropdown {
  width: 50%;
  margin-left: 0;
  margin-right: 0;
}

.dropdown-toggle {
  padding: 0;
}

.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;
}

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

.fs-selectcustom_message-text {
  color: #797979;
  text-align: right;
  max-width: 16rem;
  margin-top: -4rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.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_message-icon {
  opacity: .4;
  filter: grayscale();
  width: 2rem;
  margin-top: -1rem;
  margin-right: -3rem;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: rotate(60deg);
}

.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 {
  text-decoration: none;
}

.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-size: 40px;
}

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

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

.title_h1-h2 {
  margin-top: 0;
  font-size: 24px;
  line-height: 1;
}

.link_privacy {
  color: #000;
  text-decoration: none;
}

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

.wrapper_img_text {
  justify-content: center;
  width: 99%;
  display: flex;
}

.image_text {
  max-width: 89%;
}

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

  .hero_section {
    flex-flow: column;
    justify-content: space-between;
    height: 100%;
    display: flex;
  }

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

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

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

  .wrapper_text {
    width: 65%;
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .list_wrapper.mb-40 {
    margin-bottom: 20px;
  }

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

  .text-block {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }

  .main_img {
    z-index: 3;
    width: 55%;
    height: 600px;
    position: relative;
    bottom: 0;
    right: 0;
  }

  .female_img {
    object-fit: contain;
    margin: 0;
  }

  .bottom_background {
    height: auto;
    position: static;
  }

  .sale_action {
    width: 490px;
    padding-top: 30px;
    display: block;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%)rotate(-4deg);
  }

  .sale_text {
    font-size: 20px;
  }

  .wrapper_btn {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-auto-columns: 1fr;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .item_btn {
    background-color: var(--white_text);
    padding: 11px 16px;
  }

  .item_img {
    max-width: 210px;
    padding: 11px 16px;
  }

  .footer {
    border-top: 1px solid #fff3;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer_wrapper {
    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;
  }

  .right_image {
    max-width: 49vw;
    height: 90vh;
    max-height: none;
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .right_image.desktop {
    max-width: 37vw;
    height: auto;
  }

  .image {
    object-fit: cover;
    max-height: 100%;
  }

  .pop_up {
    display: none;
  }

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

@media screen and (min-width: 1440px) {
  .hero_section {
    justify-content: space-between;
    align-items: stretch;
    height: 100vh;
  }

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

  .wrapper_logo {
    margin-bottom: 0;
  }

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

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

  .title_main.mb-10 {
    font-size: 2.5rem;
  }

  .wrapper_text {
    width: 42%;
    margin-bottom: 107px;
  }

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

  .main_img {
    z-index: 5;
    width: 46.6vw;
    height: 61.46vh;
    position: relative;
    bottom: 0;
  }

  .female_img {
    object-fit: contain;
    position: static;
    top: 0;
    overflow: visible;
  }

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

  .bottom_background.mt-40 {
    height: 50vh;
    position: relative;
  }

  .sale_action {
    z-index: 4;
    width: 85%;
    position: absolute;
  }

  .wrapper_btn {
    flex-flow: row;
    grid-template-columns: 1fr;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .item_btn {
    flex: none;
    width: 216px;
    max-width: none;
  }

  .circle {
    border-radius: 100%;
    width: 100%;
    height: 70%;
    bottom: 0;
    left: 50%;
    right: auto;
    transform: translate(-50%);
  }

  .circle.second, .circle.third, .circle.first {
    width: 375px;
    height: 375px;
  }

  .footer {
    background-image: none;
  }

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

  .right_image {
    object-fit: contain;
    width: 671px;
    max-width: none;
    height: 90vh;
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
  }

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

  .image {
    object-fit: contain;
    width: 100%;
    overflow: visible;
  }

  .wrapper_circle {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
  }

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

  .item_input {
    max-width: 270px;
  }
}

@media screen and (min-width: 1920px) {
  .container {
    max-width: 1660px;
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper_main {
    max-width: 52%;
  }

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

  .sale_action {
    width: 70%;
  }

  .circle.second, .circle.third {
    width: 500px;
    height: 500px;
    display: block;
  }

  .circle.first {
    width: 500px;
    height: 500px;
    transform: translate(-50%);
  }

  .right_image {
    max-width: 51vw;
  }

  .right_image.desktop {
    width: 50%;
    height: auto;
  }

  .pop_up {
    display: none;
  }

  .arrow {
    height: 16px;
  }
}

@media screen and (max-width: 991px) {
  .body {
    background-size: auto;
    background-attachment: scroll;
    height: 100vh;
  }

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

  .hero_section {
    height: auto;
    max-height: none;
  }

  .container {
    position: relative;
  }

  .wrapper_logo {
    margin-bottom: 45px;
  }

  .wrapper_main {
    max-width: 44%;
  }

  .title_main.mb-10 {
    font-size: 1.5rem;
  }

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

  .list_wrapper.mb-40 {
    width: 55%;
    margin-bottom: 20px;
    padding-left: 15px;
  }

  .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;
  }

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

  .bottom_background {
    position: static;
  }

  .sale_action {
    width: 100%;
  }

  .wrapper_btn {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
    justify-content: stretch;
    width: 100%;
    display: block;
  }

  .item_btn {
    width: 48%;
  }

  .circle.first {
    z-index: -1;
  }

  .footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .right_image.desktop {
    display: none;
  }

  .right_image.mobile {
    z-index: 1;
    flex: 0 auto;
    align-self: auto;
    width: 75%;
    max-width: none;
    display: block;
    position: relative;
    bottom: auto;
  }

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

  .wrapper_flex.flex_form {
    justify-content: center;
  }

  .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%;
  }

  .link-3 {
    color: #8f959e;
  }
}

@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: 80px;
  }

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

  .wrapper_main {
    max-width: 100%;
  }

  .title_main.mb-10 {
    margin-bottom: 20px;
  }

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

  .list_wrapper.mb-40 {
    width: 100%;
  }

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

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

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

  .sale_action {
    bottom: -15%;
    transform: rotate(-4deg);
  }

  .wrapper_btn {
    margin-bottom: 40px;
  }

  .item_btn {
    text-align: center;
    width: 100%;
  }

  .circle.second, .circle.third, .circle.first {
    border-width: 5px;
  }

  .footer_wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .right_image.mobile {
    width: 81%;
    height: 100%;
    right: auto;
  }

  .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;
  }
}

@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: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }

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

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

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

  .sale_action {
    width: 107%;
    left: -12px;
  }

  .right_image.mobile {
    z-index: -1;
    width: 95%;
  }

  .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;
  }
}

#w-node-e500e1e8-5b1b-c1f1-5b2a-98ab6c854d0f-639050ed {
  justify-self: start;
}

@media screen and (min-width: 1440px) {
  #w-node-c836f644-726c-df59-e21a-9d024147d98d-639050ed, #w-node-_94b3a43d-bcaa-c190-326a-b898208bf0ba-639050ed {
    justify-self: start;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_2fc7320a-e68e-9d31-27c1-6db3387798c8-639050ed, #w-node-c836f644-726c-df59-e21a-9d024147d98d-639050ed, #w-node-_94b3a43d-bcaa-c190-326a-b898208bf0ba-639050ed {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_99650ec5-1eec-6af2-43d9-c9cfe8d85288-639050ed, #w-node-_5e646754-2e94-b0c0-ce15-8bd73ccd78d8-639050ee {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


