@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;
}

.v-card__logo img {
  max-width: 100%;
  height: 70px; /*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;
}

span.h1-subtitle {
	color: #1b2115 !important;
	font-size: 46px !important;
}

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

.btn {
  display: flex;
  padding: 12px 24px;
  align-items: center;
  text-align: center;
  gap: 10px;
  border-radius: 8px;
  background: #63c204;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.btn-o {
  background: transparent;
  margin: 0;
  padding: 0;
  color: #1b2115;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  opacity: 0.4;
  text-align: center;
}

@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;
  }
}
.v-header {
  margin: 12px 0 0;
}
.v-header__container {
  padding: 20px 10px;
  min-height: 68px;
  background-color: #fff;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767.8px) {
  .v-header {
    margin: 12px 16px 0;
  }
  .v-header__container {
    padding: 16px 10px;
    min-height: 53px;
    border-radius: 8px;
  }
}
.v-footer {
  padding: 64px 0 24px;
  border-radius: 24px 24px 0 0;
  background: linear-gradient(180deg, #ededed 0%, #f3f3f3 100%);
}
.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: #1b2115;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  opacity: 0.7;
}
.v-footer__info p a {
  color: #1b2115;
  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%;
}

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

.v-offer {
  margin: 100px 0 120px;
}
.v-offer__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-bottom: 64px;
}
.v-offer__header h1 {
  margin: 0;
  align-self: stretch;
  color: #1b2115;
  text-align: center;
  font-family: "Involve", sans-serif;
  font-size: 74px;
  font-weight: 700;
  line-height: 90%;
  letter-spacing: -2.22px;
}
.v-offer__header h1 span {
  color: #63c204;
}
.v-offer__header p {
  margin: 0;
  align-self: stretch;
  color: #1b2115;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.v-offer__top .v-card {
  flex: 1 1 auto;
  flex-direction: row;
  align-items: center;
}
.v-offer__top .v-card__top {
  border-bottom: none;
  padding-bottom: 0;
  align-items: center;
}
.v-offer__top .v-card__info {
  flex-direction: row;
  align-items: center;
}
.v-offer__top .v-card__info div {
  flex-direction: column;
  justify-content: center;
}
.v-offer__top .v-card__content {
  flex: 1;
  width: 100%;
  flex-direction: row;
  align-items: center;
}
.v-offer__top .v-card__btn {
  max-width: 251px;
}
.v-offer__wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 32px;
}

.v-card {
  flex: 0 0 calc(25% - 20px);
  display: flex;
  padding: 4px;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  border-radius: 16px;
  background: #fff;
}
.v-card.v-blue .v-card__content {
  background: #f2f6fa;
}
.v-card.v-blue .v-card__content .v-card__title p {
  color: #2f75bc;
}
.v-card.v-green .v-card__content {
  background: #f2faf4;
}
.v-card.v-green .v-card__content .v-card__title p {
  color: #1fa240;
}
.v-card.v-gray .v-card__content {
  background: #f3f3f3;
}
.v-card.v-gray .v-card__content .v-card__title p {
  color: #727272;
}
.v-card.v-orange .v-card__content {
  background: #fff7ee;
}
.v-card.v-orange .v-card__content .v-card__title p {
  color: #d78a33;
}
.v-card.v-red .v-card__content {
  background: #faf2f2;
}
.v-card.v-red .v-card__content .v-card__title p {
  color: #d05050;
}
.v-card__content {
  display: flex;
  padding: 20px 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
  border-radius: 12px;
  background: #f2faf4;
}
.v-card__top {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(27, 33, 21, 0.06);
}
.v-card__logo {
  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);
}
.v-card__title h2 {
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  align-self: stretch;
  overflow: hidden;
  font-family: "Involve", sans-serif;
  color: #1b2115;
  text-overflow: ellipsis;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
}
.v-card__title p {
  margin: 0;
  margin-bottom: 8px;
  align-self: stretch;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.v-card__info {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}
.v-card__info div {
  width: 100%;
  display: flex;
  gap: 5px;
}
.v-card__info div span {
  color: #1b2115;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
}
.v-card__info div span:first-child {
  flex: 1;
  text-align: left;
  color: #1b2115;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  opacity: 0.7;
}
.v-card__btn {
  width: 100%;
  background: transparent;
  display: flex;
  padding: 10px 16px;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  color: #1b2115;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  border: 1px solid #63c204;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  z-index: 0; /* ВАЖНО */
  transition: color 0.3s ease;
}
.v-card__btn::after {
  content: "";
  width: 32px;
  height: 32px;
  padding: 8px;
  display: flex;
  padding: 20px;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  background: #63c204 url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.62 3.95337L13.6667 8.00004L9.62 12.0467' stroke='white' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2.33334 8H13.5533' stroke='white' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") center center no-repeat;
}

.v-card__btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #63c204;
  color: #ffffff;
  transform: translateX(-100%);
  transition: transform 0.35s ease;
  z-index: -1;
}

