.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #6592e6 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #6592e6;
  color: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !important;
  background-color: transparent!important;
  border-color: #2260d2 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: #ff0f0f !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #6592e6 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #205ac5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #6592e6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #6592e6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #6592e6;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #6592e6;
  border-bottom-color: #6592e6;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%236592e6' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
#custom-html-c {
  /* Главное: раскрытие без JS */
  /* Анимация иконки */
  /* Адаптив */
}
#custom-html-c .ecom-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: rgba(7, 22, 43, 0.94);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-family: Arial, sans-serif;
}
#custom-html-c .ecom-menu__toggle {
  display: none;
}
#custom-html-c .ecom-menu__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 16px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
#custom-html-c .ecom-menu__logo {
  color: #ffffff;
  text-decoration: none;
  font-size: 24px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.5px;
  white-space: nowrap;
}
#custom-html-c .ecom-menu__logo span {
  color: #7ee02f;
}
#custom-html-c .ecom-menu__nav {
  display: flex;
  align-items: center;
  gap: 24px;
}
#custom-html-c .ecom-menu__nav a {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
  transition: color 0.2s ease;
  white-space: nowrap;
}
#custom-html-c .ecom-menu__nav a:hover {
  color: #7ee02f;
}
#custom-html-c .ecom-menu__right {
  display: flex;
  align-items: center;
  gap: 18px;
}
#custom-html-c .ecom-menu__phone {
  display: flex;
  flex-direction: column;
  text-align: right;
  text-decoration: none;
  line-height: 1.25;
  white-space: nowrap;
}
#custom-html-c .ecom-menu__phone strong {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
}
#custom-html-c .ecom-menu__phone span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  font-weight: 600;
}
#custom-html-c .ecom-menu__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 20px;
  border-radius: 8px;
  background: linear-gradient(135deg, #75df2f, #55bd19);
  color: #07162b;
  text-decoration: none;
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
  box-shadow: 0 10px 26px rgba(111, 224, 47, 0.24);
}
#custom-html-c .ecom-menu__burger {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  cursor: pointer;
  padding: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#custom-html-c .ecom-menu__burger span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 3px auto;
  background: #ffffff;
  border-radius: 2px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
#custom-html-c .ecom-menu__mobile {
  display: none;
  padding: 8px 28px 20px;
  background: rgba(7, 22, 43, 0.98);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
#custom-html-c .ecom-menu__mobile a {
  display: block;
  padding: 14px 0;
  color: rgba(255, 255, 255, 0.86);
  text-decoration: none;
  font-size: 15px;
  font-weight: 800;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
#custom-html-c .ecom-menu__mobile a:hover {
  color: #7ee02f;
}
#custom-html-c .ecom-menu__mobile-btn {
  margin-top: 12px;
  text-align: center;
  border-radius: 8px;
  background: linear-gradient(135deg, #75df2f, #55bd19);
  color: #07162b !important;
  border-bottom: 0 !important;
}
#custom-html-c .ecom-menu__toggle:checked ~ .ecom-menu__mobile {
  display: block;
}
#custom-html-c .ecom-menu__toggle:checked ~ .ecom-menu__container .ecom-menu__burger span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
#custom-html-c .ecom-menu__toggle:checked ~ .ecom-menu__container .ecom-menu__burger span:nth-child(2) {
  opacity: 0;
}
#custom-html-c .ecom-menu__toggle:checked ~ .ecom-menu__container .ecom-menu__burger span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
@media (max-width: 1180px) {
  #custom-html-c .ecom-menu__nav {
    gap: 16px;
  }
  #custom-html-c .ecom-menu__nav a {
    font-size: 13px;
  }
  #custom-html-c .ecom-menu__phone {
    display: none;
  }
}
@media (max-width: 900px) {
  #custom-html-c .ecom-menu__container {
    padding: 14px 18px;
  }
  #custom-html-c .ecom-menu__nav,
  #custom-html-c .ecom-menu__btn {
    display: none;
  }
  #custom-html-c .ecom-menu__burger {
    display: flex;
  }
  #custom-html-c .ecom-menu__logo {
    font-size: 22px;
  }
  #custom-html-c .ecom-menu__mobile {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 480px) {
  #custom-html-c .ecom-menu__logo {
    font-size: 20px;
  }
}
#custom-html-0 {
  /* Правая схема */
  /* Адаптив */
}
#custom-html-0 .ecom-hero {
  position: relative;
  min-height: 720px;
  background: #07162b;
  color: #ffffff;
  overflow: hidden;
  font-family: Arial, sans-serif;
}
#custom-html-0 .ecom-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: radial-gradient(circle at 82% 18%, rgba(99, 255, 66, 0.16), transparent 28%), radial-gradient(circle at 14% 42%, rgba(36, 112, 255, 0.14), transparent 32%), linear-gradient(135deg, #061326 0%, #091b34 46%, #04101f 100%);
  z-index: 0;
}
#custom-html-0 .ecom-hero__bg:after {
  content: "";
  position: absolute;
  top: 70px;
  right: -110px;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  border: 1px solid rgba(125, 255, 74, 0.12);
  box-shadow: 0 0 90px rgba(125, 255, 74, 0.08);
}
#custom-html-0 .ecom-hero__container {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto;
  padding: 92px 28px 68px;
  display: grid;
  grid-template-columns: minmax(470px, 0.9fr) minmax(620px, 1.1fr);
  gap: 44px;
  align-items: center;
}
#custom-html-0 .ecom-hero__content h1 {
  margin: 0 0 26px;
  font-size: 56px;
  line-height: 1.08;
  letter-spacing: -1.6px;
  font-weight: 900;
  max-width: 690px;
}
#custom-html-0 .ecom-hero__content h1 span {
  display: block;
  color: #7ee02f;
}
#custom-html-0 .ecom-hero__lead {
  margin: 0 0 32px;
  max-width: 610px;
  font-size: 19px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.88);
}
#custom-html-0 .ecom-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 34px;
}
#custom-html-0 .ecom-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 26px;
  border-radius: 8px;
  background: linear-gradient(135deg, #75df2f, #55bd19);
  color: #07162b;
  text-decoration: none;
  font-size: 15px;
  font-weight: 800;
  box-shadow: 0 12px 30px rgba(111, 224, 47, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#custom-html-0 .ecom-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(111, 224, 47, 0.36);
}
#custom-html-0 .ecom-btn--outline {
  background: rgba(255, 255, 255, 0.04);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.32);
  box-shadow: none;
}
#custom-html-0 .ecom-play {
  margin-right: 10px;
  font-size: 13px;
  color: #7ee02f;
}
#custom-html-0 .ecom-hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  max-width: 680px;
}
#custom-html-0 .ecom-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.82);
}
#custom-html-0 .ecom-badge span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(126, 224, 47, 0.14);
  color: #7ee02f;
  font-size: 12px;
  font-weight: 900;
}
#custom-html-0 .ecom-hero__visual {
  position: relative;
  min-height: 470px;
}
#custom-html-0 .ecom-visual__label {
  text-align: center;
  color: #7ee02f;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 18px;
}
#custom-html-0 .ecom-flow {
  position: relative;
  display: grid;
  grid-template-columns: 170px 300px 220px;
  gap: 22px;
  align-items: center;
  justify-content: center;
}
#custom-html-0 .ecom-flow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 14%;
  right: 18%;
  height: 1px;
  border-top: 2px dashed rgba(126, 224, 47, 0.38);
  z-index: -1;
}
#custom-html-0 .ecom-flow__left,
#custom-html-0 .ecom-flow__right {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#custom-html-0 .ecom-channel {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.14);
}
#custom-html-0 .ecom-channel span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 34px;
  border-radius: 8px;
  background: rgba(126, 224, 47, 0.12);
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
}
#custom-html-0 .ecom-channel small {
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 700;
}
#custom-html-0 .ecom-laptop {
  position: relative;
  margin: 0 auto;
  max-width: 300px;
}
#custom-html-0 .ecom-laptop__screen {
  height: 205px;
  border-radius: 18px 18px 10px 10px;
  background: linear-gradient(180deg, #f6fbff, #dbe8f5);
  border: 8px solid #24334d;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.36), 0 0 40px rgba(126, 224, 47, 0.12);
  color: #07162b;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#custom-html-0 .ecom-shop-awning {
  width: 130px;
  height: 34px;
  margin-bottom: 20px;
  border-radius: 10px 10px 4px 4px;
  background: repeating-linear-gradient(90deg, #2f75ff 0, #2f75ff 18px, #ffffff 18px, #ffffff 36px);
  box-shadow: 0 8px 18px rgba(47, 117, 255, 0.18);
}
#custom-html-0 .ecom-shop-title {
  max-width: 210px;
  text-align: center;
  font-size: 22px;
  line-height: 1.15;
  font-weight: 900;
}
#custom-html-0 .ecom-shop-cart {
  margin-top: 14px;
  font-size: 30px;
}
#custom-html-0 .ecom-laptop__base {
  width: 340px;
  max-width: 115%;
  height: 20px;
  margin: 0 auto;
  background: linear-gradient(180deg, #334762, #18243a);
  border-radius: 0 0 22px 22px;
  transform: translateX(-6%);
}
#custom-html-0 .ecom-result {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 66px;
  padding: 12px 14px;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(126, 224, 47, 0.24);
}
#custom-html-0 .ecom-result span {
  font-size: 22px;
}
#custom-html-0 .ecom-result p {
  margin: 0;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.9);
}
#custom-html-0 .ecom-core-message {
  margin: 28px auto 0;
  max-width: 470px;
  padding: 18px 24px;
  text-align: center;
  border-radius: 12px;
  background: rgba(6, 19, 38, 0.72);
  border: 1px solid rgba(126, 224, 47, 0.72);
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.55;
  font-size: 17px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.22);
}
#custom-html-0 .ecom-core-message strong {
  color: #7ee02f;
}
@media (max-width: 1180px) {
  #custom-html-0 .ecom-hero__container {
    grid-template-columns: 1fr;
    gap: 46px;
    padding-top: 70px;
  }
  #custom-html-0 .ecom-hero__content h1 {
    max-width: 850px;
    font-size: 54px;
  }
  #custom-html-0 .ecom-hero__visual {
    max-width: 850px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  #custom-html-0 .ecom-hero {
    min-height: auto;
  }
  #custom-html-0 .ecom-hero__container {
    padding: 48px 18px 44px;
  }
  #custom-html-0 .ecom-hero__content h1 {
    font-size: 41px;
    line-height: 1.1;
    letter-spacing: -1px;
  }
  #custom-html-0 .ecom-hero__lead {
    font-size: 17px;
  }
  #custom-html-0 .ecom-hero__actions {
    flex-direction: column;
  }
  #custom-html-0 .ecom-btn {
    width: 100%;
  }
  #custom-html-0 .ecom-flow {
    grid-template-columns: 1fr;
  }
  #custom-html-0 .ecom-flow:before {
    display: none;
  }
  #custom-html-0 .ecom-flow__left,
  #custom-html-0 .ecom-flow__right {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  #custom-html-0 .ecom-laptop {
    margin: 20px auto;
  }
  #custom-html-0 .ecom-laptop__screen {
    height: 190px;
  }
  #custom-html-0 .ecom-core-message {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  #custom-html-0 .ecom-hero__content h1 {
    font-size: 34px;
  }
  #custom-html-0 .ecom-hero__lead {
    font-size: 16px;
  }
  #custom-html-0 .ecom-flow__left,
  #custom-html-0 .ecom-flow__right {
    grid-template-columns: 1fr;
  }
  #custom-html-0 .ecom-laptop__base {
    width: 300px;
    transform: translateX(-4%);
  }
  #custom-html-0 .ecom-shop-title {
    font-size: 19px;
  }
}
#custom-html-0 .ecom-hero__content h1 {
  font-size: 52px;
  line-height: 1.05;
  max-width: 720px;
}
#custom-html-0 .ecom-hero__lead {
  max-width: 640px;
  font-size: 18px;
}
#custom-html-0 .ecom-hero__container {
  grid-template-columns: minmax(520px, 0.95fr) minmax(600px, 1.05fr);
  gap: 36px;
}
#custom-html-2 {
  /* Адаптив */
}
#custom-html-2 .ecom-marketplace-pain {
  background: #ffffff;
  color: #07162b;
  padding: 72px 20px 78px;
  font-family: Arial, sans-serif;
}
#custom-html-2 .ecom-marketplace-pain__container {
  max-width: 1280px;
  margin: 0 auto;
}
#custom-html-2 .ecom-section-head {
  max-width: 960px;
  margin: 0 auto 46px;
  text-align: center;
}
#custom-html-2 .ecom-section-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(126, 224, 47, 0.16);
  color: #4bad13;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
