@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Outfit:wght@400;500;600;700&family=Public+Sans:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Public+Sans:wght@300;400;500;700&display=swap');

body {
  box-sizing: border-box;
  font-family: 'Outfit', sans-serif;
}

.header {
  position: relative;
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 10px 0;
  background-color: transparent;
}

#bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 569px;
  object-fit: cover;
  z-index: -1;
}

.header__contact {
  position: relative;
  display: flex;
  z-index: 2;
}

.header__tel svg {
  margin-right: 8px;
}

.schedule,
.header__contact a {
  display: block;
  color: #FFF;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
}

.schedule {
  margin-right: 41px;
}

.nav {
  position: relative;
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
}

.nav li.active a {
  font-weight: 600;
}

#contact {
  color: #FFF;
  font-size: 16px;
  line-height: 70.187px;
  text-decoration: none;
  cursor: pointer;
}

#help {
  color: #FFF;
  font-size: 16px;
  line-height: 70.187px;
  text-decoration: none;
  cursor: pointer;
}

#subrcription {
  display: block;
  height: 100%;
  padding: 15px;
  color: #FFF;
  background-color: #00AF31;
  border-radius: 30px;
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
  cursor: pointer;
}

#contact, #help, #subscription {
  line-height: 1;
}

.hero-items {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 39px;
  padding: 55px 20px 15px 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  column-gap: 20px;
  border-radius: 15px;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.75);
}

.hero-item {
  width: 33%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.hero-item .img-wrapper {
  background-color: #fff;
  border-radius: 50%;
  width: 70px;
  min-width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 25px;
}
.hero-item:first-child::after,
.hero-item:nth-child(2)::after {
  content: "";
  width: 1px;
  height: 90px;
  background: #FFF;
}

.hero-item img {
  display: block;
  margin-top: -35px;
}

.hero-item h5 {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.hero-item p {
  width: 100%;
  color: #7B7E86;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.hero-item:first-child p {
  width: 80%;
}

.hero-item:nth-child(2) p {
  width: 81%;
}
.hero-item__content {
  display: flex;
  flex-direction: column;
}

.hero {
  position: relative;
  padding-top: 75px;
  padding-bottom: 183px;
  z-index: 2;
}

.form-group {
  padding: 68px 90px 111px 90px;
  margin: 0 auto;
  width: 90%;
  display: flex;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 8px 50px 0px rgba(0, 0, 0, 0.10);
}

.form-group__description {
  width: 40%;
  max-width: 40%;
}

.form {
  width: 60%;
  max-width: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-group__description h1 {
  margin-bottom: 36px;
  width: 75%;
  color: #1C1C25;
  font-size: 48px;
  font-weight: 500;
  line-height: 58px;
}

.description-parag {
  width: 85%;
  color: #7B7E86;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.form-group__description h5 {
  margin-bottom: 20px;
  color: #1C1C25;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.form-group__description ul {
  padding: 0;
}

.form-group__description ul li {
  display: flex;
  justify-content: flex-start;
  align-items: start;
  list-style-type: none;
}

.form-group__description ul li img {
  margin-right: 10px;
}

.list-items {
  display: flex;
}

.list-item:first-of-type {
  margin-right: 55px;
}


.new-validate {
  width: 100%;
}

.new-validate input {
  padding: 18px;
}

.new-validate input,
.new-validate textarea {
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  background: #FFF;
}

.new-validate textarea {
  padding: 26px 0 0 22px;
}

.new-validate #name,
.new-validate #email {
  display: block;
  width: 100%;
}

.new-validate #name {
  margin-right: 20px;
}

#phone,
#message {
  width: 100%;
}

#phone {
  margin-bottom: 26px;
}

#message {
  margin-bottom: 29px;
  resize: none;
  min-height: 182px;
}

.main-info {
  margin-bottom: 20px;
  width: 100%;
  display: flex;
}

.main-info .input-wrapper {
  width: 50%;
}

.main-info .input-wrapper:first-of-type {
  margin-right: 20px;
}

.input-wrapper input:focus-visible,
.input-wrapper #message:focus-visible,
#unsubscribe-btn:focus, #unsubscribe-btn:focus-visible,
.submit-btn:focus, .submit-btn:focus-visible {
  outline: 0;
}

.submit-btn {
  width: 100%;
  padding: 18px 0;
  display: block;
  color: #FFF;
  text-align: center;
  font-family: 'Outfit', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  border-radius: 10px;
  border: 0;
  background: #00AF31;
  cursor: pointer;
}


/* QUESTIONS */

.questions {
  position: relative;
  width: 100%;
  z-index: 2;
}

.questions__title {
  width: 49%;
  max-width: 50%;
  padding-left: 30px;
  display: block;
  color: #000;
  font-family: 'Outfit', sans-serif;
  font-size: 65px;
  font-weight: 700;
  line-height: 65px;
  text-transform: uppercase;
}

.questions__item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  cursor: pointer;
}

.rotate-icon--right {
  position: absolute;
  right: 20px;
  top: 25px;
}

.questions__item.active .rotate-icon--right {
  display: none;
}

