* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

input,
button,
textarea {
  border: 0;
  background: none;
  outline: none;
}

a {
  text-decoration: none;
  color: inherit;
}

ul,
ol {
  list-style: none;
}

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

svg-icon-sprite {
  aspect-ratio: 1/1;
  display: block;
  width: 20px;
}
svg-icon-sprite svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: rgb(255, 255, 255);
}

body {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: rgb(67, 82, 112);
  background-color: rgb(225, 232, 245);
  background-position: left top;
  background-repeat: repeat;
  background-size: 208px 500px;
  background-image: url(../images/page-bg-pattern.9fc76f1f0a55e917.webp);
  font-family: "Roboto", sans-serif;
}

.container {
  width: calc(100% - 40px);
  margin: 0 auto;
  max-width: 1920px;
}

header {
  height: 68px;
  position: sticky;
  top: 0;
  z-index: 99;
  border: 1px solid;
  border-image-slice: 44 fill;
  border-image-width: 22px;
  border-image-source: url(../images/header-bg.webp);
  box-shadow: 0 4px 16px 0 rgba(1, 9, 51, 0.17);
}
header .container {
  height: 100%;
  max-width: none;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.header__left {
  display: flex;
  align-items: center;
  gap: 15px;
}

.header__logo {
  width: 168px;
  aspect-ratio: 168/36;
}
.header__logo img {
  width: 100%;
  height: 100%;
  display: block;
}

.header__icon,
.burger {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-image-source: url(../images/default-balance-info.webp);
  --stb-button-icon-header-border-image: url(../images/default-balance-info.webp);
  border-image-slice: 34 fill;
  border-image-width: 14px;
  border-style: solid;
  border-width: 1px;
}

.burger {
  display: none;
}

.header__right {
  display: flex;
  gap: 8px;
}

.header__search {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 44px;
  width: 300px;
  padding: 0 16px;
  --stb-search-border-image: url(../images/default-search.webp);
  border-image-slice: 26 fill;
  border-image-width: 14px;
  border-style: solid;
  border-width: 1px;
  font-weight: 500;
  color: rgb(42, 131, 210);
  border-image-source: url(../images/default-search.webp);
}
.header__search svg-icon-sprite {
  width: 16px;
}
.header__search svg-icon-sprite svg {
  fill: rgb(42, 131, 210);
}

.header__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  background-image: url(../images/left@2x.webp), url(../images/center@2x.webp), url(../images/right@2x.webp);
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-shadow: 0 1px 2px rgba(4, 52, 107, 0.4);
  -webkit-text-stroke: 2px rgb(6, 72, 148);
  text-decoration: none;
  color: rgb(255, 255, 255);
  background-size: 26px 100%, calc(100% - 52px) 100%, 26px 100%;
  background-position: left center, 26px center, calc(100% - 1px) center;
  background-repeat: no-repeat;
  padding: 0 18px;
  font-family: "Germania One", sans-serif;
  paint-order: stroke;
}

.mobile--menu {
  display: none;
}

.sidebar {
  position: fixed;
  left: 0;
  top: 68px;
  height: calc(100vh - 68px);
  width: 232px;
  z-index: 99;
  overflow: auto;
  display: flex;
  flex-direction: column;
  background-image: url(../images/footer-bg-pattern.webp), linear-gradient(180deg, rgb(2, 15, 51), rgb(6, 72, 148));
  background-repeat: repeat-y, no-repeat;
  background-size: contain, 100%;
  background-position: center, center;
  background-blend-mode: soft-light, normal;
}

.sidebar__menu {
  display: flex;
  flex-direction: column;
  padding: 8px 0;
  gap: 4px;
}

.sidebar__line {
  display: none;
}

