/* Reset and base styles  */
* {
  padding: 0px;
  margin: 0px;
  border: none;
}

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

html {
  scroll-behavior: smooth;
}

/* Links */

a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Common */

aside,
nav,
footer,
header,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Form */

input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button,
input[type='submit'] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

input[type='file'] {
  max-width: 100%;
}

@font-face {
  font-family: 'Open Sans';
  src: url('/fontsAIZAKmi/opensans-variablefontAIZAKmi.woff2')
    format('woff2-variations');
  font-weight: 100 900;
  font-display: swap;
  font-style: normal;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}
.container {
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}

.headerAIZAKmi {
  background: #1830b9;
  position: relative;
  z-index: 100;
}

.headerAIZAKmi__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 88px;
}

.logoAIZAKmi {
  display: block;
  max-width: 178px;
  height: auto;
}

.navAIZAKmi__list {
  list-style: none;
  display: flex;
  gap: 12px;
  margin: 0;
  padding: 0;
}

.btnAIZAKmi {
  appearance: none;
  border: none;
  cursor: pointer;
  padding: 10px 30px;
  border-radius: 10px;

  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
}

.btnAIZAKmi--outline {
  background: transparent;
  border: 1px solid #fff;
}

.btnAIZAKmi--fill {
  background: #eb6900;
  border: 1px solid #eb6900;
}

.burgerAIZAKmi {
  display: none;
  width: 44px;
  height: 44px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
}

.burgerAIZAKmi span {
  width: 32px;
  height: 3px;
  background: #fff;
  border-radius: 2px;
}

.overlayAIZAKmi {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
  z-index: 998;
}

.overlayAIZAKmi.is-open {
  opacity: 1;
  pointer-events: auto;
}

.mobileMenuAIZAKmi {
  position: fixed;
  inset: 0;
  background: #1830b9;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  z-index: 999;
  padding: 24px;
}

.mobileMenuAIZAKmi.is-open {
  transform: translateX(0);
}

.mobileMenuAIZAKmi__list {
  list-style: none;
  margin: 96px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.mobileMenuAIZAKmi__list .btnAIZAKmi {
  width: 100%;
}

.closeAIZAKmi {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  background: none;
  border: none;
  cursor: pointer;
}

.closeAIZAKmi span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 3px;
  background: #fff;
}

.closeAIZAKmi span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

.closeAIZAKmi span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media (max-width: 740px) {
  .navAIZAKmi {
    display: none;
  }

  .burgerAIZAKmi {
    display: flex;
  }

  .headerAIZAKmi__inner {
    justify-content: space-between;
  }
}

@media (min-width: 741px) {
  .mobileMenuAIZAKmi,
  .overlayAIZAKmi {
    display: none;
  }
}

.heroAIZAKmi {
  position: relative;
  width: 100%;
  min-height: 480px;

  background-image: url('/imagesAIZAKmi/hero-tiger-deskAIZAKmi.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.heroAIZAKmi__overlay {
  width: 100%;
  height: 100%;
  padding: 120px 0 40px;

  display: flex;
  align-items: center;
  justify-content: center;
}

.heroAIZAKmi__content {
  max-width: 760px;
  text-align: center;
}

.heroAIZAKmi__title {
  margin: 0 0 30px;

  color: #fff;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-variant-numeric: lining-nums proportional-nums;
}

.heroAIZAKmi__text {
  margin: 0;

  color: #fff;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-variant-numeric: lining-nums proportional-nums;
}

@media (max-width: 1024px) {
  .heroAIZAKmi__overlay {
    padding: 80px 40px 30px;
  }

  .heroAIZAKmi__title {
    font-size: 34px;
  }
}

@media (max-width: 740px) {
  .heroAIZAKmi {
    min-height: 420px;
    background-image: url('/imagesAIZAKmi/hero-tiger-mbAIZAKmi.webp');
  }

  .heroAIZAKmi__overlay {
    padding: 80px 16px 20px;
  }

  .heroAIZAKmi__title {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .heroAIZAKmi__text {
    font-size: 14px;
  }
}

.popularAIZAKmi {
  padding: 80px 0;
}

.popularAIZAKmi__title {
  margin: 0 0 20px;
  color: var(--2, #1830b9);
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  font-weight: 700;
  font-variant-numeric: lining-nums proportional-nums;
}

.popularAIZAKmi__list {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;

  display: grid;
  grid-template-columns: repeat(6, 190px);
  gap: 20px;
}

.popularAIZAKmi__card {
  position: relative;
  width: 190px;
  height: 266px;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}

.popularAIZAKmi__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.popularAIZAKmi__card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    0deg,
    rgba(24, 48, 185, 0.4) 0%,
    rgba(24, 48, 185, 0.4) 100%
  );
  backdrop-filter: blur(1.5px);
  opacity: 0;
  transition: opacity 0.25s ease;
  z-index: 1;
}

.popularAIZAKmi__card:hover::before,
.popularAIZAKmi__card:focus-within::before {
  opacity: 1;
}

.popularAIZAKmi__fav {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 28px;
  height: 28px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 3;
}

.popularAIZAKmi__fav img {
  width: 100%;
  height: 100%;
  display: block;
}

.popularAIZAKmi__btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);

  padding: 10px 30px;
  border-radius: 10px;
  border: none;
  background: #eb6900;
  cursor: pointer;

  color: #fff;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;

  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  z-index: 2;
}