.rotate-icon--down {
  display: none;
}

.questions__item.active .rotate-icon--down {
  display: block;
  position: absolute;
  right: 20px;
  top: 25px;
}

.submenu {
  display: none;
}

.questions__item.active .submenu {
  padding: 30px 66px 37px 35px;
  display: block;
  color: #7B7E86;
  font-family: 'Outfit', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.questions__item {
  background-color: #EFF1F5;
}

.questions__item.active .questions__item {
  background-color: #0E59F2;
}

#active-parag {
  margin-bottom: 20px;
  color: #606060;
  font-family: 'Outfit', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.questions-parag {
  padding: 22px 30px 24px 30px;
  width: 100%;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.questions__item.active .questions-parag {
  background: #00AF31;
  color: #FFF;
}

.submenu #active-parag {
  margin: 0;
  padding: 0;
  padding-bottom: 20px;
}

.questions__items {
  width: 100%;
  max-width: 100%;
}

.questions__item {
  position: relative;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background: #EFF1F5;
  border-radius: 20px;
}

#first-part {
  width: 100%;
}

.questions__item p {
  margin: 0;
  color: #1C1C25;
  font-family: 'Outfit', sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
}

.questions__icon {
  position: relative;
  justify-content: center;
  align-items: center;
}

.faq-header {
  position: relative;
  margin-top: 88px;
  margin-bottom: 19px;
  color: #FFF;
  text-align: center;
  font-family: 'Outfit', sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 75px;
  z-index: 2;
}

.faq-parag {
  position: relative;
  margin: 0 auto;
  margin-bottom: 100px;
  display: block;
  width: 45%;
  text-align: center;
  z-index: 2;
  color: #FFF;
}

.faq-wrapper {
  margin: 0 auto;
  margin-bottom: 163px;
  width: 100%;
  display: flex;
  justify-content: space-around;
}

.faq-description {
  width: 45%;
  max-width: 45%;
}

.benefits-items {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  width: 45%;
  max-width: 45%;
  max-height: 752px;
  z-index: 2;
}

.benefits-item {
  margin: 0 20px 20px 0;
  padding: 41px 38px 39px 41px;
  width: 45%;
  border-radius: 15px;
  border: 1px solid #E3E8F4;
  background: #FFF;
}



.benefits-item h5 {
  color: #1C1C25;
  font-family: 'Outfit', sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

.benefits-item p {
  color: #7B7E86;
  font-family: 'Outfit', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.subscription-page {
  padding-top: 88px;
  position: relative;
  z-index: 2;

}

.subscription {
  margin-bottom: 44px;
}

.subscription h1 {
  display: block;
  margin: 0 auto;
  margin-bottom: 24px;
  width: 75%;
  color: #FFF;
  text-align: center;
  font-family: 'Outfit', sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 70px;
}

.subscription p {
  display: block;
  margin: 0 auto;
  width: 49%;
  color: #FFF;
  text-align: center;
  font-family: 'Outfit', sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  line-height: 26px;
}

.form-section {
  margin: 0 auto;
  margin-bottom: 124px;
  display: block;
  width: 60%;
  padding: 61px 61px 52px 61px;
  border-radius: 15px;
  border: 1px solid #152B54;
  background: #000;
}

.new-validate h2 {
  margin-bottom: 10px;
  color: #FFF;
  font-family: 'Outfit', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.new-validate p {
  color: #8D96AD;
  font-family: 'Outfit', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

#unsubscribe_form #emailInput {
  margin-bottom: 41px;
  padding-bottom: 22px;
  width: 100%;
  background: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #434D67;
  color: #fff;
}

#unsubscribe_form #emailInput::placeholder {
  padding-left: 25px;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.unsubscribe-check-wrapper span {
  margin-left: 12px;
  display: block;
  width: 65%;
  color: #ABB8DA;
  font-family: 'Public Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.unsubscribe-check-wrapper {
  position: relative;
  padding-left: 15px;
  margin-bottom: 49px;
}

.unsubscribe-check-wrapper #checkbox {
  padding: 0;
}

#unsubscribe-btn {
  padding: 18px 35px;
  color: #FFF;
  text-align: center;
  font-family: 'Outfit', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  border: none;
  border-radius: 100px;
  background: #00AF31;
  cursor: pointer;
}

#checkbox {
  width: 19px;
  height: 19px;
  border-radius: 4px;
  background: #66B9A5;
  z-index: 99999;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
}

#checkbox:checked {
  background: #FFF;
}

#checkbox:checked::after {
  position: absolute;
  top: -4px;
  left: 3px;
  display: block;
  transform: scale(1.3);
  width: 19px;
  height: 19px;
  content: '\2714';
  color: #000;
}

/* MEDIA QUERIES */

@media screen and (max-width: 1200px) {
  .list-items {
    display: flex;
    flex-direction: column;
  }

  .faq-description {
    width: 55%;
    max-width: 55%;
  }

  .benefits-items {
    width: 40%;
    max-width: 40%;
  }
}

