* {
  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(122, 191, 255);
}

body {
  background: url(../images/bg-pattern-010.6a4c677b1b775ab4.svg) repeat, url(../images/pattern-paper.65ac26ab4c2b95ed.png) repeat, rgb(0, 17, 51) no-repeat;
  background-size: 67px, 359px, auto;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  color: rgb(255, 255, 255);
  font-family: "Roboto", sans-serif;
}
body.hidden {
  overflow: hidden;
}

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

header {
  height: 64px;
  position: sticky;
  top: 0;
  z-index: 99;
  background: url(../images/bg-pattern-010.6a4c677b1b775ab4.svg) repeat, url(../images/pattern-paper.65ac26ab4c2b95ed.png) repeat, linear-gradient(rgb(32, 80, 153), rgb(18, 40, 102)) no-repeat;
  background-size: 67px, 359px, auto;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.5), 0 10px 20px rgba(0, 0, 0, 0.3);
}
header:after {
  position: absolute;
  inset-inline-start: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background-image: linear-gradient(90deg, rgba(125, 81, 14, 0.5), rgb(125, 81, 14) 32.88%, rgb(96, 58, 0) 51.1%, rgb(125, 81, 14) 68.8%, rgba(125, 81, 14, 0.5) 99.78%);
  content: "";
}
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: 30px;
}

.burger {
  display: none;
}

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

.header__icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.header__icon svg-icon-sprite {
  width: 100%;
}

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

.header__search {
  display: flex;
  align-items: center;
  gap: 16px;
  height: 44px;
  width: 300px;
  padding: 0 16px;
  line-height: 1.4;
  border: 2px solid rgb(6, 22, 56);
  border-radius: 16px;
  background-color: rgb(9, 24, 70);
  color: rgb(96, 123, 162);
}
.header__search svg-icon-sprite {
  width: 16px;
}
.header__search svg-icon-sprite svg {
  fill: rgb(76, 95, 113);
}

.header__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 44px;
  background-color: rgb(255, 255, 255);
  font-size: 16px;
  border-radius: 16px;
  font-family: "Roboto Condensed", sans-serif;
  color: rgb(255, 255, 255);
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  will-change: filter;
}
.header__btn:before {
  position: absolute;
  z-index: 1;
  inset: 1px;
  background: url(../images/button-secondary-pattern.a08984d4ff50c243.svg) center, linear-gradient(rgb(255, 211, 97), rgb(233, 174, 86) 20.5%, rgb(184, 107, 20) 86.5%, rgb(125, 81, 14)) no-repeat;
  background-size: 24px, auto;
  border-radius: 15px;
  content: "";
}
.header__btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  box-shadow: 0 6px rgba(255, 246, 202, 0.15) inset, 0 -4px rgba(0, 0, 0, 0.25) inset, 0 0 2px rgba(72, 23, 23, 0.75), 0 3px 5px rgba(255, 255, 255, 0.25) inset;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(0, 0, 0, 0.25);
  padding: 0 20px;
  border-radius: inherit;
}

.sidebar {
  position: fixed;
  left: 0;
  top: 64px;
  height: calc(100vh - 64px);
  width: 232px;
  z-index: 99;
  overflow: auto;
  display: flex;
  flex-direction: column;
  padding: 12px 12px 6px 8px;
  background-color: rgb(0, 17, 49);
}
.sidebar::before {
  position: absolute;
  inset-inline-start: 8px;
  top: 0;
  z-index: 2;
  width: calc(100% - 20px);
  height: 50px;
  background: linear-gradient(rgb(0, 0, 0), rgba(9, 24, 70, 0));
  pointer-events: none;
  content: "";
}

