@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
body {
  background: linear-gradient(
    350.94deg,
    #030a16,
    #030a16,
    #031851,
    #030a16fd,
    #030a16,
    #030a16,
    #030a16
  );
}
.container {
  width: 100%;
  max-width: 1440px;
  display: grid;
  margin: auto;
  -webkit-column-gap: 20px;
  column-gap: 20px;

  grid-template-rows: auto 1fr;
  grid-template-columns: 240px 1fr;
}
.container__main {
  grid-template-areas:
    "header header header"
    "leftbar banner banner"
    "leftbar main main";
}
.container__bonus,
.container__app {
  grid-template-areas:
    "header header header"
    "banner banner banner"
    "leftbar main main";
}
.header {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-area: header;
}
.sidebar {
  -ms-grid-row: 3;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  grid-area: leftbar;
}
.bonus-container > .sidebar,
.app-container > .sidebar {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
}
.main {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  grid-area: main;
  margin: 0px 20px 0px 0px;
}
.bonus-container > .main,
.app-container > .main {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}
.banner {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  grid-area: banner;
}
.footer {
  -ms-grid-row: 7;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  grid-area: footer;
  margin-right: 20px;
}
.image img,
.logo img {
  display: block;
  max-width: 100%;
  height: auto;
}
.content {
  padding: 32px 20px;
  margin: 20px 0px;
  background: #0f1622;
  border-radius: 12px;
}
.article > p {
  margin-bottom: 16px;
}
.article > p,
.article > ul,
.article > ol {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 150%;
  color: #ffffff;
}
.article > ul {
  margin-bottom: 16px;
  list-style: inside;
}
.article > ol {
  margin-bottom: 16px;
  list-style-position: inside;
  list-style-type: decimal;
}

.article > ul li,
.article > ol li {
  margin-bottom: 5px;
}

