*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  min-height: 100vh;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #0E0F17;
  background-color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
  height: auto;
}

input, button, textarea, select {
  font: inherit;
  color: inherit;
}

button {
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: none;
}

ul, ol {
  list-style: none;
  padding: 0;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

#root, #__next {
  isolation: isolate;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
h1, .h1 {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
  font-size: 64px;
  line-height: 1.1;
  color: #0E0F17;
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 36px;
  }
}

h2, .h2 {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 1.2;
  color: #0E0F17;
}
@media (max-width: 767px) {
  h2, .h2 {
    font-size: 28px;
  }
}

h3, .h3 {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 1.2;
  color: #0E0F17;
}
@media (max-width: 767px) {
  h3, .h3 {
    font-size: 24px;
  }
}

h4, .h4 {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.2;
  color: #0E0F17;
}
@media (max-width: 767px) {
  h4, .h4 {
    font-size: 22px;
  }
}

h5, .h5 {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.2;
  color: #0E0F17;
}
@media (max-width: 767px) {
  h5, .h5 {
    font-size: 20px;
  }
}

h6, .h6 {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  color: #0E0F17;
}
@media (max-width: 767px) {
  h6, .h6 {
    font-size: 18px;
  }
}

p {
  font-size: 16px;
  line-height: 1.4;
  color: #0E0F17;
}

.text--lg {
  font-size: 18px;
  line-height: 1.4;
}
.text--md {
  font-size: 16px;
  line-height: 1.4;
}
.text--sm {
  font-size: 14px;
  line-height: 1.4;
}
.text--xs {
  font-size: 12px;
  line-height: 1.4;
}
.text--muted {
  color: #6C6D78;
}
.text--white {
  color: #FFFFFF;
}
.text--primary {
  color: #003DA6;
}
.text--center {
  text-align: center;
}
.text--right {
  text-align: right;
}
.text--medium {
  font-weight: 500;
}
.text--semibold {
  font-weight: 600;
}
.text--bold {
  font-weight: 700;
}

a {
  color: #003DA6;
  transition: opacity 150ms ease;
}

a:hover {
  opacity: 0.8;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 32px;
  cursor: pointer;
  transition: background-color 150ms ease, color 150ms ease, transform 150ms ease;
  white-space: nowrap;
  user-select: none;
}
.btn:active {
  transform: translateY(1px);
}
.btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.btn--lg {
  height: 75px;
  padding: 28px 64px;
}
.btn--md {
  height: 67px;
  padding-inline: 28px;
}
.btn--icon {
  width: 65px;
  height: 65px;
  padding: 0;
  border-radius: 9999px;
}
.btn--dark, .btn--dark:visited {
  background-color: #0E0F17;
  color: #FFFFFF;
}
.btn--dark:hover {
  background-color: rgb(33.2972972973, 35.6756756757, 54.7027027027);
}
.btn--white, .btn--white:visited {
  background-color: #FFFFFF;
  color: #0E0F17;
  border: 1px solid #D9D9D9;
}
.btn--white:hover {
  background-color: #F3F3F3;
}
.btn--primary, .btn--primary:visited {
  background-color: #003DA6;
  color: #FFFFFF;
}
.btn--primary:hover {
  background-color: rgb(0, 46.0072289157, 125.2);
}
.btn--ghost {
  background-color: transparent;
  color: #0E0F17;
}
.btn--ghost:hover {
  background-color: #F3F3F3;
}
.btn .btn__icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.header {
  position: sticky;
  top: 0;
  z-index: 200;
  width: 100%;
  height: 103px;
  background-color: #FFFFFF;
  border-bottom: 1px solid #F3F0F0;
}
@media (max-width: 767px) {
  .header {
    height: 72px;
  }
}
.header__inner {
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin-inline: auto;
  padding-inline: 64px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .header__inner {
    padding-inline: 0;
  }
}
.header__logo {
  flex-shrink: 0;
  width: 111px;
  padding: 24px 26px 24px 0;
  border-right: 1px solid #F3F0F0;
  display: flex;
  align-items: center;
  color: #0E0F17;
}
.header__logo img, .header__logo svg {
  width: 85px;
  height: 55px;
}
@media (max-width: 767px) {
  .header__logo {
    width: 124px;
    padding: 6px 16px 6px 24px;
  }
  .header__logo img, .header__logo svg {
    width: 90px;
    height: 60px;
  }
}
.header__nav {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px;
  gap: 64px;
}
@media (max-width: 1023px) {
  .header__nav {
    display: none;
  }
}
.header__nav-link, .header__nav-link:visited {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
  color: #0E0F17;
  white-space: nowrap;
  text-decoration: none;
  transition: color 150ms ease;
}
.header__nav-link:hover, .header__nav-link.is-active {
  color: #003DA6;
}
.header__nav-arrow {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
  transform: rotate(180deg);
  color: #6C6E78;
  transition: transform 200ms ease;
}
.header__nav-item--has-menu:hover .header__nav-arrow, .header__nav-item--has-menu:focus-within .header__nav-arrow {
  transform: rotate(0deg);
}
.header__phone-cell {
  flex-shrink: 0;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 0 0 32px;
  gap: 32px;
  border-left: 1px solid #F3F0F0;
}
@media (max-width: 1023px) {
  .header__phone-cell {
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .header__phone-cell {
    flex: 1 1 auto;
    padding: 0;
    gap: 0;
    border-left: 0;
    justify-content: flex-end;
  }
}
.header__phone {
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
  color: #000000;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .header__phone {
    width: 97px;
    height: 100%;
    justify-content: center;
    gap: 0;
    border-left: 1px solid #F3F0F0;
  }
  .header__phone span {
    display: none;
  }
}
.header__phone-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .header__phone-icon {
    width: 24px;
    height: 24px;
  }
}
.header__lang-wrap {
  position: relative;
  height: 100%;
  border-left: 1px solid #F3F0F0;
  display: flex;
  align-items: stretch;
}
@media (max-width: 767px) {
  .header__lang-wrap {
    border-left: 0;
  }
}
.header__lang-wrap:hover .header__lang-menu, .header__lang-wrap:focus-within .header__lang-menu,
.header__lang-wrap .header__lang[aria-expanded=true] + .header__lang-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header__lang {
  flex-shrink: 0;
  height: 100%;
  width: 125px;
  padding: 0 32px;
  border-left: 1px solid #F3F0F0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  cursor: pointer;
  background: none;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
}
@media (max-width: 767px) {
  .header__lang {
    width: 97px;
    padding: 0;
    gap: 8px;
  }
}
.header__lang-menu {
  position: absolute;
  top: 100%;
  left: 32px;
  list-style: none;
}
@media (max-width: 767px) {
  .header__lang-menu {
    left: 0;
  }
}
.header__lang-menu {
  margin: 0;
  padding: 8px 12px 12px;
  background-color: #FFFFFF;
  border: 1px solid #F3F0F0;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(14, 15, 23, 0.12);
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 200;
  opacity: 0;
  visibility: hidden;
  transition: opacity 150ms ease, visibility 150ms ease;
}
.header__lang-menu:hover {
  opacity: 1;
  visibility: visible;
}
.header__lang-option {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.header__lang-circle {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #F3F0F0;
  color: #0E0F17;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 150ms ease;
}
.header__lang-circle:hover {
  background-color: rgb(231.6666666667, 225.8333333333, 225.8333333333);
}
@media (max-width: 767px) {
  .header__lang-arrow {
    width: 10px;
    height: 10px;
  }
}
.header__lang-flag {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.header__lang-flag svg, .header__lang-flag img {
  width: 100%;
  height: 100%;
  display: block;
}
.header__lang-arrow {
  width: 12px;
  height: 12px;
}
.header__burger {
  display: none;
  background: none;
  border: 0;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .header__burger {
    display: flex;
    width: 72px;
    height: 100%;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #F3F0F0;
    padding: 0;
  }
}
.header__burger span, .header__burger span::before, .header__burger span::after {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background-color: #0E0F17;
  position: relative;
}
.header__burger span::before {
  position: absolute;
  top: -7px;
}
.header__burger span::after {
  position: absolute;
  top: 7px;
}

.nav-drawer {
  position: fixed;
  inset: 0;
  background-color: #FFFFFF;
  z-index: 400;
  padding: 32px 16px;
  transform: translateX(100%);
  transition: transform 250ms ease;
  overflow-y: auto;
}
.nav-drawer.is-open {
  transform: translateX(0);
}
.nav-drawer__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}
.nav-drawer__nav {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 56px;
}
.nav-drawer__link {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #0E0F17;
}

.header__nav-item {
  position: static;
  display: flex;
  align-items: center;
}
.header__nav-item--has-menu:hover .megamenu, .header__nav-item--has-menu:focus-within .megamenu, .header__nav-item--has-menu.is-open .megamenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.megamenu {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background-color: #FFFFFF;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
  padding: 0 106px 0 107px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 200ms ease, visibility 0s linear 200ms;
  z-index: 201;
}
.megamenu::before {
  content: "";
  position: absolute;
  top: -16px;
  left: 0;
  right: 0;
  height: 16px;
}
.megamenu:hover {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1023px) {
  .megamenu {
    display: none;
  }
}
.megamenu__inner {
  display: flex;
  gap: 53px;
  max-width: 1227px;
}
.megamenu__col {
  flex: 0 0 227px;
  padding: 32px 0;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.megamenu__col:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -27px;
  top: 32px;
  bottom: 32px;
  width: 1px;
  background-color: rgba(108, 110, 120, 0.2);
}
.megamenu__category {
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: inherit;
  text-decoration: none;
}
.megamenu__img {
  display: block;
  width: 100%;
  height: 150px;
  border-radius: 32px;
  overflow: hidden;
  background-color: #F9F9F9;
}
.megamenu__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 300ms ease;
}
.megamenu__category:hover .megamenu__img img {
  transform: scale(1.04);
}
.megamenu__title {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: #0E0F17;
  transition: color 150ms ease;
}
.megamenu__title--active {
  color: #003DA6;
}
.megamenu__category:hover .megamenu__title {
  color: #003DA6;
}
.megamenu__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.megamenu__link, .megamenu__link:visited {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #6C6D78;
  text-transform: none;
  text-decoration: none;
  display: block;
  transition: color 150ms ease;
}
.megamenu__link:hover {
  color: #003DA6;
}
.megamenu__link--featured {
  color: #0E0F17;
}
.megamenu__link-sub {
  display: block;
}

.mobile-menu {
  position: fixed;
  top: 90px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  background-color: #FFFFFF;
  padding: 32px 20px;
  overflow-y: auto;
}
.mobile-menu[hidden] {
  display: none;
}
@media (min-width: 1024px) {
  .mobile-menu {
    display: none !important;
  }
}
.mobile-menu__list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.mobile-menu__item {
  display: block;
  padding: 16px 0;
  border-bottom: 1px solid #F3F0F0;
}
.mobile-menu__item:last-child {
  border-bottom: 0;
}
.mobile-menu__item summary {
  list-style: none;
}
.mobile-menu__item summary::-webkit-details-marker {
  display: none;
}
.mobile-menu__item summary {
  cursor: pointer;
}
.mobile-menu__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: #0E0F17;
  text-decoration: none;
  text-transform: uppercase;
}
.mobile-menu__link--active {
  color: #003DA6;
}
.mobile-menu__arrow {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
  transform: rotate(180deg);
  color: #6C6E78;
  transition: transform 200ms ease;
}
.mobile-menu__item--has-sub[open] .mobile-menu__arrow {
  transform: rotate(0deg);
}
.mobile-menu__sub {
  list-style: none;
  margin: 16px 0 0;
  padding: 32px 20px;
  background-color: #F8F8F8;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.mobile-menu__sub li a {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3;
  color: #0E0F17;
  text-decoration: none;
}
.mobile-menu__sub li a:hover {
  color: #003DA6;
}

.header__burger.is-active span {
  background-color: transparent;
}
.header__burger.is-active span::before {
  transform: translateY(0) rotate(45deg);
	top: 0px;
}
.header__burger.is-active span::after {
  transform: translateY(0) rotate(-45deg);
	top: 0px;
}

body.is-menu-open {
  overflow: hidden;
}

.pilot-banner {
  width: 100%;
  background-color: #FFFFFF;
  padding: 0 64px;
}
@media (max-width: 767px) {
  .pilot-banner {
    padding: 0 16px;
  }
}
.pilot-banner__inner {
  width: 100%;
  max-width: 1312px;
  margin-inline: auto;
  height: 600px;
  border-radius: 32px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 32px;
}
@media (max-width: 767px) {
  .pilot-banner__inner {
    height: auto;
    min-height: 0;
    padding: 0;
    border-radius: 0;
    background: none !important;
    overflow: visible;
  }
}
.pilot-banner__card {
  background-color: #0E0F17;
  border-radius: 24px;
  padding: 32px;
  width: 422px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .pilot-banner__card {
    width: 100%;
    align-self: stretch;
    padding: 24px 20px;
    border-radius: 32px;
    background-color: #0E0F17;
    justify-content: flex-end;
    align-items: flex-start;
  }
}
.pilot-banner__title {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.2;
  margin: 0;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .pilot-banner__title {
    font-size: 24px;
  }
}
.pilot-banner__subtitle {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  color: #6C6E78;
  margin: 0;
}
.pilot-banner__price-row {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 767px) {
  .pilot-banner__price-row {
    gap: 16px;
  }
}
.pilot-banner__price-label {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  color: #6C6E78;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .pilot-banner__price-label {
    font-size: 16px;
  }
}
.pilot-banner__price {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 1.1;
  color: #FFFFFF;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .pilot-banner__price {
    font-size: 30px;
    line-height: 120%;
  }
}
.pilot-banner__btn, .pilot-banner__btn:visited {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  height: 65px;
  padding: 0 24px 0 32px;
  background-color: #003DA6;
  border-radius: 32px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none;
  transition: background-color 150ms ease, transform 150ms ease;
  width: fit-content;
}
.pilot-banner__btn:hover {
  background-color: #00318a;
  transform: translateY(-2px);
}
.pilot-banner__btn svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .pilot-banner__btn {
    width: 100%;
    padding: 0 16px 0 54px;
  }
  .pilot-banner__btn svg {
    width: 45px;
    height: 45px;
  }
}

.video-reviews {
  width: 100%;
  background-color: #FFFFFF;
  padding: 48px 0;
}
@media (min-width: 768px) {
  .video-reviews {
    padding: 50px 24px;
  }
}
@media (min-width: 1024px) {
  .video-reviews {
    padding: 50px 64px;
  }
}
.video-reviews__inner {
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.video-reviews__head {
  padding: 0 16px;
}
@media (min-width: 768px) {
  .video-reviews__head {
    padding: 0;
  }
}
.video-reviews__title {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  color: #0E0F17;
  margin: 0;
}
.video-reviews__track {
  display: flex;
  flex-direction: row;
  gap: 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 0 16px;
  scrollbar-width: none;
}
.video-reviews__track::-webkit-scrollbar {
  display: none;
}
@media (min-width: 768px) {
  .video-reviews__track {
    gap: 16px;
    overflow: visible;
    scroll-snap-type: none;
    padding: 0;
  }
}
.video-reviews__tile {
  flex: 0 0 calc(75% - 6px);
  max-width: 280px;
  aspect-ratio: 338/450;
  border-radius: 32px;
  background-size: cover;
  background-position: center;
  background-color: #2A3338;
  position: relative;
  scroll-snap-align: start;
  text-decoration: none;
}
@media (min-width: 768px) {
  .video-reviews__tile {
    flex: 1 1 0;
    max-width: none;
    scroll-snap-align: none;
  }
}
.video-reviews__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
}
.video-reviews__play svg {
  width: 100%;
  height: 100%;
  display: block;
}
@media (min-width: 768px) {
  .video-reviews__play {
    width: 94px;
    height: 94px;
  }
}
.video-reviews__indicator {
  margin: 0 16px;
  padding: 12px 32px;
  background-color: #F4F4F4;
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
}
.video-reviews__indicator .swiper-pagination,
.video-reviews__indicator .swiper-pagination-bullets {
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  gap: 16px !important;
  position: static !important;
  width: auto !important;
}
@media (min-width: 768px) {
  .video-reviews__indicator {
    display: none;
  }
}
.video-reviews__indicator-bar {
  width: 105px;
  height: 14px;
  border-radius: 67px;
  background-color: rgba(108, 110, 120, 0.15);
  overflow: hidden;
  flex-shrink: 0;
}
.video-reviews__indicator-bar::after {
  content: "";
  display: block;
  height: 100%;
  width: var(--progress, 25%);
  background-color: #003DA6;
  border-radius: inherit;
  transition: width 0.3s ease;
}
.video-reviews__pagination-dot {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: rgba(108, 110, 120, 0.15);
  cursor: pointer;
  transition: background-color 0.2s ease;
  flex-shrink: 0;
}
.video-reviews__pagination-dot.is-active {
  background-color: #003DA6;
}

.footer {
  width: 100%;
  background-color: #0E0F17;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
}
.footer__content {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.footer__sitemap {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .footer__sitemap {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.footer__left {
  width: 100%;
  padding: 32px 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}
@media (min-width: 1024px) {
  .footer__left {
    flex: 0 0 385px;
    min-height: 376px;
    padding: 48px 64px 32px;
  }
}
.footer__logo {
  width: 85px;
  height: 56px;
  flex-shrink: 0;
}
.footer__logo img, .footer__logo svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer__info-block {
  width: 100%;
  padding-top: 24px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer__info-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: -16px;
  right: -16px;
  height: 1px;
  background-color: rgba(108, 110, 120, 0.25);
}
.footer__info-block:first-of-type {
  padding-top: 0;
}
.footer__info-block:first-of-type::before {
  display: none;
}
@media (min-width: 768px) {
  .footer__info-block {
    padding-top: 0;
  }
  .footer__info-block::before {
    display: none;
  }
}
.footer__info-label {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #6C6E78;
}
.footer__info-text {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #FFFFFF;
  text-decoration: none;
}
.footer__info-text--link:hover {
  color: rgb(229.5, 229.5, 229.5);
}
.footer__menus {
  width: 100%;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media (min-width: 768px) {
  .footer__menus {
    padding: 32px;
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .footer__menus {
    flex: 1 1 auto;
    min-width: 0;
    min-height: 376px;
    padding: 48px 32px 32px;
    flex-direction: row;
    align-items: flex-start;
    gap: 48px;
  }
}
.footer__col {
  width: 100%;
  padding: 24px 0 0;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer__col::before {
  content: "";
  position: absolute;
  top: 0;
  left: -16px;
  right: -16px;
  height: 1px;
  background-color: rgba(108, 110, 120, 0.25);
}
.footer__col summary {
  list-style: none;
}
.footer__col summary::-webkit-details-marker {
  display: none;
}
.footer__col summary {
  cursor: pointer;
  position: relative;
  padding-right: 28px;
}
.footer__col summary::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 16px;
  height: 16px;
  background-color: #6C6E78;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path d='M2 12.667h12c.122 0 .241-.034.345-.097a.659.659 0 00.245-.26.66.66 0 00.075-.351.66.66 0 00-.116-.339L8.549 2.954a.667.667 0 00-1.097 0l-6 8.667a.66.66 0 00-.118.338.66.66 0 00.075.35.66.66 0 00.245.262c.104.063.224.097.346.097z'/></svg>") center/contain no-repeat;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path d='M2 12.667h12c.122 0 .241-.034.345-.097a.659.659 0 00.245-.26.66.66 0 00.075-.351.66.66 0 00-.116-.339L8.549 2.954a.667.667 0 00-1.097 0l-6 8.667a.66.66 0 00-.118.338.66.66 0 00.075.35.66.66 0 00.245.262c.104.063.224.097.346.097z'/></svg>") center/contain no-repeat;
  transform: translateY(-50%);
  transition: transform 200ms ease;
}
.footer__col[open] summary::after {
  transform: translateY(-50%) rotate(180deg);
}
@media (min-width: 768px) {
  .footer__col {
    padding-top: 0;
    flex: 1 1 0;
    min-width: 0;
  }
  .footer__col::before {
    display: none;
  }
  .footer__col summary {
    cursor: default;
    padding-right: 0;
  }
  .footer__col summary::after {
    display: none;
  }
  .footer__col .footer__list {
    display: flex;
  }
  .footer__col:not([open]) .footer__list {
    display: flex;
  }
}
@media (min-width: 1024px) {
  .footer__col--narrow {
    flex: 0 0 234px;
  }
}
.footer__col-title {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #6C6E78;
  margin: 0;
}
.footer__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer__link, 
.footer__link:visited {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #FFFFFF;
  text-decoration: none;
  transition: color 150ms ease;
}
.footer__link:hover {
  color: rgba(255, 255, 255, 0.7);
}
.footer__link--muted {
  color: #6C6E78;
}
.footer__contacts {
  width: 100%;
  padding: 24px 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  border-top: 1px solid rgba(108, 110, 120, 0.25);
  border-bottom: 1px solid rgba(108, 110, 120, 0.25);
}
@media (min-width: 1024px) {
  .footer__contacts {
    min-height: 146px;
    padding: 32px 64px 32px 0;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 133px;
  }
}
.footer__managers {
  width: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 1024px) {
  .footer__managers {
    flex: 1 1 auto;
    min-width: 0;
    padding: 0 64px;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    gap: 64px;
  }
}
.footer__manager {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.footer__manager-role {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #6C6E78;
}
.footer__manager-name {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: #FFFFFF;
}
.footer__manager-phone {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: #6C6E78;
  text-decoration: none;
  transition: color 150ms ease;
}
.footer__manager-phone:hover {
  color: #FFFFFF;
}
.footer__socials {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}
.footer__social, .footer__social:visited {
  width: 32px;
  height: 32px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 150ms ease;
}
.footer__social:hover {
  opacity: 0.7;
}
.footer__social svg {
  width: 100%;
  height: 100%;
}
.footer__legal {
  width: 100%;
  padding: 16px;
  background-color: #0E0F17;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}
@media (min-width: 1024px) {
  .footer__legal {
    height: 52px;
    padding: 16px 64px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
  }
}
.footer__copyright {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #6C6E78;
}
.footer__legal-links {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 16px;
}
.footer__legal-link, .footer__legal-link:visited {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #6C6E78;
  text-decoration: none;
  transition: color 150ms ease;
}
.footer__legal-link:hover {
  color: #FFFFFF;
}

.product-card {
  display: flex;
  flex-direction: column;
  background-color: #F3F3F3;
  border-radius: 24px;
  overflow: hidden;
  transition: transform 250ms ease, box-shadow 250ms ease;
}
.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(14, 15, 23, 0.12);
}
.product-card__image {
  aspect-ratio: 427/380;
  overflow: hidden;
  background-color: #FFFFFF;
}
.product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-card__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px;
  flex-grow: 1;
}
.product-card__title {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  color: #0E0F17;
}
@media (max-width: 767px) {
  .product-card__title {
    font-size: 18px;
  }
}
.product-card__title {
  color: #0E0F17;
}
.product-card__desc {
  font-size: 16px;
  line-height: 1.4;
  color: #6C6D78;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-card__specs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
}
.product-card__spec {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #6C6D78;
}
.product-card__spec svg, .product-card__spec img {
  width: 16px;
  height: 16px;
}
.product-card__footer {
  margin-top: auto;
  padding-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.product-card__price {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  color: #0E0F17;
}
@media (max-width: 767px) {
  .product-card__price {
    font-size: 18px;
  }
}
.product-card__price {
  color: #0E0F17;
}

.service-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 32px;
  background-color: #FFFFFF;
  border: 1px solid #E5E5E7;
  border-radius: 24px;
  transition: border-color 250ms ease, box-shadow 250ms ease;
}
.service-card:hover {
  border-color: #003DA6;
  box-shadow: 0 4px 16px rgba(14, 15, 23, 0.08);
}
.service-card__icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F8F8F8;
  border-radius: 16px;
}
.service-card__icon img, .service-card__icon svg {
  width: 40px;
  height: 40px;
}
.service-card__title {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  color: #0E0F17;
}
@media (max-width: 767px) {
  .service-card__title {
    font-size: 18px;
  }
}
.service-card__desc {
  font-size: 16px;
  line-height: 1.4;
  color: #6C6D78;
}

.feature-card {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 16/9;
  background-color: #F3F3F3;
}
.feature-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.feature-card__content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px;
  background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, 0.7) 100%);
  color: #FFFFFF;
}
.feature-card__title {
  font-size: 28px;
  font-weight: 700;
  color: #FFFFFF;
}
.feature-card__desc {
  font-size: 16px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.85);
  margin-top: 8px;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.field__label {
  font-size: 14px;
  font-weight: 500;
  color: #0E0F17;
}
.field__hint {
  font-size: 12px;
  color: #6C6D78;
}
.field__error {
  font-size: 12px;
  color: #D9342B;
}

.select, .textarea, .input {
  width: 100%;
  height: 67px;
  padding: 0 24px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 16px;
  color: #0E0F17;
  background-color: #F3F3F3;
  border: 1px solid transparent;
  border-radius: 32px;
  transition: border-color 150ms ease, background-color 150ms ease;
}
.select::placeholder, .textarea::placeholder, .input::placeholder {
  color: #6C6D78;
}
.select:focus, .textarea:focus, .input:focus {
  outline: none;
  border-color: #003DA6;
  background-color: #FFFFFF;
}
.select:disabled, .textarea:disabled, .input:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.textarea {
  height: auto;
  min-height: 134px;
  padding-block: 20px;
  resize: vertical;
}

.select {
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'><path fill='%230E0F17' d='M5 7l5 6 5-6z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 24px center;
  padding-right: 48px;
}

.checkbox {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  font-size: 14px;
}
.checkbox input {
  display: none;
}
.checkbox__box {
  width: 24px;
  height: 24px;
  border: 2px solid #E5E5E7;
  border-radius: 6px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 150ms ease, background-color 150ms ease;
}
.checkbox__box::after {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #FFFFFF;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'><path fill='white' d='M10 3L4.5 8.5 2 6'/></svg>") center/contain no-repeat;
  opacity: 0;
}
.checkbox input:checked + .checkbox__box {
  background-color: #003DA6;
  border-color: #003DA6;
}
.checkbox input:checked + .checkbox__box::after {
  opacity: 1;
}

.form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 767px) {
  .form__row {
    grid-template-columns: 1fr;
  }
}
.form__actions {
  display: flex;
  gap: 12px;
  margin-top: 12px;
}

.hero {
  width: 100%;
  background-color: #FFFFFF;
  padding: 24px 16px;
}
@media (min-width: 768px) {
  .hero {
    padding: 32px 24px;
  }
}
@media (min-width: 1024px) {
  .hero {
    padding: 32px 64px;
  }
}
.hero__inner {
  width: 100%;
  max-width: 1312px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 768px) {
  .hero__inner {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .hero__inner {
    min-height: 600px;
  }
}
.hero__media {
  order: 1;
}
.hero__content {
  order: 2;
}
@media (min-width: 768px) {
  .hero__media {
    order: initial;
  }
  .hero__content {
    order: initial;
  }
}
.hero__content {
  background-color: #FFFFFF;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 1024px) {
  .hero__content {
    justify-content: space-between;
    gap: 48px;
    min-height: 600px;
  }
}
.hero__title {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.2;
  color: #0E0F17;
  max-width: 640px;
}
@media (min-width: 768px) {
  .hero__title {
    font-size: 44px;
    line-height: 110%;
  }
}
@media (min-width: 1024px) {
  .hero__title {
    font-size: 56px;
  }
}
@media (min-width: 1280px) {
  .hero__title {
    font-size: 64px;
  }
}
.hero__title-muted {
  color: #6C6E78;
}
.hero__cta-row {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
}
.hero__cta-row .btn {
  width: 100%;
  justify-content: center;
}
@media (min-width: 1024px) {
  .hero__cta-row {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
  }
  .hero__cta-row .btn {
    width: auto;
    justify-content: initial;
  }
}
.hero__stats {
  display: flex;
  flex-direction: column;
  gap: 19px;
}
@media (min-width: 1024px) {
  .hero__stats {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
.hero__stat {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  width: 100%;
}
@media (min-width: 1024px) {
  .hero__stat {
    flex-direction: column;
    align-items: flex-start;
    gap: 23px;
    width: 190px;
  }
}
.hero__stat-img {
  width: 120px;
  height: 80px;
  flex-shrink: 0;
  object-fit: cover;
  border-radius: 20px;
  background-color: #353535;
}
@media (min-width: 1024px) {
  .hero__stat-img {
    width: 190px;
    height: 100px;
    border-radius: 50px;
  }
}
.hero__stat-text {
  flex: 1;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: #0E0F17;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .hero__stat-text {
    flex: initial;
    width: 190px;
  }
}
.hero__stat-text-sub {
  color: #6C6E78;
}
.hero__media {
  position: relative;
  width: 100%;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .hero__media {
    min-height: 600px;
    padding: 32px;
    border-radius: 32px;
    overflow: hidden;
    background-color: #B8D4E3;
    background-size: cover;
    background-position: center;
    justify-content: flex-end;
    align-items: center;
  }
  .hero__media::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.2);
    pointer-events: none;
    z-index: 1;
  }
}
.hero__swiper {
  position: relative;
  width: 100%;
  height: 300px;
  border-radius: 32px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .hero__swiper {
    height: 380px;
  }
}
@media (min-width: 1024px) {
  .hero__swiper {
    position: absolute;
    inset: 0;
    height: 100%;
    border-radius: 0;
    z-index: 0;
  }
}
.hero__image {
  width: 100%;
  height: 100%;
  border-radius: 32px;
  object-fit: cover;
}
@media (min-width: 1024px) {
  .hero__image {
    border-radius: 0;
  }
}
.hero__nav {
  position: static;
  z-index: 2;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: auto;
  max-width: 100%;
  padding: 0;
  gap: 8px;
  margin-top: 16px;
}
@media (min-width: 1024px) {
  .hero__nav {
    position: relative;
    height: 48px;
    gap: 16px;
    margin-top: 0;
  }
}
.hero__nav-btn {
  display: none;
}
@media (min-width: 1024px) {
  .hero__nav-btn {
    display: flex;
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    background-color: #0E0F17;
    border: 0;
    border-radius: 50px;
    padding: 10px 17px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 150ms ease;
  }
  .hero__nav-btn:hover {
    background-color: rgb(37.1567567568, 39.8108108108, 61.0432432432);
  }
  .hero__nav-btn svg {
    width: 24px;
    height: 24px;
    color: #FFFFFF;
  }
}
.hero__nav-progress {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: auto;
  height: auto;
  padding: 0;
  gap: 0;
  background: none;
  backdrop-filter: none;
  border-radius: 32px;
}
@media (min-width: 1024px) {
  .hero__nav-progress {
    width: 259px;
    height: 46px;
    padding: 16px 32px;
    gap: 48px;
    background: rgba(14, 15, 23, 0.5);
    backdrop-filter: blur(0.5px);
  }
}
.hero__progress-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 195px;
  height: 14px;
}
.hero__progress-bar {
  position: relative;
  width: 105px;
  height: 14px;
  background-color: #D9D9D9;
  border-radius: 67px;
  overflow: hidden;
  flex-shrink: 0;
}
.hero__progress-bar::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: var(--hero-progress, 55%);
  height: 100%;
  background-color: #003DA6;
  border-radius: 67px;
  transition: width 250ms ease;
}
.hero__progress-dots {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-shrink: 0;
  margin-left: 16px;
}
.hero__progress-dots.swiper-pagination-horizontal, .hero__progress-dots.swiper-pagination-bullets {
  position: static;
  width: auto;
  bottom: auto;
  left: auto;
}
.hero__progress-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #D9D9D9;
  transition: background-color 250ms ease;
  cursor: pointer;
}
.hero__progress-dot.is-active {
  background-color: #003DA6;
}