#custom-html-2 .ecom-section-head h2 {
  margin: 0 0 18px;
  font-size: 42px;
  line-height: 1.14;
  letter-spacing: -1.2px;
  font-weight: 900;
  color: #07162b;
}
#custom-html-2 .ecom-section-head p {
  margin: 0 auto;
  max-width: 790px;
  font-size: 18px;
  line-height: 1.55;
  color: rgba(7, 22, 43, 0.72);
}
#custom-html-2 .ecom-pain-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  margin-bottom: 34px;
}
#custom-html-2 .ecom-pain-card {
  position: relative;
  min-height: 218px;
  padding: 30px 22px 24px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(7, 22, 43, 0.08);
  box-shadow: 0 16px 42px rgba(7, 22, 43, 0.08);
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#custom-html-2 .ecom-pain-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 54px rgba(7, 22, 43, 0.12);
}
#custom-html-2 .ecom-pain-card__icon {
  width: 74px;
  height: 74px;
  margin: 0 auto 20px;
  border-radius: 22px;
  background: radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.9), transparent 42%), linear-gradient(135deg, #fff1f1, #ffe1e1);
  color: #e53935;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(229, 57, 53, 0.12);
}
#custom-html-2 .ecom-pain-card h3 {
  margin: 0 0 10px;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 900;
  color: #07162b;
}
#custom-html-2 .ecom-pain-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  color: rgba(7, 22, 43, 0.68);
}
#custom-html-2 .ecom-pain-conclusion {
  max-width: 860px;
  margin: 0 auto;
  padding: 22px 28px;
  border-radius: 16px;
  background: linear-gradient(135deg, #fff7dd, #fff0c2);
  border: 1px solid rgba(255, 190, 56, 0.58);
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 18px;
  align-items: center;
  box-shadow: 0 18px 44px rgba(255, 190, 56, 0.16);
}
#custom-html-2 .ecom-pain-conclusion__icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #ffb629;
  color: #07162b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-weight: 900;
  flex-shrink: 0;
}
#custom-html-2 .ecom-pain-conclusion p {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
  color: #07162b;
}
#custom-html-2 .ecom-pain-conclusion strong {
  font-weight: 900;
}
@media (max-width: 1100px) {
  #custom-html-2 .ecom-pain-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  #custom-html-2 .ecom-marketplace-pain {
    padding: 54px 18px 60px;
  }
  #custom-html-2 .ecom-section-head {
    text-align: left;
    margin-bottom: 34px;
  }
  #custom-html-2 .ecom-section-kicker {
    font-size: 11px;
    padding: 7px 12px;
  }
  #custom-html-2 .ecom-section-head h2 {
    font-size: 32px;
    line-height: 1.18;
    letter-spacing: -0.8px;
  }
  #custom-html-2 .ecom-section-head p {
    font-size: 16px;
  }
  #custom-html-2 .ecom-pain-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  #custom-html-2 .ecom-pain-card {
    min-height: auto;
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 16px;
    text-align: left;
    align-items: center;
    padding: 20px;
  }
  #custom-html-2 .ecom-pain-card__icon {
    width: 58px;
    height: 58px;
    margin: 0;
    border-radius: 18px;
    font-size: 28px;
  }
  #custom-html-2 .ecom-pain-card h3 {
    font-size: 17px;
  }
  #custom-html-2 .ecom-pain-card p {
    font-size: 14px;
  }
  #custom-html-2 .ecom-pain-conclusion {
    grid-template-columns: 1fr;
    padding: 22px;
    text-align: left;
  }
  #custom-html-2 .ecom-pain-conclusion p {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  #custom-html-2 .ecom-section-head h2 {
    font-size: 28px;
  }
  #custom-html-2 .ecom-pain-card {
    grid-template-columns: 1fr;
  }
}
#custom-html-3 {
  /* Adaptive */
}
#custom-html-3 .ecom-system-problems {
  background: #f7f9fc;
  color: #07162b;
  padding: 76px 20px 82px;
  font-family: Arial, sans-serif;
}
#custom-html-3 .ecom-system-problems__container {
  max-width: 1280px;
  margin: 0 auto;
}
#custom-html-3 .ecom-system-problems__head {
  max-width: 900px;
  margin: 0 auto 46px;
  text-align: center;
}
#custom-html-3 .ecom-system-problems__head h2 {
  margin: 0 0 18px;
  font-size: 42px;
  line-height: 1.14;
  letter-spacing: -1.2px;
  font-weight: 900;
  color: #07162b;
}
#custom-html-3 .ecom-system-problems__head p {
  margin: 0 auto;
  max-width: 760px;
  font-size: 18px;
  line-height: 1.55;
  color: rgba(7, 22, 43, 0.72);
}
#custom-html-3 .ecom-system-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-bottom: 34px;
}
#custom-html-3 .ecom-system-card {
  position: relative;
  min-height: 285px;
  padding: 30px 26px 28px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(7, 22, 43, 0.08);
  box-shadow: 0 18px 46px rgba(7, 22, 43, 0.07);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#custom-html-3 .ecom-system-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 60px rgba(7, 22, 43, 0.12);
}
#custom-html-3 .ecom-system-card:before {
  content: "";
  position: absolute;
  top: -70px;
  right: -70px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  opacity: 0.16;
}
#custom-html-3 .ecom-system-card--green:before {
  background: #5bd21f;
}
#custom-html-3 .ecom-system-card--purple:before {
  background: #9b4dff;
}
#custom-html-3 .ecom-system-card--blue:before {
  background: #2878ff;
}
#custom-html-3 .ecom-system-card--orange:before {
  background: #ff9b21;
}
#custom-html-3 .ecom-system-card__icon {
  width: 72px;
  height: 72px;
  margin-bottom: 24px;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  background: #f1f5fb;
}
#custom-html-3 .ecom-system-card--green .ecom-system-card__icon {
  background: rgba(91, 210, 31, 0.13);
}
#custom-html-3 .ecom-system-card--purple .ecom-system-card__icon {
  background: rgba(155, 77, 255, 0.13);
}
#custom-html-3 .ecom-system-card--blue .ecom-system-card__icon {
  background: rgba(40, 120, 255, 0.13);
}
#custom-html-3 .ecom-system-card--orange .ecom-system-card__icon {
  background: rgba(255, 155, 33, 0.13);
}
#custom-html-3 .ecom-system-card__num {
  position: absolute;
  top: 28px;
  right: 26px;
  font-size: 14px;
  font-weight: 900;
  color: rgba(7, 22, 43, 0.22);
}
#custom-html-3 .ecom-system-card h3 {
  margin: 0 0 12px;
  font-size: 21px;
  line-height: 1.22;
  font-weight: 900;
  color: #07162b;
}
#custom-html-3 .ecom-system-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  color: rgba(7, 22, 43, 0.68);
}
#custom-html-3 .ecom-system-summary {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  padding: 28px 32px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(91, 210, 31, 0.28);
  box-shadow: 0 18px 46px rgba(7, 22, 43, 0.07);
}
#custom-html-3 .ecom-system-summary__text h3 {
  margin: 0 0 8px;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 900;
  color: #07162b;
}
#custom-html-3 .ecom-system-summary__text p {
  margin: 0;
  max-width: 760px;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(7, 22, 43, 0.7);
}
#custom-html-3 .ecom-system-summary__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 8px;
  background: linear-gradient(135deg, #75df2f, #55bd19);
  color: #07162b;
  text-decoration: none;
  font-size: 15px;
  font-weight: 900;
  white-space: nowrap;
  box-shadow: 0 12px 30px rgba(111, 224, 47, 0.24);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#custom-html-3 .ecom-system-summary__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(111, 224, 47, 0.34);
}
@media (max-width: 1100px) {
  #custom-html-3 .ecom-system-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  #custom-html-3 .ecom-system-problems {
    padding: 56px 18px 62px;
  }
  #custom-html-3 .ecom-system-problems__head {
    text-align: left;
    margin-bottom: 34px;
  }
  #custom-html-3 .ecom-system-problems__head h2 {
    font-size: 32px;
    line-height: 1.18;
    letter-spacing: -0.8px;
  }
  #custom-html-3 .ecom-system-problems__head p {
    font-size: 16px;
  }
  #custom-html-3 .ecom-system-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  #custom-html-3 .ecom-system-card {
    min-height: auto;
    padding: 24px;
  }
  #custom-html-3 .ecom-system-card__icon {
    width: 62px;
    height: 62px;
    margin-bottom: 18px;
    border-radius: 18px;
    font-size: 30px;
  }
  #custom-html-3 .ecom-system-card h3 {
    font-size: 20px;
  }
  #custom-html-3 .ecom-system-summary {
    grid-template-columns: 1fr;
    padding: 24px;
  }
  #custom-html-3 .ecom-system-summary__text h3 {
    font-size: 22px;
  }
  #custom-html-3 .ecom-system-summary__btn {
    width: 100%;
  }
}
@media (max-width: 480px) {
  #custom-html-3 .ecom-system-problems__head h2 {
    font-size: 28px;
  }
  #custom-html-3 .ecom-system-card h3 {
    font-size: 19px;
  }
}
#custom-html-3 .ecom-system-card {
  position: relative;
  min-height: 260px;
  padding: 30px 26px 28px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(7, 22, 43, 0.08);
  box-shadow: 0 14px 36px rgba(7, 22, 43, 0.06);
  overflow: hidden;
}
#custom-html-3 .ecom-system-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  opacity: 1;
  border-radius: 18px 18px 0 0;
}
#custom-html-3 .ecom-system-card--green:before {
  background: #5bd21f;
}
#custom-html-3 .ecom-system-card--purple:before {
  background: #7c4dff;
}
#custom-html-3 .ecom-system-card--blue:before {
  background: #2878ff;
}
#custom-html-3 .ecom-system-card--orange:before {
  background: #ff9b21;
}
#custom-html-3 .ecom-system-card__icon {
  display: none;
}
#custom-html-3 .ecom-system-card__num {
  position: static;
  display: inline-flex;
  margin-bottom: 22px;
  font-size: 34px;
  line-height: 1;
  font-weight: 900;
  color: rgba(7, 22, 43, 0.16);
}
#custom-html-4 {
  /* Adaptive */
}
#custom-html-4 .ecom-why-shop {
  background: #ffffff;
  color: #07162b;
  padding: 76px 20px 82px;
  font-family: Arial, sans-serif;
}
#custom-html-4 .ecom-why-shop__container {
  max-width: 1280px;
  margin: 0 auto;
}
#custom-html-4 .ecom-why-shop__head {
  max-width: 920px;
  margin: 0 auto 46px;
  text-align: center;
}
#custom-html-4 .ecom-why-shop__head h2 {
  margin: 0 0 18px;
  font-size: 42px;
  line-height: 1.14;
  letter-spacing: -1.2px;
  font-weight: 900;
  color: #07162b;
}
#custom-html-4 .ecom-why-shop__head p {
  margin: 0 auto;
  max-width: 790px;
  font-size: 18px;
  line-height: 1.55;
  color: rgba(7, 22, 43, 0.72);
}
#custom-html-4 .ecom-why-shop__main {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  align-items: stretch;
}
#custom-html-4 .ecom-why-shop__statement {
  position: relative;
  padding: 34px 34px 32px;
  border-radius: 24px;
  background: radial-gradient(circle at 100% 0%, rgba(126, 224, 47, 0.18), transparent 34%), linear-gradient(135deg, #07162b 0%, #0b203e 100%);
  color: #ffffff;
  box-shadow: 0 24px 60px rgba(7, 22, 43, 0.18);
  overflow: hidden;
}
#custom-html-4 .ecom-why-shop__statement:after {
  content: "";
  position: absolute;
  right: -130px;
  bottom: -130px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  border: 1px solid rgba(126, 224, 47, 0.2);
}
#custom-html-4 .ecom-why-shop__badge {
  display: inline-flex;
  margin-bottom: 24px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(126, 224, 47, 0.14);
  color: #7ee02f;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