.article__image {
  margin-top: 16px;
  border-radius: 15px;
}
.article a {
  color: #ffff5a;
}
.content__image img {
  width: 28px;
  height: 28px;
  -o-object-fit: contain;
  object-fit: contain;
}
.title,
h3 {
  font-family: "Montserrat", sans-serif;
  margin-bottom: 20px;
}
.title.general,
h1 {
  font-weight: 900;
  font-size: 60px;
  line-height: 72px;
  margin-bottom: 4px !important;
  color: #ffff5a;
}
.title.high,
h2 {
  font-weight: 800;
  font-size: 28px;
  line-height: 130%;
  color: #ffffff;
}
.title.medium,
h3 {
  font-weight: 900;
  font-size: 16px;
  margin-top: 16px;
  text-transform: uppercase;
  line-height: 24px;
  color: #ffffff;
}
.button {
  display: inline-block;
  max-width: 203px;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 100%;
  color: #ffffff;
  padding: 15px;
  text-align: center;
  cursor: pointer;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  background: linear-gradient(0deg, #16a302, #00bcb1),
    radial-gradient(35.8% 316.2% at 82.39% 55.47%, #16a302 0%, #00bcb1 100%),
    radial-gradient(76.9% 122.63% at 33.52% -15.63%, #f2f292 0%, #169100 85.15%),
    radial-gradient(
      66.76% 121.06% at 22.73% 20.31%,
      rgba(45, 241, 81, 0.2) 18.63%,
      rgba(55, 241, 45, 0.186) 100%
    ),
    radial-gradient(
      45.91% 85.94% at 55.4% 14.06%,
      rgba(255, 255, 255, 0.4) 0%,
      rgba(255, 255, 255, 0.032) 100%
    );
  box-shadow: 10px 10px 50px 0px #1ee9324d, -10px -10px 50px 0px #1b0c71,
    -2px -6px 20px 0px #1ee9324d, 0px 0px 10px 0px #ffffff99 inset;
}
.button:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.article__button {
  display: block;
  color: white !important;
  font-weight: 500 !important;
}
.menu li {
  font-family: "Roboto", sans-serif;
  line-height: 20px;
}
.menu a {
  font-weight: 700;
  color: #ffffff;
}
.header {
  display: flex;
  position: relative;
  padding: 17px 40px;
  align-items: center;
  background-color: #0f1622;
}
.header__logo {
  width: 100%;
  max-width: 178px;
  cursor: pointer;
}
.header__button-menu {
  display: none;
  min-width: 0;
  height: auto;
  background: none;
  box-shadow: none;
  padding: 10px;
}
.header__navicon {
  display: block;
  width: 24px;
  height: 2px;
  position: relative;
  background: white;
  cursor: pointer;
  transition: background 0.4s ease-in-out;
}
.header__navicon::before,
.header__navicon::after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  background: rgb(255, 255, 255);
  transition: top 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, top 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, top 0.4s ease-in-out,
    -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, top 0.4s ease-in-out,
    -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, top 0.4s ease-in-out,
    -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, top 0.4s ease-in-out,
    -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, top 0.4s ease-in-out,
    -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, top 0.4s ease-in-out,
    -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, top 0.4s ease-in-out,
    -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, top 0.4s ease-in-out,
    -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, top 0.4s ease-in-out,
    -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, top 0.4s ease-in-out,
    -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, top 0.4s ease-in-out,
    -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, top 0.4s ease-in-out,
    -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, top 0.4s ease-in-out,
    -webkit-transform 0.4s ease-in-out;
}
.header__navicon::before {
  top: -7px;
}
.header__navicon::after {
  top: 7px;
}
.header.nav-visible .header__navicon {
  background: transparent;
}
.header.nav-visible .header__navicon::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header.nav-visible .header__navicon::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header__button-menu {
  display: none;
  min-width: 0;
  height: auto;
  background: none;
}
.header__menu {
  flex: 0.3;
  align-items: start;
  display: flex;
  justify-content: center;
}
.header__menu ul {
  display: flex;
  gap: 30px;
  padding: 10px 28px;
  border-radius: 60px;
}
.header__menu a {
  position: relative;
  transition: color 0.3s ease-in-out;
}
.header__menu a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -3px;
  width: 0;
  height: 2px;
  background-color: #005eff;
  transition: width 0.3s ease-in-out, left 0.3s ease-in-out;
}
.header__menu a:hover {
  color: #d9d9db;
  font-weight: 500;
}
.header__menu a:hover::after {
  width: 100%;
  left: 0;
}
.header__actions {
  display: flex;
  align-items: end;
  gap: 16px;
  margin-left: auto;
}
.header__button-signup,
.header__button-login,
.footer__button-signup,
.footer__button-login {
  text-transform: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 128%;
  padding: 14px 32px;
  transition: all 0.3s ease-in-out;
  min-width: 131px;
  text-transform: none;
  border-radius: 10px;
}
.header__button-login,
.footer__button-login {
  background: radial-gradient(
      35.8% 316.2% at 82.39% 55.47%,
      #1f28d6 0%,
      #2849ef 100%
    ),
    radial-gradient(
      92.56% 151.44% at 33.52% -15.63%,
      #2575de 0%,
      #221be8 85.15%
    ),
    radial-gradient(
      66.76% 121.06% at 22.73% 20.31%,
      rgba(48, 25, 176, 0.2) 18.63%,
      rgba(9, 91, 179, 0.2) 100%
    ),
    radial-gradient(
      45.91% 85.94% at 55.4% 14.06%,
      rgba(255, 255, 255, 0.4) 0%,
      rgba(255, 255, 255, 0.032) 100%
    );
}
.header__button-login:hover,
.footer__button-login:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  box-shadow: 0px 4px 10px 0px rgba(31, 40, 214, 0.7);
}