.audience {
  background-color: #FFFFFF;
  padding: 48px 16px;
}
@media (min-width: 768px) {
  .audience {
    padding: 64px 24px;
  }
}
@media (min-width: 1024px) {
  .audience {
    padding: 100px 64px;
    min-height: 655px;
  }
}
.audience__inner {
  width: 100%;
  max-width: 1312px;
  margin-inline: -16px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  flex-wrap: nowrap;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 0 16px;
  scrollbar-width: none;
}
.audience__inner::-webkit-scrollbar {
  display: none;
}
@media (min-width: 768px) {
  .audience__inner {
    gap: 16px;
    overflow: visible;
    scroll-snap-type: none;
    padding: 0;
    margin-inline: auto;
  }
}
.audience__card {
  flex: 0 0 calc(100% - 32px);
  max-width: 350px;
  min-width: 0;
  min-height: 381px;
  scroll-snap-align: start;
  background-color: #F3F3F3;
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@media (min-width: 768px) {
  .audience__card {
    flex: 1 1 0;
    max-width: none;
    scroll-snap-align: none;
  }
}
@media (min-width: 1024px) {
  .audience__card {
    min-height: 455px;
  }
}
.audience__head {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 24px 20px;
  border-bottom: 1px solid rgba(14, 15, 23, 0.08);
}
@media (min-width: 768px) {
  .audience__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 28px 24px;
  }
}
@media (min-width: 1280px) {
  .audience__head {
    flex-direction: row;
    align-items: center;
    gap: 32px;
    padding: 34px 32px;
  }
}
.audience__icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}
.audience__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (min-width: 1024px) {
  .audience__icon {
    width: 64px;
    height: 64px;
  }
}
.audience__stat {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.audience__stat-num {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.1;
  color: #0E0F17;
}
@media (min-width: 1024px) {
  .audience__stat-num {
    font-size: 36px;
  }
}
.audience__stat-label {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: #6C6D78;
}
@media (min-width: 1024px) {
  .audience__stat-label {
    font-size: 18px;
  }
}
.audience__body {
  flex: 1;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 1024px) {
  .audience__body {
    padding: 32px;
    gap: 24px;
  }
}
.audience__title {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  color: #0E0F17;
}
@media (min-width: 1024px) {
  .audience__title {
    font-size: 24px;
  }
}
.audience__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.audience__item {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: #0E0F17;
  padding-left: 20px;
  position: relative;
}
@media (min-width: 1024px) {
  .audience__item {
    font-size: 18px;
  }
}
.audience__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: #6C6D78;
  border-radius: 50%;
}
.audience__cta {
  margin-top: auto;
}
.audience__btn, .audience__btn:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  height: 65px;
  padding: 0 24px;
  background-color: #FFFFFF;
  border: 0;
  border-radius: 32px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #0E0F17;
  transition: background-color 150ms ease, color 150ms ease;
  text-decoration: none;
}
.audience__btn:hover {
  background-color: #0E0F17;
  color: #FFFFFF;
}
@media (min-width: 1024px) {
  .audience__btn {
    justify-content: space-between;
    padding: 0 24px 0 54px;
    border: 1px solid #0E0F17;
  }
}
.audience__btn-arrow {
  display: none;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .audience__btn-arrow {
    display: block;
  }
}
.audience__indicator {
  margin-top: 16px;
  height: 48px;
  padding: 16px 32px;
  background-color: #FFFFFF;
  border: 1px solid #F3F0F0;
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
@media (min-width: 768px) {
  .audience__indicator {
    display: none;
  }
}
.audience__indicator-bar {
  width: 80px;
  height: 14px;
  border-radius: 67px;
  background: linear-gradient(to right, #003DA6 60%, #D9D9D9 60%);
}
.audience__indicator-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #D9D9D9;
}

.drones {
  width: 100%;
  background-color: #F4F4F4;
  padding: 48px 16px;
}
@media (min-width: 768px) {
  .drones {
    padding: 64px 24px;
  }
}
@media (min-width: 1024px) {
  .drones {
    padding: 100px 64px;
  }
}
.drones__inner {
  width: 100%;
  max-width: 1312px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.drones__title {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  color: #0E0F17;
  margin: 0;
}
@media (min-width: 768px) {
  .drones__title {
    font-size: 36px;
  }
}
@media (min-width: 1024px) {
  .drones__title {
    font-size: 48px;
  }
}
.drones__cards-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.drones__indicator {
  height: 48px;
  padding: 16px 32px;
  background-color: #FFFFFF;
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
@media (min-width: 1024px) {
  .drones__indicator {
    display: none;
  }
}
.drones__indicator-bar {
  width: 80px;
  height: 14px;
  border-radius: 67px;
  background: linear-gradient(to right, #003DA6 60%, #D9D9D9 60%);
}
.drones__indicator-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #D9D9D9;
}
.drones__list {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 16px;
  flex-wrap: nowrap;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  margin-inline: -16px;
  padding: 0 16px;
  scrollbar-width: none;
}
.drones__list::-webkit-scrollbar {
  display: none;
}
@media (min-width: 1024px) {
  .drones__list {
    flex-wrap: wrap;
    overflow: visible;
    scroll-snap-type: none;
    margin-inline: 0;
    padding: 0;
  }
}
.drones__card {
  flex: 0 0 calc(100% - 32px);
  max-width: 334px;
  min-width: 0;
  padding: 16px 16px 24px;
  gap: 24px;
  background-color: #FFFFFF;
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  scroll-snap-align: start;
}
@media (min-width: 768px) {
  .drones__card {
    flex: 0 0 calc(50% - 8px);
    max-width: none;
  }
}
@media (min-width: 1024px) {
  .drones__card {
    flex: 1 1 0;
    padding: 24px 24px 32px;
    gap: 32px;
    scroll-snap-align: none;
  }
}
.drones__card-image {
  width: 100%;
  aspect-ratio: 379/250;
  border-radius: 32px;
  overflow: hidden;
  background-color: #F3F3F3;
}
.drones__card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.drones__card-body {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.drones__card-head {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.drones__card-title {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  color: #0E0F17;
  margin: 0;
}
@media (min-width: 1024px) {
  .drones__card-title {
    font-size: 24px;
  }
}
.drones__card-price {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #6C6E78;
  margin: 0;
}
@media (min-width: 1024px) {
  .drones__card-price {
    font-size: 18px;
  }
}
.drones__specs {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.drones__spec {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px;
  height: 44px;
  border-radius: 8px;
}
.drones__spec:nth-child(even) {
  background-color: #F9F9F9;
}
.drones__spec-label {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #0E0F17;
  white-space: nowrap;
  flex-shrink: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 1024px) {
  .drones__spec-label {
    font-size: 14px;
  }
}
.drones__spec-value {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #6C6E78;
  text-align: right;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .drones__spec-value {
    font-size: 14px;
  }
}
.drones__actions {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  height: 67px;
}
.drones__buy, .drones__buy:visited {
  flex: 0 0 165px;
  width: 165px;
  height: 67px;
  padding: 24px 8px;
  background-color: #000000;
  border-radius: 32px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: background-color 150ms ease;
  white-space: nowrap;
}
.drones__buy:hover {
  background-color: rgb(30.6, 30.6, 30.6);
}
.drones__details {
  flex: 0 0 65px;
  width: 65px;
  min-width: 0;
  height: 67px;
  padding: 0;
  background-color: #003DA6;
  border: 0;
  border-radius: 50%;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  transition: background-color 150ms ease;
  white-space: nowrap;
}
.drones__details:hover {
  background-color: rgb(0, 46.0072289157, 125.2);
}
@media (min-width: 1280px) {
  .drones__details, .drones__details:visited {
    flex: 1 1 auto;
    width: auto;
    padding: 0 12px;
    background-color: #FFFFFF;
    border: 1px solid #F3F0F0;
    border-radius: 32px;
    color: #003DA6;
    gap: 10px;
  }
  .drones__details:hover {
    background-color: #F3F3F3;
  }
}
.drones__details-icon {
  display: block;
  width: 24px;
  height: 24px;
}
@media (min-width: 1280px) {
  .drones__details-icon {
    display: none;
  }
}
.drones__details-text {
  display: none;
}
@media (min-width: 1280px) {
  .drones__details-text {
    display: inline;
  }
}
.drones__links {
  background-color: #FFFFFF;
  border-radius: 32px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
}
@media (min-width: 1280px) {
  .drones__links {
    padding: 32px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 16px;
  }
}
.drones__link {
  width: 100%;
  height: 80px;
  padding: 24px 32px;
  background-color: #F9F9F9;
  border: 1px solid #F3F0F0;
  border-radius: 32px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 16px;
  text-decoration: none;
  transition: background-color 150ms ease;
}
.drones__link:hover {
  background-color: rgb(241.35, 241.35, 241.35);
}
@media (min-width: 1280px) {
  .drones__link {
    flex: 1 1 0;
    min-width: 0;
    width: auto;
  }
}
.drones__link-arrow {
  display: none;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  transform: rotate(45deg);
  color: #0E0F17;
}
@media (min-width: 768px) {
  .drones__link-arrow {
    display: block;
  }
}
.drones__link-text {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 120%;
  text-transform: uppercase;
  color: #0E0F17;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .drones__link-text {
    font-size: 16px;
  }
}

.services {
  width: 100%;
  background-color: #FFFFFF;
}
.services__inner {
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  padding: 100px 64px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 767px) {
  .services__inner {
    padding: 48px 16px;
    gap: 24px;
  }
}
.services__head {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px;
}
@media (max-width: 767px) {
  .services__head {
    flex-direction: column;
    gap: 16px;
  }
}
.services__title {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 120%;
  color: #0E0F17;
  margin: 0;
}
@media (max-width: 767px) {
  .services__title {
    font-size: 24px;
  }
}
.services__subtitle {
  max-width: 483px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #6C6E78;
  margin: 0;
}
@media (max-width: 767px) {
  .services__subtitle {
    font-size: 16px;
  }
}
.services__grid {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 16px;
}
@media (max-width: 1023px) {
  .services__grid {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .services__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
}
.services__col {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 767px) {
  .services__col {
    display: contents;
  }
}
.services__card {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 32px;
  overflow: hidden;
  padding: 32px 24px;
  text-decoration: none;
  background-color: #2A3338;
  background-size: cover;
  background-position: center;
  transition: transform 250ms ease, box-shadow 250ms ease;
}
.services__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(14, 15, 23, 0.2);
}
.services__card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 60%);
  pointer-events: none;
  z-index: 1;
}
.services__card--big {
  height: 450px;
}
.services__card--small {
  height: 320px;
}
@media (max-width: 767px) {
  .services__card {
    aspect-ratio: 1/1;
    height: auto;
    padding: 20px;
  }
  .services__card::before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 60%);
  }
}
.services__card-title {
  position: absolute;
  z-index: 2;
  top: 32px;
  left: 24px;
  right: 24px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 120%;
  color: #FFFFFF;
  margin: 0;
}
@media (max-width: 767px) {
  .services__card-title {
    top: auto;
    bottom: 20px;
    left: 20px;
    right: 20px;
    font-size: 14px;
    line-height: 1.2;
    word-break: keep-all;
    overflow-wrap: normal;
    hyphens: none;
  }
}
.services__card-arrow {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 32px;
  width: 65px;
  height: 65px;
  border-radius: 50px;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0E0F17;
  opacity: 1;
  transition: opacity 250ms ease, background-color 150ms ease;
}
.services__card-arrow svg {
  width: 24px;
  height: 24px;
}
@media (max-width: 767px) {
  .services__card-arrow {
    display: none;
  }
}
.services__card-cta {
  position: absolute;
  z-index: 2;
  left: 24px;
  right: 24px;
  bottom: 32px;
  height: 65px;
  padding: 0 24px 0 32px;
  border-radius: 50px;
  background-color: #FFFFFF;
  color: #0E0F17;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity 250ms ease, transform 250ms ease;
}
.services__card-cta svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .services__card-cta {
    display: none;
  }
}
.services__card:hover .services__card-arrow {
  opacity: 0;
}
.services__card:hover .services__card-cta {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.calculator {
  width: 100%;
  background-color: #F4F4F4;
}
.calculator__inner {
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  padding: 100px 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
}
@media (max-width: 767px) {
  .calculator__inner {
    padding: 48px 16px;
    gap: 24px;
  }
}
.calculator__head {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 14px;
}
@media (max-width: 767px) {
  .calculator__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
.calculator__title {
  flex: 1 1 auto;
  max-width: 770px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 120%;
  color: #0E0F17;
  margin: 0;
}
@media (max-width: 767px) {
  .calculator__title {
    font-size: 24px;
  }
}
.calculator__subtitle {
  flex: 0 0 528px;
  max-width: 528px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #6C6E78;
  margin: 0;
}
@media (max-width: 767px) {
  .calculator__subtitle {
    flex: 1;
    font-size: 16px;
  }
}
.calculator__body {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 16px;
}
@media (max-width: 1023px) {
  .calculator__body {
    flex-direction: column;
  }
}
.calculator__contact {
  flex: 1 1 0;
  min-width: 0;
  min-height: 773px;
  padding: 16px;
  border-radius: 32px;
  background-color: #2A3338;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .calculator__contact {
    min-height: 350px;
    padding: 16px;
  }
}
.calculator__contact-bar {
  width: 100%;
  height: 110px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 16px;
}
.calculator__contact-photo {
  width: 135px;
  height: 110px;
  flex-shrink: 0;
  border-radius: 16px;
  background-color: #D9D9D9;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .calculator__contact-photo {
    display: none;
  }
}
.calculator__contact-info {
  flex: 1 1 auto;
  height: 110px;
  padding: 20px 32px;
  background-color: #FFFFFF;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
}
@media (max-width: 767px) {
  .calculator__contact-info {
    height: auto;
    padding: 16px 20px;
    gap: 8px;
  }
}
.calculator__contact-text {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #0E0F17;
  margin: 0;
}
.calculator__contact-phone {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  color: #0E0F17;
  text-decoration: none;
}
.calculator__form {
  flex: 1 1 0;
  min-width: 0;
  min-height: 773px;
  padding: 32px;
  background-color: #FFFFFF;
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 32px;
}
@media (max-width: 767px) {
  .calculator__form {
    flex: 0 0 auto;
    padding: 20px;
    min-height: 0;
    height: auto;
    gap: 24px;
  }
}
.calculator__form-content {
  width: 100%;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.calculator__form-title {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 120%;
  color: #0E0F17;
  margin: 0;
}
@media (max-width: 767px) {
  .calculator__form-title {
    font-size: 24px;
  }
}
.calculator__options {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.calculator__option {
  width: 100%;
  height: 84px;
  padding: 28px 24px;
  background-color: #F9F9F9;
  border-radius: 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  transition: background-color 150ms ease;
  user-select: none;
}
@media (max-width: 767px) {
  .calculator__option {
    height: 64px;
    padding: 20px;
    background-color: #F8F8F8;
  }
}
.calculator__option input[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.calculator__option:hover {
  background-color: rgb(243.9, 243.9, 243.9);
}
.calculator__option.is-active {
  background-color: #003DA6;
}
.calculator__option.is-active .calculator__option-circle {
  border-color: #FFFFFF;
  background-color: #FFFFFF;
}
.calculator__option.is-active .calculator__option-circle::after {
  opacity: 1;
}
.calculator__option.is-active .calculator__option-label {
  color: #FFFFFF;
}
.calculator__option-circle {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #FFFFFF;
  border: 1px solid #6C6E78;
  position: relative;
  transition: border-color 150ms ease, background-color 150ms ease;
}
.calculator__option-circle::after {
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: 50%;
  background-color: #003DA6;
  opacity: 0;
  transition: opacity 150ms ease;
}
.calculator__option-label {
  flex: 1 1 auto;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #6C6E78;
  transition: color 150ms ease;
}
@media (max-width: 767px) {
  .calculator__option-label {
    font-size: 16px;
    color: #0E0F17;
  }
}
.calculator__footer {
  width: 100%;
  height: 67px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
}
@media (max-width: 767px) {
  .calculator__footer {
    gap: 16px;
    height: auto;
  }
}
.calculator__back {
  width: 164px;
  height: 65px;
  padding: 24px 64px;
  background-color: #F5F5F5;
  border: 1px solid #6C6E78;
  border-radius: 32px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  text-transform: uppercase;
  color: #6C6E78;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 150ms ease, background-color 150ms ease;
}
.calculator__back.is-visible {
  opacity: 1;
  pointer-events: auto;
}
.calculator__back:hover {
  background-color: rgb(237.35, 237.35, 237.35);
}
@media (max-width: 767px) {
  .calculator__back {
    display: none;
  }
  .calculator__back.is-visible {
    display: inline-flex;
  }
}
.calculator__step {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  color: #253035;
  flex: 1;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .calculator__step {
    font-size: 20px;
    flex: 0 0 auto;
    text-align: left;
  }
}
.calculator__next {
  width: 169px;
  height: 67px;
  padding: 24px 64px;
  background-color: #000000;
  border-radius: 32px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
  color: #FFFFFF;
  cursor: pointer;
  transition: background-color 150ms ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.calculator__next:hover {
  background-color: rgb(30.6, 30.6, 30.6);
}
@media (max-width: 767px) {
  .calculator__next {
    width: 96px;
    height: 72px;
    padding: 20px 32px;
    gap: 10px;
  }
  .calculator__next .calculator__next-text {
    display: none;
  }
}
.calculator__next-icon {
  display: none;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .calculator__next-icon {
    display: block;
  }
}

.cases-block {
  width: 100%;
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 100px;
  background-color: #FFFFFF;
}
@media (max-width: 767px) {
  .cases-block {
    padding: 48px 0;
    gap: 48px;
  }
}

.cases {
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.cases__head {
  width: 100%;
  padding: 0 64px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 64px;
}
@media (max-width: 767px) {
  .cases__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    padding: 0 16px;
  }
}
.cases__head-text {
  flex: 0 0 548px;
  max-width: 548px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 767px) {
  .cases__head-text {
    flex: 1;
  }
}
.cases__head-meta {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cases__head-eyebrow {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #6C6E78;
  margin: 0;
}
.cases__head-title {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 120%;
  color: #0E0F17;
  margin: 0;
}
@media (max-width: 767px) {
  .cases__head-title {
    font-size: 24px;
  }
}
.cases__head-desc {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #6C6E78;
  margin: 0;
}
@media (max-width: 767px) {
  .cases__head-desc {
    font-size: 16px;
  }
}
.cases__head-cta {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 767px) {
  .cases__head-cta {
    display: none;
  }
}
.cases__all-link, .cases__all-link:visited {
  height: 80px;
  padding: 24px 64px;
  background-color: #F4F4F4;
  border-radius: 32px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
  color: #0E0F17;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 150ms ease;
}
.cases__all-link:hover {
  background-color: rgb(236.35, 236.35, 236.35);
}
.cases__swiper {
  width: 100%;
  max-width: 1312px;
  margin-inline: auto;
  overflow: hidden;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .cases__swiper {
    max-width: none;
    margin-inline: 16px;
    width: auto;
  }
}
.cases__track {
  width: 100%;
  display: flex;
  flex-direction: row;
}
.cases__case {
  width: 100%;
  max-width: 100%;
  height: 600px;
  box-sizing: border-box;
  border-radius: 32px;
  background-color: #F3F3F3;
  background-size: cover;
  background-position: center;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  scroll-snap-align: start;
  position: relative;
}
@media (max-width: 767px) {
  .cases__case {
    flex: 0 0 100%;
    height: auto;
    background-image: none !important;
    background-color: transparent;
    padding: 0;
  }
}
.cases__case-card {
  width: 390px;
  background-color: #FFFFFF;
  border-radius: 32px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 767px) {
  .cases__case-card {
    width: 100%;
    background-color: #F4F4F4;
    padding: 32px 24px;
    gap: 16px;
  }
}
.cases__case-num {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  color: #0E0F17;
  margin: 0;
}
@media (max-width: 767px) {
  .cases__case-num {
    font-size: 20px;
  }
}
.cases__case-info {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.cases__case-meta {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cases__case-meta-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
.cases__case-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  color: #6C6E78;
}
.cases__case-meta-text {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #6C6E78;
}
@media (max-width: 767px) {
  .cases__case-meta-text {
    font-size: 12px;
  }
}
.cases__case-results-label {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: #6C6E78;
  margin: 0;
}
@media (max-width: 767px) {
  .cases__case-results-label {
    font-size: 16px;
  }
}
.cases__case-results {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cases__case-result {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
.cases__case-result-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  color: #003DA6;
}
.cases__case-result-text {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #6C6E78;
}
.cases__case-result-text--accent {
  color: #0E0F17;
  font-weight: 500;
}
@media (max-width: 767px) {
  .cases__case-result-text {
    font-size: 12px;
  }
}
.cases__case-btn, .cases__case-btn:visited {
  width: fit-content;
  height: 65px;
  padding: 24px 16px 24px 54px;
  background-color: #0E0F17;
  border-radius: 32px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: background-color 150ms ease;
}
.cases__case-btn:hover {
  background-color: rgb(33.2972972973, 35.6756756757, 54.7027027027);
}
.cases__case-btn svg {
  width: 32px;
  height: 32px;
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .cases__case-btn {
    width: 100%;
    height: auto;
    padding: 20px 16px;
  }
  .cases__case-btn svg {
    display: none;
  }
}
.cases__nav {
  width: 100%;
  height: 70px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.cases__nav-btn {
  width: 70px;
  height: 70px;
  padding: 10px 17px;
  background-color: #F4F4F4;
  border: 1px solid #F4F4F4;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 150ms ease;
  flex-shrink: 0;
}
.cases__nav-btn:hover {
  background-color: rgb(236.35, 236.35, 236.35);
}
.cases__nav-btn svg {
  width: 24px;
  height: 24px;
  color: #0E0F17;
}
@media (max-width: 767px) {
  .cases__nav-btn {
    display: none;
  }
}
.cases__progress {
  width: 259px;
  height: 70px;
  padding: 12px 32px;
  background-color: #F4F4F4;
  border: 1px solid #F4F4F4;
  border-radius: 32px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .cases__progress {
    width: auto;
    height: auto;
    padding: 0;
    border: 0;
    background: none;
  }
}
.cases__progress-bar {
  position: relative;
  width: 105px;
  height: 14px;
  background-color: rgba(108, 110, 120, 0.15);
  border-radius: 67px;
  overflow: hidden;
}
.cases__progress-bar::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: var(--progress, 50%);
  height: 100%;
  background-color: #003DA6;
  border-radius: 67px;
  transition: width 250ms ease;
}
.cases__progress-dots {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.cases__progress-dots.swiper-pagination-horizontal, .cases__progress-dots.swiper-pagination-bullets {
  position: static;
  width: auto;
  bottom: auto;
  left: auto;
}
.cases__progress-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: rgba(108, 110, 120, 0.15);
  transition: background-color 250ms ease;
  cursor: pointer;
}
.cases__progress-dot.is-active {
  background-color: #003DA6;
}

.benefits {
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  padding: 0 64px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 767px) {
  .benefits {
    padding: 0 16px;
  }
}
.benefits__title {
  width: 100%;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 120%;
  color: #0E0F17;
  margin: 0;
}
@media (max-width: 767px) {
  .benefits__title {
    font-size: 24px;
  }
}
.benefits__list {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
@media (max-width: 1023px) {
  .benefits__list {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .benefits__list {
    flex-direction: column;
  }
}
.benefits__item {
  flex: 1 1 0;
  min-width: 0;
  height: 198px;
  padding: 32px;
  background-color: #F4F4F4;
  border-radius: 32px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 24px;
}
@media (max-width: 1023px) {
  .benefits__item {
    flex: 1 1 calc(50% - 8px);
  }
}
@media (max-width: 767px) {
  .benefits__item {
    flex: 1 1 100%;
    height: auto;
    padding: 20px 24px;
  }
}
.benefits__item-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 1;
}
@media (max-width: 767px) {
  .benefits__item-content {
    flex-direction: row;
    align-items: center;
    gap: 16px;
  }
}
.benefits__item-icon {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
}
.benefits__item-icon img, .benefits__item-icon svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 767px) {
  .benefits__item-icon {
    width: 48px;
    height: 48px;
  }
}
.benefits__item-text {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #6C6E78;
  margin: 0;
}
@media (max-width: 767px) {
  .benefits__item-text {
    font-size: 14px;
    line-height: 1.3;
    flex: 1;
  }
}

.about {
  width: 100%;
  background-color: #F4F4F4;
}
.about__inner {
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  padding: 100px 64px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 767px) {
  .about__inner {
    padding: 48px 16px;
    gap: 24px;
  }
}
.about__top {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.about__head {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
}
@media (max-width: 1023px) {
  .about__head {
    flex-direction: column;
    align-items: stretch;
  }
}
.about__video {
  flex: 0 0 680px;
  min-width: 0;
  height: 674px;
  border-radius: 32px;
  overflow: hidden;
  background-color: #2A3338;
  background-size: cover;
  background-position: center;
  position: relative;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .about__video {
    flex: 1;
    height: 480px;
  }
}
@media (max-width: 767px) {
  .about__video {
    width: 100%;
    height: 400px;
    aspect-ratio: 350/400;
  }
}
.about__video-play {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 128px;
  height: 128px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0E0F17;
  cursor: pointer;
  border: 0;
  transition: transform 150ms ease, background-color 150ms ease;
}
.about__video-play:hover {
  transform: translate(-50%, -50%) scale(1.06);
  background-color: #FFFFFF;
}
.about__video-play svg {
  width: 48px;
  height: 48px;
  margin-left: 6px;
}
.about__text {
  flex: 1 1 600px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.about__title-block {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.about__title {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 120%;
  color: #0E0F17;
  margin: 0;
}
@media (max-width: 767px) {
  .about__title {
    font-size: 24px;
  }
}
.about__lead {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: #0E0F17;
  margin: 0;
}
@media (max-width: 767px) {
  .about__lead {
    font-size: 16px;
  }
}
.about__desc {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #6C6E78;
  margin: 0;
}
@media (max-width: 767px) {
  .about__desc {
    font-size: 16px;
  }
}
.about__features {
  display: flex;
  flex-direction: row;
  gap: 19px;
}
@media (max-width: 767px) {
  .about__features {
    flex-direction: column;
    gap: 16px;
  }
}
.about__feature {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 23px;
}
@media (max-width: 767px) {
  .about__feature {
    flex-direction: row;
    align-items: center;
    gap: 16px;
  }
}
.about__feature-img {
  width: 100%;
  max-width: 190px;
  aspect-ratio: 190/160;
  border-radius: 50px;
  background-color: #353535;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .about__feature-img {
    width: 100px;
    height: 84px;
    aspect-ratio: auto;
    border-radius: 20px;
  }
}
.about__feature-text {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #0E0F17;
  margin: 0;
}
.about__cta, 
.about__cta:visited {
  align-self: flex-start;
  height: 65px;
  padding: 24px 16px 24px 54px;
  background-color: #0E0F17;
  border-radius: 32px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: background-color 150ms ease;
}
.about__cta:hover {
  background-color: rgb(37.1567567568, 39.8108108108, 61.0432432432);
}
.about__cta svg {
  width: 32px;
  height: 32px;
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .about__cta {
    width: 100%;
    align-self: stretch;
    justify-content: center;
    padding: 0 24px;
  }
  .about__cta svg {
    display: none;
  }
}
.about__stats {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 16px;
}
@media (max-width: 1023px) {
  .about__stats {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .about__stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
}
.about__stat {
  flex: 1 1 0;
  min-width: 0;
  height: 141px;
  background-color: #FFFFFF;
  border-radius: 32px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
}
@media (max-width: 1023px) {
  .about__stat {
    flex: 1 1 calc(50% - 8px);
  }
}
@media (max-width: 767px) {
  .about__stat {
    height: auto;
    padding: 20px;
    gap: 8px;
  }
}
.about__stat-num {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 120%;
  color: #0E0F17;
}
@media (max-width: 767px) {
  .about__stat-num {
    font-size: 20px;
  }
}
.about__stat-label {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #6C6E78;
}
@media (max-width: 767px) {
  .about__stat-label {
    font-size: 14px;
  }
}
.about__partners {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.about__partners-title {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 120%;
  color: #0E0F17;
  margin: 0;
}
@media (max-width: 767px) {
  .about__partners-title {
    font-size: 22px;
  }
}
.about__partners-row {
  width: 100%;
  height: 108px;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #FFFFFF;
}
@media (max-width: 767px) {
  .about__partners-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    height: auto;
  }
}
.about__partners-arrow {
  width: 100px;
  height: 108px;
  flex-shrink: 0;
  background-color: #FFFFFF;
  border: 1px solid #F3F0F0;
  border-right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 150ms ease;
}
.about__partners-arrow--right {
  border-right: 1px solid #F3F0F0;
  border-left: 0;
}
.about__partners-arrow:hover {
  background-color: rgb(241.45, 241.45, 241.45);
}
.about__partners-arrow svg {
  width: 24px;
  height: 11px;
  color: #0E0F17;
}
@media (max-width: 767px) {
  .about__partners-arrow {
    width: auto;
    height: 60px;
    grid-row: 2;
    grid-column: 1;
    border: 1px solid #F3F0F0;
    border-top: 0;
  }
  .about__partners-arrow--right {
    grid-column: 2;
    border-left: 0;
  }
}
.about__partners-swiper {
  flex: 1 1 auto;
  min-width: 0;
  height: 108px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .about__partners-swiper {
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    grid-row: 1;
    grid-column: 1/-1;
    overflow: visible;
  }
}
.about__partners-track {
  width: 100%;
  height: 108px;
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .about__partners-track {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    height: auto;
    transform: none !important;
  }
}
.about__partners-dots {
  display: none;
}
.about__partners-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgba(108, 110, 120, 0.25);
  transition: background-color 250ms ease;
  cursor: pointer;
}
.about__partners-dot.is-active {
  background-color: #003DA6;
}
.about__partner {
  height: 108px;
  background-color: #FFFFFF;
  border-top: 1px solid #F3F0F0;
  border-right: 1px solid #F3F0F0;
  border-bottom: 1px solid #F3F0F0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  box-sizing: border-box;
}
.about__partner img, .about__partner svg {
  max-width: 150px;
  max-height: 87px;
  width: auto;
  height: auto;
  object-fit: contain;
}
@media (max-width: 767px) {
  .about__partner {
    flex: 0 0 auto;
    min-width: 0;
    width: auto;
    height: 80px;
    padding: 12px;
    border-top: 1px solid #F3F0F0;
    border-right: 1px solid #F3F0F0;
    border-bottom: 0;
  }
  .about__partner img, .about__partner svg {
    max-width: 100%;
    max-height: 56px;
  }
}

.team {
  width: 100%;
  background-color: #FFFFFF;
}
.team__inner {
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  padding: 100px 64px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 767px) {
  .team__inner {
    padding: 48px 16px;
    gap: 24px;
  }
}
.team__body {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.team__head {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
}
@media (max-width: 767px) {
  .team__head {
    flex-direction: column;
    align-items: flex-start;
  }
}
.team__title {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 120%;
  color: #0E0F17;
  margin: 0;
}
@media (max-width: 767px) {
  .team__title {
    font-size: 24px;
  }
}
.team__subtitle {
  max-width: 472px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #6C6E78;
  margin: 0;
}
@media (max-width: 767px) {
  .team__subtitle {
    font-size: 16px;
  }
}
.team__cards {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: nowrap;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 16px;
  margin-inline: -16px;
  padding: 0 16px;
  scrollbar-width: none;
}
.team__cards::-webkit-scrollbar {
  display: none;
}
@media (min-width: 1024px) {
  .team__cards {
    flex-wrap: nowrap;
    overflow: visible;
    scroll-snap-type: none;
    margin-inline: 0;
    padding: 0;
  }
}
.team__card {
  flex: 0 0 calc(100% - 32px);
  max-width: 320px;
  min-width: 0;
  height: auto;
  display: flex;
  flex-direction: column;
  scroll-snap-align: start;
}
@media (min-width: 768px) {
  .team__card {
    flex: 0 0 calc(50% - 8px);
    max-width: none;
  }
}
@media (min-width: 1024px) {
  .team__card {
    flex: 0 1 32.5%;
    height: unset;
	flex-shrink: 0;  
    scroll-snap-align: none;
  }
}
.team__card-photo {
  width: 100%;
  height: 641.57px;
  padding: 16px;
  border-radius: 32px 32px 0 0;
  background-color: #F9F9F9;
  background-size: cover;
  background-position: center top;
}
@media (max-width: 767px) {
  .team__card-photo {
    height: 480.57px;
  }
}
.team__card-info {
  width: 100%;
  height: 241.57px;
  padding: 32px;
  background-color: #F4F4F4;
  border-radius: 0 0 32px 32px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 24px;
}
@media (max-width: 767px) {
  .team__card-info {
    height: auto;
    padding: 24px 20px;
    gap: 16px;
  }
}
.team__card-meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 100%;
}
.team__card-name {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  color: #0E0F17;
  margin: 0;
  text-align: center;
}
.team__card-role {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 24px;
  background-color: #FFFFFF;
  border-radius: 32px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #6C6E78;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .team__card-role {
    background-color: transparent;
    padding: 0;
    font-size: 16px;
  }
}
.team__card-phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  height: 72px;
  padding: 24px 48px;
  background-color: #FFFFFF;
  border-radius: 32px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: #0E0F17;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 150ms ease;
}
.team__card-phone:hover {
  background-color: rgb(247.35, 247.35, 247.35);
}
.team__card-phone svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  color: #0E0F17;
}
@media (max-width: 767px) {
  .team__card-phone {
    width: 100%;
    height: 72px;
    padding: 24px 16px;
    font-size: 18px;
    font-weight: 500;
    gap: 12px;
  }
  .team__card-phone svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
  }
}
.team__indicator {
  display: none;
}
@media (max-width: 767px) {
  .team__indicator {
    margin-top: 16px;
    height: 48px;
    padding: 16px 32px;
    background-color: #FFFFFF;
    border: 1px solid #F3F0F0;
    border-radius: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
  }
}
.team__indicator-bar {
  width: 80px;
  height: 14px;
  border-radius: 67px;
  background: linear-gradient(to right, #003DA6 50%, #D9D9D9 50%);
}
.team__indicator-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #D9D9D9;
}

.partner {
  width: 100%;
  background-color: #F4F4F4;
}
.partner__inner {
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  padding: 100px 64px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 767px) {
  .partner__inner {
    padding: 48px 16px;
    gap: 24px;
  }
}
.partner__body {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 16px;
}
@media (max-width: 1023px) {
  .partner__body {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .partner__body {
    gap: 16px;
  }
}
.partner__text {
  flex: 0 0 507px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 1023px) {
  .partner__text {
    flex: 0 0 auto;
  }
}
@media (max-width: 767px) {
  .partner__text {
    gap: 16px;
  }
}
.partner__title {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 120%;
  color: #0E0F17;
  margin: 0;
}
@media (max-width: 767px) {
  .partner__title {
    font-size: 24px;
  }
}
.partner__desc {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #6C6E78;
  margin: 0;
}
@media (max-width: 767px) {
  .partner__desc {
    font-size: 16px;
  }
}
.partner__cta, .partner__cta:visited {
  align-self: flex-start;
  height: 65px;
  padding: 24px 16px 24px 54px;
  background-color: #0E0F17;
  border-radius: 32px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: background-color 150ms ease;
}
.partner__cta:hover {
  background-color: rgb(37.1567567568, 39.8108108108, 61.0432432432);
}
.partner__cta svg {
  width: 32px;
  height: 32px;
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .partner__cta {
    width: 100%;
    justify-content: center;
    padding: 0 24px;
    background-color: #0E0F17;
  }
  .partner__cta svg {
    display: none;
  }
}
.partner__stats {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: row;
  gap: 16px;
}
@media (max-width: 767px) {
  .partner__stats {
    flex-direction: column;
    gap: 12px;
  }
}
.partner__stat {
  flex: 1 1 0;
  min-width: 0;
  background-color: #FFFFFF;
  border-radius: 16px;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
}
@media (max-width: 767px) {
  .partner__stat {
    flex-direction: row;
    align-items: center;
    gap: 24px;
    padding: 20px 24px;
    border-radius: 32px;
  }
}
.partner__stat-icon {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
}
.partner__stat-icon img, .partner__stat-icon svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 767px) {
  .partner__stat-icon {
    width: 56px;
    height: 56px;
  }
}
.partner__stat-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.partner__stat-num {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 120%;
  color: #0E0F17;
}
@media (max-width: 767px) {
  .partner__stat-num {
    font-size: 24px;
  }
}
.partner__stat-label {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #0E0F17;
}

.articles {
  width: 100%;
  background-color: #FFFFFF;
}
.articles__inner {
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  padding: 100px 32px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 767px) {
  .articles__inner {
    padding: 48px 16px;
    gap: 24px;
  }
}
.articles__head {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
}
@media (max-width: 767px) {
  .articles__head {
    flex-direction: column;
    align-items: flex-start;
  }
}
.articles__head-text {
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex: 1 1 auto;
}
.articles__title {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 120%;
  color: #0E0F17;
  margin: 0;
}
@media (max-width: 767px) {
  .articles__title {
    font-size: 24px;
  }
}
.articles__subtitle {
  max-width: 684px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #6C6E78;
  margin: 0;
}
@media (max-width: 767px) {
  .articles__subtitle {
    font-size: 16px;
  }
}
.articles__cta, .articles__cta:visited {
  flex-shrink: 0;
  height: 65px;
  padding: 24px 16px 24px 54px;
  background-color: #0E0F17;
  border-radius: 32px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: background-color 150ms ease;
}
.articles__cta:hover {
  background-color: rgb(37.1567567568, 39.8108108108, 61.0432432432);
}
.articles__cta svg {
  width: 32px;
  height: 32px;
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .articles__cta {
    width: 100%;
    justify-content: center;
    padding: 0 24px;
  }
  .articles__cta svg {
    display: none;
  }
}
.articles__list {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
}
@media (max-width: 1023px) {
  .articles__list {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .articles__list {
    flex-wrap: nowrap;
    flex-direction: row;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 16px;
    margin-inline: -16px;
    padding: 0 16px;
    scrollbar-width: none;
  }
  .articles__list::-webkit-scrollbar {
    display: none;
  }
}
.articles__card {
  flex: 1 1 0;
  min-width: 0;
  height: 462px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition: transform 250ms ease;
}
.articles__card:hover {
  transform: translateY(-4px);
}
@media (max-width: 1023px) {
  .articles__card {
    flex: 1 1 calc(50% - 8px);
  }
}
@media (max-width: 767px) {
  .articles__card {
    flex: 0 0 calc(100% - 32px);
    max-width: 332px;
    height: auto;
    scroll-snap-align: start;
  }
}
.articles__card-photo {
  position: relative;
  width: 100%;
  height: 300px;
  padding: 16px;
  border-radius: 32px 32px 0 0;
  background-color: #2A3338;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.articles__card-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  pointer-events: none;
}
@media (max-width: 767px) {
  .articles__card-photo {
    height: 240px;
  }
}
.articles__card-play {
  position: relative;
  z-index: 2;
  width: 64px;
  height: 64px;
  color: #FFFFFF;
}
.articles__card-play svg {
  width: 100%;
  height: 100%;
}
.articles__card-info {
  width: 100%;
  height: 162px;
  padding: 32px 24px;
  background-color: #F4F4F4;
  border-radius: 0 0 32px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media (max-width: 767px) {
  .articles__card-info {
    height: auto;
    padding: 20px;
    gap: 16px;
  }
}
.articles__card-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.articles__card-meta {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.articles__card-type {
  display: inline-flex;
  align-items: center;
  height: 36px;
  padding: 8px 16px;
  background-color: #FFFFFF;
  border-radius: 32px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #6C6E78;
}
.articles__card-date {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #6C6E78;
}
.articles__card-title {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: #0E0F17;
  margin: 0;
}
.articles__indicator {
  display: none;
}
@media (max-width: 767px) {
  .articles__indicator {
    display: flex;
    align-self: center;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 16px 32px;
    background-color: #F3F3F3;
    border-radius: 32px;
    margin-top: 8px;
  }
}
.articles__indicator-bar {
  width: 80px;
  height: 14px;
  border-radius: 67px;
  background: linear-gradient(to right, #003DA6 60%, #D9D9D9 60%);
}
.articles__indicator-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #D9D9D9;
}

.audience__swiper,
.drones__swiper,
.team__swiper,
.articles__swiper,
.video-reviews__swiper {
  width: 100%;
}
@media (min-width: 768px) {
  .audience__swiper,
  .drones__swiper,
  .articles__swiper,
  .video-reviews__swiper {
    overflow: visible;
  }
}

@media (max-width: 767px) {
  .audience__inner,
  .drones__list,
  .team__cards,
  .articles__list,
  .video-reviews__track {
    overflow: visible !important;
    overflow-x: visible !important;
    scroll-snap-type: none !important;
    margin-inline: 0 !important;
    padding-inline: 0 !important;
    gap: 0 !important;
  }
}
.audience__pagination,
.drones__pagination,
.team__pagination,
.articles__pagination,
.video-reviews__pagination {
  display: none;
}
@media (max-width: 767px) {
  .audience__pagination,
  .drones__pagination,
  .team__pagination,
  .articles__pagination,
  .video-reviews__pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    padding: 0;
  }
}

.audience__pagination-dot,
.drones__pagination-dot,
.team__pagination-dot,
.articles__pagination-dot,
.video-reviews__pagination-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: rgba(108, 110, 120, 0.25);
  transition: background-color 250ms ease;
  cursor: pointer;
  flex-shrink: 0;
}
.audience__pagination-dot.is-active,
.drones__pagination-dot.is-active,
.team__pagination-dot.is-active,
.articles__pagination-dot.is-active,
.video-reviews__pagination-dot.is-active {
  background-color: #003DA6;
}

.audience__pagination.swiper-pagination-horizontal, .audience__pagination.swiper-pagination-bullets,
.drones__pagination.swiper-pagination-horizontal,
.drones__pagination.swiper-pagination-bullets,
.team__pagination.swiper-pagination-horizontal,
.team__pagination.swiper-pagination-bullets,
.articles__pagination.swiper-pagination-horizontal,
.articles__pagination.swiper-pagination-bullets,
.video-reviews__pagination.swiper-pagination-horizontal,
.video-reviews__pagination.swiper-pagination-bullets,
.about__partners-dots.swiper-pagination-horizontal,
.about__partners-dots.swiper-pagination-bullets {
  position: static;
  width: auto;
  bottom: auto;
  left: auto;
}

.audience__indicator,
.drones__indicator,
.team__indicator,
.articles__indicator,
.video-reviews__indicator {
  display: none;
}
@media (max-width: 767px) {
  .audience__indicator,
  .drones__indicator,
  .team__indicator,
  .articles__indicator,
  .video-reviews__indicator {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 48px;
    margin: 16px auto 0;
    padding: 12px 32px;
    background-color: #F4F4F4;
    border-radius: 32px;
    width: max-content;
    max-width: calc(100% - 32px);
  }
}

.audience__indicator-bar,
.drones__indicator-bar,
.team__indicator-bar,
.articles__indicator-bar,
.video-reviews__indicator-bar {
  position: relative;
  width: 80px;
  height: 14px;
  border-radius: 67px;
  background-color: rgba(108, 110, 120, 0.15);
  overflow: hidden;
  flex-shrink: 0;
}
.audience__indicator-bar::after,
.drones__indicator-bar::after,
.team__indicator-bar::after,
.articles__indicator-bar::after,
.video-reviews__indicator-bar::after {
  content: "";
  position: absolute;
  inset: 0;
  width: var(--progress, 0%);
  background-color: #003DA6;
  border-radius: 67px;
  transition: width 250ms ease;
}

@media (max-width: 767px) {
  .audience__pagination,
  .drones__pagination,
  .team__pagination,
  .articles__pagination,
  .video-reviews__pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 0;
  }
}

.catalog-hero {
  background: #FFFFFF;
}
.catalog-hero__inner {
  padding-inline: 64px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .catalog-hero__inner {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .catalog-hero__inner {
    padding-inline: 20px;
  }
}
.catalog-hero__breadcrumb {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-block: 32px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .catalog-hero__breadcrumb {
    padding-block: 16px;
  }
}
.catalog-hero__bc-link {
  color: #0E0F17;
  text-decoration: none;
  transition: color 150ms ease;
}
.catalog-hero__bc-link:hover {
  color: #003DA6;
}
.catalog-hero__bc-sep {
  display: block;
  width: 10px;
  height: 20px;
  flex-shrink: 0;
  color: #6C6D78;
}
.catalog-hero__bc-current {
  color: #6C6D78;
}
.catalog-hero__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-bottom: 32px;
}
@media (max-width: 767px) {
  .catalog-hero__content {
    gap: 16px;
    padding-bottom: 16px;
  }
}
.catalog-hero__title {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  color: #0E0F17;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .catalog-hero__title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .catalog-hero__title {
    font-size: 28px;
  }
}
.catalog-hero__tabs {
  display: flex;
  align-items: center;
  gap: 16px;
  overflow-x: auto;
  scrollbar-width: none;
}
.catalog-hero__tabs::-webkit-scrollbar {
  display: none;
}
@media (max-width: 767px) {
  .catalog-hero__tabs {
    display: none;
  }
}
.catalog-hero__tab-select {
  display: none;
}
@media (max-width: 767px) {
  .catalog-hero__tab-select {
    display: block;
    width: 100%;
    padding: 20px 48px 20px 20px;
    border-radius: 32px;
    border: 1px solid #6c6e78;
    background: #FFFFFF url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%230E0F17' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") no-repeat right 20px center;
    appearance: none;
    -webkit-appearance: none;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #0E0F17;
    cursor: pointer;
  }
}
.catalog-hero__tab, .catalog-hero__tab:visited {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 24px;
  border-radius: 32px;
  border: 1px solid #f3f0f0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  color: #6C6D78;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  transition: background 250ms ease, color 250ms ease, border-color 250ms ease;
}
.catalog-hero__tab.is-active {
  background: #003DA6;
  border-color: #003DA6;
  color: #FFFFFF;
}
.catalog-hero__tab:hover:not(.is-active) {
  border-color: #003DA6;
  color: #003DA6;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .catalog-hero__tab {
    flex: 0 0 auto;
    padding: 10px 12px;
    font-size: 14px;
  }
}

.catalog-grid {
  background: #f4f4f4;
  padding: 32px 64px 100px;
}
@media (max-width: 767px) {
  .catalog-grid {
    padding: 32px 20px 50px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .catalog-grid {
    padding: 24px 32px 64px;
  }
}
.catalog-grid__inner {
  max-width: 1440px;
  margin-inline: auto;
}
.catalog-grid__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .catalog-grid__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .catalog-grid__list {
    grid-template-columns: 1fr;
  }
}

.catalog-card {
  background: #FFFFFF;
  border-radius: 32px;
  padding: 12px 12px 18px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 767px) {
  .catalog-card {
    padding: 16px 20px 24px;
    gap: 24px;
  }
}
.catalog-card__image {
  height: 250px;
  border-radius: 32px;
  overflow: hidden;
  background: #F8F8F8;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .catalog-card__image {
    height: 200px;
  }
}
.catalog-card__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.catalog-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.catalog-card__head {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}
.catalog-card__title {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  color: #0E0F17;
	min-height: 63px;
}
@media (max-width: 767px) {
  .catalog-card__title {
    font-size: 20px;
  }
}
.catalog-card__price {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  color: #6C6D78;
}
@media (max-width: 767px) {
  .catalog-card__price {
    font-size: 16px;
  }
}
.catalog-card__specs {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
	min-height: 175px;
}
@media (max-width: 767px) {
  .catalog-card__specs {
    display: none;
  }
}
.catalog-card__specs li {
  display: flex;
  gap: 48px;
  padding: 12px;
  border-radius: 8px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .catalog-card__specs li {
    gap: 16px;
  }
}
.catalog-card__specs li:nth-child(even) {
  background: #f9f9f9;
}
.catalog-card__spec-label {
  color: #0E0F17;
  flex: 1;
}
.catalog-card__spec-val {
  color: #6C6D78;
  white-space: nowrap;
  text-align: right;
}
.catalog-card__actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .catalog-card__actions {
    margin-top: 0;
  }
}
.catalog-card__buy, .catalog-card__buy:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 24px 48px;
  border-radius: 32px;
  background: #0E0F17;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background 150ms ease;
}
@media (max-width: 767px) {
  .catalog-card__buy {
    flex: 1;
    height: 64px;
    padding: 18px 24px;
  }
}
.catalog-card__buy:hover {
  background: #2a2b35;
}
.catalog-card__details, .catalog-card__details:visited {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 57px;
  padding-inline: 44px;
  border-radius: 32px;
  background: transparent;
  color: #003DA6;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  min-width: 0;
  transition: color 150ms ease, background 150ms ease;
}
.catalog-card__details:hover {
  background: rgba(0, 61, 166, 0.06);
}
@media (min-width: 768px) and (max-width: 1023px) {
  .catalog-card__details {
    padding-inline: 12px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .catalog-card__details {
    flex: 0 0 64px;
    width: 64px;
    height: 64px;
    padding: 0;
    border-radius: 50%;
    background: #003DA6;
    font-size: 0;
  }
  .catalog-card__details:hover {
    background: rgb(0, 46.0072289157, 125.2);
  }
}
.catalog-card__details-icon {
  display: none;
}
@media (max-width: 767px) {
  .catalog-card__details-icon {
    display: block;
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    stroke: #FFFFFF;
    fill: none;
  }
}

.productivity {
  background: #FFFFFF;
  padding: 100px 64px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .productivity {
    padding: 64px 32px;
  }
}
@media (max-width: 767px) {
  .productivity {
    padding: 50px 20px;
  }
}
.productivity__inner {
  max-width: 1440px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.productivity__title {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  color: #0E0F17;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .productivity__title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .productivity__title {
    font-size: 24px;
    color: #253035;
  }
}
.productivity__cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .productivity__cols {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}
@media (max-width: 767px) {
  .productivity__cols {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}
.productivity__col {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.productivity__subtitle {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  color: #0E0F17;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .productivity__subtitle {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .productivity__subtitle {
    font-size: 20px;
  }
}
.productivity__pair {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
@media (max-width: 767px) {
  .productivity__pair {
    flex-direction: column;
    align-items: stretch;
  }
}
.productivity__photo {
  width: 280px;
  height: 248px;
  border-radius: 32px;
  overflow: hidden;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .productivity__photo {
    width: 100%;
    height: 200px;
  }
}
.productivity__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.productivity__info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-inline: 16px;
}
@media (max-width: 767px) {
  .productivity__info {
    padding-inline: 0;
  }
}
.productivity__note {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  color: #6C6D78;
}
.productivity__stat {
  background: #f4f4f4;
  padding: 12px 16px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.productivity__stat p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  color: #0E0F17;
}
@media (max-width: 767px) {
  .productivity__stat p {
    font-size: 16px;
  }
}
.productivity__list {
  list-style: disc;
  padding-left: 24px;
  display: flex;
  flex-direction: column;
}
.productivity__list li {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #6C6D78;
}

.why-choose {
  background: #FFFFFF;
  padding: 0 64px 100px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .why-choose {
    padding: 0 32px 64px;
  }
}
@media (max-width: 767px) {
  .why-choose {
    padding: 0 20px 50px;
  }
}
.why-choose__inner {
  max-width: 1440px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 767px) {
  .why-choose__inner {
    gap: 24px;
  }
}
.why-choose__title {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  color: #0E0F17;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .why-choose__title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .why-choose__title {
    font-size: 24px;
  }
}
.why-choose__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .why-choose__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .why-choose__cards {
    grid-template-columns: 1fr;
  }
}
.why-choose__card {
  background: #f4f4f4;
  border-radius: 32px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 767px) {
  .why-choose__card {
    flex-direction: row;
    align-items: flex-start;
    gap: 24px;
    padding: 24px 20px;
  }
}
.why-choose__icon {
  width: 64px;
  height: 64px;
  object-fit: contain;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .why-choose__icon {
    width: 48px;
    height: 48px;
  }
}
.why-choose__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  color: #6C6D78;
}
@media (max-width: 767px) {
  .why-choose__text {
    font-size: 16px;
    font-weight: 400;
  }
}