#custom-html-4 .ecom-why-shop__statement h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 20px;
  font-size: 34px;
  line-height: 1.12;
  letter-spacing: -0.9px;
  font-weight: 900;
}
#custom-html-4 .ecom-why-shop__statement p {
  position: relative;
  z-index: 2;
  margin: 0;
  font-size: 17px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.82);
}
#custom-html-4 .ecom-why-shop__formula {
  position: relative;
  z-index: 2;
  margin-top: 34px;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 12px;
  align-items: center;
}
#custom-html-4 .ecom-why-shop__formula div:not(.ecom-why-shop__plus) {
  min-height: 96px;
  padding: 16px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.12);
  text-align: center;
}
#custom-html-4 .ecom-why-shop__formula strong {
  display: block;
  margin-bottom: 8px;
  color: #7ee02f;
  font-size: 15px;
  font-weight: 900;
}
#custom-html-4 .ecom-why-shop__formula span {
  display: block;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  line-height: 1.3;
}
#custom-html-4 .ecom-why-shop__plus {
  color: #7ee02f;
  font-size: 24px;
  font-weight: 900;
}
#custom-html-4 .ecom-why-shop__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
#custom-html-4 .ecom-why-card {
  position: relative;
  min-height: 190px;
  padding: 28px 24px 24px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(7, 22, 43, 0.08);
  box-shadow: 0 16px 42px rgba(7, 22, 43, 0.07);
  overflow: hidden;
}
#custom-html-4 .ecom-why-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  width: 100%;
  background: #5bd21f;
}
#custom-html-4 .ecom-why-card__num {
  display: inline-flex;
  margin-bottom: 18px;
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
  color: rgba(7, 22, 43, 0.16);
}
#custom-html-4 .ecom-why-card h3 {
  margin: 0 0 10px;
  font-size: 19px;
  line-height: 1.25;
  font-weight: 900;
  color: #07162b;
}
#custom-html-4 .ecom-why-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.48;
  color: rgba(7, 22, 43, 0.68);
}
#custom-html-4 .ecom-why-shop__bottom {
  max-width: 860px;
  margin: 34px auto 0;
  padding: 20px 28px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(126, 224, 47, 0.14), rgba(126, 224, 47, 0.06));
  border: 1px solid rgba(126, 224, 47, 0.35);
  text-align: center;
}
#custom-html-4 .ecom-why-shop__bottom p {
  margin: 0;
  font-size: 18px;
  line-height: 1.45;
  color: #07162b;
}
#custom-html-4 .ecom-why-shop__bottom strong {
  font-weight: 900;
}
@media (max-width: 1100px) {
  #custom-html-4 .ecom-why-shop__main {
    grid-template-columns: 1fr;
  }
  #custom-html-4 .ecom-why-shop__statement {
    min-height: auto;
  }
}
@media (max-width: 768px) {
  #custom-html-4 .ecom-why-shop {
    padding: 56px 18px 62px;
  }
  #custom-html-4 .ecom-why-shop__head {
    text-align: left;
    margin-bottom: 34px;
  }
  #custom-html-4 .ecom-why-shop__head h2 {
    font-size: 32px;
    line-height: 1.18;
    letter-spacing: -0.8px;
  }
  #custom-html-4 .ecom-why-shop__head p {
    font-size: 16px;
  }
  #custom-html-4 .ecom-why-shop__statement {
    padding: 28px 24px 26px;
  }
  #custom-html-4 .ecom-why-shop__statement h3 {
    font-size: 28px;
  }
  #custom-html-4 .ecom-why-shop__statement p {
    font-size: 16px;
  }
  #custom-html-4 .ecom-why-shop__formula {
    grid-template-columns: 1fr;
  }
  #custom-html-4 .ecom-why-shop__plus {
    display: none;
  }
  #custom-html-4 .ecom-why-shop__cards {
    grid-template-columns: 1fr;
  }
  #custom-html-4 .ecom-why-card {
    min-height: auto;
  }
  #custom-html-4 .ecom-why-shop__bottom {
    text-align: left;
    padding: 20px 22px;
  }
  #custom-html-4 .ecom-why-shop__bottom p {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  #custom-html-4 .ecom-why-shop__head h2 {
    font-size: 28px;
  }
  #custom-html-4 .ecom-why-shop__statement h3 {
    font-size: 25px;
  }
  #custom-html-4 .ecom-why-card h3 {
    font-size: 18px;
  }
}
#custom-html-5 {
  /* Adaptive */
}
#custom-html-5 .ecom-solution {
  background: #ffffff;
  color: #07162b;
  padding: 78px 20px 84px;
  font-family: Arial, sans-serif;
}
#custom-html-5 .ecom-solution__container {
  max-width: 1280px;
  margin: 0 auto;
}
#custom-html-5 .ecom-solution__head {
  max-width: 920px;
  margin: 0 auto 46px;
  text-align: center;
}
#custom-html-5 .ecom-solution__head h2 {
  margin: 0 0 18px;
  font-size: 44px;
  line-height: 1.14;
  letter-spacing: -1.2px;
  font-weight: 900;
  color: #07162b;
}
#custom-html-5 .ecom-solution__head p {
  margin: 0 auto;
  max-width: 830px;
  font-size: 18px;
  line-height: 1.55;
  color: rgba(7, 22, 43, 0.72);
}
#custom-html-5 .ecom-solution__grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr 1fr;
  gap: 22px;
  align-items: stretch;
  margin-bottom: 34px;
}
#custom-html-5 .ecom-solution-card {
  position: relative;
  min-height: 365px;
  padding: 28px 26px 26px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(7, 22, 43, 0.08);
  box-shadow: 0 18px 46px rgba(7, 22, 43, 0.07);
  overflow: hidden;
}
#custom-html-5 .ecom-solution-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  width: 100%;
  background: #5bd21f;
}
#custom-html-5 .ecom-solution-card--main {
  background: radial-gradient(circle at 90% 10%, rgba(126, 224, 47, 0.16), transparent 34%), #ffffff;
}
#custom-html-5 .ecom-solution-card--dark {
  grid-column: span 3;
  min-height: auto;
  display: grid;
  grid-template-columns: 0.6fr 1fr;
  gap: 28px;
  align-items: center;
  background: radial-gradient(circle at 95% 0%, rgba(126, 224, 47, 0.16), transparent 34%), linear-gradient(135deg, #07162b 0%, #0b203e 100%);
  color: #ffffff;
}
#custom-html-5 .ecom-solution-card--dark:before {
  background: #7ee02f;
}
#custom-html-5 .ecom-solution-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 26px;
}
#custom-html-5 .ecom-solution-card__tag {
  display: inline-flex;
  font-size: 34px;
  line-height: 1;
  font-weight: 900;
  color: rgba(7, 22, 43, 0.16);
}
#custom-html-5 .ecom-solution-card--dark .ecom-solution-card__tag {
  color: rgba(255, 255, 255, 0.2);
}
#custom-html-5 .ecom-solution-card__label {
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(126, 224, 47, 0.13);
  color: #4bad13;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  white-space: nowrap;
}
#custom-html-5 .ecom-solution-card--dark .ecom-solution-card__label {
  background: rgba(126, 224, 47, 0.14);
  color: #7ee02f;
}
#custom-html-5 .ecom-solution-card__icon {
  width: 74px;
  height: 74px;
  margin-bottom: 24px;
  border-radius: 20px;
  background: rgba(126, 224, 47, 0.13);
  display: flex;
  align-items: center;
  justify-content: center;
}
#custom-html-5 .ecom-solution-card__icon span {
  font-size: 16px;
  font-weight: 900;
  color: #4bad13;
}
#custom-html-5 .ecom-solution-card__marketplaces,
#custom-html-5 .ecom-solution-card__socials {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}
#custom-html-5 .ecom-solution-card__marketplaces span,
#custom-html-5 .ecom-solution-card__socials span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 9px;
  font-size: 13px;
  font-weight: 900;
  color: #07162b;
  background: #f1f5fb;
}
#custom-html-5 .ecom-solution-card__marketplaces span:nth-child(1) {
  background: rgba(40, 120, 255, 0.12);
  color: #2878ff;
}
#custom-html-5 .ecom-solution-card__marketplaces span:nth-child(2) {
  background: rgba(155, 77, 255, 0.12);
  color: #7c4dff;
}
#custom-html-5 .ecom-solution-card__marketplaces span:nth-child(3) {
  background: rgba(255, 155, 33, 0.16);
  color: #d97900;
}
#custom-html-5 .ecom-solution-card__socials span:nth-child(1) {
  background: rgba(40, 120, 255, 0.12);
  color: #2878ff;
}
#custom-html-5 .ecom-solution-card__socials span:nth-child(2) {
  background: rgba(47, 150, 255, 0.12);
  color: #168be8;
}
#custom-html-5 .ecom-solution-card__socials span:nth-child(3) {
  background: rgba(229, 57, 53, 0.1);
  color: #e53935;
}
#custom-html-5 .ecom-solution-card h3 {
  margin: 0 0 14px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 900;
  color: #07162b;
}
#custom-html-5 .ecom-solution-card--dark h3 {
  color: #ffffff;
}
#custom-html-5 .ecom-solution-card p {
  margin: 0 0 22px;
  font-size: 15px;
  line-height: 1.52;
  color: rgba(7, 22, 43, 0.68);
}
#custom-html-5 .ecom-solution-card--dark p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
}
#custom-html-5 .ecom-solution-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#custom-html-5 .ecom-solution-card li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.38;
  color: rgba(7, 22, 43, 0.76);
}
#custom-html-5 .ecom-solution-card li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #55bd19;
  font-weight: 900;
}
#custom-html-5 .ecom-funnel {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 12px;
  align-items: center;
}
#custom-html-5 .ecom-funnel div {
  min-height: 72px;
  padding: 16px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 15px;
  font-weight: 900;
  color: #ffffff;
}
#custom-html-5 .ecom-funnel span {
  color: #7ee02f;
  font-size: 24px;
  font-weight: 900;
}
#custom-html-5 .ecom-solution__result {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  padding: 30px 34px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(126, 224, 47, 0.12), rgba(126, 224, 47, 0.04));
  border: 1px solid rgba(126, 224, 47, 0.34);
  box-shadow: 0 18px 46px rgba(7, 22, 43, 0.06);
}
#custom-html-5 .ecom-solution__result-text span {
  display: inline-flex;
  margin-bottom: 10px;
  color: #4bad13;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}
