@import "./../../node_modules/swiper/swiper-bundle.css";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Intro", Arial, sans-serif !important;
  overflow-x: hidden;
}

.main {
  background: #017734;
}

.container {
  max-width: 1355px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

@media screen and (max-width: 850px) {
  .hide-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 850px) {
  .hide-desktop {
    display: none !important;
  }
}

.content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.content__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 30px;
}
@media screen and (max-width: 1200px) {
  .content__row {
    gap: 0;
  }
}
.content__row video {
  pointer-events: none;
}
.content__left {
  width: 935px;
}
@media (max-width: 1280px) {
  .content__left {
    width: 900px;
  }
}
@media screen and (max-width: 1200px) {
  .content__left {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }
}
.content__right {
  width: calc(100% - 935px);
}
@media (max-width: 1280px) {
  .content__right {
    width: calc(100% - 900px);
  }
}
@media screen and (max-width: 1200px) {
  .content__right {
    width: 100%;
  }
}

.scroll-top {
  position: fixed;
  right: 20px;
  bottom: 100px;
  z-index: 999;
}
.scroll-top img {
  width: 67px;
  height: 67px;
}

@media (max-width: 767px) {
  body #onetrust-banner-sdk.otFloatingRoundedCorner {
    max-height: unset;
    overflow-x: unset;
    overflow-y: unset;
  }
  body #onetrust-banner-sdk #onetrust-policy {
    max-height: 50vh;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
  }
}
.header {
  padding: 24px 30px;
  background: #fff;
}
@media screen and (max-width: 850px) {
  .header {
    padding: 16px 30px;
  }
}
.header__logo {
  width: 150px;
  height: auto;
}
.header__logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.header__logo-wrapper svg {
  height: 58px;
}
@media screen and (max-width: 850px) {
  .header__logo-wrapper {
    height: 48px;
  }
  .header__logo-wrapper img {
    height: 32px;
    width: auto;
  }
  .header__logo-wrapper svg {
    height: 100%;
  }
}
.header--center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__lang {
  font-size: 0;
  display: inline-block;
}
.header__lang img {
  width: 30px;
}
@media screen and (min-width: 850px) {
  .header__lang img {
    width: 35px;
  }
}

