@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap');



body {
  box-sizing: border-box;
  font-family: 'Poppins' !important;
}

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

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

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

.header__contact a {
  color: #FFF;
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
  cursor: pointer;
}

.schedule {
  color: #FFF;
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-right: 41px;
}

.header__contact a>br,
.schedule>br {
  display: none;
}

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

#contact,
#help {
  color: rgba(255, 255, 255, 0.80);
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
}

#help {
  font-size: 14px;
}

.nav li.active #contact,
.nav li.active #help {
  color: #fff;
}

#subrcription {
  display: block;
  min-width: 183px;
  padding: 9px 25px 11px 25px;
  color: #000;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  border-radius: 5px;
  border: 1px solid #DF744A;
  background: rgba(255, 255, 255, 0.80);
  text-decoration: none;
  cursor: pointer;
}

.hero-items {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 39px;
  padding-top: 55px;
  padding-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  border: 1px solid #FFF;
}

.hero-item {
  width: 33%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-item.first::after,
.hero-item.second::after {
  content: "";
  width: 1px;
  height: 90px;
  background: #FFF;
}

.hero-item img {
  display: block;
}

.hero-item h5 {
  color: #1C1C25;
  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:last-of-type p {
  width: 70%;
}

.hero-item__content {
  display: flex;
  flex-direction: column;
}

.hero {
  display: flex;
  flex-direction: column;
  position: relative;
  background: #DF744A;
}

.hero-descr {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 1220px;
  margin: auto;
  padding: 106px 20px 95px 20px;
}

.hero-descr__header {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  max-width: 60%;
}

.hero-descr__header h1 {
  display: block;
  width: 85%;
  color: #FFF;
  font-family: 'Poppins' !important;
  font-size: 74px;
  font-weight: 500;
  line-height: 101.4px;
}

.hero-descr__items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  max-width: 40%;
}

.hero-descr__item {
  margin-bottom: 33px;
}

.hero-descr p:first-of-type {
  color: rgba(255, 255, 255, 0.80);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.hero-descr p:last-of-type {
  width: 90%;
  color: #FFF;
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
}

.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 {
  position: relative;
  width: 50%;
  max-width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.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,
.new-validate textarea {
  margin-bottom: 24px;
  border: 1px solid #947B34;
  background: transparent;
}

.new-validate input:focus-visible,
.new-validate textarea:focus-visible {
  outline: none;
}

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

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

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

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

#contact-form h2 {
  color: #121933 !important;
  font-family: 'Inter';
  font-size: 50px;
  font-weight: 700;
  line-height: 67.5px;
}

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

#phone {
  margin-bottom: 26px;
}

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

.submit-btn {
  width: 100%;
  padding: 15px 50px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: #FFF;
  border-radius: 3px;
  border: 0;
  background: #DF744A;
  cursor: pointer;
}

.divider {
  margin-bottom: 23px;
  width: 100px;
  height: 8px;
  background: #FFF;
}

.faq-header {
  margin-bottom: 26px;
  position: relative;
  color: #FFF;
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  line-height: 62.5px;
  z-index: 2;
}

.faq-parag {
  display: block;
  width: 46%;
  margin: 0 auto;
  margin-bottom: 49px;
  position: relative;
  color: #DFDFDF;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  z-index: 2;
}

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

.faq-description {
  padding-top: 82px;
  padding-bottom: 49px;
  position: relative;
  width: 100%;
  max-width: 100%;
}

.faq-description img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.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 img {
  margin-bottom: 37px;
}

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

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

.subscription-page {
  width: 100%;
  max-width: 100%;
  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: 'Inter', 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: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  line-height: 26px;
}

.new-validate h2 {
  margin-bottom: 34px;
  color: #121933;
  font-family: 'Inter', sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

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

#unsubscribe_form #emailInput {
  margin-bottom: 32px;
  width: 100%;
  background: transparent;
  border: 1px solid #947B34;
  background: transparent;
}

.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: none;
}