#custom-html-5 .ecom-solution__result-text h3 {
  margin: 0 0 8px;
  font-size: 26px;
  line-height: 1.22;
  font-weight: 900;
  color: #07162b;
}
#custom-html-5 .ecom-solution__result-text p {
  margin: 0;
  max-width: 820px;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(7, 22, 43, 0.7);
}
#custom-html-5 .ecom-solution__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 8px;
  background: linear-gradient(135deg, #75df2f, #55bd19);
  color: #07162b;
  text-decoration: none;
  font-size: 15px;
  font-weight: 900;
  white-space: nowrap;
  box-shadow: 0 12px 30px rgba(111, 224, 47, 0.24);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#custom-html-5 .ecom-solution__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(111, 224, 47, 0.34);
}
@media (max-width: 1100px) {
  #custom-html-5 .ecom-solution__grid {
    grid-template-columns: 1fr;
  }
  #custom-html-5 .ecom-solution-card--dark {
    grid-column: auto;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  #custom-html-5 .ecom-solution {
    padding: 56px 18px 62px;
  }
  #custom-html-5 .ecom-solution__head {
    text-align: left;
    margin-bottom: 34px;
  }
  #custom-html-5 .ecom-solution__head h2 {
    font-size: 32px;
    line-height: 1.18;
    letter-spacing: -0.8px;
  }
  #custom-html-5 .ecom-solution__head p {
    font-size: 16px;
  }
  #custom-html-5 .ecom-solution-card {
    min-height: auto;
    padding: 26px 22px 24px;
  }
  #custom-html-5 .ecom-solution-card__top {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
  #custom-html-5 .ecom-solution-card h3 {
    font-size: 22px;
  }
  #custom-html-5 .ecom-funnel {
    grid-template-columns: 1fr;
  }
  #custom-html-5 .ecom-funnel span {
    display: none;
  }
  #custom-html-5 .ecom-solution__result {
    grid-template-columns: 1fr;
    padding: 24px;
  }
  #custom-html-5 .ecom-solution__result-text h3 {
    font-size: 22px;
  }
  #custom-html-5 .ecom-solution__btn {
    width: 100%;
  }
}
@media (max-width: 480px) {
  #custom-html-5 .ecom-solution__head h2 {
    font-size: 28px;
  }
  #custom-html-5 .ecom-solution-card h3 {
    font-size: 21px;
  }
}
#custom-html-6 {
  /* Adaptive */
}
#custom-html-6 .ecom-included {
  background: #07162b;
  color: #ffffff;
  padding: 82px 20px 88px;
  font-family: Arial, sans-serif;
  position: relative;
  overflow: hidden;
}
#custom-html-6 .ecom-included:before {
  content: "";
  position: absolute;
  top: -160px;
  right: -120px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(126, 224, 47, 0.16), transparent 62%);
  pointer-events: none;
}
#custom-html-6 .ecom-included:after {
  content: "";
  position: absolute;
  left: -180px;
  bottom: -180px;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(40, 120, 255, 0.12), transparent 62%);
  pointer-events: none;
}
#custom-html-6 .ecom-included__container {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto;
}
#custom-html-6 .ecom-included__head {
  max-width: 900px;
  margin: 0 auto 48px;
  text-align: center;
}
#custom-html-6 .ecom-included__head h2 {
  margin: 0 0 18px;
  font-size: 44px;
  line-height: 1.14;
  letter-spacing: -1.2px;
  font-weight: 900;
  color: #ffffff;
}
#custom-html-6 .ecom-included__head p {
  margin: 0 auto;
  max-width: 810px;
  font-size: 18px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.76);
}
#custom-html-6 .ecom-included__grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 22px;
  align-items: stretch;
}
#custom-html-6 .ecom-included-card {
  position: relative;
  padding: 28px 24px 26px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
