@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  max-height: 100vh;
  /* overflow: hidden;
    overflow-y: scroll; */
}

p {
  margin-bottom: 0;
}

.desc {
  display: none;
}

.mob,
.thank {
  background: #9fe870;
  height: 100vh;
  overflow: hidden;
}

h1 {
  font-family: "Inter";
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  text-align: center;
  padding-top: 40px;
}

.mob .swiper-slide {
  height: 100vh;
}

.mob .first .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background: url(../img/mob1.png) bottom center no-repeat;
}

.mob .first .top {
  text-align: center;
}

.mob .first h1 {
  text-transform: uppercase;
  font-family: "Inter";
  font-size: 22px;
  font-weight: 900;
  line-height: 28px;
  text-align: center;
  color: #fff;
  margin-bottom: 8px;
  padding: 48px 16px 0px;
}

.mob .first h1 span {
  font-family: "Inter";
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
}

.mob .first .content .text {
  background: rgba(0, 0, 0, 0.8);
  padding: 20px 16px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  box-sizing: border-box;
  text-align: center;
  width: 100%;
}

.mob .first p {
  margin-bottom: 28px;
  font-family: "Inter";
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
}

.mob .first .button-blue {
  width: 358px;
  height: 92px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 46px;
  font-family: "Inter";
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
  background: #163300;
  color: #9fe870;
  border: none;
}

.mob .logo,
.thank .logo {
  text-align: center;
  background: #ffffff;
  padding: 16px;
}

.mob .logo img {
  width: 100px;
}

.mob .question {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
}

.mob .question .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto 16px 16px 16px;
  box-sizing: border-box;
  box-shadow: 0px 0px 4px 0px #00000040;
  background: #ffffff;
  border-radius: 16px;
  padding: 22px;
}

.thank .text {
  margin-top: 46px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  background: #ffffff;
  box-shadow: 0px 0px 4px 0px #00000040;
  padding: 40px 16px;
  border-radius: 16px;
}

.thank .text img {
  width: 251px;
  height: auto;
  background: #fff;
}

.thank .text p {
  font-family: "Montserrat";
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.04em;
  text-align: center;
  margin-bottom: 10vh;
}

.mob .question .text h2 {
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.04em;
  text-align: left;
  margin-bottom: 40px;
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.mob .question .text h2 span {
  display: block;
}

.mob .question .text .answers {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-left: 30px;
}

.mob .question .text .answers .answers-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  cursor: pointer;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
}

.mob .question .text .answers .answers-item p {
  max-width: 60vw;
}

.circle-wrapper {
  border: 2px solid #000000;
  width: 24px;
  height: 24px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mob .question .text .answers .answers-item:hover .circle {
  background: #9fe870;
  width: 16px;
  height: 16px;
  border-radius: 4px;
}

.mob .question .text .step {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 40px;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
}

.mob .question .text .step button {
  border: none;
  background: transparent;
  margin-left: 30px;
}

.mob .question .text .step button:hover {
  background: transparent !important;
}

.mob .second .text .step {
  display: flex;
  justify-content: center;
  align-items: center;
}

.empty {
  width: 75px;
}

.mob .second {
  background: url(../img/desc2.png) top 125px center no-repeat;
}

/* .mob .third {
    background: url(../img/desc3.png) top 25px center no-repeat;
} */

.mob .third {
  background: url(../img/desc3.png) top 85px center no-repeat;
}
.mob .fourth {
  background: url(../img/mob4.png) top 85px center no-repeat;
}

.mob .fifth {
  background: url(../img/desc5.png) top 100px center no-repeat;
}

.mob .six {
  background: url(../img/mob5.png) top 35px center no-repeat;
}

.mob .seven .text h2 {
  font-family: "Montserrat";
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.04em;
  text-align: center;
  display: block;
  margin: 0px auto 8px;
}

.mob .seven .text h3 {
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.04em;
  text-align: center;
  margin-bottom: 14px;
}

.mob .seven .text.form-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.mob .seven .text .form-content form {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: left;
}

.mob .seven .text .form-content form input {
  height: 56px;
  width: 100%;
  border-radius: 28px;
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  background: #eaeaea;
  color: #737373;
  border: none;
  padding: 12px 36px;
}

.mob .seven .text .form-content form .agree {
  display: flex;
  flex-direction: column;
  gap: 23px;
}

.mob .seven .text .form-content form .agree .agree-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 12px;
  cursor: pointer;
}

