@charset "UTF-8";
@font-face {
  font-family: "Inter-Regular";
  src: url("/static/kzevb_site/new/fonts/Inter/Inter-Regular.woff") format("woff"), url("/static/kzevb_site/new/fonts/Inter/Inter-Regular.woff2") format("woff2"), url("/static/kzevb_site/new/fonts/Inter/Inter-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Inter-SemiBold";
  src: url("/static/kzevb_site/new/fonts/Inter/Inter-SemiBold.woff") format("woff"), url("/static/kzevb_site/new/fonts/Inter/Inter-SemiBold.woff2") format("woff2"), url("/static/kzevb_site/new/fonts/Inter/Inter-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Caveat-Bold";
  src: url("/static/kzevb_site/new/fonts/Caveat/Caveat-Bold.woff") format("woff"), url("/static/kzevb_site/new/fonts/Caveat/Caveat-Bold.woff2") format("woff2"), url("/static/kzevb_site/new/fonts/Caveat/Caveat-Bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Inter-Regular";
  src: url("/static/kzevb_site/new/fonts/Inter/Inter-Regular.woff") format("woff"), url("/static/kzevb_site/new/fonts/Inter/Inter-Regular.woff2") format("woff2"), url("/static/kzevb_site/new/fonts/Inter/Inter-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Inter-SemiBold";
  src: url("/static/kzevb_site/new/fonts/Inter/Inter-SemiBold.woff") format("woff"), url("/static/kzevb_site/new/fonts/Inter/Inter-SemiBold.woff2") format("woff2"), url("/static/kzevb_site/new/fonts/Inter/Inter-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Caveat-Bold";
  src: url("/static/kzevb_site/new/fonts/Caveat/Caveat-Bold.woff") format("woff"), url("/static/kzevb_site/new/fonts/Caveat/Caveat-Bold.woff2") format("woff2"), url("/static/kzevb_site/new/fonts/Caveat/Caveat-Bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
.header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: sticky;
  top: 0;
  z-index: 1111;
}
.header__content {
  margin-bottom: 32px;
  position: relative;
  margin-top: 16px;
  width: 100%;
  background-color: #7AB616;
  padding: 16px 24px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1019607843);
}
.header__active {
  font-family: "Inter-SemiBold" !important;
  font-weight: 600 !important;
}
.header--center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 525px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header--center span, .header--center a {
  font-family: "Inter-Regular";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
  cursor: pointer;
}
.header--left {
  width: 137px;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.header--left img {
  width: 100%;
}
.header--logout {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 84px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  border-radius: 12px;
  background-color: transparent;
  padding: 0 6px;
  height: 40px;
  display: flex;
  align-items: center;
  text-decoration: none;
  justify-content: center;
  cursor: pointer;
}
.header--logout:hover {
  opacity: 0.9;
}
.header--right {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 12px;
  background-color: transparent;
  width: 44px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.header--right:hover {
  opacity: 0.9;
}
.header--right img {
  width: 45%;
}

@media (width < 1024px) {
  .header--center {
    display: none;
  }
}
@media (width < 767px) {
  .header__content {
    margin-bottom: 0;
  }
}
.footer {
  width: 100%;
  padding: 16px 20px;
  max-width: 1440px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.footer__nav1 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 64px;
}
.footer__nav1:last-of-type {
  margin-bottom: 0;
}
.footer__link {
  background-color: transparent;
  border: none;
  padding: 0 12px;
  font-family: "Inter-SemiBold";
  font-weight: 600;
  font-size: 16px;
  line-height: 1.6;
  color: #232323 !important;
  position: relative;
}
.footer__link:last-child:after {
  opacity: 0;
}
.footer__link:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 80%;
  background-color: #232323;
  opacity: 0.3;
}
.footer__link2 {
  padding: 0 12px;
  font-family: "Inter-Regular";
  font-weight: 400;
  font-size: 14px;
  line-height: 1.9;
  color: #232323;
}
*,
*:after,
*:before {
  scroll-behavior: smooth;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  line-height: 1;
}

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

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  overflow-x: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  max-width: 100dvw;
  min-height: 100dvh;
  background: #EFEFEF;
}

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

a {
  text-decoration: none;
}

.layout {
  display: flex !important;
  width: 100% !important;
  flex-direction: column !important;
  align-items: center !important;
}

main {
  max-width: 1440px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.container__main {
  width: 100%;
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto;
}
.container__menu {
  width: 100%;
  max-width: 400px;
  padding: 0 20px;
  margin: 0 auto;
}

button:hover {
  opacity: 0.9;
}

.defaultButton {
  width: 100%;
  max-width: 326px;
  font-family: "Inter-SemiBold";
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 12px;
  height: 52px;
  background-color: #7AB616;
  border: none;
  color: #ffffff;
}
.defaultButton2 {
  width: 100%;
  max-width: 326px;
  font-family: "Inter-SemiBold";
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 12px;
  height: 52px;
}
.defaultButtonSecond {
  width: 100%;
  max-width: 326px;
  font-family: "Inter-SemiBold";
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 12px;
  height: 52px;
  background-color: transparent;
  border: 1px solid #7AB616;
  color: #7AB616;
}

html {
  scroll-behavior: smooth;
}

.no-transition {
  transition: none !important;
}

.mobile {
  display: none;
}
.mobile-del {
  display: flex;
}

@media (width < 767px) {
  .mobile {
    display: block;
  }
  .mobile-del {
    display: none;
  }
}
.cookies {
  position: fixed;
  left: 50%;
  transform: translateX(-50%) scale(1);
  bottom: 32px;
  backdrop-filter: blur(10px);
  z-index: 200;
  border: 1px solid rgba(255, 255, 255, 0.2);
  max-width: 900px;
  width: 100%;
  font-family: "Inter-Regular";
  padding: 16px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  background: #ffffff;
  transition: 0.5s;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1019607843);
}
.cookies * {
  color: #232323;
}
.cookies__btn {
  text-transform: uppercase;
  min-width: 40px;
  min-height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary);
  border: 1px solid #7AB616;
}
.cookies__btn:last-child {
  min-width: 80px;
}
.cookies__btn:hover {
  opacity: 0.8;
}
.cookies__block {
  margin-left: 16px;
  display: flex;
  width: 100%;
  min-width: 136px;
  max-width: 136px;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .cookies {
    flex-direction: column;
    gap: 16px;
  }
}
.invalid {
  border: 1px solid red !important;
}

.checkbox {
  height: 20px;
  width: 20px;
  margin-right: 12px;
  cursor: pointer;
  margin-top: 0 !important;
}
.checkbox label {
  height: 20px;
  width: 20px;
}
.checkbox input[type=checkbox]:checked,
.checkbox input[type=checkbox]:not(:checked) {
  position: absolute;
  opacity: 0;
}
.checkbox input[type=checkbox]:checked + label {
  position: relative;
  cursor: pointer;
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1px;
  background: none;
}

input[type=checkbox]:not(:checked) + label {
  height: 20px;
  width: 20px;
  display: flex;
  border: 1px solid #7AB616;
  border-radius: 4px;
  cursor: pointer;
}

input[type=checkbox]:checked + label:after,
input[type=checkbox]:not(:checked) + label:after {
  content: "";
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  background: #7AB616;
  border-radius: 4px;
  top: 0;
  left: 0;
}

input[type=checkbox]:checked + label:before {
  content: "";
  cursor: pointer;
  width: 7px;
  height: 12px;
  position: absolute;
  display: block;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
  left: 34%;
  top: 11%;
  z-index: 2;
}

input[type=checkbox]:checked + label:after {
  opacity: 1;
}

input[type=checkbox]:not(:checked) + label:after {
  opacity: 0;
}

.navbar {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: auto;
  position: fixed;
  height: 100dvh;
  right: -100%;
  z-index: 11;
  transition: right 0.3s ease;
  top: 0;
  background-color: #7AB616;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1019607843);
}
.navbar__wrap {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.15);
  opacity: 0;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.navbar__content {
  width: 100%;
  overflow: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.navbar__header {
  margin-top: 16px;
  width: 100%;
  padding: 16px 24px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbar__header--left {
  width: 137px;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.navbar__header--left img {
  width: 100%;
}
.navbar__header--right {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 12px;
  background-color: transparent;
  width: 44px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.navbar__header--right:hover {
  opacity: 0.9;
}
.navbar__header--right img {
  width: 33%;
}
.navbar__links {
  gap: 24px;
  width: 100%;
  max-width: 310px;
  padding: 48px 0 24px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.navbar__links button {
  background-color: transparent;
  border: none;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
  font-family: "Inter-SemiBold";
}
.navbar__info {
  gap: 12px;
  width: 100%;
  max-width: 310px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.navbar__info button, .navbar__info a {
  background-color: transparent;
  border: none;
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  font-family: "Inter-Regular";
}
.navbar__contact {
  gap: 8px;
  width: 100%;
  max-width: 310px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.navbar__contact a, .navbar__contact span {
  text-decoration: none;
  line-height: 1.3;
  font-size: 16px;
  font-weight: 600;
  font-family: "Inter-SemiBold";
  color: #232323;
}
.navbar__footer {
  padding-top: 24px;
  padding-bottom: 48px;
  gap: 12px;
  width: 100%;
  display: flex;
  justify-content: center;
  max-width: 310px;
  flex-wrap: wrap;
}
.navbar__footer a {
  color: #ffffff;
  font-family: "Inter-Regular";
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

.input {
  position: relative;
  margin-bottom: 24px;
  height: 44px;
  width: 100%;
}
.input input {
  width: 100% !important;
  margin-left: 0 !important;
  color: #232323;
  border: 1px solid #D9D9D9;
  height: 100%;
  font-family: "Inter-Regular";
  border-radius: 4px;
  font-size: 16px;
  padding: 9px 16px;
  display: block;
  width: 100%;
  box-sizing: border-box;
  transition: 0.2s;
  outline: none;
}
.input input:last-child {
  height: 105px;
}
.input input:focus + label,
.input input:not(:placeholder-shown) + label {
  opacity: 1;
  transform: translateY(-6px);
  font-size: 12px;
  color: var(--grey-dark);
  background: #ffffff;
  padding: 2px;
}
.input label {
  opacity: 0.5;
  position: absolute;
  pointer-events: none;
  left: 18px;
  top: 0;
  font-family: "Inter-Regular";
  transition: 0.3s ease all;
  padding: 14px 0;
  color: #232323;
}

@media (max-width: 400px) {
  .input input, .input label {
    font-size: 14px;
  }
}
.select {
  width: 100%;
  position: relative;
  margin-bottom: 24px;
  height: 44px;
}
.select select {
  color: #232323;
  border: 1px solid #D9D9D9;
  font-family: "Inter-Regular";
  height: 100%;
  border-radius: 4px;
  font-size: 16px;
  padding: 9px 16px;
  display: block;
  width: 100%;
  box-sizing: border-box;
  transition: border-color 0.2s, box-shadow 0.2s;
  outline: none;
  appearance: none;
  background-color: white;
  background-repeat: no-repeat;
  background-position: right 8px center;
  /* Лейбл будет подниматься при наличии выбранного значения */
}
.select select.filled + label, .select select:focus + label {
  transform: translateY(-6px);
  font-size: 12px;
  opacity: 1;
  color: #232323;
  background: #ffffff;
  padding: 2px;
}
.select label {
  font-family: "Inter-Regular";
  opacity: 0.5;
  position: absolute;
  pointer-events: none;
  left: 18px;
  top: 0;
  transition: 0.3s ease all;
  padding: 14px 0;
  color: #232323;
}

.main {
  margin-top: 35px;
}
.main__content {
  position: relative;
  background: url("/static/kzevb_site/new/images/index/background.webp") no-repeat center;
  background-size: cover;
  width: 100%;
  border-radius: 16px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.main__block {
  width: 100%;
  padding: 90px 0 83px 112px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.main__wrap {
  max-width: 532px;
  width: 100%;
}
.main__img {
  background-size: cover;
  height: 280px;
  width: 10%;
  border-radius: 16px 16px 0 0;
}
.main__text {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -33px;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.4;
  font-family: "Inter-SemiBold";
  color: #232323;
  padding: 5px 19px 0 19px;
  border-radius: 12px 12px 0 0;
  background-color: #FFDC0F;
}
.main__text2 {
  text-align: left;
  font-size: 18px;
  line-height: 1.4;
  font-family: "Inter-SemiBold";
  color: #232323;
  padding: 16px 19px 20px 0;
  max-width: 400px;
}
.main__text3 {
  text-align: left;
  font-size: 64px;
  line-height: 1.15;
  font-family: "Caveat-Bold";
  font-weight: 700;
  color: #ffffff;
  padding-bottom: 20px;
  max-width: 574px;
}
.main ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  gap: 10px;
}
.main ul li {
  width: 100%;
  list-style-type: none;
  display: flex;
  align-items: center;
  max-width: none;
}
.main ul li div {
  width: 8px;
  height: 8px;
  background-color: #7AB616;
  margin-right: 12px;
}
.main ul li span {
  width: 100%;
  font-family: "Inter-Regular";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #232323;
}
.main ul li p {
  display: contents;
  font-family: "Inter-SemiBold";
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: #232323;
}
.main__price {
  display: none;
  max-width: 240px;
  padding: 16px 0;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.main__price:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 50%;
  width: 1px;
  background-color: #232323;
  opacity: 0.3;
}
.main__price div {
  width: 37%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.main__price div img {
  height: 16px;
  width: 16px;
}
.main__price div span {
  color: пшt;
  font-family: "Inter-Regular";
  font-weight: 500;
  font-size: 14px;
}
.main__price div p {
  color: #232323;
  font-family: "Inter-SemiBold";
  font-weight: 500;
  font-size: 24px;
  line-height: 1.1;
}

@media (width < 1250px) {
  .main__block {
    padding: 90px 0 83px 82px;
  }
  .main__text3 {
    font-size: 58px;
    max-width: 514px;
  }
}
@media (width < 1100px) {
  .main__block {
    padding: 70px 0 63px 50px;
  }
  .main__content {
    background-position-x: 28%;
  }
  .main__text3 {
    font-size: 52px;
    max-width: 450px;
  }
}
@media (width < 900px) {
  .main__block {
    padding: 60px 0 55px 35px;
  }
  .main__content {
    background-position-x: 38%;
  }
  .main__text3 {
    font-size: 46px;
    max-width: 400px;
  }
  .main li {
    max-width: 350px !important;
  }
}
@media (width < 767px) {
  .main {
    margin-top: 0;
    margin-bottom: 32px;
  }
  .main__content {
    background-image: none;
    background-color: #ffffff;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .main__text {
    position: static;
    transform: none;
  }
  .main__text2 {
    padding: 16px 0 20px 0;
    max-width: 350px;
    text-align: center;
  }
  .main__text3 {
    text-align: center;
    font-size: 40px;
    color: #7AB616;
    max-width: 350px;
  }
  .main__price {
    margin-top: 12px;
    display: flex;
  }
  .main__block {
    padding: 16px 16px 6px 16px;
    align-items: center;
  }
  .main__img {
    width: 100%;
    height: 390px;
    background-size: cover !important;
    background: url("/static/kzevb_site/new/images/index/main2.webp") no-repeat center;
  }
  .main ul {
    align-items: center;
  }
  .main ul li {
    max-width: 310px;
  }
}
@media (width < 500px) {
  .main__img {
    height: 330px;
  }
}
@media (width < 400px) {
  .main__img {
    height: 280px;
  }
}
.wrapper {
  margin-bottom: 128px;
}

/* ----- Горизонтальный слайдер заголовков ----- */
.slider-container {
  height: 78px;
  width: 100%; /* Ширина видимой области для заголовков */
  overflow-x: auto; /* Включаем реальную прокрутку по горизонтали */
  overflow-y: hidden; /* Вертикальная прокрутка не нужна */
  background: #ffffff;
  border-radius: 16px;
  margin-bottom: 32px;
  position: relative;
  white-space: nowrap; /* Чтобы заголовки не переносились на новую строку */
  /* Спрятать полосу прокрутки, если нужно (только для WebKit):
     scrollbar-width: none;         <- Firefox
  */
}

.slider-container::-webkit-scrollbar {
  display: none; /* Скрываем scrollbar в Chrome/Safari */
}

.slider-inner {
  padding: 0 16px;
  gap: 24px;
  height: 100%;
  display: inline-flex; /* Заголовки идут в одну строку */
  /* scroll-behavior: smooth; <-- Можно и это включить, но тогда JS "smooth" дублируется */
}

.slide {
  height: 100%;
  padding: 12px 15.5px;
  align-content: center;
  font-family: "Inter-SemiBold";
  color: #232323;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  transition: color 0.3s ease;
  background: #ffffff;
  cursor: pointer;
  text-align: center;
  user-select: none;
}

.slide:hover {
  opacity: 0.9;
}

.slide.active {
  color: #7AB616;
}

/* ----- Вертикальный блок с текстами ----- */
.text-container {
  position: relative;
  width: 100%;
  height: 0; /* Изначально 0, потом растянем под нужный текст */
  overflow: hidden; /* Скрываем всё, что не влезает в высоту */
  transition: height 0.4s ease;
}

.all-texts-inner {
  width: 100%;
}

.text_2 a {
  position: relative;
  font-family: "Inter-SemiBold";
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: underline !important;
  color: #7AB616;
}

.text_4 span {
  cursor: pointer;
  position: relative;
  font-family: "Inter-SemiBold";
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: underline !important;
  color: #7AB616;
}
.text_4 p {
  margin-top: 8px;
}

.text_5 img {
  width: 180px;
  margin-bottom: 8px;
}
.text_5 ul {
  margin-bottom: 0 !important;
}
.text_5 span {
  display: flex;
  font-family: "Inter-SemiBold";
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: #232323;
  margin-bottom: 32px;
}

.text_11 h3, .text_12 h3, .text_13 h3, .text_14 h3, .text_15 h3, .text_16 h3 {
  display: flex;
  font-family: "Inter-SemiBold";
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: #232323;
  margin-bottom: 12px;
}
.text_11 span, .text_12 span, .text_13 span, .text_14 span, .text_15 span, .text_16 span {
  display: flex;
  font-family: "Inter-SemiBold";
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: #232323;
  margin-bottom: 12px;
}
.text_11 a, .text_12 a, .text_13 a, .text_14 a, .text_15 a, .text_16 a {
  font-size: 16px !important;
  word-break: break-word;
}

.text_7 span {
  display: flex;
  font-family: "Inter-SemiBold";
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: #232323;
  margin-bottom: 12px;
}
.text_7 a {
  text-decoration: none !important;
  color: #232323 !important;
  font-family: "Inter-Regular";
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
}

.text_8 a {
  display: flex;
  position: relative;
  font-family: "Inter-Regular";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  text-decoration: underline !important;
  color: #7AB616;
}
.text_8 .list li {
  color: #232323 !important;
}
.text_8 ul {
  padding-left: 16px !important;
}
.text_8 ul li {
  margin-bottom: 3px;
  color: #7AB616;
}

.text-block {
  background-color: #ffffff;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 40px 16px;
  margin-bottom: 32px;
}
.text-block__nav {
  margin-bottom: 32px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.text-block__nav-left {
  cursor: pointer;
  font-size: 16px;
  font-family: "Inter-Regular";
  display: flex;
  align-items: center;
  color: #232323;
}
.text-block__nav-left svg {
  margin-right: 12px;
}
.text-block__nav-left svg path {
  stroke: #232323 !important;
}
.text-block__nav-right {
  cursor: pointer;
  font-size: 16px;
  font-family: "Inter-Regular";
  text-decoration: underline;
  display: flex;
  align-items: center;
  color: #7AB616;
}
.text-block__nav-right svg {
  margin-left: 12px;
  transform: rotate(180deg);
}
.text-block__nav-right svg path {
  stroke: #7AB616 !important;
}
.text-block:last-child {
  margin-bottom: 0;
}
.text-block h2 {
  font-family: "Inter-SemiBold";
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 8px;
  color: #232323;
}
.text-block p {
  font-family: "Inter-Regular";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 32px;
}
.text-block p:last-child {
  margin-bottom: 0;
}
.text-block ul {
  margin-bottom: 32px;
  padding-left: 30px;
}
.text-block ul li {
  font-family: "Inter-Regular";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
.text-block__price {
  margin-bottom: 32px;
  width: 100%;
}
.text-block__price div {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.text-block__price div img {
  width: 32px;
  height: 32px;
}
.text-block__price div span {
  font-family: "Inter-Regular";
  font-weight: 500;
  text-align: right;
  font-size: 24px;
  color: #232323;
}
.text-block__price div p {
  display: contents;
  font-family: "Inter-Regular";
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
}
.text-block__checkbox {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  width: 100%;
}
.text-block__checkbox span {
  font-family: "Inter-SemiBold";
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: #7AB616;
}

.selected-line {
  position: absolute;
  bottom: 0;
  left: 40px;
  transition: left 0.3s ease, width 0.5s ease;
  transform: translateX(-50%);
  width: 80px;
  height: 5px;
  background-color: #7AB616;
}

@media (width < 1024px) {
  .slide {
    padding: 12px 12px;
  }
  .wrapper {
    margin-bottom: 96px;
  }
}
@media (width < 767px) {
  .slide {
    padding: 12px 10px;
  }
  .wrapper {
    margin-bottom: 32px;
  }
  .text-block {
    padding: 16px;
  }
}
#privateInputs, #companyInputs {
  width: 100% !important;
}
#privateInputs input, #companyInputs input {
  width: 100% !important;
}

.form {
  width: 100%;
  margin-bottom: 32px;
  display: flex;
  gap: 32px;
}
.form input {
  transition: border 0.3s ease;
}
.form__invalid {
  border: 1px solid red !important;
}
.form .recommend {
  margin-bottom: 0 !important;
  padding: 0 !important;
}
.form .service {
  margin-bottom: 0 !important;
  padding: 0 !important;
}
.form__right {
  max-width: 358px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.form__right .recommend li {
  padding: 16px !important;
}
.form__header {
  font-family: "Inter-SemiBold";
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  color: #7AB616;
  text-align: center;
  max-width: 310px;
  margin-bottom: 24px;
}
.form__content {
  padding: 21px 16px;
  background-color: #ffffff;
  width: 100%;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.form form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.form button {
  max-width: none !important;
}
.form__checkbox {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  width: 100%;
}
.form__checkbox span {
  font-family: "Inter-SemiBold";
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: #7AB616;
}
.form__bottom {
  margin-top: 24px;
  font-family: "Inter-Regular";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #232323;
}

@media (width < 1024px) {
  .form {
    gap: 16px;
  }
  .form__right {
    max-width: 320px;
    gap: 16px;
  }
}
@media (width < 767px) {
  .form__right {
    display: none;
  }
}
.formSecond {
  display: flex;
  padding: 0 !important;
}
.formSecond__header {
  width: 100%;
  margin-bottom: 8px;
}
.formSecond__header span {
  font-family: "Inter-SemiBold";
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  color: #232323;
  text-align: center;
}
.formSecond__header p {
  display: contents;
  font-family: "Inter-SemiBold";
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  color: #7AB616;
  text-align: center;
}
.formSecond__subtitle {
  font-family: "Inter-Regular";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #232323;
  margin-bottom: 24px;
  width: 100%;
}
.formSecond__content {
  padding: 21px 16px;
  background-color: #ffffff;
  width: 100%;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.formSecond form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.formSecond__question {
  width: 100%;
  margin-top: 12px;
  font-family: "Inter-SemiBold";
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 24px;
}
.formSecond .checkbox input[type=checkbox]:not(:checked) + label {
  border: 1px solid #D9D9D9 !important;
}
.formSecond .checkbox input[type=checkbox]:checked + label:after,
.formSecond .checkbox input[type=checkbox]:not(:checked) + label:after {
  background: #7AB616;
}
.formSecond__address {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Inter-SemiBold";
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  margin: 24px 0;
}
.formSecond__address span {
  color: #232323;
}
.formSecond__address a {
  text-decoration: underline;
  color: #7AB616;
}
.formSecond__checkboxText {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Inter-SemiBold";
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 12px;
}
.formSecond__checkboxText span {
  color: #232323;
}
.formSecond__checkboxText a {
  text-decoration: underline;
  color: #232323;
}
.formSecond__checkbox {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  width: 100%;
}
.formSecond__checkbox span {
  font-family: "Inter-Regular";
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #232323;
}
.formSecond button:last-child {
  margin-top: 24px;
  margin-bottom: 30px;
}

@media (width < 767px) {
  .formSecond__content {
    margin-top: 32px;
  }
}
.paymentMethod {
  width: 100%;
}
.paymentMethod__content {
  background-color: #ffffff;
  border-radius: 16px;
  width: 100%;
  padding: 40px !important;
  margin: 32px 0 48px 0;
  font-family: "Inter-Regular";
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.paymentMethod__info {
  width: 100%;
  font-family: "Inter-SemiBold";
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  color: #232323;
  margin-bottom: 24px;
}
.paymentMethod__info3 {
  width: 100%;
  font-family: "Inter-Regular";
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  color: #232323;
  margin-bottom: 24px;
}
.paymentMethod__link {
  margin-bottom: 24px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 206px;
  font-family: "Inter-SemiBold";
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 12px;
  height: 52px;
  background-color: #7AB616;
  color: #ffffff;
}
.paymentMethod__title {
  font-family: "Caveat-Bold";
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 48px;
  color: #7AB616;
  width: 100%;
  text-align: center;
}
.paymentMethod__info2 {
  margin-bottom: 24px;
  padding-left: 0 !important;
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 6px;
}
.paymentMethod__info2 li {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 300px;
  line-height: 1.5;
  font-size: 16px;
  font-family: "Inter-Regular";
  color: #232323;
}
.paymentMethod__change {
  padding-left: 0 !important;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.paymentMethod__change li {
  margin-top: 24px;
  width: 100%;
  display: flex;
  padding-bottom: 32px;
  border-bottom: 1px solid #D9D9D9;
  flex-direction: column;
  align-items: flex-start;
}
.paymentMethod__change li:first-child button {
  border: none;
  background-color: #EE7F00;
}
.paymentMethod__change li:first-child button img {
  width: 100px !important;
}
.paymentMethod__change li:nth-child(2) button {
  border: none;
  background-color: #FEC43A;
}
.paymentMethod__change li:nth-child(2) button img {
  width: 82px !important;
}
.paymentMethod__change li:nth-child(3) button {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: #5FB246;
  color: #ffffff;
}
.paymentMethod__change li:nth-child(3) button img {
  width: 22px !important;
  margin-right: 10px;
}
.paymentMethod__change li:nth-child(4) button {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: #7AB616;
  color: #ffffff;
}
.paymentMethod__change li:nth-child(4) button img {
  width: 22px !important;
  margin-right: 10px;
}
.paymentMethod__change li img {
  width: 180px;
}
.paymentMethod__change li p {
  width: 100%;
  font-family: "Inter-Regular";
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  color: #232323;
  margin-bottom: 24px;
}
.paymentMethod__change li span {
  width: 100%;
  font-family: "Inter-SemiBold";
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  color: #232323;
  margin-bottom: 24px;
}
.paymentMethod__change li span a {
  color: #232323;
}
@media (width < 1024px) {
  .paymentMethod__content {
    padding: 32px !important;
  }
}
@media (width < 767px) {
  .paymentMethod__content {
    padding: 20px !important;
  }
}
@media (width < 600px) {
  .paymentMethod__content {
    padding: 16px !important;
  }
}
.recommend {
  margin-bottom: 64px;
}
.recommend__content {
  padding: 16px;
  background-color: #FCB501;
  width: 100%;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.recommend__title {
  font-family: "Inter-SemiBold";
  font-weight: 600;
  font-size: 18px;
  color: #232323;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.recommend__subtitle {
  font-family: "Inter-Regular";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 8px;
  color: #232323;
}
.recommend__subtitle a {
  color: #232323;
  text-decoration: underline !important;
}
.recommend .check {
  min-width: 16px;
  min-height: 16px;
  position: relative;
  transform: rotate(-45deg) translateY(-2px);
  margin-right: 24px;
}
.recommend .check:after {
  content: "";
  position: absolute;
  left: 6%;
  bottom: 47%;
  transform: translate(-50%, -50%);
  border-radius: 1px 1px 0 0;
  height: 40%;
  width: 2px;
  background-color: #232323;
}
.recommend .check:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0 1px 1px 0;
  height: 2px;
  width: 100%;
  background-color: #232323;
}
.recommend ul {
  padding-left: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.recommend ul li {
  display: flex;
  align-items: center;
  list-style-type: none;
  padding: 16px 16px 0 16px;
  font-family: "Inter-Regular";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  width: 100%;
  color: #232323;
}

.service {
  margin-bottom: 32px;
}
.service__content {
  padding: 16px;
  background-color: #ffffff;
  width: 100%;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.service__title {
  font-family: "Inter-SemiBold";
  font-weight: 600;
  font-size: 18px;
  color: #7AB616;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 8px;
}
.service__subtitle {
  font-family: "Inter-Regular";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #232323;
  text-align: center;
  max-width: 200px;
  margin-bottom: 24px;
}
.service__bottom {
  margin-top: 32px;
  font-family: "Inter-SemiBold";
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #232323;
}

.data-protection__content {
  background-color: #ffffff;
  border-radius: 16px;
  width: 100%;
  padding: 16px;
  margin: 32px 0 64px 0;
  font-family: "Inter-Regular";
}
.data-protection__content a {
  position: relative;
  font-family: "Inter-Regular";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: underline !important;
  color: #232323;
}
.data-protection__content h2 {
  font-family: "Inter-SemiBold";
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 32px;
  line-height: 1.5;
  color: #232323;
}
.data-protection__content span {
  font-family: "Inter-SemiBold";
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 8px;
  color: #232323;
}
.data-protection__content p {
  font-family: "Inter-Regular";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 32px;
}
.data-protection__content p:last-child {
  margin-bottom: 0;
}
.data-protection__content p span {
  font-family: "Inter-Regular";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: underline !important;
}

/*# sourceMappingURL=styles.css.map */