#custom-html-6 .ecom-included-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  width: 100%;
  background: #7ee02f;
}
#custom-html-6 .ecom-included-card--dark {
  background: radial-gradient(circle at 90% 0%, rgba(126, 224, 47, 0.18), transparent 38%), rgba(255, 255, 255, 0.09);
}
#custom-html-6 .ecom-included-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}
#custom-html-6 .ecom-included-card__num {
  font-size: 34px;
  line-height: 1;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.22);
}
#custom-html-6 .ecom-included-card__tag {
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(126, 224, 47, 0.14);
  color: #7ee02f;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  white-space: nowrap;
}
#custom-html-6 .ecom-included-card h3 {
  margin: 0 0 14px;
  font-size: 23px;
  line-height: 1.2;
  font-weight: 900;
  color: #ffffff;
}
#custom-html-6 .ecom-included-card p {
  margin: 0 0 22px;
  font-size: 15px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.74);
}
#custom-html-6 .ecom-included-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#custom-html-6 .ecom-included-card li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 11px;
  font-size: 14px;
  line-height: 1.38;
  color: rgba(255, 255, 255, 0.86);
}
#custom-html-6 .ecom-included-card li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #7ee02f;
  font-weight: 900;
}
#custom-html-6 .ecom-included__note {
  margin-top: 28px;
  padding: 24px 28px;
  border-radius: 20px;
  background: rgba(126, 224, 47, 0.1);
  border: 1px solid rgba(126, 224, 47, 0.36);
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 18px;
  align-items: center;
}
#custom-html-6 .ecom-included__note-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #7ee02f;
  color: #07162b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-weight: 900;
}
#custom-html-6 .ecom-included__note h3 {
  margin: 0 0 8px;
  font-size: 21px;
  line-height: 1.25;
  font-weight: 900;
  color: #ffffff;
}
#custom-html-6 .ecom-included__note p {
  margin: 0;
  max-width: 980px;
  font-size: 15px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.76);
}
@media (max-width: 1180px) {
  #custom-html-6 .ecom-included__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  #custom-html-6 .ecom-included {
    padding: 58px 18px 64px;
  }
  #custom-html-6 .ecom-included__head {
    text-align: left;
    margin-bottom: 34px;
  }
  #custom-html-6 .ecom-included__head h2 {
    font-size: 32px;
    line-height: 1.18;
    letter-spacing: -0.8px;
  }
  #custom-html-6 .ecom-included__head p {
    font-size: 16px;
  }
  #custom-html-6 .ecom-included__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  #custom-html-6 .ecom-included-card {
    padding: 26px 22px 24px;
  }
  #custom-html-6 .ecom-included-card__head {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
  #custom-html-6 .ecom-included-card h3 {
    font-size: 22px;
  }
  #custom-html-6 .ecom-included__note {
    grid-template-columns: 1fr;
    padding: 22px;
  }
  #custom-html-6 .ecom-included__note h3 {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  #custom-html-6 .ecom-included__head h2 {
    font-size: 28px;
  }
  #custom-html-6 .ecom-included-card h3 {
    font-size: 21px;
  }
}
#custom-html-8 {
  /* Featured */
  /* Logic */
  /* Adaptive */
}
#custom-html-8 .ecom-pricing-v2 {
  background: #ffffff;
  color: #07162b;
  padding: 82px 20px 88px;
  font-family: Arial, sans-serif;
}
#custom-html-8 .ecom-pricing-v2__container {
  max-width: 1280px;
  margin: 0 auto;
}
#custom-html-8 .ecom-pricing-v2__head {
  max-width: 980px;
  margin: 0 auto 48px;
  text-align: center;
}
#custom-html-8 .ecom-pricing-v2__head h2 {
  margin: 0 0 18px;
  font-size: 44px;
  line-height: 1.14;
  letter-spacing: -1.2px;
  font-weight: 900;
  color: #07162b;
}
#custom-html-8 .ecom-pricing-v2__head p {
  margin: 0 auto;
  max-width: 860px;
  font-size: 18px;
  line-height: 1.55;
  color: rgba(7, 22, 43, 0.72);
}
#custom-html-8 .ecom-pricing-v2__main {
  display: grid;
  grid-template-columns: 1fr 0.88fr;
  gap: 26px;
  align-items: stretch;
  margin-bottom: 34px;
}
#custom-html-8 .ecom-pricing-v2__left {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
#custom-html-8 .ecom-price-mini {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 560px;
  padding: 26px 22px 24px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(7, 22, 43, 0.08);
  box-shadow: 0 18px 46px rgba(7, 22, 43, 0.07);
  overflow: hidden;
}
#custom-html-8 .ecom-price-mini:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  width: 100%;
  background: #5bd21f;
}
#custom-html-8 .ecom-price-mini__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 24px;
}
#custom-html-8 .ecom-price-mini__head span {
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
  color: rgba(7, 22, 43, 0.16);
}
#custom-html-8 .ecom-price-mini__head strong {
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(126, 224, 47, 0.13);
  color: #4bad13;
  font-size: 11px;
  line-height: 1;
  font-weight: 900;
  white-space: nowrap;
}
#custom-html-8 .ecom-price-mini h3 {
  margin: 0 0 18px;
  min-height: 56px;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 900;
  color: #07162b;
}
#custom-html-8 .ecom-price-mini__price {
  margin-bottom: 18px;
  font-size: 17px;
  color: rgba(7, 22, 43, 0.72);
}
#custom-html-8 .ecom-price-mini__price b {
  display: inline-block;
  margin-left: 4px;
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
  color: #07162b;
  letter-spacing: -0.8px;
}
#custom-html-8 .ecom-price-mini p {
  margin: 0 0 22px;
  min-height: 96px;
  font-size: 15px;
  line-height: 1.5;
  color: rgba(7, 22, 43, 0.68);
}
#custom-html-8 .ecom-price-mini ul {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}
#custom-html-8 .ecom-price-mini li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 11px;
  font-size: 14px;
  line-height: 1.38;
  color: rgba(7, 22, 43, 0.76);
}
#custom-html-8 .ecom-price-mini li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #55bd19;
  font-weight: 900;
}
#custom-html-8 .ecom-price-mini a {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 8px;
  background: #f1f5fb;
  color: #07162b;
  text-decoration: none;
  font-size: 14px;
  font-weight: 900;
  border: 1px solid rgba(7, 22, 43, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#custom-html-8 .ecom-price-mini a:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(7, 22, 43, 0.08);
}
#custom-html-8 .ecom-price-featured {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 560px;
  padding: 34px 32px 28px;
  border-radius: 26px;
  background: radial-gradient(circle at 86% 6%, rgba(126, 224, 47, 0.22), transparent 35%), linear-gradient(135deg, #07162b 0%, #0b203e 100%);
  color: #ffffff;
  border: 1px solid rgba(126, 224, 47, 0.42);
  box-shadow: 0 28px 76px rgba(7, 22, 43, 0.24);
  overflow: hidden;
}
#custom-html-8 .ecom-price-featured:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  width: 100%;
  background: #7ee02f;
}
#custom-html-8 .ecom-price-featured__badge {
  position: absolute;
  top: 22px;
  right: -44px;
  width: 180px;
  padding: 9px 0;
  background: #ffb629;
  color: #07162b;
  text-align: center;
  font-size: 12px;
  font-weight: 900;
  transform: rotate(35deg);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.2);
}
#custom-html-8 .ecom-price-featured__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 26px;
}
#custom-html-8 .ecom-price-featured__top span {
  font-size: 34px;
  line-height: 1;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.24);
}
#custom-html-8 .ecom-price-featured__top strong {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(126, 224, 47, 0.14);
  color: #7ee02f;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  white-space: nowrap;
}
#custom-html-8 .ecom-price-featured h3 {
  margin: 0 0 18px;
  max-width: 420px;
  font-size: 30px;
  line-height: 1.12;
  letter-spacing: -0.7px;
  font-weight: 900;
  color: #ffffff;
}
#custom-html-8 .ecom-price-featured__price {
  margin-bottom: 20px;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.76);
}
#custom-html-8 .ecom-price-featured__price b {
  display: inline-block;
  margin-left: 4px;
  font-size: 42px;
  line-height: 1;
  font-weight: 900;
  color: #7ee02f;
  letter-spacing: -1px;
}
#custom-html-8 .ecom-price-featured__lead {
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.8);
}
#custom-html-8 .ecom-price-featured__reason {
  margin-bottom: 22px;
  padding: 16px 18px;
  border-radius: 16px;
  background: rgba(126, 224, 47, 0.11);
  border: 1px solid rgba(126, 224, 47, 0.28);
  color: #ffffff;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 800;
}
#custom-html-8 .ecom-price-featured ul {
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
}
#custom-html-8 .ecom-price-featured li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 1.38;
  color: rgba(255, 255, 255, 0.88);
}
#custom-html-8 .ecom-price-featured li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #7ee02f;
  font-weight: 900;
}
#custom-html-8 .ecom-price-featured__btn {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 9px;
  background: linear-gradient(135deg, #75df2f, #55bd19);
  color: #07162b;
  text-decoration: none;
  font-size: 16px;
  font-weight: 900;
  box-shadow: 0 16px 36px rgba(111, 224, 47, 0.3);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#custom-html-8 .ecom-price-featured__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 44px rgba(111, 224, 47, 0.38);
}
#custom-html-8 .ecom-price-featured__note {
  margin-top: 18px;
  font-size: 13px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.62);
  text-align: center;
}
#custom-html-8 .ecom-pricing-v2__logic {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 28px;
  align-items: stretch;
  padding: 32px 34px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(126, 224, 47, 0.12), rgba(126, 224, 47, 0.04));
  border: 1px solid rgba(126, 224, 47, 0.34);
  box-shadow: 0 18px 46px rgba(7, 22, 43, 0.06);
}
#custom-html-8 .ecom-pricing-v2__logic-main span {
  display: inline-flex;
  margin-bottom: 10px;
  color: #4bad13;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}