.catalog-cta__bg {
  height: 400px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 24px 64px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .catalog-cta__bg {
    padding: 24px 32px;
  }
}
@media (max-width: 767px) {
  .catalog-cta__bg {
    height: auto;
    padding: 24px 20px;
    justify-content: center;
  }
}
.catalog-cta__card {
  background: #003DA6;
  padding: 32px;
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 430px;
  width: 100%;
}
@media (max-width: 767px) {
  .catalog-cta__card {
    padding: 24px 20px;
  }
}
.catalog-cta__title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .catalog-cta__title {
    font-size: 20px;
    text-align: center;
  }
}
.catalog-cta__btn, .catalog-cta__btn:visited {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background: #f4f4f4;
  height: 65px;
  padding: 24px 16px 24px 54px;
  border-radius: 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  color: #0E0F17;
  text-decoration: none;
  gap: 10px;
  transition: background 150ms ease;
}
@media (max-width: 767px) {
  .catalog-cta__btn {
    font-size: 14px;
  }
}
.catalog-cta__btn:hover {
  background: #FFFFFF;
}
.catalog-cta__btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 45px;
  height: 45px;
}
.catalog-cta__btn-icon img {
  transform: rotate(45deg);
}

.catalog-faq {
  background: #f4f4f4;
  padding: 100px 64px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .catalog-faq {
    padding: 64px 32px;
  }
}
@media (max-width: 767px) {
  .catalog-faq {
    padding: 50px 20px;
  }
}
.catalog-faq__inner {
  max-width: 1440px;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .catalog-faq__inner {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .catalog-faq__inner {
    flex-direction: column;
  }
}
.catalog-faq__left {
  display: flex;
  flex-direction: column;
  gap: 32px;
  flex-shrink: 0;
}
.catalog-faq__title {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  color: #6C6D78;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .catalog-faq__title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .catalog-faq__title {
    font-size: 24px;
  }
}
.catalog-faq__contact {
  background: #FFFFFF;
  padding: 32px;
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 460px;
}
.catalog-faq__contact-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #464646;
}
.catalog-faq__contact-btn, .catalog-faq__contact-btn:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #0E0F17;
  color: #FFFFFF;
  padding: 28px 64px;
  border-radius: 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  transition: background 150ms ease;
}
.catalog-faq__contact-btn:hover {
  background: #2a2b35;
}
.catalog-faq__items {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
  max-width: 571px;
}
@media (max-width: 767px) {
  .catalog-faq__items {
    max-width: 100%;
    gap: 8px;
  }
}
.catalog-faq__item {
  background: #FFFFFF;
  border-radius: 8px;
  list-style: none;
}
.catalog-faq__item::marker,
.catalog-faq__item summary::marker,
.catalog-faq__item summary::-webkit-details-marker {
  display: none;
}
.catalog-faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 24px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  color: #0E0F17;
  list-style: none;
}
@media (max-width: 767px) {
  .catalog-faq__question {
    font-size: 16px;
  }
}
.catalog-faq__question span:first-child {
  flex: 1;
}
.catalog-faq__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  border-radius: 32px;
  background: #f3f0f0;
}
.catalog-faq__toggle--open {
  background: #003DA6;
}
.catalog-faq__answer {
  padding: 0 24px 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #464646;
}
@media (max-width: 767px) {
  .catalog-faq__answer {
    font-size: 14px;
  }
}

.catalog-benefits {
  background: #FFFFFF;
  padding: 100px 64px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .catalog-benefits {
    padding: 64px 32px;
  }
}
@media (max-width: 767px) {
  .catalog-benefits {
    padding: 50px 20px;
  }
}
.catalog-benefits__inner {
  max-width: 1440px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 767px) {
  .catalog-benefits__inner {
    gap: 24px;
  }
}
.catalog-benefits__title {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  color: #0E0F17;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .catalog-benefits__title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .catalog-benefits__title {
    font-size: 24px;
  }
}
.catalog-benefits__body {
  display: flex;
  align-items: stretch;
  gap: 32px;
}
@media (max-width: 767px) {
  .catalog-benefits__body {
    flex-direction: column;
  }
}
.catalog-benefits__image {
  width: 648px;
  border-radius: 32px;
  overflow: hidden;
  flex-shrink: 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .catalog-benefits__image {
    width: 300px;
  }
}
@media (max-width: 767px) {
  .catalog-benefits__image {
    width: 100%;
    height: 300px;
  }
}
.catalog-benefits__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.catalog-benefits__list {
  flex: 1;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.catalog-benefits__item {
  background: #f4f4f4;
  padding: 24px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 767px) {
  .catalog-benefits__item {
    padding: 24px 20px;
  }
}
.catalog-benefits__item-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  color: #0E0F17;
}
@media (max-width: 767px) {
  .catalog-benefits__item-title {
    font-size: 16px;
  }
}
.catalog-benefits__item-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #6C6D78;
}
@media (max-width: 767px) {
  .catalog-benefits__item-desc {
    font-size: 14px;
  }
}

.partner-banner__bg {
  background-size: cover;
  background-position: bottom center;
  padding: 100px 64px;
  display: flex;
  align-items: flex-start;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .partner-banner__bg {
    padding: 64px 32px;
  }
}
@media (max-width: 767px) {
  .partner-banner__bg {
    padding: 50px 20px;
    background-position: center;
  }
}
.partner-banner__card {
  background: #FFFFFF;
  padding: 32px;
  border-radius: 32px;
  width: 420px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 767px) {
  .partner-banner__card {
    width: 100%;
    padding: 24px 20px;
    gap: 24px;
  }
}
.partner-banner__card-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 767px) {
  .partner-banner__card-content {
    gap: 24px;
  }
}
.partner-banner__title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  color: #0E0F17;
}
@media (max-width: 767px) {
  .partner-banner__title {
    font-size: 24px;
  }
}
.partner-banner__text {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  color: #6C6D78;
}
.partner-banner__text strong {
  color: #0E0F17;
  font-weight: 700;
}
.partner-banner__btn, .partner-banner__btn:visited {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background: #0E0F17;
  color: #FFFFFF;
  height: 65px;
  padding: 24px 16px 24px 54px;
  border-radius: 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: none;
  gap: 10px;
  transition: background 150ms ease;
}
.partner-banner__btn:hover {
  background: #2a2b35;
}
.partner-banner__btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  flex-shrink: 0;
}
.partner-banner__btn-icon img {
  transform: rotate(45deg);
}

.catalog-about {
  background: #FFFFFF;
  padding: 100px 64px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .catalog-about {
    padding: 64px 32px;
  }
}
@media (max-width: 767px) {
  .catalog-about {
    padding: 50px 20px;
  }
}
.catalog-about__inner {
  max-width: 1440px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 64px;
}
@media (max-width: 767px) {
  .catalog-about__inner {
    flex-direction: column;
    gap: 24px;
  }
}
.catalog-about__image {
  width: 648px;
  height: 324px;
  flex-shrink: 0;
  border-radius: 32px;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .catalog-about__image {
    width: 300px;
    height: 200px;
  }
}
@media (max-width: 767px) {
  .catalog-about__image {
    width: 100%;
    height: 300px;
  }
}
.catalog-about__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 18%;
  display: block;
}
.catalog-about__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.catalog-about__text h2 {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  color: #0E0F17;
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .catalog-about__text h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .catalog-about__text h2 {
    font-size: 24px;
    color: #253035;
  }
}
.catalog-about__text p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  color: #6C6D78;
}
@media (max-width: 767px) {
  .catalog-about__text p {
    font-size: 16px;
  }
}
.catalog-about__title {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  color: #0E0F17;
}
@media (max-width: 767px) {
  .catalog-about__title {
    font-size: 24px;
    color: #253035;
  }
}

.catalog-operations {
  background: #f4f4f4;
  padding: 100px 64px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .catalog-operations {
    padding: 64px 32px;
  }
}
@media (max-width: 767px) {
  .catalog-operations {
    padding: 50px 20px;
  }
}
.catalog-operations__inner {
  max-width: 1440px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.catalog-operations__title {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  color: #0E0F17;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .catalog-operations__title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .catalog-operations__title {
    font-size: 24px;
    color: #253035;
  }
}
.catalog-operations__body {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media (max-width: 767px) {
  .catalog-operations__body {
    flex-direction: column;
  }
}
.catalog-operations__image {
  width: 648px;
  flex-shrink: 0;
  border-radius: 32px;
  overflow: hidden;
  align-self: stretch;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .catalog-operations__image {
    width: 300px;
  }
}
@media (max-width: 767px) {
  .catalog-operations__image {
    width: 100%;
    height: 300px;
  }
}
.catalog-operations__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.catalog-operations__list {
  flex: 1;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.catalog-operations__item {
  background: #FFFFFF;
  padding: 24px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 767px) {
  .catalog-operations__item {
    padding: 24px 20px;
  }
}
.catalog-operations__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
}
@media (max-width: 767px) {
  .catalog-operations__icon {
    width: 32px;
    height: 32px;
  }
}
.catalog-operations__icon img {
  display: block;
}
.catalog-operations p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  color: #6C6D78;
}
@media (max-width: 767px) {
  .catalog-operations p {
    font-size: 16px;
  }
}

.product-breadcrumb {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 32px 64px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-breadcrumb {
    padding: 24px 32px;
    gap: 12px;
  }
}
@media (max-width: 767px) {
  .product-breadcrumb {
    padding: 16px 20px;
    gap: 8px;
    flex-wrap: wrap;
  }
}
.product-breadcrumb__link {
  color: #0E0F17;
  text-decoration: none;
  white-space: nowrap;
  transition: color 150ms ease;
}
.product-breadcrumb__link:hover {
  color: #003DA6;
}
.product-breadcrumb__sep {
  display: block;
  width: 10px;
  height: 20px;
  flex-shrink: 0;
}
.product-breadcrumb__current {
  color: #6C6D78;
  white-space: nowrap;
}