.sidebar__list {
  display: flex;
  flex-direction: column;
  position: relative;
  background-image: url(../images/divider3@2x.webp);
  padding: 0 0 8px 12px;
  background-repeat: no-repeat;
  background-size: 100% 8px;
  background-position: left bottom;
}
.sidebar__list:last-child {
  background: none;
}
.sidebar__list:nth-child(3) li:nth-child(1) a {
  color: rgb(255, 201, 51);
  background-image: url(../images/item-active-bg.7862c09d059e0940.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.sidebar__list:nth-child(3) li:nth-child(1) a span:nth-child(1)::before {
  background: rgb(255, 201, 51);
  -webkit-mask: url(../images/m2.svg) no-repeat center/cover;
          mask: url(../images/m2.svg) no-repeat center/cover;
}
.sidebar__list:nth-child(5) li:nth-child(1) a span:nth-child(1)::before {
  -webkit-mask: url(../images/m3.svg) no-repeat center/cover;
          mask: url(../images/m3.svg) no-repeat center/cover;
}
.sidebar__list:nth-child(5) li:nth-child(2) a span:nth-child(1)::before {
  -webkit-mask: url(../images/m4.svg) no-repeat center/cover;
          mask: url(../images/m4.svg) no-repeat center/cover;
}
.sidebar__list:nth-child(5) li:nth-child(3) a span:nth-child(1)::before {
  -webkit-mask: url(../images/m5.svg) no-repeat center/cover;
          mask: url(../images/m5.svg) no-repeat center/cover;
}
.sidebar__list:nth-child(7) li:nth-child(1) a span:nth-child(1)::before {
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(165, 232, 126) 100%);
  -webkit-mask: url(../images/m6.svg) no-repeat center/cover;
          mask: url(../images/m6.svg) no-repeat center/cover;
}
.sidebar__list:nth-child(7) li:nth-child(2) a span:nth-child(1)::before {
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(165, 232, 126) 100%);
  -webkit-mask: url(../images/m7.svg) no-repeat center/cover;
          mask: url(../images/m7.svg) no-repeat center/cover;
}
.sidebar__list:nth-child(7) li:nth-child(3) a span:nth-child(1)::before {
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(165, 232, 126) 100%);
  -webkit-mask: url(../images/m8.svg) no-repeat center/cover;
          mask: url(../images/m8.svg) no-repeat center/cover;
}
.sidebar__list:nth-child(9) li:nth-child(1) a span:nth-child(1)::before {
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(153, 207, 255) 100%);
  -webkit-mask: url(../images/m9.svg) no-repeat center/cover;
          mask: url(../images/m9.svg) no-repeat center/cover;
}
.sidebar__list:nth-child(9) li:nth-child(2) a span:nth-child(1)::before {
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(153, 207, 255) 100%);
  -webkit-mask: url(../images/m10.svg) no-repeat center/cover;
          mask: url(../images/m10.svg) no-repeat center/cover;
}
.sidebar__list:nth-child(9) li:nth-child(3) a span:nth-child(1)::before {
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(153, 207, 255) 100%);
  -webkit-mask: url(../images/m11.svg) no-repeat center/cover;
          mask: url(../images/m11.svg) no-repeat center/cover;
}
.sidebar__list:nth-child(9) li:nth-child(4) a span:nth-child(1)::before {
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(153, 207, 255) 100%);
  -webkit-mask: url(../images/m12.svg) no-repeat center/cover;
          mask: url(../images/m12.svg) no-repeat center/cover;
}
.sidebar__list:nth-child(11) li:nth-child(1) a span:nth-child(1)::before {
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(153, 207, 255) 100%);
  -webkit-mask: url(../images/m13.svg) no-repeat center/cover;
          mask: url(../images/m13.svg) no-repeat center/cover;
}
.sidebar__list li {
  width: 100%;
}
.sidebar__list a {
  position: relative;
  display: flex;
  align-items: center;
  height: 44px;
  gap: 12px;
  width: 100%;
  padding: 0 16px;
  color: rgb(255, 255, 255);
  font-family: "Germania One", sans-serif;
  line-height: 1.25;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.sidebar__list a span:nth-child(1) {
  width: 18px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.sidebar__list a span:nth-child(1)::before {
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 174, 134) 100%);
  -webkit-mask: url(../images/m1.svg) no-repeat center/cover;
          mask: url(../images/m1.svg) no-repeat center/cover;
  position: absolute;
  inset: 0;
  content: "";
}

