a,
button {
  color: inherit;
  padding: 0;
}
table,
tbody tr td {
  text-align: left;
}
tbody tr td,
thead tr th {
  border: 1px solid #000;
  word-wrap: break-word;
  white-space: normal;
}
.header-lang .choose-lang-list,
.toggle-icon {
  transition: transform 0.3s ease-out;
}
.articles__header-wrapper img,
.rotate--90,
.rotate-180 {
  transform: rotate(180deg);
}
.text-block__content p,
.text-noblock__content p {
  margin: 6px 0;
}
.table,
table {
  border-collapse: collapse;
}
.table th,
thead tr th {
  background: #efefef;
  padding: 5px;
}
.table td,
.table th,
tbody tr td,
thead tr th {
  padding: 5px;
}
@font-face {
  font-family: ARIAL-Regular;
  font-weight: 500;
  font-display: swap;
  src:
    local(ARIAL),
    url("../fonts/ARIAL.woff2") format("truetype");
}
@font-face {
  font-family: ARIALBD-Bold;
  font-weight: 600;
  font-display: swap;
  src:
    local(ARIALBD),
    url("../fonts/ARIALBD.woff2") format("truetype");
}
@font-face {
  font-family: ARIBLK-Black;
  font-weight: 700;
  font-display: swap;
  src:
    local(ARIBLK),
    url("../fonts/ARIBLK.woff2") format("truetype");
}
@font-face {
  font-family: ShantellSans-Medium;
  font-weight: 500;
  font-display: swap;
  src:
    local(ShantellSans-Medium),
    url("../fonts/ShantellSans-Medium.woff2") format("truetype");
}
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;
}
h2,
h3 {
  margin: 12px 0;
}
ol,
ul {
  margin-left: 20px;
}
li,
ol li {
  margin-bottom: 5px;
}
.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;
}
h1,
h2,
h3 {
  line-height: 1.1;
}
a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}
.text-block__content-visible a,
.text-block__content-hidden a {
  color: #d46200;
}
.faq-item a,
.review-item a {
  color: #d46200;
}
button {
  border: none;
  font-size: inherit;
  background-color: transparent;
  cursor: pointer;
  font-family: inherit;
  font: inherit;
}
.btn__main,
.header__logo {
  line-height: normal;
}
textarea:not([rows]) {
  min-height: 10em;
}
:target {
  scroll-margin-block: 5ex;
}
main {
  flex: 1 1 auto;
  padding-bottom: 48px;
}
body {
  color: #505458;
  font-family: ARIAL-Regular;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
}
.h2__title,
.h3__title,
h2,
h3 {
  font-family: ARIALBD-Bold;
  font-weight: 600;
  color: #505458;
}
.h2__title,
h2 {
  font-size: 26px;
}
h3 {
  font-size: 20px;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
table {
  width: 100%;
  border: 1px solid #000;
  margin: 20px 0;
  font-size: 16px;
  table-layout: fixed;
}
thead tr th {
  font-weight: 700;
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  row-gap: 48px;
}
.h2__title {
  padding-bottom: 12px;
}
.btn__in,
.btn__main {
  padding: 16px 32px;
  border-radius: 50px;
  color: #fff;
}
.h3__title {
  font-size: 20px;
}
.btn__in,
.btn__main {
  font-family: ARIBLK-Black;
  font-weight: 700;
  font-size: 16px;
}
.btn__main {
  background-color: #c75200;
  display: inline-block;
}
.btn__main:hover {
  background-color: #d46200;
}
.btn__main:active {
  background-color: #b34700;
}
.btn__in {
  border: 1px solid #c75200;
}
.btn__in:hover {
  border-color: #d46200;
  background-color: #d46200;
}
.btn__in:active {
  border-color: #b34700;
  background-color: #b34700;
}
.btn__main-menu {
  font-size: 10px;
  padding: 12px 24px;
  min-height: 44px;
  min-width: 44px;
}
.block-shadow {
  -webkit-box-shadow: 0 0 8px 0 rgba(28, 36, 45, 0.12);
  box-shadow: 0 0 8px 0 rgba(28, 36, 45, 0.12);
}
.header {
  background-color: #202021;
}
.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__control,
.header__menu-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  margin-right: 20px;
}
.btn__link-mob,
.burger__button-mob,
.close-menu-btn,
.control-mob,
.header__nav-menu {
  display: none;
}
.header__menu-block {
  margin-right: auto;
  margin-left: 20px;
}
.header__menu {
  display: flex;
  gap: 8px;
}
.header-lang .choose-lang-button span,
.header__menu-link {
  color: #fff;
  font-family: ARIALBD-Bold;
  font-weight: 600;
  font-size: 12px;
}
.header__menu-link:hover {
  color: #d8b59f;
}
.nav-menu__burger-desc {
  display: flex;
  align-items: center;
}
.header__control-btn {
  display: flex;
  gap: 16px;
}
.header__control-btn .btn__main-menu {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  min-width: 48px;
  padding: 14px 24px;
}
.burger-menu {
  max-width: 100%;
  width: 100%;
}
.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 {
  display: flex;
  align-items: center;
  gap: 12px;
}
.header-lang .flag-lang {
  width: 28px;
  height: 28px;
}
.burger__button-mob {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.choose-lang__item:hover {
  background-color: #1a2651;
  border-radius: 12px;
}
.banner {
  max-width: 1200px;
  margin: 20px auto 48px;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.banner-img__item {
  display: none;
  align-items: center;
  padding: 60px 0 60px 24px;
}
.banner__pagination {
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  display: flex;
  gap: 1px;
}
.banner__pagination-1,
.banner__pagination-2,
.banner__pagination-3 {
  flex: 1 0 33%;
  border-radius: 28px;
  background-color: #717577;
}
.banner__pagination-1.active,
.banner__pagination-2.active,
.banner__pagination-3.active {
  background-color: #ea5200;
}
.banner__item-1 {
  background: #ffffed;
  background: linear-gradient(180deg, #ffffed 0, #fff 100%);
}
.banner__item-2 {
  background: #ffebec;
  background: linear-gradient(180deg, #ffebec 0, #fff 100%);
}
.banner__item-3 {
  background: #fffeec;
  background: linear-gradient(180deg, #fffeec 0, #fff 100%);
}
.articles__block,
.text-block__content {
  background-color: #f6f7f8;
  border-radius: 12px;
}
.banner-img__list {
  margin: 0 auto;
  overflow: hidden;
}
.banner-img__list li.active,
.review-item__block-title,
.review-item__rating-list,
.review-item__top-title,
.slider__item {
  display: flex;
}
.banner__text {
  width: 391px;
  font-family: ShantellSans-Medium;
  font-weight: 500;
  font-size: 28px;
  color: #505458;
  margin-bottom: 24px;
}
.text-block__content {
  padding: 0 16px 20px;
}
.text-block__content-title {
  padding: 20px 0 12px;
}
.text-block__content-button {
  font-family: ARIALBD-Bold;
  font-weight: 600;
  color: #717577;
  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__header-wrapper {
  padding: 16px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ecedee;
  border-radius: 12px;
}
.articles__header-wrapper img.open {
  transform: rotate(0);
}
.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;
}
.articles-item {
  display: flex;
  flex: 0 0 50%;
  align-items: center;
  padding: 12px;
  border-radius: 4px;
}
.articles-item__image {
  border-radius: 4px;
  background-color: #c75200;
  padding: 4px;
  margin-right: 8px;
}
.articles-item:hover {
  background: #ecedee;
}
.articles-item-title {
  color: #717577;
}
.text-noblock__content {
  padding: 0;
  background: 0 0;
  display: flex;
  flex-direction: column;
}
.content-info__inner,
.faq-item__box {
  background-color: #ecedee;
  color: #505458;
}
.btn__link-content {
  margin: 24px auto 0;
}
.content-info__inner {
  border-radius: 12px;
  font-family: ARIALBD-Bold;
  font-weight: 600;
  font-size: 14px;
}
.content-info__row {
  display: flex;
  border-top: 1px solid #fff;
  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-family: ARIBLK-Black;
  font-weight: 700;
  font-size: 14px;
}
.content-info__desc,
.content-info__name {
  padding: 10px 3px;
  flex: 0 0 50%;
}
.content-info__text {
  font-family: ARIAL-Regular;
  font-weight: 500;
  font-size: 16px;
  padding: 20px 16px;
  color: #505458;
}
.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-content,
.review-content {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}
.faq-item,
.review-item {
  cursor: pointer;
  border-radius: 12px;
  background-color: #f6f7f8;
}
.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: ARIALBD-Bold;
  font-weight: 600;
  font-size: 16px;
}
.faq-item-content,
.review-item-content {
  padding: 12px 16px 16px;
}
.faq-content {
  row-gap: 12px;
}
.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: #ecedee;
  -webkit-box-shadow: 0 0 10px 2px rgba(103, 103, 103, 0.3);
  -moz-box-shadow: 0 0 10px 2px rgba(103, 103, 103, 0.3);
  box-shadow: 0 0 10px 2px rgba(103, 103, 103, 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 {
  font-family: ARIBLK-Black;
  width: 90px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0;
}
.block-title__user {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.review-item__title {
  font-family: ARIBLK-Black;
  font-weight: 700;
  font-size: 16px;
  color: #505458;
}
.review-item__data {
  font-family: ARIAL-Regular;
  font-weight: 500;
  font-size: 14px;
  color: #505458;
}
.review-content {
  row-gap: 8px;
}
.review-item__item {
  padding: 24px 16px;
}
.review-item__top-title {
  margin-bottom: 16px;
  align-items: center;
  justify-content: space-between;
}
.review-item__block-title {
  gap: 8px;
}
.review-item__btn-more {
  margin-top: 16px;
}
.footer {
  padding: 44px 0;
}
.footer-first,
.footer-fourth {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 16px;
}
.footer-first__list,
.footer-fourth__list {
  display: flex;
  column-gap: 24px;
  justify-content: center;
}
.footer__link {
  font-family: ARIALBD-Bold;
  font-weight: 600;
  color: #717577;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 8px 4px;
}
.footer-fourth {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer__lang-text {
  font-family: Onest-Regular;
  font-weight: 400;
  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: ARIALBD-Bold;
  font-weight: 600;
  font-size: 10px;
  color: #717577;
  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: ARIBLK-Black;
  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;
}
.slider__list {
  padding-top: 8px;
  display: flex;
  gap: 8px;
  max-width: 100%;
  overflow: auto;
}
.slider__list::-webkit-scrollbar {
  display: none;
}
.swiper-grid {
  display: grid !important;
  grid-template-rows: 1fr 1fr;
  row-gap: 40px;
  grid-auto-flow: column;
}
.nopage {
  padding: 140px 0;
  display: flex;
  margin: 0 auto;
  text-align: center;
}
.nopage__text-block {
  width: 310px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.nopage__image {
  padding: 24px 0;
}
.nopage__img {
  height: auto;
  aspect-ratio: 492/182;
}
.nopage__title {
  font-family: ARIALBD-Bold;
  font-weight: 600;
  font-size: 26px;
  color: #505458;
}
.nopage__desc {
  font-family: ARIAL-Regular;
  font-weight: 500;
  font-size: 14px;
  color: #505458;
  padding: 16px 0 44px;
}
.nopage__btn {
  padding: 12px 24px;
  border-radius: 50px;
  border: 1px solid #000;
}
@media (max-width: 1025px) {
  .header__logo,
  .header__menu-block {
    padding-left: 8px;
  }
  .header__control {
    margin-left: auto;
    padding-right: 8px;
  }
  .container {
    padding: 0 8px;
  }
  .container__mob {
    padding: 0;
  }
  .burger-menu.active {
    transition: 0.5s;
    left: 0;
  }
  .nav-menu__desc {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
  }
  .nopage {
    flex-direction: column-reverse;
  }
  .nopage__text-block {
    text-align: center;
  }
  .nopage__img {
    width: 100%;
  }
  .footer-first__list,
  .footer-fourth__list {
    flex-wrap: wrap;
    white-space: nowrap;
  }
}
@media (max-width: 669px) {
  .nav-menu__link,
  .nav-menu__name {
    font-family: ARIALBD-Bold;
    font-weight: 600;
  }
  .control-mob {
    display: block;
    margin-left: auto !important;
  }
  .banner-img__item {
    flex-direction: column-reverse;
    padding: 45px 0;
  }
  .banner__text {
    width: 292px;
    font-size: 20px;
    margin: 0 auto 24px;
  }
  .banner__text-inner {
    padding-top: 40px;
    text-align: center;
  }
  .burger__button-mob {
    display: block;
    margin-left: 8px;
  }
  .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: #202021;
    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: 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 {
    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;
  }
  .nav-menu__name {
    font-size: 16px;
    color: #ff8533;
    padding-top: 32px;
  }
  .nav-menu__link {
    font-size: 12px;
    color: #fff;
  }
  .header__menu {
    max-width: 500px;
    overflow: auto;
    white-space: nowrap;
  }
  .header__menu-block,
  .header__menu::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 360px) {
  .articles__items-wrapper {
    flex-direction: column;
  }
}
@media (max-width: 420px) {
  .control-mob {
    order: 3;
    margin-left: 0 !important;
  }
  .header__wrapper {
    flex-direction: column;
  }
  .header__logo {
    padding: 17px 0;
  }
  .burger__button-mob {
    position: absolute;
    right: 0;
    top: 17px;
  }
  .header__control-btn {
    margin-bottom: 17px;
  }
  .header {
    position: relative;
  }
}
.table,
.text-block__content ol:not(:last-child),
.text-block__content ul:not(:last-child),
.text-noblock__content ol:not(:last-child),
.text-noblock__content ul:not(:last-child) {
  margin-bottom: 20px;
}
.text-block__content ol,
.text-noblock__content ol {
  counter-reset: list-counter;
}
.text-block__content ol li,
.text-noblock__content ol li {
  counter-increment: list-counter;
}
.text-block__content ul li,
.text-noblock__content ul li {
  position: relative;
  padding-left: 12px;
}
.text-block__content ul li::before,
.text-noblock__content ul li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #000;
}
.table,
.table td,
.table th {
  border: 1px solid #000;
}
.text-block__content ol li:not(:last-child),
.text-block__content ul li:not(:last-child),
.text-noblock__content ol li:not(:last-child),
.text-noblock__content ul li:not(:last-child) {
  margin-bottom: 8px;
}
.text-block__content ol li::before,
.text-noblock__content ol li::before {
  content: counter(list-counter) ". ";
}
.table {
  width: 100%;
}
.table th {
  font-weight: 700;
}