.product-hero {
  display: flex;
  flex-direction: row;
  gap: 32px;
  padding: 0 64px 100px;
}
@media (max-width: 1279px) {
  .product-hero {
    flex-direction: column;
    gap: 32px;
    padding: 0 32px 80px;
  }
}
@media (max-width: 767px) {
  .product-hero {
    flex-direction: column;
    gap: 24px;
    padding: 0 20px 50px;
  }
}
.product-hero__gallery {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex: 1;
  height: 655px;
  min-width: 0;
}
@media (max-width: 1279px) {
  .product-hero__gallery {
    flex: none;
    width: 100%;
    height: 520px;
    gap: 12px;
  }
}
@media (max-width: 767px) {
  .product-hero__gallery {
    flex: none;
    width: 100%;
    flex-direction: column;
    height: auto;
    gap: 12px;
  }
}
.product-hero__main {
  flex: 1;
  min-width: 0;
  border-radius: 32px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 767px) {
  .product-hero__main {
    flex: none;
    height: 300px;
    border-radius: 32px;
  }
}
.product-hero__nav {
  position: absolute;
  bottom: 32px;
  left: 32px;
  right: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
}
@media (max-width: 767px) {
  .product-hero__nav {
    bottom: 16px;
    left: 16px;
    right: 16px;
  }
}
.product-hero__nav-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: none;
  background: #F4F4F4;
  cursor: pointer;
  pointer-events: all;
  transition: background 150ms ease;
}
.product-hero__nav-btn:hover {
  background: #E4E4E4;
}
@media (max-width: 1279px) {
  .product-hero__nav-btn {
    width: 56px;
    height: 56px;
  }
}
@media (max-width: 767px) {
  .product-hero__nav-btn {
    width: 48px;
    height: 48px;
  }
}
.product-hero__thumbs {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 155px;
  flex-shrink: 0;
  height: 655px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(108, 110, 120, 0.3) transparent;
}
.product-hero__thumbs::-webkit-scrollbar {
  width: 4px;
}
.product-hero__thumbs::-webkit-scrollbar-track {
  background: transparent;
}
.product-hero__thumbs::-webkit-scrollbar-thumb {
  background: rgba(108, 110, 120, 0.3);
  border-radius: 2px;
}
@media (max-width: 1279px) {
  .product-hero__thumbs {
    width: 120px;
    height: 520px;
    gap: 12px;
  }
}
@media (max-width: 767px) {
  .product-hero__thumbs {
    display: none;
  }
}
.product-hero__thumb {
  flex: 0 0 152px;
  border: none;
  border-radius: 16px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  outline: 3px solid transparent;
  outline-offset: -3px;
  transition: outline-color 150ms ease;
}
@media (max-width: 1279px) {
  .product-hero__thumb {
    flex: 0 0 121px;
  }
}
.product-hero__thumb.is-active {
  outline: 5px solid #003DA6;
  outline-offset: -5px;
}
.product-hero__thumb:hover:not(.is-active) {
  outline: 3px solid rgba(0, 61, 166, 0.4);
  outline-offset: -3px;
}
.product-hero__info {
  width: 570px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (max-width: 1279px) {
  .product-hero__info {
    width: 100%;
    gap: 32px;
  }
}
@media (max-width: 767px) {
  .product-hero__info {
    width: 100%;
    gap: 16px;
  }
}
.product-hero__details {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.product-hero__head {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.product-hero__title-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.product-hero__title {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  color: #0E0F17;
  margin: 0;
}
@media (max-width: 1279px) {
  .product-hero__title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .product-hero__title {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
  }
}
.product-hero__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.product-hero__tag {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  border-radius: 32px;
  border: 1px solid #6C6D78;
  background: #FFFFFF;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  color: #6C6D78;
}
.product-hero__price-row {
  display: flex;
  align-items: flex-end;
  gap: 12px;
}
.product-hero__price {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  color: #0E0F17;
}
@media (max-width: 1279px) {
  .product-hero__price {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .product-hero__price {
    font-size: 24px;
  }
}
.product-hero__vat {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  color: #6C6D78;
  padding-bottom: 2px;
}
@media (max-width: 1279px) {
  .product-hero__vat {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .product-hero__vat {
    font-size: 18px;
  }
}
.product-hero__specs {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 767px) {
  .product-hero__specs {
    display: none;
  }
}
.product-hero__specs-table {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .product-hero__specs-table {
    display: none;
  }
}
.product-hero__spec-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  padding: 12px;
  background: #FFFFFF;
}
.product-hero__spec-row--alt {
  background: #F9F9F9;
}
.product-hero__spec-label {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #0E0F17;
  min-width: 164px;
}
.product-hero__spec-value {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #6C6D78;
}
.product-hero__specs-link, .product-hero__specs-link:visited {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #003DA6;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: opacity 150ms ease;
}
.product-hero__specs-link:hover {
  opacity: 0.75;
}
@media (max-width: 767px) {
  .product-hero__specs-link {
    display: none;
  }
}
.product-hero__actions {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.product-hero__actions-row {
  display: flex;
  align-items: stretch;
  gap: 16px;
}
@media (max-width: 767px) {
  .product-hero__actions-row {
    flex-direction: column;
  }
  .product-hero__actions-row:last-child {
    flex-direction: row;
  }
}
.product-hero__btn-buy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 28px 54px;
  border-radius: 32px;
  border: none;
  background: #0E0F17;
  color: #FFFFFF;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
  transition: opacity 150ms ease;
}
.product-hero__btn-buy:hover {
  opacity: 0.85;
}
@media (max-width: 767px) {
  .product-hero__btn-buy {
    width: 100%;
    padding: 24px 54px;
  }
}
.product-hero__btn-call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 28px 24px;
  border-radius: 32px;
  border: 1px solid #6C6D78;
  background: transparent;
  color: #0E0F17;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  cursor: pointer;
  transition: border-color 150ms ease;
}
.product-hero__btn-call:hover {
  border-color: #0E0F17;
}
@media (max-width: 767px) {
  .product-hero__btn-call {
    flex: none;
    width: 100%;
    padding: 24px;
  }
}
.product-hero__btn-messenger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  gap: 16px;
  padding: 20px 32px;
  border-radius: 32px;
  background: #F4F4F4;
  color: #0E0F17;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  transition: background 150ms ease;
}
.product-hero__btn-messenger:hover {
  background: #EBEBEB;
}
@media (max-width: 767px) {
  .product-hero__btn-messenger {
    flex: 1;
    padding: 16px 24px;
    font-size: 14px;
  }
}
.product-hero__messenger-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.product-package {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 100px 64px;
  background: #F4F4F4;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-package {
    padding: 80px 32px;
    gap: 28px;
  }
}
@media (max-width: 767px) {
  .product-package {
    padding: 50px 20px;
    gap: 24px;
  }
}
.product-package__top {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  gap: 32px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-package__top {
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .product-package__top {
    flex-direction: column;
    gap: 8px;
  }
}
.product-package__video {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
  background-color: #050505;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 32px;
  min-height: 400px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-package__video {
    padding: 24px;
    min-height: 320px;
  }
}
@media (max-width: 767px) {
  .product-package__video {
    display: none;
  }
}
.product-package__play {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 180px;
  border-radius: 100px;
  border: none;
  background: rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 24px;
  cursor: pointer;
  flex-shrink: 0;
  transition: background 150ms ease;
}
.product-package__play:hover {
  background: rgba(255, 255, 255, 0.22);
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-package__play {
    width: 128px;
    height: 128px;
    padding: 18px;
  }
}
@media (max-width: 767px) {
  .product-package__play {
    display: none;
  }
}
.product-package__cards {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
@media (max-width: 767px) {
  .product-package__cards {
    gap: 8px;
  }
}
.product-package__card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px 32px;
  background: #FFFFFF;
  border-radius: 16px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-package__card {
    padding: 22px 24px;
  }
}
@media (max-width: 767px) {
  .product-package__card {
    padding: 20px;
    gap: 8px;
  }
}
.product-package__card-head {
  display: flex;
  align-items: center;
  gap: 16px;
}
.product-package__card-title {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3em;
  color: #0E0F17;
}
.product-package__card-text {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4em;
  color: #6C6D78;
  margin: 0;
}
.product-package__services {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-self: stretch;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-package__services {
    gap: 12px;
  }
}
@media (max-width: 767px) {
  .product-package__services {
    flex-direction: column;
    gap: 8px;
  }
}
.product-package__service {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  padding: 24px;
  background: #FFFFFF;
  border-radius: 32px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-package__service {
    padding: 20px;
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .product-package__service {
    padding: 16px 20px;
    gap: 12px;
  }
}
.product-package__service-icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
.product-package__service-title {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2em;
  text-transform: uppercase;
  color: #003DA6;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-package__service-title {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .product-package__service-title {
    font-size: 13px;
    white-space: nowrap;
  }
}

.product-kit {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  gap: 32px;
  padding: 100px 64px 50px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-kit {
    padding: 80px 32px 50px;
    gap: 28px;
  }
}
@media (max-width: 767px) {
  .product-kit {
    padding: 50px 20px;
    gap: 24px;
  }
}
.product-kit__title {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2em;
  color: #0E0F17;
  margin: 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-kit__title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .product-kit__title {
    font-size: 24px;
  }
}
.product-kit__grid {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 16px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-kit__grid {
    gap: 12px;
  }
}
@media (max-width: 767px) {
  .product-kit__grid {
    flex-direction: column;
    gap: 8px;
  }
}
.product-kit__right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-kit__right {
    gap: 12px;
  }
}
.product-kit__row {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 16px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-kit__row {
    gap: 12px;
  }
}
@media (max-width: 767px) {
  .product-kit__row {
    flex-direction: row;
    gap: 8px;
  }
}
.product-kit__card {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
  background: #F4F4F4;
  border-radius: 32px;
  min-height: 220px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-kit__card {
    padding: 20px;
    gap: 18px;
    min-height: 180px;
  }
}
@media (max-width: 767px) {
  .product-kit__card {
    min-height: 160px;
    padding: 16px;
    gap: 16px;
  }
}
.product-kit__card--main {
  flex: 0 0 calc(50% - 8px);
  min-height: 460px;
  padding: 32px 24px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-kit__card--main {
    flex: 0 0 calc(50% - 6px);
    min-height: 380px;
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .product-kit__card--main {
    flex: none;
    min-height: 320px;
  }
}
.product-kit__card-img {
  flex: 1;
  border-radius: 32px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #F4F4F4;
  min-height: 120px;
}
.product-kit__card-name {
  flex-shrink: 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3em;
  color: #6C6D78;
}
@media (max-width: 767px) {
  .product-kit__card-name {
    font-size: 14px;
  }
}

.product-farms {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  gap: 32px;
  padding: 0 64px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-farms {
    padding: 0 32px;
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .product-farms {
    padding: 0 20px;
    gap: 16px;
  }
}
.product-farms__title {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2em;
  color: #6C6D78;
  margin: 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-farms__title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .product-farms__title {
    font-size: 24px;
  }
}
.product-farms__list {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-farms__list {
    gap: 12px;
  }
}
@media (max-width: 767px) {
  .product-farms__list {
    flex-direction: column;
    gap: 8px;
  }
}
.product-farms__item {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  padding: 20px 24px;
  background: #F4F4F4;
  border-radius: 32px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-farms__item {
    padding: 18px 20px;
    gap: 18px;
  }
}
@media (max-width: 767px) {
  .product-farms__item {
    padding: 16px 20px;
    gap: 16px;
  }
}
.product-farms__icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}
.product-farms__text {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
  color: #6C6D78;
  margin: 0;
}
.product-farms__text strong {
  font-weight: 600;
  color: #0E0F17;
}
@media (max-width: 767px) {
  .product-farms__text br {
    display: none;
  }
}

.product-chars {
  padding: 100px 64px 0;
  background: #fff;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-chars {
    padding: 80px 32px 0;
  }
}
@media (max-width: 767px) {
  .product-chars {
    padding: 50px 20px 0;
  }
}
.product-chars__title {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.1em;
  color: #000;
  margin: 0 0 32px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-chars__title {
    font-size: 36px;
    margin-bottom: 28px;
  }
}
@media (max-width: 767px) {
  .product-chars__title {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
.product-chars__tabs {
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin-bottom: 32px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-chars__tabs {
    gap: 12px;
    margin-bottom: 28px;
  }
}
@media (max-width: 767px) {
  .product-chars__tabs {
    gap: 8px;
    margin-bottom: 24px;
    flex-wrap: wrap;
  }
}
.product-chars__tab {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 24px 32px;
  border-radius: 32px;
  border: 1px solid #0E0F17;
  background: transparent;
  color: #0E0F17;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.product-chars__tab--active {
  background: #003DA6;
  border-color: #003DA6;
  color: #fff;
}
.product-chars__tab--mobile-bottom {
  display: none;
}
@media (max-width: 767px) {
  .product-chars__tab--mobile-bottom {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-chars__tab {
    font-size: 15px;
    padding: 20px 28px;
  }
}
@media (max-width: 767px) {
  .product-chars__tab {
    font-size: 14px;
    padding: 16px 24px;
  }
}
.product-chars__table {
  display: flex;
  flex-direction: column;
}
.product-chars__row {
  display: flex;
  flex-direction: row;
  gap: 16px;
  padding: 32px 24px;
  border: 1px solid #F3F0F0;
  border-radius: 0;
}
.product-chars__row--first {
  border-radius: 32px 32px 0 0;
}
.product-chars__row--last {
  border-radius: 0 0 32px 32px;
}
.product-chars__row + .product-chars__row {
  border-top: none;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-chars__row {
    flex-direction: column;
    padding: 24px 20px;
    gap: 14px;
  }
}
@media (max-width: 767px) {
  .product-chars__row {
    flex-direction: column;
    padding: 20px 16px;
    gap: 12px;
  }
}
.product-chars__row-head {
  flex: 0 0 403px;
  display: flex;
  align-items: flex-start;
  padding-top: 16px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-chars__row-head {
    flex: none;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .product-chars__row-head {
    flex: none;
    padding-top: 0;
  }
}
.product-chars__row-title {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2em;
  color: #0E0F17;
  margin: 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-chars__row-title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .product-chars__row-title {
    font-size: 18px;
  }
}
.product-chars__row-specs {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.product-chars__spec {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 120px;
  padding: 16px 24px;
  border-radius: 0;
}
.product-chars__spec--alt {
  background: #F9F9F9;
  border-radius: 16px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-chars__spec {
    gap: 32px;
    padding: 14px 20px;
  }
}
@media (max-width: 767px) {
  .product-chars__spec {
    gap: 8px;
    padding: 12px 16px;
  }
}
.product-chars__spec-label {
  flex: 0 0 350px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
  color: #6C6E78;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-chars__spec-label {
    flex: 0 0 240px;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .product-chars__spec-label {
    flex: 1;
    font-size: 14px;
  }
}
.product-chars__spec-value {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
  color: #6C6E78;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-chars__spec-value {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .product-chars__spec-value {
    font-size: 14px;
  }
}

.product-image-banner {
  padding: 50px 64px 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-image-banner {
    padding: 50px 32px 0;
  }
}
@media (max-width: 767px) {
  .product-image-banner {
    padding: 50px 20px 0;
    flex-direction: column;
    gap: 24px;
  }
}
.product-image-banner__card {
  width: 100%;
  height: 600px;
  border-radius: 32px;
  background-image: url("../assets/images/product/section-image.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.product-image-banner__card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(5, 5, 5, 0.45);
  border-radius: 32px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-image-banner__card {
    height: 420px;
  }
}
@media (max-width: 767px) {
  .product-image-banner__card {
    height: 280px;
  }
}
.product-image-banner__play {
  position: relative;
  z-index: 1;
  width: 180px;
  height: 180px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(8px);
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  transition: background 0.2s;
}
.product-image-banner__play:hover {
  background: rgba(255, 255, 255, 0.22);
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-image-banner__play {
    width: 128px;
    height: 128px;
  }
}
@media (max-width: 767px) {
  .product-image-banner__play {
    width: 96px;
    height: 96px;
  }
  .product-image-banner__play svg {
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 767px) {
  .product-image-banner__bottom {
    flex-direction: column;
    gap: 8px;
  }
}
@media (max-width: 767px) {
  .product-image-banner__info {
    padding: 20px;
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .product-image-banner__title {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .product-section-image {
    height: 280px;
  }
}

.video-reviews--product .video-reviews__inner {
  display: grid;
  grid-template-areas: "header nav" "track  track";
  grid-template-columns: 1fr auto;
  align-items: center;
  row-gap: 64px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .video-reviews--product .video-reviews__inner {
    row-gap: 40px;
  }
}
@media (max-width: 767px) {
  .video-reviews--product .video-reviews__inner {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
}
.video-reviews--product .video-reviews__header {
  grid-area: header;
}
.video-reviews--product .video-reviews__nav {
  grid-area: nav;
}
@media (max-width: 767px) {
  .video-reviews--product .video-reviews__nav {
    margin-top: 8px;
    padding: 0 20px;
  }
}
.video-reviews--product .video-reviews__track {
  grid-area: track;
  width: 100%;
  min-width: 0;
  display: block;
  overflow: hidden;
  padding: 0;
  gap: 0;
}
@media (max-width: 767px) {
  .video-reviews--product .video-reviews__track {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
  }
}
@media (min-width: 768px) {
  .video-reviews--product .video-reviews__play {
    width: 64px;
    height: 64px;
  }
}
.video-reviews--product .video-reviews__tile {
  aspect-ratio: unset;
  height: 450px;
  flex: none !important;
  max-width: none;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .video-reviews--product .video-reviews__tile {
    height: 380px;
  }
}
@media (max-width: 767px) {
  .video-reviews--product .video-reviews__tile {
    height: 450px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .video-reviews--product .video-reviews__title {
    font-size: 36px;
  }
}
@media (min-width: 1024px) {
  .video-reviews--product .video-reviews__title {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .video-reviews--product .video-reviews__title {
    padding: 0 20px;
  }
}

.product-reviews {
  padding: 100px 64px;
  background: #fff;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-reviews {
    padding: 80px 32px;
  }
}
@media (max-width: 767px) {
  .product-reviews {
    padding: 50px 0;
  }
}
.product-reviews__inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 767px) {
  .product-reviews__inner {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .product-reviews__header {
    padding: 0 20px;
  }
}
@media (min-width: 768px) {
  .product-reviews__nav {
    display: none;
  }
}
@media (max-width: 767px) {
  .product-reviews__nav {
    padding: 0 20px;
  }
}
.product-reviews__track {
  width: 100%;
  min-width: 0;
}
@media (min-width: 768px) {
  .product-reviews__track .swiper-wrapper {
    display: flex;
    flex-direction: row;
    gap: 16px;
  }
}
.product-reviews__title {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2em;
  color: #0E0F17;
  margin: 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-reviews__title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .product-reviews__title {
    font-size: 24px;
  }
}
.product-reviews__card {
  height: 450px;
  border-radius: 32px;
  background-size: cover;
  background-position: center;
  background-color: #0E0F17;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.product-reviews__card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(14, 15, 23, 0.35);
  border-radius: 32px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-reviews__card {
    height: 380px;
  }
}
@media (max-width: 767px) {
  .product-reviews__card {
    height: 450px;
  }
}
.product-reviews__play {
  position: relative;
  z-index: 1;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(6px);
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.2s;
}
.product-reviews__play:hover {
  background: rgba(255, 255, 255, 0.28);
}
@media (max-width: 767px) {
  .product-reviews__play {
    width: 64px;
    height: 64px;
  }
  .product-reviews__play svg {
    width: 32px;
    height: 32px;
  }
}

.product-accessories {
  padding: 0 64px 100px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-accessories {
    padding: 0 32px 80px;
  }
}
@media (max-width: 767px) {
  .product-accessories {
    padding: 0 20px 50px;
  }
}
.product-accessories__inner {
  display: grid;
  grid-template-areas: "header nav" "track  track";
  grid-template-columns: 1fr auto;
  align-items: center;
  row-gap: 64px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-accessories__inner {
    row-gap: 40px;
  }
}
@media (max-width: 767px) {
  .product-accessories__inner {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
}
.product-accessories__header {
  grid-area: header;
}
.product-accessories__nav {
  grid-area: nav;
}
@media (max-width: 767px) {
  .product-accessories__nav {
    margin-top: 8px;
  }
}
.product-accessories__track {
  grid-area: track;
  width: 100%;
  min-width: 0;
}
@media (max-width: 767px) {
  .product-accessories__track {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
  }
}
.product-accessories__title {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2em;
  color: #000;
  margin: 0;
  max-width: 604px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-accessories__title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .product-accessories__title {
    font-size: 24px;
  }
}
.product-accessories__card {
  height: 360px;
  border-radius: 32px;
  background-size: cover;
  background-position: center;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 16px;
  position: relative;
  overflow: hidden;
}
.product-accessories__card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  border-radius: 32px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-accessories__card {
    height: 320px;
  }
}
@media (max-width: 767px) {
  .product-accessories__card {
    height: 300px;
  }
}
.product-accessories__card-body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.product-accessories__card-name {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4em;
  color: #fff;
  margin: 0;
}
@media (max-width: 767px) {
  .product-accessories__card-name {
    font-size: 14px;
  }
}
.product-accessories__card-actions {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 16px;
}
.product-accessories__card-btn, .product-accessories__card-btn:visited {
  flex: 1;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 24px;
  background: #fff;
  color: #0E0F17;
  border-radius: 32px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s;
}
.product-accessories__card-btn:hover {
  background: #f0f0f0;
}
.product-accessories__card-icon {
  flex-shrink: 0;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  opacity: 1;
  transition: opacity 0.2s;
}
.product-accessories__card-icon:hover {
  opacity: 0.85;
}
.product-accessories__card-icon img {
  display: block;
  width: 50px;
  height: 50px;
}

.product-accessories--full-pad {
  padding: 100px 64px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-accessories--full-pad {
    padding: 80px 32px;
  }
}
@media (max-width: 767px) {
  .product-accessories--full-pad {
    padding: 50px 20px;
  }
}

.product-hero-banner__bg {
  width: 100%;
  height: 400px;
  background-image: url("../assets/images/product/hero-banner.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding: 24px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-hero-banner__bg {
    height: 360px;
    padding: 32px;
  }
}
@media (max-width: 767px) {
  .product-hero-banner__bg {
    height: auto;
    min-height: 260px;
    padding: 24px 20px;
    align-items: stretch;
  }
}
.product-hero-banner__cta {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 32px;
  padding: 32px;
  background: #003DA6;
  border-radius: 32px;
  max-width: 420px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-hero-banner__cta {
    max-width: 380px;
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .product-hero-banner__cta {
    max-width: 100%;
    padding: 24px 20px;
    gap: 24px;
  }
}
.product-hero-banner__cta-title {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2em;
  color: #fff;
  margin: 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-hero-banner__cta-title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .product-hero-banner__cta-title {
    font-size: 20px;
  }
}
.product-hero-banner__cta-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: 65px;
  padding: 24px 16px 24px 54px;
  background: #F4F4F4;
  border-radius: 32px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2em;
  text-transform: uppercase;
  color: #0E0F17;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s;
}
.product-hero-banner__cta-btn svg {
  transform: rotate(45deg);
  flex-shrink: 0;
}
.product-hero-banner__cta-btn:hover {
  background: #e4e4e4;
}
@media (max-width: 767px) {
  .product-hero-banner__cta-btn {
    padding: 24px 16px;
    justify-content: space-between;
  }
}

.product-advantages {
  padding: 0 64px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-advantages {
    padding: 0 32px 80px;
    gap: 28px;
  }
}
@media (max-width: 767px) {
  .product-advantages {
    padding: 0 20px 50px;
    gap: 24px;
  }
}
.product-advantages__title {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2em;
  color: #000;
  margin: 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-advantages__title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .product-advantages__title {
    font-size: 24px;
  }
}
.product-advantages__list {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 16px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-advantages__list {
    flex-wrap: wrap;
    gap: 12px;
  }
}
@media (max-width: 767px) {
  .product-advantages__list {
    flex-direction: column;
    gap: 16px;
  }
}
.product-advantages__card {
  flex: 1;
  background: #F4F4F4;
  border-radius: 32px;
  padding: 32px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-advantages__card {
    flex: 1 1 calc(50% - 6px);
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .product-advantages__card {
    padding: 24px;
  }
}
.product-advantages__card-inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.product-advantages__icon {
  width: 64px;
  height: 64px;
  object-fit: contain;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .product-advantages__icon {
    width: 48px;
    height: 48px;
  }
}
.product-advantages__text {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3em;
  color: #6C6E78;
  margin: 0;
}
@media (max-width: 767px) {
  .product-advantages__text {
    font-size: 16px;
  }
}

.product-faq {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 100px 64px;
  background: #F4F4F4;
  gap: 64px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-faq {
    flex-direction: column;
    padding: 80px 32px;
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .product-faq {
    flex-direction: column;
    padding: 50px 20px;
    gap: 32px;
  }
}
.product-faq__left {
  display: flex;
  flex-direction: column;
  gap: 32px;
  flex-shrink: 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-faq__left {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .product-faq__left {
    width: 100%;
  }
}
.product-faq__title {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2em;
  color: #6C6E78;
  margin: 0;
  max-width: 390px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-faq__title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .product-faq__title {
    font-size: 24px;
    color: #6C6D78;
  }
}
.product-faq__cta-card {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 32px;
  background: #fff;
  border-radius: 32px;
  max-width: 460px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-faq__cta-card {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .product-faq__cta-card {
    padding: 24px 20px;
  }
}
.product-faq__cta-text {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
  color: #464646;
  margin: 0;
}
@media (max-width: 767px) {
  .product-faq__cta-text {
    font-size: 16px;
    text-align: center;
  }
}
.product-faq__cta-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 28px 64px;
  background: #0E0F17;
  color: #fff;
  border-radius: 32px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.2s;
}
.product-faq__cta-btn:hover {
  opacity: 0.85;
}
@media (max-width: 767px) {
  .product-faq__cta-btn {
    width: 100%;
    text-align: center;
    padding: 24px 64px;
    font-size: 14px;
  }
}
.product-faq__accordion {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 571px;
  flex-shrink: 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-faq__accordion {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .product-faq__accordion {
    width: 100%;
  }
}
.product-faq__item {
  background: #fff;
  border-radius: 8px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.product-faq__item-head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.product-faq__question {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3em;
  color: #000;
  margin: 0;
  flex: 1;
}
@media (max-width: 767px) {
  .product-faq__question {
    font-size: 16px;
  }
}
.product-faq__toggle {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  border-radius: 32px;
  background: #F3F0F0;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.2s;
}
.product-faq__toggle--open {
  background: #003DA6;
}
.product-faq__answer {
  display: none;
}
.product-faq__item--open .product-faq__answer {
  display: block;
}
.product-faq__answer p {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
  color: #464646;
  margin: 0;
}
@media (max-width: 767px) {
  .product-faq__answer p {
    font-size: 14px;
  }
}

.accessories-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .accessories-nav {
    gap: 8px;
    width: 100%;
  }
}
.accessories-nav__prev, .accessories-nav__next {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  transition: opacity 0.2s;
}
.accessories-nav__prev:hover, .accessories-nav__next:hover {
  opacity: 0.85;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .accessories-nav__prev, .accessories-nav__next {
    width: 56px;
    height: 56px;
  }
}
@media (max-width: 767px) {
  .accessories-nav__prev, .accessories-nav__next {
    display: none;
  }
}
.accessories-nav__prev {
  background: #F4F4F4;
}
.accessories-nav__next {
  background: #003DA6;
}
.accessories-nav__progress {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 48px;
  padding: 12px 32px;
  background: #F4F4F4;
  border-radius: 32px;
}
@media (max-width: 767px) {
  .accessories-nav__progress {
    flex: 1;
    padding: 12px 32px;
  }
}
.accessories-nav__bar {
  position: relative;
  width: 105px;
  height: 14px;
  background: rgba(108, 110, 120, 0.15);
  border-radius: 67px;
  overflow: hidden;
  flex-shrink: 0;
}
.accessories-nav__bar::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: var(--progress, 25%);
  height: 100%;
  background: #003DA6;
  border-radius: 67px;
  transition: width 250ms ease;
}
.accessories-nav__dots {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.accessories-nav__dot {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: rgba(108, 110, 120, 0.15);
  flex-shrink: 0;
  cursor: pointer;
  transition: background-color 250ms ease;
}
.accessories-nav__dot.is-active {
  background: #003DA6;
}

.product-highlights {
  width: 100%;
  background-color: #FFFFFF;
  padding: 0 20px 50px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-highlights {
    padding: 50px 24px;
  }
}
@media (min-width: 1024px) {
  .product-highlights {
    padding: 50px 64px;
  }
}
.product-highlights__inner {
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  display: grid;
  grid-template-areas: "header nav" "track  track";
  grid-template-columns: 1fr auto;
  align-items: center;
  row-gap: 64px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-highlights__inner {
    row-gap: 40px;
  }
}
@media (max-width: 767px) {
  .product-highlights__inner {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
}
.product-highlights__header {
  grid-area: header;
}
.product-highlights__nav {
  grid-area: nav;
}
@media (max-width: 767px) {
  .product-highlights__nav {
    display: none;
  }
}
.product-highlights__track {
  grid-area: track;
  width: 100%;
  min-width: 0;
}
@media (max-width: 767px) {
  .product-highlights__track .swiper-wrapper {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    transform: none !important;
  }
  .product-highlights__track .swiper-slide:nth-child(n+5) {
    display: none;
  }
}
.product-highlights__title {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  color: #0E0F17;
  margin: 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-highlights__title {
    font-size: 36px;
  }
}
@media (min-width: 1024px) {
  .product-highlights__title {
    font-size: 48px;
  }
}
.product-highlights__img {
  width: 100%;
  height: auto;
  border-radius: 24px;
  background-size: cover;
  background-position: center;
  background-color: #2A3338;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-highlights__img {
    height: 300px;
  }
}
@media (min-width: 1024px) {
  .product-highlights__img {
    height: auto;
  }
}
.product-highlights__video{
	border-radius: 24px;
}
.container {
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 64px;
}
@media (max-width: 767px) {
  .container {
    padding-inline: 16px;
  }
}

.section {
  padding-block: 96px;
}
@media (max-width: 767px) {
  .section {
    padding-block: 48px;
  }
}
.section--bg-light {
  background-color: #F8F8F8;
}
.section--bg-card {
  background-color: #F3F3F3;
}
.section--bg-dark {
  background-color: #0E0F17;
  color: #FFFFFF;
}
.section--bg-primary {
  background-color: #003DA6;
  color: #FFFFFF;
}

@media (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hide-desktop {
    display: none !important;
  }
}
ul, ol {
	margin: unset;
}
p {
	margin-bottom: unset;
}

.video-modal {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 9999;
}

.video-modal.is-open {
    display: block;
}

.video-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.8);
}

.video-modal__content {
    position: absolute;
    width: 90%;
    max-width: 1000px;
    aspect-ratio: 16/9;

    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);
}

.video-modal__iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.video-modal__close {
    position: absolute;
    right: -40px;
    top: 0;
    font-size: 32px;
    color: #fff;
    background: none;
    border: 0;
    cursor: pointer;
}

.feedback-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;

    display: none;
}

.feedback-modal.is-open {
    display: block;
}

.feedback-modal__overlay {
    position: absolute;
    inset: 0;

    background: rgba(0,0,0,.65);
}

.feedback-modal__dialog {
    position: absolute;

    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);

    width: 100%;
    max-width: 500px;

    padding: 30px;

    background: #fff;
    border-radius: 16px;
}

.feedback-modal__close {
    position: absolute;

    top: 15px;
    right: 15px;

    border: 0;
    background: none;

    font-size: 28px;
    cursor: pointer;
}

.feedback-modal__title {
    margin: 0 0 20px;
}

.feedback-form__field {
    margin-bottom: 15px;
}

.feedback-form__field input {
    width: 100%;

    height: 48px;

    padding: 0 15px;

    border: 1px solid #ddd;
    border-radius: 8px;
}

.feedback-modal__dialog .feedback-form__submit {
    width: 100%;
    height: 48px;

    border: 0;

    cursor: pointer;
}

.feedback-form__message {
    display: none;

    margin-bottom: 15px;

    padding: 12px 15px;

    border-radius: 8px;
}

.feedback-form__message.is-success {
    display: block;

    background: #e7f7ea;
    color: #0d6a28;
}

.feedback-form__message.is-error {
    display: block;

    background: #fdeaea;
    color: #c62828;
}
.catalog-hero__lead {
    max-width: 720px;
    margin-top: -16px;
    font-size: 18px;
    line-height: 1.4;
    color: #6C6D78;
}
.catalog-hero__cta {
    align-self: flex-start;
}
@media (max-width: 767px) {
    .catalog-hero__lead {
        font-size: 16px;
        margin-top: 0;
    }
}




.article {
  background: #FFFFFF;
}
.article__inner {
  width: 100%;
  max-width: 948px;
  margin-inline: auto;
  padding: 0 64px 100px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .article__inner {
    padding: 0 32px 64px;
  }
}
@media (max-width: 767px) {
  .article__inner {
    padding: 0 20px 50px;
  }
}
.article__head {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 32px;
}
.article__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: #6C6D78;
}
.article__type {
  display: inline-flex;
  align-items: center;
  height: 32px;
  padding-inline: 16px;
  border-radius: 9999px;
  background: #003DA6;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 14px;
}
.article__title {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 1.2;
  color: #0E0F17;
}
@media (max-width: 767px) {
  .article__title {
    font-size: 28px;
  }
}
.article__title {
  margin: 0;
}
.article__cover {
  width: 100%;
  aspect-ratio: 16/8;
  border-radius: 32px;
  overflow: hidden;
  margin-bottom: 48px;
}
.article__cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 767px) {
  .article__cover {
    border-radius: 24px;
    margin-bottom: 32px;
  }
}
.article__body {
  color: #0E0F17;
}
.article__body > * + * {
  margin-top: 20px;
}
.article__body p {
  font-size: 18px;
  line-height: 1.6;
  color: #2A2B33;
}
.article__body h2 {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.2;
  color: #0E0F17;
}
@media (max-width: 767px) {
  .article__body h2 {
    font-size: 22px;
  }
}
.article__body h2 {
  margin-top: 64px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .article__body h2 {
    margin-top: 40px;
  }
}
.article__body h3 {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  color: #0E0F17;
}
@media (max-width: 767px) {
  .article__body h3 {
    font-size: 18px;
  }
}
.article__body h3 {
  margin-top: 32px;
  margin-bottom: 4px;
}
.article__body ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-left: 8px;
}
.article__body li {
  position: relative;
  padding-left: 24px;
  font-size: 18px;
  line-height: 1.55;
  color: #2A2B33;
}
.article__body li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #003DA6;
}
.article__body strong {
  font-weight: 600;
}
.article__body .article__table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.article__body table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  min-width: 560px;
}
.article__body table th, .article__body table td {
  padding: 16px 20px;
  text-align: left;
  border: 1px solid #E5E5E7;
  line-height: 1.45;
  vertical-align: top;
}
.article__body table thead th {
  background: #003DA6;
  color: #FFFFFF;
  font-weight: 600;
}
.article__body table tbody tr:nth-child(even) {
  background: #F8F8F8;
}
/*a:visited {
    color: unset;
}*/
.style__detailed-parameter-list___27yjW {
    padding: 12px 16px;
    background: #f8f9fb;
    display: flex;
	list-style: none;
}
.style__detailed-parameter-key___2hjK- {
    width: 30%;
    flex: 1;
}
.style__detailed-parameter___T9ojl {
    width: 70%;
    margin-left: 32px;
    color: #3b3e40;
    font-size: 16px;
    line-height: 24px;
}
.style__detailed-parameter-key___2hjK- h4 {
    color: #3b3e40;
    font-size: 16px;
    line-height: 24px;
}
.style__group-list-title___2d0MQ {
    font-weight: 600;
    font-size: 28px;
    color: #000;
    line-height: 32px;
    margin-bottom: 32px;
}
.style__specs-parameter-wrap___3Llcx {
    margin-bottom: 28px;
}
.mobile-menu__list>li>a{
	font-size: 17px;
	font-weight: bold;
	line-height: 120%;
	color: #0E0F17;
	text-transform: uppercase;
}
.mobile-menu__list>li{
	padding-top: 25px;
}
.mobile-menu__list .sub-menu {
	background-color: #F9F9F9;
	padding: 27px 20px;
	border-radius: 16px;
	margin: 25px 0 10px 0;
}
.sub-menu li{
	line-height: 1.3;
    padding: 5px 0;
}
.sub-menu a{
	color: #0E0F17;
	font-size: 18px;
	font-weight: 500;
}


*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  min-height: 100vh;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #0E0F17;
  background-color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
  height: auto;
}

input, button, textarea, select {
  font: inherit;
  color: inherit;
}

button {
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: none;
}

ul, ol {
  list-style: none;
  padding: 0;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

#root, #__next {
  isolation: isolate;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
h1, .h1 {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
  font-size: 64px;
  line-height: 1.1;
  color: #0E0F17;
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 36px;
  }
}

h2, .h2 {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 1.2;
  color: #0E0F17;
}
@media (max-width: 767px) {
  h2, .h2 {
    font-size: 28px;
  }
}

h3, .h3 {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 1.2;
  color: #0E0F17;
}
@media (max-width: 767px) {
  h3, .h3 {
    font-size: 24px;
  }
}

h4, .h4 {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.2;
  color: #0E0F17;
}
@media (max-width: 767px) {
  h4, .h4 {
    font-size: 22px;
  }
}

h5, .h5 {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.2;
  color: #0E0F17;
}
@media (max-width: 767px) {
  h5, .h5 {
    font-size: 20px;
  }
}

h6, .h6 {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  color: #0E0F17;
}
@media (max-width: 767px) {
  h6, .h6 {
    font-size: 18px;
  }
}

p {
  font-size: 16px;
  line-height: 1.4;
  color: #0E0F17;
}

.text--lg {
  font-size: 18px;
  line-height: 1.4;
}
.text--md {
  font-size: 16px;
  line-height: 1.4;
}
.text--sm {
  font-size: 14px;
  line-height: 1.4;
}
.text--xs {
  font-size: 12px;
  line-height: 1.4;
}
.text--muted {
  color: #6C6D78;
}
.text--white {
  color: #FFFFFF;
}
.text--primary {
  color: #003DA6;
}
.text--center {
  text-align: center;
}
.text--right {
  text-align: right;
}
.text--medium {
  font-weight: 500;
}
.text--semibold {
  font-weight: 600;
}
.text--bold {
  font-weight: 700;
}

a {
  color: #003DA6;
  transition: opacity 150ms ease;
}

a:hover {
  opacity: 0.8;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 32px;
  cursor: pointer;
  transition: background-color 150ms ease, color 150ms ease, transform 150ms ease;
  white-space: nowrap;
  user-select: none;
}
.btn:active {
  transform: translateY(1px);
}
.btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.btn--lg {
  height: 75px;
  padding: 28px 64px;
}
.btn--md {
  height: 67px;
  padding-inline: 28px;
}
.btn--icon {
  width: 65px;
  height: 65px;
  padding: 0;
  border-radius: 9999px;
}
.btn--dark, .btn--dark:visited {
  background-color: #0E0F17;
  color: #FFFFFF;
}
.btn--dark:hover {
  background-color: rgb(33.2972972973, 35.6756756757, 54.7027027027);
}
.btn--white, .btn--white:visited {
  background-color: #FFFFFF;
  color: #0E0F17;
  border: 1px solid #D9D9D9;
}
.btn--white:hover {
  background-color: #F3F3F3;
}
.btn--primary, .btn--primary:visited {
  background-color: #003DA6;
  color: #FFFFFF;
}
.btn--primary:hover {
  background-color: rgb(0, 46.0072289157, 125.2);
}
.btn--ghost {
  background-color: transparent;
  color: #0E0F17;
}
.btn--ghost:hover {
  background-color: #F3F3F3;
}
.btn .btn__icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.header {
  position: sticky;
  top: 0;
  z-index: 200;
  width: 100%;
  height: 103px;
  background-color: #FFFFFF;
  border-bottom: 1px solid #F3F0F0;
}
@media (max-width: 767px) {
  .header {
    height: 72px;
  }
}
.header__inner {
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin-inline: auto;
  padding-inline: 64px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .header__inner {
    padding-inline: 0;
  }
}
.header__logo {
  flex-shrink: 0;
  width: 111px;
  padding: 24px 26px 24px 0;
  border-right: 1px solid #F3F0F0;
  display: flex;
  align-items: center;
  color: #0E0F17;
}
.header__logo img, .header__logo svg {
  width: 85px;
  height: 55px;
}
@media (max-width: 767px) {
  .header__logo {
    width: 124px;
    padding: 6px 16px 6px 24px;
	border: none;  
  }
  .header__logo img, .header__logo svg {
    width: 90px;
    height: 60px;
  }
}
.header__nav {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px;
  gap: 64px;
}
@media (max-width: 1023px) {
  .header__nav {
    display: none;
  }
}
.header__nav-link, .header__nav-link:visited {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
  color: #0E0F17;
  white-space: nowrap;
  text-decoration: none;
  transition: color 150ms ease;
}
.header__nav-link:hover, .header__nav-link.is-active {
  color: #003DA6;
}
.header__nav-arrow {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
  transform: rotate(180deg);
  color: #6C6E78;
  transition: transform 200ms ease;
}
.header__nav-item--has-menu:hover .header__nav-arrow, .header__nav-item--has-menu:focus-within .header__nav-arrow {
  transform: rotate(0deg);
}
.header__phone-cell {
  flex-shrink: 0;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 0 0 32px;
  gap: 32px;
  border-left: 1px solid #F3F0F0;
}
@media (max-width: 1023px) {
  .header__phone-cell {
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .header__phone-cell {
    flex: 1 1 auto;
    padding: 0;
    gap: 0;
    border-left: 0;
    justify-content: flex-end;
  }
}
.header__phone {
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
  color: #000000;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .header__phone {
    width: 97px;
    height: 100%;
    justify-content: center;
    gap: 0;
    border-left: 1px solid #F3F0F0;
  }
  .header__phone span {
    display: none;
  }
}
.header__phone-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .header__phone-icon {
    width: 24px;
    height: 24px;
  }
}
.header__lang-wrap {
  position: relative;
  height: 100%;
  border-left: 1px solid #F3F0F0;
  display: flex;
  align-items: stretch;
}
@media (max-width: 767px) {
  .header__lang-wrap {
    border-left: 0;
  }
}
.header__lang-wrap:hover .header__lang-menu, .header__lang-wrap:focus-within .header__lang-menu,
.header__lang-wrap .header__lang[aria-expanded=true] + .header__lang-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header__lang {
  flex-shrink: 0;
  height: 100%;
  width: 125px;
  padding: 0 32px;
  border-left: 1px solid #F3F0F0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  cursor: pointer;
  background: none;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
}
@media (max-width: 767px) {
  .header__lang {
    width: 97px;
    padding: 0;
    gap: 8px;
  }
}
.header__lang-menu {
  position: absolute;
  top: 100%;
  left: 32px;
  list-style: none;
}
@media (max-width: 767px) {
  .header__lang-menu {
    left: 0;
  }
}
.header__lang-menu {
  margin: 0;
  padding: 8px 12px 12px;
  background-color: #FFFFFF;
  border: 1px solid #F3F0F0;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(14, 15, 23, 0.12);
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 200;
  opacity: 0;
  visibility: hidden;
  transition: opacity 150ms ease, visibility 150ms ease;
}
.header__lang-menu:hover {
  opacity: 1;
  visibility: visible;
}
.header__lang-option {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.header__lang-circle {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #F3F0F0;
  color: #0E0F17;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 150ms ease;
}
.header__lang-circle:hover {
  background-color: rgb(231.6666666667, 225.8333333333, 225.8333333333);
}
@media (max-width: 767px) {
  .header__lang-arrow {
    width: 10px;
    height: 10px;
  }
}
.header__lang-flag {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.header__lang-flag svg, .header__lang-flag img {
  width: 100%;
  height: 100%;
  display: block;
}
.header__lang-arrow {
  width: 12px;
  height: 12px;
}
.header__burger {
  display: none;
  background: none;
  border: 0;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .header__burger {
    display: flex;
    width: 72px;
    height: 100%;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #F3F0F0;
    padding: 0;
  }
}
.header__burger span, .header__burger span::before, .header__burger span::after {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background-color: #0E0F17;
  position: relative;
}
.header__burger span::before {
  position: absolute;
  top: -7px;
}
.header__burger span::after {
  position: absolute;
  top: 7px;
}

.nav-drawer {
  position: fixed;
  inset: 0;
  background-color: #FFFFFF;
  z-index: 400;
  padding: 32px 16px;
  transform: translateX(100%);
  transition: transform 250ms ease;
  overflow-y: auto;
}
.nav-drawer.is-open {
  transform: translateX(0);
}
.nav-drawer__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}
.nav-drawer__nav {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 56px;
}
.nav-drawer__link {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #0E0F17;
}

.header__nav-item {
  position: static;
  display: flex;
  align-items: center;
}
.header__nav-item--has-menu:hover .megamenu, .header__nav-item--has-menu:focus-within .megamenu, .header__nav-item--has-menu.is-open .megamenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.megamenu {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background-color: #FFFFFF;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
  padding: 0 106px 0 107px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 200ms ease, visibility 0s linear 200ms;
  z-index: 201;
}
.megamenu::before {
  content: "";
  position: absolute;
  top: -16px;
  left: 0;
  right: 0;
  height: 16px;
}
.megamenu:hover {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1023px) {
  .megamenu {
    display: none;
  }
}
.megamenu__inner {
  display: flex;
  gap: 53px;
  max-width: 1227px;
}
.megamenu__col {
  flex: 0 0 227px;
  padding: 32px 0;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.megamenu__col:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -27px;
  top: 32px;
  bottom: 32px;
  width: 1px;
  background-color: rgba(108, 110, 120, 0.2);
}
.megamenu__category {
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: inherit;
  text-decoration: none;
}
.megamenu__img {
  display: block;
  width: 100%;
  height: 150px;
  border-radius: 32px;
  overflow: hidden;
  background-color: #F9F9F9;
}
.megamenu__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 300ms ease;
}
.megamenu__category:hover .megamenu__img img {
  transform: scale(1.04);
}
.megamenu__title {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: #0E0F17;
  transition: color 150ms ease;
}
.megamenu__title--active {
  color: #003DA6;
}
.megamenu__category:hover .megamenu__title {
  color: #003DA6;
}
.megamenu__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.megamenu__link, .megamenu__link:visited {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #6C6D78;
  text-transform: none;
  text-decoration: none;
  display: block;
  transition: color 150ms ease;
}
.megamenu__link:hover {
  color: #003DA6;
}
.megamenu__link--featured {
  color: #0E0F17;
}
.megamenu__link-sub {
  display: block;
}

.mobile-menu {
  position: fixed;
  top: 90px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  background-color: #FFFFFF;
  padding: 32px 20px;
  overflow-y: auto;
}
.mobile-menu[hidden] {
  display: none;
}
@media (min-width: 1024px) {
  .mobile-menu {
    display: none !important;
  }
}
.mobile-menu__list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.mobile-menu__item {
  display: block;
  padding: 16px 0;
  border-bottom: 1px solid #F3F0F0;
}
.mobile-menu__item:last-child {
  border-bottom: 0;
}
.mobile-menu__item summary {
  list-style: none;
}
.mobile-menu__item summary::-webkit-details-marker {
  display: none;
}
.mobile-menu__item summary {
  cursor: pointer;
}
.mobile-menu__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: #0E0F17;
  text-decoration: none;
  text-transform: uppercase;
}
.mobile-menu__link--active {
  color: #003DA6;
}
.mobile-menu__arrow {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
  transform: rotate(180deg);
  color: #6C6E78;
  transition: transform 200ms ease;
}
.mobile-menu__item--has-sub[open] .mobile-menu__arrow {
  transform: rotate(0deg);
}
.mobile-menu__sub {
  list-style: none;
  margin: 16px 0 0;
  padding: 32px 20px;
  background-color: #F8F8F8;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.mobile-menu__sub li a {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3;
  color: #0E0F17;
  text-decoration: none;
}
.mobile-menu__sub li a:hover {
  color: #003DA6;
}

.header__burger.is-active span {
  background-color: transparent;
}
.header__burger.is-active span::before {
  transform: translateY(0) rotate(45deg);
	top: 0px;
}
.header__burger.is-active span::after {
  transform: translateY(0) rotate(-45deg);
	top: 0px;
}

body.is-menu-open {
  overflow: hidden;
}

.pilot-banner {
  width: 100%;
  background-color: #FFFFFF;
  padding: 0 64px;
}
@media (max-width: 767px) {
  .pilot-banner {
    padding: 0 16px;
  }
}
.pilot-banner__inner {
  width: 100%;
  max-width: 1312px;
  margin-inline: auto;
  height: 600px;
  border-radius: 32px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 32px;
}
@media (max-width: 767px) {
  .pilot-banner__inner {
    height: auto;
    min-height: 0;
    padding: 0;
    border-radius: 0;
    background: none !important;
    overflow: visible;
  }
}
.pilot-banner__card {
  background-color: #0E0F17;
  border-radius: 24px;
  padding: 32px;
  width: 422px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .pilot-banner__card {
    width: 100%;
    align-self: stretch;
    padding: 24px 20px;
    border-radius: 32px;
    background-color: #0E0F17;
    justify-content: flex-end;
    align-items: flex-start;
  }
}
.pilot-banner__title {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.2;
  margin: 0;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .pilot-banner__title {
    font-size: 24px;
  }
}
.pilot-banner__subtitle {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  color: #6C6E78;
  margin: 0;
}
.pilot-banner__price-row {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 767px) {
  .pilot-banner__price-row {
    gap: 16px;
  }
}
.pilot-banner__price-label {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  color: #6C6E78;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .pilot-banner__price-label {
    font-size: 16px;
  }
}
.pilot-banner__price {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 1.1;
  color: #FFFFFF;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .pilot-banner__price {
    font-size: 30px;
    line-height: 120%;
  }
}
.pilot-banner__btn, .pilot-banner__btn:visited {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  height: 65px;
  padding: 0 24px 0 32px;
  background-color: #003DA6;
  border-radius: 32px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none;
  transition: background-color 150ms ease, transform 150ms ease;
  width: fit-content;
}
.pilot-banner__btn:hover {
  background-color: #00318a;
  transform: translateY(-2px);
}
.pilot-banner__btn svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .pilot-banner__btn {
    width: 100%;
    padding: 0 16px 0 54px;
  }
  .pilot-banner__btn svg {
    width: 45px;
    height: 45px;
  }
}