#custom-html-8 .ecom-pricing-v2__logic-main h3 {
  margin: 0 0 10px;
  font-size: 26px;
  line-height: 1.22;
  font-weight: 900;
  color: #07162b;
}
#custom-html-8 .ecom-pricing-v2__logic-main p {
  margin: 0;
  max-width: 790px;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(7, 22, 43, 0.7);
}
#custom-html-8 .ecom-pricing-v2__logic-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
#custom-html-8 .ecom-pricing-v2__logic-cards div {
  padding: 22px 20px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(7, 22, 43, 0.08);
}
#custom-html-8 .ecom-pricing-v2__logic-cards strong {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 900;
  color: #07162b;
}
#custom-html-8 .ecom-pricing-v2__logic-cards p {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  color: rgba(7, 22, 43, 0.68);
}
@media (max-width: 1180px) {
  #custom-html-8 .ecom-pricing-v2__main {
    grid-template-columns: 1fr;
  }
  #custom-html-8 .ecom-pricing-v2__left {
    grid-template-columns: repeat(3, 1fr);
  }
  #custom-html-8 .ecom-price-mini,
  #custom-html-8 .ecom-price-featured {
    min-height: auto;
  }
  #custom-html-8 .ecom-pricing-v2__logic {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 900px) {
  #custom-html-8 .ecom-pricing-v2__left {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  #custom-html-8 .ecom-pricing-v2 {
    padding: 58px 18px 64px;
  }
  #custom-html-8 .ecom-pricing-v2__head {
    text-align: left;
    margin-bottom: 34px;
  }
  #custom-html-8 .ecom-pricing-v2__head h2 {
    font-size: 32px;
    line-height: 1.18;
    letter-spacing: -0.8px;
  }
  #custom-html-8 .ecom-pricing-v2__head p {
    font-size: 16px;
  }
  #custom-html-8 .ecom-price-mini {
    padding: 26px 22px 24px;
  }
  #custom-html-8 .ecom-price-mini__head {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
  #custom-html-8 .ecom-price-mini h3 {
    min-height: auto;
    font-size: 22px;
  }
  #custom-html-8 .ecom-price-mini p {
    min-height: auto;
  }
  #custom-html-8 .ecom-price-mini__price b {
    font-size: 30px;
  }
  #custom-html-8 .ecom-price-featured {
    padding: 30px 24px 26px;
  }
  #custom-html-8 .ecom-price-featured h3 {
    font-size: 26px;
  }
  #custom-html-8 .ecom-price-featured__price b {
    font-size: 36px;
  }
  #custom-html-8 .ecom-pricing-v2__logic {
    padding: 24px;
  }
  #custom-html-8 .ecom-pricing-v2__logic-main h3 {
    font-size: 22px;
  }
  #custom-html-8 .ecom-pricing-v2__logic-cards {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  #custom-html-8 .ecom-pricing-v2__head h2 {
    font-size: 28px;
  }
  #custom-html-8 .ecom-price-featured__badge {
    right: -52px;
  }
}
#custom-html-9 {
  /* Adaptive */
}
#custom-html-9 .ecom-audit {
  position: relative;
  background: radial-gradient(circle at 82% 12%, rgba(126, 224, 47, 0.14), transparent 32%), linear-gradient(135deg, #07162b 0%, #0b203e 52%, #061326 100%);
  color: #ffffff;
  padding: 84px 20px 90px;
  font-family: Arial, sans-serif;
  overflow: hidden;
}
#custom-html-9 .ecom-audit:before {
  content: "";
  position: absolute;
  right: -160px;
  top: -160px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  border: 1px solid rgba(126, 224, 47, 0.14);
  box-shadow: 0 0 90px rgba(126, 224, 47, 0.08);
}
#custom-html-9 .ecom-audit__container {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 42px;
  align-items: center;
}
#custom-html-9 .ecom-audit__content h2 {
  margin: 0 0 22px;
  font-size: 46px;
  line-height: 1.12;
  letter-spacing: -1.2px;
  font-weight: 900;
  color: #ffffff;
}
#custom-html-9 .ecom-audit__lead {
  margin: 0 0 30px;
  max-width: 650px;
  font-size: 18px;
  line-height: 1.58;
  color: rgba(255, 255, 255, 0.78);
}
#custom-html-9 .ecom-audit__points {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-bottom: 28px;
}
#custom-html-9 .ecom-audit-point {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 12px;
  align-items: flex-start;
}
#custom-html-9 .ecom-audit-point span {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(126, 224, 47, 0.14);
  color: #7ee02f;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 900;
  margin-top: 1px;
}
#custom-html-9 .ecom-audit-point p {
  margin: 0;
  font-size: 16px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.88);
}
#custom-html-9 .ecom-audit__notice {
  max-width: 620px;
  padding: 18px 20px;
  border-radius: 16px;
  background: rgba(126, 224, 47, 0.1);
  border: 1px solid rgba(126, 224, 47, 0.32);
  font-size: 16px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.88);
}
#custom-html-9 .ecom-audit__notice strong {
  color: #7ee02f;
  font-weight: 900;
}
#custom-html-9 .ecom-audit__form-wrap {
  padding: 8px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.22);
}
#custom-html-9 .ecom-audit-form {
  padding: 34px;
  border-radius: 22px;
  background: #ffffff;
  color: #07162b;
}
#custom-html-9 .ecom-audit-form__head {
  margin-bottom: 26px;
}
#custom-html-9 .ecom-audit-form__head h3 {
  margin: 0 0 8px;
  font-size: 30px;
  line-height: 1.15;
  font-weight: 900;
  color: #07162b;
}
#custom-html-9 .ecom-audit-form__head p {
  margin: 0;
  max-width: 520px;
  font-size: 15px;
  line-height: 1.5;
  color: rgba(7, 22, 43, 0.68);
}
#custom-html-9 .ecom-audit-form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
#custom-html-9 .ecom-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#custom-html-9 .ecom-field--full {
  grid-column: span 2;
}
#custom-html-9 .ecom-field label {
  font-size: 13px;
  font-weight: 900;
  color: rgba(7, 22, 43, 0.78);
}
#custom-html-9 .ecom-field input,
#custom-html-9 .ecom-field textarea {
  width: 100%;
  border: 1px solid rgba(7, 22, 43, 0.12);
  border-radius: 10px;
  background: #f7f9fc;
  color: #07162b;
  font-size: 15px;
  font-family: Arial, sans-serif;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  box-sizing: border-box;
}
#custom-html-9 .ecom-field input {
  min-height: 50px;
  padding: 0 15px;
}
#custom-html-9 .ecom-field textarea {
  min-height: 112px;
  padding: 14px 15px;
  resize: vertical;
}
#custom-html-9 .ecom-field input:focus,
#custom-html-9 .ecom-field textarea:focus {
  background: #ffffff;
  border-color: #55bd19;
  box-shadow: 0 0 0 4px rgba(126, 224, 47, 0.14);
}
#custom-html-9 .ecom-audit-form__btn {
  margin-top: 22px;
  width: 100%;
  min-height: 56px;
  border: 0;
  border-radius: 10px;
  background: linear-gradient(135deg, #75df2f, #55bd19);
  color: #07162b;
  font-size: 16px;
  font-weight: 900;
  font-family: Arial, sans-serif;
  cursor: pointer;
  box-shadow: 0 16px 36px rgba(111, 224, 47, 0.3);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#custom-html-9 .ecom-audit-form__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 44px rgba(111, 224, 47, 0.38);
}
#custom-html-9 .ecom-audit-form__policy {
  margin: 14px 0 0;
  text-align: center;
  font-size: 12px;
  line-height: 1.4;
  color: rgba(7, 22, 43, 0.48);
}
@media (max-width: 1000px) {
  #custom-html-9 .ecom-audit__container {
    grid-template-columns: 1fr;
  }
  #custom-html-9 .ecom-audit__content {
    max-width: 820px;
  }
}
@media (max-width: 768px) {
  #custom-html-9 .ecom-audit {
    padding: 58px 18px 64px;
  }
  #custom-html-9 .ecom-audit__content h2 {
    font-size: 34px;
    line-height: 1.16;
    letter-spacing: -0.8px;
  }
  #custom-html-9 .ecom-audit__lead {
    font-size: 16px;
  }
  #custom-html-9 .ecom-audit-form {
    padding: 24px;
  }
  #custom-html-9 .ecom-audit-form__head h3 {
    font-size: 25px;
  }
  #custom-html-9 .ecom-audit-form__grid {
    grid-template-columns: 1fr;
  }
  #custom-html-9 .ecom-field--full {
    grid-column: auto;
  }
}
@media (max-width: 480px) {
  #custom-html-9 .ecom-audit__content h2 {
    font-size: 29px;
  }
  #custom-html-9 .ecom-audit-form {
    padding: 22px 18px;
  }
}
#custom-html-7 {
  /* Adaptive */
}
#custom-html-7 .ecom-steps {
  background: #f7f9fc;
  color: #07162b;
  padding: 78px 20px 84px;
  font-family: Arial, sans-serif;
}
#custom-html-7 .ecom-steps__container {
  max-width: 1280px;
  margin: 0 auto;
}
#custom-html-7 .ecom-steps__head {
  max-width: 900px;
  margin: 0 auto 46px;
  text-align: center;
}
#custom-html-7 .ecom-steps__head h2 {
  margin: 0 0 18px;
  font-size: 44px;
  line-height: 1.14;
  letter-spacing: -1.2px;
  font-weight: 900;
  color: #07162b;
}
#custom-html-7 .ecom-steps__head p {
  margin: 0 auto;
  max-width: 780px;
  font-size: 18px;
  line-height: 1.55;
  color: rgba(7, 22, 43, 0.72);
}
#custom-html-7 .ecom-steps__grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-bottom: 34px;
}
#custom-html-7 .ecom-step-card {
  position: relative;
  min-height: 245px;
  padding: 28px 24px 26px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(7, 22, 43, 0.08);
  box-shadow: 0 16px 42px rgba(7, 22, 43, 0.07);
  overflow: hidden;
}
#custom-html-7 .ecom-step-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  width: 100%;
  background: #5bd21f;
}
#custom-html-7 .ecom-step-card--accent {
  background: radial-gradient(circle at 92% 0%, rgba(126, 224, 47, 0.15), transparent 34%), #ffffff;
}
#custom-html-7 .ecom-step-card--final {
  background: radial-gradient(circle at 90% 0%, rgba(126, 224, 47, 0.2), transparent 36%), linear-gradient(135deg, #07162b 0%, #0b203e 100%);
  color: #ffffff;
}
#custom-html-7 .ecom-step-card--final:before {
  background: #7ee02f;
}
#custom-html-7 .ecom-step-card__num {
  display: inline-flex;
  margin-bottom: 26px;
  font-size: 36px;
  line-height: 1;
  font-weight: 900;
  color: rgba(7, 22, 43, 0.16);
}
#custom-html-7 .ecom-step-card--final .ecom-step-card__num {
  color: rgba(255, 255, 255, 0.22);
}
#custom-html-7 .ecom-step-card h3 {
  margin: 0 0 12px;
  font-size: 21px;
  line-height: 1.22;
  font-weight: 900;
  color: #07162b;
}
#custom-html-7 .ecom-step-card--final h3 {
  color: #ffffff;
}
#custom-html-7 .ecom-step-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  color: rgba(7, 22, 43, 0.68);
}
#custom-html-7 .ecom-step-card--final p {
  color: rgba(255, 255, 255, 0.78);
}
#custom-html-7 .ecom-steps__bottom {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  padding: 30px 34px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(126, 224, 47, 0.32);
  box-shadow: 0 18px 46px rgba(7, 22, 43, 0.07);
}
#custom-html-7 .ecom-steps__bottom-text h3 {
  margin: 0 0 8px;
  font-size: 26px;
  line-height: 1.22;
  font-weight: 900;
  color: #07162b;
}
#custom-html-7 .ecom-steps__bottom-text p {
  margin: 0;
  max-width: 840px;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(7, 22, 43, 0.7);
}
#custom-html-7 .ecom-steps__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 8px;
  background: linear-gradient(135deg, #75df2f, #55bd19);
  color: #07162b;
  text-decoration: none;
  font-size: 15px;
  font-weight: 900;
  white-space: nowrap;
  box-shadow: 0 12px 30px rgba(111, 224, 47, 0.24);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#custom-html-7 .ecom-steps__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(111, 224, 47, 0.34);
}
@media (max-width: 1180px) {
  #custom-html-7 .ecom-steps__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  #custom-html-7 .ecom-steps {
    padding: 56px 18px 62px;
  }
  #custom-html-7 .ecom-steps__head {
    text-align: left;
    margin-bottom: 34px;
  }
  #custom-html-7 .ecom-steps__head h2 {
    font-size: 32px;
    line-height: 1.18;
    letter-spacing: -0.8px;
  }
  #custom-html-7 .ecom-steps__head p {
    font-size: 16px;
  }
  #custom-html-7 .ecom-steps__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  #custom-html-7 .ecom-step-card {
    min-height: auto;
    padding: 26px 22px 24px;
  }
  #custom-html-7 .ecom-step-card__num {
    margin-bottom: 20px;
    font-size: 32px;
  }
  #custom-html-7 .ecom-step-card h3 {
    font-size: 20px;
  }
  #custom-html-7 .ecom-steps__bottom {
    grid-template-columns: 1fr;
    padding: 24px;
  }
  #custom-html-7 .ecom-steps__bottom-text h3 {
    font-size: 22px;
  }
  #custom-html-7 .ecom-steps__btn {
    width: 100%;
  }
}
@media (max-width: 480px) {
  #custom-html-7 .ecom-steps__head h2 {
    font-size: 28px;
  }
  #custom-html-7 .ecom-step-card h3 {
    font-size: 19px;
  }
}
#custom-html-a .ecom-faq {
  background: #f7f9fc;
  color: #07162b;
  padding: 78px 20px 84px;
  font-family: Arial, sans-serif;
}
#custom-html-a .ecom-faq__container {
  max-width: 1180px;
  margin: 0 auto;
}
#custom-html-a .ecom-faq__head {
  max-width: 860px;
  margin: 0 auto 42px;
  text-align: center;
}
#custom-html-a .ecom-faq__head h2 {
  margin: 0 0 18px;
  font-size: 42px;
  line-height: 1.14;
  letter-spacing: -1.2px;
  font-weight: 900;
  color: #07162b;
}
#custom-html-a .ecom-faq__head p {
  margin: 0 auto;
  max-width: 760px;
  font-size: 18px;
  line-height: 1.55;
  color: rgba(7, 22, 43, 0.72);
}
#custom-html-a .ecom-faq__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
#custom-html-a .ecom-faq-item {
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(7, 22, 43, 0.08);
  box-shadow: 0 14px 36px rgba(7, 22, 43, 0.06);
  overflow: hidden;
}
#custom-html-a .ecom-faq-item summary {
  width: 100%;
  min-height: 74px;
  padding: 20px 22px;
  background: #ffffff;
  color: #07162b;
  display: grid;
  grid-template-columns: 1fr 34px;
  gap: 18px;
  align-items: center;
  text-align: left;
  cursor: pointer;
  list-style: none;
  box-sizing: border-box;
}
#custom-html-a .ecom-faq-item summary::-webkit-details-marker {
  display: none;
}
#custom-html-a .ecom-faq-item summary span {
  font-size: 17px;
  line-height: 1.3;
  font-weight: 900;
}
#custom-html-a .ecom-faq-item summary b {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(126, 224, 47, 0.14);
  color: #4bad13;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  line-height: 1;
  font-weight: 900;
  transition: transform 0.2s ease, background 0.2s ease;
}
#custom-html-a .ecom-faq-item[open] summary b {
  transform: rotate(45deg);
  background: rgba(126, 224, 47, 0.22);
}
#custom-html-a .ecom-faq-item__answer {
  padding: 0 22px 22px;
}
#custom-html-a .ecom-faq-item__answer p {
  margin: 0;
  padding-top: 2px;
  font-size: 15px;
  line-height: 1.55;
  color: rgba(7, 22, 43, 0.68);
}
#custom-html-a .ecom-faq__bottom {
  margin-top: 30px;
  padding: 28px 32px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(126, 224, 47, 0.34);
  box-shadow: 0 18px 46px rgba(7, 22, 43, 0.07);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
}
#custom-html-a .ecom-faq__bottom h3 {
  margin: 0 0 8px;
  font-size: 25px;
  line-height: 1.22;
  font-weight: 900;
  color: #07162b;
}
#custom-html-a .ecom-faq__bottom p {
  margin: 0;
  max-width: 780px;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(7, 22, 43, 0.7);
}
#custom-html-a .ecom-faq__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 8px;
  background: linear-gradient(135deg, #75df2f, #55bd19);
  color: #07162b;
  text-decoration: none;
  font-size: 15px;
  font-weight: 900;
  white-space: nowrap;
  box-shadow: 0 12px 30px rgba(111, 224, 47, 0.24);
}
@media (max-width: 900px) {
  #custom-html-a .ecom-faq__grid {
    grid-template-columns: 1fr;
  }
  #custom-html-a .ecom-faq__bottom {
    grid-template-columns: 1fr;
  }
  #custom-html-a .ecom-faq__btn {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #custom-html-a .ecom-faq {
    padding: 58px 18px 64px;
  }
  #custom-html-a .ecom-faq__head {
    text-align: left;
    margin-bottom: 34px;
  }
  #custom-html-a .ecom-faq__head h2 {
    font-size: 32px;
    line-height: 1.18;
    letter-spacing: -0.8px;
  }
  #custom-html-a .ecom-faq__head p {
    font-size: 16px;
  }
  #custom-html-a .ecom-faq-item summary {
    min-height: 68px;
    padding: 18px;
  }
  #custom-html-a .ecom-faq-item summary span {
    font-size: 16px;
  }
  #custom-html-a .ecom-faq-item__answer {
    padding: 0 18px 20px;
  }
  #custom-html-a .ecom-faq__bottom {
    padding: 24px;
  }
  #custom-html-a .ecom-faq__bottom h3 {
    font-size: 22px;
  }
}
#custom-html-b {
  /* Footer */
  /* Adaptive */
}
#custom-html-b .ecom-final {
  position: relative;
  background: radial-gradient(circle at 82% 10%, rgba(126, 224, 47, 0.14), transparent 34%), linear-gradient(135deg, #07162b 0%, #0b203e 52%, #061326 100%);
  color: #ffffff;
  padding: 76px 20px 0;
  font-family: Arial, sans-serif;
  overflow: hidden;
}
#custom-html-b .ecom-final:before {
  content: "";
  position: absolute;
  top: -180px;
  right: -160px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  border: 1px solid rgba(126, 224, 47, 0.14);
  box-shadow: 0 0 90px rgba(126, 224, 47, 0.08);
  pointer-events: none;
}
#custom-html-b .ecom-final__container {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto;
}
#custom-html-b .ecom-final__cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 42px;
  align-items: center;
  padding: 42px;
  border-radius: 28px;
  background: radial-gradient(circle at 100% 0%, rgba(126, 224, 47, 0.16), transparent 38%), rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(126, 224, 47, 0.28);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.22);
}
#custom-html-b .ecom-final__kicker {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(126, 224, 47, 0.14);
  color: #7ee02f;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
