
      *,
*::after,
*::before {
  box-sizing: inherit;
}
body {
  font-family: 'Mulish Variable', sans-serif;
}
ul,
ol[class] {
  padding: 0;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}
ul,
ol {
  list-style: none;
  padding-left: 40px;
}
img {
  max-width: 100%;
  display: block;
}
button {
  border: none;
  box-shadow: none;
  background: transparent;
  font-family: 'Mulish Variable', sans-serif;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
button:hover {
  opacity: 0.8;
}
input,
textarea,
select {
  font: inherit;
}
a {
  text-decoration: none;
}
figure {
  margin-bottom: 20px;
  text-align: center;
}
figcaption {
  color: inherit;
}
.general-image {
  display: block;
  border-radius: 15px;
  max-height: 400px;
  max-width: 800px;
  width: auto;
  height: auto;
  margin: 0 auto 10px auto;
}

/* Объединенные стили для кнопок */
.button-block {
  text-align: center;
  margin: 15px 0;
}
.button-block .button-block-btn {
  position: relative;
  overflow: hidden;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
  cursor: pointer;
}

/* Объединенные стили для FAQ */
.faq-item {
  position: relative;
  min-height: 54px;
  margin: 0 auto 20px;
  z-index: 5;
  transition: 0.4s;
  border: none;
}
.faq-item:hover .faq-question,
.toggle:checked ~ .faq-answer,
.toggle:checked ~ .faq-question {
  color: #fff;
}
.faq-question {
  position: relative;
  padding-bottom: 0;
  font-weight: 700;
  font-size: 18px;
  top: 15px;
  width: 96%;
  margin: 0 auto;
  line-height: 22px;
  padding-right: 25px;
}
.faq-answer {
  width: 96%;
  padding: 10px 0 22px;
  height: 0;
  overflow: hidden;
  z-index: -1;
  position: relative;
  opacity: 0;
  top: 10px;
}
.icon {
  height: 18px;
  position: absolute;
  width: 18px;
  right: 25px;
  top: 25px;
  z-index: 2;
}
.icon:after,
.icon:before {
  content: no-open-quote;
  height: 4px;
  right: 0;
  position: absolute;
  top: 0;
  width: 18px;
  transition: transform 0.4s;
}

/* Объединенные стили для toggle */
.toggle {
  margin: 0;
  cursor: pointer;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
}
.toggle:not(:checked) ~ .icon:before {
  transform: rotate(180deg);
}
.toggle:not(:checked) ~ .icon:after {
  transform: rotate(90deg);
}
.toggle:checked ~ .faq-answer {
  height: auto;
  opacity: 1;
  z-index: 2;
}

/* Стили для footer-block-btn */
.footer-block-btn {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  align-items: center;
  padding-right: 15px;
  padding-left: 15px;
  justify-content: center;
}
.footer-block-btn button {
  max-width: 200px;
}

/* Стили для buttons */
.buttons.buttons--1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
}
.buttons.buttons--1 button {
  width: 48%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.buttons.buttons--2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.buttons.buttons--2 button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.buttons.buttons--3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
}
.buttons.buttons--3 button {
  width: 48%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Стили для footer */
.footer {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer--1 {
  display: flex;
}
.footer--1 p {
  margin-bottom: 0;
}
.footer-inner--1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-inner__logo--1 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer.footer--3 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer.footer--3 p,
.footer.footer--4 p {
  margin-bottom: 0;
}
.footer.footer--4 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.copy--4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  background: transparent;
}

/* Стили для header */
.header-inner--1,
.header-inner--2 {
  padding: 0 10px;
}
.btn-reg--2.dn {
  display: none;
}
.header--4 {
  display: flex;
  align-items: center;
  justify-content: center;
}
header.header {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 0;
}
.header-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.header-inner__logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-inner__menu {
  display: flex;
  gap: 20px;
}
.header-inner__buttons {
  display: flex;
  gap: 20px;
}
.logoBuild {
  height: 100%;
}
.logoBuild a {
  display: flex;
  height: 100%;
  align-items: center;
}

/* Стили для мобильного меню */
.mobile-menu-toggle {
  display: none;
  /* display: flex; */
  justify-content: flex-end;
  cursor: pointer;
  order: 1;
}
.menu-icon {
  width: 30px;
  height: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
  transition: transform 0.3s ease;
}
.bar {
  width: 30px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.menu-icon.open .bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.menu-icon.open .bar:nth-child(2) {
  opacity: 0;
}
.menu-icon.open .bar:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}
.mobile-menu {
  position: absolute;
  padding: 20px;
  top: 58px;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-top: 1px solid #ccc;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}
.mobile-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile-menu li {
  padding: 15px;
  border-bottom: 1px solid #f0f0f0;
}
.mobile-menu li:last-child {
  border-bottom: none;
}
.mobile-menu span {
  text-decoration: none;
  color: #333;
  font-size: 16px;
}

/* Стили для списков */
.general-ul-li {
  position: relative;
}
.general-ul-li::before {
  position: absolute;
  content: '';
  left: 0;
}

/* Стили для контента */
.content-block {
  padding: 0 10px;
}
.components {
  display: flex;
  flex-direction: column;
  padding-top: 100px;
}
.components .general-ol,
.components .general-ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 0;
}
.components .general-ol {
  position: relative;
  counter-reset: counter-ol;
}
.components .general-ol-li {
  counter-increment: counter-ol;
}
.components .general-ol-li::before {
  position: absolute;
  content: counter(counter-ol);
  left: 0;
  font-family: 'Tahoma';
  font-weight: 700;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.components .general-ol-li,
.components .general-ul-li {
  padding-left: 30px;
}
.components h1,
.components h2,
.components h3,
.components h4,
.components h5,
.components h6,
.components p,
.components ul,
.components ol,
.components header {
  margin-bottom: 20px;
}
.components header p {
  margin-bottom: 0;
}
.components .general-table-wrapper {
  margin-bottom: 20px;
}
.components table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
}
.components table tr td,
.components table tr td {
  padding: 10px;
}

/* Стили для headerBuild */
.headerBuild .mobile-menu-toggle,
.headerBuild .mobile-menu {
  display: none;
}

/* Стили для баннера */
.banner--1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.banner-title--1 {
  margin: 0 0 10px;
}
.banner-text--1 {
  margin: 0 0 20px;
}
.banner-image {
  overflow: hidden;
}
.banner-image--1 img {
  max-width: 100%;
  height: auto;
}

/* Обновленные стили для toggle:checked ~ .faq-answer */
.toggle:checked ~ .faq-answer {
  height: auto;
  opacity: 1;
  z-index: 2;
  width: 98%;
  margin: 0 auto;
}

.scrollToTop {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 15%;
  right: 20px;
  opacity: 0;
  cursor: pointer;
  z-index: 5;
}
.scrollToTop svg {
  width: 50%;
  height: 50%;
}

/* Медиа-запросы */
@media (max-width: 1250px) {
  .header-inner {
    justify-content: center;
  }
  .header-inner__buttons {
    display: none;
  }
  .headerBuild .mobile-menu {
    display: block;
  }
  .headerBuild .header-inner__menu {
    display: none;
  }

  .banner--1 {
    padding: 10px 30px;
  }
  .footer.footer--1,
  .footer.footer--2,
  .footer.footer--3,
  .footer.footer--4 {
    padding-bottom: 100px;
  }
  .footer-inner {
    flex-direction: column;
  }
  .footer-block-btn {
    display: flex;
  }
  .faq-item {
    border-radius: 14px;
  }
  .faq-question {
    padding-right: 30px;
    width: 85%;
  }
  .faq-answer {
    padding-right: 30px;
    width: 93%;
  }
  .icon {
    right: 15px;
  }
  .general-table-wrapper {
    overflow: auto;
  }
  .components .button-block .button-block-btn {
    font-size: 14px;
    padding: 10px 25px;
  }
}

      .header--1 {height: 80px;@media(max-width: 1250px) {height: 60px;}@media(max-width: 360px) {height: 60px;}background: rgba(35, 35, 35, 1);}.header-inner__logo--1 {width: 147px;}.header-inner__menu--1 {color: #fff;margin-left: auto;margin-right: 32px;}.btn-reg--1 {color: #000;background: rgba(255, 255, 255, 1);border-radius: 12px;padding: 18px 32px;font-weight: 700;font-size: 18px;line-height: 22px;text-transform: inherit;}.btn-log--1 {color: #000;background: rgba(185, 233, 55, 1);border-radius: 12px;padding: 18px 32px;font-weight: 700;font-size: 18px;line-height: 22px;text-transform: inherit;}
      .footer--3 {padding: 30px 0;@media(max-width: 360px) {padding: 20px 0;}background: rgba(66, 66, 66, 1);}.copy__text--3 {color: rgba(255, 255, 255, 0.5);font-size: 18px;@media(max-width: 360px) {font-size: 14px;}line-height: 24px;}
      .footer-block-btn--1 {padding: 20px 10px;background: rgba(35, 35, 35, 1);}
      .fix-btn-reg--1 {padding: 12px 24px;border-radius: 8px;background: rgba(255, 255, 255, 1);font-size: 14px;line-height: 17px;color: #000000; font-weight: 700;}
      .fix-btn-log--1 {padding: 12px 24px;border-radius: 8px;background:rgba(185, 233, 55, 1);font-size: 14px;line-height: 17px;color: #000;font-weight: 700;}
      
      .content-block {
        max-width: 1250px;
        margin: 0 auto;
      }
      .components {background: rgba(41, 41, 41, 1);color: rgba(245, 245, 245, 1);}.components h1 {background: rgba(66, 66, 66, 1);color: rgba(245, 245, 245, 1);padding: 20px 10px;border-radius: 0;text-align: center;}.components h2, h3, h4, h5, h6 {background: rgba(66, 66, 66, 1);color: rgba(245, 245, 245, 1);padding: 20px 10px;border-radius: 0;text-align: center;}.button-block-btn {color: #000;background: rgba(185, 233, 55, 1);box-shadow: 0px 0px 12px 0px rgba(11, 54, 0, 0.16);border-radius: 8px;padding: 16px 34px;}.general-link {color: rgba(185, 233, 55, 1);}.general-tr {background: rgba(56, 56, 56, 1);}.general-tr:nth-child(2n) {background: rgba(73, 73, 73, 1);}.general-table-wrapper {border: 1px solid rgba(185, 233, 55, 0.25);border-radius: 0px; overflow: hidden;}.general-td {border: 1px solid rgba(185, 233, 55, 0.25);text-align: center;}.general-th {border: 1px solid rgba(185, 233, 55, 0.25);text-align: center;}.general-ul-li::before {background: rgba(185, 233, 55, 1);width: 20px;height: 20px;border-radius: 50%;}.general-ol-li::before {background: rgba(185, 233, 55, 1);color: #000;width: 25px;height: 25px;border-radius: 4px;font-size: 16px;}.faq-item {background: rgba(35, 35, 35, 1);border-radius: 12px;}.faq-question {color: rgba(185, 233, 55, 1);}.faq-answer {color: #fff;}.icon:before {background: rgba(185, 233, 55, 1);}.icon:after {background: rgba(185, 233, 55, 1);}.toggle:checked ~ .icon:before {background: rgba(185, 233, 55, 1);}.toggle:checked ~ .icon:after {background: rgba(185, 233, 55, 1);}.scrollToTop {background: rgba(185, 233, 55, 1);border-radius: 50%;}.scrollToTop svg {fill: #000;}
      
  .components {
    font-family: 'Tahoma', sans-serif;
  }
  .components h1 {
    font-size: 32px;
    line-height: 38px;
  }
  .components h2 {
    font-size: 28px;
    line-height: 34px;
  }
  .components h3 {
    font-size: 24px;
    line-height: 39px;
  }
  .components h4 {
    font-size: 22px;
    line-height: 27px;
  }
  .components h5 {
    font-size: 20px;
    line-height: 25px;
  }
  .components p,
  .components span,
  .components li,
  .components a {
    font-size: 18px;
    line-height: 22px;
  }

    

.errorPage {
  height: 100vh;
  background: #eee;
}
.errorPageInner {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  justify-content: center;
  padding: 0 20px;
}
.errorPageInner .logo img {
  max-height: 60px;
  width: auto;
}
.errorPageInner span {
  font-size: 120px;
  line-height: 120px;
  font-weight: 700;
  font-family: Verdana, sans-serif;
}
.errorPageInner h1 {
  font-size: 50px;
  line-height: 70px;
  font-family: Verdana, sans-serif;
  text-align: center;
}
.errorPageInner .errorLink a {
  background:rgba(243, 77, 104, 1);
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  border-radius: 50px;
  padding: 20px 50px;
  font-family: Verdana, sans-serif;
  transition: 0.4s;
}
.errorPageInner .errorLink a:hover {
  background: rgba(78, 22, 63, 1);
}