.video-reviews {
  width: 100%;
  background-color: #FFFFFF;
  padding: 48px 0;
}
@media (min-width: 768px) {
  .video-reviews {
    padding: 50px 24px;
  }
}
@media (min-width: 1024px) {
  .video-reviews {
    padding: 50px 64px;
  }
}
.video-reviews__inner {
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.video-reviews__head {
  padding: 0 16px;
}
@media (min-width: 768px) {
  .video-reviews__head {
    padding: 0;
  }
}
.video-reviews__title {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  color: #0E0F17;
  margin: 0;
}
.video-reviews__track {
  display: flex;
  flex-direction: row;
  gap: 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 0 16px;
  scrollbar-width: none;
}
.video-reviews__track::-webkit-scrollbar {
  display: none;
}
@media (min-width: 768px) {
  .video-reviews__track {
    gap: 16px;
    overflow: visible;
    scroll-snap-type: none;
    padding: 0;
  }
}
.video-reviews__tile {
  flex: 0 0 calc(75% - 6px);
  max-width: 280px;
  aspect-ratio: 338/450;
  border-radius: 32px;
  background-size: cover;
  background-position: center;
  background-color: #2A3338;
  position: relative;
  scroll-snap-align: start;
  text-decoration: none;
}
@media (min-width: 768px) {
  .video-reviews__tile {
    flex: 1 1 0;
    max-width: none;
    scroll-snap-align: none;
  }
}
.video-reviews__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
}
.video-reviews__play svg {
  width: 100%;
  height: 100%;
  display: block;
}
@media (min-width: 768px) {
  .video-reviews__play {
    width: 94px;
    height: 94px;
  }
}
.video-reviews__indicator {
  margin: 0 16px;
  padding: 12px 32px;
  background-color: #F4F4F4;
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
}
.video-reviews__indicator .swiper-pagination,
.video-reviews__indicator .swiper-pagination-bullets {
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  gap: 16px !important;
  position: static !important;
  width: auto !important;
}
@media (min-width: 768px) {
  .video-reviews__indicator {
    display: none;
  }
}
.video-reviews__indicator-bar {
  width: 105px;
  height: 14px;
  border-radius: 67px;
  background-color: rgba(108, 110, 120, 0.15);
  overflow: hidden;
  flex-shrink: 0;
}
.video-reviews__indicator-bar::after {
  content: "";
  display: block;
  height: 100%;
  width: var(--progress, 25%);
  background-color: #003DA6;
  border-radius: inherit;
  transition: width 0.3s ease;
}
.video-reviews__pagination-dot {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: rgba(108, 110, 120, 0.15);
  cursor: pointer;
  transition: background-color 0.2s ease;
  flex-shrink: 0;
}
.video-reviews__pagination-dot.is-active {
  background-color: #003DA6;
}

.footer {
  width: 100%;
  background-color: #0E0F17;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
}
.footer__content {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.footer__sitemap {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .footer__sitemap {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.footer__left {
  width: 100%;
  padding: 32px 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}
@media (min-width: 1024px) {
  .footer__left {
    flex: 0 0 385px;
    min-height: 376px;
    padding: 48px 64px 32px;
  }
}
.footer__logo {
  width: 85px;
  height: 56px;
  flex-shrink: 0;
}
.footer__logo img, .footer__logo svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer__info-block {
  width: 100%;
  padding-top: 24px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer__info-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: -16px;
  right: -16px;
  height: 1px;
  background-color: rgba(108, 110, 120, 0.25);
}
.footer__info-block:first-of-type {
  padding-top: 0;
}
.footer__info-block:first-of-type::before {
  display: none;
}
@media (min-width: 768px) {
  .footer__info-block {
    padding-top: 0;
  }
  .footer__info-block::before {
    display: none;
  }
}
.footer__info-label {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #6C6E78;
}
.footer__info-text {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #FFFFFF;
  text-decoration: none;
}
.footer__info-text--link:hover {
  color: rgb(229.5, 229.5, 229.5);
}
.footer__menus {
  width: 100%;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media (min-width: 768px) {
  .footer__menus {
    padding: 32px;
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .footer__menus {
    flex: 1 1 auto;
    min-width: 0;
    min-height: 376px;
    padding: 48px 32px 32px;
    flex-direction: row;
    align-items: flex-start;
    gap: 48px;
  }
}
.footer__col {
  width: 100%;
  padding: 24px 0 0;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer__col::before {
  content: "";
  position: absolute;
  top: 0;
  left: -16px;
  right: -16px;
  height: 1px;
  background-color: rgba(108, 110, 120, 0.25);
}
.footer__col summary {
  list-style: none;
}
.footer__col summary::-webkit-details-marker {
  display: none;
}
.footer__col summary {
  cursor: pointer;
  position: relative;
  padding-right: 28px;
}
.footer__col summary::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 16px;
  height: 16px;
  background-color: #6C6E78;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path d='M2 12.667h12c.122 0 .241-.034.345-.097a.659.659 0 00.245-.26.66.66 0 00.075-.351.66.66 0 00-.116-.339L8.549 2.954a.667.667 0 00-1.097 0l-6 8.667a.66.66 0 00-.118.338.66.66 0 00.075.35.66.66 0 00.245.262c.104.063.224.097.346.097z'/></svg>") center/contain no-repeat;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path d='M2 12.667h12c.122 0 .241-.034.345-.097a.659.659 0 00.245-.26.66.66 0 00.075-.351.66.66 0 00-.116-.339L8.549 2.954a.667.667 0 00-1.097 0l-6 8.667a.66.66 0 00-.118.338.66.66 0 00.075.35.66.66 0 00.245.262c.104.063.224.097.346.097z'/></svg>") center/contain no-repeat;
  transform: translateY(-50%);
  transition: transform 200ms ease;
}
.footer__col[open] summary::after {
  transform: translateY(-50%) rotate(180deg);
}
@media (min-width: 768px) {
  .footer__col {
    padding-top: 0;
    flex: 1 1 0;
    min-width: 0;
  }
  .footer__col::before {
    display: none;
  }
  .footer__col summary {
    cursor: default;
    padding-right: 0;
  }
  .footer__col summary::after {
    display: none;
  }
  .footer__col .footer__list {
    display: flex;
  }
  .footer__col:not([open]) .footer__list {
    display: flex;
  }
}
@media (min-width: 1024px) {
  .footer__col--narrow {
    flex: 0 0 234px;
  }
}
.footer__col-title {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #6C6E78;
  margin: 0;
}
.footer__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer__link, 
.footer__link:visited {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #FFFFFF;
  text-decoration: none;
  transition: color 150ms ease;
}
.footer__link:hover {
  color: rgba(255, 255, 255, 0.7);
}
.footer__link--muted {
  color: #6C6E78;
}
.footer__contacts {
  width: 100%;
  padding: 24px 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  border-top: 1px solid rgba(108, 110, 120, 0.25);
  border-bottom: 1px solid rgba(108, 110, 120, 0.25);
}
@media (min-width: 1024px) {
  .footer__contacts {
    min-height: 146px;
    padding: 32px 64px 32px 0;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 133px;
  }
}
.footer__managers {
  width: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 1024px) {
  .footer__managers {
    flex: 1 1 auto;
    min-width: 0;
    padding: 0 64px;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    gap: 64px;
  }
}
.footer__manager {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.footer__manager-role {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #6C6E78;
}
.footer__manager-name {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: #FFFFFF;
}
.footer__manager-phone {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: #6C6E78;
  text-decoration: none;
  transition: color 150ms ease;
}
.footer__manager-phone:hover {
  color: #FFFFFF;
}
.footer__socials {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}
.footer__social, .footer__social:visited {
  width: 32px;
  height: 32px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 150ms ease;
}
.footer__social:hover {
  opacity: 0.7;
}
.footer__social svg {
  width: 100%;
  height: 100%;
}
.footer__legal {
  width: 100%;
  padding: 16px;
  background-color: #0E0F17;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}
@media (min-width: 1024px) {
  .footer__legal {
    height: 52px;
    padding: 16px 64px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
  }
}
.footer__copyright {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #6C6E78;
}
.footer__legal-links {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 16px;
}
.footer__legal-link, .footer__legal-link:visited {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #6C6E78;
  text-decoration: none;
  transition: color 150ms ease;
}
.footer__legal-link:hover {
  color: #FFFFFF;
}

.product-card {
  display: flex;
  flex-direction: column;
  background-color: #F3F3F3;
  border-radius: 24px;
  overflow: hidden;
  transition: transform 250ms ease, box-shadow 250ms ease;
}
.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(14, 15, 23, 0.12);
}
.product-card__image {
  aspect-ratio: 427/380;
  overflow: hidden;
  background-color: #FFFFFF;
}
.product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-card__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px;
  flex-grow: 1;
}
.product-card__title {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  color: #0E0F17;
}
@media (max-width: 767px) {
  .product-card__title {
    font-size: 18px;
  }
}
.product-card__title {
  color: #0E0F17;
}
.product-card__desc {
  font-size: 16px;
  line-height: 1.4;
  color: #6C6D78;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-card__specs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
}
.product-card__spec {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #6C6D78;
}
.product-card__spec svg, .product-card__spec img {
  width: 16px;
  height: 16px;
}
.product-card__footer {
  margin-top: auto;
  padding-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.product-card__price {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  color: #0E0F17;
}
@media (max-width: 767px) {
  .product-card__price {
    font-size: 18px;
  }
}
.product-card__price {
  color: #0E0F17;
}

.service-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 32px;
  background-color: #FFFFFF;
  border: 1px solid #E5E5E7;
  border-radius: 24px;
  transition: border-color 250ms ease, box-shadow 250ms ease;
}
.service-card:hover {
  border-color: #003DA6;
  box-shadow: 0 4px 16px rgba(14, 15, 23, 0.08);
}
.service-card__icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F8F8F8;
  border-radius: 16px;
}
.service-card__icon img, .service-card__icon svg {
  width: 40px;
  height: 40px;
}
.service-card__title {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  color: #0E0F17;
}
@media (max-width: 767px) {
  .service-card__title {
    font-size: 18px;
  }
}
.service-card__desc {
  font-size: 16px;
  line-height: 1.4;
  color: #6C6D78;
}

.feature-card {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 16/9;
  background-color: #F3F3F3;
}
.feature-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.feature-card__content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px;
  background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, 0.7) 100%);
  color: #FFFFFF;
}
.feature-card__title {
  font-size: 28px;
  font-weight: 700;
  color: #FFFFFF;
}
.feature-card__desc {
  font-size: 16px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.85);
  margin-top: 8px;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.field__label {
  font-size: 14px;
  font-weight: 500;
  color: #0E0F17;
}
.field__hint {
  font-size: 12px;
  color: #6C6D78;
}
.field__error {
  font-size: 12px;
  color: #D9342B;
}

.select, .textarea, .input {
  width: 100%;
  height: 67px;
  padding: 0 24px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 16px;
  color: #0E0F17;
  background-color: #F3F3F3;
  border: 1px solid transparent;
  border-radius: 32px;
  transition: border-color 150ms ease, background-color 150ms ease;
}
.select::placeholder, .textarea::placeholder, .input::placeholder {
  color: #6C6D78;
}
.select:focus, .textarea:focus, .input:focus {
  outline: none;
  border-color: #003DA6;
  background-color: #FFFFFF;
}
.select:disabled, .textarea:disabled, .input:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.textarea {
  height: auto;
  min-height: 134px;
  padding-block: 20px;
  resize: vertical;
}

.select {
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'><path fill='%230E0F17' d='M5 7l5 6 5-6z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 24px center;
  padding-right: 48px;
}

.checkbox {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  font-size: 14px;
}
.checkbox input {
  display: none;
}
.checkbox__box {
  width: 24px;
  height: 24px;
  border: 2px solid #E5E5E7;
  border-radius: 6px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 150ms ease, background-color 150ms ease;
}
.checkbox__box::after {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #FFFFFF;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'><path fill='white' d='M10 3L4.5 8.5 2 6'/></svg>") center/contain no-repeat;
  opacity: 0;
}
.checkbox input:checked + .checkbox__box {
  background-color: #003DA6;
  border-color: #003DA6;
}
.checkbox input:checked + .checkbox__box::after {
  opacity: 1;
}

.form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 767px) {
  .form__row {
    grid-template-columns: 1fr;
  }
}
.form__actions {
  display: flex;
  gap: 12px;
  margin-top: 12px;
}

.hero {
  width: 100%;
  background-color: #FFFFFF;
  padding: 24px 16px;
}
@media (min-width: 768px) {
  .hero {
    padding: 32px 24px;
  }
}
@media (min-width: 1024px) {
  .hero {
    padding: 32px 64px;
  }
}
.hero__inner {
  width: 100%;
  max-width: 1312px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 768px) {
  .hero__inner {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .hero__inner {
    min-height: 600px;
  }
}
.hero__media {
  order: 1;
}
.hero__content {
  order: 2;
}
@media (min-width: 768px) {
  .hero__media {
    order: initial;
  }
  .hero__content {
    order: initial;
  }
}
.hero__content {
  background-color: #FFFFFF;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 1024px) {
  .hero__content {
    justify-content: space-between;
    gap: 48px;
    min-height: 600px;
  }
}
.hero__title {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.2;
  color: #0E0F17;
  max-width: 640px;
}
@media (min-width: 768px) {
  .hero__title {
    font-size: 44px;
    line-height: 110%;
  }
}
@media (min-width: 1024px) {
  .hero__title {
    font-size: 56px;
  }
}
@media (min-width: 1280px) {
  .hero__title {
    font-size: 64px;
  }
}
.hero__title-muted {
  color: #6C6E78;
}
.hero__cta-row {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
}
.hero__cta-row .btn {
  width: 100%;
  justify-content: center;
}
@media (min-width: 1024px) {
  .hero__cta-row {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
  }
  .hero__cta-row .btn {
    width: auto;
    justify-content: initial;
  }
}
.hero__stats {
  display: flex;
  flex-direction: column;
  gap: 19px;
}
@media (min-width: 1024px) {
  .hero__stats {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
.hero__stat {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  width: 100%;
}
@media (min-width: 1024px) {
  .hero__stat {
    flex-direction: column;
    align-items: flex-start;
    gap: 23px;
    width: 190px;
  }
}
.hero__stat-img {
  width: 120px;
  height: 80px;
  flex-shrink: 0;
  object-fit: cover;
  border-radius: 20px;
  background-color: #353535;
}
@media (min-width: 1024px) {
  .hero__stat-img {
    width: 190px;
    height: 100px;
    border-radius: 50px;
  }
}
.hero__stat-text {
  flex: 1;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: #0E0F17;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .hero__stat-text {
    flex: initial;
    width: 190px;
  }
}
.hero__stat-text-sub {
  color: #6C6E78;
}
.hero__media {
  position: relative;
  width: 100%;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .hero__media {
    min-height: 600px;
    padding: 32px;
    border-radius: 32px;
    overflow: hidden;
    background-color: #B8D4E3;
    background-size: cover;
    background-position: center;
    justify-content: flex-end;
    align-items: center;
  }
  .hero__media::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.2);
    pointer-events: none;
    z-index: 1;
  }
}
.hero__swiper {
  position: relative;
  width: 100%;
  height: 300px;
  border-radius: 32px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .hero__swiper {
    height: 380px;
  }
}
@media (min-width: 1024px) {
  .hero__swiper {
    position: absolute;
    inset: 0;
    height: 100%;
    border-radius: 0;
    z-index: 0;
  }
}
.hero__image {
  width: 100%;
  height: 100%;
  border-radius: 32px;
  object-fit: cover;
}
@media (min-width: 1024px) {
  .hero__image {
    border-radius: 0;
  }
}
.hero__nav {
  position: static;
  z-index: 2;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: auto;
  max-width: 100%;
  padding: 0;
  gap: 8px;
  margin-top: 16px;
}
@media (min-width: 1024px) {
  .hero__nav {
    position: relative;
    height: 48px;
    gap: 16px;
    margin-top: 0;
  }
}
.hero__nav-btn {
  display: none;
}
@media (min-width: 1024px) {
  .hero__nav-btn {
    display: flex;
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    background-color: #0E0F17;
    border: 0;
    border-radius: 50px;
    padding: 10px 17px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 150ms ease;
  }
  .hero__nav-btn:hover {
    background-color: rgb(37.1567567568, 39.8108108108, 61.0432432432);
  }
  .hero__nav-btn svg {
    width: 24px;
    height: 24px;
    color: #FFFFFF;
  }
}
.hero__nav-progress {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: auto;
  height: auto;
  padding: 0;
  gap: 0;
  background: none;
  backdrop-filter: none;
  border-radius: 32px;
}
@media (min-width: 1024px) {
  .hero__nav-progress {
    width: 259px;
    height: 46px;
    padding: 16px 32px;
    gap: 48px;
    background: rgba(14, 15, 23, 0.5);
    backdrop-filter: blur(0.5px);
  }
}
.hero__progress-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 195px;
  height: 14px;
}
.hero__progress-bar {
  position: relative;
  width: 105px;
  height: 14px;
  background-color: #D9D9D9;
  border-radius: 67px;
  overflow: hidden;
  flex-shrink: 0;
}
.hero__progress-bar::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: var(--hero-progress, 55%);
  height: 100%;
  background-color: #003DA6;
  border-radius: 67px;
  transition: width 250ms ease;
}
.hero__progress-dots {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-shrink: 0;
  margin-left: 16px;
}
.hero__progress-dots.swiper-pagination-horizontal, .hero__progress-dots.swiper-pagination-bullets {
  position: static;
  width: auto;
  bottom: auto;
  left: auto;
}
.hero__progress-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #D9D9D9;
  transition: background-color 250ms ease;
  cursor: pointer;
}
.hero__progress-dot.is-active {
  background-color: #003DA6;
}

