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

body {
  box-sizing: border-box;
  background: #3466FF;
}

body,
html {
  height: 100%;
}

.header {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #FFF;
}

.header__tel {
  display: flex;
  align-items: center;
}

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

.header__tel a {
  color: #36F;
  font-family: 'Public Sans', sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 19.5px;
  text-transform: uppercase;
}

.nav {
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#contact {
  color: #1D1D21;
  font-family: 'Public Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 70.187px;
  text-decoration: none;
  cursor: pointer;
}


#help {
  color: #1D1D21;
  font-family: 'Public Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 70.187px;
  text-decoration: none;
  cursor: pointer;
}

.active #contact,
.active #help {
  color: #36F;
}

#subrcription {
  padding: 10px 18px;
  color: #FFF;
  background-color: #36F;
  border-radius: 6px;
  text-align: center;
  font-family: 'Public Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
  cursor: pointer;
}

.hero {
  width: 100%;
  max-width: 100%;
  background: #36F;
}

/*HERO*/

.container {
  padding-top: 110px;
  padding-bottom: 97px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-description {
  width: 50%;
  max-width: 50%;
}

.page-description__header {
  position: relative;
}

.page-description__header h1 {
  margin-bottom: 22px;
  color: #FFF;
  font-family: 'Public Sans';
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: 72px;
}

.page-description__header img {
  position: absolute;
  top: 75px;
  right: 45px;
}

.page-description__parag {
  width: 95%;
}

.page-description__parag p {
  color: #FFF;
  font-family: 'Public Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.page-description__parag p:last-of-type {
  margin-bottom: 50px;
}

.page-description__items {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: row wrap;
  row-gap: 20px;
  column-gap: 59px;
}

.page-description__item {
  width: 38%;
  max-width: 38%;
}

.page-description__item h6 {
  margin-bottom: 15px;
  color: #FFDC5D;
  font-family: 'Public Sans';
  font-size: 13px;
  font-weight: 700;
  line-height: 19.5px;
  text-transform: uppercase;
}

.page-description__item p {
  color: #FFF;
  font-family: 'Public Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.form {
  width: 50%;
  max-width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}

.new-validate {
  width: 448px;
  padding: 40px 34px 42px 34px;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 40px 60px 0px rgba(0, 0, 0, 0.08);
}

.submit-btn {
  width: 100%;
  max-width: 100%;
  padding: 19px 20px;
  color: #FFF;
  background-color: #36F;
  text-align: center;
  font-family: 'Public Sans', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  border-radius: 6px;
  border: 0;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
}

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

.input-wrapper input {
  width: 100%;
  margin-top: 33px;
  padding-bottom: 13px;
  color: #606060;
  font-family: 'Public Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  border: none;
  border-bottom: 1px solid #D4D4D8;
}

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

#message {
  width: 100%;
  margin-top: 33px;
  margin-bottom: 19px;
  border: none;
  border-bottom: 1px solid #D4D4D8;
  resize: none
}

.assist {
  padding-top: 86px;
  padding-bottom: 85px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #000;
}

.assist h2 {
  margin-bottom: 18px;
  width: 40%;
  color: #FFF;
  text-align: center;
  font-family: 'Public Sans';
  font-size: 42px;
  font-weight: 700;
  line-height: 57.6px;
}

.assist>p {
  width: 30%;
}

.assist p {
  color: #606060;
  text-align: center;
  font-family: 'Public Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.assist__items {
  display: flex;
}

.assist__items {
  padding-top: 37px;
  width: 90%;
  display: flex;
  justify-content: space-around;
  align-items: baseline;
}

.assist__item {
  width: 20%;
  text-align: center;
}

.assist__item h6 {
  color: #FFF;
  text-align: center;
  font-family: 'Public Sans';
  font-size: 16px;
  font-weight: 700;
  line-height: 25.2px;
  letter-spacing: 0.486px;
}


.assist__item p {
  color: #D2D2D2;
  text-align: center;
  font-family: 'Public Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.assist img {
  display: block;
  width: 85%;
}

.faq-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
}

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

/* QUESTIONS */

.questions {
  width: 100%;
}

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

.submenu {
  display: none;
}