.mob .seven .text .form-content form .agree .agree-item p {
  width: 80%;
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.04em;
  text-align: left;
}

.mob .seven .text .form-content form .agree .agree-item .circle-wrapper {
  border: 2px solid #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border-radius: 6px;
}

.mob
  .seven
  .text
  .form-content
  form
  .agree
  .agree-item
  .circle-wrapper
  .circle {
  width: 12px;
  height: 12px;
  border-radius: 2px;
}

.active {
  background: #9fe870;
}

.blue {
  color: #9fe870;
}

.redd {
  background: red;
}

.mob .seven .text .form-content form button {
  height: 64px;
  border-radius: 46px;
  margin-top: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #163300;
  font-family: "Inter";
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
  color: #9fe870;
  border: none;
}

.main-logo {
  background: #fff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px;
}

.main-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.main-content-part {
  padding: 30px 12px;
  max-width: 1024px;
  margin: 0 auto;
  border-radius: 16px;
}

.main-content-part p {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-align: center;
}

.main-content-first {
  background: #fff;
}

.main-content-first h2 {
  font-family: "Inter";
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  text-align: center;
}

a {
  text-decoration: none;
  color: inherit;
}

.light-btn {
  background: #9fe870;
  width: 100%;
  max-width: 393px;
  border-radius: 44px;
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  border: none;
  margin: 16px auto;
  cursor: pointer;
}

.light-btn a {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  text-align: center;
}

.main-content-second {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 47px;
  padding-bottom: 80px;
}

.main-content-second p {
  max-width: 400px;
}

.main-content-third {
  background: #9fe870;
}

.main-content-third h3 {
  font-family: "Inter";
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  text-align: left;
  padding: 48px 12px;
}

.dark-btn:hover,
.light-btn:hover {
  background: #fff !important;
  border: 3px solid #163300;
  color: #163300;
}

.dark-btn {
  background: #163300;
  width: 100%;
  max-width: 393px;
  border-radius: 44px;
  color: #9fe870;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  border: none;
  margin: 16px auto;
  cursor: pointer;
}

.dark-btn a {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  text-align: center;
}

.main-content-fourth {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 40px;
  padding: 80px 12px 40px 12px;
}

.main-content-fourth .item {
  display: flex;
  flex-direction: row;
  gap: 30px;
}