.sidebar__footer {
  margin-top: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: sticky;
  bottom: 0;
  z-index: 2;
  height: 100px;
  align-items: flex-end;
  gap: 6px;
  padding: 0 12px 12px;
  background-image: url(../images/sidebar-action-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.sidebar__footer a {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 60px;
  gap: 4px;
  -stb-sidebar-action-item-border-image: url(../images/action-bg.webp);
  border-image-slice: 26 fill;
  border-image-width: 14px;
  border-style: solid;
  border-width: 1px;
  --stb-item-text-color: rgb(255 255 255);
  --stb-item-text-shadow: rgb(7 85 173);
  --stb-item-icon-shadow: rgb(7 85 173);
  font-family: "Germania One", sans-serif;
  font-size: 14px;
  text-align: center;
  color: rgb(255, 255, 255);
  text-shadow: 0 1px 0 rgb(7, 85, 173);
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: -0.02em;
  border-image-source: url(../images/action-bg.webp);
}
.sidebar__footer a img,
.sidebar__footer a svg-icon-sprite {
  width: 16px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.sidebar__footer a img svg,
.sidebar__footer a svg-icon-sprite svg {
  fill: rgb(29, 144, 245);
}

.wrap {
  padding-left: 232px;
}

.banner--wrap {
  margin-top: 20px;
}

.banner {
  aspect-ratio: 1656/443;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.banner:before {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-image-source: url(../images/main-banner-frame.webp);
  border-image-slice: 60 fill;
  border-image-width: 20px;
  border-style: solid;
  border-width: 1px;
  content: "";
}

.banner__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 6px 6px;
}
.banner__img video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  display: block;
}

.banner__content {
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 472px;
  height: 100%;
}
.banner__content p:nth-child(1) {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  text-transform: uppercase;
  padding-block: 10px 0;
  padding-inline: 26px;
  text-shadow: 0 1px 0 rgb(6, 72, 148);
  color: rgb(255, 255, 255);
  border-image-source: url(../images/main-banner-title-bg.a7abcb984cdf0042.svg);
  border-image-slice: 16 fill;
  border-image-width: 16px;
  border-style: solid;
  border-width: 1px;
}
.banner__content p:nth-child(2) {
  margin-top: 8px;
  font-family: "Germania One", sans-serif;
  font-size: 55px;
  line-height: 1.1;
  text-transform: uppercase;
  background: linear-gradient(96deg, rgb(255, 231, 71) 5%, rgb(255, 245, 184) 40%, rgb(255, 201, 51) 80%, rgb(255, 187, 0));
  -webkit-background-clip: text;
          background-clip: text;
  color: rgba(255, 231, 71, 0.1);
  -webkit-text-stroke: 2px rgb(204, 68, 0);
}
.banner__content a {
  margin-top: 12px;
  height: 92px;
  width: 357px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-image-slice: 28 fill;
  border-image-width: 14px;
  border-style: solid;
  border-width: 1px;
  background-image: none;
  border-image-source: url(../images/main-banner-l@2x.webp);
  font-size: 28px;
  font-family: "Germania One", sans-serif;
  text-shadow: 0 1px 3px #000;
  color: #fff;
  text-transform: uppercase;
}
.banner__content a span {
  padding: 10px 0 0;
}

.top--menu {
  top: 67px;
  z-index: 9;
  position: sticky;
  overflow: hidden;
  margin: 0 auto;
  background-color: rgb(225, 232, 245);
  background-position: left top;
  background-repeat: repeat;
  background-size: 208px 500px;
  background-image: url(../images/page-bg-pattern.9fc76f1f0a55e917.webp);
  padding: 10px 0 16px;
}
.top--menu:after {
  background-image: -webkit-image-set(url(../images/categories-menu-pattern.297def4244697a31.webp) type("image/webp") 1x, url(../images/categories-menu-pattern.297def4244697a31.webp) type("image/webp") 2x, url(../images/categories-menu-pattern.297def4244697a31.webp) type("image/png") 1x, url(../images/categories-menu-pattern.297def4244697a31.webp) type("image/png") 2x);
  background-image: image-set(url(../images/categories-menu-pattern.297def4244697a31.webp) type("image/webp") 1x, url(../images/categories-menu-pattern.297def4244697a31.webp) type("image/webp") 2x, url(../images/categories-menu-pattern.297def4244697a31.webp) type("image/png") 1x, url(../images/categories-menu-pattern.297def4244697a31.webp) type("image/png") 2x);
  position: absolute;
  inset-inline: 0;
  width: 100%;
  height: 12px;
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 476px 12px;
  content: "";
  bottom: 0;
}

.top__menu {
  position: relative;
}
.top__menu::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 60px;
  right: 0;
  top: 0;
  background-image: linear-gradient(270deg, rgb(225, 232, 245) 50%, rgba(255, 255, 25, 0) 100%);
}

.top__menu__row {
  overflow-x: auto;
  padding: 0 20px;
}
.top__menu__row ul {
  display: flex;
  gap: 8px;
  min-width: -moz-max-content;
  min-width: max-content;
  justify-content: center;
}
.top__menu__row ul li:last-child {
  position: relative;
  z-index: 2;
}
.top__menu__row ul a {
  display: flex;
  align-items: center;
  gap: 4px;
  height: 44px;
  padding: 0 16px 0 12px;
  cursor: pointer;
  border-image-source: url(../images/default-tab.webp);
  border-image-slice: 26 fill;
  border-image-width: 14px;
  border-style: solid;
  border-width: 1px;
  color: rgb(67, 82, 112);
  font-family: "Germania One", sans-serif;
  text-shadow: 0 1px 0 rgb(255, 255, 255);
  text-transform: uppercase;
}
.top__menu__row ul a span {
  position: relative;
}
.top__menu__row ul a span:nth-child(1) {
  width: 24px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top__menu__row ul a span:nth-child(1) img {
  width: 100%;
  height: 100%;
}

.cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 16px;
}

.cards__row {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cards__row:nth-child(3) .cards__list {
  grid-template-columns: repeat(3, 1fr);
}
.cards__row:nth-child(3) .cards__item {
  aspect-ratio: 621/418;
}

.cards__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.cards__title {
  color: rgb(67, 82, 112);
  font-size: 24px;
  font-family: "Germania One", sans-serif;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  text-shadow: 0 1px 0 rgb(255, 255, 255);
  min-width: -moz-max-content;
  min-width: max-content;
}

.cards__line {
  background-image: -webkit-image-set(url(../images/title-divider-left.243cca0c80da7393.webp) type("image/webp") 1x, url(../images/title-divider-left.243cca0c80da7393.webp) type("image/webp") 2x, url(../images/title-divider-left.243cca0c80da7393.webp) type("image/png") 1x, url(../images/title-divider-left.243cca0c80da7393.webp) type("image/png") 2x), -webkit-image-set(url(../images/title-divider-center.148f03e7bd166abc.webp) type("image/webp") 1x, url(../images/title-divider-center.148f03e7bd166abc.webp) type("image/webp") 2x, url(../images/title-divider-center.148f03e7bd166abc.webp) type("image/png") 1x, url(../images/title-divider-center.148f03e7bd166abc.webp) type("image/png") 2x), -webkit-image-set(url(../images/title-divider-right.0e697c6ad6c08bc2.webp) type("image/webp") 1x, url(../images/title-divider-right.0e697c6ad6c08bc2.webp) type("image/webp") 2x, url(../images/title-divider-right.0e697c6ad6c08bc2.webp) type("image/png") 1x, url(../images/title-divider-right.0e697c6ad6c08bc2.webp) type("image/png") 2x);
  background-image: image-set(url(../images/title-divider-left.243cca0c80da7393.webp) type("image/webp") 1x, url(../images/title-divider-left.243cca0c80da7393.webp) type("image/webp") 2x, url(../images/title-divider-left.243cca0c80da7393.webp) type("image/png") 1x, url(../images/title-divider-left.243cca0c80da7393.webp) type("image/png") 2x), image-set(url(../images/title-divider-center.148f03e7bd166abc.webp) type("image/webp") 1x, url(../images/title-divider-center.148f03e7bd166abc.webp) type("image/webp") 2x, url(../images/title-divider-center.148f03e7bd166abc.webp) type("image/png") 1x, url(../images/title-divider-center.148f03e7bd166abc.webp) type("image/png") 2x), image-set(url(../images/title-divider-right.0e697c6ad6c08bc2.webp) type("image/webp") 1x, url(../images/title-divider-right.0e697c6ad6c08bc2.webp) type("image/webp") 2x, url(../images/title-divider-right.0e697c6ad6c08bc2.webp) type("image/png") 1x, url(../images/title-divider-right.0e697c6ad6c08bc2.webp) type("image/png") 2x);
  height: 14px;
  background-position: left center, 34px center, right center;
  background-size: 34px 14px, calc(100% - 100px) 14px, 66px 14px;
  background-repeat: no-repeat;
  width: 100%;
}

.cards__nav {
  min-width: -moz-max-content;
  min-width: max-content;
  display: flex;
  align-items: center;
  gap: 10px;
}
.cards__nav p {
  font-weight: 600;
  line-height: 1.4;
  text-transform: uppercase;
  color: rgb(0, 119, 255);
  text-shadow: 0 1px 0 rgb(255, 255, 255);
}

.cards__arrows {
  display: flex;
  align-items: center;
  gap: 12px;
}
.cards__arrows span {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cards__arrows span img {
  width: 100%;
  height: 100%;
}
.cards__arrows span:first-child, .cards__arrows span:hover {
  opacity: 0.5;
}

.cards__list {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 12px;
}

.cards__item {
  position: relative;
  aspect-ratio: 225/332;
  overflow: hidden;
}
.cards__item:after {
  border-image-source: url(../images/game-card-frame.webp);
  border-image-slice: 30 fill;
  border-style: solid;
  border-width: 1px;
  position: absolute;
  z-index: 1;
  inset: 0;
  border-image-width: 16px;
  content: "";
  pointer-events: none;
}

.cards__item__body {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 5px;
}
.cards__item__body span {
  background: linear-gradient(180deg, rgb(29, 144, 245) 0%, rgb(6, 72, 148) 100%);
  border-radius: 0 8px 0 14px;
  width: 40px;
  aspect-ratio: 1/1;
  font-family: "Germania One", sans-serif;
  line-height: 1;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  text-shadow: 0 1px 0 rgb(3, 26, 71);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 5px;
  bottom: 5px;
  font-size: 28px;
}
.cards__item__body img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 14px;
}

.cards__item__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  margin-top: 6px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  color: rgb(132, 151, 161);
  display: none;
}

.content--wrap {
  padding: 40px 80px;
  position: relative;
}

.content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.content__item {
  font-size: 18px;
  line-height: 1.5;
}
.content__item h1,
.content__item h2,
.content__item h3,
.content__item h4 {
  font-weight: 600;
}
.content__item h1 {
  font-size: 40px;
  margin-bottom: 10px;
}
.content__item h2 {
  font-size: 35px;
  margin-bottom: 10px;
}
.content__item h3 {
  font-size: 27px;
  margin-bottom: 10px;
}
.content__item h4 {
  font-size: 20px;
  margin-bottom: 10px;
}
.content__item p,
.content__item .content__table,
.content__item ul,
.content__item ol {
  margin-bottom: 20px;
}
.content__item ol,
.content__item ul {
  padding-left: 50px;
  list-style: auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.content__item ol p,
.content__item ul p {
  margin-bottom: 15px;
}
.content__item ul {
  list-style: disc;
}
.content__item h3:last-child,
.content__item ol:last-child,
.content__item p:last-child,
.content__item .content__table:last-child,
.content__item ul:last-child {
  margin-bottom: 0;
}
.content__item.faq .faq__item {
  margin-bottom: 25px;
}
.content__item.faq .faq__item p,
.content__item.faq .faq__item ol,
.content__item.faq .faq__item ul,
.content__item.faq .faq__item .content__table {
  margin-bottom: 15px;
}
.content__item.faq .faq__item p:last-child,
.content__item.faq .faq__item ol:last-child,
.content__item.faq .faq__item ul:last-child,
.content__item.faq .faq__item .content__table:last-child {
  margin-bottom: 0;
}
.content__item.faq .faq__item p:first-child {
  margin-bottom: 15px;
  font-size: 25px;
  font-weight: 900;
}
.content__item.faq .faq__item:last-child {
  margin-bottom: 0;
}

.content__table table {
  border-collapse: collapse;
}
.content__table td {
  padding: 12px;
  border: 1px solid rgb(67, 82, 112);
  text-align: left;
  vertical-align: top;
}

.table--style tr:first-child td {
  background: rgb(59, 122, 194);
  color: rgb(255, 255, 255);
}

footer {
  padding: 48px 0 32px;
  position: relative;
  background-image: -webkit-image-set(url(../images/decor.9379669f87370bf9.webp) type("image/webp") 1x, url(../images/decor.9379669f87370bf9.webp) type("image/webp") 2x, url(../images/decor.9379669f87370bf9.webp) type("image/png") 1x, url(../images/decor.9379669f87370bf9.webp) type("image/png") 2x), -webkit-image-set(url(../images/bg-left.1810fd1ef8b9cda1.webp) type("image/webp") 1x, url(../images/bg-left.1810fd1ef8b9cda1.webp) type("image/webp") 2x, url(../images/bg-left.1810fd1ef8b9cda1.webp) type("image/png") 1x, url(../images/bg-left.1810fd1ef8b9cda1.webp) type("image/png") 2x), -webkit-image-set(url(../images/bg-center.e47e290c93a9c341.webp) type("image/webp") 1x, url(../images/bg-center.e47e290c93a9c341.webp) type("image/webp") 2x, url(../images/bg-center.e47e290c93a9c341.webp) type("image/png") 1x, url(../images/bg-center.e47e290c93a9c341.webp) type("image/png") 2x), -webkit-image-set(url(../images/bg-right.3f5b1e898b31e490.webp) type("image/webp") 1x, url(../images/bg-right.3f5b1e898b31e490.webp) type("image/webp") 2x, url(../images/bg-right.3f5b1e898b31e490.webp) type("image/png") 1x, url(../images/bg-right.3f5b1e898b31e490.webp) type("image/png") 2x), url(../images/footer-bg-pattern.webp), linear-gradient(rgb(3, 26, 71), rgb(3, 26, 71));
  background-image: image-set(url(../images/decor.9379669f87370bf9.webp) type("image/webp") 1x, url(../images/decor.9379669f87370bf9.webp) type("image/webp") 2x, url(../images/decor.9379669f87370bf9.webp) type("image/png") 1x, url(../images/decor.9379669f87370bf9.webp) type("image/png") 2x), image-set(url(../images/bg-left.1810fd1ef8b9cda1.webp) type("image/webp") 1x, url(../images/bg-left.1810fd1ef8b9cda1.webp) type("image/webp") 2x, url(../images/bg-left.1810fd1ef8b9cda1.webp) type("image/png") 1x, url(../images/bg-left.1810fd1ef8b9cda1.webp) type("image/png") 2x), image-set(url(../images/bg-center.e47e290c93a9c341.webp) type("image/webp") 1x, url(../images/bg-center.e47e290c93a9c341.webp) type("image/webp") 2x, url(../images/bg-center.e47e290c93a9c341.webp) type("image/png") 1x, url(../images/bg-center.e47e290c93a9c341.webp) type("image/png") 2x), image-set(url(../images/bg-right.3f5b1e898b31e490.webp) type("image/webp") 1x, url(../images/bg-right.3f5b1e898b31e490.webp) type("image/webp") 2x, url(../images/bg-right.3f5b1e898b31e490.webp) type("image/png") 1x, url(../images/bg-right.3f5b1e898b31e490.webp) type("image/png") 2x), url(../images/footer-bg-pattern.webp), linear-gradient(rgb(3, 26, 71), rgb(3, 26, 71));
  background-size: 18px 14px, 94px 24px, calc(100% - 193px) 24px, 99px 24px, 340px 655px, cover;
  background-blend-mode: normal, normal, normal, normal, soft-light, normal;
  background-repeat: repeat-x, no-repeat, no-repeat, no-repeat, repeat, no-repeat;
  background-position: left 5px, left top, 94px top, right top, left bottom, center;
}

.footer {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 0 20px;
}

.footer__top {
  display: flex;
  justify-content: center;
  gap: 12px;
}
.footer__top a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 160px;
  gap: 8px;
  background-size: 33px 100%, calc(100% - 66px) 100%, 33px 100%;
  background-position: left center, 33px center, calc(100% - 1px) center;
  background-repeat: no-repeat;
  -o-border-image: url(../images/bg-l.webp) 86 fill/32px stretch;
     border-image: url(../images/bg-l.webp) 86 fill/32px stretch;
  color: #fff;
  text-transform: uppercase;
  font-family: "Germania One", sans-serif;
}
.footer__top a svg-icon-sprite {
  width: 20px;
}
.footer__top a svg-icon-sprite svg {
  fill: rgb(29, 144, 245);
}
.footer__top a img {
  width: 20px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.footer__menu {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 40px;
  font-size: 12px;
  line-height: 1.35;
  text-decoration: none;
  font-weight: 500;
  color: rgb(29, 144, 245);
}
.footer__menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 16px;
  display: flex;
  flex-direction: column;
}

.footer__menu__title {
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Germania One", sans-serif;
}

.footer__menu__item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer__menu__item:nth-child(2) {
  margin-top: 60px;
}

.footer__pay {
  display: flex;
  justify-content: center;
  gap: 12px;
}
.footer__pay a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px;
  min-width: -moz-max-content;
  min-width: max-content;
  padding: 0 6px;
  height: 36px;
  border: 1px solid;
  -o-border-image: url(../images/default-balance-info.webp) 36 fill/18px stretch;
     border-image: url(../images/default-balance-info.webp) 36 fill/18px stretch;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  color: rgb(255, 201, 51);
  font-family: "Germania One", sans-serif;
}
.footer__pay a:last-child {
  border: 0;
  background: none;
}
.footer__pay a svg-icon-sprite {
  width: 16px;
}
.footer__pay a svg-icon-sprite svg {
  fill: rgb(255, 201, 51);
}
.footer__pay a img {
  width: 66px;
}