.sidebar__menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-y: auto;
  gap: 4px;
  position: relative;
  background-repeat: repeat;
  background-position: left bottom;
  background-image: url(../images/pattern-paper.65ac26ab4c2b95ed.png), linear-gradient(rgb(20, 53, 133) 50%, rgb(9, 24, 70));
  background-size: 359px, auto;
  padding: 0 10px;
  height: 100%;
}
.sidebar__menu::before {
  content: "";
  position: absolute;
  width: calc(100% - 12px);
  height: 100%;
  border-left: 1px solid rgb(103, 77, 46);
  border-right: 1px solid rgb(103, 77, 46);
  top: 0;
  pointer-events: none;
}

.sidebar__line {
  position: relative;
  height: 1px;
  min-height: 1px;
  width: calc(100% - 20px);
  margin: 2px 0;
  background: rgb(18, 40, 102);
}
.sidebar__line:after {
  inset-inline-end: 0;
  position: absolute;
  width: 5px;
  height: 5px;
  top: -2px;
  background: rgb(18, 40, 102);
  transform: rotate(45deg);
  content: "";
}
.sidebar__line::before {
  inset-inline-start: 0;
  position: absolute;
  width: 5px;
  height: 5px;
  top: -2px;
  background: rgb(18, 40, 102);
  transform: rotate(45deg);
  content: "";
}

.sidebar__list {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  z-index: 2;
}
.sidebar__list li {
  width: 100%;
}
.sidebar__list a {
  position: relative;
  display: flex;
  align-items: center;
  height: 44px;
  gap: 12px;
  width: 100%;
  padding: 0 2px;
  color: rgb(255, 255, 255);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}
.sidebar__list a span:nth-child(1) {
  background: linear-gradient(rgb(197, 217, 255), rgb(53, 105, 210) 49.5%, rgb(20, 53, 133));
  border-radius: 12px;
  position: relative;
  width: 36px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar__list a span:nth-child(1):after, .sidebar__list a span:nth-child(1)::before {
  position: absolute;
  inset: 2px;
  background: linear-gradient(rgb(122, 191, 255) -0.84%, rgb(53, 105, 210) 9.93%, rgb(20, 53, 133) 39.68%, rgb(20, 53, 133) 68.93%, rgb(18, 40, 102) 86.89%, rgb(20, 73, 216));
  border-radius: 10px;
  content: "";
}
.sidebar__list a span:nth-child(1) img {
  width: 20px;
  aspect-ratio: 1/1;
  position: relative;
  z-index: 1;
}
.sidebar__list a:hover {
  color: rgb(255, 255, 255);
}

.sidebar__app {
  border-radius: 20px;
  display: flex;
  padding: 12px;
  background-color: rgb(18, 40, 102);
  gap: 12px;
  margin: 15px auto 0;
  width: calc(100% - 10px);
  height: 76px;
  position: relative;
}
.sidebar__app::before {
  content: "";
  position: absolute;
  width: calc(100% - 4px);
  height: 100%;
  top: 0;
  left: 2px;
  border-radius: 20px;
  box-shadow: 0 2px 1px 1px #000;
  pointer-events: none;
}
.sidebar__app::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 20px;
  background-color: rgb(18, 40, 102);
}

.sidebar__app__img {
  width: 40px;
  min-width: 40px;
  height: 40px;
  position: relative;
  z-index: 1;
}