.popularAIZAKmi__card:hover .popularAIZAKmi__btn,
.popularAIZAKmi__card:focus-within .popularAIZAKmi__btn {
  opacity: 1;
  pointer-events: auto;
}

@media (max-width: 1200px) {
  .popularAIZAKmi__list {
    grid-template-columns: repeat(3, 190px);
    justify-content: center;
  }
}

@media (max-width: 740px) {
  .popularAIZAKmi__list {
    display: flex;
    gap: 16px;

    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;

    scroll-snap-type: x mandatory;

    padding: 0 16px 10px;
    margin: 0 0 20px;

    scrollbar-width: none;
    box-sizing: border-box;

    scroll-padding-left: 16px;
    scroll-padding-right: 16px;
  }

  .popularAIZAKmi__list::-webkit-scrollbar {
    display: none;
  }

  .popularAIZAKmi__card {
    flex: 0 0 190px;
    width: 190px;
    scroll-snap-align: start;
  }

  .popularAIZAKmi__card:first-child {
    margin-left: 70px;
  }
}

.infoAIZAKmi {
  background: #f0f4fa;
  padding: 80px 0;
}

.infoAIZAKmi__card {
  position: relative;
  max-width: 100%;
  border-radius: 20px;
  background: #fff;
  padding: 40px 48px 72px;
  overflow: hidden;
}