.footer__media {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__media img {
  width: 40px;
}

.footer__copyright {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  gap: 20px;
  color: rgb(29, 144, 245);
  line-height: 1.4;
  font-size: 12px;
}

@media (max-width: 1919px) {
  .cards__list {
    grid-template-columns: repeat(7, 1fr);
  }
  .cards__item:nth-child(n+8) {
    display: none;
  }
  .banner {
    aspect-ratio: 1272/376;
  }
  .banner__content {
    width: 380px;
  }
  .sidebar__footer {
    background: none;
  }
}
@media (max-width: 1279px) {
  .header__icon {
    display: none;
  }
  .header__search {
    display: none;
  }
  header {
    height: 60px;
  }
  .sidebar {
    display: none;
  }
  .wrap {
    padding-left: 0;
    position: relative;
  }
  .cards__list {
    grid-template-columns: repeat(6, 1fr);
  }
  .cards__item:nth-child(n+7) {
    display: none;
  }
  .cards__arrows {
    display: none;
  }
  .footer__menu {
    grid-template-columns: repeat(4, 1fr);
  }
  .footer__column:nth-child(n+5) {
    display: none;
  }
  .content--wrap {
    padding: 40px 0px;
  }
  .footer {
    padding: 0;
  }
  .top--menu {
    top: 59px;
  }
  .header__left {
    gap: 15px;
    padding-left: 0;
  }
  .mobile--menu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    height: 44px;
    padding: 6px 0;
    -o-border-image: url(../images/bg-submenu-long@2x.b17b9a75763288bc.png) 44 fill/32px stretch;
       border-image: url(../images/bg-submenu-long@2x.b17b9a75763288bc.png) 44 fill/32px stretch;
  }
  .mobile--menu span {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Germania One", sans-serif;
    text-align: center;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    position: relative;
    text-shadow: 0 1px 0 rgb(2, 38, 78);
    padding: 0 8px;
  }
  .mobile--menu span:last-child::after {
    display: none;
  }
  .mobile--menu span:after {
    position: absolute;
    top: 0;
    inset-inline-end: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(165deg, #715321 10.82%, #7d6234 27.28%, #836c3e 40.6%, #7d6234 52.35%, #715321 65.28%);
    content: "";
  }
  .burger {
    display: flex;
  }
  .top__menu::after {
    display: none;
  }
  .container {
    width: calc(100% - 32px);
  }
  .top__menu__row {
    padding: 0 16px;
  }
  .banner--wrap {
    margin-top: 16px;
  }
  .banner {
    aspect-ratio: 1272/576;
  }
}
@media (max-width: 767px) {
  .content__item ol,
  .content__item ul {
    padding-left: 30px;
  }
  .content__item {
    font-size: 16px;
  }
  .content__table th,
  .content__table td {
    padding: 8px;
  }
  .footer__menu {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
    padding: 0 30px;
  }
  .footer__top {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .footer__top a {
    width: 100%;
  }
  .footer__pay {
    flex-wrap: wrap;
  }
  .cards__list {
    display: flex;
    width: calc(100% + 16px);
    gap: 18px;
    overflow-x: auto;
    padding-right: 16px;
  }
  .cards__item:nth-child(n+7) {
    display: block;
  }
  .cards__item {
    width: 26%;
    min-width: 26%;
  }
  .cards__row:nth-child(3) .cards__list .cards__item {
    width: 60%;
    min-width: 60%;
  }
  header {
    height: 108px;
    padding: 12px;
  }
  header .container {
    width: 100%;
  }
  .header {
    flex-direction: column;
  }
  .header__logo {
    width: 124px;
  }
  .burger {
    position: absolute;
    top: 12px;
    left: 12px;
    width: 38px;
    height: 38px;
  }
  .burger svg-icon-sprite {
    width: 24px;
  }
  .header__right {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4px;
    width: 100%;
  }
  .header__btn {
    height: 38px;
    font-size: 14px;
  }
  .mobile--menu {
    height: 35px;
    font-size: 14px;
    position: relative;
    z-index: 2;
  }
  .mobile--menu span:after {
    position: absolute;
    right: 0;
    width: 12px;
    height: 12px;
    background-image: url(../images/item-divider@2x.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    content: "";
    top: auto;
  }
  .banner--wrap {
    margin: 0 0 0 -16px;
    width: calc(100% + 32px);
  }
  .banner {
    aspect-ratio: 375/352;
  }
  .banner:before {
    display: none;
  }
  .banner__img {
    padding: 0;
  }
  .banner__img video {
    border-radius: 0;
  }
  .banner__content {
    justify-content: flex-end;
    padding: 0 16px 6px;
  }
  .banner__content p:nth-child(1) {
    font-size: 14px;
    padding-block: 0;
    padding-inline: 0;
    text-shadow: none;
    font-weight: 600;
    color: rgb(7, 85, 173);
    border-image-source: none;
    border-image-slice: 0;
    border-image-width: 0;
    border-style: solid;
    border-width: 0;
    letter-spacing: -0.5px;
  }
  .wrap {
    margin-top: -10px;
  }
  .banner__content p:nth-child(2) {
    margin-top: 4px;
    font-size: 28px;
    -webkit-text-stroke: 1px rgb(204, 68, 0);
  }
  .banner__content a {
    margin-top: 4px;
    height: auto;
    width: 265px;
    aspect-ratio: 357/92;
    border-image-source: url(../images/main-banner-l@2x.webp);
    font-size: 22px;
  }
  .cards__title {
    font-size: 18px;
  }
  .cards__nav p {
    font-size: 14px;
  }
  .cards__list {
    gap: 8px;
  }
  .cards__item {
    width: 30%;
    min-width: 30%;
  }
  .cards__item:after {
    border-image-width: 12px;
  }
}/*# sourceMappingURL=styles.css.map */