* {
  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 {
  background: url(../images/pattern-02.c1be6ee9cec85475.svg), rgb(13, 13, 15);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: rgb(186, 188, 204);
  font-family: "Manrope", sans-serif;
}

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

header {
  height: 64px;
  position: sticky;
  top: 0;
  z-index: 99;
  background: url(../images/pattern-03.7bb390def50a54cf.svg) center/50px, rgb(16, 17, 21);
  border-bottom: 1px solid rgb(42, 42, 55);
}
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: 25px;
  padding-left: 10px;
}

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

.header__icon,
.burger {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.header__icon img,
.burger img {
  width: 100%;
  height: 100%;
}

.burger {
  display: none;
}

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

.header__search {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 48px;
  width: 300px;
  padding: 0 16px;
  line-height: 1.2;
  color: rgb(186, 188, 204);
  border: 1px solid transparent;
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgb(13, 13, 15) 100%) center top/cover padding-box, linear-gradient(180deg, rgb(255, 255, 255) 100%, rgb(255, 255, 255) 100%) border-box;
  border-radius: 90px;
}
.header__search svg-icon-sprite {
  width: 16px;
}
.header__search svg-icon-sprite svg {
  fill: rgb(255, 255, 255);
}

.header__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  font-weight: 700;
  padding: 0 20px;
  line-height: 1;
  color: rgb(186, 188, 204);
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 1000px;
  border: 2px solid transparent;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25) inset;
  background: linear-gradient(180deg, rgb(0, 0, 0) 100% 100%) padding-box, linear-gradient(180deg, rgb(42, 42, 55) 0%, rgb(32, 32, 40) 100%) border-box;
}

.mobile--menu {
  display: none;
}

.sidebar {
  position: fixed;
  left: 0;
  top: 64px;
  height: calc(100vh - 64px);
  width: 232px;
  z-index: 99;
  overflow: auto;
  display: flex;
  flex-direction: column;
  padding-bottom: 12px;
  border-right: 1px solid rgb(42, 42, 55);
  background: url(../images/pattern-02.c1be6ee9cec85475.svg), rgb(16, 17, 21);
}

.sidebar__menu {
  display: flex;
  flex-direction: column;
  padding: 12px 12px 12px 16px;
}

.sidebar__line {
  background-color: rgb(42, 42, 55);
  height: 1px;
  margin-block: 12px;
}