#custom-html-b .ecom-final__content h2 {
  margin: 0 0 20px;
  max-width: 760px;
  font-size: 50px;
  line-height: 1.08;
  letter-spacing: -1.4px;
  font-weight: 900;
  color: #ffffff;
}
#custom-html-b .ecom-final__content p {
  margin: 0 0 26px;
  max-width: 760px;
  font-size: 18px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.78);
}
#custom-html-b .ecom-final__points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
}
#custom-html-b .ecom-final__points div {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.86);
}
#custom-html-b .ecom-final__points span {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: rgba(126, 224, 47, 0.14);
  color: #7ee02f;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 900;
}
#custom-html-b .ecom-final__action {
  min-width: 300px;
  padding: 26px;
  border-radius: 22px;
  background: #ffffff;
  color: #07162b;
  text-align: center;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.18);
}
#custom-html-b .ecom-final__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 56px;
  padding: 0 24px;
  border-radius: 10px;
  background: linear-gradient(135deg, #75df2f, #55bd19);
  color: #07162b;
  text-decoration: none;
  font-size: 16px;
  font-weight: 900;
  box-shadow: 0 16px 36px rgba(111, 224, 47, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#custom-html-b .ecom-final__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 44px rgba(111, 224, 47, 0.36);
}
#custom-html-b .ecom-final__action p {
  margin: 14px 0 0;
  font-size: 13px;
  line-height: 1.45;
  color: rgba(7, 22, 43, 0.58);
}
#custom-html-b .ecom-footer {
  margin-top: 54px;
  padding: 34px 0;
  display: grid;
  grid-template-columns: 1.1fr 1fr 0.9fr;
  gap: 42px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