.audience {
  background-color: #FFFFFF;
  padding: 48px 16px;
}
@media (min-width: 768px) {
  .audience {
    padding: 64px 24px;
  }
}
@media (min-width: 1024px) {
  .audience {
    padding: 100px 64px;
    min-height: 655px;
  }
}
.audience__inner {
  width: 100%;
  max-width: 1312px;
  margin-inline: -16px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  flex-wrap: nowrap;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 0 16px;
  scrollbar-width: none;
}
.audience__inner::-webkit-scrollbar {
  display: none;
}
@media (min-width: 768px) {
  .audience__inner {
    gap: 16px;
    overflow: visible;
    scroll-snap-type: none;
    padding: 0;
    margin-inline: auto;
  }
}
.audience__card {
  flex: 0 0 calc(100% - 32px);
  max-width: 350px;
  min-width: 0;
  min-height: 381px;
  scroll-snap-align: start;
  background-color: #F3F3F3;
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@media (min-width: 768px) {
  .audience__card {
    flex: 1 1 0;
    max-width: none;
    scroll-snap-align: none;
  }
}
@media (min-width: 1024px) {
  .audience__card {
    min-height: 455px;
  }
}
.audience__head {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 24px 20px;
  border-bottom: 1px solid rgba(14, 15, 23, 0.08);
}
@media (min-width: 768px) {
  .audience__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 28px 24px;
  }
}
@media (min-width: 1280px) {
  .audience__head {
    flex-direction: row;
    align-items: center;
    gap: 32px;
    padding: 34px 32px;
  }
}
.audience__icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}
.audience__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (min-width: 1024px) {
  .audience__icon {
    width: 64px;
    height: 64px;
  }
}
.audience__stat {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.audience__stat-num {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.1;
  color: #0E0F17;
}
@media (min-width: 1024px) {
  .audience__stat-num {
    font-size: 36px;
  }
}
.audience__stat-label {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: #6C6D78;
}
@media (min-width: 1024px) {
  .audience__stat-label {
    font-size: 18px;
  }
}
.audience__body {
  flex: 1;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 1024px) {
  .audience__body {
    padding: 32px;
    gap: 24px;
  }
}
.audience__title {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  color: #0E0F17;
}
@media (min-width: 1024px) {
  .audience__title {
    font-size: 24px;
  }
}
.audience__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.audience__item {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: #0E0F17;
  padding-left: 20px;
  position: relative;
}
@media (min-width: 1024px) {
  .audience__item {
    font-size: 18px;
  }
}
.audience__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: #6C6D78;
  border-radius: 50%;
}
.audience__cta {
  margin-top: auto;
}
.audience__btn, .audience__btn:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  height: 65px;
  padding: 0 24px;
  background-color: #FFFFFF;
  border: 0;
  border-radius: 32px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #0E0F17;
  transition: background-color 150ms ease, color 150ms ease;
  text-decoration: none;
}
.audience__btn:hover {
  background-color: #0E0F17;
  color: #FFFFFF;
}
@media (min-width: 1024px) {
  .audience__btn {
    justify-content: space-between;
    padding: 0 24px 0 54px;
    border: 1px solid #0E0F17;
  }
}
.audience__btn-arrow {
  display: none;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .audience__btn-arrow {
    display: block;
  }
}
.audience__indicator {
  margin-top: 16px;
  height: 48px;
  padding: 16px 32px;
  background-color: #FFFFFF;
  border: 1px solid #F3F0F0;
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
@media (min-width: 768px) {
  .audience__indicator {
    display: none;
  }
}
.audience__indicator-bar {
  width: 80px;
  height: 14px;
  border-radius: 67px;
  background: linear-gradient(to right, #003DA6 60%, #D9D9D9 60%);
}
.audience__indicator-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #D9D9D9;
}

.drones {
  width: 100%;
  background-color: #F4F4F4;
  padding: 48px 16px;
}
@media (min-width: 768px) {
  .drones {
    padding: 64px 24px;
  }
}
@media (min-width: 1024px) {
  .drones {
    padding: 100px 64px;
  }
}
.drones__inner {
  width: 100%;
  max-width: 1312px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.drones__title {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  color: #0E0F17;
  margin: 0;
}
@media (min-width: 768px) {
  .drones__title {
    font-size: 36px;
  }
}
@media (min-width: 1024px) {
  .drones__title {
    font-size: 48px;
  }
}
.drones__cards-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.drones__indicator {
  height: 48px;
  padding: 16px 32px;
  background-color: #FFFFFF;
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
@media (min-width: 1024px) {
  .drones__indicator {
    display: none;
  }
}
.drones__indicator-bar {
  width: 80px;
  height: 14px;
  border-radius: 67px;
  background: linear-gradient(to right, #003DA6 60%, #D9D9D9 60%);
}
.drones__indicator-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #D9D9D9;
}
.drones__list {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 16px;
  flex-wrap: nowrap;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  margin-inline: -16px;
  padding: 0 16px;
  scrollbar-width: none;
}
.drones__list::-webkit-scrollbar {
  display: none;
}
@media (min-width: 1024px) {
  .drones__list {
    flex-wrap: wrap;
    overflow: visible;
    scroll-snap-type: none;
    margin-inline: 0;
    padding: 0;
  }
}
.drones__card {
  flex: 0 0 calc(100% - 32px);
  max-width: 334px;
  min-width: 0;
  padding: 16px 16px 24px;
  gap: 24px;
  background-color: #FFFFFF;
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  scroll-snap-align: start;
}
@media (min-width: 768px) {
  .drones__card {
    flex: 0 0 calc(50% - 8px);
    max-width: none;
  }
}
@media (min-width: 1024px) {
  .drones__card {
    flex: 1 1 0;
    padding: 24px 24px 32px;
    gap: 32px;
    scroll-snap-align: none;
  }
}
.drones__card-image {
  width: 100%;
  aspect-ratio: 379/250;
  border-radius: 32px;
  overflow: hidden;
  background-color: #F3F3F3;
}
.drones__card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.drones__card-body {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.drones__card-head {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.drones__card-title {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  color: #0E0F17;
  margin: 0;
}
@media (min-width: 1024px) {
  .drones__card-title {
    font-size: 24px;
  }
}
.drones__card-price {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #6C6E78;
  margin: 0;
}
@media (min-width: 1024px) {
  .drones__card-price {
    font-size: 18px;
  }
}
.drones__specs {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.drones__spec {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px;
  height: 44px;
  border-radius: 8px;
}
.drones__spec:nth-child(even) {
  background-color: #F9F9F9;
}
.drones__spec-label {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #0E0F17;
  white-space: nowrap;
  flex-shrink: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 1024px) {
  .drones__spec-label {
    font-size: 14px;
  }
}
.drones__spec-value {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #6C6E78;
  text-align: right;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .drones__spec-value {
    font-size: 14px;
  }
}
.drones__actions {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  height: 67px;
}
.drones__buy, .drones__buy:visited {
  flex: 0 0 165px;
  width: 165px;
  height: 67px;
  padding: 24px 8px;
  background-color: #000000;
  border-radius: 32px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: background-color 150ms ease;
  white-space: nowrap;
}
.drones__buy:hover {
  background-color: rgb(30.6, 30.6, 30.6);
}
.drones__details {
  flex: 0 0 65px;
  width: 65px;
  min-width: 0;
  height: 67px;
  padding: 0;
  background-color: #003DA6;
  border: 0;
  border-radius: 50%;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  transition: background-color 150ms ease;
  white-space: nowrap;
}
.drones__details:hover {
  background-color: rgb(0, 46.0072289157, 125.2);
}
@media (min-width: 1280px) {
  .drones__details, .drones__details:visited {
    flex: 1 1 auto;
    width: auto;
    padding: 0 12px;
    background-color: #FFFFFF;
    border: 1px solid #F3F0F0;
    border-radius: 32px;
    color: #003DA6;
    gap: 10px;
  }
  .drones__details:hover {
    background-color: #F3F3F3;
  }
}
.drones__details-icon {
  display: block;
  width: 24px;
  height: 24px;
}
@media (min-width: 1280px) {
  .drones__details-icon {
    display: none;
  }
}
.drones__details-text {
  display: none;
}
@media (min-width: 1280px) {
  .drones__details-text {
    display: inline;
  }
}
.drones__links {
  background-color: #FFFFFF;
  border-radius: 32px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
}
@media (min-width: 1280px) {
  .drones__links {
    padding: 32px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 16px;
  }
}
.drones__link {
  width: 100%;
  height: 80px;
  padding: 24px 32px;
  background-color: #F9F9F9;
  border: 1px solid #F3F0F0;
  border-radius: 32px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 16px;
  text-decoration: none;
  transition: background-color 150ms ease;
}
.drones__link:hover {
  background-color: rgb(241.35, 241.35, 241.35);
}
@media (min-width: 1280px) {
  .drones__link {
    flex: 1 1 0;
    min-width: 0;
    width: auto;
  }
}
.drones__link-arrow {
  display: none;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  transform: rotate(45deg);
  color: #0E0F17;
}
@media (min-width: 768px) {
  .drones__link-arrow {
    display: block;
  }
}
.drones__link-text {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 120%;
  text-transform: uppercase;
  color: #0E0F17;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .drones__link-text {
    font-size: 16px;
  }
}

.services {
  width: 100%;
  background-color: #FFFFFF;
}
.services__inner {
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  padding: 100px 64px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 767px) {
  .services__inner {
    padding: 48px 16px;
    gap: 24px;
  }
}
.services__head {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px;
}
@media (max-width: 767px) {
  .services__head {
    flex-direction: column;
    gap: 16px;
  }
}
.services__title {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 120%;
  color: #0E0F17;
  margin: 0;
}
@media (max-width: 767px) {
  .services__title {
    font-size: 24px;
  }
}
.services__subtitle {
  max-width: 483px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #6C6E78;
  margin: 0;
}
@media (max-width: 767px) {
  .services__subtitle {
    font-size: 16px;
  }
}
.services__grid {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 16px;
}
@media (max-width: 1023px) {
  .services__grid {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .services__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
}
.services__col {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 767px) {
  .services__col {
    display: contents;
  }
}
.services__card {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 32px;
  overflow: hidden;
  padding: 32px 24px;
  text-decoration: none;
  background-color: #2A3338;
  background-size: cover;
  background-position: center;
  transition: transform 250ms ease, box-shadow 250ms ease;
}
.services__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(14, 15, 23, 0.2);
}
.services__card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 60%);
  pointer-events: none;
  z-index: 1;
}
.services__card--big {
  height: 450px;
}
.services__card--small {
  height: 320px;
}
@media (max-width: 767px) {
  .services__card {
    aspect-ratio: 1/1;
    height: auto;
    padding: 20px;
  }
  .services__card::before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 60%);
  }
}
.services__card-title {
  position: absolute;
  z-index: 2;
  top: 32px;
  left: 24px;
  right: 24px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 120%;
  color: #FFFFFF;
  margin: 0;
}
@media (max-width: 767px) {
  .services__card-title {
    top: auto;
    bottom: 20px;
    left: 20px;
    right: 20px;
    font-size: 14px;
    line-height: 1.2;
    word-break: keep-all;
    overflow-wrap: normal;
    hyphens: none;
  }
}
.services__card-arrow {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 32px;
  width: 65px;
  height: 65px;
  border-radius: 50px;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0E0F17;
  opacity: 1;
  transition: opacity 250ms ease, background-color 150ms ease;
}
.services__card-arrow svg {
  width: 24px;
  height: 24px;
}
@media (max-width: 767px) {
  .services__card-arrow {
    display: none;
  }
}
.services__card-cta {
  position: absolute;
  z-index: 2;
  left: 24px;
  right: 24px;
  bottom: 32px;
  height: 65px;
  padding: 0 24px 0 32px;
  border-radius: 50px;
  background-color: #FFFFFF;
  color: #0E0F17;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity 250ms ease, transform 250ms ease;
}
.services__card-cta svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .services__card-cta {
    display: none;
  }
}
.services__card:hover .services__card-arrow {
  opacity: 0;
}
.services__card:hover .services__card-cta {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.calculator {
  width: 100%;
  background-color: #F4F4F4;
}
.calculator__inner {
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  padding: 100px 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
}
@media (max-width: 767px) {
  .calculator__inner {
    padding: 48px 16px;
    gap: 24px;
  }
}
.calculator__head {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 14px;
}
@media (max-width: 767px) {
  .calculator__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
.calculator__title {
  flex: 1 1 auto;
  max-width: 770px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 120%;
  color: #0E0F17;
  margin: 0;
}
@media (max-width: 767px) {
  .calculator__title {
    font-size: 24px;
  }
}
.calculator__subtitle {
  flex: 0 0 528px;
  max-width: 528px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #6C6E78;
  margin: 0;
}
@media (max-width: 767px) {
  .calculator__subtitle {
    flex: 1;
    font-size: 16px;
  }
}
.calculator__body {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 16px;
}
@media (max-width: 1023px) {
  .calculator__body {
    flex-direction: column;
  }
}
.calculator__contact {
  flex: 1 1 0;
  min-width: 0;
  min-height: 773px;
  padding: 16px;
  border-radius: 32px;
  background-color: #2A3338;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .calculator__contact {
    min-height: 350px;
    padding: 16px;
  }
}
.calculator__contact-bar {
  width: 100%;
  height: 110px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 16px;
}
.calculator__contact-photo {
  width: 135px;
  height: 110px;
  flex-shrink: 0;
  border-radius: 16px;
  background-color: #D9D9D9;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .calculator__contact-photo {
    display: none;
  }
}
.calculator__contact-info {
  flex: 1 1 auto;
  height: 110px;
  padding: 20px 32px;
  background-color: #FFFFFF;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
}
@media (max-width: 767px) {
  .calculator__contact-info {
    height: auto;
    padding: 16px 20px;
    gap: 8px;
  }
}
.calculator__contact-text {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #0E0F17;
  margin: 0;
}
.calculator__contact-phone {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  color: #0E0F17;
  text-decoration: none;
}
.calculator__form {
  flex: 1 1 0;
  min-width: 0;
  min-height: 773px;
  padding: 32px;
  background-color: #FFFFFF;
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 32px;
}
@media (max-width: 767px) {
  .calculator__form {
    flex: 0 0 auto;
    padding: 20px;
    min-height: 0;
    height: auto;
    gap: 24px;
  }
}
.calculator__form-content {
  width: 100%;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.calculator__form-title {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 120%;
  color: #0E0F17;
  margin: 0;
}
@media (max-width: 767px) {
  .calculator__form-title {
    font-size: 24px;
  }
}
.calculator__options {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.calculator__option {
  width: 100%;
  height: 84px;
  padding: 28px 24px;
  background-color: #F9F9F9;
  border-radius: 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  transition: background-color 150ms ease;
  user-select: none;
}
@media (max-width: 767px) {
  .calculator__option {
    height: 64px;
    padding: 20px;
    background-color: #F8F8F8;
  }
}
.calculator__option input[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.calculator__option:hover {
  background-color: rgb(243.9, 243.9, 243.9);
}
.calculator__option.is-active {
  background-color: #003DA6;
}
.calculator__option.is-active .calculator__option-circle {
  border-color: #FFFFFF;
  background-color: #FFFFFF;
}
.calculator__option.is-active .calculator__option-circle::after {
  opacity: 1;
}
.calculator__option.is-active .calculator__option-label {
  color: #FFFFFF;
}
.calculator__option-circle {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #FFFFFF;
  border: 1px solid #6C6E78;
  position: relative;
  transition: border-color 150ms ease, background-color 150ms ease;
}
.calculator__option-circle::after {
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: 50%;
  background-color: #003DA6;
  opacity: 0;
  transition: opacity 150ms ease;
}
.calculator__option-label {
  flex: 1 1 auto;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #6C6E78;
  transition: color 150ms ease;
}
@media (max-width: 767px) {
  .calculator__option-label {
    font-size: 16px;
    color: #0E0F17;
  }
}
.calculator__footer {
  width: 100%;
  height: 67px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
}
@media (max-width: 767px) {
  .calculator__footer {
    gap: 16px;
    height: auto;
  }
}
.calculator__back {
  width: 164px;
  height: 65px;
  padding: 24px 64px;
  background-color: #F5F5F5;
  border: 1px solid #6C6E78;
  border-radius: 32px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  text-transform: uppercase;
  color: #6C6E78;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 150ms ease, background-color 150ms ease;
}
.calculator__back.is-visible {
  opacity: 1;
  pointer-events: auto;
}
.calculator__back:hover {
  background-color: rgb(237.35, 237.35, 237.35);
}
@media (max-width: 767px) {
  .calculator__back {
    display: none;
  }
  .calculator__back.is-visible {
    display: inline-flex;
  }
}
.calculator__step {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  color: #253035;
  flex: 1;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .calculator__step {
    font-size: 20px;
    flex: 0 0 auto;
    text-align: left;
  }
}
.calculator__next {
  width: 169px;
  height: 67px;
  padding: 24px 64px;
  background-color: #000000;
  border-radius: 32px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
  color: #FFFFFF;
  cursor: pointer;
  transition: background-color 150ms ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.calculator__next:hover {
  background-color: rgb(30.6, 30.6, 30.6);
}
@media (max-width: 767px) {
  .calculator__next {
    width: 96px;
    height: 72px;
    padding: 20px 32px;
    gap: 10px;
  }
  .calculator__next .calculator__next-text {
    display: none;
  }
}
.calculator__next-icon {
  display: none;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .calculator__next-icon {
    display: block;
  }
}

.cases-block {
  width: 100%;
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 100px;
  background-color: #FFFFFF;
}
@media (max-width: 767px) {
  .cases-block {
    padding: 48px 0;
    gap: 48px;
  }
}

.cases {
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.cases__head {
  width: 100%;
  padding: 0 64px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 64px;
}
@media (max-width: 767px) {
  .cases__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    padding: 0 16px;
  }
}
.cases__head-text {
  flex: 0 0 548px;
  max-width: 548px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 767px) {
  .cases__head-text {
    flex: 1;
  }
}
.cases__head-meta {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cases__head-eyebrow {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #6C6E78;
  margin: 0;
}
.cases__head-title {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 120%;
  color: #0E0F17;
  margin: 0;
}
@media (max-width: 767px) {
  .cases__head-title {
    font-size: 24px;
  }
}
.cases__head-desc {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #6C6E78;
  margin: 0;
}
@media (max-width: 767px) {
  .cases__head-desc {
    font-size: 16px;
  }
}
.cases__head-cta {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 767px) {
  .cases__head-cta {
    display: none;
  }
}
.cases__all-link, .cases__all-link:visited {
  height: 80px;
  padding: 24px 64px;
  background-color: #F4F4F4;
  border-radius: 32px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
  color: #0E0F17;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 150ms ease;
}
.cases__all-link:hover {
  background-color: rgb(236.35, 236.35, 236.35);
}
.cases__swiper {
  width: 100%;
  max-width: 1312px;
  margin-inline: auto;
  overflow: hidden;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .cases__swiper {
    max-width: none;
    margin-inline: 16px;
    width: auto;
  }
}
.cases__track {
  width: 100%;
  display: flex;
  flex-direction: row;
}
.cases__case {
  width: 100%;
  max-width: 100%;
  height: 600px;
  box-sizing: border-box;
  border-radius: 32px;
  background-color: #F3F3F3;
  background-size: cover;
  background-position: center;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  scroll-snap-align: start;
  position: relative;
}
@media (max-width: 767px) {
  .cases__case {
    flex: 0 0 100%;
    height: auto;
    background-image: none !important;
    background-color: transparent;
    padding: 0;
  }
}
.cases__case-card {
  width: 390px;
  background-color: #FFFFFF;
  border-radius: 32px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 767px) {
  .cases__case-card {
    width: 100%;
    background-color: #F4F4F4;
    padding: 32px 24px;
    gap: 16px;
  }
}
.cases__case-num {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  color: #0E0F17;
  margin: 0;
}
@media (max-width: 767px) {
  .cases__case-num {
    font-size: 20px;
  }
}
.cases__case-info {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.cases__case-meta {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cases__case-meta-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
.cases__case-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  color: #6C6E78;
}
.cases__case-meta-text {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #6C6E78;
}
@media (max-width: 767px) {
  .cases__case-meta-text {
    font-size: 12px;
  }
}
.cases__case-results-label {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: #6C6E78;
  margin: 0;
}
@media (max-width: 767px) {
  .cases__case-results-label {
    font-size: 16px;
  }
}
.cases__case-results {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cases__case-result {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
.cases__case-result-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  color: #003DA6;
}
.cases__case-result-text {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #6C6E78;
}
.cases__case-result-text--accent {
  color: #0E0F17;
  font-weight: 500;
}
@media (max-width: 767px) {
  .cases__case-result-text {
    font-size: 12px;
  }
}
.cases__case-btn, .cases__case-btn:visited {
  width: fit-content;
  height: 65px;
  padding: 24px 16px 24px 54px;
  background-color: #0E0F17;
  border-radius: 32px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: background-color 150ms ease;
}
.cases__case-btn:hover {
  background-color: rgb(33.2972972973, 35.6756756757, 54.7027027027);
}
.cases__case-btn svg {
  width: 32px;
  height: 32px;
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .cases__case-btn {
    width: 100%;
    height: auto;
    padding: 20px 16px;
  }
  .cases__case-btn svg {
    display: none;
  }
}
.cases__nav {
  width: 100%;
  height: 70px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.cases__nav-btn {
  width: 70px;
  height: 70px;
  padding: 10px 17px;
  background-color: #F4F4F4;
  border: 1px solid #F4F4F4;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 150ms ease;
  flex-shrink: 0;
}
.cases__nav-btn:hover {
  background-color: rgb(236.35, 236.35, 236.35);
}
.cases__nav-btn svg {
  width: 24px;
  height: 24px;
  color: #0E0F17;
}
@media (max-width: 767px) {
  .cases__nav-btn {
    display: none;
  }
}
.cases__progress {
  width: 259px;
  height: 70px;
  padding: 12px 32px;
  background-color: #F4F4F4;
  border: 1px solid #F4F4F4;
  border-radius: 32px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .cases__progress {
    width: auto;
    height: auto;
    padding: 0;
    border: 0;
    background: none;
  }
}
.cases__progress-bar {
  position: relative;
  width: 105px;
  height: 14px;
  background-color: rgba(108, 110, 120, 0.15);
  border-radius: 67px;
  overflow: hidden;
}
.cases__progress-bar::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: var(--progress, 50%);
  height: 100%;
  background-color: #003DA6;
  border-radius: 67px;
  transition: width 250ms ease;
}
.cases__progress-dots {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.cases__progress-dots.swiper-pagination-horizontal, .cases__progress-dots.swiper-pagination-bullets {
  position: static;
  width: auto;
  bottom: auto;
  left: auto;
}
.cases__progress-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: rgba(108, 110, 120, 0.15);
  transition: background-color 250ms ease;
  cursor: pointer;
}
.cases__progress-dot.is-active {
  background-color: #003DA6;
}

.benefits {
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  padding: 0 64px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 767px) {
  .benefits {
    padding: 0 16px;
  }
}
.benefits__title {
  width: 100%;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 120%;
  color: #0E0F17;
  margin: 0;
}
@media (max-width: 767px) {
  .benefits__title {
    font-size: 24px;
  }
}
.benefits__list {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
@media (max-width: 1023px) {
  .benefits__list {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .benefits__list {
    flex-direction: column;
  }
}
.benefits__item {
  flex: 1 1 0;
  min-width: 0;
  height: 198px;
  padding: 32px;
  background-color: #F4F4F4;
  border-radius: 32px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 24px;
}
@media (max-width: 1023px) {
  .benefits__item {
    flex: 1 1 calc(50% - 8px);
  }
}
@media (max-width: 767px) {
  .benefits__item {
    flex: 1 1 100%;
    height: auto;
    padding: 20px 24px;
  }
}
.benefits__item-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 1;
}
@media (max-width: 767px) {
  .benefits__item-content {
    flex-direction: row;
    align-items: center;
    gap: 16px;
  }
}
.benefits__item-icon {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
}
.benefits__item-icon img, .benefits__item-icon svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 767px) {
  .benefits__item-icon {
    width: 48px;
    height: 48px;
  }
}
.benefits__item-text {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #6C6E78;
  margin: 0;
}
@media (max-width: 767px) {
  .benefits__item-text {
    font-size: 14px;
    line-height: 1.3;
    flex: 1;
  }
}

.about {
  width: 100%;
  background-color: #F4F4F4;
}
.about__inner {
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  padding: 100px 64px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 767px) {
  .about__inner {
    padding: 48px 16px;
    gap: 24px;
  }
}
.about__top {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.about__head {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
}
@media (max-width: 1023px) {
  .about__head {
    flex-direction: column;
    align-items: stretch;
  }
}
.about__video {
  flex: 0 0 680px;
  min-width: 0;
  height: 674px;
  border-radius: 32px;
  overflow: hidden;
  background-color: #2A3338;
  background-size: cover;
  background-position: center;
  position: relative;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .about__video {
    flex: 1;
    height: 480px;
  }
}
@media (max-width: 767px) {
  .about__video {
    width: 100%;
    height: 400px;
    aspect-ratio: 350/400;
  }
}
.about__video-play {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 128px;
  height: 128px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0E0F17;
  cursor: pointer;
  border: 0;
  transition: transform 150ms ease, background-color 150ms ease;
}
.about__video-play:hover {
  transform: translate(-50%, -50%) scale(1.06);
  background-color: #FFFFFF;
}
.about__video-play svg {
  width: 48px;
  height: 48px;
  margin-left: 6px;
}
.about__text {
  flex: 1 1 600px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.about__title-block {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.about__title {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 120%;
  color: #0E0F17;
  margin: 0;
}
@media (max-width: 767px) {
  .about__title {
    font-size: 24px;
  }
}
.about__lead {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: #0E0F17;
  margin: 0;
}
@media (max-width: 767px) {
  .about__lead {
    font-size: 16px;
  }
}
.about__desc {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #6C6E78;
  margin: 0;
}
@media (max-width: 767px) {
  .about__desc {
    font-size: 16px;
  }
}
.about__features {
  display: flex;
  flex-direction: row;
  gap: 19px;
}
@media (max-width: 767px) {
  .about__features {
    flex-direction: column;
    gap: 16px;
  }
}
.about__feature {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 23px;
}
@media (max-width: 767px) {
  .about__feature {
    flex-direction: row;
    align-items: center;
    gap: 16px;
  }
}
.about__feature-img {
  width: 100%;
  max-width: 190px;
  aspect-ratio: 190/160;
  border-radius: 50px;
  background-color: #353535;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .about__feature-img {
    width: 100px;
    height: 84px;
    aspect-ratio: auto;
    border-radius: 20px;
  }
}
.about__feature-text {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #0E0F17;
  margin: 0;
}
.about__cta, 
.about__cta:visited {
  align-self: flex-start;
  height: 65px;
  padding: 24px 16px 24px 54px;
  background-color: #0E0F17;
  border-radius: 32px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: background-color 150ms ease;
}
.about__cta:hover {
  background-color: rgb(37.1567567568, 39.8108108108, 61.0432432432);
}
.about__cta svg {
  width: 32px;
  height: 32px;
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .about__cta {
    width: 100%;
    align-self: stretch;
    justify-content: center;
    padding: 0 24px;
  }
  .about__cta svg {
    display: none;
  }
}
.about__stats {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 16px;
}
@media (max-width: 1023px) {
  .about__stats {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .about__stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
}
.about__stat {
  flex: 1 1 0;
  min-width: 0;
  height: 141px;
  background-color: #FFFFFF;
  border-radius: 32px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
}
@media (max-width: 1023px) {
  .about__stat {
    flex: 1 1 calc(50% - 8px);
  }
}
@media (max-width: 767px) {
  .about__stat {
    height: auto;
    padding: 20px;
    gap: 8px;
  }
}
.about__stat-num {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 120%;
  color: #0E0F17;
}
@media (max-width: 767px) {
  .about__stat-num {
    font-size: 20px;
  }
}
.about__stat-label {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #6C6E78;
}
@media (max-width: 767px) {
  .about__stat-label {
    font-size: 14px;
  }
}
.about__partners {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.about__partners-title {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 120%;
  color: #0E0F17;
  margin: 0;
}
@media (max-width: 767px) {
  .about__partners-title {
    font-size: 22px;
  }
}
.about__partners-row {
  width: 100%;
  height: 108px;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #FFFFFF;
}
@media (max-width: 767px) {
  .about__partners-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    height: auto;
  }
}
.about__partners-arrow {
  width: 100px;
  height: 108px;
  flex-shrink: 0;
  background-color: #FFFFFF;
  border: 1px solid #F3F0F0;
  border-right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 150ms ease;
}
.about__partners-arrow--right {
  border-right: 1px solid #F3F0F0;
  border-left: 0;
}
.about__partners-arrow:hover {
  background-color: rgb(241.45, 241.45, 241.45);
}
.about__partners-arrow svg {
  width: 24px;
  height: 11px;
  color: #0E0F17;
}
@media (max-width: 767px) {
  .about__partners-arrow {
    width: auto;
    height: 60px;
    grid-row: 2;
    grid-column: 1;
    border: 1px solid #F3F0F0;
    border-top: 0;
  }
  .about__partners-arrow--right {
    grid-column: 2;
    border-left: 0;
  }
}
.about__partners-swiper {
  flex: 1 1 auto;
  min-width: 0;
  height: 108px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .about__partners-swiper {
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    grid-row: 1;
    grid-column: 1/-1;
    overflow: visible;
  }
}
.about__partners-track {
  width: 100%;
  height: 108px;
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .about__partners-track {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    height: auto;
    transform: none !important;
  }
}
.about__partners-dots {
  display: none;
}
.about__partners-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgba(108, 110, 120, 0.25);
  transition: background-color 250ms ease;
  cursor: pointer;
}
.about__partners-dot.is-active {
  background-color: #003DA6;
}
.about__partner {
  height: 108px;
  background-color: #FFFFFF;
  border-top: 1px solid #F3F0F0;
  border-right: 1px solid #F3F0F0;
  border-bottom: 1px solid #F3F0F0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  box-sizing: border-box;
}
.about__partner img, .about__partner svg {
  max-width: 150px;
  max-height: 87px;
  width: auto;
  height: auto;
  object-fit: contain;
}
@media (max-width: 767px) {
  .about__partner {
    flex: 0 0 auto;
    min-width: 0;
    width: auto;
    height: 80px;
    padding: 12px;
    border-top: 1px solid #F3F0F0;
    border-right: 1px solid #F3F0F0;
    border-bottom: 0;
  }
  .about__partner img, .about__partner svg {
    max-width: 100%;
    max-height: 56px;
  }
}

.team {
  width: 100%;
  background-color: #FFFFFF;
}
.team__inner {
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  padding: 100px 64px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 767px) {
  .team__inner {
    padding: 48px 16px;
    gap: 24px;
  }
}
.team__body {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.team__head {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
}
@media (max-width: 767px) {
  .team__head {
    flex-direction: column;
    align-items: flex-start;
  }
}
.team__title {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 120%;
  color: #0E0F17;
  margin: 0;
}
@media (max-width: 767px) {
  .team__title {
    font-size: 24px;
  }
}
.team__subtitle {
  max-width: 472px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #6C6E78;
  margin: 0;
}
@media (max-width: 767px) {
  .team__subtitle {
    font-size: 16px;
  }
}
.team__cards {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: nowrap;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 16px;
  margin-inline: -16px;
  padding: 0 16px;
  scrollbar-width: none;
}
.team__cards::-webkit-scrollbar {
  display: none;
}
@media (min-width: 1024px) {
  .team__cards {
    flex-wrap: nowrap;
    overflow: visible;
    scroll-snap-type: none;
    margin-inline: 0;
    padding: 0;
  }
}
.team__card {
  flex: 0 0 calc(100% - 32px);
  max-width: 320px;
  min-width: 0;
  height: auto;
  display: flex;
  flex-direction: column;
  scroll-snap-align: start;
}
@media (min-width: 768px) {
  .team__card {
    flex: 0 0 calc(50% - 8px);
    max-width: none;
  }
}
@media (min-width: 1024px) {
  .team__card {
    flex: 0 1 32.5%;
    height: unset;
	flex-shrink: 0;  
    scroll-snap-align: none;
  }
}
.team__card-photo {
  width: 100%;
  height: 641.57px;
  padding: 16px;
  border-radius: 32px 32px 0 0;
  background-color: #F9F9F9;
  background-size: cover;
  background-position: center top;
}
@media (max-width: 767px) {
  .team__card-photo {
    height: 480.57px;
  }
}
.team__card-info {
  width: 100%;
  height: 241.57px;
  padding: 32px;
  background-color: #F4F4F4;
  border-radius: 0 0 32px 32px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 24px;
}
@media (max-width: 767px) {
  .team__card-info {
    height: auto;
    padding: 24px 20px;
    gap: 16px;
  }
}
.team__card-meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 100%;
}
.team__card-name {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  color: #0E0F17;
  margin: 0;
  text-align: center;
}
.team__card-role {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 24px;
  background-color: #FFFFFF;
  border-radius: 32px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #6C6E78;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .team__card-role {
    background-color: transparent;
    padding: 0;
    font-size: 16px;
  }
}
.team__card-phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  height: 72px;
  padding: 24px 48px;
  background-color: #FFFFFF;
  border-radius: 32px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: #0E0F17;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 150ms ease;
}
.team__card-phone:hover {
  background-color: rgb(247.35, 247.35, 247.35);
}
.team__card-phone svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  color: #0E0F17;
}
@media (max-width: 767px) {
  .team__card-phone {
    width: 100%;
    height: 72px;
    padding: 24px 16px;
    font-size: 18px;
    font-weight: 500;
    gap: 12px;
  }
  .team__card-phone svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
  }
}
.team__indicator {
  display: none;
}
@media (max-width: 767px) {
  .team__indicator {
    margin-top: 16px;
    height: 48px;
    padding: 16px 32px;
    background-color: #FFFFFF;
    border: 1px solid #F3F0F0;
    border-radius: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
  }
}
.team__indicator-bar {
  width: 80px;
  height: 14px;
  border-radius: 67px;
  background: linear-gradient(to right, #003DA6 50%, #D9D9D9 50%);
}
.team__indicator-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #D9D9D9;
}

.partner {
  width: 100%;
  background-color: #F4F4F4;
}
.partner__inner {
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  padding: 100px 64px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 767px) {
  .partner__inner {
    padding: 48px 16px;
    gap: 24px;
  }
}
.partner__body {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 16px;
}
@media (max-width: 1023px) {
  .partner__body {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .partner__body {
    gap: 16px;
  }
}
.partner__text {
  flex: 0 0 507px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 1023px) {
  .partner__text {
    flex: 0 0 auto;
  }
}
@media (max-width: 767px) {
  .partner__text {
    gap: 16px;
  }
}
.partner__title {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 120%;
  color: #0E0F17;
  margin: 0;
}
@media (max-width: 767px) {
  .partner__title {
    font-size: 24px;
  }
}
.partner__desc {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #6C6E78;
  margin: 0;
}
@media (max-width: 767px) {
  .partner__desc {
    font-size: 16px;
  }
}
.partner__cta, .partner__cta:visited {
  align-self: flex-start;
  height: 65px;
  padding: 24px 16px 24px 54px;
  background-color: #0E0F17;
  border-radius: 32px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: background-color 150ms ease;
}
.partner__cta:hover {
  background-color: rgb(37.1567567568, 39.8108108108, 61.0432432432);
}
.partner__cta svg {
  width: 32px;
  height: 32px;
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .partner__cta {
    width: 100%;
    justify-content: center;
    padding: 0 24px;
    background-color: #0E0F17;
  }
  .partner__cta svg {
    display: none;
  }
}
.partner__stats {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: row;
  gap: 16px;
}
@media (max-width: 767px) {
  .partner__stats {
    flex-direction: column;
    gap: 12px;
  }
}
.partner__stat {
  flex: 1 1 0;
  min-width: 0;
  background-color: #FFFFFF;
  border-radius: 16px;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
}
@media (max-width: 767px) {
  .partner__stat {
    flex-direction: row;
    align-items: center;
    gap: 24px;
    padding: 20px 24px;
    border-radius: 32px;
  }
}
.partner__stat-icon {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
}
.partner__stat-icon img, .partner__stat-icon svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 767px) {
  .partner__stat-icon {
    width: 56px;
    height: 56px;
  }
}
.partner__stat-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.partner__stat-num {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 120%;
  color: #0E0F17;
}
@media (max-width: 767px) {
  .partner__stat-num {
    font-size: 24px;
  }
}
.partner__stat-label {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #0E0F17;
}

.articles {
  width: 100%;
  background-color: #FFFFFF;
}
.articles__inner {
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  padding: 100px 32px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 767px) {
  .articles__inner {
    padding: 48px 16px;
    gap: 24px;
  }
}
.articles__head {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
}
@media (max-width: 767px) {
  .articles__head {
    flex-direction: column;
    align-items: flex-start;
  }
}
.articles__head-text {
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex: 1 1 auto;
}
.articles__title {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 120%;
  color: #0E0F17;
  margin: 0;
}
@media (max-width: 767px) {
  .articles__title {
    font-size: 24px;
  }
}
.articles__subtitle {
  max-width: 684px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #6C6E78;
  margin: 0;
}
@media (max-width: 767px) {
  .articles__subtitle {
    font-size: 16px;
  }
}
.articles__cta, .articles__cta:visited {
  flex-shrink: 0;
  height: 65px;
  padding: 24px 16px 24px 54px;
  background-color: #0E0F17;
  border-radius: 32px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: background-color 150ms ease;
}
.articles__cta:hover {
  background-color: rgb(37.1567567568, 39.8108108108, 61.0432432432);
}
.articles__cta svg {
  width: 32px;
  height: 32px;
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .articles__cta {
    width: 100%;
    justify-content: center;
    padding: 0 24px;
  }
  .articles__cta svg {
    display: none;
  }
}
.articles__list {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
}
@media (max-width: 1023px) {
  .articles__list {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .articles__list {
    flex-wrap: nowrap;
    flex-direction: row;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 16px;
    margin-inline: -16px;
    padding: 0 16px;
    scrollbar-width: none;
  }
  .articles__list::-webkit-scrollbar {
    display: none;
  }
}
.articles__card {
  flex: 1 1 0;
  min-width: 0;
  height: 462px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition: transform 250ms ease;
}
.articles__card:hover {
  transform: translateY(-4px);
}
@media (max-width: 1023px) {
  .articles__card {
    flex: 1 1 calc(50% - 8px);
  }
}
@media (max-width: 767px) {
  .articles__card {
    flex: 0 0 calc(100% - 32px);
    max-width: 332px;
    height: auto;
    scroll-snap-align: start;
  }
}
.articles__card-photo {
  position: relative;
  width: 100%;
  height: 300px;
  padding: 16px;
  border-radius: 32px 32px 0 0;
  background-color: #2A3338;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.articles__card-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  pointer-events: none;
}
@media (max-width: 767px) {
  .articles__card-photo {
    height: 240px;
  }
}
.articles__card-play {
  position: relative;
  z-index: 2;
  width: 64px;
  height: 64px;
  color: #FFFFFF;
}
.articles__card-play svg {
  width: 100%;
  height: 100%;
}
.articles__card-info {
  width: 100%;
  height: 162px;
  padding: 32px 24px;
  background-color: #F4F4F4;
  border-radius: 0 0 32px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media (max-width: 767px) {
  .articles__card-info {
    height: auto;
    padding: 20px;
    gap: 16px;
  }
}
.articles__card-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.articles__card-meta {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.articles__card-type {
  display: inline-flex;
  align-items: center;
  height: 36px;
  padding: 8px 16px;
  background-color: #FFFFFF;
  border-radius: 32px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #6C6E78;
}
.articles__card-date {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #6C6E78;
}
.articles__card-title {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: #0E0F17;
  margin: 0;
}
.articles__indicator {
  display: none;
}
@media (max-width: 767px) {
  .articles__indicator {
    display: flex;
    align-self: center;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 16px 32px;
    background-color: #F3F3F3;
    border-radius: 32px;
    margin-top: 8px;
  }
}
.articles__indicator-bar {
  width: 80px;
  height: 14px;
  border-radius: 67px;
  background: linear-gradient(to right, #003DA6 60%, #D9D9D9 60%);
}
.articles__indicator-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #D9D9D9;
}

.audience__swiper,
.drones__swiper,
.team__swiper,
.articles__swiper,
.video-reviews__swiper {
  width: 100%;
}
@media (min-width: 768px) {
  .audience__swiper,
  .drones__swiper,
  .articles__swiper,
  .video-reviews__swiper {
    overflow: visible;
  }
}

@media (max-width: 767px) {
  .audience__inner,
  .drones__list,
  .team__cards,
  .articles__list,
  .video-reviews__track {
    overflow: visible !important;
    overflow-x: visible !important;
    scroll-snap-type: none !important;
    margin-inline: 0 !important;
    padding-inline: 0 !important;
    gap: 0 !important;
  }
}
.audience__pagination,
.drones__pagination,
.team__pagination,
.articles__pagination,
.video-reviews__pagination {
  display: none;
}
@media (max-width: 767px) {
  .audience__pagination,
  .drones__pagination,
  .team__pagination,
  .articles__pagination,
  .video-reviews__pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    padding: 0;
  }
}

.audience__pagination-dot,
.drones__pagination-dot,
.team__pagination-dot,
.articles__pagination-dot,
.video-reviews__pagination-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: rgba(108, 110, 120, 0.25);
  transition: background-color 250ms ease;
  cursor: pointer;
  flex-shrink: 0;
}
.audience__pagination-dot.is-active,
.drones__pagination-dot.is-active,
.team__pagination-dot.is-active,
.articles__pagination-dot.is-active,
.video-reviews__pagination-dot.is-active {
  background-color: #003DA6;
}

.audience__pagination.swiper-pagination-horizontal, .audience__pagination.swiper-pagination-bullets,
.drones__pagination.swiper-pagination-horizontal,
.drones__pagination.swiper-pagination-bullets,
.team__pagination.swiper-pagination-horizontal,
.team__pagination.swiper-pagination-bullets,
.articles__pagination.swiper-pagination-horizontal,
.articles__pagination.swiper-pagination-bullets,
.video-reviews__pagination.swiper-pagination-horizontal,
.video-reviews__pagination.swiper-pagination-bullets,
.about__partners-dots.swiper-pagination-horizontal,
.about__partners-dots.swiper-pagination-bullets {
  position: static;
  width: auto;
  bottom: auto;
  left: auto;
}

.audience__indicator,
.drones__indicator,
.team__indicator,
.articles__indicator,
.video-reviews__indicator {
  display: none;
}
@media (max-width: 767px) {
  .audience__indicator,
  .drones__indicator,
  .team__indicator,
  .articles__indicator,
  .video-reviews__indicator {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 48px;
    margin: 16px auto 0;
    padding: 12px 32px;
    background-color: #F4F4F4;
    border-radius: 32px;
    width: max-content;
    max-width: calc(100% - 32px);
  }
}

.audience__indicator-bar,
.drones__indicator-bar,
.team__indicator-bar,
.articles__indicator-bar,
.video-reviews__indicator-bar {
  position: relative;
  width: 80px;
  height: 14px;
  border-radius: 67px;
  background-color: rgba(108, 110, 120, 0.15);
  overflow: hidden;
  flex-shrink: 0;
}
.audience__indicator-bar::after,
.drones__indicator-bar::after,
.team__indicator-bar::after,
.articles__indicator-bar::after,
.video-reviews__indicator-bar::after {
  content: "";
  position: absolute;
  inset: 0;
  width: var(--progress, 0%);
  background-color: #003DA6;
  border-radius: 67px;
  transition: width 250ms ease;
}

@media (max-width: 767px) {
  .audience__pagination,
  .drones__pagination,
  .team__pagination,
  .articles__pagination,
  .video-reviews__pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 0;
  }
}

.catalog-hero {
  background: #FFFFFF;
}
.catalog-hero__inner {
  padding-inline: 64px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .catalog-hero__inner {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .catalog-hero__inner {
    padding-inline: 20px;
  }
}
.catalog-hero__breadcrumb {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-block: 32px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .catalog-hero__breadcrumb {
    padding-block: 16px;
  }
}
.catalog-hero__bc-link {
  color: #0E0F17;
  text-decoration: none;
  transition: color 150ms ease;
}
.catalog-hero__bc-link:hover {
  color: #003DA6;
}
.catalog-hero__bc-sep {
  display: block;
  width: 10px;
  height: 20px;
  flex-shrink: 0;
  color: #6C6D78;
}
.catalog-hero__bc-current {
  color: #6C6D78;
}
.catalog-hero__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-bottom: 32px;
}
@media (max-width: 767px) {
  .catalog-hero__content {
    gap: 16px;
    padding-bottom: 16px;
  }
}
.catalog-hero__title {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  color: #0E0F17;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .catalog-hero__title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .catalog-hero__title {
    font-size: 28px;
  }
}
.catalog-hero__tabs {
  display: flex;
  align-items: center;
  gap: 16px;
  overflow-x: auto;
  scrollbar-width: none;
}
.catalog-hero__tabs::-webkit-scrollbar {
  display: none;
}
@media (max-width: 767px) {
  .catalog-hero__tabs {
    display: flex;
    flex-direction: column;
  }
}
.catalog-hero__tab-select {
  display: none;
}
@media (max-width: 767px) {
  .catalog-hero__tab-select {
    display: none;
    width: 100%;
    padding: 20px 48px 20px 20px;
    border-radius: 32px;
    border: 1px solid #6c6e78;
    background: #FFFFFF url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%230E0F17' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") no-repeat right 20px center;
    appearance: none;
    -webkit-appearance: none;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #0E0F17;
    cursor: pointer;
  }
}
.catalog-hero__tab, .catalog-hero__tab:visited {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 24px;
  border-radius: 32px;
  border: 1px solid #f3f0f0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  color: #6C6D78;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  transition: background 250ms ease, color 250ms ease, border-color 250ms ease;
}
.catalog-hero__tab.is-active {
  background: #003DA6;
  border-color: #003DA6;
  color: #FFFFFF;
}
.catalog-hero__tab:hover:not(.is-active) {
  border-color: #003DA6;
  color: #003DA6;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .catalog-hero__tab {
    flex: 0 0 auto;
    padding: 10px 12px;
    font-size: 14px;
  }
}

.catalog-grid {
  background: #f4f4f4;
  padding: 32px 64px 100px;
}
@media (max-width: 767px) {
  .catalog-grid {
    padding: 32px 20px 50px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .catalog-grid {
    padding: 24px 32px 64px;
  }
}
.catalog-grid__inner {
  max-width: 1440px;
  margin-inline: auto;
}
.catalog-grid__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .catalog-grid__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .catalog-grid__list {
    grid-template-columns: 1fr;
  }
}

.catalog-card {
  background: #FFFFFF;
  border-radius: 32px;
  padding: 12px 12px 18px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 767px) {
  .catalog-card {
    padding: 16px 20px 24px;
    gap: 24px;
  }
}
.catalog-card__image {
  height: 250px;
  border-radius: 32px;
  overflow: hidden;
  background: #F8F8F8;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .catalog-card__image {
    height: 200px;
  }
}
.catalog-card__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.catalog-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.catalog-card__head {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}
.catalog-card__title {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  color: #0E0F17;
	min-height: 63px;
}
@media (max-width: 767px) {
  .catalog-card__title {
    font-size: 20px;
  }
}
.catalog-card__price {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  color: #6C6D78;
}
@media (max-width: 767px) {
  .catalog-card__price {
    font-size: 16px;
  }
}
.catalog-card__specs {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
	min-height: 175px;
}
@media (max-width: 767px) {
  .catalog-card__specs {
    display: none;
  }
}
.catalog-card__specs li {
  display: flex;
  gap: 48px;
  padding: 12px;
  border-radius: 8px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .catalog-card__specs li {
    gap: 16px;
  }
}
.catalog-card__specs li:nth-child(even) {
  background: #f9f9f9;
}
.catalog-card__spec-label {
  color: #0E0F17;
  flex: 1;
}
.catalog-card__spec-val {
  color: #6C6D78;
  white-space: wrap;
  text-align: right;
}
.catalog-card__actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .catalog-card__actions {
    margin-top: 0;
  }
}
.catalog-card__buy, .catalog-card__buy:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 24px 48px;
  border-radius: 32px;
  background: #0E0F17;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background 150ms ease;
}
@media (max-width: 767px) {
  .catalog-card__buy {
    flex: 1;
    height: 64px;
    padding: 18px 24px;
  }
}
.catalog-card__buy:hover {
  background: #2a2b35;
}
.catalog-card__details, .catalog-card__details:visited {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 57px;
  padding-inline: 44px;
  border-radius: 32px;
  background: transparent;
  color: #003DA6;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  min-width: 0;
  transition: color 150ms ease, background 150ms ease;
}
.catalog-card__details:hover {
  background: rgba(0, 61, 166, 0.06);
}
@media (min-width: 768px) and (max-width: 1023px) {
  .catalog-card__details {
    padding-inline: 12px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .catalog-card__details {
    flex: 0 0 64px;
    width: 64px;
    height: 64px;
    padding: 0;
    border-radius: 50%;
    background: #003DA6;
    font-size: 0;
  }
  .catalog-card__details:hover {
    background: rgb(0, 46.0072289157, 125.2);
  }
}
.catalog-card__details-icon {
  display: none;
}
@media (max-width: 767px) {
  .catalog-card__details-icon {
    display: block;
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    stroke: #FFFFFF;
    fill: none;
  }
}

.productivity {
  background: #FFFFFF;
  padding: 100px 64px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .productivity {
    padding: 64px 32px;
  }
}
@media (max-width: 767px) {
  .productivity {
    padding: 50px 20px;
  }
}
.productivity__inner {
  max-width: 1440px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.productivity__title {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  color: #0E0F17;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .productivity__title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .productivity__title {
    font-size: 24px;
    color: #253035;
  }
}
.productivity__cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .productivity__cols {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}
@media (max-width: 767px) {
  .productivity__cols {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}
.productivity__col {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.productivity__subtitle {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  color: #0E0F17;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .productivity__subtitle {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .productivity__subtitle {
    font-size: 20px;
  }
}
.productivity__pair {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
@media (max-width: 767px) {
  .productivity__pair {
    flex-direction: column;
    align-items: stretch;
  }
}
.productivity__photo {
  width: 280px;
  height: 248px;
  border-radius: 32px;
  overflow: hidden;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .productivity__photo {
    width: 100%;
    height: 200px;
  }
}
.productivity__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.productivity__info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-inline: 16px;
}
@media (max-width: 767px) {
  .productivity__info {
    padding-inline: 0;
  }
}
.productivity__note {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  color: #6C6D78;
}
.productivity__stat {
  background: #f4f4f4;
  padding: 12px 16px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.productivity__stat p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  color: #0E0F17;
}
@media (max-width: 767px) {
  .productivity__stat p {
    font-size: 16px;
  }
}
.productivity__list {
  list-style: disc;
  padding-left: 24px;
  display: flex;
  flex-direction: column;
}
.productivity__list li {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #6C6D78;
}

.why-choose {
  background: #FFFFFF;
  padding: 0 64px 100px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .why-choose {
    padding: 0 32px 64px;
  }
}
@media (max-width: 767px) {
  .why-choose {
    padding: 0 20px 50px;
  }
}
.why-choose__inner {
  max-width: 1440px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 767px) {
  .why-choose__inner {
    gap: 24px;
  }
}
.why-choose__title {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  color: #0E0F17;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .why-choose__title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .why-choose__title {
    font-size: 24px;
  }
}
.why-choose__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .why-choose__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .why-choose__cards {
    grid-template-columns: 1fr;
  }
}
.why-choose__card {
  background: #f4f4f4;
  border-radius: 32px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 767px) {
  .why-choose__card {
    flex-direction: row;
    align-items: flex-start;
    gap: 24px;
    padding: 24px 20px;
  }
}
.why-choose__icon {
  width: 64px;
  height: 64px;
  object-fit: contain;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .why-choose__icon {
    width: 48px;
    height: 48px;
  }
}
.why-choose__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  color: #6C6D78;
}
@media (max-width: 767px) {
  .why-choose__text {
    font-size: 16px;
    font-weight: 400;
  }
}

