h2,
h3,
h4,
table {
  text-align: left;
}
tbody tr td,
thead tr:first-child th,
thead tr:not(:first-child) th {
  padding: 10px;
  border: 1px solid #cad1df;
  word-wrap: break-word;
  white-space: normal;
  text-align: center;
}
a,
button {
  color: inherit;
  padding: 0;
}
.h2__title,
h1,
h2,
h3,
h4,
table {
  color: #cad1df;
}
.header-lang .choose-lang-list,
.toggle-icon {
  transition: transform 0.3s ease-out;
}
.articles__header-wrapper img.open,
.rotate--90,
.rotate-180 {
  transform: rotate(180deg);
}
@font-face {
  font-family: Mulish-Medium;
  font-weight: 500;
  font-display: swap;
  src:
    local(Mulish-Medium),
    url(../content/fonts/Mulish-Medium.ttf) format("truetype");
}
@font-face {
  font-family: Mulish-Bold;
  font-weight: 700;
  font-display: swap;
  src:
    local(Mulish-Bold),
    url(../content/fonts/Mulish-Bold.ttf) format("truetype");
}
@font-face {
  font-family: Mulish-SemiBold;
  font-weight: 600;
  font-display: swap;
  src:
    local(Mulish-SemiBold),
    url(../content/fonts/Mulish-SemiBold.ttf) format("truetype");
}
h1 {
  font-family: Mulish-Bold;
  font-weight: 600;
  text-align: center;
}
h2,
h3,
h4 {
  font-weight: 400;
  font-family: Mulish-SemiBold;
}
h4 {
  font-size: 18px;
  margin: 6px 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
ol li {
  margin-bottom: 5px;
}
table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  background-color: #00100f;
  font-family: Mulish-Medium;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  table-layout: fixed;
}
thead tr:first-child th {
  background-color: #00d0ad;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.5;
}
thead tr:not(:first-child) th {
  background-color: #002347;
  color: #cad1df;
  font-weight: 500;
}
body,
div,
footer,
h1,
h2,
h3,
header,
html,
img,
li,
menu,
nav,
ol,
p,
section,
span,
ul {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}
.faq-item-content-hidden.open,
.review-item-content-hidden.open,
footer,
header,
img,
menu,
nav,
section {
  display: block;
}
a {
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
  text-decoration: none;
  display: inline-block;
}
html {
  box-sizing: border-box;
  height: 100vh;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}
