@font-face {
  font-family: latter-icons;
  src: url("/fonts/latter-icons.woff2?86212674") format("woff2"), url("/fonts/latter-icons.svg?86212674#fontello") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
[class^=icon-]::before,
[class*=" icon-"]::before {
  font-family: latter-icons;
  font-style: normal;
  font-weight: 400;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-plus::before {
  content: "\e800";
}

.icon-minus::before {
  content: "\e801";
}

.icon-check::before {
  content: "\e802";
}

.icon-ok::before {
  content: "\e803";
}

.icon-cancel::before {
  content: "\e804";
}

.icon-down-open::before {
  content: "\f004";
}

.icon-star::before {
  content: "\e805";
}

.icon-star-2::before {
  content: "\e806";
}

.icon-star-circled::before {
  content: "\e807";
}

@font-face {
  font-family: Inter;
  src: url("/fonts/Inter-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Inter;
  src: url("/fonts/Inter-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Inter;
  src: url("/fonts/Inter-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Inter;
  src: url("/fonts/Inter-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
:root {
  --version-font: "Inter", sans-serif;
  --check-icon: "\e802";
  --cross-icon: "\e804";
}

.section__title {
  color: var(--text-main);
  width: 100%;
  font-size: 30px;
  line-height: 130%;
  font-weight: 600;
}
@media (max-width: 768px) {
  .section__title {
    font-size: 24px;
    line-height: 130%;
    font-weight: 600;
    text-align: left;
  }
}
.section__title_center {
  text-align: center;
}
.section__title-logo {
  display: flex;
  align-items: center;
  gap: 16px;
  color: var(--text-main);
}
@media (max-width: 768px) {
  .section__title-logo {
    gap: 8px;
  }
}
.section__title-logo__img {
  flex-shrink: 0;
  width: 25px;
  height: auto;
}
@media (max-width: 768px) {
  .section__title-logo__img {
    width: 19px;
  }
}
.section__title-logo__text {
  font-size: 30px;
  line-height: 130%;
  font-weight: 600;
}
@media (max-width: 768px) {
  .section__title-logo__text {
    font-size: 24px;
    line-height: 130%;
    font-weight: 600;
  }
}

h1.section__title {
  font-size: 36px;
  line-height: 120%;
  font-weight: 600;
}
@media (max-width: 768px) {
  h1.section__title {
    font-size: 30px;
    line-height: 130%;
    font-weight: 600;
  }
}

h2.section__title {
  font-size: 30px;
  line-height: 130%;
  font-weight: 600;
}
@media (max-width: 768px) {
  h2.section__title {
    font-size: 24px;
    line-height: 130%;
    font-weight: 600;
  }
}

h3.section__title {
  font-size: 24px;
  line-height: 130%;
  font-weight: 600;
}
@media (max-width: 768px) {
  h3.section__title {
    font-size: 20px;
    line-height: 140%;
    font-weight: 600;
  }
}

h4.section__title {
  font-size: 20px;
  line-height: 140%;
  font-weight: 600;
}
@media (max-width: 768px) {
  h4.section__title {
    font-size: 18px;
    line-height: 150%;
    font-weight: 600;
  }
}

h5.section__title {
  font-size: 18px;
  line-height: 150%;
  font-weight: 600;
}
@media (max-width: 768px) {
  h5.section__title {
    font-size: 17px;
  }
}

h6.section__title {
  font-size: 16px;
  line-height: 150%;
  font-weight: 600;
}

.horizontal-wrapper {
  width: 100%;
  overflow: auto;
}
.horizontal-wrapper::-webkit-scrollbar {
  height: 4px;
  width: 4px;
  background-color: var(--line-secondary);
  border-radius: 0;
}
.horizontal-wrapper::-webkit-scrollbar-thumb {
  background-color: var(--line-main);
  border-radius: 0;
  cursor: pointer;
}

nav.langs-subdir-nav > ul {
  display: flex;
  flex-flow: row wrap;
  gap: 12px;
  list-style: none;
}
nav.langs-subdir-nav > ul li {
  display: flex;
  justify-content: center;
  align-items: center;
}
nav.langs-subdir-nav > ul li::before {
  content: none !important;
}
nav.langs-subdir-nav > ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
}
nav.langs-subdir-nav > ul li a img {
  width: 32px;
  height: auto;
}

.vAll-app-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  color: var(--text-main);
}
.vAll-app-links__title {
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
}
.vAll-app-links__list {
  display: flex;
  align-items: center;
  gap: 8px;
}
.vAll-app-links__item {
  display: block;
  width: 28px;
  height: 28px;
  color: var(--text-main);
}
@media (hover: hover) {
  .vAll-app-links__item_android:hover svg {
    color: #8bc34a;
  }
}
@media (max-width: 768px) {
  .vAll-app-links__item_android svg {
    color: #8bc34a;
  }
}
@media (hover: hover) {
  .vAll-app-links__item_apple:hover svg {
    color: #455a64;
  }
}
@media (max-width: 768px) {
  .vAll-app-links__item_apple svg {
    color: #455a64;
  }
}
@media (hover: hover) {
  .vAll-app-links__item_windows:hover svg {
    color: #03a9f5;
  }
}
@media (max-width: 768px) {
  .vAll-app-links__item_windows svg {
    color: #03a9f5;
  }
}
.vAll-app-links__item svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

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