.header__lang {
  position: relative;
  cursor: pointer;
  display: flex;
  gap: 8px;
  align-items: center;
}
.header__lang p {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #ffffff;
}
.header__lang img {
  width: 24px;
  height: 24px;
  vertical-align: middle;
}
.header__lang img:last-child {
  width: 16px;
  height: 16px;
}
.sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  margin: 20px 0px 0px 30px;
  border-radius: 12px;
  height: 100vh;
  overflow-y: auto;
}
.sidebar::-webkit-scrollbar {
  display: none;
}
.sidebar-menu__list {
  background: #0f1622;
  padding: 10px 8px;
  border-radius: 0 0 12px 12px;
}
.sidebar__menu {
  margin-bottom: 20px;
  border-radius: 12px;
}
.sidebar-menu__list li a {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  transition: color 0.3s ease;
}
.sidebar-menu__title {
  background: radial-gradient(
    35.8% 316.2% at 82.39% 55.47%,
    #1f28d6 0%,
    #2849ef 100%
  );
  padding: 12px 16px;
  font-family: Roboto;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: white;
  border-radius: 12px;
}
small {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  text-align: center;
  background: #2997ff;
  border-radius: 100%;
  width: 23px;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar-menu__list li a img {
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
.sidebar-menu__list li img {
  width: 55px;
  height: 55px;
  -o-object-fit: cover;
  object-fit: cover;
}
.sidebar-menu__list li:hover {
  border-radius: 12px;
  background: #ffffff1c;
}
.table-contents__menu {
  border-radius: 12px;
  background: #0f1622;
}
.table-contents__menu--bonus,
.table-contents__menu--app {
  margin-top: 20px;
}
.table-contents-menu__list {
  max-height: 0;
  opacity: 0;
  transition: max-height 0.5s ease-in-out, opacity 0.3s ease-in-out;
}
.table-contents-menu__list.active {
  max-height: 500px;
  opacity: 1;
  padding-bottom: 8px;
}
.table-contents__menu li:last-child {
  margin-bottom: 0;
}
.table-contents-menu__list a {
  line-height: 16px;
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
}
.table-contents-menu__button {
  max-width: 100%;
  position: relative;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  padding: 12px 8px;
  box-shadow: none;
  text-align: left;
  border-radius: 0px;
  text-transform: none;
  color: #ffffff;
  margin-bottom: 16px;
  background: radial-gradient(
    35.8% 316.2% at 82.39% 55.47%,
    #1f28d6 0%,
    #2849ef 100%
  );
  border-radius: 12px;
}
.table-contents-menu__button:hover {
  background: radial-gradient(
    35.8% 316.2% at 82.39% 55.47%,
    #1219aa 0%,
    #1d36b5 100%
  );
  box-shadow: none;
  -webkit-transform: none;
  transform: none;
}
.table-contents-menu__button.active {
  margin-bottom: 0px;
}
.table-contents-menu__list li {
  padding: 0px 0px 0px 12px;
  margin-bottom: 24px;
  color: #ffffff;
}
.table-contents__menu li {
  transition: color 0.3s ease-in-out;
}
.table-contents-menu__list li:hover a {
  color: #ffff5a;
  font-weight: 700;
}
.header__lang {
  margin-left: 24px;
}
.banner {
  padding: 31px 0;
  display: flex;
}
.banner__main {
  background: url(../img/banner-section/banner-section-bg.jpg) no-repeat center;
  background-size: cover;
  margin: 20px 20px 0px 0px;
  border-radius: 20px;
}
.banner__bonus,
.banner__app {
  margin: 0 0 20px 0;
  padding: 31px 31px 31px 290px;
}
.banner__bonus {
  background: url(../img/banner-section/banner-bonus-bg.jpg) no-repeat center;
  background-size: cover;
}
.banner__app {
  background: url(../img/banner-section/banner-app-bg.jpg) no-repeat center;
  background-size: cover;
}
.banner__content {
  padding: 20px;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 700px;
  width: 100%;
}
.banner-content__image {
  width: 100%;
  max-width: 516px;
  margin-bottom: 16px;
}
.banner__subtitle,
.bonus__subtitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 38px;
  line-height: 119%;
  color: white;
  text-align: center;
  margin-bottom: 4px !important;
}
.banner__subtitle span,
.bonus__subtitle span {
  color: #ffff5a;
}
.breadcrumbs,
.breadcrumbs-app {
  display: flex;
  gap: 5px;
  margin-bottom: 16px;
}
.breadcrumbs li a,
.breadcrumbs-app li a {
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 100%;
  color: rgba(255, 255, 255, 1);
  padding-right: 5px;
}
.breadcrumbs-app li:first-child a,
.breadcrumbs li:first-child a {
  opacity: 80%;
}
.breadcrumbs li:last-child,
.breadcrumbs-app li:last-child {
  border-left: 2px solid rgba(255, 255, 255, 1);
  padding-left: 6px;
}
.banner__rating {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffffcc;
  text-align: center;
  margin-bottom: 16px;
}
.banner__info,
.banner-app__info {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.banner-bonus__button {
  margin-top: 32px;
}
.bonus-card__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 20px;
}
.bonus-card__list li {
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
}
.bonus-card-item__image {
  display: block;
  width: 100%;
  height: auto;
}
.bonus-card-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px 20px 0 0;
}
.bonus-card-item__content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  background: radial-gradient(
    35.8% 316.2% at 82.39% 55.47%,
    #1f28d6 0%,
    #2849ef 100%
  );
  color: white;
  width: 100%;
  border-radius: 0 0 20px 20px;
}
.bonus-card-item__button {
  max-width: 140px;
}
.bonus-card-item__title {
  font-weight: 900 !important;
  font-size: 26px !important;
  line-height: 100%;
  text-align: center;
  margin-bottom: 8px;
}
.bonus-card-item__subtitle {
  font-family: Roboto;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  color: white;
  margin-bottom: 24px;
}
.bonus-card-item__buttons {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 16px;
}
.bonus-card-item__info {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  text-align: center;
  color: white;
  margin-bottom: 24px;
}
.features {
  margin: 20px 0px;
  padding: 32px 20px;
}
.features__content {
  display: flex;
  gap: 20px;
}
.features__info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1 1 50%;
}
.features__bonus {
  flex: 1 1 50%;
  background: url(../img/features/bonus-bg.jpg) no-repeat center;
  background-size: cover;
  border-radius: 12px;
  padding: 12px 50px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.features-bonus__content {
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.features__categories {
  width: 100%;
  border-collapse: collapse;
}
.features__advantages {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.features__categories {
  display: flex;
  gap: 20px;
  width: 100%;
  border-radius: 6px;
}
.features__advantages table,
.features__categories table {
  width: 100%;
}
.features__categories tr:last-child,
.features__advantages tr:last-child {
  margin-bottom: 0px;
}
.features__categories tr,
.features__advantages tr {
  display: flex;
  gap: 20px;
  max-height: 40px;
  align-items: center;
  background: radial-gradient(
    35.8% 316.2% at 82.39% 55.47%,
    #1f28d6 0%,
    #2849ef 100%
  );
  margin-bottom: 10px;
  border-radius: 6px;
}
.features__categories tr:last-child,
.features__advantages tr:last-child {
  margin-bottom: 0;
}
.features__categories tbody,
.features__advantages tbody {
  width: 100%;
}
.features__categories td,
.features__advantages td {
  width: 50%;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  padding: 8px 16px;
}
.features__advantages td img {
  width: 26px;
  height: 26px;
}
.features__advantages td {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
}
.bonus__title {
  text-align: center;
  font-family: Roboto;
  font-size: 50px !important;
  line-height: 100% !important;
  margin-bottom: 12px !important;
}
.bonus__text {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 28px;
  line-height: 140%;
  color: #ffffff;
  margin-bottom: 20px;
  text-align: center;
}
.bonus__text span {
  color: #ffff5a;
}
.rating__title {
  color: #ffffff !important;
}
.rating-table tbody {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 10px;
  background: radial-gradient(
    35.8% 316.2% at 82.39% 55.47%,
    #1f28d6 0%,
    #2849ef 100%
  );
  border-radius: 6px;
}
.rating-table tr {
  display: contents;
}
.rating-table {
  width: 100%;
}
.rating-table tbody > tr {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding: 8px 12px;
  gap: 16px;
}
.rating-stars {
  display: flex;
}
.rating__card {
  display: flex;
  gap: 20px;
  margin-bottom: 16px;
}
.rating-progress-bar {
  width: 100%;
  height: 16px;
  background: #131a6366;
  box-shadow: 0px 4px 4px 0px #00000040;
  box-shadow: 0px 4px 4px 0px #00000040 inset;
  overflow: hidden;
}
.progress-fill {
  height: 100%;
  background-color: white;
  transition: width 0.4s ease-in-out;
}
.rating-table td:first-child {
  width: 180px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
}
.rating-table td:nth-child(2) {
  flex: 1 1 30%;
}
.rating-score {
  font-family: Roboto;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #ffffff;
  width: 40px;
}
.rating-title {
  font-family: Roboto;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}
.rating-stars img {
  width: 35px;
  height: 35px;
}
.app {
  background: url(../img/app/app-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 107px 53px;
  display: flex;
  border-radius: 12px;
}
.app__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  justify-content: center;
}
.app-content__image {
  width: 100%;
  max-width: 180px;
  margin: auto;
}
.app__buttons {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.app__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  min-width: 240px;
  padding: 16px 21px;
  border-radius: 20px;
}
.app-button__image img {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
  object-fit: contain;
}
.app__button p {
  display: flex;
  flex-direction: column;
  text-align: left;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 128%;
  width: 100%;
  max-width: 128px;
  text-transform: uppercase;
}
.faq {
  position: relative;
}
.top {
  position: absolute;
  right: 30px;
  top: -40px;
  z-index: 9999;
}
.scroll-to-top {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, visibility 0.3s;
  transition: opacity 0.3s, transform 0.3s, visibility 0.3s,
    -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, visibility 0.3s,
    -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, visibility 0.3s,
    -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, visibility 0.3s,
    -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, visibility 0.3s,
    -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, visibility 0.3s,
    -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, visibility 0.3s,
    -webkit-transform 0.3s;
  z-index: 1000;
  position: -webkit-sticky;
  position: sticky;
}
.scroll-to-top.visible {
  opacity: 1;
  visibility: visible;
}
.scroll-to-top img {
  width: 42px;
  height: 42px;
}
.scroll-to-top:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transform-origin: center;
  transform-origin: center;
}
.faq__item {
  margin-bottom: 16px;
}
.faq__question {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  gap: 15px;
  text-align: left;
  padding: 13px 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  background: radial-gradient(
    35.8% 316.2% at 82.39% 55.47%,
    #1f28d6 0%,
    #2849ef 100%
  );
  text-transform: uppercase;
  color: #ffffff;
  border-radius: 6px;
  border: 1px solid #32188d;
}
.faq-question__image {
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.faq__answer {
  overflow: hidden;
  box-sizing: content-box;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition: max-height 0.5s ease-out, margin-top 0.5s ease-out,
    opacity 0.1s ease-out, visibility 0.1s ease-out;
  border-radius: 0px 0px 6px 6px;
}
.faq__answer p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 150%;
  color: #ffffff;
  padding: 13px 20px;
  background: radial-gradient(
    35.8% 316.2% at 82.39% 55.47%,
    #1f28d6 0%,
    #2849ef 100%
  );
  border-top: 1px solid #ffffff;
}
li.faq__item .faq__question.active {
  border-radius: 10px 10px 0px 0px;
}
.faq-question__image img {
  width: 20px;
  height: 20px;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -o-object-fit: contain;
  object-fit: contain;
}
.faq__answer.active {
  visibility: visible;
  opacity: 1;
  transition: max-height 0.5s ease-out, margin-top 0.5s ease-out,
    opacity 0.1s ease-out, visibility 0.1s ease-out;
}
.footer {
  position: relative;
  margin: 50px 20px 0 20px;
  padding-top: 20px;
  background: transparent !important;
}
.footer__logo-wrap img {
  max-width: 180px;
}
.footer__menu {
  display: flex;
  justify-content: space-between;
  background: #101622;
  border-radius: 12px;
  margin-bottom: 32px;
  padding: 33px 45px;
}
.footer__menu p {
  font-family: Roboto;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: #ffffff;
  margin-bottom: 26px;
}
.footer__info li {
  list-style: inside;
  margin-bottom: 12px;
  color: #bcbcbc;
}
.footer__info li:last-child {
  margin-bottom: 0;
}
.footer__info a {
  color: #bcbcbc;
  font-family: Roboto;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  transition: color 0.3s ease;
}
.footer__info a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.footer__cards-pay {
  background: #ffffff0f;
  padding: 16px;
  border-radius: 20px;
  margin-bottom: 32px;
}
.footer-cards__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.footer-cards__list img {
  width: 100%;
  max-width: 150px;
  transition: -webkit-transform 0.3s ease, -webkit-filter 0.3s ease;
  transition: transform 0.3s ease, filter 0.3s ease;
  transition: transform 0.3s ease, filter 0.3s ease, -webkit-transform 0.3s ease,
    -webkit-filter 0.3s ease;
  transition: transform 0.3s ease, filter 0.3s ease, -webkit-transform 0.3s ease,
    -webkit-filter 0.3s ease;
  transition: transform 0.3s ease, filter 0.3s ease, -webkit-transform 0.3s ease,
    -webkit-filter 0.3s ease;
  transition: transform 0.3s ease, filter 0.3s ease, -webkit-transform 0.3s ease,
    -webkit-filter 0.3s ease;
  transition: transform 0.3s ease, filter 0.3s ease, -webkit-transform 0.3s ease,
    -webkit-filter 0.3s ease;
}
.footer__license {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
.footer-license__images {
  display: flex;
  gap: 20px;
}
.footer-license__image img {
  width: 80px;
  height: 80px;
}
.footer-license__text {
  font-family: Roboto;
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  color: #ffffff6e;
  margin-left: 20px;
}
.footer-license__text:first-child {
  margin-bottom: 12px;
}
.footer-buttons {
  display: none;
}
.footer-copyright__text:first-child {
  margin-bottom: 4px;
}
.footer-copyright__text {
  font-family: Roboto;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #bcbcbc;
}
.footer__copyright a {
  text-decoration: underline;
  color: #bcbcbc;
}