.questions__item.active .submenu {
  display: block;
  color: #606060;
  font-family: 'Public Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.questions__item.active .submenu ul {
  max-width: 95%;
}

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

.questions__item.active .submenu #active-parag {
  padding-left: 16px;
  padding-right: 16px;
  margin: 0;
}

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

.questions__item {
  position: relative;
  margin-bottom: 32px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 6px 8px 40px 0px rgba(30, 30, 30, 0.07);
}

#first-part,
#second-part {
  margin: 0;
  padding: 0;
}

#first-part {
  margin-top: 20px;
  margin-bottom: 5px;
}

#second-part {
  margin-bottom: 25px;
}

.questions__item p {
  padding: 20px 0 25px 20px;
  margin: 0;
  color: #1D1D21;
  font-family: 'Public Sans', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
}

.questions__item>p {
  max-width: 90%;
}

.questions__icon {
  position: absolute;
  top: 20px;
  right: 15px;
  padding-right: 10px;
  padding-left: 10px;
  justify-content: center;
  align-items: center;
}

.faq-header {
  width: 95%;
  color: #FFF;
  font-family: 'Public Sans', sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 72px;

}

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

.faq-img p {
  margin-left: 35px;
  margin-bottom: 65px;
  width: 100%;
  color: #FFF;
}

.faq-img_contents {
  position: relative;
}

.faq-img_contents img:last-of-type {
  max-width: 360px;
}

.faq-img_contents img:first-of-type {
  max-width: 390px;
}

.faq-img_contents img:last-of-type {
  max-width: 290px;
  position: absolute;
  bottom: 8.5%;
  right: -15%;
}

.subscription-page {
  height: 100%;
  background: #3366FF;
}

.img-wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
}

.img-wrapper img:first-of-type {
  width: 90%;
  margin-left: -35px;
}

.img-wrapper img:last-of-type {
  width: 50%;
  position: absolute;
  bottom: 33px;
  right: 0%;
}

.content {
  display: flex;
}

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

.img-section h1 {
  color: #FFF;
  font-family: 'Public Sans', sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 72px;
}

.form-wrapper {
  display: flex;
  flex-direction: column;
}

.sub-wrapper {
  width: 75%;
  align-self: flex-end;
}

.form-wrapper p {
  margin-bottom: 74px;
  width: 100%;
  color: #FFF;
  font-family: 'Public Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}

#unsubscribe-btn {
  width: 100%;
  padding: 20px 100px;
  border-radius: 6px;
  border: none;
  background-color: #36F;
  color: #FFF;
  text-align: center;
  font-family: 'Public Sans', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  cursor: pointer;
}

#unsubscribe_form h2 {
  margin-bottom: 40px;
  color: #1D1D21;
  font-family: 'Public Sans', sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 32px;
}

#emailInput {
  padding-top: 13px;
  padding-bottom: 13px;
  margin-bottom: 36px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #D4D4D8;
  ;
}

.unsubscribe-check-wrapper {
  padding-left: 15px;
  margin-bottom: 48px;
}

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

#checkbox {
  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: -22%;
  left: 19%;
  display: block;
  transform: scale(1.3);
  width: 19px;
  height: 19px;
  content: '\2714';
  color: #000;
}

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


/* MEDIA QUERIES */

@media screen and (max-width: 1300px) {
  .assist h2 {
    width: 45%;
  }
}

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

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

  .page-description__header img {
    display: none;
  }

  .page-description__header h1 {
    font-size: 45px;
  }

  .container {
    align-items: baseline;
  }

  .assist h2 {
    width: 65%;
  }

  .container {
    max-width: 1140px;
  }

  .faq-img_contents img:first-of-type {
    max-width: 290px;
  }

  .faq-img_contents img:last-of-type {
    max-width: 190px;
    position: absolute;
    right: 10%;
  }

  .faq-img p {
    width: 85%;
  }

  .sub-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .new-validate {
    margin-left: auto;
  }

}

@media screen and (max-width: 1150px) {
  .questions__item p {
    font-size: 20px;
  }

  .form-section {
    width: 50%;
    max-width: 50%;
  }

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

  .img-section {
    width: 50%;
    max-width: 50%;
  }

  .faq-img p {
    width: 80%;
  }
}