.key-visual {
  background: -webkit-gradient(linear, left top, left bottom, from(#005A3C), to(#2DAA49));
  background: linear-gradient(180deg, #005A3C 0%, #2DAA49 100%);
  min-height: 525px;
  width: 100%;
  position: relative;
}
@media (max-width: 480px) {
  .key-visual {
    min-height: 415px;
  }
}
.key-visual--ua .key-visual__top__text .key-visual__text--m {
  font-size: 44px;
}
@media (max-width: 480px) {
  .key-visual--ua .key-visual__top__text .key-visual__text--m {
    font-size: 28px;
  }
}
.key-visual__smile {
  width: 100%;
}
.key-visual__smile--mobile {
  display: none;
}
@media (max-width: 1200px) {
  .key-visual__smile--mobile {
    display: block;
  }
}
@media (max-width: 630px) {
  .key-visual__smile--mobile {
    height: 200px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 1200px) {
  .key-visual__smile--desktop {
    display: none;
  }
}
.key-visual__mik {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.key-visual__mik--mobile {
  display: none;
}
@media (max-width: 1200px) {
  .key-visual__mik--mobile {
    display: block;
    left: 50%;
    -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%);
    z-index: 1;
  }
}
@media (max-width: 1200px) {
  .key-visual__mik--desktop {
    display: none;
  }
}
.key-visual__text {
  line-height: 115%; /* 95.462px */
  font-style: normal;
  font-weight: 700;
}
.key-visual__text--m {
  font-size: 45.938px;
}
.key-visual__text--xl {
  font-size: 83.011px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -1.66px;
}
.key-visual__text--green {
  color: #006420;
}
.key-visual__text--green-light {
  color: #43B649;
}
.key-visual__text--yellow {
  color: #FFD500;
}
.key-visual__text--white {
  color: #FFF;
}
.key-visual__top {
  position: relative;
}
.key-visual__top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.04)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  display: block;
}
.key-visual__top__text {
  position: absolute;
  right: 20px;
  bottom: 50px;
  max-width: 517px;
  width: 100%;
}
@media (max-width: 1200px) {
  .key-visual__top__text {
    left: 50%;
    -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%);
    bottom: unset;
    top: 20px;
  }
}
@media (max-width: 630px) {
  .key-visual__top__text {
    max-width: 440px;
    top: 30px;
  }
  .key-visual__top__text .key-visual__text--m {
    font-size: 40px;
  }
  .key-visual__top__text .key-visual__text--xl {
    font-size: 70px;
  }
}
@media (max-width: 480px) {
  .key-visual__top__text {
    max-width: 340px;
    top: 30px;
  }
  .key-visual__top__text .key-visual__text--m {
    font-size: 30px;
  }
  .key-visual__top__text .key-visual__text--xl {
    font-size: 60px;
  }
}
.key-visual__bottom__text {
  position: absolute;
  right: 20px;
  bottom: 80px;
  max-width: 240px;
}
@media (max-width: 1200px) {
  .key-visual__bottom__text {
    background: #006420;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    right: unset;
    left: 50%;
    -webkit-transform: translate(calc(-50% + 100px));
        -ms-transform: translate(calc(-50% + 100px));
            transform: translate(calc(-50% + 100px));
    bottom: 180px;
  }
  .key-visual__bottom__text .key-visual__text--m {
    font-size: 20.36px;
    line-height: 99%; /* 20.156px */
  }
  .key-visual__bottom__text-wrapper {
    position: relative;
    left: 20px;
  }
}
@media (max-width: 480px) {
  .key-visual__bottom__text {
    -webkit-transform: translate(calc(-50% + 70px));
        -ms-transform: translate(calc(-50% + 70px));
            transform: translate(calc(-50% + 70px));
    bottom: 130px;
  }
}

.benefits {
  list-style-type: none;
  margin: 0;
  --gap: 24px;
  padding-bottom: 64px;
}
.benefits__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: var(--gap);
}
.benefits__title {
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  margin-bottom: 48px;
  color: #fff;
  margin-top: 0;
}
@media screen and (max-width: 850px) {
  .benefits__title {
    font-size: 28px;
    line-height: 40px;
  }
}
.benefits__text {
  color: #fff;
  margin-top: 40px;
  font-weight: 600;
}
.benefits__text a {
  color: #fff;
}
.benefits__item {
  -webkit-flex-basis: calc(50% - var(--gap) / 2);
      -ms-flex-preferred-size: calc(50% - var(--gap) / 2);
          flex-basis: calc(50% - var(--gap) / 2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 850px) {
  .benefits__item {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
.benefits__item__title {
  margin-left: 24px;
  color: #FBFBFB;
  font-size: 28px;
  line-height: 44px;
  font-weight: 700;
}
@media screen and (max-width: 850px) {
  .benefits__item__title {
    font-size: 20px;
    line-height: 26px;
    margin-left: 5px;
  }
}
.benefits__check-icon {
  width: 44px;
  height: auto;
}
.benefits-main {
  width: 100%;
  padding-right: 15px;
}
.benefits-main__title {
  color: #fff;
  opacity: 0.72;
  font-size: 27.5px;
  font-weight: 700;
  line-height: 1.09;
  display: inline-block;
  margin-bottom: 15px;
  margin-top: 30px;
}
@media screen and (max-width: 1200px) {
  .benefits-main__title {
    font-size: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .benefits-main__title {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .benefits-main__title {
    font-size: 14px;
  }
}
.benefits-main__text {
  font-size: 43px;
  font-weight: 700;
  line-height: 0.92;
  color: #fff;
  margin: 0 0 30px 0;
  display: inline-block;
  position: relative;
}
.benefits-main__text strong {
  font-size: 2.28em;
  letter-spacing: -7px;
  margin-top: 14px;
  display: block;
}
@media screen and (max-width: 950px) {
  .benefits-main__text strong {
    letter-spacing: -4px;
  }
}
.benefits-main__text span {
  font-size: 0.84em;
  vertical-align: super;
}
.benefits-main__text::after {
  position: absolute;
  right: 0;
  bottom: 9%;
  width: 100px;
  height: 132px;
  background-image: url(../images/badge.png);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  content: "";
}
@media screen and (max-width: 1100px) {
  .benefits-main__text::after {
    height: 100px;
  }
}
@media screen and (max-width: 1000px) {
  .benefits-main__text::after {
    height: 90px;
  }
}
@media screen and (max-width: 950px) {
  .benefits-main__text::after {
    height: 80px;
  }
}
@media screen and (max-width: 900px) {
  .benefits-main__text::after {
    height: 70px;
  }
}
.benefits-main__text--ua span {
  font-size: 0.74em;
}
.benefits-main__text--ua::after {
  background-image: url(../images/badge-ua.png);
}
@media screen and (max-width: 1150px) {
  .benefits-main__text {
    font-size: 35px;
  }
}
@media screen and (max-width: 1100px) {
  .benefits-main__text {
    font-size: 33px;
  }
}
@media screen and (max-width: 1000px) {
  .benefits-main__text {
    font-size: 29px;
  }
}
@media screen and (max-width: 950px) {
  .benefits-main__text {
    font-size: 25px;
  }
}
@media screen and (max-width: 900px) {
  .benefits-main__text {
    font-size: 22px;
  }
}

.landing-video-chat-phone .benefits {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.smile {
  height: 100%;
  width: 300px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 15px;
}
@media screen and (max-width: 1400px) {
  .smile {
    width: 250px;
  }
}
@media screen and (max-width: 1300px) {
  .smile {
    width: 250px;
  }
}
@media screen and (max-width: 1100px) {
  .smile {
    width: 225px;
  }
}
@media screen and (max-width: 1000px) {
  .smile {
    width: 200px;
  }
}
@media screen and (max-width: 500px) {
  .smile {
    width: 115px;
  }
}
.smile__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.smile__img-wrapper {
  height: 100%;
  width: 83%;
  position: relative;
  z-index: 1;
  font-size: 0;
}
.smile__text {
  color: #419E1F;
  font-size: 18px;
  position: absolute;
  z-index: 1;
  left: 8px;
  bottom: 5px;
  font-weight: 700;
}
@media screen and (max-width: 1100px) {
  .smile__text {
    font-size: 16px;
  }
}
.smile__line {
  width: 17%;
  position: relative;
}
.smile__line__img {
  width: 215%;
  height: auto;
  position: absolute;
  right: 15%;
  bottom: 28.3%;
  max-width: none;
}
.smile__line__img--ua {
  bottom: 25%;
}

.main-form {
  background: #fff;
  padding: 40px 23px;
  border-radius: 20px;
}
@media screen and (min-width: 1200px) {
  .main-form {
    margin-top: -30px;
  }
}
@media screen and (min-width: 850px) {
  .main-form {
    -webkit-box-shadow: 0 0 21.2px 7.8px rgba(23, 3, 37, 0.11);
            box-shadow: 0 0 21.2px 7.8px rgba(23, 3, 37, 0.11);
  }
}
@media screen and (max-width: 850px) {
  .main-form {
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .main-form {
    margin-bottom: 35px;
  }
}
.main-form--sent {
  min-height: 480px;
}
@media screen and (max-width: 850px) {
  .main-form--sent {
    min-height: auto;
    margin-top: 15px;
  }
}
@media screen and (max-width: 850px) {
  .main-form__wrapper {
    width: 400px;
    max-width: 100%;
    margin: 0 auto 0;
  }
}
.main-form__title {
  font-size: 26.5px;
  font-weight: 700;
  line-height: 1.34;
  color: #006423;
  display: block;
  margin: 0;
}
@media screen and (max-width: 850px) {
  .main-form__title {
    font-size: 22.5px;
  }
}
.main-form__title--sent {
  font-size: 39px;
  line-height: 1.1;
  border-bottom: 1px solid #b6d345;
  padding-bottom: 15px;
  margin-bottom: 22px;
}
@media screen and (max-width: 850px) {
  .main-form__title--sent {
    font-size: 39px;
  }
}
.main-form__subtitle {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.34;
  color: #006423;
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 850px) {
  .main-form__subtitle {
    font-size: 13.5px;
  }
}
.main-form__field {
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 850px) {
  .main-form__field {
    margin-bottom: 20px;
  }
}
.main-form__field label {
  position: absolute;
  font-weight: 700;
  line-height: 1;
  color: #969696;
  left: 12px;
  font-size: 14.5px;
  top: 12px;
  -webkit-transition: 300ms;
  transition: 300ms;
  pointer-events: none;
}
@media screen and (max-width: 850px) {
  .main-form__field label {
    left: 0;
  }
}
.main-form__field input {
  width: 100%;
  height: 35px;
  border: none;
  border-bottom: 2px solid #b6d345;
  padding-left: 12px;
  font-size: 14.5px;
  outline: none;
}
@media screen and (max-width: 850px) {
  .main-form__field input {
    padding-left: 0;
  }
}
.main-form__field input:focus ~ label, .main-form__field input:not(:placeholder-shown) ~ label, .main-form__field input:-webkit-autofill ~ label {
  font-size: 8px;
  top: -5px;
}
.main-form__field__dropdown {
  position: absolute;
  top: 100%;
  width: 100%;
  max-height: 300px;
  overflow: auto;
  background-color: #fff;
  z-index: 2;
}
.main-form__field__dropdown .single-dropdown {
  padding: 5px 0 5px 12px;
  width: 100%;
  display: block;
  border-bottom: 1px solid #b6d345;
  cursor: pointer;
}
.main-form__field__dropdown .loading-gif {
  width: 60px;
  margin: 20px auto;
  display: block;
}
.main-form__submit {
  height: 65px;
  background: #e30513;
  border: none;
  padding: 0 65px;
  margin: 0 auto;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.65;
  color: #fff;
  cursor: pointer;
  border-radius: 50px;
  font-family: "Intro", Arial, sans-serif !important;
}
.main-form__submit-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}
@media screen and (max-width: 850px) {
  .main-form__submit-wrapper {
    margin-top: 40px;
  }
}

.consent-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  margin: 30px 0;
  font-size: 8px;
  line-height: 1;
}
.consent-box a {
  font-size: 8px !important;
}
.consent-box__show-hide {
  text-align: center;
  position: relative;
  cursor: pointer;
}
.consent-box__show-hide::before {
  content: "";
  position: absolute;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #006420;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.consent-box__show-hide p {
  margin: 0;
}
.consent-box__show-hide span {
  background: white;
  padding: 5px 10px;
  color: #006420;
  position: relative;
  font-weight: bold;
}
.consent-box__additional-note {
  padding-left: 20px;
  max-height: 27px;
  margin: 0;
  overflow: hidden;
}
.consent-box.active .consent-box__additional-note {
  max-height: 500px;
}

.form-checkbox {
  font-size: inherit !important;
  color: black !important;
  position: relative;
}
.form-checkbox label {
  color: black;
  margin: 0;
}
.form-checkbox span {
  position: relative;
  padding-left: 20px;
  display: block;
}
.form-checkbox span::before, .form-checkbox span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 15px;
}
.form-checkbox span::before {
  border: 1px solid #43B649;
  border-radius: 3px;
}
.form-checkbox span::after {
  background: url("/app/themes/zabka/assets/images/check-green-2.svg");
  background-repeat: no-repeat;
  background-size: 11px;
  background-position: center center;
  opacity: 0;
}
.form-checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
}
.form-checkbox input[type=checkbox]:checked + span::after {
  opacity: 1;
}

.footer {
  background: #fff;
  padding: 30px 0;
}
@media screen and (max-width: 850px) {
  .footer {
    padding: 20px 0;
  }
}
@media screen and (max-width: 850px) {
  .footer > .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.footer__text, .footer__text a {
  text-decoration: none;
  font-size: 15px;
  line-height: 1.2;
  text-align: left;
  color: #969696;
}
@media screen and (max-width: 850px) {
  .footer__text, .footer__text a {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
  }
}
.footer__text a:hover {
  text-decoration: underline;
}
.footer__copyrights {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
}
@media screen and (min-width: 400px) {
  .footer__copyrights {
    text-align: center;
  }
}
.footer__copyrights__logo {
  width: 97px;
  height: auto;
  margin-right: 24px;
}
@media screen and (max-width: 850px) {
  .footer__copyrights__logo {
    margin-right: 15px;
  }
}
.footer__copyrights__text, .footer__copyrights__text a {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.18;
  color: #285f31;
  text-decoration: none;
}
@media screen and (min-width: 850px) {
  .footer__copyrights__text br, .footer__copyrights__text a br {
    display: none;
  }
}
.footer__copyrights__text:hover, .footer__copyrights__text a:hover {
  text-decoration: none;
}

.popup {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: calc(100% - 30px);
  max-height: calc(100% - 30px);
  width: 630px;
  padding: 35px;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 23.5px 11.6px rgba(23, 3, 37, 0.32);
          box-shadow: 0 0 23.5px 11.6px rgba(23, 3, 37, 0.32);
  z-index: 9999;
}
.popup-backdrop {
  -webkit-transition: 300ms;
  transition: 300ms;
  visibility: hidden;
  opacity: 0;
}
.popup-backdrop.active {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 850px) {
  .popup-backdrop::before {
    content: "";
    left: 50%;
    top: 50%;
    width: 100vw;
    height: 100vh;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: #000;
    opacity: 0.47;
    position: fixed;
    z-index: 998;
  }
}
@media screen and (max-width: 500px) {
  .popup {
    padding: 20px;
  }
}
.popup__close {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 2px solid gray;
  background: transparent;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.popup__close::before, .popup__close::after {
  content: "";
  position: absolute;
  left: calc(50% - 1px);
  top: 2px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  height: 18px;
  width: 2px;
  background: gray;
}
.popup__close::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.popup__title {
  font-family: Avenir, "Intro", Arial, sans-serif !important;
  font-size: 27px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #006423;
  margin-bottom: 25px;
  margin-top: 0;
}
.popup__text {
  max-height: 300px;
  overflow: auto;
  -webkit-box-shadow: inset 0 0 15.2px 0.8px rgba(0, 0, 0, 0.09);
          box-shadow: inset 0 0 15.2px 0.8px rgba(0, 0, 0, 0.09);
  padding: 20px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  color: #595858;
  margin-bottom: 25px;
}
@media screen and (max-width: 500px) {
  .popup__text {
    padding: 10px;
  }
}
.popup__text p {
  margin-top: 0;
}
.popup__actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.popup__actions--center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 500px) {
  .popup__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .popup__actions button {
    width: 235px;
    margin-bottom: 10px;
  }
}
.popup--image {
  padding: 0;
  overflow: hidden;
  width: 100%;
  max-width: 760px;
  height: auto;
  max-height: 95vh;
}
@media screen and (max-width: 760px) {
  .popup--image {
    max-width: 95vw;
  }
}
.popup--image .popup__text {
  max-height: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}
.popup--image .popup__actions {
  margin-bottom: 25px;
}

.btn {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 45px;
  padding: 0 16px;
  border: solid 1px #006420;
  border-radius: 0;
  cursor: pointer;
  -webkit-transition: 300ms;
  transition: 300ms;
  text-align: center;
  text-decoration: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.813em;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #006420;
}
.btn:hover, .btn:focus {
  background: #006420;
  color: #fff;
}

.btn--solid {
  background: #006420;
  color: #fff;
}
.btn--solid:hover {
  background: transparent;
  color: #006420;
}

.benefits-mobile {
  padding-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.benefits-mobile__item {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .benefits-mobile__item {
    width: 100%;
  }
}
.benefits-mobile__item__icon {
  width: 170px;
  height: auto;
  margin-bottom: 15px;
}
.benefits-mobile__item__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 0.94;
  color: #505050;
  margin-bottom: 5px;
  display: block;
}
.benefits-mobile__item__text {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  color: #006423;
  display: block;
  width: 100%;
}
.benefits-mobile__text, .benefits-mobile__text a {
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
  color: #505050;
  text-decoration: none;
}
.benefits-mobile__text {
  margin-top: 30px;
  display: block;
}

.header-mobile {
  background: #fff;
  margin-left: -15px;
  margin-right: -15px;
}
.header-mobile__top {
  background: #016420;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-mobile__top__title {
  width: 100%;
  text-align: center;
  font-size: 26.5px;
  font-weight: 700;
  line-height: 1.09;
  color: #fff;
}
.header-mobile__logo {
  width: 163px;
  height: auto;
}
.header-mobile__logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 25px 15px;
}
.header-mobile__smile_text {
  line-height: 23px;
  background: #006423;
  color: #fff;
  padding: 0 6px;
  font-size: 15px;
  font-weight: 700;
}
.header-mobile__smile_text br {
  display: none;
}

.flex-heading {
  font-weight: bold;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-heading::after {
  content: "";
  position: relative;
  width: 200px;
  max-width: 100%;
  border-bottom: 2px solid;
}

.flex-color--green {
  color: #43B649;
}

.flex-color--dark-green {
  color: #006420;
}

.flex-color--text {
  color: #545454;
}

.flex-heading--h2 {
  font-weight: 700;
  font-size: 60px;
  line-height: 1;
}
@media (max-width: 768px) {
  .flex-heading--h2 {
    font-size: 37px;
  }
}

.flex-heading--h3 {
  font-weight: 700;
  font-size: 45px;
  line-height: 1;
}
@media (max-width: 768px) {
  .flex-heading--h3 {
    font-size: 37px;
  }
}

.flex-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}

.flex-text-bold {
  font-weight: 700;
  font-size: 19px;
  line-height: 24px;
}

.flex-heading {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-heading::after {
  content: "";
  position: relative;
  width: 200px;
  max-width: 100%;
  margin-top: 24px;
}

.flex-color--dark-green.flex-heading::after {
  border-color: #43B649;
}

.flex-text-center {
  text-align: center;
}
.flex-text-center::after {
  margin: 24px auto 0;
}

.flex-color--green.flex-heading::after {
  border-color: #006420;
}

section + footer.footer {
  margin-top: 50px;
}

.two-columns {
  margin-top: 50px;
}
@media (min-width: 1024px) {
  .two-columns {
    margin-top: 120px;
  }
}
.two-columns .section-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin: -25px;
}
@media (max-width: 1024px) {
  .two-columns .section-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: -15px;
  }
}
.two-columns .section-columns__column {
  padding: 15px;
}
@media (min-width: 1024px) {
  .two-columns .section-columns__column {
    max-width: 50%;
    padding: 25px;
  }
}
.two-columns .section-columns__column__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.two-columns .section-columns__column__heading__icon img {
  max-width: 85px;
  height: auto;
}
@media (max-width: 768px) {
  .two-columns .section-columns__column__heading__icon img {
    max-width: 60px;
  }
}
.two-columns .section-columns__column__heading__title {
  margin-left: 40px;
}
@media (max-width: 768px) {
  .two-columns .section-columns__column__heading__title {
    margin-left: 20px;
  }
}
.two-columns .section-columns__column__content {
  max-width: 450px;
}
@media (max-width: 1024px) {
  .two-columns .section-columns__column__content {
    -webkit-transition: 500ms;
    transition: 500ms;
    max-height: 0;
    overflow: hidden;
  }
  .two-columns .section-columns__column__content.active {
    max-height: 1000px;
  }
}
@media (min-width: 1024px) {
  .two-columns .accordion-btn {
    display: none;
  }
}
.two-columns ul {
  font-family: "Intro Regular", sans-serif;
  color: #545454;
  font-weight: 400;
  font-size: 14px;
}
.two-columns ul li {
  position: relative;
  list-style: none;
  line-height: 1.5;
}
.two-columns ul li:not(:first-child) {
  margin-top: 20px;
}
.two-columns ul li::before {
  content: "";
  position: absolute;
  left: -36px;
  width: 21px;
  height: 21px;
  background: url("/app/themes/zabka/dist/images/tick.svg");
}
.two-columns ul li ul {
  margin-top: 20px;
  padding-left: 20px;
}
.two-columns ul li ul li {
  list-style: disc;
}
.two-columns ul li ul li::before {
  content: none;
}
.two-columns--simple {
  margin-top: 50px;
}
@media (min-width: 1024px) {
  .two-columns--simple {
    margin-top: 120px;
  }
}
@media (max-width: 1024px) {
  .two-columns--simple .section-columns__column__content {
    margin: 40px auto 0;
  }
}
.two-columns--simple .section-columns__column__heading {
  background: #F4F4F4;
  border-radius: 37px;
  padding: 30px 35px;
}
@media (max-width: 400px) {
  .two-columns--simple .section-columns__column__heading {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .two-columns--simple .section-columns__column__heading {
    background: transparent;
    border-radius: 37px;
    padding: 0;
    margin-bottom: 55px;
  }
}
@media (max-width: 768px) {
  .two-columns--simple .section-columns__column__heading__title {
    font-size: 20px;
  }
}
@media (max-width: 400px) {
  .two-columns--simple .section-columns__column__heading__title {
    margin-left: 0;
  }
}
.two-columns--bg .section-columns__column__wrapper {
  background: #F4F4F4;
  border-radius: 37px;
  padding: 70px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 768px) {
  .two-columns--bg .section-columns__column__wrapper {
    padding: 30px 20px;
  }
}
.two-columns--bg .section-columns__column__heading__title {
  margin-left: 0;
}
.two-columns--bg .section-columns__column__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-height: unset;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .two-columns--bg .section-columns__column__content {
    margin-top: 36px;
  }
}
.two-columns--bg .accordion-btn {
  display: none;
}

.accordion-btn {
  width: 34px;
  height: 34px;
  background: #006420;
  border-radius: 50px;
  border: 0;
  position: absolute;
  bottom: -17px;
  left: calc(50% - 17px);
}
.accordion-btn::after {
  content: "+";
  font-family: "Intro";
  position: absolute;
  top: 50%;
  left: 50%;
  color: white;
  font-size: 38px;
  font-weight: 300;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.accordion-btn.active {
  background: #EF8A33;
}
.accordion-btn.active::after {
  content: "-";
}

.bg-with-text {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  color: white;
  padding: 40px 0;
  margin-top: 50px;
}
@media (min-width: 1024px) {
  .bg-with-text {
    padding: 110px 0;
    margin-top: 130px;
  }
}
.bg-with-text::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0.15;
}
.bg-with-text__heading {
  margin-top: 0;
}
.bg-with-text__heading::after {
  content: none;
}
.bg-with-text__content {
  text-align: center;
  max-width: 970px;
  margin: 0 auto;
  padding: 0 40px;
}
.bg-with-text__content p {
  max-width: 720px;
  margin: 0 auto;
}
.bg-with-text .container {
  position: relative;
}

.steps__swiper {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .steps__swiper {
    margin-top: 100px;
  }
}
.steps__text {
  max-width: 220px;
  margin: 50px auto 0;
}
@media (min-width: 768px) {
  .steps__text {
    margin: 90px auto 0;
    max-width: 870px;
  }
}
.steps__slide {
  padding-left: 55px;
}
@media (min-width: 768px) {
  .steps__slide {
    padding-left: 0;
  }
}
.steps__slide__number {
  font-weight: 700;
  font-size: 200px;
  text-align: center;
  color: rgba(67, 182, 73, 0.7);
  position: relative;
}
@media (min-width: 768px) {
  .steps__slide__number {
    font-size: 140px;
    margin-bottom: 25px;
  }
}
.steps__slide__number::after {
  content: "";
  width: 84px;
  height: 14px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  position: absolute;
  background-image: url("/app/themes/zabka/dist/images/number-arrow.svg");
  background-repeat: no-repeat;
  top: 50%;
  right: -50px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (min-width: 1024px) {
  .steps__slide__number::after {
    right: -15%;
  }
}
.steps__slide__text {
  text-align: center;
  text-transform: capitalize;
}
.steps .swiper-slide {
  width: auto;
}
.steps .swiper-slide:last-child .steps__slide__number::after {
  content: none;
}

.simple-title {
  margin-top: 50px;
}
@media (min-width: 1024px) {
  .simple-title {
    margin-top: 100px;
  }
}
.simple-title__heading {
  max-width: 280px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .simple-title__heading {
    max-width: 100%;
  }
}
.simple-title__heading--no-border::after {
  content: none;
}

.page-template-home-landing-banner .hero .content,
.page-template-home-landing-video-chat-phone .hero .content {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  gap: 39px;
}
@media screen and (max-width: 1200px) {
  .page-template-home-landing-banner .hero .content,
  .page-template-home-landing-video-chat-phone .hero .content {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0;
  }
}
.page-template-home-landing-banner .content__left,
.page-template-home-landing-video-chat-phone .content__left {
  width: 900px;
}
@media screen and (max-width: 1200px) {
  .page-template-home-landing-banner .content__left,
  .page-template-home-landing-video-chat-phone .content__left {
    width: calc(100% + 30px);
  }
}
@media screen and (max-width: 480px) {
  .page-template-home-landing-banner .key-visual,
  .page-template-home-landing-video-chat-phone .key-visual {
    min-height: 202px;
  }
}
.page-template-home-landing-banner .key-visual__smile--mobile,
.page-template-home-landing-video-chat-phone .key-visual__smile--mobile {
  display: none;
}
@media screen and (min-width: 481px) and (max-width: 1200px) {
  .page-template-home-landing-banner .key-visual__smile--mobile,
  .page-template-home-landing-video-chat-phone .key-visual__smile--mobile {
    display: block !important;
  }
}
@media screen and (max-width: 480px) {
  .page-template-home-landing-banner .key-visual__smile--desktop,
  .page-template-home-landing-video-chat-phone .key-visual__smile--desktop {
    display: block !important;
  }
}
@media screen and (min-width: 481px) and (max-width: 1200px) {
  .page-template-home-landing-banner .key-visual__smile--desktop,
  .page-template-home-landing-video-chat-phone .key-visual__smile--desktop {
    display: none !important;
  }
}
@media screen and (max-width: 480px) {
  .page-template-home-landing-banner .key-visual__top__text,
  .page-template-home-landing-video-chat-phone .key-visual__top__text {
    top: 5px;
    left: unset;
    right: 5px;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    max-width: 200px;
  }
}
@media screen and (max-width: 350px) {
  .page-template-home-landing-banner .key-visual__top__text,
  .page-template-home-landing-video-chat-phone .key-visual__top__text {
    top: 0;
  }
}
@media screen and (max-width: 480px) {
  .page-template-home-landing-banner .key-visual__top__text .key-visual__text--m,
  .page-template-home-landing-video-chat-phone .key-visual__top__text .key-visual__text--m {
    font-size: 17px;
    line-height: 20px;
    font-family: "Intro-Bold", serif;
    font-weight: 700;
  }
}
@media screen and (max-width: 480px) {
  .page-template-home-landing-banner .key-visual__top__text .key-visual__text--xl,
  .page-template-home-landing-video-chat-phone .key-visual__top__text .key-visual__text--xl {
    font-family: "Intro-Bold", serif;
    font-size: 32px;
    line-height: 37px;
    font-weight: 700;
  }
}
.page-template-home-landing-banner .key-visual__mik--mobile,
.page-template-home-landing-video-chat-phone .key-visual__mik--mobile {
  display: none;
}
@media screen and (max-width: 480px) {
  .page-template-home-landing-banner .key-visual__mik--mobile,
  .page-template-home-landing-video-chat-phone .key-visual__mik--mobile {
    left: 0;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    display: block;
  }
}
@media screen and (max-width: 350px) {
  .page-template-home-landing-banner .key-visual__mik--mobile,
  .page-template-home-landing-video-chat-phone .key-visual__mik--mobile {
    left: -10px;
    height: 150px;
  }
}
.page-template-home-landing-banner .key-visual__mik--tablet,
.page-template-home-landing-video-chat-phone .key-visual__mik--tablet {
  display: none;
  z-index: 1;
}
@media screen and (min-width: 481px) and (max-width: 1200px) {
  .page-template-home-landing-banner .key-visual__mik--tablet,
  .page-template-home-landing-video-chat-phone .key-visual__mik--tablet {
    display: block;
    left: 50%;
    -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%);
    z-index: 1;
  }
}
@media screen and (max-width: 480px) {
  .page-template-home-landing-banner .key-visual__bottom__text,
  .page-template-home-landing-video-chat-phone .key-visual__bottom__text {
    background: none;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    max-width: 90px;
    left: 68%;
    bottom: -16px;
  }
}
@media screen and (max-width: 350px) {
  .page-template-home-landing-banner .key-visual__bottom__text,
  .page-template-home-landing-video-chat-phone .key-visual__bottom__text {
    left: 60%;
  }
}
@media screen and (max-width: 480px) {
  .page-template-home-landing-banner .key-visual__bottom__text span,
  .page-template-home-landing-video-chat-phone .key-visual__bottom__text span {
    font-size: 17px;
    line-height: 18px;
    font-family: "Intro-Bold", serif;
    font-weight: 700;
  }
}
@media screen and (max-width: 350px) {
  .page-template-home-landing-banner .key-visual__bottom__text span,
  .page-template-home-landing-video-chat-phone .key-visual__bottom__text span {
    font-size: 12px;
  }
}
.page-template-home-landing-banner .main-form,
.page-template-home-landing-video-chat-phone .main-form {
  padding: 24px 23px;
}
@media screen and (max-width: 480px) {
  .page-template-home-landing-banner .main-form,
  .page-template-home-landing-video-chat-phone .main-form {
    padding: 40px 24px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-home-landing-banner .main-form,
  .page-template-home-landing-video-chat-phone .main-form {
    margin-top: -54px;
  }
}
@media screen and (max-width: 850px) {
  .page-template-home-landing-banner .main-form,
  .page-template-home-landing-video-chat-phone .main-form {
    border-radius: 0;
  }
}
.page-template-home-landing-banner .main-form__title,
.page-template-home-landing-video-chat-phone .main-form__title {
  font-size: 26px;
  line-height: 32px;
}
.page-template-home-landing-banner .main-form__subtitle,
.page-template-home-landing-video-chat-phone .main-form__subtitle {
  line-height: 24px;
}
@media screen and (max-width: 480px) {
  .page-template-home-landing-banner .main-form__subtitle,
  .page-template-home-landing-video-chat-phone .main-form__subtitle {
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
  }
}
.page-template-home-landing-banner .main-form__submit,
.page-template-home-landing-video-chat-phone .main-form__submit {
  width: 100%;
  height: unset;
  background: #F8064A;
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
  border-radius: 10px;
  padding: 4px 65px;
}
@media screen and (max-width: 850px) {
  .page-template-home-landing-banner .main-form__submit.arrow-button,
  .page-template-home-landing-video-chat-phone .main-form__submit.arrow-button {
    max-width: 218px;
  }
}
.page-template-home-landing-banner .main-form__field,
.page-template-home-landing-video-chat-phone .main-form__field {
  margin-bottom: 0;
}
.page-template-home-landing-banner .main-form__field input,
.page-template-home-landing-video-chat-phone .main-form__field input {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-bottom: 2px solid #b6d345 !important;
  background: transparent !important;
  height: 35px !important;
}
.page-template-home-landing-banner .main-form__field label,
.page-template-home-landing-video-chat-phone .main-form__field label {
  font-size: 14px !important;
  line-height: 1 !important;
  color: #969696 !important;
  font-weight: 700 !important;
}
.page-template-home-landing-banner .main-form__submit-wrapper,
.page-template-home-landing-video-chat-phone .main-form__submit-wrapper {
  margin-top: 24px;
}
@media screen and (max-width: 480px) {
  .page-template-home-landing-banner .main-form__submit-wrapper,
  .page-template-home-landing-video-chat-phone .main-form__submit-wrapper {
    margin-top: 32px;
  }
}
.page-template-home-landing-banner .phone-chat-section,
.page-template-home-landing-video-chat-phone .phone-chat-section {
  margin-top: 16px;
  padding: 24px 23px;
  background: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 1200px) {
  .page-template-home-landing-banner .phone-chat-section,
  .page-template-home-landing-video-chat-phone .phone-chat-section {
    margin-top: 50px;
  }
}
@media screen and (max-width: 850px) {
  .page-template-home-landing-banner .phone-chat-section,
  .page-template-home-landing-video-chat-phone .phone-chat-section {
    border-radius: 0;
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media screen and (max-width: 480px) {
  .page-template-home-landing-banner .phone-chat-section,
  .page-template-home-landing-video-chat-phone .phone-chat-section {
    padding: 40px 24px;
  }
}
.page-template-home-landing-banner .phone-chat-section__wrapper,
.page-template-home-landing-video-chat-phone .phone-chat-section__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-template-home-landing-banner .phone-chat-section .main-form__subtitle,
.page-template-home-landing-video-chat-phone .phone-chat-section .main-form__subtitle {
  margin-bottom: 0;
}
.page-template-home-landing-banner .phone-chat-section__phone,
.page-template-home-landing-video-chat-phone .phone-chat-section__phone {
  font-weight: 700;
  font-size: 49px;
  line-height: 1;
  padding: 24px 0;
  color: #006423;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-family: "Intro-Bold";
  gap: 8px;
}
@media screen and (max-width: 480px) {
  .page-template-home-landing-banner .phone-chat-section__phone,
  .page-template-home-landing-video-chat-phone .phone-chat-section__phone {
    font-size: 44px;
    line-height: 36px;
    padding: 32px 0;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .page-template-home-landing-banner .phone-chat-section__phone,
  .page-template-home-landing-video-chat-phone .phone-chat-section__phone {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
.page-template-home-landing-banner .phone-chat-section__phone:before,
.page-template-home-landing-video-chat-phone .phone-chat-section__phone:before {
  content: "";
  width: 40px;
  height: 40px;
  background: url("../images/icon_phone.svg") no-repeat;
}
.page-template-home-landing-banner .phone-chat-section__chat-btn,
.page-template-home-landing-video-chat-phone .phone-chat-section__chat-btn {
  font-family: "Intro-Bold";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  font-size: 24px;
  line-height: 40px;
  padding: 4px;
}
.page-template-home-landing-banner .phone-chat-section__chat-btn:hover,
.page-template-home-landing-video-chat-phone .phone-chat-section__chat-btn:hover {
  color: #fff;
}
.page-template-home-landing-banner .phone-chat-section__chat-btn:focus,
.page-template-home-landing-video-chat-phone .phone-chat-section__chat-btn:focus {
  color: #fff;
}
.page-template-home-landing-banner .phone-chat-section__chat-btn:before,
.page-template-home-landing-video-chat-phone .phone-chat-section__chat-btn:before {
  content: "";
  width: 28px;
  height: 28px;
  background: url("../images/icon_chat.svg") no-repeat;
}
.page-template-home-landing-banner .phone-chat-section__chat-btn .dots-loader-ellipsis,
.page-template-home-landing-video-chat-phone .phone-chat-section__chat-btn .dots-loader-ellipsis {
  display: none;
}
.page-template-home-landing-banner .phone-chat-section__chat-btn.show-loader:hover,
.page-template-home-landing-video-chat-phone .phone-chat-section__chat-btn.show-loader:hover {
  cursor: default;
}
.page-template-home-landing-banner .phone-chat-section__chat-btn.show-loader span, .page-template-home-landing-banner .phone-chat-section__chat-btn.show-loader:before,
.page-template-home-landing-video-chat-phone .phone-chat-section__chat-btn.show-loader span,
.page-template-home-landing-video-chat-phone .phone-chat-section__chat-btn.show-loader:before {
  display: none;
}
.page-template-home-landing-banner .phone-chat-section__chat-btn.show-loader .dots-loader-ellipsis,
.page-template-home-landing-video-chat-phone .phone-chat-section__chat-btn.show-loader .dots-loader-ellipsis {
  display: block;
}
.page-template-home-landing-banner .benefits,
.page-template-home-landing-video-chat-phone .benefits {
  margin-top: -132px;
}
@media screen and (max-width: 1200px) {
  .page-template-home-landing-banner .benefits,
  .page-template-home-landing-video-chat-phone .benefits {
    margin-top: 50px;
  }
}
.page-template-home-landing-banner .benefits__title,
.page-template-home-landing-video-chat-phone .benefits__title {
  margin-top: 48px;
}
.page-template-home-landing-banner .benefits__wrapper,
.page-template-home-landing-video-chat-phone .benefits__wrapper {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-template-home-landing-banner .benefits__item,
.page-template-home-landing-video-chat-phone .benefits__item {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 480px) {
  .page-template-home-landing-banner .benefits__item__title,
  .page-template-home-landing-video-chat-phone .benefits__item__title {
    margin-left: 8px;
  }
}

@-webkit-keyframes dots-loader-ellipsis-inner {
  0% {
    -webkit-transform: translate(6px, 40px) scale(0);
            transform: translate(6px, 40px) scale(0);
  }
  25% {
    -webkit-transform: translate(6px, 40px) scale(0);
            transform: translate(6px, 40px) scale(0);
  }
  50% {
    -webkit-transform: translate(6px, 40px) scale(1);
            transform: translate(6px, 40px) scale(1);
  }
  75% {
    -webkit-transform: translate(40px, 40px) scale(1);
            transform: translate(40px, 40px) scale(1);
  }
  100% {
    -webkit-transform: translate(74px, 40px) scale(1);
            transform: translate(74px, 40px) scale(1);
  }
}

@keyframes dots-loader-ellipsis-inner {
  0% {
    -webkit-transform: translate(6px, 40px) scale(0);
            transform: translate(6px, 40px) scale(0);
  }
  25% {
    -webkit-transform: translate(6px, 40px) scale(0);
            transform: translate(6px, 40px) scale(0);
  }
  50% {
    -webkit-transform: translate(6px, 40px) scale(1);
            transform: translate(6px, 40px) scale(1);
  }
  75% {
    -webkit-transform: translate(40px, 40px) scale(1);
            transform: translate(40px, 40px) scale(1);
  }
  100% {
    -webkit-transform: translate(74px, 40px) scale(1);
            transform: translate(74px, 40px) scale(1);
  }
}
@-webkit-keyframes dots-loader-ellipsis-inner-r {
  0% {
    -webkit-transform: translate(74px, 40px) scale(1);
            transform: translate(74px, 40px) scale(1);
  }
  100% {
    -webkit-transform: translate(74px, 40px) scale(0);
            transform: translate(74px, 40px) scale(0);
  }
}
@keyframes dots-loader-ellipsis-inner-r {
  0% {
    -webkit-transform: translate(74px, 40px) scale(1);
            transform: translate(74px, 40px) scale(1);
  }
  100% {
    -webkit-transform: translate(74px, 40px) scale(0);
            transform: translate(74px, 40px) scale(0);
  }
}
@-webkit-keyframes dots-loader-ellipsis-inner-c {
  0%, 25%, 50%, 75%, 100% {
    background: #ffffff;
  }
}
@keyframes dots-loader-ellipsis-inner-c {
  0%, 25%, 50%, 75%, 100% {
    background: #ffffff;
  }
}
.dots-loader-ellipsis-inner {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transform: translateZ(0) scale(0.38);
          transform: translateZ(0) scale(0.38);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0; /* see note above */
}
.dots-loader-ellipsis-inner div {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-transform: translate(40px, 40px) scale(1);
      -ms-transform: translate(40px, 40px) scale(1);
          transform: translate(40px, 40px) scale(1);
  background: #ffffff;
  -webkit-animation: dots-loader-ellipsis-inner 1.3513513514s infinite cubic-bezier(0, 0.5, 0.5, 1);
          animation: dots-loader-ellipsis-inner 1.3513513514s infinite cubic-bezier(0, 0.5, 0.5, 1);
}
.dots-loader-ellipsis-inner div:nth-child(1) {
  background: #ffffff;
  -webkit-transform: translate(74px, 40px) scale(1);
      -ms-transform: translate(74px, 40px) scale(1);
          transform: translate(74px, 40px) scale(1);
  -webkit-animation: dots-loader-ellipsis-inner-r 0.3378378378s infinite cubic-bezier(0, 0.5, 0.5, 1), dots-loader-ellipsis-inner-c 1.3513513514s infinite step-start;
          animation: dots-loader-ellipsis-inner-r 0.3378378378s infinite cubic-bezier(0, 0.5, 0.5, 1), dots-loader-ellipsis-inner-c 1.3513513514s infinite step-start;
}
.dots-loader-ellipsis-inner div:nth-child(2) {
  -webkit-animation-delay: -0.3378378378s;
          animation-delay: -0.3378378378s;
  background: #ffffff;
}
.dots-loader-ellipsis-inner div:nth-child(3) {
  -webkit-animation-delay: -0.6756756757s;
          animation-delay: -0.6756756757s;
  background: #ffffff;
}
.dots-loader-ellipsis-inner div:nth-child(4) {
  -webkit-animation-delay: -1.0135135135s;
          animation-delay: -1.0135135135s;
  background: #ffffff;
}
.dots-loader-ellipsis-inner div:nth-child(5) {
  -webkit-animation-delay: -1.3513513514s;
          animation-delay: -1.3513513514s;
  background: #ffffff;
}

.dots-loader-ellipsis {
  width: 40px;
  height: 40px;
  display: inline-block;
  overflow: hidden;
  background: rgba(255, 255, 255, 0);
}

.page-template-home-landing-banner .header,
.page-template-home-landing-banner-ua .header,
.page-template-home-landing-video-chat-phone .header,
.page-template-home-landing-video .header {
  padding: 39px 30px;
}
@media screen and (max-width: 1200px) {
  .page-template-home-landing-banner .header,
  .page-template-home-landing-banner-ua .header,
  .page-template-home-landing-video-chat-phone .header,
  .page-template-home-landing-video .header {
    padding: 8px 9px;
  }
}
.page-template-home-landing-banner .header__logo-wrapper,
.page-template-home-landing-banner-ua .header__logo-wrapper,
.page-template-home-landing-video-chat-phone .header__logo-wrapper,
.page-template-home-landing-video .header__logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1200px) {
  .page-template-home-landing-banner .header__logo-wrapper,
  .page-template-home-landing-banner-ua .header__logo-wrapper,
  .page-template-home-landing-video-chat-phone .header__logo-wrapper,
  .page-template-home-landing-video .header__logo-wrapper {
    gap: 12px;
  }
}
@media screen and (max-width: 1200px) {
  .page-template-home-landing-banner .header__logo-wrapper svg,
  .page-template-home-landing-banner-ua .header__logo-wrapper svg,
  .page-template-home-landing-video-chat-phone .header__logo-wrapper svg,
  .page-template-home-landing-video .header__logo-wrapper svg {
    width: 76px;
  }
}
@media screen and (max-width: 1200px) {
  .page-template-home-landing-banner .header__logo-wrapper .main-form__title,
  .page-template-home-landing-banner-ua .header__logo-wrapper .main-form__title,
  .page-template-home-landing-video-chat-phone .header__logo-wrapper .main-form__title,
  .page-template-home-landing-video .header__logo-wrapper .main-form__title {
    font-size: 16px;
  }
}
@media screen and (max-width: 350px) {
  .page-template-home-landing-banner .header__logo-wrapper .main-form__title,
  .page-template-home-landing-banner-ua .header__logo-wrapper .main-form__title,
  .page-template-home-landing-video-chat-phone .header__logo-wrapper .main-form__title,
  .page-template-home-landing-video .header__logo-wrapper .main-form__title {
    font-size: 12px;
    line-height: 12px;
  }
}
.page-template-home-landing-banner .header__lang,
.page-template-home-landing-banner-ua .header__lang,
.page-template-home-landing-video-chat-phone .header__lang,
.page-template-home-landing-video .header__lang {
  -webkit-align-self: baseline;
      -ms-flex-item-align: baseline;
          align-self: baseline;
}
@media screen and (max-width: 1200px) {
  .page-template-home-landing-banner .header__lang,
  .page-template-home-landing-banner-ua .header__lang,
  .page-template-home-landing-video-chat-phone .header__lang,
  .page-template-home-landing-video .header__lang {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }
}

.page-template-home-landing-video-chat-phone header .main-form__title,
.page-template-home-landing-banner header .main-form__title {
  font-family: "Intro-Bold" !important;
}

@media screen and (min-width: 851px) {
  html[lang=pl-PL] body:not(.page-template-home-landing-video-chat-phone) .benefits__wrapper .benefits__item:last-of-type {
    margin-top: -40px;
  }
}
@media screen and (max-width: 850px) {
  html[lang=pl-PL] body:not(.page-template-home-landing-video-chat-phone) .benefits__wrapper .benefits__item {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 851px) {
  html[lang=pl-PL] body.page-template-home-landing-banner .benefits__wrapper .benefits__item:last-of-type {
    margin-top: 0;
  }
}
@media screen and (max-width: 850px) {
  html[lang=pl-PL] body.page-template-home-landing-banner .benefits__wrapper .benefits__item {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.page-template-home-landing-012025, .page-template-home-landing-012025-ua, .page-template-home-landing-062024, .page-template-home-landing-122024-ua, .page-template-home-landing-062024-new, .page-template-home-landing-082024-ua, .page-template-home-landing-092024 {
  background-color: #fff;
  overflow-x: clip;
}
.page-template-home-landing-012025 .main:not(.al-fab), .page-template-home-landing-012025-ua .main:not(.al-fab), .page-template-home-landing-062024 .main:not(.al-fab), .page-template-home-landing-122024-ua .main:not(.al-fab), .page-template-home-landing-062024-new .main:not(.al-fab), .page-template-home-landing-082024-ua .main:not(.al-fab), .page-template-home-landing-092024 .main:not(.al-fab) {
  background-color: #fff;
}
.page-template-home-landing-012025 #zabka-footer, .page-template-home-landing-012025-ua #zabka-footer, .page-template-home-landing-062024 #zabka-footer, .page-template-home-landing-122024-ua #zabka-footer, .page-template-home-landing-062024-new #zabka-footer, .page-template-home-landing-082024-ua #zabka-footer, .page-template-home-landing-092024 #zabka-footer {
  display: none;
}
@media screen and (max-width: 575px) {
  .page-template-home-landing-012025 .footer, .page-template-home-landing-012025-ua .footer, .page-template-home-landing-062024 .footer, .page-template-home-landing-122024-ua .footer, .page-template-home-landing-062024-new .footer, .page-template-home-landing-082024-ua .footer, .page-template-home-landing-092024 .footer {
    padding-top: 0;
  }
}
@media screen and (max-width: 575px) {
  .page-template-home-landing-012025 .footer__copyrights, .page-template-home-landing-012025-ua .footer__copyrights, .page-template-home-landing-062024 .footer__copyrights, .page-template-home-landing-122024-ua .footer__copyrights, .page-template-home-landing-062024-new .footer__copyrights, .page-template-home-landing-082024-ua .footer__copyrights, .page-template-home-landing-092024 .footer__copyrights {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-template-home-landing-012025 a, .page-template-home-landing-012025-ua a, .page-template-home-landing-062024 a, .page-template-home-landing-122024-ua a, .page-template-home-landing-062024-new a, .page-template-home-landing-082024-ua a, .page-template-home-landing-092024 a {
  text-decoration: none;
}
.page-template-home-landing-012025 .container, .page-template-home-landing-012025-ua .container, .page-template-home-landing-062024 .container, .page-template-home-landing-122024-ua .container, .page-template-home-landing-062024-new .container, .page-template-home-landing-082024-ua .container, .page-template-home-landing-092024 .container {
  max-width: 1317px;
}
@media screen and (max-width: 575px) {
  .page-template-home-landing-012025 .container, .page-template-home-landing-012025-ua .container, .page-template-home-landing-062024 .container, .page-template-home-landing-122024-ua .container, .page-template-home-landing-062024-new .container, .page-template-home-landing-082024-ua .container, .page-template-home-landing-092024 .container {
    padding-inline: 30px;
  }
}
.page-template-home-landing-012025 .header, .page-template-home-landing-012025-ua .header, .page-template-home-landing-062024 .header, .page-template-home-landing-122024-ua .header, .page-template-home-landing-062024-new .header, .page-template-home-landing-082024-ua .header, .page-template-home-landing-092024 .header {
  padding: 37px 30px;
}
@media screen and (max-width: 1200px) {
  .page-template-home-landing-012025 .header, .page-template-home-landing-012025-ua .header, .page-template-home-landing-062024 .header, .page-template-home-landing-122024-ua .header, .page-template-home-landing-062024-new .header, .page-template-home-landing-082024-ua .header, .page-template-home-landing-092024 .header {
    padding: 8px 9px;
  }
}
.page-template-home-landing-012025 .header__logo-wrapper, .page-template-home-landing-012025-ua .header__logo-wrapper, .page-template-home-landing-062024 .header__logo-wrapper, .page-template-home-landing-122024-ua .header__logo-wrapper, .page-template-home-landing-062024-new .header__logo-wrapper, .page-template-home-landing-082024-ua .header__logo-wrapper, .page-template-home-landing-092024 .header__logo-wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1200px) {
  .page-template-home-landing-012025 .header__logo-wrapper, .page-template-home-landing-012025-ua .header__logo-wrapper, .page-template-home-landing-062024 .header__logo-wrapper, .page-template-home-landing-122024-ua .header__logo-wrapper, .page-template-home-landing-062024-new .header__logo-wrapper, .page-template-home-landing-082024-ua .header__logo-wrapper, .page-template-home-landing-092024 .header__logo-wrapper {
    gap: 12px;
  }
  .page-template-home-landing-012025 .header__logo-wrapper svg, .page-template-home-landing-012025-ua .header__logo-wrapper svg, .page-template-home-landing-062024 .header__logo-wrapper svg, .page-template-home-landing-122024-ua .header__logo-wrapper svg, .page-template-home-landing-062024-new .header__logo-wrapper svg, .page-template-home-landing-082024-ua .header__logo-wrapper svg, .page-template-home-landing-092024 .header__logo-wrapper svg {
    width: 76px;
  }
}
.page-template-home-landing-012025 .header__lang, .page-template-home-landing-012025-ua .header__lang, .page-template-home-landing-062024 .header__lang, .page-template-home-landing-122024-ua .header__lang, .page-template-home-landing-062024-new .header__lang, .page-template-home-landing-082024-ua .header__lang, .page-template-home-landing-092024 .header__lang {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}
@media screen and (max-width: 1200px) {
  .page-template-home-landing-012025 .header__lang, .page-template-home-landing-012025-ua .header__lang, .page-template-home-landing-062024 .header__lang, .page-template-home-landing-122024-ua .header__lang, .page-template-home-landing-062024-new .header__lang, .page-template-home-landing-082024-ua .header__lang, .page-template-home-landing-092024 .header__lang {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }
}
@media screen and (max-width: 850px) {
  .page-template-home-landing-012025 .header__lang img, .page-template-home-landing-012025-ua .header__lang img, .page-template-home-landing-062024 .header__lang img, .page-template-home-landing-122024-ua .header__lang img, .page-template-home-landing-062024-new .header__lang img, .page-template-home-landing-082024-ua .header__lang img, .page-template-home-landing-092024 .header__lang img {
    width: 35px;
  }
}
@media screen and (max-width: 1200px) {
  .page-template-home-landing-012025 .header .main-form__title, .page-template-home-landing-012025-ua .header .main-form__title, .page-template-home-landing-062024 .header .main-form__title, .page-template-home-landing-122024-ua .header .main-form__title, .page-template-home-landing-062024-new .header .main-form__title, .page-template-home-landing-082024-ua .header .main-form__title, .page-template-home-landing-092024 .header .main-form__title {
    font-size: 16px;
    line-height: 32px;
  }
}
@media screen and (max-width: 350px) {
  .page-template-home-landing-012025 .header .main-form__title, .page-template-home-landing-012025-ua .header .main-form__title, .page-template-home-landing-062024 .header .main-form__title, .page-template-home-landing-122024-ua .header .main-form__title, .page-template-home-landing-062024-new .header .main-form__title, .page-template-home-landing-082024-ua .header .main-form__title, .page-template-home-landing-092024 .header .main-form__title {
    font-size: 12px;
    line-height: 12px;
  }
}
.page-template-home-landing-012025 .phone-chat-section, .page-template-home-landing-012025-ua .phone-chat-section, .page-template-home-landing-062024 .phone-chat-section, .page-template-home-landing-122024-ua .phone-chat-section, .page-template-home-landing-062024-new .phone-chat-section, .page-template-home-landing-082024-ua .phone-chat-section, .page-template-home-landing-092024 .phone-chat-section {
  margin-top: 16px;
  padding: 24px 23px;
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 21.2px 7.8px rgba(23, 3, 37, 0.11);
          box-shadow: 0 0 21.2px 7.8px rgba(23, 3, 37, 0.11);
}
@media screen and (max-width: 1200px) {
  .page-template-home-landing-012025 .phone-chat-section, .page-template-home-landing-012025-ua .phone-chat-section, .page-template-home-landing-062024 .phone-chat-section, .page-template-home-landing-122024-ua .phone-chat-section, .page-template-home-landing-062024-new .phone-chat-section, .page-template-home-landing-082024-ua .phone-chat-section, .page-template-home-landing-092024 .phone-chat-section {
    margin-top: 50px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media screen and (max-width: 850px) {
  .page-template-home-landing-012025 .phone-chat-section, .page-template-home-landing-012025-ua .phone-chat-section, .page-template-home-landing-062024 .phone-chat-section, .page-template-home-landing-122024-ua .phone-chat-section, .page-template-home-landing-062024-new .phone-chat-section, .page-template-home-landing-082024-ua .phone-chat-section, .page-template-home-landing-092024 .phone-chat-section {
    border-radius: 0;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 0;
  }
}
@media screen and (max-width: 575px) {
  .page-template-home-landing-012025 .phone-chat-section, .page-template-home-landing-012025-ua .phone-chat-section, .page-template-home-landing-062024 .phone-chat-section, .page-template-home-landing-122024-ua .phone-chat-section, .page-template-home-landing-062024-new .phone-chat-section, .page-template-home-landing-082024-ua .phone-chat-section, .page-template-home-landing-092024 .phone-chat-section {
    padding: 30px 30px 56px 30px;
    margin-inline: 0;
  }
}
.page-template-home-landing-012025 .phone-chat-section__wrapper, .page-template-home-landing-012025-ua .phone-chat-section__wrapper, .page-template-home-landing-062024 .phone-chat-section__wrapper, .page-template-home-landing-122024-ua .phone-chat-section__wrapper, .page-template-home-landing-062024-new .phone-chat-section__wrapper, .page-template-home-landing-082024-ua .phone-chat-section__wrapper, .page-template-home-landing-092024 .phone-chat-section__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-template-home-landing-012025 .phone-chat-section .main-form__subtitle, .page-template-home-landing-012025-ua .phone-chat-section .main-form__subtitle, .page-template-home-landing-062024 .phone-chat-section .main-form__subtitle, .page-template-home-landing-122024-ua .phone-chat-section .main-form__subtitle, .page-template-home-landing-062024-new .phone-chat-section .main-form__subtitle, .page-template-home-landing-082024-ua .phone-chat-section .main-form__subtitle, .page-template-home-landing-092024 .phone-chat-section .main-form__subtitle {
  margin-bottom: 0;
}
.page-template-home-landing-012025 .phone-chat-section .phone-chat-section, .page-template-home-landing-012025-ua .phone-chat-section .phone-chat-section, .page-template-home-landing-062024 .phone-chat-section .phone-chat-section, .page-template-home-landing-122024-ua .phone-chat-section .phone-chat-section, .page-template-home-landing-062024-new .phone-chat-section .phone-chat-section, .page-template-home-landing-082024-ua .phone-chat-section .phone-chat-section, .page-template-home-landing-092024 .phone-chat-section .phone-chat-section {
  margin-top: 16px;
  padding: 24px 23px;
  background: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 1200px) {
  .page-template-home-landing-012025 .phone-chat-section .phone-chat-section, .page-template-home-landing-012025-ua .phone-chat-section .phone-chat-section, .page-template-home-landing-062024 .phone-chat-section .phone-chat-section, .page-template-home-landing-122024-ua .phone-chat-section .phone-chat-section, .page-template-home-landing-062024-new .phone-chat-section .phone-chat-section, .page-template-home-landing-082024-ua .phone-chat-section .phone-chat-section, .page-template-home-landing-092024 .phone-chat-section .phone-chat-section {
    margin-top: 50px;
  }
}
@media screen and (max-width: 850px) {
  .page-template-home-landing-012025 .phone-chat-section .phone-chat-section, .page-template-home-landing-012025-ua .phone-chat-section .phone-chat-section, .page-template-home-landing-062024 .phone-chat-section .phone-chat-section, .page-template-home-landing-122024-ua .phone-chat-section .phone-chat-section, .page-template-home-landing-062024-new .phone-chat-section .phone-chat-section, .page-template-home-landing-082024-ua .phone-chat-section .phone-chat-section, .page-template-home-landing-092024 .phone-chat-section .phone-chat-section {
    border-radius: 0;
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media screen and (max-width: 480px) {
  .page-template-home-landing-012025 .phone-chat-section .phone-chat-section, .page-template-home-landing-012025-ua .phone-chat-section .phone-chat-section, .page-template-home-landing-062024 .phone-chat-section .phone-chat-section, .page-template-home-landing-122024-ua .phone-chat-section .phone-chat-section, .page-template-home-landing-062024-new .phone-chat-section .phone-chat-section, .page-template-home-landing-082024-ua .phone-chat-section .phone-chat-section, .page-template-home-landing-092024 .phone-chat-section .phone-chat-section {
    padding: 40px 24px;
  }
}
.page-template-home-landing-012025 .phone-chat-section .phone-chat-section__wrapper, .page-template-home-landing-012025-ua .phone-chat-section .phone-chat-section__wrapper, .page-template-home-landing-062024 .phone-chat-section .phone-chat-section__wrapper, .page-template-home-landing-122024-ua .phone-chat-section .phone-chat-section__wrapper, .page-template-home-landing-062024-new .phone-chat-section .phone-chat-section__wrapper, .page-template-home-landing-082024-ua .phone-chat-section .phone-chat-section__wrapper, .page-template-home-landing-092024 .phone-chat-section .phone-chat-section__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-template-home-landing-012025 .phone-chat-section .phone-chat-section .main-form__subtitle, .page-template-home-landing-012025-ua .phone-chat-section .phone-chat-section .main-form__subtitle, .page-template-home-landing-062024 .phone-chat-section .phone-chat-section .main-form__subtitle, .page-template-home-landing-122024-ua .phone-chat-section .phone-chat-section .main-form__subtitle, .page-template-home-landing-062024-new .phone-chat-section .phone-chat-section .main-form__subtitle, .page-template-home-landing-082024-ua .phone-chat-section .phone-chat-section .main-form__subtitle, .page-template-home-landing-092024 .phone-chat-section .phone-chat-section .main-form__subtitle {
  margin-bottom: 0;
}
.page-template-home-landing-012025 .phone-chat-section .phone-chat-section__phone, .page-template-home-landing-012025-ua .phone-chat-section .phone-chat-section__phone, .page-template-home-landing-062024 .phone-chat-section .phone-chat-section__phone, .page-template-home-landing-122024-ua .phone-chat-section .phone-chat-section__phone, .page-template-home-landing-062024-new .phone-chat-section .phone-chat-section__phone, .page-template-home-landing-082024-ua .phone-chat-section .phone-chat-section__phone, .page-template-home-landing-092024 .phone-chat-section .phone-chat-section__phone {
  font-weight: 700;
  font-size: 49px;
  line-height: 1;
  padding: 24px 0;
  color: #006423;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-family: "Intro-Bold";
  gap: 8px;
}
@media screen and (max-width: 480px) {
  .page-template-home-landing-012025 .phone-chat-section .phone-chat-section__phone, .page-template-home-landing-012025-ua .phone-chat-section .phone-chat-section__phone, .page-template-home-landing-062024 .phone-chat-section .phone-chat-section__phone, .page-template-home-landing-122024-ua .phone-chat-section .phone-chat-section__phone, .page-template-home-landing-062024-new .phone-chat-section .phone-chat-section__phone, .page-template-home-landing-082024-ua .phone-chat-section .phone-chat-section__phone, .page-template-home-landing-092024 .phone-chat-section .phone-chat-section__phone {
    font-size: 44px;
    line-height: 36px;
    padding: 32px 0;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .page-template-home-landing-012025 .phone-chat-section .phone-chat-section__phone, .page-template-home-landing-012025-ua .phone-chat-section .phone-chat-section__phone, .page-template-home-landing-062024 .phone-chat-section .phone-chat-section__phone, .page-template-home-landing-122024-ua .phone-chat-section .phone-chat-section__phone, .page-template-home-landing-062024-new .phone-chat-section .phone-chat-section__phone, .page-template-home-landing-082024-ua .phone-chat-section .phone-chat-section__phone, .page-template-home-landing-092024 .phone-chat-section .phone-chat-section__phone {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
.page-template-home-landing-012025 .phone-chat-section .phone-chat-section__phone:before, .page-template-home-landing-012025-ua .phone-chat-section .phone-chat-section__phone:before, .page-template-home-landing-062024 .phone-chat-section .phone-chat-section__phone:before, .page-template-home-landing-122024-ua .phone-chat-section .phone-chat-section__phone:before, .page-template-home-landing-062024-new .phone-chat-section .phone-chat-section__phone:before, .page-template-home-landing-082024-ua .phone-chat-section .phone-chat-section__phone:before, .page-template-home-landing-092024 .phone-chat-section .phone-chat-section__phone:before {
  content: "";
  width: 40px;
  height: 40px;
  background: url("../images/icon_phone_new.svg") no-repeat;
}
.page-template-home-landing-012025 .phone-chat-section .phone-chat-section__chat-btn, .page-template-home-landing-012025-ua .phone-chat-section .phone-chat-section__chat-btn, .page-template-home-landing-062024 .phone-chat-section .phone-chat-section__chat-btn, .page-template-home-landing-122024-ua .phone-chat-section .phone-chat-section__chat-btn, .page-template-home-landing-062024-new .phone-chat-section .phone-chat-section__chat-btn, .page-template-home-landing-082024-ua .phone-chat-section .phone-chat-section__chat-btn, .page-template-home-landing-092024 .phone-chat-section .phone-chat-section__chat-btn {
  font-family: "Intro-Bold";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  font-size: 24px;
  line-height: 40px;
  padding: 4px;
}
.page-template-home-landing-012025 .phone-chat-section .phone-chat-section__chat-btn:hover, .page-template-home-landing-012025-ua .phone-chat-section .phone-chat-section__chat-btn:hover, .page-template-home-landing-062024 .phone-chat-section .phone-chat-section__chat-btn:hover, .page-template-home-landing-122024-ua .phone-chat-section .phone-chat-section__chat-btn:hover, .page-template-home-landing-062024-new .phone-chat-section .phone-chat-section__chat-btn:hover, .page-template-home-landing-082024-ua .phone-chat-section .phone-chat-section__chat-btn:hover, .page-template-home-landing-092024 .phone-chat-section .phone-chat-section__chat-btn:hover {
  color: #fff;
}
.page-template-home-landing-012025 .phone-chat-section .phone-chat-section__chat-btn:focus, .page-template-home-landing-012025-ua .phone-chat-section .phone-chat-section__chat-btn:focus, .page-template-home-landing-062024 .phone-chat-section .phone-chat-section__chat-btn:focus, .page-template-home-landing-122024-ua .phone-chat-section .phone-chat-section__chat-btn:focus, .page-template-home-landing-062024-new .phone-chat-section .phone-chat-section__chat-btn:focus, .page-template-home-landing-082024-ua .phone-chat-section .phone-chat-section__chat-btn:focus, .page-template-home-landing-092024 .phone-chat-section .phone-chat-section__chat-btn:focus {
  color: #fff;
}
.page-template-home-landing-012025 .phone-chat-section .phone-chat-section__chat-btn:before, .page-template-home-landing-012025-ua .phone-chat-section .phone-chat-section__chat-btn:before, .page-template-home-landing-062024 .phone-chat-section .phone-chat-section__chat-btn:before, .page-template-home-landing-122024-ua .phone-chat-section .phone-chat-section__chat-btn:before, .page-template-home-landing-062024-new .phone-chat-section .phone-chat-section__chat-btn:before, .page-template-home-landing-082024-ua .phone-chat-section .phone-chat-section__chat-btn:before, .page-template-home-landing-092024 .phone-chat-section .phone-chat-section__chat-btn:before {
  content: "";
  width: 28px;
  height: 28px;
  background: url("../images/icon_chat.svg") no-repeat;
}
.page-template-home-landing-012025 .phone-chat-section .phone-chat-section__chat-btn .dots-loader-ellipsis, .page-template-home-landing-012025-ua .phone-chat-section .phone-chat-section__chat-btn .dots-loader-ellipsis, .page-template-home-landing-062024 .phone-chat-section .phone-chat-section__chat-btn .dots-loader-ellipsis, .page-template-home-landing-122024-ua .phone-chat-section .phone-chat-section__chat-btn .dots-loader-ellipsis, .page-template-home-landing-062024-new .phone-chat-section .phone-chat-section__chat-btn .dots-loader-ellipsis, .page-template-home-landing-082024-ua .phone-chat-section .phone-chat-section__chat-btn .dots-loader-ellipsis, .page-template-home-landing-092024 .phone-chat-section .phone-chat-section__chat-btn .dots-loader-ellipsis {
  display: none;
}
.page-template-home-landing-012025 .phone-chat-section .phone-chat-section__chat-btn.show-loader:hover, .page-template-home-landing-012025-ua .phone-chat-section .phone-chat-section__chat-btn.show-loader:hover, .page-template-home-landing-062024 .phone-chat-section .phone-chat-section__chat-btn.show-loader:hover, .page-template-home-landing-122024-ua .phone-chat-section .phone-chat-section__chat-btn.show-loader:hover, .page-template-home-landing-062024-new .phone-chat-section .phone-chat-section__chat-btn.show-loader:hover, .page-template-home-landing-082024-ua .phone-chat-section .phone-chat-section__chat-btn.show-loader:hover, .page-template-home-landing-092024 .phone-chat-section .phone-chat-section__chat-btn.show-loader:hover {
  cursor: default;
}
.page-template-home-landing-012025 .phone-chat-section .phone-chat-section__chat-btn.show-loader span, .page-template-home-landing-012025 .phone-chat-section .phone-chat-section__chat-btn.show-loader:before, .page-template-home-landing-012025-ua .phone-chat-section .phone-chat-section__chat-btn.show-loader span, .page-template-home-landing-012025-ua .phone-chat-section .phone-chat-section__chat-btn.show-loader:before, .page-template-home-landing-062024 .phone-chat-section .phone-chat-section__chat-btn.show-loader span, .page-template-home-landing-062024 .phone-chat-section .phone-chat-section__chat-btn.show-loader:before, .page-template-home-landing-122024-ua .phone-chat-section .phone-chat-section__chat-btn.show-loader span, .page-template-home-landing-122024-ua .phone-chat-section .phone-chat-section__chat-btn.show-loader:before, .page-template-home-landing-062024-new .phone-chat-section .phone-chat-section__chat-btn.show-loader span, .page-template-home-landing-062024-new .phone-chat-section .phone-chat-section__chat-btn.show-loader:before, .page-template-home-landing-082024-ua .phone-chat-section .phone-chat-section__chat-btn.show-loader span, .page-template-home-landing-082024-ua .phone-chat-section .phone-chat-section__chat-btn.show-loader:before, .page-template-home-landing-092024 .phone-chat-section .phone-chat-section__chat-btn.show-loader span, .page-template-home-landing-092024 .phone-chat-section .phone-chat-section__chat-btn.show-loader:before {
  display: none;
}
.page-template-home-landing-012025 .phone-chat-section .phone-chat-section__chat-btn.show-loader .dots-loader-ellipsis, .page-template-home-landing-012025-ua .phone-chat-section .phone-chat-section__chat-btn.show-loader .dots-loader-ellipsis, .page-template-home-landing-062024 .phone-chat-section .phone-chat-section__chat-btn.show-loader .dots-loader-ellipsis, .page-template-home-landing-122024-ua .phone-chat-section .phone-chat-section__chat-btn.show-loader .dots-loader-ellipsis, .page-template-home-landing-062024-new .phone-chat-section .phone-chat-section__chat-btn.show-loader .dots-loader-ellipsis, .page-template-home-landing-082024-ua .phone-chat-section .phone-chat-section__chat-btn.show-loader .dots-loader-ellipsis, .page-template-home-landing-092024 .phone-chat-section .phone-chat-section__chat-btn.show-loader .dots-loader-ellipsis {
  display: block;
}
.page-template-home-landing-012025 .main-form, .page-template-home-landing-012025-ua .main-form, .page-template-home-landing-062024 .main-form, .page-template-home-landing-122024-ua .main-form, .page-template-home-landing-062024-new .main-form, .page-template-home-landing-082024-ua .main-form, .page-template-home-landing-092024 .main-form {
  padding: 24px 23px;
}
@media screen and (min-width: 1200px) {
  .page-template-home-landing-012025 .main-form, .page-template-home-landing-012025-ua .main-form, .page-template-home-landing-062024 .main-form, .page-template-home-landing-122024-ua .main-form, .page-template-home-landing-062024-new .main-form, .page-template-home-landing-082024-ua .main-form, .page-template-home-landing-092024 .main-form {
    margin-top: -49px;
    -webkit-box-shadow: 0 0 21.2px 7.8px rgba(23, 3, 37, 0.11);
            box-shadow: 0 0 21.2px 7.8px rgba(23, 3, 37, 0.11);
  }
}
@media screen and (max-width: 1200px) {
  .page-template-home-landing-012025 .main-form, .page-template-home-landing-012025-ua .main-form, .page-template-home-landing-062024 .main-form, .page-template-home-landing-122024-ua .main-form, .page-template-home-landing-062024-new .main-form, .page-template-home-landing-082024-ua .main-form, .page-template-home-landing-092024 .main-form {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
}
@media screen and (max-width: 850px) {
  .page-template-home-landing-012025 .main-form, .page-template-home-landing-012025-ua .main-form, .page-template-home-landing-062024 .main-form, .page-template-home-landing-122024-ua .main-form, .page-template-home-landing-062024-new .main-form, .page-template-home-landing-082024-ua .main-form, .page-template-home-landing-092024 .main-form {
    border-radius: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .page-template-home-landing-012025 .main-form, .page-template-home-landing-012025-ua .main-form, .page-template-home-landing-062024 .main-form, .page-template-home-landing-122024-ua .main-form, .page-template-home-landing-062024-new .main-form, .page-template-home-landing-082024-ua .main-form, .page-template-home-landing-092024 .main-form {
    padding: 40px 30px;
    margin-inline: 0;
  }
}
.page-template-home-landing-012025 .main-form__title, .page-template-home-landing-012025-ua .main-form__title, .page-template-home-landing-062024 .main-form__title, .page-template-home-landing-122024-ua .main-form__title, .page-template-home-landing-062024-new .main-form__title, .page-template-home-landing-082024-ua .main-form__title, .page-template-home-landing-092024 .main-form__title {
  font-size: 26px;
  line-height: 32px;
}
.page-template-home-landing-012025 .main-form__subtitle, .page-template-home-landing-012025-ua .main-form__subtitle, .page-template-home-landing-062024 .main-form__subtitle, .page-template-home-landing-122024-ua .main-form__subtitle, .page-template-home-landing-062024-new .main-form__subtitle, .page-template-home-landing-082024-ua .main-form__subtitle, .page-template-home-landing-092024 .main-form__subtitle {
  line-height: 24px;
}
@media screen and (max-width: 480px) {
  .page-template-home-landing-012025 .main-form__subtitle, .page-template-home-landing-012025-ua .main-form__subtitle, .page-template-home-landing-062024 .main-form__subtitle, .page-template-home-landing-122024-ua .main-form__subtitle, .page-template-home-landing-062024-new .main-form__subtitle, .page-template-home-landing-082024-ua .main-form__subtitle, .page-template-home-landing-092024 .main-form__subtitle {
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
  }
}
.page-template-home-landing-012025 .main-form__submit, .page-template-home-landing-012025-ua .main-form__submit, .page-template-home-landing-062024 .main-form__submit, .page-template-home-landing-122024-ua .main-form__submit, .page-template-home-landing-062024-new .main-form__submit, .page-template-home-landing-082024-ua .main-form__submit, .page-template-home-landing-092024 .main-form__submit {
  width: 100%;
  height: unset;
  background: #F8064A;
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
  border-radius: 10px;
  padding: 4px 65px;
}
@media screen and (max-width: 850px) {
  .page-template-home-landing-012025 .main-form__submit.arrow-button, .page-template-home-landing-012025-ua .main-form__submit.arrow-button, .page-template-home-landing-062024 .main-form__submit.arrow-button, .page-template-home-landing-122024-ua .main-form__submit.arrow-button, .page-template-home-landing-062024-new .main-form__submit.arrow-button, .page-template-home-landing-082024-ua .main-form__submit.arrow-button, .page-template-home-landing-092024 .main-form__submit.arrow-button {
    max-width: 218px;
  }
}
.page-template-home-landing-012025 .main-form__field, .page-template-home-landing-012025-ua .main-form__field, .page-template-home-landing-062024 .main-form__field, .page-template-home-landing-122024-ua .main-form__field, .page-template-home-landing-062024-new .main-form__field, .page-template-home-landing-082024-ua .main-form__field, .page-template-home-landing-092024 .main-form__field {
  margin-bottom: 0;
}
.page-template-home-landing-012025 .main-form__field input, .page-template-home-landing-012025-ua .main-form__field input, .page-template-home-landing-062024 .main-form__field input, .page-template-home-landing-122024-ua .main-form__field input, .page-template-home-landing-062024-new .main-form__field input, .page-template-home-landing-082024-ua .main-form__field input, .page-template-home-landing-092024 .main-form__field input {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-bottom: 2px solid #b6d345 !important;
  background: transparent !important;
  height: 35px !important;
  margin-bottom: 16px;
}
.page-template-home-landing-012025 .main-form__field label, .page-template-home-landing-012025-ua .main-form__field label, .page-template-home-landing-062024 .main-form__field label, .page-template-home-landing-122024-ua .main-form__field label, .page-template-home-landing-062024-new .main-form__field label, .page-template-home-landing-082024-ua .main-form__field label, .page-template-home-landing-092024 .main-form__field label {
  font-size: 14px !important;
  line-height: 1 !important;
  color: #969696 !important;
  font-weight: 700 !important;
}
.page-template-home-landing-012025 .main-form__submit-wrapper, .page-template-home-landing-012025-ua .main-form__submit-wrapper, .page-template-home-landing-062024 .main-form__submit-wrapper, .page-template-home-landing-122024-ua .main-form__submit-wrapper, .page-template-home-landing-062024-new .main-form__submit-wrapper, .page-template-home-landing-082024-ua .main-form__submit-wrapper, .page-template-home-landing-092024 .main-form__submit-wrapper {
  margin-top: 24px;
}
@media screen and (max-width: 480px) {
  .page-template-home-landing-012025 .main-form__submit-wrapper, .page-template-home-landing-012025-ua .main-form__submit-wrapper, .page-template-home-landing-062024 .main-form__submit-wrapper, .page-template-home-landing-122024-ua .main-form__submit-wrapper, .page-template-home-landing-062024-new .main-form__submit-wrapper, .page-template-home-landing-082024-ua .main-form__submit-wrapper, .page-template-home-landing-092024 .main-form__submit-wrapper {
    margin-top: 32px;
  }
}
@media screen and (max-width: 1200px) {
  .page-template-home-landing-012025 .hero, .page-template-home-landing-012025-ua .hero, .page-template-home-landing-062024 .hero, .page-template-home-landing-122024-ua .hero, .page-template-home-landing-062024-new .hero, .page-template-home-landing-082024-ua .hero, .page-template-home-landing-092024 .hero {
    background-color: #fff;
  }
}
@media screen and (max-width: 1200px) {
  .page-template-home-landing-012025 .hero .content, .page-template-home-landing-012025-ua .hero .content, .page-template-home-landing-062024 .hero .content, .page-template-home-landing-122024-ua .hero .content, .page-template-home-landing-062024-new .hero .content, .page-template-home-landing-082024-ua .hero .content, .page-template-home-landing-092024 .hero .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-inline: 0;
  }
}
.page-template-home-landing-012025 .hero .content__left, .page-template-home-landing-012025-ua .hero .content__left, .page-template-home-landing-062024 .hero .content__left, .page-template-home-landing-122024-ua .hero .content__left, .page-template-home-landing-062024-new .hero .content__left, .page-template-home-landing-082024-ua .hero .content__left, .page-template-home-landing-092024 .hero .content__left {
  max-width: 900px;
}
@media screen and (max-width: 1200px) {
  .page-template-home-landing-012025 .hero .content__left, .page-template-home-landing-012025-ua .hero .content__left, .page-template-home-landing-062024 .hero .content__left, .page-template-home-landing-122024-ua .hero .content__left, .page-template-home-landing-062024-new .hero .content__left, .page-template-home-landing-082024-ua .hero .content__left, .page-template-home-landing-092024 .hero .content__left {
    max-width: unset;
    width: 100%;
    margin-inline: 0;
  }
}
.page-template-home-landing-012025 .hero .content__right, .page-template-home-landing-012025-ua .hero .content__right, .page-template-home-landing-062024 .hero .content__right, .page-template-home-landing-122024-ua .hero .content__right, .page-template-home-landing-062024-new .hero .content__right, .page-template-home-landing-082024-ua .hero .content__right, .page-template-home-landing-092024 .hero .content__right {
  width: calc(100% - 900px);
}
@media screen and (max-width: 1200px) {
  .page-template-home-landing-012025 .hero .content__right, .page-template-home-landing-012025-ua .hero .content__right, .page-template-home-landing-062024 .hero .content__right, .page-template-home-landing-122024-ua .hero .content__right, .page-template-home-landing-062024-new .hero .content__right, .page-template-home-landing-082024-ua .hero .content__right, .page-template-home-landing-092024 .hero .content__right {
    width: 100%;
  }
}

.page-template-home-landing-062024-new .main-form__submit {
  background: #C81148;
}

.teritary__content {
  position: relative;
  padding-block: 39px 28px;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .teritary__content {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .teritary__content {
    padding-block: 43px 10px;
  }
}
.teritary__texts {
  max-width: 670px;
}
@media screen and (max-width: 1200px) {
  .teritary__texts {
    max-width: 100%;
  }
}
.teritary__texts-2 {
  display: block;
}
@media screen and (max-width: 1200px) {
  .teritary__texts-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.teritary__title-1 {
  font-size: 58px;
  font-weight: 700;
  line-height: 100%;
  margin: 0;
  padding-bottom: 22px;
}
@media screen and (max-width: 575px) {
  .teritary__title-1 {
    font-size: 54px;
  }
}
.teritary__title-2 {
  position: relative;
  font-size: 38px;
  font-weight: 700;
  line-height: 105%;
  margin: 0;
}
@media screen and (max-width: 575px) {
  .teritary__title-2 {
    font-size: 24px;
  }
}
.teritary__title-2 strong {
  font-size: 85px;
  line-height: 91%;
  letter-spacing: -2.55px;
}
@media screen and (max-width: 575px) {
  .teritary__title-2 strong {
    font-size: 56px;
  }
}
.teritary__title-2 .diff-ls {
  letter-spacing: 5.1px;
}
.teritary__title-2 .smaller-ls {
  letter-spacing: -1.14px;
}
.teritary__title-2__bonus {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(60%, -15px);
      -ms-transform: translate(60%, -15px);
          transform: translate(60%, -15px);
}
@media screen and (max-width: 575px) {
  .teritary__title-2__bonus {
    -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
  .teritary__title-2__bonus img {
    width: 115px;
  }
}
.teritary__title-2::after {
  content: "*";
  font-size: 42px;
  line-height: 105%;
}
@media screen and (max-width: 575px) {
  .teritary__title-2::after {
    font-size: 36px;
  }
}
.teritary__title-2--new::before {
  content: "TYLKO TERAZ";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-15px);
      -ms-transform: translateY(-15px);
          transform: translateY(-15px);
  font-size: 22px;
  line-height: normal;
  color: #fff;
  padding: 4px 12px 4px 12px;
  background: #EF7D00;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .teritary__title-2--new::before {
    top: unset;
    bottom: 100%;
    -webkit-transform: translateY(-14px);
        -ms-transform: translateY(-14px);
            transform: translateY(-14px);
    font-size: 16px;
  }
}
.teritary__text {
  font-size: 38px;
  font-weight: 700;
  line-height: 120%;
  color: #006420;
  margin: 0;
}
@media screen and (max-width: 575px) {
  .teritary__text {
    font-size: 24px;
  }
}
.teritary__image-desktop {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 1200px) {
  .teritary__image-desktop {
    display: none;
  }
}
.teritary__image-mobile {
  display: none;
}
@media screen and (max-width: 1200px) {
  .teritary__image-mobile {
    display: block;
    margin-left: -20px;
  }
}
@media screen and (max-width: 575px) {
  .teritary__image-mobile {
    margin-left: -40px;
    margin-right: -20px;
  }
  .teritary__image-mobile img {
    width: 140px;
  }
}

.page-template-home-landing-062024-new .teritary__title-1 {
  padding-bottom: 60px;
}
@media screen and (max-width: 575px) {
  .page-template-home-landing-062024-new .teritary__title-1 {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 575px) {
  .page-template-home-landing-062024-new .teritary__title-2 {
    font-size: 30px;
    line-height: 120%;
  }
}
.page-template-home-landing-062024-new .teritary__image-desktop {
  bottom: 40px;
}
@media screen and (max-width: 575px) {
  .page-template-home-landing-062024-new .teritary__image-mobile {
    margin-right: -40px;
    -webkit-transform: translateY(60px);
        -ms-transform: translateY(60px);
            transform: translateY(60px);
  }
  .page-template-home-landing-062024-new .teritary__image-mobile img {
    width: 240px;
  }
}

.page-template-home-landing-092024 .teritary__content {
  padding-bottom: 60px;
}
.page-template-home-landing-092024 .teritary__title-1 {
  color: #006420;
  font-size: 59px;
  font-weight: 700;
  line-height: 109%;
}
@media screen and (max-width: 750px) {
  .page-template-home-landing-092024 .teritary__title-1 {
    font-size: 29px;
  }
}
.page-template-home-landing-092024 .teritary__title-1 .price {
  color: #FFF;
  font-size: 104px;
  font-weight: 700;
  line-height: 109%;
}
@media screen and (max-width: 750px) {
  .page-template-home-landing-092024 .teritary__title-1 .price {
    font-size: 50px;
  }
}
.page-template-home-landing-092024 .teritary__title-1 .currency {
  color: #FFF;
  font-size: 61px;
  font-weight: 700;
  line-height: 109%;
}
@media screen and (max-width: 750px) {
  .page-template-home-landing-092024 .teritary__title-1 .currency {
    font-size: 29px;
  }
}
.page-template-home-landing-092024 .teritary__note {
  color: #FFF;
  font-size: 27px;
  font-weight: 700;
  line-height: 126%;
  margin-block: 10px 0;
}
@media screen and (max-width: 750px) {
  .page-template-home-landing-092024 .teritary__note {
    font-size: 13px;
    margin-block: 0;
  }
}
.page-template-home-landing-092024 .teritary__note span {
  color: #006420;
}
.page-template-home-landing-092024 .teritary__image-desktop {
  top: 50px;
  bottom: unset;
}

.ideas {
  overflow-x: clip;
}
.ideas__wrapper {
  padding-top: 55px;
  max-width: 891px;
  margin-inline: auto;
}
@media screen and (max-width: 1200px) {
  .ideas__wrapper {
    padding-top: 0;
  }
}
.ideas__title {
  font-size: 26px;
  font-weight: 700;
  line-height: 105%;
  color: #fff;
  padding-bottom: 36px;
  margin: 0;
}
@media screen and (max-width: 575px) {
  .ideas__title {
    padding-inline: 20px;
  }
}
.ideas__title--desktop {
  display: block;
}
@media screen and (max-width: 575px) {
  .ideas__title--desktop {
    display: none;
  }
}
.ideas__title--mobile {
  display: none;
}
@media screen and (max-width: 575px) {
  .ideas__title--mobile {
    display: block;
  }
}
.ideas__content {
  padding: 37px 29px 32px 83px;
  border-radius: 21px;
  background-color: #006420;
}
@media screen and (max-width: 750px) {
  .ideas__content {
    padding: 28px 32px;
  }
}
.ideas__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 25px;
  -webkit-column-gap: 23px;
     -moz-column-gap: 23px;
          column-gap: 23px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 575px) {
  .ideas__list {
    grid-template-columns: 1fr;
    row-gap: 18px;
  }
}
.ideas__list__item h3 {
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
  color: #43B649;
  margin: 0 0 8px 0;
}
.ideas__list__item p {
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  color: #fff;
  margin: 0;
}
@media screen and (max-width: 575px) {
  .ideas__list__item p br {
    display: none;
  }
}
.ideas__your-idea {
  color: #43B649;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
  margin: 0;
  padding-top: 33px;
}
@media screen and (max-width: 575px) {
  .ideas__your-idea {
    padding-top: 50px;
    text-align: left;
  }
}
.ideas__button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-block: 36px;
}
.ideas__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding-inline: 77px;
  line-height: 54px;
  border-radius: 12px;
  background: #F8064A;
  font-size: 24px;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 575px) {
  .ideas__button {
    width: 100%;
    padding-inline: 10px;
  }
}
.ideas__note {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  margin: 0;
  padding-bottom: 37px;
}
@media screen and (max-width: 575px) {
  .ideas__note {
    font-size: 12px;
    padding-inline: 16px;
  }
}
.ideas .teritary__content {
  display: none;
}
@media screen and (max-width: 1200px) {
  .ideas .teritary__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.page-template-home-landing-062024-new .ideas__title--mobile {
  padding-top: 70px;
}
.page-template-home-landing-062024-new .ideas__button {
  background: #C81148;
}

.offer {
  padding-block: 53px 40px;
}
.offer__wrapper {
  max-width: 882px;
  margin-inline: auto;
  font-family: "TT Commons Pro", "tt-commons-pro", sans-serif;
}
.offer__title {
  text-align: center;
  font-size: 27.676px;
  font-style: normal;
  font-weight: 700;
  line-height: 29.06px;
  margin: 0;
  padding-bottom: 44px;
}
@media screen and (max-width: 575px) {
  .offer__title {
    font-size: 22px;
  }
}
.offer__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 44px;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media screen and (max-width: 750px) {
  .offer__list {
    grid-template-columns: 1fr;
  }
}
.offer__list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 39px 32px 32px 32px;
  background: #fff;
  border-radius: 11px;
  -webkit-box-shadow: 0 0 17.298px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 17.298px 0 rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 750px) {
  .offer__list__item {
    padding: 32px 18px 32px 32px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
  }
}
@media screen and (max-width: 575px) {
  .offer__list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    padding: 32px 16px 32px 16px;
  }
}
.offer__list__item h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  margin: 29px 0 6px 0;
  min-height: 43px;
}
@media screen and (max-width: 750px) {
  .offer__list__item h3 {
    margin: 0 0 29px 0;
    min-height: unset;
  }
}
@media screen and (max-width: 575px) {
  .offer__list__item h3 {
    margin: 0 0 16px 0;
  }
}
.offer__list__item p {
  color: #5C657F;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  margin: 0;
}
.offer__list__image {
  margin-inline: auto;
}
@media screen and (max-width: 750px) {
  .offer__list__image {
    margin-inline: 0;
    margin-bottom: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .offer__list__image img {
    width: 163px;
  }
}
@media screen and (max-width: 575px) {
  .offer__list__image img {
    width: 145px;
  }
}

.cta__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  padding: 41px 62px;
  max-width: 890px;
  margin-inline: auto;
  margin-bottom: 67px;
  background-color: #43B649;
  border-radius: 17px;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .cta__wrapper {
    padding: 0;
    background-color: #fff;
  }
}
.cta__title {
  font-size: 34px;
  font-weight: 700;
  line-height: 36px;
  margin: 0;
  padding-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .cta__title {
    display: none;
  }
}
.cta__text {
  max-width: 482px;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
}
@media screen and (max-width: 750px) {
  .cta__text {
    display: none;
  }
}
.cta__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding-inline: 27px;
  line-height: 43px;
  border-radius: 24px;
  background: #fff;
  font-size: 15px;
  font-weight: bold;
  color: #43B649;
  text-decoration: none;
}
@media screen and (max-width: 750px) {
  .cta__button {
    width: 100%;
    line-height: 54px;
    border-radius: 20px;
    background-color: #ec003a;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
  }
}

@media screen and (max-width: 750px) {
  .page-template-home-landing-062024-new .cta__button {
    background-color: #C81148;
  }
}

.page-template-home-landing-092024 .main-form__submit {
  background: #C81148 !important;
}
@media screen and (max-width: 750px) {
  .page-template-home-landing-092024 .cta__button {
    background-color: #C81148 !important;
  }
}
.page-template-home-landing-092024 .teritary-mobile {
  position: relative;
  display: none;
  background: #43B649;
}
@media screen and (max-width: 1200px) {
  .page-template-home-landing-092024 .teritary-mobile {
    display: block;
  }
  .page-template-home-landing-092024 .teritary-mobile .teritary__content {
    display: block;
  }
}
@media screen and (max-width: 1200px) and (max-width: 750px) {
  .page-template-home-landing-092024 .teritary-mobile .teritary__content {
    padding-block: 25px 40px;
  }
}

.page-template-home-landing-082024-ua .main-form__submit {
  background: #C81148 !important;
}
.page-template-home-landing-082024-ua .phone-chat-section__chat-btn::before {
  display: none !important;
}
@media screen and (max-width: 750px) {
  .page-template-home-landing-082024-ua .cta__button {
    background-color: #C81148 !important;
  }
  .page-template-home-landing-082024-ua .arrow-button.main-form__submit {
    max-width: 100%;
  }
}
.page-template-home-landing-082024-ua .home-landing-062024-bg {
  padding-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .page-template-home-landing-082024-ua .home-landing-062024-bg {
    padding-bottom: 0;
  }
}
.page-template-home-landing-082024-ua .teritary__title-1 {
  color: #FFF;
  font-size: 65px;
  font-weight: 700;
  line-height: 100%;
}
@media screen and (max-width: 1200px) {
  .page-template-home-landing-082024-ua .teritary__title-1 {
    font-size: 36px;
  }
}
.page-template-home-landing-082024-ua .teritary__title-2 {
  color: #006420;
  font-size: 50px;
  font-weight: 700;
  line-height: 120%;
}
@media screen and (max-width: 1200px) {
  .page-template-home-landing-082024-ua .teritary__title-2 {
    font-size: 32px;
  }
}
.page-template-home-landing-082024-ua .teritary__title-2::before, .page-template-home-landing-082024-ua .teritary__title-2::after {
  display: none !important;
}
.page-template-home-landing-082024-ua .teritary__image-desktop {
  bottom: unset;
  top: 40px;
}
.page-template-home-landing-082024-ua .teritary__title-2__bonus {
  display: none !important;
}

.people {
  margin-block: 120px 60px;
}
.people__content {
  max-width: 882px;
  margin-inline: auto;
}
.people__title {
  padding-block: 55px;
  padding-inline: 16px;
  border-radius: 20px;
  background-color: #C81148;
}
@media screen and (max-width: 750px) {
  .people__title {
    padding-block: 20px;
  }
}
.people__title h2 {
  color: #FFF;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  max-width: 561px;
  margin-inline: auto;
}
@media screen and (max-width: 750px) {
  .people__title h2 {
    font-size: 24px;
  }
}
.people__quotes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
  margin-top: 60px;
}
.people__quote {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 20px;
  gap: 20px;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  overflow: clip;
  min-height: 313px;
}
@media (max-width: 750px) {
  .people__quote {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.people__quote__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 14px;
  padding: 40px 0 40px 40px;
}
@media (max-width: 750px) {
  .people__quote__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 26px !important;
  }
}
.people__quote__content svg {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.people__quote__text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.people__quote__text {
  color: #006420;
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
  margin-block: 30px;
}
@media screen and (max-width: 750px) {
  .people__quote__text {
    font-size: 22px;
    margin-block: 20px;
  }
}
.people__quote__author {
  color: #006420;
  font-size: 18px;
  font-weight: 700;
  line-height: 17px;
  margin-block: 0 14px;
  margin-top: auto;
}
.people__quote__signature {
  color: #006420;
  font-size: 14px;
  font-weight: 400;
  line-height: 12px;
  margin-block: 0;
}
.people__quote__image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
  position: relative;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 312px;
}
@media (max-width: 750px) {
  .people__quote__image {
    width: 100%;
  }
}
.people__quote__image img {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 750px) {
  .people__quote__image img {
    position: relative;
    left: unset !important;
    right: unset !important;
  }
}
.people__quote__image::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -43px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  rotate: 45deg;
  width: 62px;
  height: 62px;
  background-color: inherit;
  z-index: 1;
}
@media (max-width: 750px) {
  .people__quote__image::after {
    display: none;
  }
}
.people__quote--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 750px) {
  .people__quote--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.people__quote--reverse .people__quote__content {
  padding: 40px 40px 40px 0;
}
.people__quote--reverse .people__quote__image::after {
  left: unset;
  right: 0;
}
.people__quote--reverse .people__quote__image img {
  left: 0;
  right: unset;
}

@media (min-width: 1200px) {
  .page-template-home-landing-122024-ua .hero {
    background-image: url("../images/magdalena.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left bottom;
  }
}
.page-template-home-landing-122024-ua .content__left {
  height: 440px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-image: url("../images/magdalena.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: -140px top;
  background-color: #C81148;
}
@media (min-width: 400px) {
  .page-template-home-landing-122024-ua .content__left {
    height: 490px;
    background-position: -180px top;
  }
}
@media (min-width: 500px) {
  .page-template-home-landing-122024-ua .content__left {
    height: 570px;
  }
}
@media (min-width: 600px) {
  .page-template-home-landing-122024-ua .content__left {
    height: 680px;
    background-position: -200px top;
  }
}
@media (min-width: 700px) {
  .page-template-home-landing-122024-ua .content__left {
    height: 780px;
  }
}
@media (min-width: 850px) {
  .page-template-home-landing-122024-ua .content__left {
    height: 880px;
  }
}
@media (min-width: 950px) {
  .page-template-home-landing-122024-ua .content__left {
    height: 980px;
  }
}
@media (min-width: 1200px) {
  .page-template-home-landing-122024-ua .content__left {
    background-image: none;
    background-color: transparent;
  }
}
@media (min-width: 1360px) {
  .page-template-home-landing-122024-ua .content__left {
    height: 700px;
  }
}
@media (min-width: 1600px) {
  .page-template-home-landing-122024-ua .content__left {
    height: 760px;
  }
}
@media (min-width: 1900px) {
  .page-template-home-landing-122024-ua .content__left {
    height: 880px;
  }
}
@media (min-width: 1200px) {
  .page-template-home-landing-122024-ua .content__right {
    margin-bottom: -150px;
  }
  .page-template-home-landing-122024-ua .content__right .phone-chat-section {
    padding: 23px 15px;
  }
}
.page-template-home-landing-122024-ua .hero__content {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  max-width: 512px;
  padding: 5px;
  margin-top: 20px;
  margin-right: 0;
}
@media (min-width: 400px) {
  .page-template-home-landing-122024-ua .hero__content {
    margin-right: 20px;
  }
}
@media (min-width: 460px) {
  .page-template-home-landing-122024-ua .hero__content {
    margin-right: 50px;
  }
}
@media (min-width: 600px) {
  .page-template-home-landing-122024-ua .hero__content {
    margin-right: 30px;
    padding: 20px;
  }
}
@media (min-width: 1360px) {
  .page-template-home-landing-122024-ua .hero__content {
    margin-top: 10px;
    margin-right: 30px;
  }
}
.page-template-home-landing-122024-ua .hero__content__title {
  color: var(--Bialy, #FFF);
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 80.741px */
  margin-bottom: 25px;
  font-size: 27px;
}
@media (min-width: 600px) {
  .page-template-home-landing-122024-ua .hero__content__title {
    font-size: clamp(40px, 4.5vw, 70px);
  }
}
.page-template-home-landing-122024-ua .hero__content__subtitle {
  color: var(--Bialy, #FFF);
  font-style: normal;
  font-size: 18px;
  font-weight: 700;
  line-height: 115%; /* 42.55px */
}
@media (min-width: 600px) {
  .page-template-home-landing-122024-ua .hero__content__subtitle {
    font-size: 27px;
  }
}
@media (min-width: 1200px) {
  .page-template-home-landing-122024-ua .hero__content__subtitle--green {
    font-size: 37px;
    color: var(--Ciemny-Zielony, #006420);
  }
}
.page-template-home-landing-122024-ua .main-form__submit {
  background-color: #C81148;
}
.page-template-home-landing-122024-ua .people {
  margin-block: 40px 60px;
}
.page-template-home-landing-122024-ua .people__title {
  background: #43B649;
}
@media (min-width: 1200px) {
  .page-template-home-landing-122024-ua .people__title {
    background: #fff;
  }
}
@media (min-width: 1200px) {
  .page-template-home-landing-122024-ua .people__title h2 {
    color: #006420;
    margin-right: auto;
    margin-left: 0;
  }
}
.page-template-home-landing-122024-ua .container {
  padding: 0 10px;
}
@media (min-width: 1200px) {
  .page-template-home-landing-122024-ua .container {
    padding: 0 30px;
  }
}
@media (max-width: 360px) {
  .page-template-home-landing-122024-ua .header .main-form__title {
    font-size: 14px;
    line-height: 1.2;
  }
}

.hero-section {
  position: relative;
}
.hero-section .bg {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  max-width: unset;
}
@media (min-width: 1200px) {
  .hero-section .bg {
    width: calc(100% + 200px);
  }
}
.hero-section__content {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  z-index: 1;
  padding-top: 30px;
  padding-right: 30px;
}
@media (max-width: 600px) {
  .hero-section__content {
    padding-top: 30px;
    padding-right: 30px;
  }
}
.hero-section__content .subtitle {
  color: #FFF;
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.319px;
}
@media (max-width: 600px) {
  .hero-section__content .subtitle {
    font-size: 11vw;
  }
}
.hero-section__content .subtitle--ua {
  font-size: 55.267px;
  letter-spacing: -0.276px;
}
@media (max-width: 600px) {
  .hero-section__content .subtitle--ua {
    font-size: 9vw;
  }
}

.page-template-home-landing-012025 .hero {
  background-color: #43B649;
}
.page-template-home-landing-012025 .content__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1200px) {
  .page-template-home-landing-012025 .content__left {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.page-template-home-landing-012025 .hero-section {
  width: 100%;
}
.page-template-home-landing-012025 .hero-section .bg {
  width: 100%;
  height: 50vh;
  min-height: 350px;
}
@media (min-width: 780px) {
  .page-template-home-landing-012025 .hero-section .bg {
    height: 650px;
  }
}
@media (min-width: 1200px) {
  .page-template-home-landing-012025 .hero-section .bg {
    height: 450px;
  }
}
.page-template-home-landing-012025 .hero-section .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-clip-path: ellipse(100% 100% at 50% 0%);
          clip-path: ellipse(100% 100% at 50% 0%);
}
.page-template-home-landing-012025 .hero-section__text {
  color: #FFF;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 38.14px;
  line-height: 1;
}
.page-template-home-landing-012025 .hero-section__text svg {
  width: 70%;
  height: auto;
  margin-top: 10px;
}
@media (min-width: 600px) {
  .page-template-home-landing-012025 .hero-section__text {
    width: auto;
    font-size: 55.14px;
  }
  .page-template-home-landing-012025 .hero-section__text svg {
    width: 90%;
  }
}
@media (min-width: 1200px) {
  .page-template-home-landing-012025 .hero-section__text {
    margin-right: 50px;
  }
  .page-template-home-landing-012025 .hero-section__text svg {
    width: auto;
  }
}