.sidebar__app__info {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sidebar__app__info p {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  color: rgb(122, 191, 255);
  width: 81px;
}
.sidebar__app__info p span:nth-child(1) {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: 14px;
}
.sidebar__app__info img {
  width: 16px;
  height: 16px;
}

.sidebar__footer {
  margin-top: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: sticky;
  bottom: 0;
  z-index: 2;
  padding: 6px 10px 45px;
  gap: 8px;
}
.sidebar__footer::after {
  content: "";
  position: absolute;
  width: calc(100% - 12px);
  height: 100%;
  border-left: 1px solid rgb(103, 77, 46);
  border-right: 1px solid rgb(103, 77, 46);
  top: 0;
  left: 5px;
  pointer-events: none;
}
.sidebar__footer::before {
  background: linear-gradient(180deg, rgba(0, 17, 51, 0), rgb(0, 9, 26) 27.5%, rgba(18, 40, 102, 0.9) 31.5%, rgba(0, 9, 26, 0));
  inset-inline-start: 8px;
  width: calc(100% - 20px);
  position: absolute;
  top: -4px;
  height: 16px;
  z-index: 1;
  content: "";
}
.sidebar__footer a {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 70px;
  border-radius: 12px;
  background: linear-gradient(rgb(53, 105, 210), rgb(32, 80, 153));
  box-shadow: 0 3px rgba(0, 0, 0, 0.3);
  font-family: "Roboto Condensed", sans-serif;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  gap: 4px;
}
.sidebar__footer a::before {
  content: "";
  position: absolute;
  height: calc(100% - 4px);
  width: calc(100% - 4px);
  inset: 2px;
  border-radius: 10px;
  background: linear-gradient(rgb(20, 53, 133) 50%, rgb(9, 24, 70));
  pointer-events: none;
}
.sidebar__footer a span {
  position: relative;
}
.sidebar__footer a img,
.sidebar__footer a svg-icon-sprite {
  width: 16px;
  position: relative;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.sidebar__footer a img svg,
.sidebar__footer a svg-icon-sprite svg {
  fill: rgb(251, 172, 44);
}

.wrap {
  padding-left: 232px;
  transition-duration: 0.3s;
}

.banner--wrap .container {
  width: 100%;
}

.banner {
  max-width: 1260px;
  width: 100%;
  aspect-ratio: 1260/360;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.banner:before {
  inset-inline-start: 0;
  background: linear-gradient(90deg, rgb(0, 17, 51), rgba(0, 17, 51, 0));
  width: 100px;
  position: absolute;
  top: 0;
  bottom: 0;
  content: "";
}
.banner::after {
  inset-inline-end: 0;
  background: linear-gradient(270deg, rgb(0, 17, 51), rgba(0, 17, 51, 0));
  width: 100px;
  position: absolute;
  top: 0;
  bottom: 0;
  content: "";
}

.banner__img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.banner__img video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.banner__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.banner__content {
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 442px;
  height: 100%;
}
.banner__content p:nth-child(1) {
  font-size: 24px;
  position: relative;
  padding: 2px 8px 4px;
  font-weight: 600;
}
.banner__content p:nth-child(1):before {
  content: "";
  inset: 0;
  position: absolute;
  background-image: linear-gradient(rgb(197, 217, 255), rgb(53, 105, 210) 49.5%, rgb(20, 53, 133));
  z-index: -1;
  border-radius: 12px;
}
.banner__content p:nth-child(1):after {
  content: "";
  inset: 1px;
  display: block;
  position: absolute;
  background-image: url(../images/pattern-paper.65ac26ab4c2b95ed.png), linear-gradient(rgb(20, 53, 133) 50%, rgb(9, 24, 70));
  z-index: 0;
  border-radius: 11px;
}
.banner__content p:nth-child(1) span {
  position: relative;
  background-image: linear-gradient(rgb(255, 246, 202), rgb(233, 174, 86));
  background-color: rgb(255, 211, 97);
  background-size: 100%;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 1;
}
.banner__content p:nth-child(2) {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 12px;
  font-size: 40px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-family: "Roboto Condensed", sans-serif;
}
.banner__content a {
  margin-top: 28px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 428px;
  background: url(../images/button-primary-pattern.webp) center repeat, linear-gradient(165deg, rgb(184, 107, 20) 5.83%, rgb(255, 182, 72) 40.2% 61.39%, rgb(184, 107, 20));
  background-size: cover;
  box-shadow: 0 2px rgb(89, 43, 23), 0 1px rgba(255, 255, 255, 0.25) inset;
  border-radius: 28px;
  font-size: 32px;
  color: rgb(255, 255, 255);
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  will-change: filter;
  position: relative;
}
.banner__content a:before {
  position: absolute;
  inset: 5px;
  border-radius: 23px;
  background: linear-gradient(rgb(255, 246, 202), rgb(184, 107, 20));
  content: "";
}
.banner__content a:after {
  position: absolute;
  inset: 6px;
  border-radius: 22px;
  background-image: linear-gradient(rgb(44, 255, 23), rgb(3, 181, 3));
  filter: drop-shadow(0 0 4px rgba(72, 23, 23, 0.44));
  content: "";
}
.banner__content a span {
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  inset: 0px;
  border-radius: 20px;
  background: linear-gradient(rgb(44, 255, 23), rgb(3, 181, 3) 32.5%, rgb(1, 92, 3));
  margin: 8px;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.4), 0 3px 0 rgba(0, 0, 0, 0.25);
}
.banner__content a span::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 24px;
  background-position: center;
  background-size: 100% 100%;
  z-index: 1;
  background-image: url(../images/button-star-icon.56a30922604a29ad.svg);
  pointer-events: none;
  background-repeat: no-repeat;
  bottom: 5px;
  left: 5px;
}
.banner__content a span::after {
  content: "";
  position: absolute;
  width: 28px;
  height: 42px;
  background-position: center;
  background-size: 100% 100%;
  z-index: 1;
  background-image: url(../images/button-star-icon.56a30922604a29ad.svg);
  pointer-events: none;
  background-repeat: no-repeat;
  top: -5px;
  right: 5px;
}

.top--menu {
  top: 63px;
  z-index: 9;
  position: sticky;
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
  background: url(../images/bg-pattern-010.6a4c677b1b775ab4.svg) repeat, url(../images/pattern-paper.65ac26ab4c2b95ed.png) repeat, rgb(0, 17, 51) no-repeat;
  background-size: 67px, 359px, auto;
  padding: 16px 0 8px;
  border-bottom: 3px solid rgb(60, 57, 119);
  border-top: 3px solid rgb(60, 57, 119);
}

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

.top__menu__row {
  overflow-x: auto;
  padding: 0 20px 8px;
}
.top__menu__row::-webkit-scrollbar {
  display: block;
  height: 11px;
}
.top__menu__row::-webkit-scrollbar-thumb {
  background: rgb(20, 53, 133);
}
.top__menu__row::-webkit-scrollbar-track {
  background: transparent;
}
.top__menu__row ul {
  display: flex;
  gap: 12px;
  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;
  flex-direction: column;
  text-align: center;
  padding: 12px 8px;
  background: linear-gradient(rgb(20, 53, 133) 50%, rgb(9, 24, 70));
  border-radius: 20px;
  gap: 6px;
  min-width: 88px;
  position: relative;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  color: rgb(84, 158, 255);
}
.top__menu__row ul a:before {
  position: absolute;
  z-index: 0;
  inset: 2px;
  border-radius: 18px;
  background: url(../images/button-tertiary-pattern-low-opacity.ab8a836b0ee18412.svg), url(../images/pattern-paper.65ac26ab4c2b95ed.png), linear-gradient(180deg, #173ca8 -0.84%, #10245d 64.45%, #0b154d 96.47%);
  background-size: 50px, 300px, auto;
  content: "";
}
.top__menu__row ul a span {
  position: relative;
}
.top__menu__row ul a span:nth-child(1) {
  width: 40px;
  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: 28px;
  padding-top: 28px;
}

.cards__row {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cards__row:nth-child(3) .cards__list {
  grid-template-columns: repeat(3, 1fr);
}
.cards__row:nth-child(3) .cards__item__body {
  aspect-ratio: 618/412;
}

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

.cards__title {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: -moz-max-content;
  min-width: max-content;
  color: rgb(255, 211, 97);
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 800;
  font-size: 24px;
}
.cards__title span {
  position: relative;
}
.cards__title span:nth-child(1) {
  width: 24px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cards__title span:nth-child(1) img {
  width: 100%;
  height: 100%;
}

.cards__line {
  width: 100%;
  height: 2px;
  background-color: rgb(102, 73, 38);
  position: relative;
}
.cards__line:before {
  position: absolute;
  top: -3px;
  inset-inline-end: -8px;
  width: 8px;
  height: 8px;
  background-color: rgb(102, 73, 38);
  transform: rotate(45deg);
  content: "";
}
.cards__line:after {
  position: absolute;
  top: -3px;
  inset-inline-start: -8px;
  width: 8px;
  height: 8px;
  background-color: rgb(102, 73, 38);
  transform: rotate(45deg);
  content: "";
}

.cards__nav {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: -moz-max-content;
  min-width: max-content;
}
.cards__nav p {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgb(255, 211, 97);
}

.cards__arrows {
  display: flex;
  align-items: center;
  gap: 4px;
}
.cards__arrows span {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cards__arrows span img {
  width: 100%;
  aspect-ratio: 1/1;
}
.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__body {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  aspect-ratio: 224/336;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 16px;
  background: linear-gradient(#c5d9ff 5.4%, #74a2ff 29.36%, #4276e0 69.99%, #814418) padding-box, linear-gradient(#0b154d, #c65300) border-box;
}
.cards__item__body:after {
  position: absolute;
  bottom: -2px;
  background: url(../images/game-card-bottom-light@2x.webp) center no-repeat;
  background-size: 100% 8px;
  width: 100%;
  height: 8px;
  content: "";
}
.cards__item__body span {
  display: none;
}
.cards__item__body img {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 12px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.cards__item__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.4;
  color: rgb(132, 151, 161);
  color: rgb(255, 211, 97);
  text-align: center;
}

.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.4;
}
.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 {
  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 {
  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 th,
.content__table td {
  padding: 12px;
  border: 1px solid rgb(255, 255, 255);
  text-align: left;
  font-weight: 500;
}

.table--style tr:first-child td {
  background: linear-gradient(rgb(20, 53, 133) 50%, rgb(9, 24, 70));
}
.table--style th {
  background: linear-gradient(180deg, rgb(219, 255, 0) 0%, rgb(180, 197, 0) 100%);
  color: rgb(3, 10, 10);
}

footer {
  padding: 32px 0;
  position: relative;
  background: url(../images/bg-pattern-010.6a4c677b1b775ab4.svg) center top/90px, linear-gradient(rgb(18, 40, 102), rgb(6, 22, 56));
}
footer::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 7px;
  background: url(../images/divider.95d60937428283b1.webp);
  background-size: 100% 100%;
}
footer:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 100%;
  background: linear-gradient(90deg, rgb(0, 9, 26), rgba(0, 9, 26, 0));
  content: "";
}

.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: 44px;
  width: 154px;
  gap: 8px;
  color: rgb(255, 182, 72);
  background-image: linear-gradient(rgb(197, 217, 255), rgb(53, 105, 210) 49.5%, rgb(20, 53, 133));
  font-weight: 700;
  font-size: 14px;
  border-radius: 16px;
  font-family: "Roboto Condensed", sans-serif;
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  position: relative;
}
.footer__top a:before {
  position: absolute;
  z-index: 1;
  inset: 1px;
  background: url(../images/button-tertiary-pattern-low-opacity.ab8a836b0ee18412.svg) center, linear-gradient(rgb(53, 105, 210), rgb(20, 53, 133)) no-repeat;
  background-size: 56px, auto;
  border-radius: 15px;
  content: "";
}
.footer__top a span {
  position: relative;
  z-index: 1;
}
.footer__top a svg-icon-sprite {
  position: relative;
  z-index: 1;
  width: 24px;
}
.footer__top a svg-icon-sprite svg {
  fill: rgb(255, 182, 72);
}
.footer__top a img {
  position: relative;
  z-index: 1;
  width: 24px;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer__menu {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 40px;
  font-size: 12px;
  line-height: 1.4;
  color: rgb(53, 105, 210);
}
.footer__menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 16px;
  display: flex;
  flex-direction: column;
}

.footer__menu__title {
  font-weight: 600;
  color: rgb(122, 191, 255);
  font-size: 14px;
}

.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: 4px;
  min-width: 80px;
  height: 36px;
  border-radius: 10px;
  background-color: rgb(0, 17, 51);
  border: 1px solid rgb(26, 63, 132);
  color: rgb(122, 191, 255);
  font-size: 12px;
}
.footer__pay a:last-child {
  border: 0;
  background: none;
}
.footer__pay a svg-icon-sprite {
  width: 12px;
}
.footer__pay a svg-icon-sprite svg {
  fill: rgb(122, 191, 255);
}
.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;
  color: rgb(122, 191, 255);
  font-size: 12px;
}

.header__btn svg-icon-sprite {
  display: none;
}

@media (max-width: 1919px) {
  .cards__list {
    grid-template-columns: repeat(7, 1fr);
  }
  .cards__item:nth-child(n+8) {
    display: none;
  }
}
@media (max-width: 1279px) {
  .burger {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
  }
  .burger svg-icon-sprite {
    width: 100%;
  }
  .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;
    padding: 8px 0 4px;
  }
  .top__menu__row {
    padding: 0 20px 4px;
  }
  .top__menu__row::-webkit-scrollbar {
    height: 4px;
  }
  .banner {
    width: 100%;
    aspect-ratio: 768/260;
  }
  .banner__content p:nth-child(2) {
    font-size: 35px;
  }
  .banner__content a {
    height: 56px;
    width: 265px;
    font-size: 20px;
    border-radius: 20px;
  }
  .banner__content a:before {
    inset: 4px;
    border-radius: 18px;
  }
  .banner__content a:after {
    inset: 4px;
    border-radius: 18px;
  }
  .banner__content a span {
    border-radius: 10px;
  }
  .banner__content a span::before {
    width: 12px;
    height: 18px;
    left: 2px;
  }
  .banner__content a span::after {
    width: 20px;
    height: 30px;
    right: 0px;
  }
  .top__menu__row ul a {
    min-width: auto;
    flex-direction: row;
    padding: 12px;
  }
  .top__menu__row ul a span:nth-child(1) {
    width: 32px;
  }
  .top__menu::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .cards__list {
    grid-template-columns: repeat(3, 1fr);
  }
  .cards__item:nth-child(n+7) {
    display: none;
  }
  .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__row:nth-child(3) .cards__list {
    grid-template-columns: repeat(1, 1fr);
  }
  .header__btn {
    width: 36px;
    height: 36px;
    border-radius: 12px;
  }
  .header__btn svg-icon-sprite {
    display: flex;
    position: relative;
    z-index: 1;
  }
  .header__btn svg-icon-sprite svg {
    fill: rgb(255, 255, 255);
  }
  .header__btn span {
    display: none;
  }
  .header__btn:before {
    border-radius: 10px;
  }
  .header__left {
    gap: 25px;
  }
  .banner {
    aspect-ratio: 375/420;
  }
  .banner:before,
  .banner::after {
    display: none;
  }
  .banner__content {
    justify-content: flex-end;
    padding: 0 0 10px;
  }
  .banner__content p:nth-child(1) {
    padding: 2px 8px 4px;
    font-weight: 600;
    font-size: 16px;
  }
  .banner__content p:nth-child(2) {
    margin-top: 6px;
    font-size: 28px;
  }
  .banner__content a {
    margin-top: 16px;
  }
  .cards__title span:nth-child(1) {
    display: none;
  }
  .cards__title {
    font-size: 20px;
  }
  .cards__list {
    gap: 8px;
  }
}/*# sourceMappingURL=styles.css.map */