.sidebar__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
}
.sidebar__list:nth-child(4) a {
  border: 1px solid transparent;
  background: url(pattern-04.77e53f267e62ad5b.svg) padding-box, linear-gradient(180deg, rgb(32, 32, 40) 0%, rgb(11, 11, 14) 100%) padding-box, linear-gradient(180deg, rgb(11, 11, 14) 0%, rgba(11, 11, 14, 0.3) 100%) padding-box padding-box, linear-gradient(180deg, rgb(108, 6, 17) 0%, rgb(70, 4, 11) 100%) border-box;
  border-radius: 90px;
  color: #fff;
}
.sidebar__list li {
  width: 100%;
}
.sidebar__list a {
  position: relative;
  display: flex;
  align-items: center;
  height: 48px;
  gap: 14px;
  width: 100%;
  padding: 0 14px;
  color: rgb(186, 188, 204);
}
.sidebar__list a span:nth-child(1) {
  width: 20px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar__list a span:nth-child(1) img {
  width: 100%;
  height: 100%;
}

.sidebar__footer {
  margin: auto auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: sticky;
  bottom: 0;
  z-index: 2;
  width: calc(100% - 24px);
}
.sidebar__footer a {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 60px;
  gap: 4px;
  color: rgb(186, 188, 204);
  text-transform: uppercase;
  border: 1px solid transparent;
  background: url(../images/pattern-04.77e53f267e62ad5b.svg) padding-box, linear-gradient(180deg, rgb(32, 32, 40) 0%, rgb(11, 11, 14) 100%) padding-box, linear-gradient(180deg, rgb(11, 11, 14) 0%, rgba(11, 11, 14, 0.3) 100%) padding-box padding-box, linear-gradient(180deg, rgb(42, 42, 55) 0%, rgb(32, 32, 40) 100%) border-box;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
}
.sidebar__footer a:nth-child(1) {
  border-top-left-radius: 90px;
  border-bottom-left-radius: 90px;
  border-right: none;
}
.sidebar__footer a:nth-child(2) {
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
}
.sidebar__footer a:nth-child(2) img {
  width: 18px;
}
.sidebar__footer a img {
  width: 16px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.wrap {
  padding-left: 232px;
}

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

.banner {
  aspect-ratio: 1646/498;
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid rgb(42, 42, 55);
  overflow: hidden;
  border-radius: 12px;
}

.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__content {
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 770px;
  height: 100%;
  padding: 0 40px;
}
.banner__content p:nth-child(1) {
  font-size: 24px;
  line-height: 1.4;
  padding: 4px 16px;
  text-transform: uppercase;
  color: rgb(186, 188, 204);
  border-radius: 100px;
  background-color: rgba(13, 13, 15, 0.48);
}
.banner__content p:nth-child(2) {
  margin-top: 8px;
  font-size: 45px;
  line-height: 1.1;
  text-shadow: 0 0 30px rgba(255, 255, 255, 0.5);
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
.banner__content a {
  margin-top: 32px;
  height: 72px;
  width: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/pattern.ccb77ac79dc18b08.svg) center 20px/60px, linear-gradient(180deg, rgb(234, 240, 245) 16%, rgb(182, 182, 200) 77%, rgb(182, 182, 200) 99%);
  border-radius: 100px;
  letter-spacing: 1px;
  font-size: 28px;
  font-weight: 500;
  text-transform: uppercase;
  color: rgb(11, 11, 14);
  -webkit-text-stroke: 1px rgb(11, 11, 14);
  position: relative;
}
.banner__content a::before {
  content: "";
  position: absolute;
  inset: 2px;
  border-radius: 100px;
  border: 3px solid rgb(255, 39, 39);
}

.top--menu {
  top: 63px;
  z-index: 9;
  position: sticky;
  overflow: hidden;
  margin: 0 auto;
  background: url(../images/pattern-02.c1be6ee9cec85475.svg), rgb(13, 13, 15);
  padding: 16px 0 8px;
  border-bottom: 1px solid rgb(42, 42, 55);
}

.top__menu {
  position: relative;
}
.top__menu::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 60px;
  right: 0;
  top: 0;
  background-image: linear-gradient(270deg, rgb(13, 13, 15) 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: 7px;
}
.top__menu__row::-webkit-scrollbar-thumb {
  background: rgb(32, 32, 40);
}
.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;
  gap: 8px;
  min-width: 88px;
  padding: 12px;
  white-space: nowrap;
  color: rgb(186, 188, 204);
  text-transform: uppercase;
  --stb-tab-bg: linear-gradient(
  			180deg,
  			rgb(32 32 40) 0%,
  			rgb(11 11 14) 100%
  		)
  		padding-box,
  	linear-gradient(180deg, rgb(11 11 14) 0%, rgb(11 11 14 / 0.3) 100%)
  		padding-box;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  border-radius: 12px;
  border: 1px solid transparent;
  background: url(../images/pattern-04.77e53f267e62ad5b.svg) padding-box, linear-gradient(180deg, rgb(32, 32, 40) 0%, rgb(11, 11, 14) 100%) padding-box, linear-gradient(180deg, rgb(11, 11, 14) 0%, rgba(11, 11, 14, 0.3) 100%) padding-box, linear-gradient(180deg, rgb(42, 42, 55) 0%, rgb(32, 32, 40) 100%) border-box;
}
.top__menu__row ul a span {
  position: relative;
}
.top__menu__row ul a span:nth-child(1) {
  width: 28px;
  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: 610/407;
}

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

.cards__title {
  color: rgb(186, 188, 204);
  font-size: 24px;
  font-weight: 700;
}

.cards__line {
  display: none;
}

.cards__nav {
  display: flex;
  align-items: center;
  gap: 16px;
}
.cards__nav p {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  color: rgb(121, 122, 135);
}

.cards__arrows {
  display: flex;
  align-items: center;
  gap: 4px;
}
.cards__arrows span {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid transparent;
  background: url(../images/pattern-04.77e53f267e62ad5b.svg) padding-box, linear-gradient(180deg, rgb(32, 32, 40) 0%, rgb(11, 11, 14) 100%) padding-box, linear-gradient(180deg, rgb(11, 11, 14) 0%, rgba(11, 11, 14, 0.3) 100%) padding-box, linear-gradient(180deg, rgb(42, 42, 55) 0%, rgb(32, 32, 40) 100%) border-box;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25) inset;
}
.cards__arrows span img {
  width: 24px;
}
.cards__arrows span:first-child, .cards__arrows span:hover {
  opacity: 0.5;
}

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

.cards__item__body {
  position: relative;
  aspect-ratio: 215/323;
  overflow: hidden;
  background: linear-gradient(180deg, rgb(8, 8, 9), rgb(8, 8, 9)) padding-box, linear-gradient(180deg, rgb(42, 42, 55) 0%, rgb(32, 32, 40) 100%) border-box;
  border-radius: 13px;
  border: 2px solid transparent;
  padding: 1px;
}
.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: 10px;
}

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