.infoAIZAKmi__text {
  margin: 0;
  color: var(--2, #1830b9);
  font-family: 'Open Sans', sans-serif;
  font-variant-numeric: lining-nums proportional-nums;
}

.infoAIZAKmi__text--lead {
  color: #1830b9;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: 'Open Sans';
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.infoAIZAKmi__text--more {
  margin-top: 20px;
  color: #1830b9;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: 'Open Sans';
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: none;
}

.infoAIZAKmi__fade {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 48px;
  height: 100%;
  background: linear-gradient(
    187deg,
    rgba(255, 255, 255, 0) -15.82%,
    #ffffff 95.77%
  );
  pointer-events: none;
}

.infoAIZAKmi__toggle {
  position: absolute;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  background: none;
  border: none;
  padding: 0;
  color: #1830b9;
  text-align: center;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: 'Open Sans';
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  cursor: pointer;
  text-decoration: underline;
}

.infoAIZAKmi__card[data-open='true'] .infoAIZAKmi__text--more {
  display: block;
}

.infoAIZAKmi__card[data-open='true'] .infoAIZAKmi__fade {
  display: none;
}

@media (max-width: 740px) {
  .infoAIZAKmi__card {
    padding: 32px 20px 64px;
  }

  .infoAIZAKmi__text--lead {
    font-size: 18px;
  }

  .infoAIZAKmi__text--more {
    font-size: 14px;
  }
}

.featuresAIZAKmi {
  background: #f0f4fa;
  padding: 80px 0;
}

.featuresAIZAKmi__title {
  margin: 0 0 16px;
  color: var(--2, #1830b9);
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 36px;
  font-weight: 700;
  font-variant-numeric: lining-nums proportional-nums;
}

.featuresAIZAKmi__desc {
  margin: 0 auto 24px;
  color: var(--2, #1830b9);
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.featuresAIZAKmi__subtitle {
  margin: 0 0 40px;
  color: var(--2, #1830b9);
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.featuresAIZAKmi__list {
  list-style: none;
  margin: 0 auto 32px;
  padding: 0;

  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.featuresAIZAKmi__item {
  background: #fff;
  border-radius: 20px;
  padding: 20px;

  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.featuresAIZAKmi__item img {
  margin-bottom: 16px;
}

.featuresAIZAKmi__item h3 {
  margin: 0 0 6px;
  color: var(--2, #1830b9);
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 700;
  font-variant-numeric: lining-nums proportional-nums;
}

.featuresAIZAKmi__item p {
  margin: 0;
  color: var(--2, #1830b9);
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.featuresAIZAKmi__note {
  margin: 0 auto;
  color: var(--2, #1830b9);
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
  opacity: 0.7;
}

.featuresAIZAKmi__item img {
  height: 123px;
  width: auto;
  object-fit: contain;
  display: block;
  margin-bottom: 16px;
}

@media (max-width: 1024px) {
  .featuresAIZAKmi__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 740px) {
  .featuresAIZAKmi {
    padding: 56px 0;
  }

  .featuresAIZAKmi__title {
    font-size: 24px;
  }

  .featuresAIZAKmi__list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.legalAIZAKmi {
  background: #1830b9;
  padding: 80px 0;
}

.legalAIZAKmi__inner {
  margin: 0 auto;
  text-align: center;
}

.legalAIZAKmi__title {
  margin: 0 0 24px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 36px;
  font-weight: 700;
  font-variant-numeric: lining-nums proportional-nums;
}

.legalAIZAKmi__text {
  margin: 0 0 20px;
  color: #fff;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: 'Open Sans';
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
}

.legalAIZAKmi__subtitle {
  margin: 24px 0 12px;
  color: #fff;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: 'Open Sans';
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
}

.legalAIZAKmi__list {
  list-style: disc;
  padding-left: 20px;
  max-width: 640px;
  text-align: left;
  margin-bottom: 20px;
}

.legalAIZAKmi__list li {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  font-variant-numeric: lining-nums proportional-nums;
  margin-bottom: 8px;
  list-style-type: disc;
}

@media (max-width: 740px) {
  .legalAIZAKmi {
    padding: 56px 0;
  }

  .legalAIZAKmi__title {
    font-size: 24px;
  }

  .legalAIZAKmi__list {
    padding-left: 18px;
  }
}

.licenseAIZAKmi {
  background: #1830b9;
  padding: 80px 0;
}

.licenseAIZAKmi__title {
  margin: 0 0 40px;
  color: #fff;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 36px;
  font-weight: 700;
  font-variant-numeric: lining-nums proportional-nums;
}

.licenseAIZAKmi__box {
  margin: 0 auto;
  padding: 40px;
  background: #fff;
  border-radius: 20px;
}

.licenseAIZAKmi__box p {
  margin: 0 0 20px;
  color: #1830b9;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: 'Open Sans';
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.licenseAIZAKmi__box p:last-child {
  margin-bottom: 0;
}

@media (max-width: 740px) {
  .licenseAIZAKmi {
    padding: 0px;
  }

  .licenseAIZAKmi__title {
    font-size: 24px;
    margin-bottom: 24px;
  }

  .licenseAIZAKmi__box {
    padding: 24px;
  }

  .licenseAIZAKmi__box p {
    font-size: 14px;
  }
}

.accordionAIZAKmi {
  background: #1830b9;
  padding: 80px 0;
}

.accordionAIZAKmi__item {
  position: relative;
  max-width: 1040px;
  margin: 0 auto;
  padding: 40px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
}

.accordionAIZAKmi__title {
  margin: 0 0 20px;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
  color: #fff;
}

.accordionAIZAKmi__intro {
  margin: 0 0 16px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  color: #fff;
}

.accordionAIZAKmi__list {
  margin: 0 0 16px;
  padding-left: 18px;
  list-style: disc;
}

.accordionAIZAKmi__list li {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  color: #fff;
  list-style-type: disc;
}

.accordionAIZAKmi__hidden {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  color: #fff;
  transition: max-height 0.4s ease, opacity 0.3s ease;
}

.accordionAIZAKmi__fade {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 72px;
  height: 120px;
  background: linear-gradient(
    187deg,
    rgba(24, 48, 185, 0) -15.82%,
    #1830b9 70.77%
  );
  pointer-events: none;
  z-index: 2;
  transition: opacity 0.3s ease;
}

.accordionAIZAKmi__btn {
  position: relative;
  z-index: 3;
  display: block;
  margin: 24px auto 0;
  background: none;
  border: none;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: underline;
}

.accordionAIZAKmi__item.is-open .accordionAIZAKmi__hidden {
  max-height: 300px;
  opacity: 1;
}

.accordionAIZAKmi__item.is-open .accordionAIZAKmi__fade {
  opacity: 0;
}

.accordionAIZAKmi__item.is-open .accordionAIZAKmi__btn {
  display: none;
}

@media (max-width: 740px) {
  .accordionAIZAKmi {
    padding: 0;
  }
  .accordionAIZAKmi__item {
    padding: 24px;
  }

  .accordionAIZAKmi__title {
    font-size: 24px;
  }

  .accordionAIZAKmi__intro,
  .accordionAIZAKmi__list li,
  .accordionAIZAKmi__hidden {
    font-size: 14px;
  }
}

.infoAIZAKmi {
  background: #f0f4fa;
  padding: 80px 0;
}

.infoAIZAKmi__list {
  list-style: none;
  margin: 0;
  padding: 0;

  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.infoAIZAKmi__list ul li {
  list-style-type: disc;
}

.infoAIZAKmi__item {
  padding: 20px;
  border-radius: 20px;
  background: #f0f4fa;

  font-family: 'Open Sans', sans-serif;
  color: var(--2, #1830b9);
}

.infoAIZAKmi__item--orange {
  border: 2px solid var(--1, #eb6900);
}

.infoAIZAKmi__item--blue {
  border: 2px solid var(--2, #1830b9);
}

.infoAIZAKmi__item--full {
  grid-column: 1 / -1;
}

.infoAIZAKmi__item h2 {
  margin: 0 0 12px;
  color: var(--2, #1830b9);
  font-size: 24px;
  font-weight: 700;
  font-variant-numeric: lining-nums proportional-nums;
}

.infoAIZAKmi__item p {
  margin: 0 0 12px;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  font-variant-numeric: lining-nums proportional-nums;
}

.infoAIZAKmi__item ul {
  margin: 0;
  padding-left: 18px;
}

.infoAIZAKmi__item li {
  font-size: 15px;
  line-height: normal;
  margin-bottom: 6px;
}

@media (max-width: 740px) {
  .infoAIZAKmi {
    padding: 48px 0;
  }

  .infoAIZAKmi__list {
    grid-template-columns: 1fr;
  }

  .infoAIZAKmi__item h2 {
    font-size: 20px;
  }

  .infoAIZAKmi__item p,
  .infoAIZAKmi__item li {
    font-size: 14px;
  }
}

.faqAIZAKmi {
  background: #f0f4fa;
  padding: 80px 0;
}

.faqAIZAKmi__title {
  margin: 0 0 40px;
  text-align: center;

  color: var(--2, #1830b9);
  font-family: 'Open Sans', sans-serif;
  font-size: 36px;
  font-weight: 700;
  font-variant-numeric: lining-nums proportional-nums;
}

.faqAIZAKmi__list {
  list-style: none;
  margin: 0;
  padding: 0;

  display: flex;
  flex-direction: column;
  gap: 20px;
}

.faqAIZAKmi__item {
  background: #fff;
  border-radius: 20px;
  padding: 24px 28px;
}

.faqAIZAKmi__head {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.faqAIZAKmi__icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.faqAIZAKmi__question {
  margin: 0;

  color: var(--2, #1830b9);
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  font-variant-numeric: lining-nums proportional-nums;
}

.faqAIZAKmi__answer {
  margin: 12px 0 0 36px;

  color: var(--2, #1830b9);
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  font-variant-numeric: lining-nums proportional-nums;
}

@media (max-width: 740px) {
  .faqAIZAKmi {
    padding: 48px 0;
  }

  .faqAIZAKmi__head {
    align-items: center;
  }

  .faqAIZAKmi__title {
    font-size: 24px;
    margin-bottom: 28px;
  }

  .faqAIZAKmi__item {
    padding: 20px;
  }

  .faqAIZAKmi__question {
    font-size: 18px;
  }

  .faqAIZAKmi__answer {
    font-size: 14px;
    margin-left: 36px;
  }
}

.disclaimerAIZAKmi {
  background: #f0f4fa;
  padding: 80px 0;
}

.disclaimerAIZAKmi__box {
  margin: 0 auto;
  padding: 40px;

  background: #fff;
  border-radius: 20px;
  border: 2px solid var(--1, #eb6900);
}

.disclaimerAIZAKmi__title {
  margin: 0 0 24px;
  text-align: center;

  color: var(--2, #1830b9);
  font-family: 'Open Sans', sans-serif;
  font-size: 36px;
  font-weight: 700;
  font-variant-numeric: lining-nums proportional-nums;
}

.disclaimerAIZAKmi__text {
  margin: 0 0 16px;

  color: var(--2, #1830b9);
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  font-variant-numeric: lining-nums proportional-nums;
}

.disclaimerAIZAKmi__text:last-child {
  margin-bottom: 0;
}

@media (max-width: 740px) {
  .disclaimerAIZAKmi {
    padding: 48px 0;
  }

  .disclaimerAIZAKmi__box {
    padding: 40px 16px;
  }

  .disclaimerAIZAKmi__title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .disclaimerAIZAKmi__text {
    font-size: 14px;
  }
}
.brandsAIZAKmi {
  background: #eb6900;
  padding: 100px 0;
  overflow: hidden;
  height: 100px;
  display: flex;
  align-items: center;
}

.brandsAIZAKmi__track {
  overflow: hidden;
  width: 100%;
}

.brandsAIZAKmi__list {
  list-style: none;
  margin: 0;
  padding: 0 24px;

  display: flex;
  align-items: center;
  gap: 48px;

  white-space: nowrap;

  overflow-x: auto;
  overflow-y: hidden;

  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;

  cursor: grab;
  user-select: none;
}

.brandsAIZAKmi__list:active {
  cursor: grabbing;
}

.brandsAIZAKmi__list::-webkit-scrollbar {
  display: none;
}

.brandsAIZAKmi__item {
  flex: 0 0 auto;
}

.brandsAIZAKmi__img {
  height: 80px;
  width: auto;
  display: block;
  object-fit: contain;

  filter: brightness(0) invert(1);
}

@media (max-width: 740px) {
  .brandsAIZAKmi__list {
    gap: 32px;
    padding: 0 16px;
  }

  .brandsAIZAKmi__img {
    height: 70px;
  }
}

.footerAIZAKmi {
  background: #1830b9;
  color: #fff;
  padding: 100px 0;
  font-family: 'Open Sans', sans-serif;
}

.footerAIZAKmi__top {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.footerAIZAKmi__logo {
  display: flex;
  justify-content: space-between;
}

.appLinksAIZAKmi {
  display: flex;
  gap: 20px;
}

.footerAIZAKmi__logo img {
  width: 160px;
}

.footerAIZAKmi__topRow {
  display: grid;
  grid-template-columns: 660px 1fr;
  align-items: center;
}

.footerAIZAKmi__licenses {
  display: flex;
  align-items: center;
  gap: 40px;
}

.footerAIZAKmi__licenses img {
  height: 64px;
}

.footerAIZAKmi__age {
  display: grid;
  grid-template-columns: 1fr 60px;
  gap: 60px;
  align-items: center;
}

.footerAIZAKmi__ageTitle {
  font-weight: 700;
  margin-bottom: 12px;
}

.footerAIZAKmi__ageText p {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
  margin: 0 0 10px;
  text-align: right;
}

.footerAIZAKmi__ageIcon img {
  width: 52px;
}

.footerAIZAKmi__middle {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 50px;
}

.footerAIZAKmi__legal p,
.footerAIZAKmi__help p {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 20px;
}

.footerAIZAKmi__help {
  text-align: right;
}

.footerAIZAKmi__help a {
  color: #fff;
  text-decoration: underline;
}

.footerAIZAKmi__time {
  margin-top: 10px;
}

.footerAIZAKmi__bottom {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.footerAIZAKmi__copy {
  font-size: 16px;
  font-weight: 700;
  display: flex;
  justify-content: flex-start;
}

.footerAIZAKmi__navList {
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50px;
  padding: 0;
  margin: 0;
}

.footerAIZAKmi__navList a {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
}

@media (max-width: 990px) {
  .footerAIZAKmi {
    padding: 60px 0;
  }

  .footerAIZAKmi__logo {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .footerAIZAKmi__ageText p {
    text-align: center;
  }
  .footerAIZAKmi__topRow,
  .footerAIZAKmi__middle {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footerAIZAKmi__licenses {
    justify-content: center;
    margin-bottom: 40px;
  }

  .footerAIZAKmi__age {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footerAIZAKmi__help {
    text-align: center;
  }

  .footerAIZAKmi__copy {
    justify-content: center;
  }

  .footerAIZAKmi__navList {
    justify-content: center;
  }
}

.terms {
  padding: 80px 0;
}

.terms h1 {
  color: #1830b9;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: 'Open Sans';
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}

.terms h2 {
  color: #1830b9;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: 'Open Sans';
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}

.terms p {
  color: #1830b9;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: 'Open Sans';
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}

.terms a {
  color: #1830b9;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: 'Open Sans';
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.terms ul {
  color: #1830b9;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: 'Open Sans';
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}

.terms ul li {
  list-style-type: disc;
  margin-left: 15px;
}

@media (max-width: 740px) {
  .terms {
    padding: 20px 0;
  }
}

.popupAIZAKmi {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.popupAIZAKmi.is-open {
  display: flex;
}

.popupAIZAKmi__box {
  position: relative;
  width: 100%;
  max-width: 420px;
  background: #fff;
  border-radius: 16px;
  padding: 32px;
  text-align: center;
}

.popupAIZAKmi__close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: none;
  border: none;
  font-size: 22px;
  cursor: pointer;
  color: #1830b9;
}

.popupAIZAKmi__title {
  margin-bottom: 24px;
  color: var(--2, #1830b9);
  font-family: 'Open Sans';
  font-size: 24px;
  font-weight: 700;
}

.popupAIZAKmi__input {
  width: 100%;
  padding: 12px 14px;
  margin-bottom: 14px;
  border-radius: 6px;
  border: 1px solid #f9f9f9;
  background: #f3f5ff;
  font-family: 'Open Sans';
  font-size: 14px;
}

.popupAIZAKmi__btn {
  width: 100%;
  padding: 12px;
  margin-top: 10px;
  border: none;
  border-radius: 20px;
  background: var(--1, #eb6900);
  color: #fff;
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: box-shadow 0.2s ease;
}

.popupAIZAKmi__btn:hover {
  box-shadow: 0 0 13px 0 #eb6900;
}

.popupAIZAKmi__message {
  margin-top: 14px;
  font-size: 14px;
  color: var(--2, #1830b9);
}

.popupAIZAKmi__switch {
  display: inline-block;
  margin-top: 16px;
  color: var(--1, #eb6900);
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
}

@media (max-width: 740px) {
  .popupAIZAKmi__box {
    max-width: 320px;
  }
}
