@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
}

body {
  overflow-x: hidden;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-inline: 250px;
}

.header__nav {
  display: flex;
  gap: 36px;
}

.nav__el {
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}

.nav__lang {
  display: flex;
  align-items: center;
  gap: 5px;
}

.language__text {
  font-size: 20px;
  color: #fff;
}

.main {
  font-family: "Inter", sans-serif;
}

.welcome {
  margin-top: 44px;
  display: flex;
  gap: 50px;
  margin-inline: 120px;
}


.form {
  padding: 32px;
  background-color: #fff;
  max-width: 555px;
  border-radius: 24px;
  -webkit-box-shadow: 0px 0px 8px -2px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 0px 0px 8px -2px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 0px 8px -2px rgba(34, 60, 80, 0.2);
}

.form__choose {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.form__choose-title {
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
  margin-top: -10px;
}

.select__block {
  width: 100%;
  max-width: 326px;
}

.form__select {
  padding-block: 15px;
  width: 100%;
  text-align: center;
  background-color: #a0cafa;
  border-radius: 16px;
  border: none;
  font-family: "Inter", sans-serif;
  outline: none;
  max-width: 327px;
}

.form__select:hover {
  outline: none;
}

.form__select option {
  background-color: #fff;
}

.select__text {
  font-size: 10px;
  color: #6d6d6d;
  margin-top: 12px;
}

.form__inputs {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 25px;
}

.input__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}

.input__label {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 2px;
}

.input {
  padding-block: 16px;
  padding-inline: 10px;
  border-radius: 16px;
  border: none;
  border: 1px solid #6d6d6d;
  width: 100%;
  outline: none;
}

.form__access {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form__access-block {
  display: flex;
  align-items: center;
  gap: 10px;
}

.access-block-text {
  font-size: 10px;
  color: #6d6d6d;
}

.access-block-text span {
  text-decoration: underline;
}

/* From Uiverse.io by bimbx */
/* Hide the default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.container {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 20px;
  user-select: none;
}

/* Create a custom checkbox */
.checkmark {
  position: relative;
  top: 0;
  left: 0;
  height: 1.4em;
  width: 1.4em;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3), 0px 1px 1px rgba(0, 5);
  border: 1px solid #6d6d6d;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-image: linear-gradient(#fff);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 0.45em;
  top: 0.25em;
  width: 0.25em;
  height: 0.5em;
  border: solid #ed1e79;
  border-width: 0 0.15em 0.15em 0;
  transform: rotate(45deg);
}

