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

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

.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;
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}

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

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

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

.header__contact svg {
  margin-right: 10px;
}

.schedule {
  margin-right: 41px;
}

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

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

.link-group span.active #contact,
.link-group span.active #help {
  color: #0E59F2;
}

#contact {
  color: #0A1425;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  cursor: pointer;
}

#help {
  margin-right: 52px;
  color: #0A1425;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  cursor: pointer;
}

#subrcription {
  padding: 10px 20px;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  cursor: pointer;
  border-radius: 8px;
  border: 1px solid #2B5CFD;
  background: #2B5CFD;
  white-space: nowrap;
}

.support {
  position: relative;
  padding-top: 53px;
  padding-bottom: 60px;
  width: 100%;
  max-width: 100%;
}

.support-bg {
  position: absolute;
  bottom: -190px;
  left: 0;
  z-index: -1;
}

.supheader {
  color: #2B5CFD;
  text-align: center;
  font-family: 'Plus Jakarta Sans';
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.64px;
  text-transform: uppercase;
}

.support h2 {
  color: #0A1425;
  text-align: center;
  font-family: 'Plus Jakarta Sans';
  font-size: 40px;
  font-weight: 700;
  line-height: 51.2px;
}

.subheader {
  margin: 0 auto;
  margin-bottom: 43px;
  display: block;
  width: 45%;
  color: #64728F;
  text-align: center;
  font-family: 'Plus Jakarta Sans';
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.2px;
}

.support_items {
  display: flex;
  align-items: stretch;
  justify-content: center;
  width: 100%;
  max-width: 100%;
}

.support_item {
  padding: 0 35px 0 35px;
  width: 31%;
  max-width: 31%;
  padding: 32px 37px 33px 32px;
  border-radius: 10px;
  background: #EAEFFF;
}

.support_item:first-of-type,
.support_item:nth-of-type(2) {
  margin-right: 20px;
}

.support_item img {
  margin-bottom: 30px;
}

.support_item h5 {
  margin-bottom: 17px;
}

.support_item p {
  margin-bottom: 22px;
}

.support_item a {
  position: relative;
  text-decoration: none;
  cursor: pointer;
}

.arrow-btn {
  position: absolute;
  top: 9px;
  right: -26px;
}

.contact {
  padding: 72px 30px 137px 30px;
}

.contact__supheader {
  margin-bottom: 10px;
  color: #2B5CFD;
  text-align: center;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.64px;
  text-transform: uppercase;
}

.contact h2 {
  margin-bottom: 15px;
  color: #0A1425;
  text-align: center;
  font-family: 'Plus Jakarta Sans';
  font-size: 40px;
  font-weight: 700;
  line-height: 51.2px;
}

.contact__subheader {
  margin: 0 auto;
  margin-bottom: 39px;
  display: block;
  width: 45%;
  color: #64728F;
  text-align: center;
  font-family: 'Plus Jakarta Sans';
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.2px;
}

.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: 33px 33px 38px 33px;
  width: 60%;
  max-width: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #E5E7EB;
  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%;
  height: 100%;
}

.new-validate input,
.new-validate textarea {
  border-radius: 8px;
  border: 1px solid #E5E7EB;
  background: #FFF;
}

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

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

.input-wrapper label {
  color: #0A1425;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
}

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

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

.new-validate input {
  margin-bottom: 25px;
  padding: 12px 0 12px 25px;
}

#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% !important;
}

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

.submit-btn {
  width: 30%;
  min-width: 175px;
  padding: 12px 6px;
  display: block;
  color: #FFF;
  text-align: center;
  font-family: 'Plus Jakarta Sans';
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  border-radius: 10px;
  border: 0;
  background: #0E59F2;
  cursor: pointer;
}

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



/* QUESTIONS */

.questions {
  width: 65%;
  max-width: 65%;
  position: relative;
  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;
}

.questions__item.active .questions__icon {
  transform: rotate(180deg);
}

.questions__item.active .paragraph {
  color: #2B5CFD;
}

.submenu {
  display: none;
}

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

.questions__item {
  background-color: #EFF1F5;
}

#active-parag,
.submenu ol li {
  color: #64728F;
  font-family: 'Plus Jakarta Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

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

.submenu ol {
  padding-left: 17px;
}

.questions__items {
  padding: 24px 33px 29px 33px;
  width: 100%;
  max-width: 100%;
  border-radius: 10px;
  border: 1px solid #E5E7EB;
}

.questions__item {
  padding: 22px 14px 24px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FFF;
  border: none;
  border-bottom: 1px solid #E5E7EB;
}

.questions__item:first-of-type {
  border-top: none
}

#first-part {
  width: 100%;
}

.questions__item p {
  margin: 0;
  color: #0A1425;
  font-family: 'Plus Jakarta Sans';
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

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

.faq {
  padding: 43px 0 200px 0;
}

.faq-header {
  position: relative;
  margin-top: 88px;
  margin-bottom: 19px;
  color: #1C1C25;
  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: 57%;
  text-align: center;
  z-index: 2;
}

.faq-wrapper {
  margin-bottom: 27px;
  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%;
  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;
  position: relative;
  z-index: 2;

}

.subscription-page img {
  position: absolute;
  bottom: -250px;
  left: 0;
}

.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 {
  margin: 0 auto;
  margin-bottom: 124px;
  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-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
}

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

#unsubscribe_form #emailInput::placeholder {
  margin-bottom: 47px;
  color: #0A1425;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-transform: capitalize;
  opacity: 0.5;
}