@media screen and (max-width: 1024px) {
  .faq-img_contents img:last-of-type {
    bottom: 0;
    right: 0;
  }

  .new-validate {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .faq-header {
    line-height: 55px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 992px) {
  .container {
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .subscription-page .container {
    height: 100%;
  }

  .page-description {
    margin-bottom: 30px;
    width: 90%;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .page-description__header h1 {
    font-size: 45px;
    text-align: center;
  }

  .form {
    width: 100%;
    max-width: 100%;
    align-items: stretch;
  }

  .assist>p {
    width: 50%;
  }

  .page-description__items {
    justify-content: space-between;
  }

}

@media screen and (max-width: 960px) {
  .questions__item p {
    font-size: 15px;
  }

  .img-section h1 {
    font-size: 45px;
  }

  .form-wrapper p {
    font-size: 15px;
    text-align: end;
  }

  .faq-img_contents img:last-of-type {
    bottom: -10%;
    right: 0;
  }

  .img-section {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 800px) {
  .assist h2 {
    width: 85%;
  }
}

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

  .subscription-page .container {
    justify-content: flex-start;
    padding-top: 0;
    padding-bottom: 0;
  }

  .assist h2 {
    width: 95%;
    font-size: 36px;
  }

  .page-description__header h1 {
    font-size: 36px;
    line-height: 40px;
  }

  .assist>p {
    width: 90%;
  }

  .assist__items {
    flex-direction: column;
  }

  .assist__item {
    width: 60%;
    margin: 0 auto;
  }

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

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

  .faq-img {
    width: 90%;
    max-width: 90%;
    margin: auto;
    text-align: center;
  }

  .faq-img_contents {
    text-align: start;
  }

  .faq-img_contents img:last-of-type {
    top: 50%;
    transform: translateY(-50%);
  }

  .content {
    flex-direction: column;
  }

  .form-section,
  .img-section {
    width: 100%;
    max-width: 100%;
  }

  .img-section {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
    padding-top: 15px;
  }

  .form-wrapper p {
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
    width: 90%;
    text-align: justify;
  }

  .sub-wrapper {
    display: block;
    margin: 0 auto;
  }

  .faq-img p {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .faq-header {
    width: 100%;
    font-size: 35px;
    line-height: 40px;
    text-align: center;
  }

  .img-section .img-wrapper {
    width: 30%;
    max-width: 30%;
  }

  .img-section .img-wrapper img {
    margin-left: 0;
  }

  .img-wrapper img:last-of-type {
    display: none;
  }

  .img-section h1 {
    width: 50%;
    max-width: 50%;
    line-height: 50px;
  }
}

@media screen and (max-width: 610px) {
  .assist h2 {
    width: 95%;
    font-size: 26px;
    line-height: 34px;
  }

  .nav {
    width: 60%;
    justify-content: space-between;
  }

  .header__tel {
    display: flex;
    align-items: center;
  }

  .img-section h1 {
    font-size: 27px;
    line-height: 30px;
  }
}

@media screen and (max-width: 500px) {
  .header {
    padding-top: 20px;
    padding-bottom: 20px;
    flex-direction: column;
    background: #F3F6FF;
    border-bottom: 1px solid rgba(96, 96, 96, 0.3);
  }

  .header.faq {
    background: #fff;
  }

  .nav {
    flex-direction: column;
  }

  #contact,
  #help,
  #subrcription {
    line-height: 1;
    display: block;
    padding: 15px;
    ;
  }

  .new-validate {
    width: 100%;
    max-width: 100%;
  }

  .faq-img_contents img:last-of-type {
    display: none;
  }

  .faq-img_contents {
    text-align: center;
  }

}

@media screen and (max-width: 475px) {
  .sub-wrapper {
    width: 100% !important;
    align-self: flex-end;
  }

  .questions__item>p {
    max-width: 80%;
  }
}

@media screen and (max-width: 425px) {
  .assist {
    padding: 0;
    padding-bottom: 40px;
    padding-top: 20px;
  }

  .container {
    padding-top: 30px;
  }
}

@media screen and (max-width: 375px) {
  .img-section {
    margin-bottom: 20px;
  }
}
