@font-face {
  font-family: "Winston";
  src: url("../font/WinstonRegular.eot");
  src: url("../font/WinstonRegular.eot") format("embedded-opentype"), url("../font/WinstonRegular.woff2") format("woff2"), url("../font/WinstonRegular.woff") format("woff"), url("../font/WinstonRegular.ttf") format("truetype"), url("../font/WinstonRegular.svg#WinstonRegular") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Winston";
  src: url("../font/WinstonBold.eot");
  src: url("../font/WinstonBold.eot") format("embedded-opentype"), url("../font/WinstonBold.woff2") format("woff2"), url("../font/WinstonBold.woff") format("woff"), url("../font/WinstonBold.ttf") format("truetype"), url("../font/WinstonBold.svg#WinstonBold") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Involve";
  src: url("../font/InvolveBold.eot");
  src: url("../font/InvolveBold.eot") format("embedded-opentype"), url("../font/InvolveBold.woff2") format("woff2"), url("../font/InvolveBold.woff") format("woff"), url("../font/InvolveBold.ttf") format("truetype"), url("../font/InvolveBold.svg#InvolveBold") format("svg");
  font-weight: 700;
  font-style: normal;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

a {
  text-decoration: none;
  transition: all 0.5s ease;
  color: #63c204;
}
@media (any-hover: hover) {
  a:hover {
    color: #4a9003;
  }
}

a,
button {
  cursor: pointer;
  border: none;
}

html {
  overflow: hidden auto;
}
html::-webkit-scrollbar {
  width: 10px;
}
html::-webkit-scrollbar-track {
  background-color: #e9ecf1;
}
html::-webkit-scrollbar-thumb {
  background-color: #63c204;
}

body {
  font-family: "Winston", sans-serif;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  min-height: 100vh;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  background-color: #f6f6f6;
  color: #1b2115;
}

.container,
[class*=__container] {
  max-width: 1382px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}
@media (max-width: 1199px) {
  .container,
  [class*=__container] {
    max-width: 100%;
    padding: 0 10px;
  }
}

.body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.body footer {
  margin-top: auto;
}

.btn {
  width: 100%;
  display: flex;
  padding: 20px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 8px;
  background: rgba(62, 156, 49, 0.12);
  color: #3e9c31;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

.v-header__logo img {
  max-width: 100%;
  height: 28px;
  object-fit: contain;
}

.faq {
  margin: 120px 0;
}
.faq__header h2 {
  margin: 0;
  color: #1b2115;
  font-family: "Involve", sans-serif;
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
  letter-spacing: -1.62px;
}
.faq__header h2 span {
  color: #dfbe3a;
}
.faq__header p {
  margin: 0;
  margin-top: 24px;
  color: #1b2115;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  opacity: 0.8;
}
.faq__content h3 {
  margin-top: 48px;
  margin-bottom: 12px;
  align-self: stretch;
  color: #1b2115;
  font-family: "Involve", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
}
.faq__content p {
  color: #1b2115;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}

@media (max-width: 1199px) {
  .faq {
    margin: 100px 0;
  }
  .faq__header {
    padding-bottom: 48px;
    flex-direction: column;
    align-items: flex-start;
  }
  .faq__header h2 {
    font-size: 42px;
  }
}
@media (max-width: 767.8px) {
  .faq {
    margin: 70px 0;
  }
  .faq__header {
    padding-bottom: 32px;
    flex-direction: column;
    align-items: flex-start;
  }
  .faq__header h2 {
    font-size: 28px;
  }
  .faq__content h3 {
    font-size: 18px;
  }
  .faq__content p {
    font-size: 14px;
  }
}
.v-header {
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.v-header__container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media (max-width: 767.8px) {
  .v-header {
    padding: 20px 0;
  }
}
.v-footer {
  padding: 64px 0 24px;
  border-radius: 0 160px 0 0;
  background: #22793b;
}
.v-footer__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  align-self: stretch;
}
.v-footer__column {
  max-width: 664px;
}
.v-footer__column:first-child {
  max-width: 508px;
}
.v-footer__logo {
  margin-bottom: 48px;
}
.v-footer__logo img {
  max-width: 270px;
  width: 100%;
}
.v-footer__info p {
  margin: 8px 0;
  align-self: stretch;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.v-footer__info p b {
  color: #fff;
}
.v-footer__info p a {
  color: #fff;
  font-weight: bold;
}

@media (max-width: 1199px) {
  .v-footer__container {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .v-footer__column {
    max-width: 664px;
  }
  .v-footer__column:first-child {
    max-width: 508px;
  }
  .v-footer__logo {
    margin-bottom: 32px;
  }
}
.popup {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 100;
  padding: 30px 10px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: visibility 0.5s ease 0s;
  visibility: hidden;
  z-index: 9999;
}

.popup::before {
  content: "";
  background: rgba(16, 12, 12, 0.6);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.8s ease 0s;
}

.popup.show {
  visibility: visible;
}

.popup.show::before {
  opacity: 1;
}

.popup.show .popup__body {
  transition: all 0.5s ease 0.2s;
  transform: scale(1);
}

.popup__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup__body {
  max-width: 380px;
  padding: 50px 40px;
  width: 100%;
  transform: scale(0);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease 0s;
  background: #fff;
  border-radius: 10px;
}
.popup__body._big {
  max-width: 610px;
}

@media (max-width: 767px) and (orientation: landscape) {
  .popup__body {
    padding: 30px 15px;
  }
}
.popup__close {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  z-index: 30;
  background: transparent;
}

.popup__close::after,
.popup__close::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.3s ease 0s;
}

.popup__close::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.popup__close::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.popup__close:hover::after,
.popup__close:hover::before,
.popup__close:focus-visible::after,
.popup__close:focus-visible::before {
  background: #1e7afd;
}

.popup__title {
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 15px;
  text-align: center;
}

.popup__text {
  margin: 0 auto;
  padding: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}

.popup__form {
  margin-top: 30px;
}

.popup__form .btn {
  width: 100%;
}

.popup-age {
  position: fixed;
  bottom: 30px;
  right: 30px;
  max-width: 458px;
  display: flex;
  padding: 20px;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 24px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 89px 181px 57px 0 rgba(153, 153, 153, 0), 57px 116px 52px 0 rgba(153, 153, 153, 0.01), 32px 65px 44px 0 rgba(153, 153, 153, 0.05), 14px 29px 32px 0 rgba(153, 153, 153, 0.09), 4px 7px 18px 0 rgba(153, 153, 153, 0.1);
  z-index: 1000;
}
.popup-age__content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
}
.popup-age__content ._icon {
  flex: 0 0 auto;
  display: flex;
  padding: 12px;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 2px 4px 12px 0 rgba(0, 0, 0, 0.1);
}
.popup-age__content h2 {
  margin: 0;
  margin-bottom: 8px;
  align-self: stretch;
  color: #1b2115;
  font-family: "Involve", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.popup-age__content p {
  align-self: stretch;
  color: #1b2115;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: auto;
}
.popup-age__controle {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.popup-age__controle a {
  border: 1px solid #63c204;
}
.popup-age__controle a:hover {
  background: transparent;
  border: 1px solid #63c204;
}

@media (max-width: 767.8px) {
  .popup-age {
    max-width: 284px;
    flex-direction: column;
  }
  .popup-age__content h2 {
    font-size: 16px;
  }
  .popup-age__content p {
    font-size: 10px;
  }
  .popup-age__controle {
    width: 100%;
  }
  .popup-age__controle .btn,
  .popup-age__controle .btn-o {
    width: 100%;
    justify-content: center;
  }
}

.wpcf7 form .wpcf7-response-output {
  display: none !important;
}

.v-offer {
  margin: 120px 0;
}
.v-offer__header {
  max-width: 940px;
}
.v-offer__header h2 {
  margin: 0;
  color: #1b2115;
  font-family: "Involve", sans-serif;
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
  letter-spacing: -1.62px;
}
.v-offer__header h2 span {
  color: #dfbe3a;
}
.v-offer__header p {
  margin: 0;
  margin-top: 24px;
  color: #1b2115;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  opacity: 0.8;
}
.v-offer__wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 48px 20px;
  margin-top: 120px;
}

.v-card {
  flex: 0 0 calc(20% - 20px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 8px;
  border-radius: 12px;
  border: 1px solid rgba(20, 32, 19, 0.04);
  background: #fff;
  position: relative;
}
.v-card__header {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}
.v-card__header h2 {
  margin: 0;
  color: #142013;
  text-align: center;
  font-family: "Involve", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.v-card__logo {
  display: flex;
  padding: 24px;
  align-items: center;
  gap: 10px;
  margin-top: -30px;
  border-radius: 100px;
  border: 4px solid #fff;
  background: #f6f6f6;
  box-shadow: 0 63px 18px 0 rgba(209, 209, 209, 0), 0 40px 16px 0 rgba(209, 209, 209, 0.01), 0 23px 14px 0 rgba(209, 209, 209, 0.05), 0 10px 10px 0 rgba(209, 209, 209, 0.09), 0 3px 6px 0 rgba(209, 209, 209, 0.1);
}
.v-card__logo img {
  width: 128px;
  height: 48px;
}
.v-card__label {
  display: flex;
  padding: 10px 16px 14px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 8px;
  border: 4px solid #fff;
  background: rgba(64, 141, 213, 0.08);
  flex: 1 0 0;
  color: #408dd5;
  text-align: center;
  font-family: Helvetica;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.v-card__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  margin: 20px 12px;
}
.v-card__list div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
.v-card__list div span {
  color: #142013;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.v-card__list div span:first-child {
  color: #142013;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  opacity: 0.5;
}
.v-card__list div span.green {
  color: #22793b;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.btn-green {
  margin: 12px;
  display: flex;
  padding: 16px 24px 20px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 4px;
  border: 1px solid #22793b;
  background: linear-gradient(180deg, #22793b 0%, #1b2115 100%);
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1; /* ВАЖНО */
  transition: color 0.3s ease;
}

.btn-green::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #3e9c31 50%, #166089 170%);
  color: #ffffff;
  transform: translateX(-100%);
  transition: transform 0.35s ease;
  z-index: -1;
}

.v-card:hover .btn-green,
.btn-green:hover {
  color: #ffffff;
}

.v-card:hover .btn-green::before {
  transform: translateX(0);
}


.btn-green:hover::before {
    transform: translateX(0);
}

.v-offer__top {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 48px;
}
.v-offer__top .v-card {
  flex: 1;
  display: flex;
  padding: 1px;
  flex-direction: row;
  align-items: center;
  border-radius: 16px;
  background: #f2f2f2;
  box-shadow: 0 311px 87px 0 rgba(133, 133, 133, 0), 0 199px 80px 0 rgba(133, 133, 133, 0.01), 0 112px 67px 0 rgba(133, 133, 133, 0.05), 0 50px 50px 0 rgba(133, 133, 133, 0.09), 0 12px 27px 0 rgba(133, 133, 133, 0.1);
}
.v-offer__top .v-card__header {
  max-width: 430px;
  display: flex;
  padding: 8px;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  position: relative;
  flex-direction: inherit;
  width: 100%;
}
.v-offer__top .v-card__header img {
  width: 100%;
  height: 68px;
  border-radius: 8px;
}
.v-offer__top .v-card__header h2 {
  margin: 0;
  align-self: stretch;
  color: #1b2115;
  font-family: "Involve", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
}
.v-offer__top .v-card__header p {
  margin: 0;
  margin-top: 6px;
  color: #1b2115;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.v-offer__top .v-card__content {
  flex: 1;
  display: flex;
  padding: 16px;
  flex-direction: row;
  align-items: center;
  align-self: auto;
  border-radius: 16px;
  background: #fff;
  gap: 10px;
}
.v-offer__top .v-card__content .btn {
  width: auto;
  margin-left: auto;
}
.v-offer__top .v-card__list {
  margin: 0px 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0;
  align-self: auto;
  width: 100%;
}
.v-offer__top .v-card__list div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  padding-right: 16px;
  margin-right: 16px;
  border-right: 1px solid rgba(27, 33, 21, 0.06);
  width: 100%;
}
.v-offer__top .btn-green {white-space: nowrap;}

.v-offer__top .v-card__list div:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}
.v-offer__top .v-card__list div span {
  margin: 0;
  color: #1b2115;
  font-size: 16px;
  text-align: left;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  white-space: nowrap;
}
.v-offer__top .v-card__list div span:first-child {
  color: #1b2115;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  opacity: 0.7;
}

@media (max-width: 1199px) {
  .v-offer {
    margin: 64px 0 100px;
  }
  .v-offer__header {
    padding-bottom: 48px;
    flex-direction: column;
    align-items: flex-start;
  }
  .v-offer__header h2 {
    font-size: 42px;
  }
  .v-offer__wrapper {
    gap: 48px 16px;
    margin-top: 100px;
  }
  .v-card {
    flex: 0 0 calc(33.33% - 16px);
  }
}
@media (max-width: 767.8px) {
  .v-offer {
    margin: 48px 0 70px;
  }
  .v-offer__header {
    padding-bottom: 32px;
    flex-direction: column;
    align-items: flex-start;
  }
  .v-offer__header h2 {
    font-size: 28px;
  }
  .v-offer__wrapper {
    gap: 48px 10px;
  }
  .v-card {
    flex: 0 0 100%;
  }
}

@media (max-width: 1199px) {

  .v-offer__top .v-card {
    flex: 1 1 auto;
    flex-direction: column;
    align-items: center;
  }
  .v-offer__top .v-card__header {
    width: 100%;
    max-width: 100%;
  }
  .v-offer__top .v-card__list div span {
    font-size: 16px;
  }
  .v-offer__top .v-card__btn {
    max-width: 100%;
  }
}
@media (max-width: 767.8px) {

  .v-offer__top .v-card {
    flex: 1 1 auto;
    flex-direction: column;
    align-items: center;
  }
  .v-offer__top .v-card__top {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(27, 33, 21, 0.06);
    justify-content: flex-start;
    flex-direction: row;
  }
  .v-offer__top .v-card__content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
	width: 100%;
  }
  .v-offer__top .v-card__list {
    width: 100%;
    flex-direction: column;
    gap: 15px;
  }
  .v-offer__top .v-card__list div {
    width: 100%;
    flex-direction: row;
    padding-right: 0;
    margin-right: 0;
    border-right: none;
    justify-content: space-between;
  }
  .v-offer__top .v-card .btn-green {
    max-width: 100%;
    margin-top: 15px;
  }

}


.v-home {
  background: url("../img/bg.png") left top/cover no-repeat;
  position: relative;
  min-height: 688px;
}
.v-home__container {
  position: relative;
}
.v-home__content {
  padding: 64px 0 140px;
  max-width: 660px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.v-home__content h1 {
  margin: 0;
  margin-bottom: 32px;
  align-self: stretch;
  color: #fff;
  font-family: "Involve", sans-serif;
  font-size: 82px;
  font-weight: 400;
  line-height: 90%;
  letter-spacing: -1.64px;
}
.v-home__content h1 span {
  color: #dfbe3a;
}
.v-home__content p {
  width: 80%;
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.v-home__content .btn {
  width: max-content;
  margin-top: 48px;
  display: flex;
  padding: 24px 32px 28px 32px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  background: #fff;
  color: #142013;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
}
.v-home__image {
  position: absolute;
  right: -10%;
  top: 123px;
}
.v-home__image img {
  max-width: 720px;
}

@media (max-width: 1199px) {
  .v-home {
    min-height: 634px;
    border-radius: 0 0 250px 0;
  }
  .v-home__content {
    max-width: 485px;
  }
  .v-home__content h1 {
    margin-bottom: 32px;
    font-size: 62px;
  }
  .v-home__content p {
    width: 100%;
  }
  .v-home__image {
    right: -10%;
    top: 216px;
  }
  .v-home__image img {
    max-width: 490px;
  }
}
@media (max-width: 767.8px) {
  .v-home {
    min-height: 667px;
    border-radius: 0 0 250px 0;
    margin-bottom: 190px;
  }
  .v-home__content {
    max-width: 485px;
  }
  .v-home__content h1 {
    margin-bottom: 16px;
    font-size: 42px;
  }
  .v-home__content p {
    font-size: 16px;
  }
  .v-home__content .btn {
    width: 100%;
  }
  .v-home__image {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    top: 410px;
  }
  .v-home__image img {
    max-width: 397px;
  }
}

.pages-offers .showcase__block {
  display: none;
}

.pagination {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.page-number {
  display: inline-block;
  margin: 0 5px;
  padding: 10px 15px;
  background: #ccc;
  color: #000;
  cursor: pointer;
  border-radius: 4px;
  font-size: 16px;
}

.page-number.active {
  background: #FF6700;
  color: #fff;
}

.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background-color: rgba(245,249,238,1);
  color: white;
  z-index: 1000;
}

.header-container {
  max-width: 1140px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
}

.header-left img {
  height: 60px; /* можно подстроить под нужный размер */
}

.header-right button {
  padding: 8px 16px;
  cursor: pointer;
  background:#74B01F;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  color: #fff;
  position: relative;
  transition: all ease-in-out 300ms 0;
  cursor: pointer;
  border:1px solid #74B01F;
}

.header-right button:hover {
	color: #000;
	background:#fff;
	border:1px solid #74B01F;
}

.showcase-link{position:absolute;width:100%;height:100%;left:0;top:0;pointer-events: auto;z-index:1;}

@media (max-width: 768px) {
  .header-container {
    max-width: 100%;
  }
}