@charset "UTF-8";
* {
  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%;
}

@font-face {
  font-family: "Avenir Next W1G";
  src: url("../fonts/Аvеnіr/Avenir Next W1G Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Avenir Next W1G";
  src: url("../fonts/Аvеnіr/Avenir Next W1G Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Avenir Next W1G";
  src: url("../fonts/Аvеnіr/Avenir Next W1G Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Avenir Next W1G";
  src: url("../fonts/Аvеnіr/Avenir Next W1G Bold.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
html {
  font-size: 16px;
}

body {
  font-family: "Montserrat", sans-serif;
  color: rgb(255, 255, 255);
  background: rgb(16, 16, 20);
  font-weight: 400;
}

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

header {
  height: 64px;
  position: sticky;
  top: 0;
  z-index: 99;
  background-color: rgb(15, 14, 20);
  border-bottom: 1px solid;
  border-image-source: linear-gradient(90deg, #4c4c4c, hsla(0, 0%, 85.9%, 0));
  border-image-slice: 1;
  border-image-repeat: stretch;
  box-shadow: 0px -64px 25.8px -48px rgba(46, 24, 119, 0.11) inset, 0px -2px 25.8px 0px hsla(0, 0%, 100%, 0.06) inset;
}
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: 16px;
}

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

.header__icon {
  box-shadow: 0px 1px 32px 0px rgba(49, 30, 84, 0.5) inset, 0px 1px 2px 0px rgba(0, 0, 0, 0.8) inset, 0px 0px 24.9px -18px #bfbfbf inset, 0px 0px 8px 0px hsla(0, 0%, 100%, 0.1) inset;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0b0b13;
  background-clip: padding-box;
  border-radius: 8px;
  position: relative;
}
.header__icon:before {
  background: linear-gradient(180deg, #353552, #827ec8 40%, #eae7f0 50%, #827ec8 60%, #32324c);
  box-shadow: 0px 1px 20px 2px #311e54;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -1px;
  border-radius: inherit;
}
.header__icon span {
  width: 24px;
  height: 24px;
  -webkit-mask-image: url(../images/burgermenu-opened.svg);
          mask-image: url(../images/burgermenu-opened.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  background: linear-gradient(180deg, #9e9ccc, #4c5968);
}

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

.header__search {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 42px;
  width: 270px;
  padding: 0 12px;
  position: relative;
  border-radius: 8px;
  background: radial-gradient(100% 100% at 100% 100%, hsla(0, 0%, 100%, 0.08) 0%, hsla(0, 0%, 100%, 0) 100%), radial-gradient(100% 100% at 0% 0%, hsla(0, 0%, 100%, 0.12) 0%, hsla(0, 0%, 100%, 0) 100%);
}
.header__search:before {
  content: "";
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  border-radius: 7px;
  background: rgb(26, 26, 32);
}
.header__search svg-icon-sprite {
  width: 16px;
  min-width: 16px;
  position: relative;
}
.header__search svg-icon-sprite svg {
  fill: rgb(141, 141, 165);
}
.header__search span {
  position: relative;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  color: #b9b9e2;
}

.header__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  text-shadow: 0px 0px 0.5px 0px hsla(0, 0%, 100%, 0.5) inset;
  font-size: 0.875rem;
  font-weight: 900;
  line-height: 1.25rem;
  letter-spacing: 0.01rem;
  font-family: "Halvar Breit XBd";
  text-transform: uppercase;
  background: rgb(14, 19, 11);
  box-shadow: 0px 1px 32px 0px rgba(49, 30, 84, 0.5) inset, 0px 1px 2px 0px rgba(0, 0, 0, 0.8) inset, 0px 0px 24.9px -18px #bfbfbf inset, 0px 0px 8px 0px hsla(0, 0%, 100%, 0.1) inset;
  background-clip: padding-box;
  border-radius: 8px;
  padding: 0 0.75rem;
  min-width: 80px;
  position: relative;
}
.header__btn:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -1px;
  border-radius: inherit;
  background: linear-gradient(180deg, #353552, #827ec8 40%, #eae7f0 50%, #827ec8 60%, #32324c);
  box-shadow: 0px 1px 20px 2px #311e54;
}
.header__btn:nth-child(3)::before {
  background: linear-gradient(180deg, #3c4a30, #cff86e 52.5%, #3c4a30);
}

.sidebar {
  position: fixed;
  left: 0;
  top: 64px;
  height: calc(100vh - 64px);
  width: 16rem;
  z-index: 99;
  overflow: auto;
  display: flex;
  flex-direction: column;
  background-color: rgb(16, 16, 20);
  border-right: 1px solid rgb(36, 36, 61);
}

.sidebar__menu {
  display: flex;
  flex-direction: column;
}

.sidebar__line {
  width: 100%;
  background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0%, #5c5c60 35%, hsla(0, 0%, 100%, 0));
  height: 1px;
  min-height: 1px;
}

.sidebar__list {
  display: flex;
  flex-direction: column;
  position: relative;
}
.sidebar__list:nth-child(3) a {
  color: #fff;
  background: linear-gradient(90deg, rgba(246, 255, 13, 0.15), rgba(246, 255, 13, 0));
  margin: 5px 0;
}
.sidebar__list:nth-child(3) a::after {
  background: linear-gradient(180deg, rgba(246, 255, 13, 0), #f6ff0d, rgba(246, 255, 13, 0));
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 2px;
  content: "";
}
.sidebar__list:nth-child(3) a span:nth-child(1) {
  -webkit-mask-image: url(../images/m2.svg);
          mask-image: url(../images/m2.svg);
  background: linear-gradient(180deg, #5c9007, #f6ff0d 45%, #f6ff0d 55%, #a4f804 60%, #416304);
}
.sidebar__list:nth-child(5) li:nth-child(1) a span:nth-child(1) {
  -webkit-mask-image: url(../images/m3.svg);
          mask-image: url(../images/m3.svg);
}
.sidebar__list:nth-child(5) li:nth-child(2) a span:nth-child(1) {
  -webkit-mask-image: url(../images/m4.svg);
          mask-image: url(../images/m4.svg);
}
.sidebar__list:nth-child(7) li:nth-child(1) a span:nth-child(1) {
  -webkit-mask-image: url(../images/m5.svg);
          mask-image: url(../images/m5.svg);
}
.sidebar__list:nth-child(7) li:nth-child(2) a span:nth-child(1) {
  -webkit-mask-image: url(../images/m6.svg);
          mask-image: url(../images/m6.svg);
}
.sidebar__list:nth-child(7) li:nth-child(3) a span:nth-child(1) {
  -webkit-mask-image: url(../images/m7.svg);
          mask-image: url(../images/m7.svg);
}
.sidebar__list:nth-child(9) li:nth-child(1) a span:nth-child(1) {
  -webkit-mask-image: url(../images/m8.svg);
          mask-image: url(../images/m8.svg);
}
.sidebar__list:nth-child(9) li:nth-child(2) a span:nth-child(1) {
  -webkit-mask-image: url(../images/m9.svg);
          mask-image: url(../images/m9.svg);
}
.sidebar__list:nth-child(9) li:nth-child(3) a span:nth-child(1) {
  -webkit-mask-image: url(../images/m10.svg);
          mask-image: url(../images/m10.svg);
}
.sidebar__list:nth-child(11) li:nth-child(1) a span:nth-child(1) {
  -webkit-mask-image: url(../images/m11.svg);
          mask-image: url(../images/m11.svg);
}
.sidebar__list li {
  width: 100%;
}
.sidebar__list a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.375rem;
  letter-spacing: 0.02rem;
  position: relative;
  width: 100%;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  color: rgb(174, 174, 184);
  cursor: pointer;
  padding: 0 1.25em;
  height: 50px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  gap: 0.75em;
}
.sidebar__list a span:nth-child(1) {
  width: 24px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-mask-image: url(../images/m1.svg);
          mask-image: url(../images/m1.svg);
  background: linear-gradient(0deg, hsla(0, 0%, 100%, 0.4), hsla(0, 0%, 100%, 0.4)), linear-gradient(180deg, #8e8bbf, #3a444f);
}

.sidebar__footer {
  margin-top: auto;
  padding: 1em 0.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(16, 16, 20);
}
.sidebar__footer a {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 60px;
  gap: 4px;
  color: rgb(141, 141, 165);
  text-align: center;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1rem;
  letter-spacing: 0.02rem;
  text-transform: uppercase;
  padding: 9px 10px;
}
.sidebar__footer a img,
.sidebar__footer a svg-icon-sprite {
  width: 20px;
  height: 20px;
}
.sidebar__footer a img svg,
.sidebar__footer a svg-icon-sprite svg {
  fill: rgb(141, 141, 165);
}

.wrap {
  padding-left: 16rem;
}

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

.banner {
  height: 450px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}

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

.banner__menu__row {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  z-index: 1;
}

.banner__menu {
  height: 30px;
  width: 350px;
  background: url(../images/tab_background.png);
  background-position: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner__menu div {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
  letter-spacing: 0;
  min-width: 80px;
  padding: 4px 12px;
  text-transform: uppercase;
  position: relative;
}
.banner__menu div:nth-child(1) {
  color: rgb(200, 236, 3);
}
.banner__menu div:nth-child(1):before {
  content: "";
  position: absolute;
  height: 14px;
  width: 100%;
  bottom: -1px;
  left: 0;
  background: url(../images/active_badge.png);
  background-position: 50%;
  z-index: 1;
}
.banner__menu div:nth-child(1):after {
  content: "";
  position: absolute;
  height: 24px;
  width: 2px;
  z-index: 2;
  background: url(../images/line.png);
  right: -2px;
  top: 2px;
}
.banner__menu div:nth-child(2) {
  padding-left: 17px;
}

.banner__content {
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 45%;
  height: 100%;
  padding: 0 0 0 68px;
}
.banner__content p:nth-child(1) {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.125rem;
  letter-spacing: 0.02rem;
  text-transform: uppercase;
  background: linear-gradient(180deg, #e4fc6a, #3d9236);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
.banner__content p:nth-child(2) {
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 2.5rem;
  letter-spacing: -0.02rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-transform: uppercase;
  font-family: "Halvar Breit XBd";
  margin-top: 5px;
}
.banner__content a {
  margin-top: 32px;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.75rem;
  letter-spacing: 0.01rem;
  font-family: "Halvar Breit XBd";
  padding: 0 1.5rem;
  height: 67px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: linear-gradient(180deg, #4a9200, #f4ff00 45%, #f4ff00 55%, #87fb00 60%, #629505);
  background-size: auto;
  border-radius: 8px;
  text-transform: uppercase;
  color: rgb(27, 26, 26);
  box-shadow: 0px -1.5px 0px 0px #0d4e15 inset, 0px 0.5px 0.5px 0px #fdffeb inset, 0px 0px 0px 4px rgba(190, 253, 107, 0.1), 0px 1.5px 42px 0px rgba(181, 255, 33, 0.29), 0px -6px 5px -6px rgba(143, 174, 3, 0.4), 0px 4px 6px 0px rgba(0, 0, 0, 0.8);
}
.banner__content a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 3px solid #c8fd24;
  border-radius: 12px;
  pointer-events: none;
}

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

.cards__row {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}

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

.cards__title {
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 2rem;
  letter-spacing: -0.04rem;
  font-family: "Halvar Breit XBd";
  text-transform: uppercase;
}

.cards__line {
  display: none;
}

.cards__nav {
  display: flex;
  align-items: center;
  gap: 8px;
}
.cards__nav p {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
}

.cards__arrows {
  display: flex;
  align-items: center;
  gap: 4px;
}
.cards__arrows span {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, hsla(0, 0%, 91.4%, 0.1), hsla(0, 0%, 96.1%, 0.1) 50%, rgba(126, 128, 145, 0.1));
  border-radius: 8px;
  position: relative;
}
.cards__arrows span:before {
  border: 1px solid transparent;
  border-radius: 9px;
  border-bottom: 0;
  background: linear-gradient(180deg, hsla(0, 0%, 59.6%, 0.5), hsla(0, 0%, 100%, 0.5) 50.49%, hsla(0, 0%, 59.6%, 0.5));
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -1px;
}
.cards__arrows span svg-icon-sprite {
  width: 16px;
}
.cards__arrows span svg-icon-sprite svg {
  fill: #fff;
}
.cards__arrows span:first-child, .cards__arrows span:hover {
  opacity: 0.5;
}

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

.cards__item__body {
  position: relative;
  aspect-ratio: 131/194;
  border: 1px solid hsla(0, 0%, 100%, 0.2);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
}
.cards__item__body span {
  display: none;
}
.cards__item__body img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  border: 1px solid hsla(0, 0%, 100%, 0.2);
}

.cards__item__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1rem;
  letter-spacing: 0;
  margin-top: 6px;
}

.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(255, 255, 255);
  text-align: left;
  vertical-align: top;
}

.table--style tr:first-child td {
  background: linear-gradient(180deg, rgb(219, 255, 0) 0%, rgb(180, 197, 0) 100%);
  color: rgb(3, 10, 10);
}

footer {
  position: relative;
  background-image: url(../images/footer-bg.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  padding: 24px 0 64px;
  border-top: 1px solid rgb(36, 36, 61);
}
footer .container {
  max-width: 1376px;
}

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

.footer__top {
  display: flex;
  justify-content: center;
  gap: 12px;
}
.footer__top a {
  font-family: "Halvar Breit XBd";
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  font-size: 0.875rem;
  font-weight: 900;
  line-height: 1.25rem;
  letter-spacing: 0.01rem;
  text-transform: uppercase;
  background: rgb(14, 19, 11);
  box-shadow: 0px 1px 32px 0px rgba(49, 30, 84, 0.5) inset, 0px 1px 2px 0px rgba(0, 0, 0, 0.8) inset, 0px 0px 24.9px -18px #bfbfbf inset, 0px 0px 8px 0px hsla(0, 0%, 100%, 0.1) inset;
  background-clip: padding-box;
  border-radius: 8px;
  padding: 0 0.75rem;
  gap: 8px;
}
.footer__top a svg-icon-sprite {
  width: 20px;
}
.footer__top a svg-icon-sprite svg {
  fill: rgb(55, 132, 171);
}
.footer__top a img {
  width: 24px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer__menu {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 40px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
  letter-spacing: 0;
  color: rgb(141, 141, 165);
}
.footer__menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 16px;
  display: flex;
  flex-direction: column;
}

.footer__menu__title {
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1.125rem;
  letter-spacing: 0.02rem;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}

.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: -moz-max-content;
  min-width: max-content;
  padding: 0 6px;
  height: 36px;
  background: rgb(14, 19, 11);
  box-shadow: 0px 1px 32px 0px rgba(49, 30, 84, 0.5) inset, 0px 1px 2px 0px rgba(0, 0, 0, 0.8) inset, 0px 0px 24.9px -18px #bfbfbf inset, 0px 0px 8px 0px hsla(0, 0%, 100%, 0.1) inset;
  background-clip: padding-box;
  border-radius: 8px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.4;
  font-size: 12px;
  color: rgb(141, 141, 165);
}
.footer__pay a:last-child {
  border: 0;
  background: none;
  box-shadow: none;
}
.footer__pay a svg-icon-sprite {
  width: 12px;
}
.footer__pay a svg-icon-sprite svg {
  fill: rgb(141, 141, 165);
}
.footer__pay a img {
  width: 66px;
}

.footer__media {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}

.footer__copyright {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  gap: 0px;
  color: rgb(141, 141, 165);
  font-size: 0.75rem;
  line-height: 1.125rem;
}

.mobile-menu {
  display: none;
}

@media (max-width: 1919px) {
  .cards__list {
    grid-template-columns: repeat(6, 1fr);
  }
  .cards__item:nth-child(n+7) {
    display: none;
  }
}
@media (max-width: 1279px) {
  .header__icon {
    display: none;
  }
  .header__search {
    display: none;
  }
  .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;
  }
  .header__left {
    gap: 15px;
    padding-left: 0;
  }
  .banner__content {
    width: 75%;
    padding: 0 0 0 0px;
  }
}
@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% + 20px);
    overflow-x: auto;
    padding-right: 20px;
  }
  .cards__item:nth-child(n+7) {
    display: block;
  }
  .cards__item {
    width: 32%;
    min-width: 32%;
  }
  header {
    height: 52px;
  }
  .header__logo {
    width: 78px;
  }
  header .container {
    width: calc(100% - 20px);
  }
  .header__btn {
    max-width: 117px;
    font-size: 0.75rem;
  }
  .header__btn span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .header__right {
    gap: 4px;
  }
  .banner__content {
    width: 100%;
    justify-content: flex-end;
    padding: 24px 20px;
  }
  .banner__content p:nth-child(2) {
    font-size: 24px;
    line-height: 28px;
  }
  .banner__content a {
    margin-top: 15px;
    font-size: 0.75rem;
  }
  .cards__title {
    font-size: 1rem;
  }
  .footer__top a {
    font-size: 0.675rem;
  }
  .mobile-menu {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(5, 1fr);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1rem;
    letter-spacing: 0;
    height: 64px;
    z-index: 99;
    background-color: rgba(12, 12, 13, 0.95);
    padding: 0 12px;
    border-top: 1px solid;
    -o-border-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0)) 1;
    border-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0)) 1;
  }
  .mobile-menu div {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: rgb(174, 174, 184);
    gap: 4px;
    min-width: -moz-max-content;
    min-width: max-content;
  }
  .mobile-menu div:nth-child(2) span:nth-child(1) {
    -webkit-mask-image: url(../images/mm2.svg);
            mask-image: url(../images/mm2.svg);
  }
  .mobile-menu div:nth-child(3) span:nth-child(1) {
    -webkit-mask-image: url(../images/mm3.svg);
            mask-image: url(../images/mm3.svg);
  }
  .mobile-menu div:nth-child(4) span:nth-child(1) {
    -webkit-mask-image: url(../images/mm4.svg);
            mask-image: url(../images/mm4.svg);
  }
  .mobile-menu div:nth-child(5) span:nth-child(1) {
    -webkit-mask-image: url(../images/mm5.svg);
            mask-image: url(../images/mm5.svg);
  }
  .mobile-menu div span:nth-child(1) {
    -webkit-mask-image: url(../images/mm1.svg);
            mask-image: url(../images/mm1.svg);
    width: 24px;
    height: 24px;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-size: contain;
            mask-size: contain;
    background: linear-gradient(180deg, #ecebff, #a08db3);
  }
}/*# sourceMappingURL=styles.css.map */