.catalog-cta__bg {
  height: 400px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 24px 64px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .catalog-cta__bg {
    padding: 24px 32px;
  }
}
@media (max-width: 767px) {
  .catalog-cta__bg {
    height: auto;
    padding: 24px 20px;
    justify-content: center;
  }
}
.catalog-cta__card {
  background: #003DA6;
  padding: 32px;
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 460px;
  width: 100%;
}
@media (max-width: 767px) {
  .catalog-cta__card {
    padding: 24px 20px;
  }
}
.catalog-cta__title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .catalog-cta__title {
    font-size: 20px;
    text-align: center;
  }
}
.catalog-cta__btn, .catalog-cta__btn:visited {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background: #f4f4f4;
  height: 65px;
  padding: 24px 16px 24px 54px;
  border-radius: 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  color: #0E0F17;
  text-decoration: none;
  gap: 10px;
  transition: background 150ms ease;
}
.catalog-cta__btn span{
	text-align: center;
}
@media (max-width: 767px) {
  .catalog-cta__btn {
    font-size: 14px;
  }
	.catalog-cta__btn .catalog-cta__btn-icon{
		display: none;
	}
}
.catalog-cta__btn:hover {
  background: #FFFFFF;
}
.catalog-cta__btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 45px;
  height: 45px;
}
.catalog-cta__btn-icon img {
  transform: rotate(45deg);
}

.catalog-faq {
  background: #f4f4f4;
  padding: 100px 64px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .catalog-faq {
    padding: 64px 32px;
  }
}
@media (max-width: 767px) {
  .catalog-faq {
    padding: 50px 20px;
  }
}
.catalog-faq__inner {
  max-width: 1440px;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .catalog-faq__inner {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .catalog-faq__inner {
    flex-direction: column;
  }
}
.catalog-faq__left {
  display: flex;
  flex-direction: column;
  gap: 32px;
  flex-shrink: 0;
}
.catalog-faq__title {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  color: #6C6D78;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .catalog-faq__title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .catalog-faq__title {
    font-size: 24px;
  }
}
.catalog-faq__contact {
  background: #FFFFFF;
  padding: 32px;
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 460px;
}
.catalog-faq__contact-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #464646;
}
.catalog-faq__contact-btn, .catalog-faq__contact-btn:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #0E0F17;
  color: #FFFFFF;
  padding: 28px 64px;
  border-radius: 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  transition: background 150ms ease;
}
.catalog-faq__contact-btn:hover {
  background: #2a2b35;
}
.catalog-faq__items {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
  max-width: 571px;
}
@media (max-width: 767px) {
  .catalog-faq__items {
    max-width: 100%;
    gap: 8px;
  }
}
.catalog-faq__item {
  background: #FFFFFF;
  border-radius: 8px;
  list-style: none;
}
.catalog-faq__item::marker,
.catalog-faq__item summary::marker,
.catalog-faq__item summary::-webkit-details-marker {
  display: none;
}
.catalog-faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 24px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  color: #0E0F17;
  list-style: none;
}
@media (max-width: 767px) {
  .catalog-faq__question {
    font-size: 16px;
  }
}
.catalog-faq__question span:first-child {
  flex: 1;
}
.catalog-faq__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  border-radius: 32px;
  background: #f3f0f0;
}
.catalog-faq__toggle--open {
  background: #003DA6;
}
.catalog-faq__answer {
  padding: 0 24px 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #464646;
}
@media (max-width: 767px) {
  .catalog-faq__answer {
    font-size: 14px;
  }
}

.catalog-benefits {
  background: #FFFFFF;
  padding: 100px 64px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .catalog-benefits {
    padding: 64px 32px;
  }
}
@media (max-width: 767px) {
  .catalog-benefits {
    padding: 50px 20px;
  }
}
.catalog-benefits__inner {
  max-width: 1440px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 767px) {
  .catalog-benefits__inner {
    gap: 24px;
  }
}
.catalog-benefits__title {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  color: #0E0F17;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .catalog-benefits__title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .catalog-benefits__title {
    font-size: 24px;
  }
}
.catalog-benefits__body {
  display: flex;
  align-items: stretch;
  gap: 32px;
}
@media (max-width: 767px) {
  .catalog-benefits__body {
    flex-direction: column;
  }
}
.catalog-benefits__image {
  width: 648px;
  border-radius: 32px;
  overflow: hidden;
  flex-shrink: 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .catalog-benefits__image {
    width: 300px;
  }
}
@media (max-width: 767px) {
  .catalog-benefits__image {
    width: 100%;
    height: 300px;
  }
}
.catalog-benefits__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.catalog-benefits__list {
  flex: 1;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.catalog-benefits__item {
  background: #f4f4f4;
  padding: 24px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 767px) {
  .catalog-benefits__item {
    padding: 24px 20px;
  }
}
.catalog-benefits__item-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  color: #0E0F17;
}
@media (max-width: 767px) {
  .catalog-benefits__item-title {
    font-size: 16px;
  }
}
.catalog-benefits__item-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #6C6D78;
}
@media (max-width: 767px) {
  .catalog-benefits__item-desc {
    font-size: 14px;
  }
}

.partner-banner__bg {
  background-size: cover;
  background-position: bottom center;
  padding: 100px 64px;
  display: flex;
  align-items: flex-start;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .partner-banner__bg {
    padding: 64px 32px;
  }
}
@media (max-width: 767px) {
  .partner-banner__bg {
    padding: 50px 20px;
    background-position: center;
  }
}
.partner-banner__card {
  background: #FFFFFF;
  padding: 32px;
  border-radius: 32px;
  width: 420px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 767px) {
  .partner-banner__card {
    width: 100%;
    padding: 24px 20px;
    gap: 24px;
  }
}
.partner-banner__card-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 767px) {
  .partner-banner__card-content {
    gap: 24px;
  }
}
.partner-banner__title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  color: #0E0F17;
}
@media (max-width: 767px) {
  .partner-banner__title {
    font-size: 24px;
  }
}
.partner-banner__text {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  color: #6C6D78;
}
.partner-banner__text strong {
  color: #0E0F17;
  font-weight: 700;
}
.partner-banner__btn, .partner-banner__btn:visited {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background: #0E0F17;
  color: #FFFFFF;
  height: 65px;
  padding: 24px 16px 24px 54px;
  border-radius: 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: none;
  gap: 10px;
  transition: background 150ms ease;
}
.partner-banner__btn:hover {
  background: #2a2b35;
}
.partner-banner__btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  flex-shrink: 0;
}
.partner-banner__btn-icon img {
  transform: rotate(0deg);
}

.catalog-about {
  background: #FFFFFF;
  padding: 100px 64px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .catalog-about {
    padding: 64px 32px;
  }
}
@media (max-width: 767px) {
  .catalog-about {
    padding: 50px 20px;
  }
}
.catalog-about__inner {
  max-width: 1440px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 64px;
}
@media (max-width: 767px) {
  .catalog-about__inner {
    flex-direction: column;
    gap: 24px;
  }
}
.catalog-about__image {
  width: 648px;
  height: 324px;
  flex-shrink: 0;
  border-radius: 32px;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .catalog-about__image {
    width: 300px;
    height: 200px;
  }
}
@media (max-width: 767px) {
  .catalog-about__image {
    width: 100%;
    height: 300px;
  }
}
.catalog-about__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 18%;
  display: block;
}
.catalog-about__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.catalog-about__text h2 {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  color: #0E0F17;
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .catalog-about__text h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .catalog-about__text h2 {
    font-size: 24px;
    color: #253035;
  }
}
.catalog-about__text p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  color: #6C6D78;
}
@media (max-width: 767px) {
  .catalog-about__text p {
    font-size: 16px;
  }
}
.catalog-about__title {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  color: #0E0F17;
}
@media (max-width: 767px) {
  .catalog-about__title {
    font-size: 24px;
    color: #253035;
  }
}

.catalog-operations {
  background: #f4f4f4;
  padding: 100px 64px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .catalog-operations {
    padding: 64px 32px;
  }
}
@media (max-width: 767px) {
  .catalog-operations {
    padding: 50px 20px;
  }
}
.catalog-operations__inner {
  max-width: 1440px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.catalog-operations__title {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  color: #0E0F17;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .catalog-operations__title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .catalog-operations__title {
    font-size: 24px;
    color: #253035;
  }
}
.catalog-operations__body {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media (max-width: 767px) {
  .catalog-operations__body {
    flex-direction: column;
  }
}
.catalog-operations__image {
  width: 648px;
  flex-shrink: 0;
  border-radius: 32px;
  overflow: hidden;
  align-self: stretch;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .catalog-operations__image {
    width: 300px;
  }
}
@media (max-width: 767px) {
  .catalog-operations__image {
    width: 100%;
    height: 300px;
  }
}
.catalog-operations__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.catalog-operations__list {
  flex: 1;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.catalog-operations__item {
  background: #FFFFFF;
  padding: 24px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 767px) {
  .catalog-operations__item {
    padding: 24px 20px;
  }
}
.catalog-operations__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
}
@media (max-width: 767px) {
  .catalog-operations__icon {
    width: 32px;
    height: 32px;
  }
}
.catalog-operations__icon img {
  display: block;
}
.catalog-operations p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  color: #6C6D78;
}
@media (max-width: 767px) {
  .catalog-operations p {
    font-size: 16px;
  }
}

.product-breadcrumb {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 32px 64px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-breadcrumb {
    padding: 24px 32px;
    gap: 12px;
  }
}
@media (max-width: 767px) {
  .product-breadcrumb {
    padding: 16px 20px;
    gap: 8px;
    flex-wrap: wrap;
  }
}
.product-breadcrumb__link {
  color: #0E0F17;
  text-decoration: none;
  white-space: nowrap;
  transition: color 150ms ease;
}
.product-breadcrumb__link:hover {
  color: #003DA6;
}
.product-breadcrumb__sep {
  display: block;
  width: 10px;
  height: 20px;
  flex-shrink: 0;
}
.product-breadcrumb__current {
  color: #6C6D78;
  white-space: nowrap;
}