*,
::after,
::before {
  box-sizing: inherit;
  box-sizing: border-box;
}
li {
  list-style: none;
}
body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}
button {
  border: none;
  font-size: inherit;
  background-color: transparent;
  cursor: pointer;
  font-family: inherit;
  font: inherit;
}
h1,
h2 {
  line-height: 1.2;
}
textarea:not([rows]) {
  min-height: 10em;
}
:target {
  scroll-margin-block: 5ex;
}
main {
  flex: 1 1 auto;
  padding-bottom: 48px;
}
body {
  font-family: Mulish-Medium;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  color: #c7c8d1;
  background-color: #00100e;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  row-gap: 48px;
}
.h2__title,
.h3__title {
  font-family: Mulish-SemiBold;
  font-weight: 600;
}
.btn__main-menu,
.btn__reg,
.content-info__name-title,
.text-block__content-button {
  font-family: Mulish-Bold;
  font-weight: 700;
}
.h2__title {
  font-size: 26px;
  padding-bottom: 12px;
}
.h3__title {
  font-size: 20px;
  color: #fff;
}
.btn__main-menu,
.btn__reg {
  font-size: 10px;
  padding: 8px 20px;
  border-radius: 8px;
}
.nav-menu__burger-desc .btn__main-menu,
.nav-menu__burger-desc .btn__reg {
  padding: 8px 20px;
}
.btn__main-menu {
  background: #d41c00;
  color: #fff;
  display: flex;
  align-items: center;
}
.btn__link-content2:hover,
.btn__link-content:hover,
.btn__main-menu:hover {
  background: #ff3e31;
}
.btn__main-menu:active {
  background: #c04d0a;
}
.btn__reg {
  border: 2px solid var(--Color-Button-Primary-default, #d41c00);
  color: #fff;
}
.btn__link-content,
.btn__reg:hover {
  background: #d41c00;
}
.articles__block,
.articles__header-wrapper,
.content-info__inner,
.faq-item,
.header,
.header__wrapper,
.review-item,
.text-block__content {
  background-color: #021717;
}
.btn__link-reg {
  font-size: 10px;
  color: #fff;
}
.header__logo {
  line-height: normal;
}
.header__wrapper {
  display: flex;
  align-items: center;
  padding: 0 16px;
  border-radius: 16px;
}
.header__control {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: clamp(0.25rem, -0.059rem + 1.412vw, 1rem) 0;
  margin-right: 20px;
}
.btn__link-mob,
.burger__button-mob,
.control-mob,
.header-lang .choose-lang-button span {
  display: none;
}
.nav-menu__burger-desc {
  display: flex;
  align-items: center;
}
.header__control-btn {
  display: flex;
  gap: 8px;
}
.burger-menu {
  max-width: 100%;
  width: 100%;
}
.burger__button-mob,
.header-lang .flag-lang {
  width: 24px;
  height: 24px;
}
.nav-menu__name {
  display: none;
  font-size: 16px;
  color: #fff;
}
.nav-menu__desc {
  display: none;
  gap: 15px;
}
.nav-menu__desc.desktop,
.review-item__block-title,
.review-item__rating-list,
.review-item__top-title {
  display: flex;
}
.nav-menu__desc.desktop > .nav-menu__link {
  display: flex;
  align-items: center;
  gap: 4px;
}
.header__nav-menu {
  display: flex;
  gap: 8px;
  margin-left: 24px;
  margin-right: auto;
}
.nav-menu__link {
  font-size: 12px;
  color: #dddde3;
}
.header-lang {
  border-radius: 8px;
  background-color: #08070c;
  padding: 6px 8px;
  cursor: pointer;
}
.header-lang .choose-lang-list {
  position: absolute;
  background-color: #ecedee;
  visibility: hidden;
  transform: scale(0);
  z-index: 1000;
  border-radius: 8px;
  top: 32px;
  right: 6px;
  transform-origin: top right;
}
.header-lang .choose-lang-list.show {
  visibility: visible;
  transform: scale(1);
}
.header-lang .choose-lang-button,
.info__unner {
  display: flex;
  align-items: center;
  gap: 12px;
}
.burger__button-mob {
  margin-right: 8px;
}
.close-menu-btn {
  display: none;
  padding: 12px;
}
.choose-lang__item:hover {
  background-color: #1a2651;
  border-radius: 12px;
}
.faq-item__box {
  background-color: #0f2323;
}
.text-block__content-visible a {
  color: #d41c00;
}
.text-block__content {
  padding: 16px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
}
.text-block__content p {
  margin: 6px 0;
  display: inline-block;
}
.text-block__content-button {
  color: #dddde3;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
}
.faq-item-content-hidden,
.footer__name-block img,
.review-item-content-hidden,
.text-block__content-hidden {
  display: none;
}
.inline-display {
  display: inline;
}
.rotate--90 {
  margin-left: 4px;
}
.articles__block {
  border-radius: 12px;
}
.articles__header-wrapper {
  padding: 16px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 12px;
}
.articles__items-wrapper {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.articles__items-wrapper.show {
  max-height: 1000px;
  max-height: none;
}
.articles-item {
  display: flex;
  flex: 0 0 50%;
  align-items: center;
  padding: 12px;
  border-radius: 4px;
}
.articles-item__image {
  border-radius: 4px;
  background-color: #00cfaa;
  padding: 4px;
  margin-right: 8px;
}
.articles-item:hover {
  background: #2e465a;
}
.text-noblock__content {
  padding: 0;
  background: 0 0;
  display: flex;
  flex-direction: column;
}
.content-info__text-p,
.text-noblock__content p {
  margin: 6px 0;
  display: inline-block;
}
.btn__link-content,
.btn__link-content2,
.footer-soc {
  font-family: Mulish-Bold;
  font-weight: 700;
  font-size: clamp(0.625rem, 0.464rem + 0.714vw, 1rem);
  padding: clamp(0.5rem, 0.294rem + 0.941vw, 1rem)
    clamp(1.563rem, 1.176rem + 1.765vw, 2.5rem);
  border-radius: 8px;
  margin: clamp(1rem, 0.786rem + 0.952vw, 1.5rem) auto 0;
  color: #fff;
}
.footer-soc {
  padding: 0;
}
.btn__link-content,
.btn__link-content2 {
  border: 2px solid #d41c00;
}
.btn__link-content2:active,
.btn__link-content:active {
  background: #2029d3;
}
.h2__main-title {
  color: #c7c8d1;
}
.content-info__inner {
  border-radius: 12px;
  font-size: 14px;
}
.content-info__row {
  display: flex;
  border-top: 1px solid #060412;
  margin: 0 16px;
}
.content-info__row:first-child {
  border-top: none;
}
.content-info__block-name {
  display: flex;
  align-items: center;
  gap: 8px;
}
.content-info__name-title {
  font-size: 14px;
}
.content-info__desc,
.content-info__name {
  padding: 10px 3px;
  flex: 0 0 50%;
}
.content-info__text-list {
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.content-info__text-item {
  list-style: auto;
  margin-left: 30px;
}
.faq-item__box {
  color: #cbd1d5;
}
.faq-content,
.review-content {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}
.faq-item,
.review-item {
  cursor: pointer;
  border-radius: 12px;
}
.faq-item a,
.review-item a {
  color: #d41c00;
}
.faq-item-header-wrapper,
.review-item-header-wrapper {
  transition: opacity 0.3s ease-out;
  padding: 16px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 12px;
}
.faq-item__title {
  font-family: Mulish-SemiBold;
  font-weight: 600;
  font-size: 16px;
}
.faq-pagination-label,
.review-item__title,
.review-pagination-label {
  font-family: Mulish-Bold;
  font-weight: 700;
  font-size: 16px;
}
.faq-item-content,
.review-item-content {
  padding: 12px 16px 16px;
  color: #dee2e6;
}
.faq-content {
  row-gap: 12px;
}
.footer__box,
.review-content {
  row-gap: 8px;
}
.faq-pagination,
.review-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.faq-pagination-next-button:disabled,
.faq-pagination-prev-button:disabled,
.review-pagination-next-button:disabled,
.review-pagination-prev-button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.faq-pagination-next-button,
.faq-pagination-prev-button,
.review-pagination-next-button,
.review-pagination-prev-button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background: #021717;
  -webkit-box-shadow: 0 0 10px 2px rgba(36, 36, 36, 0.3);
  -moz-box-shadow: 0 0 10px 2px rgba(36, 36, 36, 0.3);
  box-shadow: 0 0 10px 2px rgba(36, 36, 36, 0.3);
}
.faq-pagination-prev-button img,
.review-pagination-prev-button img {
  z-index: 2;
  transform: rotate(90deg);
}
.faq-pagination-next-button img,
.review-pagination-next-button img {
  z-index: 2;
  transform: rotate(270deg);
}
.faq-pagination-label,
.review-pagination-label {
  width: 90px;
  text-align: center;
  line-height: 20px;
  letter-spacing: 0;
  color: #adb0c0;
}
.block-title__user {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.review-item__data,
.review-item__title {
  color: #dddde3;
}
.review-item__data {
  font-family: Mulish-Medium;
  font-weight: 500;
  font-size: 14px;
}
.review-item__item {
  padding: 24px 16px;
}
.review-item__top-title {
  margin-bottom: 16px;
  align-items: center;
  justify-content: space-between;
}
.footer__box,
.footer__inner {
  flex-direction: column;
  display: flex;
}
.review-item__block-title {
  gap: 8px;
}
.review-item__btn-more {
  margin-top: 16px;
}
.footer {
  padding: 44px 0;
}
.footer__bg {
  padding: 16px;
  background-color: #021717;
  border-radius: 16px;
}
.footer__first {
  display: flex;
  justify-content: space-between;
  column-gap: clamp(2.5rem, -27.5rem + 53.333vw, 12.5rem);
}
.info__text {
  padding-top: 12px;
  font-size: 10px;
}
.footer__inner {
  gap: 24px;
}
.footer-menu {
  display: flex;
  column-gap: clamp(0.938rem, -7.5rem + 15vw, 3.75rem);
  margin-right: 80px;
}
.footer-menu__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer__item-title {
  font-family: Mulish-Bold;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}
.footer__link {
  display: block;
  padding: 10px 0;
}
.footer-soc {
  margin: 0;
}
.footer__social {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-social__list {
  display: flex;
  column-gap: 20px;
}
.footer-applications__list {
  display: flex;
  column-gap: 9px;
}
.footer-first__list,
.footer-fourth__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin: 0 auto;
}
.footer-menu {
  font-size: 12px;
}
.footer__copyright {
  font-family: Mulish-Medium;
  font-weight: 500;
  font-size: 10px;
}
.footer__copyright p {
  display: inline-block;
}
.footer__lang-text {
  font-size: 8px;
  color: #fff;
  margin-right: 6px;
}
.choose-lang {
  position: relative;
  cursor: pointer;
}
.footer-lang .choose-lang-button {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 6px;
  transition: 0.3s ease-out;
  background-color: #141414;
  padding: 6px;
}
.footer-lang .choose-lang-list {
  border-radius: 8px;
  width: 232px;
  padding: 16px;
  bottom: 32px;
  right: 6px;
  transform-origin: bottom right;
  position: absolute;
  background-color: #141414;
  visibility: hidden;
  transform: scale(0);
  transition: transform 0.3s ease-out;
  z-index: 1000;
}
.footer-lang .choose-lang-list li {
  display: flex;
  align-items: center;
  border-radius: 4px;
}
.footer-fourth__copyright {
  font-family: Montserrat-Regular;
  font-weight: 600;
  font-size: 10px;
  color: #787c80;
  margin-top: 40px;
  text-align: center;
}
.choose-lang-box {
  display: flex;
  gap: 8px;
  width: 100%;
  padding: 9px 16px;
  align-items: center;
}
.choose-lang__country {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.choose-lang__ru {
  font-family: Mulish-Bold;
  font-weight: 700;
  font-size: 12px;
  color: #505458;
}
.choose-lang__item {
  margin: 1px 0;
}
.footer-lang.choose-lang__item:first-child {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.footer__separator {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #f6f7f8;
}
.swiper-pagination.swiper-pagination.swiper-pagination {
  padding-top: 16px;
  position: relative;
}
.swiper-pagination-bullet-active.swiper-pagination-bullet-active.swiper-pagination-bullet-active {
  background-color: #4d8ab9;
}
.nopage {
  padding: clamp(0.625rem, -1.8589rem + 11.0396vw, 8.125rem) 0;
  display: flex;
  margin: 0 auto;
  text-align: center;
}
.nopage__text-block {
  max-width: 682px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.nopage__image {
  padding: 24px 0;
}
.nopage__title {
  font-family: Mulish-SemiBold;
  font-weight: 600;
  font-size: 26px;
  color: #e1e1e2;
}
.nopage__desc {
  font-family: Mulish-Medium;
  font-weight: 500;
  font-size: 14px;
  color: #e1e1e2;
  padding: 16px 0;
}
.nopage__img {
  width: 100%;
  height: auto;
}
.nopage__btn {
  padding: 12px 24px;
  border-radius: 8px;
  border: 1px solid #000;
}
@media (max-width: 1025px) {
  .header__control,
  .header__logo {
    padding-right: 8px;
  }
  .container {
    padding: 0 8px;
  }
  .container__mob {
    padding: 0;
  }
  .header__nav-menu {
    margin-left: 0;
  }
  .burger-menu.active {
    transition: 0.5s;
    left: 0;
  }
  .nopage {
    flex-direction: column-reverse;
  }
  .nopage__text-block {
    text-align: center;
  }
  .footer-first__list,
  .footer-fourth__list {
    flex-wrap: wrap;
    white-space: nowrap;
  }
}
.banner,
.banner-img__item {
  position: relative;
  max-width: 1200px;
}
@media (max-width: 500px) {
  .header__wrapper {
    padding: 0;
  }
  .header__control-btn {
    gap: 5px;
  }
  .logo__img {
    width: 100px;
  }
  .footer-applications__list,
  .footer-social__list {
    flex-wrap: wrap;
    justify-content: center;
  }
  .btn__main-menu,
  .btn__reg {
    padding: 3px 10px;
  }
  .footer-soc {
    padding: 8px 20px;
  }
  .info__unner {
    flex-direction: column;
    align-items: flex-start;
  }
}
.banner {
  margin: clamp(1.25rem, 0.5rem + 3.333vw, 3rem) auto;
  border-radius: 12px;
  overflow: hidden;
}
.banner-img img {
  object-fit: cover;
}
.banner-img__item {
  display: none;
  align-items: center;
  border-radius: 8px;
  width: 100%;
  height: 320px;
  background-position: center;
}
.banner-img__item:first-child {
  background-image: url(../content/img/main/1_main.webp);
  background-size: cover;
  background-position: top;
}
.banner-img__item:nth-child(2) {
  background-image: url(../content/img/main/2_main.webp);
  background-size: cover;
  background-position: top;
}
.banner__pagination {
  position: absolute;
  height: 3px;
  display: flex;
  gap: 2px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: 0;
}
.banner__text-inner {
  padding-left: clamp(1.25rem, -11.652rem + 34.405vw, 19.313rem);
}
.banner__pagination-1,
.banner__pagination-2 {
  flex: 1 0 33%;
  border-radius: 28px;
  background-color: #0c0d1b;
}
.banner__pagination-1.active,
.banner__pagination-2.active {
  background-color: #d41c00;
}
.banner-img__list {
  margin: 0 auto;
  overflow: hidden;
  max-width: 1200px;
  height: 320px;
}
.banner-img__list li.active,
.pay {
  display: flex;
}
.banner__text {
  max-width: 471px;
  font-family: Mulish-Bold;
  font-weight: 700;
  font-size: clamp(1rem, 0.732rem + 1.19vw, 1.625rem);
  color: #fff;
}
@media (max-width: 360px) {
  .banner-img__item,
  .banner-img__list {
    height: 140px;
  }
  .banner-img__item {
    background-size: cover;
    background-position: bottom 0 right -170px;
  }
}
h1 {
  margin: 8px 0;
  font-size: 32px;
}
h2 {
  margin: 4px 0;
  font-size: 26px;
}
h3 {
  line-height: 1.25;
  margin: 3px 0;
  font-size: 18px;
}
@media (max-width: 870px) {
  .control-mob,
  .header-lang .choose-lang-button span,
  .nav-menu__name {
    display: block;
  }
  .header__control {
    order: 1;
  }
  .header__nav-menu {
    order: 2;
    padding-top: 32px;
    gap: 32px;
  }
  .control-mob {
    margin-left: auto;
  }
  .nav-menu__desc.desktop {
    display: none;
  }
  .burger__button-mob {
    order: 3;
    display: block;
    margin-left: 8px;
  }
  .nav-menu__desc {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
  }
  .header__wrapper {
    flex-wrap: wrap;
  }
  .burger-menu {
    max-width: 100%;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    backdrop-filter: blur(10px);
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    left: 100%;
    z-index: 999;
    transition: 0.5s;
  }
  .nav-menu__burger-mob {
    max-width: 300px;
    width: 100%;
    background: #00100e;
    height: 100vh;
    border-radius: 16px 0 0 16px;
    padding: 28px 24px;
  }
  .header__nav-menu,
  .nav-menu__burger-mob {
    display: flex;
    flex-direction: column;
  }
  .nav-menu__burger-desc {
    align-items: normal;
  }
  .header__control {
    margin-right: 0;
    padding: 0;
  }
  .close-menu-btn {
    margin-left: auto;
    display: block;
  }
  .header-lang .choose-lang-list {
    position: absolute;
    flex-direction: column;
    border-radius: 8px;
    top: -252px;
    right: -23px;
    transform-origin: bottom left;
  }
  .header-lang {
    order: 4;
    margin-top: 32px;
    margin-right: auto;
    display: inline-block;
    border-radius: 8px;
    border: 1px solid #ded1c5;
    padding: 10px 8px;
  }
  .header__logo {
    padding: 17px 0 17px 8px;
  }
  .articles__items-wrapper,
  .footer__social {
    flex-direction: column;
  }
  .footer__info {
    width: 100%;
  }
  .footer__first {
    flex-direction: column;
    gap: 20px;
  }
  .footer-menu {
    gap: 20px;
    flex-wrap: wrap;
  }
  .articles-item {
    flex: 1 0 auto;
    width: 100%;
  }
}
.normalize-tables-lists table {
  width: 100%;
  border-collapse: collapse;
  display: block;
  overflow-x: auto;
  max-width: 100%;
  table-layout: auto;
}
.normalize-tables-lists table td,
.normalize-tables-lists table th {
  border: 1px solid #ddd;
  padding: 10px;
  vertical-align: top;
  min-width: 120px;
  word-break: break-word;
  overflow-wrap: anywhere;
}
.normalize-tables-lists ul {
  padding-left: 1.5em;
  margin: 0;
  list-style-type: disc;
}
.normalize-tables-lists ol {
  padding-left: 1.5em;
  margin: 0;
  list-style-type: decimal;
}
.normalize-tables-lists ul > li {
  list-style-type: disc;
  margin-bottom: 0.25em;
}
.normalize-tables-lists ol > li {
  list-style-type: decimal;
  margin-bottom: 0.25em;
}