.v-card a:hover {color: #ffffff;}

.v-card__btn:hover::before {
    transform: translateX(0);
}

.v-card__btn:hover::after {
	background: #ffffff url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.62 3.95337L13.6667 8.00004L9.62 12.0467' stroke='green' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2.33334 8H13.5533' stroke='green' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") center center no-repeat;
}


@media (max-width: 1199px) {
  .v-offer {
    margin: 64px 0 100px;
  }
  .v-offer__header {
    gap: 20px;
    margin-bottom: 48px;
  }
  .v-offer__header h1 {
    font-size: 52px;
  }
  .v-offer__top .v-card {
    flex: 1 1 auto;
    flex-direction: column;
    align-items: center;
  }
  .v-offer__top .v-card__btn {
    max-width: 100%;
  }
  .v-offer__wrapper {
    gap: 16px;
  }
  .v-card {
    flex: 1 0 calc(33% - 16px);
  }
}
@media (max-width: 767.8px) {
  .v-offer {
    margin: 48px 0 70px;
  }
  .v-offer__header {
    gap: 12px;
    margin-bottom: 36px;
  }
  .v-offer__header h1 {
    font-size: 36px;
  }
  span.h1-subtitle {
	  font-size: 30px !important;
  }
  .v-offer__header p {
    font-size: 14px;
  }
  .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;
  }
  .v-offer__top .v-card__info {
    flex-direction: column;
  }
  .v-offer__top .v-card__info div {
    flex-direction: row;
  }
  .v-offer__top .v-card__btn {
    max-width: 100%;
  }
  .v-offer__wrapper {
    gap: 8px;
  }
  .v-card {
    flex: 1 0 calc(50% - 20px);
  }
  .v-card__top {
    flex-direction: column;
  }
  .v-card__title h2 {
    font-size: 16px;
  }
  .v-card__info div span {
    font-size: 10px;
  }
  .v-card__info div span:first-child {
    font-size: 10px;
  }
  .v-card__btn {
    font-size: 14px;
  }
}
.faq {
  margin: 120px 0;
}

.faq-container-title {
  display: block;
  max-width: 1382px;
  max-width: 1382px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

.faq__container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}
.faq__header {
  flex: 0 0 auto;
  max-width: 604px;
}
.faq__header h2 {
  align-self: stretch;
  color: #1b2115;
  font-family: "Involve", sans-serif;
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
  letter-spacing: -1.62px;
}
.faq h2 {
  align-self: stretch;
  color: #1b2115;
  font-family: "Involve", sans-serif;
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
  letter-spacing: -1.62px;
  text-align: center; 
}
.faq__header h2 span,.faq h2 span {
  color: #63c204;
}
.faq__header p {
  color: #1b2115;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.faq__content {
  flex: 1 1 auto;
  max-width: 768px;
  margin: 0 auto;
}
.faq__content .accordion {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.faq__content .accordion-buttom {
  display: flex;
  padding: 8px;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  background: #ebebeb;
  transition: all 0.5s ease;
}
.faq__content .accordion-buttom::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg width='13' height='7' viewBox='0 0 13 7' fill='none' xmlns='http://www.w3.org/2000/svg'%0A%3E%3Cpath d='M0.749959 0.75L6.08329 5.41667L11.4166 0.75' stroke='%231B2115' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E%0A") center center/contain no-repeat;
}
.faq__content .accordion-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
.faq__content .accordion-item {
  width: 100%;
  display: flex;
  padding: 20px 0px;
  border-bottom: 1px solid rgba(47, 128, 237, 0.12);
}
.faq__content .accordion-item.active .accordion-buttom {
  background: #63c204;
  transform: rotate(180deg);
}
.faq__content .accordion-item.active .accordion-buttom::after {
  background: url("data:image/svg+xml,%3Csvg width='13' height='7' viewBox='0 0 13 7' fill='none' xmlns='http://www.w3.org/2000/svg'%0A%3E%3Cpath d='M0.749959 0.75L6.08329 5.41667L11.4166 0.75' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E%0A") center center/contain no-repeat;
}
.faq__content .accordion-content {
  flex: 1 1 auto;
}
.faq__content .accordion-body {
  flex: 1 0 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.faq__content .accordion-header {
  margin: 0;
  cursor: pointer;
  flex: 1 0 0;
  color: #1b2115;
  font-size: 24px;
  font-family: "Involve", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
}
.faq__content .accordion-header b {
  font-weight: 600;
}

@media (max-width: 1199px) {
  .faq {
    margin: 84px 0;
  }
  .faq__container {
    flex-direction: column;
    gap: 48px;
  }
  .faq__header {
    max-width: 100%;
  }
  .faq__header h2 {
    font-size: 56px;
  }
  .faq__content {
    width: 100%;
  }
}
@media (max-width: 767.8px) {
  .faq {
    margin: 64px 0;
  }
  .faq__header h2 {
    font-size: 36px;
  }
  .faq__content .accordion {
    gap: 0;
  }
  .faq__content .accordion-header {
    font-size: 24px;
  }
  .faq__content .accordion-body {
    font-size: 16px;
  }
}

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