#unsubscribe_form #emailInput::placeholder {
  color: rgba(117, 117, 117, 0.77);
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
}

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

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

#unsubscribe-btn {
  width: 40%;
  min-width: 210px;
  display: block;
  padding: 20px 65px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 25.6px;
  border: 0;
  border-radius: 10px;
  border-radius: 3px;
  color: #FFF;
  background: #DF744A;
  cursor: pointer;
}

#checkbox {
  padding: 0;
  margin-right: 15px;
  width: 19px;
  height: 19px;
  border-radius: 4px;
  border: 0;
  background: rgba(240, 242, 245, 0.35);
  z-index: 99999;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
}

#checkbox:checked {
  background: #FFF;
}

#checkbox:checked::after {
  position: absolute;
  top: -9%;
  left: 18%;
  transform: scale(1.5);
  content: '\2714';
  color: #000;
}

.new-validate #checknox {
  padding: 0;
}

.benefits {
  padding-top: 91px;
  padding-bottom: 183px;
  display: flex;
  flex-direction: column;
}

.benefits__items {
  margin-bottom: 87px;
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
}

.benefits__item {
  padding: 62px 43px;
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
}

.benefits__item img {
  margin-bottom: 23px;
}

.benefits__item h5 {
  margin-bottom: 14px;
  color: #353535;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  line-height: 40px;
}

.benefits__item p {
  width: 80%;
  color: rgba(48, 48, 48, 0.79);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
}

.benefits_quote {
  display: flex;
  justify-content: center;
  align-items: center;
}

.benefits_quote img {
  width: 95%;
}

.container {
  display: flex;
  justify-content: space-between;
  padding: 0 !important;
}

.form-section {
  padding-top: 119px !important;
  padding-bottom: 171px !important;
  width: 100%;
  max-width: 100%;
  background: #DCB239;
}

.subscription-page .form-section__inner {
  max-width: 1220px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  justify-content: space-between;
}

.form-wrapper {
  width: 45%;
  max-width: 45%;
}

.form-section__header {
  width: 45%;
  max-width: 45%;
}

