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

body {
  box-sizing: border-box;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.hero {
  padding: 93px 115px 123px 115px;
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
}

.content {
  display: flex;
  flex-direction: row;
}

.header {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #ffffff;
}

.header__standard,
.header__customers,
.header__phone {
  padding-top: 12.5px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.header__standard p,
.header__customers p,
.header__phone p {
  color: #020626;
  font-size: 17px;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 5px;
  white-space: nowrap;
}

.header__standard p:last-of-type,
.header__customers p:last-of-type,
.header__phone a {
  color: #020626;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
}

.header__standard,
.header__customers {
  margin-right: 40px;
}

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

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

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

.link-group {
  width: 33%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
}

.nav>div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.nav>div span {
  color: #5E566A;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 25.6px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

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

#contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
}

#help {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
}

#subrcription {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
}

.form,
.form-descr {
  width: 50%;
  max-width: 50%;
}

.team {
  margin-bottom: 26px;
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.form-descr>div {
  margin-bottom: 11px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.form-descr .supheader {
  margin-left: 16px;
  display: block;
  color: #00B956;
  font-size: 18px;
  font-weight: 600;
  line-height: 25.6px;
}

.form-descr h1 {
  margin-bottom: 27px;
  width: 80%;
  color: #020626;
  font-size: 48px;
  font-weight: 700;
  line-height: 54px;
}

.form-descr .subheader {
  margin-bottom: 29px;
  width: 90%;
  color: #5E566A;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.form-descr .subheader.parag {
  margin-bottom: 49px;
}

.form-descr__items {
  width: 100%;
  max-width: 100%;
}

.form-descr__item {
  padding: 0 43px 0 35px;
  width: 50%;
  max-width: 50%;
  border: none;
  border-left: 1px solid rgba(2, 6, 38, 0.12);
}

.form-descr__item h5 {
  margin-bottom: 17px;
  color: #020626;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.form-descr__item:first-of-type h5 {
  width: 50%;
}

.form-descr__item p {
  color: #5E566A;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.form-group {
  padding: 68px 90px 111px 90px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  border-radius: 8px;
  border: 1px solid #E5E7EB;
  background: #FFF;
}

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

.form {
  padding: 0 33px 38px 33px;
  width: 50%;
  max-width: 50%;
  max-height: 550px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: #FFF;
}

.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%;
  max-width: 100%;
  height: 100%;
}

.new-validate:nth-child(3) {
  margin-bottom: 20px;
}

.new-validate:nth-child(3) {
  margin-bottom: 19px;
}

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

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

.new-validate:nth-child(3) {
  margin-bottom: 20px;
}

.input-wrapper label {
  color: #020626;
  font-size: 14px;
  font-weight: 600;
  line-height: 25.6px;
}

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

.new-validate input {
  background: rgba(2, 6, 38, 0.03);
  border: none;
}

.input-wrapper input,
.input-wrapper textarea {
  background-color: transparent;
  border: none;
  max-width: 100%;
}

.input-wrapper:first-of-type,
.input-wrapper:nth-child(2),
.input-wrapper:nth-child(3) {
  margin-bottom: 20px;
  padding: 9px 0 6px 20px;
  max-width: 100%;
}

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

#message-label {
  padding: 20px;
  padding-bottom: 0;
}

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

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

.input-wrapper {
  background: rgba(2, 6, 38, 0.03);
  border-bottom: 1px solid rgba(2, 6, 38, 0.12);
}


.input-wrapper:hover {
  border-bottom: 1px solid #00B956;
}

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

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

.divider {
  margin-bottom: 33px;
  width: 100%;
  max-width: 100%;
  height: 10px;
  min-height: 10px;
  background: #00B956;
}

.submit-btn {
  width: 100%;
  max-width: 100%;
  margin-top: 19px;
  padding: 12px 6px;
  display: block;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  line-height: 28px;
  color: #FFF;
  background: #00B956;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
  border: 0;
  cursor: pointer;
}

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

.faq__descr {
  padding: 0 115px 0 115px;
}

.faq h1 {
  width: 45%;
  margin-bottom: 17px;
  color: #020626;
  font-size: 48px;
  font-weight: 700;
  line-height: 54px;
}

.faq p {
  width: 49%;
  margin-bottom: 49px;
  color: #5E566A;
  font-size: 17px;
  font-weight: 400;
  line-height: 25.5px;
}

.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%;
  min-height: 366px;
  border-radius: 15px;
  border: 1px solid #E3E8F4;
  background: #FFF;
}

.benefits-item img {
  margin-bottom: 37px;
}

.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;
  padding-right: 115px;
  padding-left: 115px;
  position: relative;
  z-index: 2;

}

.subscription {
  margin-bottom: 44px;
}

.subscription h1 {
  display: block;
  margin: 0 auto;
  margin-bottom: 24px;
  width: 75%;
  color: #1C1C25;
  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: 57%;
  color: #1C1C25;
  text-align: center;
  font-family: 'Outfit', sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  line-height: 26px;
}