.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: 40px;
  margin-bottom: 49px;
}

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

#unsubscribe-btn {
  display: block;
  margin: 0 auto;
  min-width: 25%;
  min-width: 187px;
  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;
  white-space: nowrap;
}

#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 {
  display: block;
  transform: scale(1.4);
  width: 19px;
  height: 19px;
  content: '\2714';
  color: #000;
  position: absolute;
  top: -12%;
  left: 19%;
}

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

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

.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-family: 'Plus Jakarta Sans';
  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-family: 'Plus Jakarta Sans';
  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-family: 'Plus Jakarta Sans';
  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-family: 'Plus Jakarta Sans';
  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 .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 {
  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-family: 'Plus Jakarta Sans';
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

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

.chat-section__contact {
  padding: 10px 40px;
  color: #0A1425;
  text-align: center;
  font-family: 'Plus Jakarta Sans';
  font-size: 15px;
  font-weight: 600;
  line-height: 28px;
  border-radius: 8px;
  border: 1px solid #FFF;
  background: #FFF;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
}

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

.subscription-descr__suptitle {
  margin-bottom: 11px;
  color: #2B5CFD;
  text-align: center;
  font-family: 'Plus Jakarta Sans';
  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-family: 'Plus Jakarta Sans';
  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-family: 'Plus Jakarta Sans';
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.2px;
}

/* MEDIA QUERIES */

@media screen and (max-width: 1300px) {
  .faq-descr__subtitle {
    width: 46%;
  }
}

@media screen and (max-width: 1200px) {
  .support-item {
    padding: 31px;
  }
}

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

  .subheader {
    width: 80%;
  }

  .support_items {

    align-items: stretch;
  }

  .support_item {
    padding: 20px;
  }

  .form-group {
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-item {
    padding-left: 15px;
    padding-right: 15px;
  }
}

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

  .support_item {
    padding: 10px;
    width: 29%;
  }

  .faq-wrapper {
    flex-direction: column;
  }

  .questions {
    margin: 0 auto;
    width: 90%;
    max-width: 90%;
  }

  .support-item .support-item__img {
    float: left;
    margin-right: 15px;
    min-height: 90px;
  }

  .support-item {
    margin: 0 auto;
    margin-top: 20px;
    padding: 15px;
    width: 90%;
    max-width: 90%;
  }

  .chat-section {
    padding: 15px;
    margin: 0 auto;
    width: 90%;
    max-width: 90%;
    flex-wrap: wrap;
  }

  .chat-section__left {
    width: 100%;
    max-width: 100%;
  }

  .chat-section__contact {
    margin: 15px auto 0 auto;
  }

  .faq {
    padding-bottom: 30px;
  }

  .faq-descr__subtitle {
    width: 80%;
  }

  .faq-descr__title {
    font-size: 32px;
  }

  .faq-descr__subtitle {
    font-style: 17px;
  }

  .questions__item p {
    font-size: 17px;
    max-width: 90%;
  }

  .form-group {
    flex-flow: column nowrap;
    padding: 0;
    border: none;
  }

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

  .contact-items {
    padding: 0;
    width: 100%;
    max-width: 100%;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: stretch;
    column-gap: 10px;
  }

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

  .subscription-descr__subtitle {
    width: 80%;
  }

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

  .form-section {
    width: 100%;
    padding: 15px;
  }
}

@media screen and (max-width: 700px) {
  .header {
    flex-direction: column;
    border-bottom: 0;
  }

  .header__contact {
    margin-bottom: 20px;
  }

  .link-group {
    margin-bottom: 20px;
    align-items: center;
    flex-direction: column;
  }

  .header__contact {
    width: auto;
  }

  .link-group span:first-of-type {
    margin-bottom: 20px;
  }

  .nav {
    flex-direction: column;
  }

  #help,
  #contact,
  #subscription {
    margin: 0;
  }
}


@media screen and (max-width: 650px) {
  .support_items {
    flex-direction: column;
    align-items: center;
  }

  .support_item {
    padding: 15px;
  }

  .support_item:first-of-type,
  .support_item:nth-of-type(2) {
    margin-right: 0;
  }

  .support_item {
    margin-bottom: 20px;
    width: 95%;
    max-width: 95%;
  }

  .contact__subheader {
    width: 80%;
    max-width: 80%;
  }

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

  .contact-items {
    flex-wrap: wrap;
    row-gap: 10px;
  }

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

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

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

  .subscription-descr__title {
    font-size: 28px;
    line-height: 32px;
  }
}

@media screen and (max-width: 505px) {
  .header__contact {
    width: 50%;
  }

  .questions__items {
    padding: 15px;
  }

  .questions__item {
    padding: 15px 0;
  }

  .support-item .support-item__img {
    min-height: 135px;
  }
}