:root {
  --Primary-Green-700: #235A50;
  --Primary-Green-300: #33897B;
  --Secondary-Light-Green-100: #F1F9F8;
  --Secondary-Light-Green-900: #BCE1DD;
  --Neutral-Grey-100: #F7F8F8;
  --Neutral-Grey-300: #E3E7E8;
  --Neutral-Grey-900: #5E6B6E;
  --Neutral-Dark-700: #0D1433;
  --Neutral-Dark-900: #080F30;
}

.page-template-page-landing .landing__header, .page-template-page-landing .page-landing__header {
  padding-top: 82px;
}
.page-template-page-landing .landing__subtitle, .page-template-page-landing .landing__subtitle p, .page-template-page-landing .page-landing__subtitle, .page-template-page-landing .page-landing__subtitle p {
  color: #2B7367;
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
}
.page-template-page-landing .landing__image, .page-template-page-landing .page-landing__image {
  width: 41%;
}
.page-template-page-landing .landing__image-rate, .page-template-page-landing .page-landing__image-rate {
  text-align: center;
  color: #5E6B6E;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  line-height: 170%;
  margin-top: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
}
.page-template-page-landing .landing__image-rate .sep, .page-template-page-landing .page-landing__image-rate .sep {
  width: 1px;
  height: 63px;
  background-color: #DBEFED;
}
.page-template-page-landing .landing__image-rate .trustpilot-rating .top-rating-stars, .page-template-page-landing .page-landing__image-rate .trustpilot-rating .top-rating-stars {
  text-align: center;
}
.page-template-page-landing .landing__image-rate .trustpilot-rating .top-rating-stars img, .page-template-page-landing .page-landing__image-rate .trustpilot-rating .top-rating-stars img {
  display: inline-block;
}
.page-template-page-landing .landing__image-rate .satisfied-customers .reviews-number, .page-template-page-landing .page-landing__image-rate .satisfied-customers .reviews-number {
  color: var(--primary-green-500, var(--Subtitle-green, #2B7367));
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 50% */
  margin-bottom: 16px;
}
.page-template-page-landing .landing__image-rate.mobile, .page-template-page-landing .page-landing__image-rate.mobile {
  display: none;
}
.page-template-page-landing .landing h1.title-landing, .page-template-page-landing .page-landing h1.title-landing {
  color: #235A50;
  font-family: "Poppins", sans-serif;
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  line-height: 95px;
  margin: 0 0 40px;
}
.page-template-page-landing .promo-code {
  margin-top: 70px;
  padding: 27px 22px;
  border-radius: 7px;
  background-color: #DBEFED;
  display: inline-block;
  width: 550px;
  color: #235A50;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.page-template-page-landing .promo-code .promo-text {
  display: inline-block;
  width: 70%;
}
.page-template-page-landing .promo-code .copied-state {
  display: none;
}
.page-template-page-landing .promo-code.copied .copy {
  display: none;
}
.page-template-page-landing .promo-code.copied .copied-state {
  color: #235A50;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 19.2px */
  display: block;
  float: right;
}
.page-template-page-landing .promo-code.copied .copied-state span {
  margin-right: 8px;
  vertical-align: middle;
}
.page-template-page-landing .promo-code.copied .copied-state svg {
  vertical-align: middle;
}
.page-template-page-landing .promo-code-comment {
  width: 550px;
  display: flex;
  align-items: center;
  margin-top: 16px;
  color: #5E6B6E;
  font-family: "Poppins", sans-serif;
  font-size: 16.793px;
  font-style: normal;
  font-weight: 400;
  line-height: 24.49px;
  text-decoration-line: none;
}
.page-template-page-landing .promo-code-comment svg {
  margin-right: 22px;
}
.page-template-page-landing .promo-code .copy {
  float: right;
  cursor: pointer;
  width: 32px;
  height: 32px;
  background-image: none;
}
.page-template-page-landing .landing-block {
  border-radius: 5px;
  border: 1px solid #CCEBE6;
  padding: 56px 32px;
  margin-top: 97px;
  position: relative;
  user-select: none;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
.page-template-page-landing .landing-block h2 {
  cursor: pointer;
  color: #235A50;
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 29.929px; /* 93.529% */
  width: calc(100% - 50px);
  margin-bottom: 0;
}
.page-template-page-landing .landing-block .subtitle {
  color: #5E6B6E;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 160% */
  margin-top: 21px;
  display: none;
}
.page-template-page-landing .landing-block.active h2 {
  font-weight: 700;
  margin-bottom: 24px;
}
.page-template-page-landing .landing-block.active .subtitle {
  display: block;
}
.page-template-page-landing .landing-block.active .row {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.page-template-page-landing .faq-block {
  margin-bottom: 48px;
}
.page-template-page-landing .faq-block.active .faq-search, .page-template-page-landing .faq-block.active .accordion__items {
  display: block;
}
.page-template-page-landing .faq-block .faq-search {
  display: none;
}
.page-template-page-landing .faq-block .accordion__items {
  display: none;
}
.page-template-page-landing .know-us-block {
  margin-bottom: 86px;
}
.page-template-page-landing .know-us-block h3 {
  color: #235A50;
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 24px;
}
.page-template-page-landing .know-us-block ul {
  padding: 0;
  margin: 0;
}
.page-template-page-landing .know-us-block ul li {
  list-style: none;
  margin-bottom: 11px;
}
.page-template-page-landing .know-us-block ul li:last-child {
  margin-bottom: 0;
}
.page-template-page-landing .know-us-block ul li a {
  color: #5E6B6E;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration: none;
}
.page-template-page-landing .know-us-block ul li a img {
  margin-left: 18px;
  width: 24px;
  vertical-align: middle;
  display: inline-block;
}
.page-template-page-landing .btn-order {
  display: flex;
  width: 550px;
  height: 96px;
  padding: 0 25px;
  justify-content: center;
  align-items: center;
  gap: 23.788px;
  flex-shrink: 0;
  border-radius: 5px;
  background: #FDD253;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  color: #235A50;
  margin-top: 70px;
}
.page-template-page-landing .order-blue {
  background: #235A50;
}
.page-template-page-landing .order-blue .order-text {
  color: #fff;
}
.page-template-page-landing .order:before {
  content: "";
  position: absolute;
  background-image: url("./../../../../asset/css/img/order-elem.svg");
  background-repeat: no-repeat;
  width: 110.51px;
  height: 94px;
  right: auto;
  top: 30px;
  left: 5%;
  z-index: 1;
  bottom: auto;
}
.page-template-page-landing .order .btn-order {
  max-width: 325px;
  width: auto;
  height: 64px;
  line-height: 64px;
  font-size: 16px;
  margin: 0;
}
.page-template-page-landing .order .btn-order img {
  width: 24px;
  height: 24px;
}

.page-template-page-landing .how-it-works .row {
  display: none;
  margin-top: 40px;
}
.page-template-page-landing .how-it-works .row .items {
  width: 45%;
}
.page-template-page-landing .how-it-works .row .items .item {
  display: flex;
  gap: 16px;
  padding: 16px 24px;
  margin: 24px 0;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
}
.page-template-page-landing .how-it-works .row .items .item:hover {
  border-radius: 5px;
  background-color: #F1F9F8;
}
.page-template-page-landing .how-it-works .row .items .item:first-child {
  margin-top: 0;
}
.page-template-page-landing .how-it-works .row .items .item .number {
  height: 32px;
}
.page-template-page-landing .how-it-works .row .items .item .plus, .page-template-page-landing .how-it-works .row .items .item .minus {
  flex-basis: 24px;
  margin: 0 0 0 auto;
}
.page-template-page-landing .how-it-works .row .items .item .item-content {
  color: #5E6B6E;
  max-width: 380px;
}
.page-template-page-landing .how-it-works .row .items .item .item-content .question {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 29.929px; /* 187.059% */
}
.page-template-page-landing .how-it-works .row .items .item .item-content .answer {
  display: none;
  margin-top: 8px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.88px; /* 142% */
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.page-template-page-landing .how-it-works .row .items .item.active {
  border-bottom: 1px solid #CCEBE6;
  padding: 40px 24px;
  margin: 0;
}
.page-template-page-landing .how-it-works .row .items .item.active .item-content .answer {
  display: block;
}
.page-template-page-landing .how-it-works .row .items .item.active .plus {
  display: none;
}
.page-template-page-landing .how-it-works .row .items .item.active .minus {
  display: block !important;
}
.page-template-page-landing .how-it-works .row .items .item.active:last-child {
  border-bottom: none;
}
.page-template-page-landing .how-it-works .row .preview {
  width: 45%;
}
.page-template-page-landing .how-it-works .row .preview .item {
  display: none;
  text-align: center;
}
.page-template-page-landing .how-it-works .row .preview .item.active {
  display: block;
}
.page-template-page-landing .how-it-works .row .preview .item .number {
  width: 96px;
}
.page-template-page-landing .how-it-works .row .preview .item .question {
  margin-top: 22px;
  color: #235A50;
  font-family: "Poppins", sans-serif;
  font-size: 25.207px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.576px;
}
.page-template-page-landing .how-it-works .row .preview .item .preview-image {
  width: 135px;
  height: auto;
  max-height: 135px;
  margin-top: 57px;
}
.page-template-page-landing .how-it-works .row .preview .item img {
  display: inline-block;
}

@media (max-width: 1100px) {
  .page-template-page-landing .landing__header {
    padding-top: 52px;
  }
  .page-template-page-landing .page-landing .logo {
    width: 170px;
  }
  .page-template-page-landing .page-landing .logo.landing-logo {
    width: 145px;
  }
  .page-template-page-landing .page-landing .hero__wrap {
    flex-direction: row;
    align-items: start;
  }
  .page-template-page-landing .page-landing .hero__wrap .hero__info {
    text-align: left;
  }
  .page-template-page-landing .page-landing .hero__wrap .hero__info h1.title-landing {
    font-size: 54px;
    line-height: 72px;
    margin-bottom: 20px;
  }
  .page-template-page-landing .page-landing .hero__wrap .hero__info .landing__subtitle p {
    font-size: 25px;
    line-height: 30px;
  }
  .page-template-page-landing .page-landing .promo-code, .page-template-page-landing .page-landing .btn-order {
    margin-top: 40px;
  }
  .page-template-page-landing .page-landing .landing__image-rate {
    font-size: 15px;
  }
  .page-template-page-landing .landing-block {
    margin-top: 57px;
  }
  .page-template-page-landing .landing-block.how-it-works .row .items {
    width: 60%;
  }
  .page-template-page-landing .landing-block.how-it-works .row .items .item .item-content {
    width: calc(100% - 107px);
  }
  .page-template-page-landing .landing-block.how-it-works .row .preview {
    padding-top: 20px;
    width: 35%;
  }
  .page-template-page-landing .landing-block.how-it-works .row .preview .item .preview-image {
    margin-top: 37px;
  }
  .page-template-page-landing .landing-block.how-it-works .row .preview .item .question {
    font-size: 23px;
  }
  .page-template-page-landing .order::before {
    top: -40px;
  }
}
@media (max-width: 921px) {
  .page-template-page-landing .landing__header {
    justify-content: center;
  }
  .page-template-page-landing .page-landing .hero__wrap {
    display: block;
  }
  .page-template-page-landing .page-landing .hero__wrap .hero__info {
    text-align: center;
  }
  .page-template-page-landing .page-landing .hero__wrap .hero__info h1.title-landing {
    font-size: 45px;
    line-height: 60px;
  }
  .page-template-page-landing .page-landing .promo-code, .page-template-page-landing .page-landing .promo-code-comment, .page-template-page-landing .page-landing .landing__image-rate {
    display: none;
  }
  .page-template-page-landing .page-landing .landing__image-rate.mobile {
    display: flex;
    margin: 0 0 10px;
  }
  .page-template-page-landing .page-landing .landing__image-rate.mobile .top-rating-stars {
    margin: 0 auto;
  }
  .page-template-page-landing .page-landing .promo-code-mobile {
    display: block !important;
    max-width: 343px;
    margin: 0 auto 20px;
  }
  .page-template-page-landing .page-landing .promo-code-mobile .promo-code {
    display: block;
    text-align: left;
    width: 100%;
  }
  .page-template-page-landing .page-landing .promo-code-mobile .promo-code.copied .copied-state {
    font-size: 12px;
  }
  .page-template-page-landing .page-landing .promo-code-mobile .promo-code.copied .copied-state svg {
    width: 16px;
    height: 16px;
  }
  .page-template-page-landing .page-landing .btn-order {
    margin: 32px auto;
    height: 64px;
    line-height: 64px;
    font-size: 16px;
    max-width: 343px;
    width: 100%;
  }
  .page-template-page-landing .page-landing .btn-order img {
    width: 24px;
  }
  .page-template-page-landing .page-landing .landing__image {
    width: 100%;
    text-align: center;
    justify-content: center;
    max-width: 460px;
    margin: 0 auto;
  }
  .page-template-page-landing .landing-block.active .subtitle {
    display: none;
  }
  .page-template-page-landing .landing-block.active .row {
    display: block;
  }
  .page-template-page-landing .landing-block.active .row .preview {
    width: 100%;
    padding: 0;
    margin-bottom: 32px;
  }
  .page-template-page-landing .landing-block.active .row .items {
    width: 100%;
  }
}
@media (max-width: 780px) {
  .page-template-page-landing .landing__header {
    margin: 24px 0 0;
    padding-top: 0;
  }
  .page-template-page-landing .landing__header .logo {
    width: 107px;
  }
  .page-template-page-landing .page-landing .hero__wrap .hero__info h1.title-landing {
    font-size: 36px;
    line-height: 46.6px;
    margin: 32px 0 16px;
  }
  .page-template-page-landing .page-landing .hero__wrap .hero__info .landing__subtitle p {
    font-size: 20px;
    line-height: 26.1px;
  }
  .page-template-page-landing .page-landing .btn-order {
    margin: 32px auto 23px;
  }
  .page-template-page-landing .page-landing .promo-code-mobile {
    width: 100%;
  }
  .page-template-page-landing .page-landing .promo-code-mobile .promo-code, .page-template-page-landing .page-landing .promo-code-mobile .promo-code-comment {
    width: 100%;
  }
  .page-template-page-landing .page-landing .promo-code-mobile .promo-code {
    padding: 14px 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    margin-top: 16px;
  }
  .page-template-page-landing .page-landing .promo-code-mobile .promo-code .copy {
    width: 20px;
    height: 20px;
  }
  .page-template-page-landing .page-landing .promo-code-mobile .promo-code .copy svg {
    width: 100%;
    height: 100%;
  }
  .page-template-page-landing .page-landing .landing__image-rate.mobile {
    font-size: 12px;
    margin: 32px 0;
    justify-content: space-around;
  }
  .page-template-page-landing .page-landing .landing__image-rate.mobile .satisfied-customers .reviews-number {
    font-size: 24px;
  }
  .page-template-page-landing .landing-block {
    padding: 24px 16px;
  }
  .page-template-page-landing .landing-block h2 {
    font-size: 20px;
  }
  .page-template-page-landing .landing-block.how-it-works .row .preview .item .number {
    width: 67px;
  }
  .page-template-page-landing .landing-block.how-it-works .row .preview .item .question {
    font-size: 17.602px;
    line-height: 16.463px;
    margin-top: 16px;
  }
  .page-template-page-landing .landing-block.how-it-works .row .preview .item .preview-image {
    width: 94px;
  }
  .page-template-page-landing .landing-block.how-it-works .row .items .item {
    padding: 16px 0;
    gap: 8px;
  }
  .page-template-page-landing .landing-block.how-it-works .row .items .item .number {
    width: 41px;
  }
  .page-template-page-landing .landing-block.how-it-works .row .items .item .item-content {
    width: calc(100% - 75px);
  }
  .page-template-page-landing .landing-block.how-it-works .row .items .item .item-content .question {
    font-size: 14px;
    line-height: 29.929px;
  }
  .page-template-page-landing .landing-block.how-it-works .row .items .item .item-content .answer {
    font-size: 12px;
    line-height: 19.88px;
  }
  .page-template-page-landing .toggle-btn {
    top: 18px;
    right: 16px;
  }
  .page-template-page-landing .know-us-block h3 {
    font-size: 18px;
  }
  .page-template-page-landing .know-us-block ul li {
    margin-bottom: 18px;
  }
  .page-template-page-landing .know-us-block ul li a {
    font-size: 16px;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .page-template-page-landing .know-us-block ul li a img {
    width: 20px;
    height: 20px;
  }
  .page-template-page-landing .order {
    padding: 32px 24px;
  }
  .page-template-page-landing .order::before {
    display: none;
  }
  .page-template-page-landing .order .order-text {
    margin-bottom: 24px;
  }
  .page-template-page-landing .order .order-text strong {
    font-weight: 400;
  }
  .page-template-page-landing .order .btn-order {
    height: 60px;
    line-height: 60px;
    width: 294px;
  }
}
@media (max-width: 360px) {
  .login.hide-mobile-icon .login-icon {
    display: none;
  }
}