.product-hero {
  display: flex;
  flex-direction: row;
  gap: 32px;
  padding: 0 64px 100px;
}
@media (max-width: 1279px) {
  .product-hero {
    flex-direction: column;
    gap: 32px;
    padding: 0 32px 80px;
  }
}
@media (max-width: 767px) {
  .product-hero {
    flex-direction: column;
    gap: 24px;
    padding: 0 20px 50px;
  }
}
.product-hero__gallery {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex: 1;
  height: 655px;
  min-width: 0;
}
.product-hero__gallery.zapchstyny{
	height: unset;
}
.product-hero__gallery.zapchstyny .product-hero__main{
	background-size: contain;
    background-position: top center;
}
.product-hero__gallery.zapchstyny .product-hero__thumbs{
	display: none;
}
.product-hero__gallery.zapchstyny .product-hero__nav{
	display: none;
}
@media (max-width: 1279px) {
  .product-hero__gallery {
    flex: none;
    width: 100%;
    height: 520px;
    gap: 12px;
  }
}
@media (max-width: 767px) {
  .product-hero__gallery {
    flex: none;
    width: 100%;
    flex-direction: column;
    height: auto;
    gap: 12px;
  }
}
.product-hero__main {
  flex: 1;
  min-width: 0;
  border-radius: 32px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 767px) {
  .product-hero__main {
    flex: none;
    height: 300px;
    border-radius: 32px;
  }
}
.product-hero__nav {
  position: absolute;
  bottom: 32px;
  left: 32px;
  right: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
}
@media (max-width: 767px) {
  .product-hero__nav {
    bottom: 16px;
    left: 16px;
    right: 16px;
  }
}
.product-hero__nav-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: none;
  background: #F4F4F4;
  cursor: pointer;
  pointer-events: all;
  transition: background 150ms ease;
}
.product-hero__nav-btn:hover {
  background: #E4E4E4;
}
@media (max-width: 1279px) {
  .product-hero__nav-btn {
    width: 56px;
    height: 56px;
  }
}
@media (max-width: 767px) {
  .product-hero__nav-btn {
    width: 48px;
    height: 48px;
  }
}
.product-hero__thumbs {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 155px;
  flex-shrink: 0;
  height: 655px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(108, 110, 120, 0.3) transparent;
}
.product-hero__thumbs::-webkit-scrollbar {
  width: 4px;
}
.product-hero__thumbs::-webkit-scrollbar-track {
  background: transparent;
}
.product-hero__thumbs::-webkit-scrollbar-thumb {
  background: rgba(108, 110, 120, 0.3);
  border-radius: 2px;
}
@media (max-width: 1279px) {
  .product-hero__thumbs {
    width: 120px;
    height: 520px;
    gap: 12px;
  }
}
@media (max-width: 767px) {
  .product-hero__thumbs {
    display: none;
  }
}
.product-hero__thumb {
  flex: 0 0 152px;
  border: none;
  border-radius: 16px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  outline: 3px solid transparent;
  outline-offset: -3px;
  transition: outline-color 150ms ease;
}
@media (max-width: 1279px) {
  .product-hero__thumb {
    flex: 0 0 121px;
  }
}
.product-hero__thumb.is-active {
  outline: 5px solid #003DA6;
  outline-offset: -5px;
}
.product-hero__thumb:hover:not(.is-active) {
  outline: 3px solid rgba(0, 61, 166, 0.4);
  outline-offset: -3px;
}
.product-hero__info {
  width: 570px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (max-width: 1279px) {
  .product-hero__info {
    width: 100%;
    gap: 32px;
  }
}
@media (max-width: 767px) {
  .product-hero__info {
    width: 100%;
    gap: 16px;
  }
}
.product-hero__details {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.product-hero__head {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.product-hero__title-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.product-hero__title {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  color: #0E0F17;
  margin: 0;
}
@media (max-width: 1279px) {
  .product-hero__title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .product-hero__title {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
  }
}
.product-hero__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.product-hero__tag {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  border-radius: 32px;
  border: 1px solid #6C6D78;
  background: #FFFFFF;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  color: #6C6D78;
}
.product-hero__price-row {
  display: flex;
  align-items: flex-end;
  gap: 12px;
}
.product-hero__price {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  color: #0E0F17;
}
@media (max-width: 1279px) {
  .product-hero__price {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .product-hero__price {
    font-size: 24px;
  }
}
.product-hero__vat {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  color: #6C6D78;
  padding-bottom: 2px;
}
@media (max-width: 1279px) {
  .product-hero__vat {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .product-hero__vat {
    font-size: 18px;
  }
}
.product-hero__specs {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 767px) {
  .product-hero__specs {
    display: none;
  }
}
.product-hero__specs-table {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .product-hero__specs-table {
    display: none;
  }
}
.product-hero__spec-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  padding: 12px;
  background: #FFFFFF;
}
.product-hero__spec-row--alt {
  background: #F9F9F9;
}
.product-hero__spec-label {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #0E0F17;
  min-width: 164px;
}
.product-hero__spec-value {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #6C6D78;
}
.product-hero__specs-link, .product-hero__specs-link:visited {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #003DA6;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: opacity 150ms ease;
}
.product-hero__specs-link:hover {
  opacity: 0.75;
}
@media (max-width: 767px) {
  .product-hero__specs-link {
    display: none;
  }
}
.product-hero__actions {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.product-hero__actions-row {
  display: flex;
  align-items: stretch;
  gap: 16px;
}
@media (max-width: 767px) {
  .product-hero__actions-row {
    flex-direction: column;
  }
  .product-hero__actions-row:last-child {
    flex-direction: row;
  }
}
.product-hero__btn-buy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 28px 54px;
  border-radius: 32px;
  border: none;
  background: #0E0F17;
  color: #FFFFFF;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
  transition: opacity 150ms ease;
}
.product-hero__btn-buy:hover {
  opacity: 0.85;
}
@media (max-width: 767px) {
  .product-hero__btn-buy {
    width: 100%;
    padding: 24px 54px;
  }
}
.product-hero__btn-call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 28px 24px;
  border-radius: 32px;
  border: 1px solid #6C6D78;
  background: transparent;
  color: #0E0F17;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  cursor: pointer;
  transition: border-color 150ms ease;
}
.product-hero__btn-call:hover {
  border-color: #0E0F17;
}
@media (max-width: 767px) {
  .product-hero__btn-call {
    flex: none;
    width: 100%;
    padding: 24px;
  }
}
.product-hero__btn-messenger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  gap: 16px;
  padding: 20px 32px;
  border-radius: 32px;
  background: #F4F4F4;
  color: #0E0F17;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  transition: background 150ms ease;
}
.product-hero__btn-messenger:hover {
  background: #EBEBEB;
}
@media (max-width: 767px) {
  .product-hero__btn-messenger {
    flex: 1;
    padding: 16px 24px;
    font-size: 14px;
  }
}
.product-hero__messenger-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.product-package {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 100px 64px;
  background: #F4F4F4;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-package {
    padding: 80px 32px;
    gap: 28px;
  }
}
@media (max-width: 767px) {
  .product-package {
    padding: 50px 20px;
    gap: 24px;
  }
}
.product-package__top {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  gap: 32px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-package__top {
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .product-package__top {
    flex-direction: column;
    gap: 8px;
  }
}
.product-package__video {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
  background-color: #050505;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 32px;
  min-height: 400px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-package__video {
    padding: 24px;
    min-height: 320px;
  }
}
@media (max-width: 767px) {
  .product-package__video {
    display: none;
  }
}
.product-package__play {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 180px;
  border-radius: 100px;
  border: none;
  background: rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 24px;
  cursor: pointer;
  flex-shrink: 0;
  transition: background 150ms ease;
}
.product-package__play:hover {
  background: rgba(255, 255, 255, 0.22);
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-package__play {
    width: 128px;
    height: 128px;
    padding: 18px;
  }
}
@media (max-width: 767px) {
  .product-package__play {
    display: none;
  }
}
.product-package__cards {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
@media (max-width: 767px) {
  .product-package__cards {
    gap: 8px;
  }
}
.product-package__card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px 32px;
  background: #FFFFFF;
  border-radius: 16px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-package__card {
    padding: 22px 24px;
  }
}
@media (max-width: 767px) {
  .product-package__card {
    padding: 20px;
    gap: 8px;
  }
}
.product-package__card-head {
  display: flex;
  align-items: center;
  gap: 16px;
}
.product-package__card-title {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3em;
  color: #0E0F17;
}
.product-package__card-text {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4em;
  color: #6C6D78;
  margin: 0;
}
.product-package__services {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-self: stretch;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-package__services {
    gap: 12px;
  }
}
@media (max-width: 767px) {
  .product-package__services {
    flex-direction: column;
    gap: 8px;
  }
}
.product-package__service {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  padding: 24px;
  background: #FFFFFF;
  border-radius: 32px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-package__service {
    padding: 20px;
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .product-package__service {
    padding: 16px 20px;
    gap: 12px;
  }
}
.product-package__service-icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
.product-package__service-title {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2em;
  text-transform: uppercase;
  color: #003DA6;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-package__service-title {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .product-package__service-title {
    font-size: 13px;
    white-space: nowrap;
  }
}

.product-kit {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  gap: 32px;
  padding: 100px 64px 50px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-kit {
    padding: 80px 32px 50px;
    gap: 28px;
  }
}
@media (max-width: 767px) {
  .product-kit {
    padding: 50px 20px;
    gap: 24px;
  }
}
.product-kit__title {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2em;
  color: #0E0F17;
  margin: 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-kit__title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .product-kit__title {
    font-size: 24px;
  }
}
.product-kit__grid {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 16px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-kit__grid {
    gap: 12px;
  }
}
@media (max-width: 767px) {
  .product-kit__grid {
    flex-direction: column;
    gap: 8px;
  }
}
.product-kit__right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-kit__right {
    gap: 12px;
  }
}
.product-kit__row {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 16px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-kit__row {
    gap: 12px;
  }
}
@media (max-width: 767px) {
  .product-kit__row {
    flex-direction: row;
    gap: 8px;
  }
}
.product-kit__card {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
  background: #F4F4F4;
  border-radius: 32px;
  min-height: 220px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-kit__card {
    padding: 20px;
    gap: 18px;
    min-height: 180px;
  }
}
@media (max-width: 767px) {
  .product-kit__card {
    min-height: 160px;
    padding: 16px;
    gap: 16px;
  }
}
.product-kit__card--main {
  flex: 0 0 calc(50% - 8px);
  min-height: 460px;
  padding: 32px 24px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-kit__card--main {
    flex: 0 0 calc(50% - 6px);
    min-height: 380px;
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .product-kit__card--main {
    flex: none;
    min-height: 320px;
  }
}
.product-kit__card-img {
  flex: 1;
  border-radius: 32px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #F4F4F4;
  min-height: 120px;
}
.product-kit__card-name {
  flex-shrink: 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3em;
  color: #6C6D78;
}
@media (max-width: 767px) {
  .product-kit__card-name {
    font-size: 14px;
  }
}

.product-farms {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  gap: 32px;
  padding: 0 64px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-farms {
    padding: 0 32px;
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .product-farms {
    padding: 0 20px;
    gap: 16px;
  }
}
.product-farms__title {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2em;
  color: #6C6D78;
  margin: 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-farms__title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .product-farms__title {
    font-size: 24px;
  }
}
.product-farms__list {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-farms__list {
    gap: 12px;
  }
}
@media (max-width: 767px) {
  .product-farms__list {
    flex-direction: column;
    gap: 8px;
  }
}
.product-farms__item {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  padding: 20px 24px;
  background: #F4F4F4;
  border-radius: 32px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-farms__item {
    padding: 18px 20px;
    gap: 18px;
  }
}
@media (max-width: 767px) {
  .product-farms__item {
    padding: 16px 20px;
    gap: 16px;
  }
}
.product-farms__icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}
.product-farms__text {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
  color: #6C6D78;
  margin: 0;
}
.product-farms__text strong {
  font-weight: 600;
  color: #0E0F17;
}
@media (max-width: 767px) {
  .product-farms__text br {
    display: none;
  }
}

.product-chars {
  padding: 100px 64px 0;
  background: #fff;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-chars {
    padding: 80px 32px 0;
  }
}
@media (max-width: 767px) {
  .product-chars {
    padding: 50px 20px 0;
  }
}
.product-chars__title {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.1em;
  color: #000;
  margin: 0 0 32px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-chars__title {
    font-size: 36px;
    margin-bottom: 28px;
  }
}
@media (max-width: 767px) {
  .product-chars__title {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
.product-chars__tabs {
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin-bottom: 32px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-chars__tabs {
    gap: 12px;
    margin-bottom: 28px;
  }
}
@media (max-width: 767px) {
  .product-chars__tabs {
    gap: 8px;
    margin-bottom: 24px;
    flex-wrap: wrap;
  }
}
.product-chars__tab {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 24px 32px;
  border-radius: 32px;
  border: 1px solid #0E0F17;
  background: transparent;
  color: #0E0F17;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.product-chars__tab--active {
  background: #003DA6;
  border-color: #003DA6;
  color: #fff;
}
.product-chars__tab--mobile-bottom {
  display: none;
}
@media (max-width: 767px) {
  .product-chars__tab--mobile-bottom {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-chars__tab {
    font-size: 15px;
    padding: 20px 28px;
  }
}
@media (max-width: 767px) {
  .product-chars__tab {
    font-size: 14px;
    padding: 16px 24px;
  }
}
.product-chars__table {
  display: flex;
  flex-direction: column;
}
.product-chars__row {
  display: flex;
  flex-direction: row;
  gap: 16px;
  padding: 32px 24px;
  border: 1px solid #F3F0F0;
  border-radius: 0;
}
.product-chars__row--first {
  border-radius: 32px 32px 0 0;
}
.product-chars__row--last {
  border-radius: 0 0 32px 32px;
}
.product-chars__row + .product-chars__row {
  border-top: none;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-chars__row {
    flex-direction: column;
    padding: 24px 20px;
    gap: 14px;
  }
}
@media (max-width: 767px) {
  .product-chars__row {
    flex-direction: column;
    padding: 20px 16px;
    gap: 12px;
  }
}
.product-chars__row-head {
  flex: 0 0 403px;
  display: flex;
  align-items: flex-start;
  padding-top: 16px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-chars__row-head {
    flex: none;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .product-chars__row-head {
    flex: none;
    padding-top: 0;
  }
}
.product-chars__row-title {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2em;
  color: #0E0F17;
  margin: 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-chars__row-title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .product-chars__row-title {
    font-size: 18px;
  }
}
.product-chars__row-specs {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.product-chars__spec {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 120px;
  padding: 16px 24px;
  border-radius: 0;
}
.product-chars__spec--alt {
  background: #F9F9F9;
  border-radius: 16px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-chars__spec {
    gap: 32px;
    padding: 14px 20px;
  }
}
@media (max-width: 767px) {
  .product-chars__spec {
    gap: 8px;
    padding: 12px 16px;
  }
}
.product-chars__spec-label {
  flex: 0 0 350px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
  color: #6C6E78;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-chars__spec-label {
    flex: 0 0 240px;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .product-chars__spec-label {
    flex: 1;
    font-size: 14px;
  }
}
.product-chars__spec-value {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
  color: #6C6E78;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-chars__spec-value {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .product-chars__spec-value {
    font-size: 14px;
  }
}

.product-image-banner {
  padding: 50px 64px 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-image-banner {
    padding: 50px 32px 0;
  }
}
@media (max-width: 767px) {
  .product-image-banner {
    padding: 50px 20px 0;
    flex-direction: column;
    gap: 24px;
  }
}
.product-image-banner__card {
  width: 100%;
  height: 600px;
  border-radius: 32px;
  background-image: url("../assets/images/product/section-image.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.product-image-banner__card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(5, 5, 5, 0.45);
  border-radius: 32px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-image-banner__card {
    height: 420px;
  }
}
@media (max-width: 767px) {
  .product-image-banner__card {
    height: 280px;
  }
}
.product-image-banner__play {
  position: relative;
  z-index: 1;
  width: 180px;
  height: 180px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(8px);
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  transition: background 0.2s;
}
.product-image-banner__play:hover {
  background: rgba(255, 255, 255, 0.22);
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-image-banner__play {
    width: 128px;
    height: 128px;
  }
}
@media (max-width: 767px) {
  .product-image-banner__play {
    width: 96px;
    height: 96px;
  }
  .product-image-banner__play svg {
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 767px) {
  .product-image-banner__bottom {
    flex-direction: column;
    gap: 8px;
  }
}
@media (max-width: 767px) {
  .product-image-banner__info {
    padding: 20px;
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .product-image-banner__title {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .product-section-image {
    height: 280px;
  }
}

.video-reviews--product .video-reviews__inner {
  display: grid;
  grid-template-areas: "header nav" "track  track";
  grid-template-columns: 1fr auto;
  align-items: center;
  row-gap: 64px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .video-reviews--product .video-reviews__inner {
    row-gap: 40px;
  }
}
@media (max-width: 767px) {
  .video-reviews--product .video-reviews__inner {
    display: flex;
    flex-direction: column;
    gap: 24px;
	padding-left: 16px;
	padding-right: 16px;  
  }
}
.video-reviews--product .video-reviews__header {
  grid-area: header;
}
.video-reviews--product .video-reviews__nav {
  grid-area: nav;
}
@media (max-width: 767px) {
  .video-reviews--product .video-reviews__nav {
    margin-top: 8px;
    padding: 0 20px;
  }
}
.video-reviews--product .video-reviews__track {
  grid-area: track;
  width: 100%;
  min-width: 0;
  display: block;
  overflow: hidden;
  padding: 0;
  gap: 0;
}
@media (max-width: 767px) {
  .video-reviews--product .video-reviews__track {
    overflow: hidden !important;
  }
}
@media (min-width: 768px) {
  .video-reviews--product .video-reviews__play {
    width: 64px;
    height: 64px;
  }
}
.video-reviews--product .video-reviews__tile {
  aspect-ratio: unset;
  height: 450px;
  flex: none !important;
  max-width: none;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .video-reviews--product .video-reviews__tile {
    height: 380px;
  }
}
@media (max-width: 767px) {
  .video-reviews--product .video-reviews__tile {
    height: 450px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .video-reviews--product .video-reviews__title {
    font-size: 36px;
  }
}
@media (min-width: 1024px) {
  .video-reviews--product .video-reviews__title {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .video-reviews--product .video-reviews__title {
    padding: 0 20px;
  }
}

.product-reviews {
  padding: 100px 64px;
  background: #fff;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-reviews {
    padding: 80px 32px;
  }
}
@media (max-width: 767px) {
  .product-reviews {
    padding: 50px 0;
  }
}
.product-reviews__inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 767px) {
  .product-reviews__inner {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .product-reviews__header {
    padding: 0 20px;
  }
}
@media (min-width: 768px) {
  .product-reviews__nav {
    display: none;
  }
}
@media (max-width: 767px) {
  .product-reviews__nav {
    padding: 0 20px;
  }
}
.product-reviews__track {
  width: 100%;
  min-width: 0;
}
@media (min-width: 768px) {
  .product-reviews__track .swiper-wrapper {
    display: flex;
    flex-direction: row;
    gap: 16px;
  }
}
.product-reviews__title {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2em;
  color: #0E0F17;
  margin: 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-reviews__title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .product-reviews__title {
    font-size: 24px;
  }
}
.product-reviews__card {
  height: 450px;
  border-radius: 32px;
  background-size: cover;
  background-position: center;
  background-color: #0E0F17;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.product-reviews__card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(14, 15, 23, 0.35);
  border-radius: 32px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-reviews__card {
    height: 380px;
  }
}
@media (max-width: 767px) {
  .product-reviews__card {
    height: 450px;
  }
}
.product-reviews__play {
  position: relative;
  z-index: 1;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(6px);
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.2s;
}
.product-reviews__play:hover {
  background: rgba(255, 255, 255, 0.28);
}
@media (max-width: 767px) {
  .product-reviews__play {
    width: 64px;
    height: 64px;
  }
  .product-reviews__play svg {
    width: 32px;
    height: 32px;
  }
}

.product-accessories {
  padding: 0 64px 100px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-accessories {
    padding: 0 32px 80px;
  }
}
@media (max-width: 767px) {
  .product-accessories {
    padding: 0 20px 50px;
  }
}
.product-accessories__inner {
  display: grid;
  grid-template-areas: "header nav" "track  track";
  grid-template-columns: 1fr auto;
  align-items: center;
  row-gap: 64px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-accessories__inner {
    row-gap: 40px;
  }
}
@media (max-width: 767px) {
  .product-accessories__inner {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
}
.product-accessories__header {
  grid-area: header;
}
.product-accessories__nav {
  grid-area: nav;
}
@media (max-width: 767px) {
  .product-accessories__nav {
    margin-top: 8px;
  }
}
.product-accessories__track {
  grid-area: track;
  width: 100%;
  min-width: 0;
}
@media (max-width: 767px) {
  .product-accessories__track {
    /*margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);*/
  }
}
.product-accessories__title {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2em;
  color: #000;
  margin: 0;
  max-width: 604px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-accessories__title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .product-accessories__title {
    font-size: 24px;
  }
}
.product-accessories__card {
  height: 360px;
  border-radius: 32px;
  background-size: cover;
  background-position: center;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 16px;
  position: relative;
  overflow: hidden;
}
.product-accessories__card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  border-radius: 32px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-accessories__card {
    height: 320px;
  }
}
@media (max-width: 767px) {
  .product-accessories__card {
    height: 300px;
  }
}
.product-accessories__card-body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.product-accessories__card-name {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4em;
  color: #fff;
  margin: 0;
}
@media (max-width: 767px) {
  .product-accessories__card-name {
    font-size: 14px;
  }
}
.product-accessories__card-actions {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 16px;
}
.product-accessories__card-btn, .product-accessories__card-btn:visited {
  flex: 1;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 24px;
  background: #fff;
  color: #0E0F17;
  border-radius: 32px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s;
}
.product-accessories__card-btn:hover {
  background: #f0f0f0;
}
.product-accessories__card-icon {
  flex-shrink: 0;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  opacity: 1;
  transition: opacity 0.2s;
}
.product-accessories__card-icon:hover {
  opacity: 0.85;
}
.product-accessories__card-icon img {
  display: block;
  width: 50px;
  height: 50px;
}

.product-accessories--full-pad {
  padding: 100px 64px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-accessories--full-pad {
    padding: 80px 32px;
  }
}
@media (max-width: 767px) {
  .product-accessories--full-pad {
    padding: 50px 20px;
  }
}

.product-hero-banner__bg {
  width: 100%;
  height: 400px;
  background-image: url("../assets/images/product/hero-banner.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding: 24px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-hero-banner__bg {
    height: 360px;
    padding: 32px;
  }
}
@media (max-width: 767px) {
  .product-hero-banner__bg {
    height: auto;
    min-height: 260px;
    padding: 24px 20px;
    align-items: stretch;
  }
}
.product-hero-banner__cta {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 32px;
  padding: 32px;
  background: #003DA6;
  border-radius: 32px;
  max-width: 420px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-hero-banner__cta {
    max-width: 380px;
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .product-hero-banner__cta {
    max-width: 100%;
    padding: 24px 20px;
    gap: 24px;
  }
}
.product-hero-banner__cta-title {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2em;
  color: #fff;
  margin: 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-hero-banner__cta-title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .product-hero-banner__cta-title {
    font-size: 20px;
  }
}
.product-hero-banner__cta-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: 65px;
  padding: 24px 16px 24px 54px;
  background: #F4F4F4;
  border-radius: 32px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2em;
  text-transform: uppercase;
  color: #0E0F17;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s;
}
.product-hero-banner__cta-btn svg {
  transform: rotate(45deg);
  flex-shrink: 0;
}
.product-hero-banner__cta-btn:hover {
  background: #e4e4e4;
}
@media (max-width: 767px) {
  .product-hero-banner__cta-btn {
    padding: 24px 16px;
    justify-content: space-between;
  }
}

.product-advantages {
  padding: 0 64px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-advantages {
    padding: 0 32px 80px;
    gap: 28px;
  }
}
@media (max-width: 767px) {
  .product-advantages {
    padding: 0 20px 50px;
    gap: 24px;
  }
}
.product-advantages__title {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2em;
  color: #000;
  margin: 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-advantages__title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .product-advantages__title {
    font-size: 24px;
  }
}
.product-advantages__list {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 16px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-advantages__list {
    flex-wrap: wrap;
    gap: 12px;
  }
}
@media (max-width: 767px) {
  .product-advantages__list {
    flex-direction: column;
    gap: 16px;
  }
}
.product-advantages__card {
  flex: 1;
  background: #F4F4F4;
  border-radius: 32px;
  padding: 32px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-advantages__card {
    flex: 1 1 calc(50% - 6px);
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .product-advantages__card {
    padding: 24px;
  }
}
.product-advantages__card-inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.product-advantages__icon {
  width: 64px;
  height: 64px;
  object-fit: contain;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .product-advantages__icon {
    width: 48px;
    height: 48px;
  }
}
.product-advantages__text {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3em;
  color: #6C6E78;
  margin: 0;
}
@media (max-width: 767px) {
  .product-advantages__text {
    font-size: 16px;
  }
}

.product-faq {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 100px 64px;
  background: #F4F4F4;
  gap: 64px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-faq {
    flex-direction: column;
    padding: 80px 32px;
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .product-faq {
    flex-direction: column;
    padding: 50px 20px;
    gap: 32px;
  }
}
.product-faq__left {
  display: flex;
  flex-direction: column;
  gap: 32px;
  flex-shrink: 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-faq__left {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .product-faq__left {
    width: 100%;
  }
}
.product-faq__title {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2em;
  color: #6C6E78;
  margin: 0;
  max-width: 390px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-faq__title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .product-faq__title {
    font-size: 24px;
    color: #6C6D78;
  }
}
.product-faq__cta-card {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 32px;
  background: #fff;
  border-radius: 32px;
  max-width: 460px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-faq__cta-card {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .product-faq__cta-card {
    padding: 24px 20px;
  }
}
.product-faq__cta-text {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
  color: #464646;
  margin: 0;
}
@media (max-width: 767px) {
  .product-faq__cta-text {
    font-size: 16px;
    text-align: center;
  }
}
.product-faq__cta-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 28px 64px;
  background: #0E0F17;
  color: #fff;
  border-radius: 32px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.2s;
}
.product-faq__cta-btn:hover {
  opacity: 0.85;
}
@media (max-width: 767px) {
  .product-faq__cta-btn {
    width: 100%;
    text-align: center;
    padding: 24px 64px;
    font-size: 14px;
  }
}
.product-faq__accordion {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 571px;
  flex-shrink: 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-faq__accordion {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .product-faq__accordion {
    width: 100%;
  }
}
.product-faq__item {
  background: #fff;
  border-radius: 8px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.product-faq__item-head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.product-faq__question {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3em;
  color: #000;
  margin: 0;
  flex: 1;
}
@media (max-width: 767px) {
  .product-faq__question {
    font-size: 16px;
  }
}
.product-faq__toggle {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  border-radius: 32px;
  background: #F3F0F0;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.2s;
}
.product-faq__toggle--open {
  background: #003DA6;
}
.product-faq__answer {
  display: none;
}
.product-faq__item--open .product-faq__answer {
  display: block;
}
.product-faq__answer p {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
  color: #464646;
  margin: 0;
}
@media (max-width: 767px) {
  .product-faq__answer p {
    font-size: 14px;
  }
}

.accessories-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .accessories-nav {
    gap: 8px;
    width: 100%;
  }
}
.accessories-nav__prev, .accessories-nav__next {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  transition: opacity 0.2s;
}
.accessories-nav__prev:hover, .accessories-nav__next:hover {
  opacity: 0.85;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .accessories-nav__prev, .accessories-nav__next {
    width: 56px;
    height: 56px;
  }
}
@media (max-width: 767px) {
  .accessories-nav__prev, .accessories-nav__next {
    display: none;
  }
}
.accessories-nav__prev {
  background: #F4F4F4;
}
.accessories-nav__next {
  background: #003DA6;
}
.accessories-nav__progress {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 48px;
  padding: 12px 32px;
  background: #F4F4F4;
  border-radius: 32px;
}
@media (max-width: 767px) {
  .accessories-nav__progress {
    flex: 1;
    padding: 12px 32px;
  }
}
.accessories-nav__bar {
  position: relative;
  width: 105px;
  height: 14px;
  background: rgba(108, 110, 120, 0.15);
  border-radius: 67px;
  overflow: hidden;
  flex-shrink: 0;
}
.accessories-nav__bar::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: var(--progress, 25%);
  height: 100%;
  background: #003DA6;
  border-radius: 67px;
  transition: width 250ms ease;
}
.accessories-nav__dots {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.accessories-nav__dot {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: rgba(108, 110, 120, 0.15);
  flex-shrink: 0;
  cursor: pointer;
  transition: background-color 250ms ease;
}
.accessories-nav__dot.is-active {
  background: #003DA6;
}

.product-highlights {
  width: 100%;
  background-color: #FFFFFF;
  padding: 0 20px 50px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-highlights {
    padding: 50px 24px;
  }
}
@media (min-width: 1024px) {
  .product-highlights {
    padding: 50px 64px;
  }
}
.product-highlights__inner {
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  display: grid;
  grid-template-areas: "header nav" "track  track";
  grid-template-columns: 1fr auto;
  align-items: center;
  row-gap: 64px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-highlights__inner {
    row-gap: 40px;
  }
}
@media (max-width: 767px) {
  .product-highlights__inner {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
}
.product-highlights__header {
  grid-area: header;
}
.product-highlights__nav {
  grid-area: nav;
}
@media (max-width: 767px) {
  .product-highlights__nav {
    display: none;
  }
}
.product-highlights__track {
  grid-area: track;
  width: 100%;
  min-width: 0;
}
@media (max-width: 767px) {
  .product-highlights__track .swiper-wrapper {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    transform: none !important;
  }
  .product-highlights__track .swiper-slide:nth-child(n+5) {
    display: none;
  }
}
.product-highlights__title {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  color: #0E0F17;
  margin: 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-highlights__title {
    font-size: 36px;
  }
}
@media (min-width: 1024px) {
  .product-highlights__title {
    font-size: 48px;
  }
}
.product-highlights__img {
  width: 100%;
  height: auto;
  border-radius: 24px;
  background-size: cover;
  background-position: center;
  background-color: #2A3338;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-highlights__img {
    height: 300px;
  }
}
@media (min-width: 1024px) {
  .product-highlights__img {
    height: auto;
  }
}
.product-highlights__video{
	border-radius: 24px;
}
.container {
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 64px;
}
@media (max-width: 767px) {
  .container {
    padding-inline: 16px;
  }
}

.section {
  padding-block: 96px;
}
@media (max-width: 767px) {
  .section {
    padding-block: 48px;
  }
}
.section--bg-light {
  background-color: #F8F8F8;
}
.section--bg-card {
  background-color: #F3F3F3;
}
.section--bg-dark {
  background-color: #0E0F17;
  color: #FFFFFF;
}
.section--bg-primary {
  background-color: #003DA6;
  color: #FFFFFF;
}

@media (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hide-desktop {
    display: none !important;
  }
}
ul, ol {
	margin: unset;
}
p {
	margin-bottom: unset;
}

.video-modal {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 9999;
}

.video-modal.is-open {
    display: block;
}

.video-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.8);
}

.video-modal__content {
    position: absolute;
    width: 90%;
    max-width: 1000px;
    aspect-ratio: 16/9;

    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);
}

.video-modal__iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.video-modal__close {
    position: absolute;
    right: -40px;
    top: 0;
    font-size: 32px;
    color: #fff;
    background: none;
    border: 0;
    cursor: pointer;
}

.feedback-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;

    display: none;
}

.feedback-modal.is-open {
    display: block;
}

.feedback-modal__overlay {
    position: absolute;
    inset: 0;

    background: rgba(0,0,0,.65);
}

.feedback-modal__dialog {
    position: absolute;

    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);

    width: 100%;
    max-width: 500px;

    padding: 30px;

    background: #fff;
    border-radius: 16px;
}

.feedback-modal__close {
    position: absolute;

    top: 15px;
    right: 15px;

    border: 0;
    background: none;

    font-size: 28px;
    cursor: pointer;
}

.feedback-modal__title {
    margin: 0 0 20px;
}

.feedback-form__field {
    margin-bottom: 15px;
}

.feedback-form__field input {
    width: 100%;

    height: 48px;

    padding: 0 15px;

    border: 1px solid #ddd;
    border-radius: 8px;
}

.feedback-modal__dialog .feedback-form__submit {
    width: 100%;
    height: 48px;

    border: 0;

    cursor: pointer;
}

.feedback-form__message {
    display: none;

    margin-bottom: 15px;

    padding: 12px 15px;

    border-radius: 8px;
}

.feedback-form__message.is-success {
    display: block;

    background: #e7f7ea;
    color: #0d6a28;
}

.feedback-form__message.is-error {
    display: block;

    background: #fdeaea;
    color: #c62828;
}
.catalog-hero__lead {
    max-width: 720px;
    margin-top: -16px;
    font-size: 18px;
    line-height: 1.4;
    color: #6C6D78;
}
.catalog-hero__cta {
    align-self: flex-start;
}
@media (max-width: 767px) {
    .catalog-hero__lead {
        font-size: 16px;
        margin-top: 0;
    }
}




.article {
  background: #FFFFFF;
}
.article__inner {
  width: 100%;
  max-width: 948px;
  margin-inline: auto;
  padding: 0 64px 100px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .article__inner {
    padding: 0 32px 64px;
  }
}
@media (max-width: 767px) {
  .article__inner {
    padding: 0 20px 50px;
  }
}
.article__head {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 32px;
}
.article__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: #6C6D78;
}
.article__type {
  display: inline-flex;
  align-items: center;
  height: 32px;
  padding-inline: 16px;
  border-radius: 9999px;
  background: #003DA6;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 14px;
}
.article__title {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 1.2;
  color: #0E0F17;
}
@media (max-width: 767px) {
  .article__title {
    font-size: 28px;
  }
}
.article__title {
  margin: 0;
}
.article__cover {
  width: 100%;
  aspect-ratio: 16/8;
  border-radius: 32px;
  overflow: hidden;
  margin-bottom: 48px;
}
.article__cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 767px) {
  .article__cover {
    border-radius: 24px;
    margin-bottom: 32px;
  }
}
.article__body {
  color: #0E0F17;
}
.article__body > * + * {
  margin-top: 20px;
}
.article__body p {
  font-size: 18px;
  line-height: 1.6;
  color: #2A2B33;
}
.article__body h2 {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.2;
  color: #0E0F17;
}
@media (max-width: 767px) {
  .article__body h2 {
    font-size: 22px;
  }
}
.article__body h2 {
  margin-top: 64px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .article__body h2 {
    margin-top: 40px;
  }
}
.article__body h3 {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  color: #0E0F17;
}
@media (max-width: 767px) {
  .article__body h3 {
    font-size: 18px;
  }
}
.article__body h3 {
  margin-top: 32px;
  margin-bottom: 4px;
}
.article__body ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-left: 8px;
}
.article__body li {
  position: relative;
  padding-left: 24px;
  font-size: 18px;
  line-height: 1.55;
  color: #2A2B33;
}
.article__body li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #003DA6;
}
.article__body strong {
  font-weight: 600;
}
.article__body .article__table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.article__body table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  min-width: 560px;
}
.article__body table th, .article__body table td {
  padding: 16px 20px;
  text-align: left;
  border: 1px solid #E5E5E7;
  line-height: 1.45;
  vertical-align: top;
}
.article__body table thead th {
  background: #003DA6;
  color: #FFFFFF;
  font-weight: 600;
}
.article__body table tbody tr:nth-child(even) {
  background: #F8F8F8;
}
/*a:visited {
    color: unset;
}*/
.style__detailed-parameter-list___27yjW {
    padding: 12px 16px;
    background: #f8f9fb;
    display: flex;
	list-style: none;
}
.style__detailed-parameter-key___2hjK- {
    width: 30%;
    flex: 1;
}
.style__detailed-parameter___T9ojl {
    width: 70%;
    margin-left: 32px;
    color: #3b3e40;
    font-size: 16px;
    line-height: 24px;
}
.style__detailed-parameter-key___2hjK- h4 {
    color: #3b3e40;
    font-size: 16px;
    line-height: 24px;
}
.style__group-list-title___2d0MQ {
    font-weight: 600;
    font-size: 28px;
    color: #000;
    line-height: 32px;
    margin-bottom: 32px;
}
.style__specs-parameter-wrap___3Llcx {
    margin-bottom: 28px;
}
.mobile-menu__list>li>a{
	font-size: 17px;
	font-weight: bold;
	line-height: 120%;
	color: #0E0F17;
	text-transform: uppercase;
}
.mobile-menu__list>li{
	padding-top: 25px;
}
.mobile-menu__list .sub-menu {
	background-color: #F9F9F9;
	padding: 27px 20px;
	border-radius: 16px;
	margin: 25px 0 10px 0;
}
.sub-menu li{
	line-height: 1.3;
    padding: 5px 0;
}
.sub-menu a{
	color: #0E0F17;
	font-size: 18px;
	font-weight: 500;
}

@media (max-width: 767px) {
   
    /* Слайд на мобайлі має займати всю ширину контейнера без обмежень max-width */
    .audience__card, .drones__card, .articles__card, .team__card  {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
    }
	
}
/* html, body {
    max-width: 100%;
    overflow-x: hidden;
    position: relative;
}*/

.parts-catalog__listing__table.responsive-table.js-product-list {
    padding: 0;
    margin: 0;
    display: block;
    background-color: #FFFFFF;
    border-radius: 4px;
    overflow: scroll;
    max-width: 100%;
}
.parts-catalog__listing__table-header.table-header{
	display: flex;
    margin-bottom: 0;
    padding-left: 0;
    font-weight: 700;
    line-height: 2;
}
.parts-catalog__listing__table-data.table-row.js-product-item{
	display: flex;
	align-items: flex-end;
	min-width: max-content;
}
.parts-catalog__listing__table-col.col{
	display: flex;
	padding-right: 2px;
	padding-left: 2px;
}
ul .parts-catalog__listing__table-data.table-row.js-product-item:nth-child(odd){
	background-color: #f3f3f3;
}
ul .parts-catalog__listing__table-data.table-row.js-product-item:nth-child(even){
	background-color: #ffffff;
}
.parts-catalog__listing__table-col.col.col-5, .parts-catalog__listing__table-col.col.col-6, .parts-catalog__listing__table-col.col.col-3 span.stock{
	display: none;
}
.parts-catalog__listing__table-col.col.col-1{
	width: 45px;
	min-width: 45px;
} 
.parts-catalog__listing__table-col.col.col-2{
	width: 150px;
	min-width: 150px;
} 
.parts-catalog__listing__table-col.col.col-3{
	width: 290px;
	min-width: 290px;
} 
.parts-catalog__listing__table-col.col.col-4{
	width: 50px;
	min-width: 50px;
} 







/* ============================================================================
   Agroflot — Calculator Quiz (STANDALONE / autonomous build)
   Self-contained: base .calculator styles (compiled from scss/pages/_home.scss)
   + quiz layer. No dependency on css/main.css.
   Only requirement: Inter font + images under assets/images/calculator/.
   ============================================================================ */

.calculator, .calculator *, .calculator *::before, .calculator *::after { box-sizing: border-box; }

/* ==== BASE .calculator (compiled snapshot from _home.scss) ==================== */
.calculator {
  width: 100%;
  background-color: #F4F4F4;
}
.calculator__inner {
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  padding: 100px 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
}
@media (max-width: 767px) {
  .calculator__inner {
    padding: 48px 16px;
    gap: 24px;
  }
}
.calculator__head {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 14px;
}
@media (max-width: 767px) {
  .calculator__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
.calculator__title {
  flex: 1 1 auto;
  max-width: 770px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 120%;
  color: #0E0F17;
  margin: 0;
}
@media (max-width: 767px) {
  .calculator__title {
    font-size: 24px;
  }
}
.calculator__subtitle {
  flex: 0 0 528px;
  max-width: 528px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #6C6E78;
  margin: 0;
}
@media (max-width: 767px) {
  .calculator__subtitle {
    flex: 1;
    font-size: 16px;
  }
}
.calculator__body {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 16px;
}
@media (max-width: 1023px) {
  .calculator__body {
    flex-direction: column;
  }
}
.calculator__contact {
  flex: 1 1 0;
  min-width: 0;
  min-height: 773px;
  padding: 16px;
  border-radius: 32px;
  background-color: #2A3338;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .calculator__contact {
    min-height: 350px;
    padding: 16px;
  }
}
.calculator__contact-bar {
  width: 100%;
  height: 110px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 16px;
}
.calculator__contact-photo {
  width: 135px;
  height: 110px;
  flex-shrink: 0;
  border-radius: 16px;
  background-color: #D9D9D9;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .calculator__contact-photo {
    display: none;
  }
}
.calculator__contact-info {
  flex: 1 1 auto;
  height: 110px;
  padding: 20px 32px;
  background-color: #FFFFFF;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
}
@media (max-width: 767px) {
  .calculator__contact-info {
    height: auto;
    padding: 16px 20px;
    gap: 8px;
  }
}
.calculator__contact-text {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #0E0F17;
  margin: 0;
}
.calculator__contact-phone {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  color: #0E0F17;
  text-decoration: none;
}
.calculator__form {
  flex: 1 1 0;
  min-width: 0;
  min-height: 773px;
  padding: 32px;
  background-color: #FFFFFF;
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 32px;
}
@media (max-width: 767px) {
  .calculator__form {
    flex: 0 0 auto;
    padding: 20px;
    min-height: 0;
    height: auto;
    gap: 24px;
  }
}
.calculator__form-content {
  width: 100%;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.calculator__form-title {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 120%;
  color: #0E0F17;
  margin: 0;
}
@media (max-width: 767px) {
  .calculator__form-title {
    font-size: 24px;
  }
}
.calculator__options {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.calculator__option {
  width: 100%;
  height: 84px;
  padding: 28px 24px;
  background-color: #F9F9F9;
  border-radius: 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  transition: background-color 150ms ease;
  user-select: none;
}
@media (max-width: 767px) {
  .calculator__option {
    height: 64px;
    padding: 20px;
    background-color: #F8F8F8;
  }
}
.calculator__option input[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.calculator__option:hover {
  background-color: rgb(243.9, 243.9, 243.9);
}
.calculator__option.is-active {
  background-color: #003DA6;
}
.calculator__option.is-active .calculator__option-circle {
  border-color: #FFFFFF;
  background-color: #FFFFFF;
}
.calculator__option.is-active .calculator__option-circle::after {
  opacity: 1;
}
.calculator__option.is-active .calculator__option-label {
  color: #FFFFFF;
}
.calculator__option-circle {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #FFFFFF;
  border: 1px solid #6C6E78;
  position: relative;
  transition: border-color 150ms ease, background-color 150ms ease;
}
.calculator__option-circle::after {
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: 50%;
  background-color: #003DA6;
  opacity: 0;
  transition: opacity 150ms ease;
}
.calculator__option-label {
  flex: 1 1 auto;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #6C6E78;
  transition: color 150ms ease;
}
@media (max-width: 767px) {
  .calculator__option-label {
    font-size: 16px;
    color: #0E0F17;
  }
}
.calculator__footer {
  width: 100%;
  height: 67px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
}
@media (max-width: 767px) {
  .calculator__footer {
    gap: 16px;
    height: auto;
  }
}
.calculator__back {
  width: 164px;
  height: 65px;
  padding: 24px 64px;
  background-color: #F5F5F5;
  border: 1px solid #6C6E78;
  border-radius: 32px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  text-transform: uppercase;
  color: #6C6E78;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 150ms ease, background-color 150ms ease;
}
.calculator__back.is-visible {
  opacity: 1;
  pointer-events: auto;
}
.calculator__back:hover {
  background-color: rgb(237.35, 237.35, 237.35);
}
@media (max-width: 767px) {
  .calculator__back {
    display: none;
  }
  .calculator__back.is-visible {
    display: inline-flex;
  }
}
.calculator__step {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  color: #253035;
  flex: 1;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .calculator__step {
    font-size: 20px;
    flex: 0 0 auto;
    text-align: left;
  }
}
.calculator__next {
  width: 169px;
  height: 67px;
  padding: 24px 64px;
  background-color: #000000;
  border-radius: 32px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
  color: #FFFFFF;
  cursor: pointer;
  transition: background-color 150ms ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.calculator__next:hover {
  background-color: rgb(30.6, 30.6, 30.6);
}
@media (max-width: 767px) {
  .calculator__next {
    width: 96px;
    height: 72px;
    padding: 20px 32px;
    gap: 10px;
  }
  .calculator__next .calculator__next-text {
    display: none;
  }
}
.calculator__next-icon {
  display: none;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .calculator__next-icon {
    display: block;
  }
}


/* ==== QUIZ LAYER (steps 2-5, checkbox, pills, sliders, result, thankyou, mobile) ==== */
/* ============================================================================
   Agroflot — Calculator Quiz (multi-step)
   Standalone additive layer over the compiled .calculator (css/main.css).
   Load AFTER css/main.css. Does NOT require recompiling SCSS.
   Reuses existing tokens: #003DA6 primary, radius 24/32/16, Inter, 84px option.
   ============================================================================ */

/* ---- Step panels: only the active one is visible ---- */
.calculator__panel { display: none; width: 100%; }
.calculator__panel.is-active {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

/* ---- Sub-section wrapper inside a panel (e.g. radio block + pills block) ---- */
.calculator__group {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
}

/* ---- Secondary group title — H6-TitleMini-bold-24 (e.g. "Кількість літрів") ---- */
.calculator__group-title {
  margin: 0;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;      /* 31px */
  color: #0E0F17;
}

/* Hide native checkbox (compiled CSS only hides input[type="radio"]) */
.calculator__option input[type="checkbox"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ---- Checkbox indicator (square) — reuses .calculator__option row ----
   Multi-select. Unchecked: 28x28 white, 1px #6C6E78, radius 3.
   Checked (row .is-active): white box + inner blue square 17.22 (inset ~5). */
.calculator__option-box {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  background: #FFFFFF;
  border: 1px solid #6C6E78;
  border-radius: 3px;
  position: relative;
  transition: border-color .2s ease, background-color .2s ease;
}
.calculator__option-box::after {
  content: '';
  position: absolute;
  inset: 5px;              /* 28 - 2*5 ≈ 17.22 inner square */
  border-radius: 3px;
  background: #003DA6;
  opacity: 0;
  transition: opacity .2s ease;
}
.calculator__option.is-active .calculator__option-box {
  border-color: #FFFFFF;
}
.calculator__option.is-active .calculator__option-box::after {
  opacity: 1;
}

/* ---- Pills row (Кількість літрів) — Frame 1984078461 wrap, gap 8 ---- */
.calculator__pills {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
}

/* Pill — 52h, padding 16/25, white + #6C6E78 border, radius 16, text 14 */
.calculator__pill {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  padding: 16px 25px;
  background: #FFFFFF;
  border: 1px solid #6C6E78;
  border-radius: 16px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;      /* 20px */
  color: #6C6E78;
  cursor: pointer;
  user-select: none;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}
.calculator__pill:hover { border-color: #003DA6; }

/* Hidden native radio inside pill */
.calculator__pill input {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0);
  white-space: nowrap; border: 0;
}

/* Active pill — filled brand blue, no border */
.calculator__pill.is-active {
  background: #003DA6;
  border-color: #003DA6;
  color: #FFFFFF;
}

/* ---- Range slider (Кількість полів / гектарів) — Figma «Наші послуги 6» ----
   Track 11px #F3F0F0 radius 5, fill #003DA6, thumb 32x32 radius 8 #003DA6,
   value bubble #003DA6 radius 16 on the right. */
.calculator__slider {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
  width: 100%;
}
.calculator__slider-main {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.calculator__slider-scale {
  display: flex;
  justify-content: space-between;
}
.calculator__slider-scale span {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #6C6E78;
}
.calculator__slider-value {
  flex: 0 0 auto;
  box-sizing: border-box;
  min-width: 82px;
  height: 52px;
  padding: 16px 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #003DA6;
  border-radius: 16px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #FFFFFF;
  text-align: center;
}

/* Native range, restyled */
.calculator__range {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 32px;              /* room for 32px thumb */
  margin: 0;
  background: transparent;
  cursor: pointer;
}
/* WebKit */
.calculator__range::-webkit-slider-runnable-track {
  height: 11px;
  border-radius: 5px;
  background:
    linear-gradient(#003DA6, #003DA6) 0 / var(--fill, 50%) 100% no-repeat,
    #F3F0F0;
}
.calculator__range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: #003DA6;
  margin-top: -10.5px;       /* center 32px thumb on 11px track */
}
/* Firefox */
.calculator__range::-moz-range-track {
  height: 11px;
  border-radius: 5px;
  background: #F3F0F0;
}
.calculator__range::-moz-range-progress {
  height: 11px;
  border-radius: 5px;
  background: #003DA6;
}
.calculator__range::-moz-range-thumb {
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 8px;
  background: #003DA6;
}

/* ---- "Назад" filled state on step 2+ (Figma «Наші послуги 5»: #6C6E78 bg, white) ---- */
.calculator__back.is-visible {
  background: #6C6E78;
  border-color: #6C6E78;
  color: #FFFFFF;
  width: auto;
  min-width: 156px;
  padding: 24px 48px;
}
.calculator__back.is-visible:hover { background: #5c5d67; }

/* ============================================================================
   FINAL STEP (Figma «Наші послуги 7») — Результат summary + consultation form
   Left column swaps: .calculator__contact (image) → .calculator__result.
   Toggled by .is-final on .calculator__body (added by JS on the final panel).
   ============================================================================ */
.calculator__result {
  display: none;
  flex: 1 1 0;
  min-width: 0;
  flex-direction: column;
  gap: 32px;
}
.calculator__body.is-final .calculator__contact { display: none; }
.calculator__body.is-final .calculator__result { display: flex; }

/* On the final step match Figma proportions (736 / 560) */
.calculator__body.is-final .calculator__result { flex: 736 1 0; }
.calculator__body.is-final .calculator__form   { flex: 560 1 0; }

.calculator__result-card {
  box-sizing: border-box;
  width: 100%;
  flex: 1 1 auto;
  background: #FFFFFF;
  border: 1px solid #6C6E78;
  border-radius: 32px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.calculator__result-title {
  margin: 0;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  color: #0E0F17;
}
.calculator__result-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.calculator__result-row {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.calculator__result-label {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #6C6E78;
}
.calculator__result-value {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: #0E0F17;
}

/* Contact bar under the result card (photo + phone), bg #F9F9F9 per Figma */
.calculator__result-contact {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 8px;
  width: 100%;
}
.calculator__result-contact .calculator__contact-info {
  background: #F9F9F9;
  height: 110px;
}

/* ---- Consultation form inputs (Frame 1984078713) ---- */
.calculator__fields {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.calculator__fields .calculator__input {
  box-sizing: border-box;
  width: 100%;
  padding: 28px 24px;             /* ≈ 81px tall */
  background: #F9F9F9;
  border: none;
  border-radius: 24px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #0E0F17;
}
.calculator__input::placeholder { color: #6C6E78; }
.calculator__input:focus {
  outline: 2px solid #003DA6;
  outline-offset: -1px;
}

/* ---- Submit button (Відправити) — blue instead of black on final step ---- */
.calculator__next.is-submit {
  width: auto;
  min-width: 169px;
  background: #003DA6;
}
.calculator__next.is-submit:hover { background: #003185; }

/* ============================================================================
   THANK YOU state (Figma «Наші послуги 8») — shown after submit.
   Left column reverts to the image card (.is-final removed by JS).
   ============================================================================ */
.calculator__thankyou {
  display: none;
  flex-direction: column;
  gap: 32px;
  width: 100%;
}
.calculator.is-done .calculator__panel { display: none; }
.calculator.is-done .calculator__thankyou { display: flex; }
.calculator.is-done .calculator__footer { display: none; }
.calculator.is-done .calculator__form { justify-content: center; }

.calculator__thankyou-title {
  margin: 0;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 36px;               /* H3-123-semibold-36 */
  line-height: 120%;
  color: #0E0F17;
}
.calculator__thankyou-text {
  margin: 0;
  max-width: 528px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #6C6E78;
}
.calculator__thankyou-actions {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 16px;
}
.calculator__thankyou-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 28px 64px;
  border: none;
  border-radius: 32px;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none;
  cursor: pointer;
  transition: background-color .2s ease;
}
.calculator__thankyou-btn--dark { background: #0E0F17; }
.calculator__thankyou-btn--dark:hover { background: #23242e; }
.calculator__thankyou-btn--blue { background: #003DA6; }
.calculator__thankyou-btn--blue:hover { background: #003185; }

/* input validation */
.calculator__input.is-error {
  outline: 2px solid #D33A2C;
  outline-offset: -1px;
}

/* "Назад" left-arrow icon — hidden on desktop, shown icon-only on mobile */
.calculator__back-icon { display: none; width: 32px; height: 32px; flex-shrink: 0; }

/* ---- Mobile (Figma 390) ---- */
@media (max-width: 767px) {
  .calculator__panel.is-active { gap: 24px; }
  .calculator__group { gap: 24px; }
  .calculator__group-title { font-size: 20px; }
  .calculator__thankyou-title { font-size: 28px; }
  .calculator__thankyou-btn { padding: 22px 40px; width: 100%; }

  /* radio circle & checkbox 28 → 24 (Figma mobile) */
  .calculator__option-circle { width: 24px; height: 24px; }
  .calculator__option-circle::after { inset: 5px; }        /* ≈ 13.7 inner dot */
  .calculator__option-box { width: 24px; height: 24px; }
  .calculator__option-box::after { inset: 4.6px; }         /* ≈ 14.8 inner square */

  /* footer: both buttons icon-only 96×72, "N / 5" 20px (Figma Frame 1984078702) */
  .calculator__back.is-visible {
    width: 96px;
    min-width: 0;
    height: 72px;
    padding: 20px 32px;
  }
  .calculator__back-text { display: none; }
  .calculator__back-icon { display: block; }

  .calculator__next.is-submit { width: 96px; min-width: 0; }

  /* stack result + form on the final step */
  .calculator__body.is-final .calculator__result,
  .calculator__body.is-final .calculator__form { flex: 1 1 auto; }
  .calculator__result-card { padding: 20px; }
  .calculator__input { padding: 20px; font-size: 16px; }
}