.main-content-fourth .item-img {
  background: #d9d9d9;
  border-radius: 100%;
  width: 96px;
  height: 96px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-content-fourth .item p {
  max-width: 236px;
  font-family: "Inter";
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
}

.main-content-fifth {
  background: #e9e9e9;
  padding: 48px 12px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  align-items: center;
}

@media (min-width: 1024px) {
  .mob {
    display: none;
  }

  .desc {
    display: block;
  }

  .desc {
    background: #9fe870;
  }

  .desc .logo {
    margin: 0 auto;
    text-align: center;
    padding: 30px 0px;
    background: #ffffff;
  }

  .desc .first .text {
    max-width: 878px;
    color: #fff;
    margin-left: 10vw;
  }

  .desc .first h1 {
    font-family: "Inter";
    font-size: 56px;
    font-weight: 900;
    line-height: 72px;
    text-align: left;
    margin-bottom: 78px;
  }

  .desc .first h2 {
    font-family: "Inter";
    font-size: 40px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 20px;
  }

  .desc .first p {
    font-family: "Inter";
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    text-align: left;
    max-width: 653px;
  }

  .desc .first img {
    margin-left: 180px;
  }

  .desc .first .button-blue {
    width: 476px;
    height: 92px;
    border-radius: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #163300;
    font-family: "Inter";
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
    color: #9fe870;
    margin-top: 15px;
    margin-bottom: 218px;
    border: none;
  }

  .desc .question .content {
    max-width: 1008px;
    box-shadow: 0px 0px 4px 0px #00000040;
    background: #ffffff;
    margin: 5vw auto;
    border-radius: 24px;
    padding: 100px 58px 56px 114px;
  }

  .desc .question .content h2 {
    font-family: "Montserrat";
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -0.04em;
    text-align: left;
    margin-bottom: 32px;
    display: flex;
    flex-direction: row;
    gap: 10px;
  }

  .desc .question .content h2 span {
    display: block;
  }

  .desc .question .content .answers {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-left: 50px;
  }

  .desc .question .content .answers .answers-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
    cursor: pointer;
    font-family: "Montserrat";
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    max-width: 540px;
  }

  .circle-wrapper {
    border: 2px solid #000000;
    width: 24px;
    height: 24px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .desc .question .content .answers .answers-item:hover .circle {
    background: #9fe870;
    width: 16px;
    height: 16px;
    border-radius: 4px;
  }

  .desc .question .content .step {
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-top: 78px;
    text-align: right;
  }

  .desc .second .content {
    background: url(../img/desc2.png) center right 169px no-repeat, #fff;
  }

  .desc .third .content {
    background: url(../img/desc3.png) center right no-repeat, #fff;
  }

  .desc .fourth .content {
    background: url(../img/desc4.png) center right 50px no-repeat, #fff;
  }

  .desc .fifth .content {
    background: url(../img/desc5.png) center right 120px no-repeat, #fff;
  }

  .desc .six .content {
    background: url(../img/desc6.png) bottom 70px right 120px no-repeat, #fff;
  }

  .desc .seven .content {
    padding: 20px 120px 26px 47px;
    margin: 100px auto 0px;
    background: url(../img/desc7.png) bottom left no-repeat, #fff;
  }

  .desc .seven .content h2 {
    font-family: "Montserrat";
    font-size: 32px;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: -0.04em;
    text-align: center;
    max-width: 562px;
    display: block;
    margin: 0px auto 16px;
  }

  .desc .seven .content h3 {
    font-family: "Montserrat";
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.04em;
    text-align: center;
    margin-bottom: 36px;
  }

  .desc .seven .content .form-content {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  }

  .desc .seven .content .form-content form {
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: left;
  }

  .desc .seven .content .form-content form input {
    box-shadow: 0px 0px 2px 0px #044717;
    width: 344px;
    height: 56px;
    border-radius: 8px;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    color: #737373;
    border: none;
    padding: 12px 36px;
  }

  .desc .seven .content .form-content form .agree {
    max-width: 344px;
    display: flex;
    flex-direction: column;
    gap: 6px;
  }

  .desc .seven .content .form-content form .agree .agree-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 12px;
    cursor: pointer;
  }

  .desc .seven .content .form-content form .agree .agree-item p {
    max-width: 300px;
    font-family: "Montserrat";
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.04em;
    text-align: left;
  }

  .desc .seven .content .form-content form .agree .agree-item .circle-wrapper {
    border: 2px solid #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    border-radius: 6px;
  }

  .desc
    .seven
    .content
    .form-content
    form
    .agree
    .agree-item
    .circle-wrapper
    .circle {
    width: 12px;
    height: 12px;
    border-radius: 2px;
  }

  .active {
    background: #9fe870;
  }

  .blue {
    color: #9fe870;
  }

  .desc .seven .content .form-content form button {
    width: 344px;
    height: 64px;
    border-radius: 46px;
    margin-top: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #163300;
    font-family: "Inter";
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
    color: #9fe870;
    border: none;
  }
  .thank {
    background: #9fe870;
    height: 100vh;
    overflow: hidden;
  }
  .thank .text {
    max-width: 1024px;
    margin: 100px auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 60px;
  }
  .form-wrap {
    margin-right: 0 !important;
  }
}

@media (min-width: 1300px) {
  .desc .first {
    background: url(../img/desc1.png) bottom 140px right -800px no-repeat;
  }
}

@media (min-width: 1700px) {
  .desc .first {
    background: url(../img/desc1.png) bottom 140px right -400px no-repeat;
  }
}

@media (max-width: 392px) {
  .mob .first .button-blue {
    width: unset;
    padding: 20px;
  }
}

@media (max-height: 769px) {
  .mob .first .content {
    background: unset;
  }

  .mob .seven .text h3 {
    display: none;
  }

  .mob .seven .text h2 {
    font-size: 16px;
    line-height: 18px;
  }

  .mob .seven .text .form-content form input {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    padding: 12px 36px;
    height: unset;
  }
}

button:hover {
  background: linear-gradient(45deg, #391375, #5b0e83) !important;
}
.form-wrap {
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