#custom-html-b .ecom-footer__logo {
  margin-bottom: 14px;
  font-size: 25px;
  line-height: 1;
  font-weight: 900;
  color: #ffffff;
}
#custom-html-b .ecom-footer__logo span {
  color: #7ee02f;
}
#custom-html-b .ecom-footer__brand p {
  margin: 0;
  max-width: 380px;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.68);
}
#custom-html-b .ecom-footer__nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 24px;
  align-content: start;
}
#custom-html-b .ecom-footer__nav a,
#custom-html-b .ecom-footer__contacts a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  transition: color 0.2s ease;
}
#custom-html-b .ecom-footer__nav a:hover,
#custom-html-b .ecom-footer__contacts a:hover {
  color: #7ee02f;
}
#custom-html-b .ecom-footer__contacts {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}
#custom-html-b .ecom-footer__contacts strong {
  display: block;
  margin-bottom: 4px;
  font-size: 17px;
  color: #ffffff;
}
#custom-html-b .ecom-footer__contacts span {
  display: block;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.62);
}
#custom-html-b .ecom-footer__socials {
  display: flex;
  gap: 10px;
  margin-top: 4px;
}
#custom-html-b .ecom-footer__socials a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(126, 224, 47, 0.12);
  color: #7ee02f;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 900;
  border: 1px solid rgba(126, 224, 47, 0.24);
}
#custom-html-b .ecom-footer__bottom {
  padding: 18px 0 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.52);
  font-size: 13px;
}
#custom-html-b .ecom-footer__bottom a {
  color: rgba(255, 255, 255, 0.62);
  text-decoration: none;
}
#custom-html-b .ecom-footer__bottom a:hover {
  color: #7ee02f;
}
@media (max-width: 1000px) {
  #custom-html-b .ecom-final__cta {
    grid-template-columns: 1fr;
  }
  #custom-html-b .ecom-final__action {
    min-width: 0;
    max-width: 420px;
  }
  #custom-html-b .ecom-footer {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  #custom-html-b .ecom-final {
    padding: 58px 18px 0;
  }
  #custom-html-b .ecom-final__cta {
    padding: 28px 22px;
    border-radius: 24px;
  }
  #custom-html-b .ecom-final__content h2 {
    font-size: 34px;
    line-height: 1.14;
    letter-spacing: -0.8px;
  }
  #custom-html-b .ecom-final__content p {
    font-size: 16px;
  }
  #custom-html-b .ecom-final__points {
    flex-direction: column;
    gap: 12px;
  }
  #custom-html-b .ecom-final__action {
    width: 100%;
    box-sizing: border-box;
  }
  #custom-html-b .ecom-footer__nav {
    grid-template-columns: 1fr;
  }
  #custom-html-b .ecom-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 480px) {
  #custom-html-b .ecom-final__content h2 {
    font-size: 29px;
  }
  #custom-html-b .ecom-final__action {
    padding: 22px 18px;
  }
}