.table--style tr:first-child td {
  font-weight: bold;
}

footer {
  position: relative;
}

.footer {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 32px 20px;
  border-top: 1px solid rgb(42, 42, 55);
}

.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;
  font-weight: 700;
  font-size: 14px;
  color: rgb(186, 188, 204);
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 100px;
  border: 2px solid transparent;
  background: linear-gradient(180deg, rgb(0, 0, 0) 100% 100%) padding-box, linear-gradient(180deg, rgb(42, 42, 55) 0%, rgb(32, 32, 40) 100%) border-box;
}
.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.2;
  font-weight: 400;
  color: rgb(121, 122, 135);
}
.footer__menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 16px;
  display: flex;
  flex-direction: column;
}

.footer__menu__title {
  font-size: 14px;
  text-transform: uppercase;
  color: rgb(186, 188, 204);
  font-weight: 500;
}

.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;
  border: 1px solid transparent;
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgb(13, 13, 15) 100%) padding-box, linear-gradient(180deg, rgb(255, 255, 255) 100%, rgb(255, 255, 255) 100%) border-box;
  border-radius: 24px;
  font-weight: 700;
  line-height: 1.4;
  font-size: 12px;
  color: rgb(186, 188, 204);
}
.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(186, 188, 204);
}
.footer__pay a img {
  width: 65px;
}

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

.footer__link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: rgb(186, 188, 204);
  gap: 8px;
}
.footer__link svg-icon-sprite {
  width: 12px;
}
.footer__link svg-icon-sprite svg {
  fill: rgb(186, 188, 204);
}

.footer__copyright {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  gap: 12px;
  color: rgb(121, 122, 135);
  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: 1262/498;
  }
}
@media (max-width: 1279px) {
  .burger {
    display: flex;
  }
  .header__icon {
    display: none;
  }
  .header__logo {
    width: 115px;
  }
  .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: 32px 0;
  }
  .top--menu {
    top: 59px;
    padding: 8px 0 4px;
  }
  .top__menu__row {
    padding: 0 20px 4px;
  }
  .top__menu__row::-webkit-scrollbar {
    height: 4px;
  }
  .top__menu::after {
    display: none;
  }
  .header__left {
    gap: 15px;
    padding-left: 0;
  }
  .mobile--menu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    height: 40px;
    background: rgb(16, 17, 21) url(../images/pattern-03.7bb390def50a54cf.svg);
  }
  .mobile--menu span {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
    color: rgb(186, 188, 204);
    white-space: nowrap;
    position: relative;
  }
  .mobile--menu span:last-child::after {
    display: none;
  }
  .mobile--menu span:after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: calc(100% - 14px);
    width: 1px;
    background-color: rgb(42, 42, 55);
    content: "";
  }
  .banner__content p:nth-child(1) {
    font-size: 20px;
  }
  .banner__content p:nth-child(2) {
    font-size: 35px;
  }
  .banner__content {
    width: 100%;
    padding: 0 20px;
  }
  .top__menu__row ul a {
    flex-direction: row;
  }
  .top__menu__row ul a span:nth-child(1) {
    width: 24px;
  }
}
@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);
    gap: 18px;
    overflow-x: auto;
    padding-right: 20px;
  }
  .cards__item:nth-child(n+7) {
    display: block;
  }
  .cards__item {
    width: 30%;
    min-width: 30%;
  }
  .cards__row:nth-child(3) .cards__list .cards__item {
    width: 60%;
    min-width: 60%;
  }
  header {
    height: 100px;
    padding: 12px 20px;
  }
  header .container {
    width: 100%;
  }
  .header {
    flex-direction: column;
  }
  .burger {
    position: absolute;
    top: 12px;
    left: 20px;
  }
  .header__right {
    gap: 4px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .header__btn {
    height: 36px;
    font-size: 14px;
  }
  .banner--wrap {
    margin-top: 0px;
  }
  .banner--wrap .container {
    width: 100%;
  }
  .banner {
    aspect-ratio: 375/403;
    border-radius: 0px;
  }
  .banner__content {
    justify-content: flex-end;
    padding: 0 20px 20px;
  }
  .banner__content p:nth-child(1) {
    padding: 4px 12px;
    font-size: 14px;
  }
  .banner__content p:nth-child(2) {
    font-size: 24px;
  }
  .banner__content a {
    margin-top: 20px;
    width: 100%;
    max-width: 305px;
    font-size: 20px;
    height: 64px;
  }
  .cards__title {
    font-size: 20px;
  }
}/*# sourceMappingURL=styles.css.map */