.form-section {
  display: block;
  width: 75%;
  padding: 33px 33px 49px 33px;
  border-radius: 10px;
  border: 1px solid #E5E7EB;
  background: #FFF;
}

.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: #0A1425;
  font-size: 15px;
  font-weight: 600;
  line-height: 26px;
}

#unsubscribe_form #emailInput {
  margin-bottom: 35px;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #E5E7EB;
  background: #FFF;
}

#unsubscribe_form #emailInput::placeholder {
  color: #5E566A;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}


.unsubscribe-check-wrapper span {
  margin-left: 12px;
  color: #6A6A6A;
  font-family: 'Public Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

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

#unsubscribe-btn {
  display: block;
  margin: 0 auto;
  width: 25%;
  padding: 18px 35px;
  text-align: center;
  font-family: 'Outfit', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  border-radius: 8px;
  color: #FFF;
  border: 1px solid #2B5CFD;
  background: #2B5CFD;
  cursor: pointer;
}

#checkbox {
  padding: 0;
  width: 19px;
  height: 19px;
  border-radius: 4px;
  color: #fff;
  background: #F0F2F5;
  z-index: 99999;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
}

#checkbox:checked {
  background: #FFF;
}

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

.contact-items {
  padding: 0 30px 0 30px;
  width: 40%;
  max-width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.contact-item {
  padding: 33px 60px 56px 33px;
  border-radius: 10px;
  border: 1px solid #E5E7EB;
  background: #FFF;
}

.contact-item:first-of-type {
  margin-bottom: 20px;
}

.contact-item img {
  margin-bottom: 30px;
}

.contact-item h5 {
  margin-bottom: 17px;
}


.contact-item p:last-of-type {
  margin-bottom: 23px;
}

.contact-item a {
  color: #2B5CFD;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  text-decoration: none;
  cursor: pointer;
}

.faq-descr {
  width: 100%;
  max-width: 100%;
}

.faq-descr__suptitle {
  margin-bottom: 21px;
  color: #2B5CFD;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.64px;
  text-transform: uppercase;
}

.faq-descr__title {
  margin-bottom: 14px;
  color: #0A1425;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 51.2px;
}

.faq-descr__subtitle {
  display: block;
  width: 40%;
  margin: 0 auto;
  margin-bottom: 23px;
  color: #64728F;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.2px;
}

.support-item {
  padding: 31px 72px 34px 33px;
  width: 30%;
  max-width: 30%;
  max-height: 347px;
  border-radius: 10px;
  border: 1px solid #E5E7EB;
}

.support-item img {
  margin-bottom: 29px;
}

.support-item h5 {
  margin-bottom: 21px;
}

.support-item p {
  margin-bottom: 22px;
}

.chat-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 58px;
  margin: 0 30px 0 30px;
  border-radius: 12px;
  background: #2B5CFD;
}

.chat-section__left,
.chat-section__right {
  display: block;
}

.chat-section__left {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.chat-section__left img {
  margin-right: 20px;
  width: 64px;
  height: 64px;
  object-fit: cover;
}

.chat-section__descr h5 {
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.chat-section__descr p {
  margin-bottom: 0;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.chat-section__right a {
  padding: 10px 40px;
  color: #0A1425;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  line-height: 28px;
  border-radius: 8px;
  border: 1px solid #FFF;
  background: #FFF;
  text-decoration: none;
  cursor: pointer;
}

.subscription-descr {
  width: 100%;
  max-width: 100%;
}

.subscription-descr__suptitle {
  margin-bottom: 11px;
  color: #2B5CFD;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.64px;
  text-transform: uppercase;
}

.subscription-descr__title {
  margin-bottom: 14px;
  color: #0A1425;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 51.2px;
}

.subscription-descr__subtitle {
  display: block;
  margin: 0 auto;
  padding-bottom: 53px;
  width: 60%;
  color: #64728F;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.2px;
}

.faq-items {
  width: 100%;
  max-width: 100%;
  padding: 93px 100px 261px 100px;
  display: flex;
  flex-direction: row;
  column-gap: 30px;
  row-gap: 53px;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  background: #EBEBEB;
}

.faq-item {
  width: 30.5%;
  max-width: 30.5%;
  background: #FFF;
}

.faq-item__content {
  padding: 35px 45px 40px 40px;
}

.faq-item p,
.faq-item ul {
  width: 100%;
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: #5E566A;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.faq-item ul {
  padding-left: 20px;
}

.faq-item p {
  margin-bottom: 5px;
}

.faq-item h6 {
  margin-bottom: 17px;
  color: #020626;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24.6px;
}

.faq-item__img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.abonnements-descr {
  width: 45%;
  max-width: 45%;
}

.abonnements-descr>img {
  width: 100%;
  max-width: 100%;
}

.abonnements-descr>div {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 11px;
}

.abonnements-descr >  div > img {
  margin-right: 16px;
}

.abonnements-descr .supheader {
  display: block;
  color: #00B956;
  font-size: 18px;
  font-weight: 600;
  line-height: 25.6px;
  margin: 0;
}

.abonnements-descr h1 {
  margin-bottom: 27px;
  width: 80%;
  color: #020626;
  font-size: 48px;
  font-weight: 700;
  line-height: 54px;
}

.abonnements-descr .subheader {
  margin-bottom: 29px;
  width: 90%;
  color: #5E566A;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.abonnements-descr .subheader.parag {
  margin-bottom: 49px;
}

#unsubscribe-btn {
  width: 100%;
  padding: 20px 75px;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  line-height: 28px;
  color: #FFF;
  background: #00B956;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
  border-radius: 0;
  border: none;
}

.form-section.abonnents {
  display: block;
  width: 75%;
  padding: 0;
  border: 0;
  border-radius: 10px;
  background: #FFF;
}

.diviver.abonnents {
  width: 100%;
  height: 10px;
  background: #00B956;
}

#form__input-wrapper {
  margin-bottom: 28px;
  padding: 9px 0 6px 20px;
  background: rgba(2, 6, 38, 0.03);
}

#form__input-wrapper #emailInput {
  background: transparent;
  border: 0;
}