@media screen and (max-width: 1024px) {
  .hero-item img {
    max-width: 130px;
  }

  .form-group {
    flex-direction: column;
    padding: 68px 30px 111px 30px;
  }

  .form-group__description h1 {
    width: 85%;
    font-size: 40px;
  }

  .form-group__description {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .list-items {
    flex-direction: row;
  }

  .form {
    margin-top: 20px;
    width: 100%;
    max-width: 100%;
  }

  .benefits-item {
    padding: 10px;
  }

  .questions__item p {
    font-size: 20px;
  }
}

@media screen and (max-width: 1000px) {
  .subscription-page .container {
    max-width: 100%;
  } 

  .benefits-item {
    width: 95%;
  }
}

@media screen and (max-width: 900px) {
  .hero-item {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .hero-item .img-wrapper {
    margin: 0 auto;
    margin-bottom: 10px;
  }

  .hero-item p {
    text-align: center;
  }

  .hero-item:first-child::after,
  .hero-item:nth-child(2)::after {
    display: none;
  }

  .hero-item__content {
    align-items: center;
  }

  .header {
    flex-direction: column;
  }

  .header__contact {
    margin-bottom: 10px;
  }

  .faq-header {
    padding: 0;
  }

  .benefits-item {
    text-align: center;
  }

  .benefits-item img {
    display: block;
    margin: 0 auto;
  }
}

@media screen and (max-width: 870px) {
  .subscription-page .container {
    max-width: 100%;
  }

  .questions__item p {
    font-size: 17px;
  }

  .benefits-item h5 {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .hero {
    padding-bottom: 30px;
  }

  .subscription-page .container {
    max-width: 100%;
  }

  .faq-wrapper {
    flex-direction: column;
    margin-bottom: 30px;
  }

  .faq-description {
    margin: 0 auto;
    margin-top: 20px;
    width: 95%;
    max-width: 95%;
    width: 100%;
    background: #FFF;
    border-radius: 20px;
  }

  .benefits-items {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    row-gap: 20px;
    column-gap: 20px;
    justify-content: center;
  }

  .hero-items {
    padding-top: 30px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .benefits-item {
    margin-right: 0;
    margin-bottom: 0;
    width: 45%;
    max-width: 45%;
  }

  .faq-parag {
    margin-bottom: 30px;
    width: 90%;
    max-width: 90%;
  }

  .faq-header {
    margin-top: 30px;
    font-size: 28px;
    line-height: 30px;
  }

  .subscription-page {
    padding-top: 30px;
  }

  .subscription p, .form-section {
    width: 90%;
    max-width: 90%;
  }

  .subscription h1 {
    font-size: 40px;
    line-height: 45px;
  }
}

@media screen and (max-width: 686px) {
  .faq-parag {
    margin-bottom: 0;
  }
}


@media screen and (max-width: 650px) {
  .nav {
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    border-bottom: 1px solid #fff;
  }

  .nav li {
    margin-bottom: 10px;
  }

  .hero {
    padding-top: 30px;
  }

  .hero-item:first-child p {
    width: 100%;
  }

  .list-item:first-of-type {
    margin-right: 10px;
  }

  .faq-parag {
    width: 95%;
  }

  .benefits-items {
    width: 90%;
    max-width: 90%;
    justify-content: center;
  }

  .benefits-item img {
    min-width: 100px;
  }

  .questions__item {
    flex-direction: column;
  }

  .form-section {
    padding: 30px 20px;
  }

  .unsubscribe-check-wrapper span {
    width: 90%;
    max-width: 90%;
  }
}

@media screen and (max-width: 630px) {
  #bg-img {
    filter: blur(4px);
  }

  .hero-items {
    flex-direction: column;
    padding-top: 20px;
    background: rgba(0, 175, 49, 0.5);
  }

  .hero-item__content, .hero-item  {
    width: 100%;
  }

  .hero-item  {
    margin-bottom: 10px;
  }

  .hero-item h5 {
    width: 103%;
    font-size: 27px;
    text-align: center;
    font-weight: 600;
  }

  .hero-item p {
    font-size: 20px;
    text-align: center;
    color: #000;
  }

}

@media screen and (max-width: 600px) {
  .form-group {
    padding: 25px;
  }

  .form-group__description h1 {
    width: 100%;
    text-align: center;
  }

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

  .main-info {
    flex-direction: column;
  }

  .main-info .input-wrapper {
    width: 100%;
    max-width: 100%;
  }

  #name {
    margin-bottom: 20px;
  }

  .benefits-item {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 425px) {
  .subscription-page .container {
    max-width: 100%;
  }

  .subscription h1 {
    font-size: 28px;
    line-height: 30px;
  }
}

@media screen and (max-width: 425px) {
  .header__contact {
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
  }

  .schedule {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .header__contact span,
  .header__contact a {
    font-size: 18px;
  }

  .faq-header {
    font-size: 37px;
    line-height: 50px;
    max-width: 80%;
    margin: 30px auto 15px auto;
  }
  .questions-parag {
    padding-right: 30px;
  }

}

@media screen and (max-width: 375px) {
 
}