.form-section__header h6 {
  width: 70%;
  color: #404040;
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.form-descr {
  width: 32%;
  max-width: 32%;
}

.form-descr h1 {
  color: #000;
  font-size: 73px;
  font-weight: 500;
  line-height: 101.4px;
}

.form-descr p {
  width: 100%;
  color: rgba(0, 0, 0, 0.80);
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
}

.form-descr p:first-of-type {
  margin-bottom: 30px;
}

.input-wrapper label {
  color: rgba(0, 0, 0, 0.80);
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}

.input-wrapper label span {
  color: #DF744A;
}

.faq-description {
  padding-top: 97px;
  padding-bottom: 114px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  background: #DF744A;
}

.faq-description__header {
  width: 51%;
  max-width: 51%;
}

.faq-description__header h1 {
  color: #FFF;
  font-family: 'Poppins';
  font-size: 74px;
  font-weight: 500;
  line-height: 101.4px;
}

.faq-description__content {
  width: 40%;
  max-width: 40%;
}

.faq-description__content p:first-child {
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.80);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.faq-description__content p:last-child {
  width: 75%;
  color: #FFF;
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
}

.faq.container {
  display: flex;
  flex-direction: column;
  padding: 0;
}

.faq-items {
  width: 100%;
  max-width: 100%;
  background: #DCB239;
}

.faq-items__inner {
  max-width: 1220px;
  margin: auto;
  padding-top: 100px !important;
  padding-bottom: 182px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  column-gap: 111px;
  row-gap: 50px;
}

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

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

.faq-item p:first-child {
  color: #404040;
  font-family: 'Inter';
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.48px;
  text-transform: uppercase;
}

.faq-item h6 {
  margin-bottom: 16px;
  color: #020626;
  font-family: 'Inter';
  font-size: 20px;
  font-weight: 700;
  line-height: 24.6px;
}


.faq-item p:last-of-type,
.faq-item ul li {
  margin-bottom: 0;
  color: #404040;
  font-family: 'Inter';
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
}

.subscription__header {
  width: 50%;
  max-width: 50%;
}


.subscription-descr {
  width: 100%;
  max-width: 100%;
  position: relative;
  background: #DF744A;
}

.subscription-descr__inner {
  margin: auto;
  max-width: 1180px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.subscription__item {
  margin-bottom: 33px;
}

.subscription p:first-of-type {
  color: rgba(255, 255, 255, 0.80);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.subscription p:last-of-type {
  width: 45%;
  color: #FFF;
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
}

#subscription-header {
  width: 100%;
  color: rgba(255, 255, 255, 0.80);
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}


.subscription__items p {
  width: 70% !important;
  color: #FFF;
  font-family: 'Poppins';
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 30px;
}

label span {
  color: #DF744A;
}

#checkbox-text {
  width: 80%;
}


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

  .hero-descr__header h1,
  .form-descr h1 {
    font-size: 46px;
    line-height: 62px;
  }

  .hero-descr__header,
  .hero-descr__items {
    width: 50%;
    max-width: 50%;
  }

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

  .form-section {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  section.hero .form-section {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .schedule {
    margin-right: 20px;
  }

  .faq-items__inner {
    column-gap: 30px;
    row-gap: 30px;
  }

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

  .faq-item p,
  .faq-item ul li {
    font-size: 16px;
  }

  .faq-description {
    padding: 50px 20px;
  }

  .faq-description__header h1 {
    font-size: 42px;
    line-height: 50px;
  }

  .faq-description__header {
    width: 40%;
    max-width: 40%;
  }

  .faq-description__content {
    width: 60%;
    max-width: 60%;
  }

  .faq-description__content p:last-child {
    width: 100%;
    max-width: 100%;
  }

  #checkbox-text {
    width: 100%;
  }
}

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

  .schedule>br,
  .header__contact a>br {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  header {
    display: flex;
    flex-flow: column nowrap;
    padding: 20px !important;
  }

  .header__contact {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }

  #subrcription {
    min-width: 150px;
    padding-left: 10px;
    padding-right: 10px;
  }

  header ul {
    width: 100% !important;
    max-width: 100% !important;
    justify-content: flex-start !important;
  }

  header ul.nav li:last-of-type {
    margin-left: auto;
  }

  header ul.nav li:first-of-type {
    margin-right: 20px;
  }

  .hero-descr,
  .form-section .container {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    display: flex;
    flex-flow: column nowrap;
  }

  header>div,
  .hero-descr>div,
  .form-section .container>div {
    width: 100%;
    max-width: 100%;
  }

  .hero-descr__header h1,
  .form-descr h1 {
    font-size: 32px;
    line-height: 40px;
  }

  .hero-descr__item {
    margin-bottom: 0;
  }

  .form-descr {
    margin-bottom: 20px;
  }

  .faq-items__inner {
    padding-top: 50px !important;
    padding-bottom: 50px;
  }

  .faq-description,
  .subscription-descr__inner,
  .subscription-page .form-section__inner {
    flex-flow: column nowrap;
  }

  .faq-description>div,
  .subscription-descr__inner>div,
  .subscription-page .form-section__inner>div {
    width: 100%;
    max-width: 100%;
  }

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

  .subscription-descr__inner {
    padding-left: 0;
    padding: 0;
  }

  .hero-descr__header h1,
  .subscription__items p {
    width: 100% !important;
    max-width: 100% !important;
  }
}

@media screen and (max-width: 525px) {
  .faq-item {
    max-width: 100%;
    width: 100%;
  }

  .faq-description__header h1 {
    font-size: 32px;
    line-height: 36px;
  }

  .form-section__header h6 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 415px) {
  .nav {
    flex-direction: column;
  }

  .nav li:last-of-type {
    margin: 0 auto;
  }
}