#form__input-wrapper #emailInput {
  margin-bottom: 0;
  padding-bottom: 6px;
}

#form__input-wrapper #emailInput:focus-visible,
#unsubscribe-btn:focus, #unsubscribe-btn:focus-visible,
.submit-btn:focus, .submit-btn:focus-visible {
  outline: none;
}

.content.abonnements {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.form-section.abonnents {
  width: 45%;
  max-width: 45%;
}

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

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

  section.hero,
  section.subscription-page,
  .faq__descr,
  .faq-items {
    padding: 50px 30px;
  }

  section.hero .form {
    padding-right: 0;
  }

  .faq__descr {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
  }

  .faq__descr>p,
  .faq__descr>h1 {
    display: block;
    width: 45%;
    max-width: 45%;
  }

  .faq__descr>h1 {
    font-size: 36px;
    line-height: 40px;
  }

  .faq-items {
    justify-content: flex-start;
    column-gap: 15px;
    row-gap: 15px;
  }

  .faq-item {
    width: 31%;
    max-width: 31%;
    margin-right: 0;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 992px) {
  header.header {
    padding: 30px;
    justify-content: space-between;
  }

  header.header .nav {
    flex-wrap: nowrap;
    width: 40%;
    max-width: 40%;
  }

  .header__contact>div {
    margin-right: 15px;
  }

  .form-descr__item {
    padding: 0 10px;
  }

  .faq-item__content {
    padding: 20px;
  }
}

@media screen and (max-width: 768px) {
  header.header {
    flex-flow: column nowrap;
    padding: 15px;
  }

  header.header>div {
    width: 90%;
    max-width: 90%;
    justify-content: space-between;
  }

  .header__contact {
    margin-bottom: 10px;
  }

  header.header .nav {
    width: 60%;
    max-width: 60%;
  }

  header.header .nav>div {
    flex-flow: row nowrap;
  }

  header.header .nav>div>img {
    max-width: 40px;
  }

  .header__contact>div {
    padding-top: 10px;
    margin-right: 8px;
  }

  .header__contact>div:last-of-type {
    margin-right: 0;
  }

  .header__contact>div>p {
    margin-bottom: 0;
  }

  section.hero,
  .content.abonnements,
  .faq__descr {
    flex-flow: column nowrap;
  }

  section.hero>div,
  .content.abonnements>div {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
  }

  .form-descr h1,
  .abonnements-descr h1 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 10px;
    width: 100%;
  }

  .form-descr .subheader {
    width: 100%;
  }

  .team,
  .form-descr .subheader.parag,
  .abonnements-descr {
    margin-bottom: 20px;
  }

  .form-descr__item:first-of-type {
    margin-right: 10px;
  }

  .form-descr__items {
    margin-bottom: 40px;
  }

  .form {
    padding: 0;
  }

  .faq__descr>h1,
  .faq__descr>p {
    width: 100%;
    max-width: 100%;
  }

  .faq__descr>p {
    margin-bottom: 0;
  }

  .faq-items {
    justify-content: space-between;
  }

  .faq-item {
    width: 48%;
    max-width: 48%;
  }
}

@media screen and (max-width: 630px) {
  header.header .nav {
    width: 80%;
    max-width: 80%;
  }

  .faq__descr {
    padding: 30px;
  }

  .faq__descr>h1 {
    font-size: 24px;
    line-height: 28px;
  }
}

@media screen and (max-width: 525px) {
  header.header {
    align-items: flex-start;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }

  header.header>div,
  header.header .nav {
    width: 100%;
    max-width: 100%;
  }

  .header__contact>div>p,
  header.header .nav>div>a {
    font-size: 12px;
  }

  section.hero {
    padding: 15px;
  }

  .faq-item {
    width: 100%;
    max-width: 100%;
  }

  .header__customers>p:last-of-type,
  .header__phone>a,
  .header__standard>p:last-of-type {
    font-size: 12px;
  }
}