.form__btn {
  width: 100%;
  padding-block: 14px;
  background-color: #ed1e79;
  border: none;
  border-radius: 100px;
  margin-top: 34px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.form__desc {
  font-size: 10px;
  color: #6d6d6d;
  font-weight: 500;
  margin-top: 25px;
}

.welcome__block {
  width: 60%;
  height: auto;
  background-image: url("/assets/Background.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -2;
  padding-top: 100px;
  padding-bottom: 200px;
  padding-left: 240px;
}

.welcome__title {
  font-size: 60px;
  font-weight: 800;
  color: #fff;
}

.welcome__desc {
  font-size: 28px;
  font-weight: 500;
  color: #fff;
}

.welcome__cards {
  display: flex;
  flex-wrap: wrap;
  max-width: 550px;
  margin-top: 32px;
  gap: 20px;
}

.welcome__card {
  margin-right: 50px;
  width: 200px;
  color: #fff;
}

.welcome__card-title {
  font-size: 40px;
  font-weight: 800;
}

.welcome__card-desc {
  font-size: 22px;
  font-weight: 400;
}

.woman {
  position: absolute;
  top: 320px;
  right: 1000px;
  left: 630px;
  z-index: -1;
}

.blocks {
  margin-top: 138px;
  display: flex;
  gap: 60px;
}



.block {
  width: 60%;
  height: auto;
  background-image: url("/assets/Background-2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: -5.8svw;
}

.block__text {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-top: 100px;
  margin-bottom: 100px;
}

.block__title {
  color: #fff;
  font-size: 40px;
  padding-block: 220px;
  max-width: 900px;
  padding-left: 20%;
  font-weight: 900;
}

.block__title span {
  border-top: 3px solid #fff;
}

.block__el {
  display: flex;
  align-items: center;
  gap: 20px;
}

.el-desc {
  font-size: 16px;
  max-width: 540px;
}

.categories {
  display: flex;
}

.category-block {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 100px;
}

.category__title {
  font-size: 28px;
  color: #ed1e79;
  font-weight: 900;
  text-align: center;
  margin-top: 100px;
}

.categories__cards {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  gap: 30px;
  max-width: 700px;
}

.category__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 200px;
}

.category__card-desc {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
}

.category__ob {
  width: 60%;
  height: auto;
  background-image: url("/assets/Background-3.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.category__ob {
  padding-block: 220px;
}

.category__ob-title {
  color: #fff;
  font-weight: 900;
  text-align: center;
}

.middle {
  display: flex;
  justify-content: center;
  padding-block: 80px;
  background-color: #f2f2f2;
}

.middle__title {
  color: #ed1e79;
}

.middle__title {
  font-size: 28px;
  font-weight: 900;
}

.two {
  display: flex;
  justify-content: space-between;
  z-index: 2;
}

.two__block {
  width: 50%;
  padding-block: 220px;
  background-color: #ed1e79;
  display: flex;
  justify-content: center;
  align-items: center;
}

.two__block-content {
  max-width: 80%;
  text-align: left;
}

.two__block-title {
  font-size: 50px;
  font-weight: 900;
  color: #fff;
  margin: 0;
  text-align: left;
}

.two__block:nth-child(2) {
  background-color: #050351;
}

.slider__content {
  display: flex;
  align-items: center;
  gap: 78px;
  position: relative;
}

.slider__text {
  max-width: 640px;
  text-align: center;
  color: #fff;
  font-weight: 300;
  z-index: 444;
}

.quote {
  position: absolute;
  z-index: 1;
  left: 60px;
  top: -20px;
}

.points {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 36px;
}

.timer {
  width: 100%;
  height: auto;
  background-image: url("/assets/bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: end;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.form__block-2 {
  display: flex;
  justify-content: end;
  margin-inline: 200px;
  padding-block: 170px;
}

.footer {
  background-color: #050351;
}

.footer__desc {
  color: #fff;
  margin-inline: 300px;
  padding-top: 42px;
  font-size: 12px;
}

.footer__content {
  padding-top: 40px;
  border-top: 1px solid #fff;
  margin-top: 34px;
  margin-inline: 300px;
  display: flex;
  justify-content: space-between;
  padding-right: 80px;
}

.footer__block {
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: #fff;
  font-weight: 300;
}

.foot__text {
  font-size: 16px;
}

.copyright {
  font-size: 16px;
}

.footer__help {
  display: flex;
  gap: 70px;
}

.footer__help-text {
  cursor: pointer;
}

.footer__help-block {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #fff;
  font-weight: 300;
}

.slider__text {
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.slide-out-left {
  transform: translateX(-40px);
  opacity: 0;
}

.slide-out-right {
  transform: translateX(40px);
  opacity: 0;
}

.slide-in-left {
  transform: translateX(40px);
  opacity: 0;
  animation: slideInLeft 0.3s forwards;
}

.slide-in-right {
  transform: translateX(-40px);
  opacity: 0;
  animation: slideInRight 0.3s forwards;
}

@keyframes slideInLeft {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideInRight {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.two__block-title span {
  border-top: 3px solid #fff;
}

.category__ob-title span {
  border-top: 3px solid #fff;
}

@media (max-width: 1800px) {
  .woman {
    display: none;
  }
}

@media (min-width: 500px) {
  .form-mob {
    display: none;
  }

  .header-mob {
    display: none;
  }
}

@media (max-width: 500px) {
  .form__block-2 {
    margin-inline: 20px;
    padding-block: 0;
    padding-bottom: 40px;
  }

  .header {
    display: none;
  }

  .blocks {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 50px;
  }

  .block__text {
    margin-bottom: 50px;
    margin-top: 50px;
    margin-inline: 20px;
  }

  .block__title {
    padding-block: 20px;
    padding-inline: 20px;
    font-size: 36px;
  }

  .block {
    width: 100%;
    padding-block: 0;
  }

  .categories {
    display: flex;
    flex-direction: column;
  }

  .category-block {
    order: 2; /* сделать вторым */
  }

  .category__ob {
    order: 1; /* сделать первым */
    width: 100%;
    padding-block: 25px;
    padding-inline: 20px;
  }

  .category__ob-title {
    text-align: left;
  }

  .form-m-l-title {
    color: #ed1e79;
    font-weight: 900;
    text-align: center;
  }

  .category-block {
    padding-bottom: 50px;
  }

  .categories__cards {
    margin-inline: 30px;
    gap: 10px;
  }

  .category__title {
    margin-inline: 20px;
    margin-top: 40px;
  }

  .category__card-desc {
    font-size: 14px;
  }

  .category__card {
    width: 86px;
  }

  .category__card-img {
    width: 60px;
    height: 60px;
  }

  .middle {
    display: flex;
    flex-direction: column;
    padding-block: 20px;
  }

  .middle__title {
    text-align: center;
    margin-inline: 20px;
  }

  .two {
    display: flex;
    flex-direction: column;
  }

  .two__block {
    width: 100%;
    padding-block: 20px;
  }

  .quote {
    width: 30px;
    height: 30px;
    left: 70px;
    top: -10px;
  }

  .two__block-title {
    font-size: 32px;
  }

  .slider__content {
    gap: 50px;
  }

  .slider {
    margin-inline: 10px;
  }

  .timer {
    display: flex;
    flex-direction: column;
    background: none;
  }

  .welcome {
    display: none;
  }

  .form {
    display: none;
  }

  .footer__desc {
    margin-inline: 10px;
  }

  .footer__content {
    margin-inline: 10px;
    display: flex;
    flex-direction: column;
  }

  .footer__help {
    flex-direction: column;
    margin-top: 40px;
    gap: 30px;
    margin-bottom: 20px;
  }
}

.header-mob {
  position: relative;
  margin-bottom: 20px;
}

.mob-h-content {
  display: flex;
  justify-content: space-between;
  flex: 1;
  padding-top: 10px;
  margin-inline: 12px;
}

.bg-mob {
  position: absolute;
  top: 0;
  width: 100%;
  max-height: 613px;
  min-height: 613px;
  z-index: -1;
}

.mob-welcome {
  margin-inline: 20px;
  flex: 1;
}

.mob-w-title {
  color: #fff;
  font-weight: 900;
  max-width: 352px;
  font-size: 42px;
  margin-top: 42px;
}

.mob-w-desc {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  margin-top: 6px;
  font-weight: 400;
}

.welcome__cards-m {
  display: flex;
  flex-wrap: wrap;
  max-width: 550px;
  margin-top: 32px;
  gap: 10px;
}

.welcome__card-m {
  margin-right: 50px;
  width: 90px;
  color: #fff;
}

.form-mob {
  margin-top: 100px;
  width: 100%;
}

.form-logo {
  display: block;
  align-self: center;
}

.form-m-l {
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-m {
  margin-top: 35px;
  padding: 16px;
  padding-top: 35px;
  background-color: #fff;
  max-width: 555px;
  border-radius: 24px;
  box-shadow: 0px 0px 8px -2px rgba(34, 60, 80, 0.2);
}

.form__choose-m {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.form__choose-title-m {
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
  margin-top: -10px;
}

.select__block-m {
  width: 100%;
}

.form__select-m {
  padding-block: 15px;
  width: 100%;
  text-align: center;
  background-color: #a0cafa;
  border-radius: 16px;
  border: none;
  outline: none;
}

.form__select-m option {
  background-color: #fff;
}

.select__text-m {
  font-size: 10px;
  color: #6d6d6d;
  margin-top: 12px;
}

.form__inputs-m {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  gap: 6px;
  margin-top: 25px;
}

.input__block-m {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin-bottom: 20px;
}

.input__label-m {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 2px;
  text-align: center;
}

.input-m {
  padding-block: 16px;
  padding-inline: 10px;
  border-radius: 16px;
  border: 1px solid #6d6d6d;
  width: 100%;
  outline: none;
}

.form__access-m {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form__access-block-m {
  display: flex;
  align-items: center;
  gap: 10px;
}

.access-block-text-m {
  font-size: 10px;
  color: #6d6d6d;
}

.access-block-text-m span {
  text-decoration: underline;
}

/* checkbox mobile */
.container-m input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.container-m {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 20px;
}

.checkmark-m {
  position: relative;
  top: 0;
  left: 0;
  height: 1.4em;
  width: 1.4em;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #6d6d6d;
}

.container-m input:checked ~ .checkmark-m {
  background-image: linear-gradient(#fff);
}

.checkmark-m:after {
  content: "";
  position: absolute;
  display: none;
}

.container-m input:checked ~ .checkmark-m:after {
  display: block;
}

.container-m .checkmark-m:after {
  left: 0.45em;
  top: 0.25em;
  width: 0.25em;
  height: 0.5em;
  border: solid #ed1e79;
  border-width: 0 0.15em 0.15em 0;
  transform: rotate(45deg);
}

.form__btn-m {
  width: 100%;
  padding-block: 14px;
  background-color: #ed1e79;
  border: none;
  border-radius: 100px;
  margin-top: 34px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.form__desc-m {
  font-size: 10px;
  color: #6d6d6d;
  font-weight: 500;
  margin-top: 25px;
}

.popup {
  position: fixed;
  inset: 0; /* растягивает на весь экран */
  background-color: rgba(0, 0, 0, 0.6); /* черный фон за попапом */
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999; /* чтобы не перекрывалось */
}

.inner-pop {
  background-image: url("/assets/bg-n.png");
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  overflow: hidden;
}

.popup__header {
  display: flex;
  align-items: center;
  gap: 50px;
  padding-block: 22px;
  background-color: #075e55;
  padding-inline: 10px;
}

.pop-head-1 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.popup-name {
  font-size: 14px;
  color: #fff;
}

.pop-desc {
  font-size: 10px;
  color: #fff;
}

.pop-head-2 {
  display: flex;
  gap: 20px;
}

.popup-mes {
  margin-top: 25px;
  margin-bottom: 25px;
}

.pop-inf {
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
}

.p-i-title {
  color: #fff;
  font-size: 40px;
}

.p-i-desc {
  font-size: 15px;
  color: #fff;
  margin-top: 10px;
}

.p-i-btn {
  padding-block: 15px;
  width: 100%;
  background-color: #25d366;
  border: none;
  border-radius: 100px;
  color: #fff;
  font-weight: 700;
  margin-top: 24px;
}

.p-i-subdesc {
  margin-top: 25px;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
}

.burger-menu {
  display: none;
  margin-top: 10px;
  text-align: right; /* сам блок сдвинут вправо */
}

/* Показать меню */
.burger-menu.active {
  display: block;
  animation: slideDown 0.3s forwards;
}

.burger__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-right: 30px;
}

.nav__lang-m {
  display: flex;
  justify-content: end;
}

.header-mob.active .bg-mob {
  transform: scale(1.4);
  transition: transform 0.3s ease;
}

@keyframes slideDown {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.form__choose-title-m-1 {
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
  margin-top: 10px;
}

.form__choose-title-m-2 {
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
  margin-top: 10px;
}

.select__block-m-endValue {
  padding-block: 15px;
  background-color: #ed1e79;
  color: #fff;
  border-radius: 16px;
  text-align: center;
  font-size: 12px;
}

.extra-fields-m {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  gap: 5px;
}

.hidden {
  display: none;
}

.extra-fields-mob {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  gap: 5px;
}

.hidden {
  display: none;
}

.extra-fields {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  gap: 30px;
  margin-top: 20px;
}

.hidden {
  display: none;
}

.select__block-endValue {
  padding-block: 15px;
  background-color: #ed1e79;
  color: #fff;
  border-radius: 16px;
  text-align: center;
  font-size: 12px;
}

.extra__fields-block {
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: space-between;
  width: 100%;
  
}

.form__choose-title-1 {
  font-size: 12px;
}

.form__choose-title-2 {
  font-size: 12px;
}

@media (max-width: 1823px) {
  .block {
    margin-top: -6.9svw;
  }
}

@media (max-width: 1650px) {
  .block {
    margin-top: -7.2svw;
  }
}