* {
  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: 24px;
}
svg-icon-sprite svg {
  display: block;
  width: 100%;
  height: 100%;
}

body {
  font-family: "Jost", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  color: rgb(37, 34, 49);
  background-color: rgb(231, 237, 249);
}
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: rgb(250, 250, 250);
}
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;
}

.burger {
  display: none;
}

.header__logo {
  width: 178px;
  aspect-ratio: 178/48;
}
.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: 12px;
  height: 48px;
  width: 300px;
  padding: 14px 16px;
  border: 1px solid rgb(216, 227, 248);
  border-radius: 16px;
  background-color: rgb(253, 253, 253);
  color: rgb(141, 155, 183);
  line-height: 1.4;
}
.header__search svg-icon-sprite {
  width: 16px;
}
.header__search svg-icon-sprite svg {
  fill: rgb(141, 155, 183);
}

.header__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  box-shadow: inset 0px -2px 0px rgba(37, 34, 49, 0.1);
  padding: 0 24px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.02em;
  color: rgb(250, 250, 250);
  background-color: rgb(106, 53, 255);
  border-radius: 1000px;
}

.sidebar {
  position: fixed;
  left: 0;
  top: 64px;
  height: calc(100vh - 64px);
  width: 232px;
  z-index: 99;
  overflow: auto;
  display: flex;
  flex-direction: column;
  transition-duration: 0.3s;
  background-color: rgb(250, 250, 250);
}
.sidebar .header__search {
  display: none;
}
.sidebar.active {
  width: 80px;
}
.sidebar.active .sidebar__list a span:nth-child(2) {
  display: none;
}
.sidebar.active .sidebar__footer a {
  height: 40px;
}
.sidebar.active .sidebar__footer a span {
  display: none;
}

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

.sidebar__line {
  display: none;
}

.sidebar__list {
  display: flex;
  flex-direction: column;
  position: relative;
  border-bottom: 1px solid rgb(198, 223, 242);
  padding: 8px 0 8px 16px;
}
.sidebar__list:nth-child(4) a {
  background-color: rgb(241, 243, 247);
}
.sidebar__list:nth-child(4) a span:nth-child(1) {
  background: rgb(37, 34, 49);
  border: 2px solid rgb(241, 243, 247);
  box-shadow: 0 0 0 2px rgb(37, 34, 49);
}
.sidebar__list:nth-child(4) a span:nth-child(1) svg {
  fill: rgb(241, 243, 247);
}
.sidebar__list:nth-child(4) a span:nth-child(3) {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 4px;
  height: 26px;
  background-color: rgb(37, 34, 49);
  border-radius: 0 4px 4px 0;
  pointer-events: none;
}
.sidebar__list:nth-child(4) a span:nth-child(3):after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: calc(100% + 2px);
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid rgb(37, 34, 49);
  content: "";
}
.sidebar__list:nth-child(6) a span:nth-child(1) {
  background: conic-gradient(from 180deg, rgb(255, 255, 255) 0deg, rgb(195, 233, 205) 34deg, rgb(255, 255, 255) 101deg, rgb(195, 233, 205) 171deg, rgb(255, 255, 255) 234deg, rgb(195, 233, 205) 300deg, rgb(255, 255, 255) 360deg);
}
.sidebar__list:nth-child(8) a span:nth-child(1) {
  background: conic-gradient(from 180deg, rgb(255, 255, 255) 0deg, rgb(177, 194, 227) 34deg, rgb(255, 255, 255) 101deg, rgb(177, 194, 227) 171deg, rgb(255, 255, 255) 234deg, rgb(177, 194, 227) 300deg, rgb(255, 255, 255) 360deg);
}
.sidebar__list:nth-child(10) a span:nth-child(1) {
  background: conic-gradient(from 180deg, rgb(255, 255, 255) 0deg, rgb(177, 194, 227) 34deg, rgb(255, 255, 255) 101deg, rgb(177, 194, 227) 171deg, rgb(255, 255, 255) 234deg, rgb(177, 194, 227) 300deg, rgb(255, 255, 255) 360deg);
}
.sidebar__list:nth-child(12) a span:nth-child(1) {
  background: conic-gradient(from 180deg, rgb(255, 255, 255) 0deg, rgb(171, 255, 239) 41deg, rgb(219, 248, 255) 72deg, rgb(255, 255, 255) 104deg, rgb(237, 224, 255) 126deg, rgb(215, 219, 255) 155deg, rgb(237, 224, 255) 188deg, rgb(255, 255, 255) 232deg, rgb(219, 248, 255) 265deg, rgb(235, 192, 255) 294deg, rgb(215, 219, 255) 320deg, rgb(255, 255, 255) 360deg);
}
.sidebar__list li {
  width: 100%;
  padding-right: 16px;
}
.sidebar__list a {
  display: flex;
  align-items: center;
  height: 46px;
  color: rgb(37, 34, 49);
  gap: 8px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  transition: 0.3s;
  border-radius: 100px;
  padding: 0 6px;
  min-width: -moz-max-content;
  min-width: max-content;
  width: 100%;
}
.sidebar__list a span:nth-child(1) {
  width: 34px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: conic-gradient(from 180deg, rgb(255, 255, 255) 0deg, rgb(196, 194, 255) 34deg, rgb(255, 255, 255) 101deg, rgb(196, 194, 255) 171deg, rgb(255, 255, 255) 234deg, rgb(196, 194, 255) 300deg, rgb(255, 255, 255) 360deg);
  transition: 0.3s;
}
.sidebar__list a span:nth-child(1) svg-icon-sprite {
  width: 18px;
}
.sidebar__list a span:nth-child(1) svg-icon-sprite svg {
  fill: rgb(37, 34, 49);
}
.sidebar__list a:hover {
  background-color: rgb(241, 243, 247);
}

.sidebar__footer {
  margin-top: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: sticky;
  bottom: 0;
  z-index: 2;
  border-top: 1px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(90deg, rgb(219, 248, 255) 0%, rgb(237, 224, 255) 26%, rgb(185, 217, 241) 51%, rgb(241, 243, 247) 76%, rgb(215, 219, 255) 100%);
}
.sidebar__footer a {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  height: 60px;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  background-color: rgb(250, 250, 250);
}
.sidebar__footer a:first-child {
  border-right: 1px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(90deg, rgb(219, 248, 255) 0%, rgb(237, 224, 255) 26%, rgb(185, 217, 241) 51%, rgb(241, 243, 247) 76%, rgb(215, 219, 255) 100%);
}
.sidebar__footer a span {
  min-width: -moz-max-content;
  min-width: max-content;
}
.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%;
}

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

.banner--wrap {
  background: rgb(250, 250, 250);
}
.banner--wrap .container {
  width: 100%;
  max-width: none;
}

.banner {
  height: 520px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 0 0 380px;
}

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

.banner__content {
  z-index: 2;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 24px 30px;
  border-radius: 30px;
  width: 580px;
  gap: 20px;
}
.banner__content:before {
  border: 1px solid rgba(250, 250, 250, 0.22);
  background: rgba(250, 250, 250, 0.16);
  position: absolute;
  z-index: 1;
  inset: 0;
  border-radius: inherit;
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  content: "";
}
.banner__content .banner__content__img {
  position: absolute;
  width: 120%;
  aspect-ratio: 690/520;
  z-index: 1;
}
.banner__content .banner__content__img img {
  width: 100%;
  height: 100%;
  display: block;
}
.banner__content p {
  z-index: 2;
}
.banner__content p:nth-child(1) {
  padding: 10px 22px 10px 16px;
  font-size: 18px;
  letter-spacing: -0.04em;
  -webkit-clip-path: polygon(100% 0%, calc(100% - 5px) 0, calc(100% - 10px) 100%, 0% 100%, 0% 0%);
          clip-path: polygon(100% 0%, calc(100% - 5px) 0, calc(100% - 10px) 100%, 0% 100%, 0% 0%);
  background: linear-gradient(90deg, rgb(219, 248, 255) 0%, rgb(237, 224, 255) 26%, rgb(185, 217, 241) 51%, rgb(241, 243, 247) 76%, rgb(215, 219, 255) 100%);
  border: 1px solid rgb(255, 255, 255);
  border-radius: 30px;
  overflow: hidden;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  position: relative;
}
.banner__content p:nth-child(1):after {
  right: -24px;
  width: 40px;
  content: "";
  position: absolute;
  height: 100%;
  top: 2px;
  background-color: rgb(255, 255, 255);
  border-radius: 20px;
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.4));
}
.banner__content p:nth-child(2) {
  font-size: 44px;
  letter-spacing: -0.01em;
  text-shadow: 0 2px 0 rgba(56, 32, 153, 0.6);
  color: rgb(250, 250, 250);
  font-weight: 800;
  font-family: "Halvar Breit XBd", sans-serif;
}
.banner__content a {
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  box-shadow: inset 0px -2px 0px rgba(37, 34, 49, 0.05);
  padding: 0 40px;
  font-size: 26px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 0.02em;
  background-color: rgb(194, 227, 1);
  border-radius: 1000px;
  font-family: "Halvar Breit XBd", sans-serif;
}

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

.cards__row {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cards__row:nth-child(3) .cards__list {
  grid-template-columns: repeat(4, 1fr);
}
.cards__row:nth-child(3) .cards__item:nth-child(1) .cards__item__body::after {
  background-image: url(../images/111_bg.webp);
}
.cards__row:nth-child(3) .cards__item:nth-child(2) .cards__item__body::after {
  background-image: url(../images/222_bg.webp);
}
.cards__row:nth-child(3) .cards__item:nth-child(3) .cards__item__body::after {
  background-image: url(../images/333_bg.webp);
}
.cards__row:nth-child(3) .cards__item:nth-child(4) .cards__item__body::after {
  background-image: url(../images/444_bg.webp);
}
.cards__row:nth-child(3) .cards__item .cards__item__body {
  aspect-ratio: 460/283;
}
.cards__row:nth-child(3) .cards__item .cards__item__body img {
  aspect-ratio: 451/301;
}

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

.cards__title {
  display: flex;
  align-items: center;
  gap: 12px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.1;
  font-family: "Halvar Breit XBd", sans-serif;
}
.cards__title svg-icon-sprite {
  width: 20px;
}

.cards__nav {
  display: flex;
  align-items: center;
  gap: 16px;
}
.cards__nav p {
  padding: 0 12px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 0.02em;
  background-color: rgb(250, 250, 250);
  border-radius: 1000px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cards__arrows {
  display: flex;
  align-items: center;
  gap: 4px;
}
.cards__arrows span {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-duration: 0.3s;
  background: rgb(250, 250, 250);
  border-radius: 50%;
}
.cards__arrows span svg-icon-sprite {
  width: 16px;
}
.cards__arrows span svg-icon-sprite .icon {
  fill: rgb(37, 34, 49);
}
.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 {
  background-color: rgb(250, 250, 250);
  border-radius: 12px;
}

.cards__item__body {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  aspect-ratio: 214/291;
  border-radius: 12px;
  background: conic-gradient(from 180deg, rgb(255, 255, 255) 0deg, rgb(196, 194, 255) 39deg, rgb(255, 255, 255) 73deg, rgb(235, 192, 255) 110deg, rgb(240, 255, 155) 139deg, rgb(196, 194, 255) 168deg, rgb(255, 255, 255) 201deg, rgb(196, 194, 255) 226deg, rgb(223, 155, 255) 253deg, rgb(255, 255, 255) 294deg, rgb(136, 242, 189) 330deg, rgb(255, 255, 255) 360deg);
}
.cards__item__body::after {
  content: "";
  background-image: url(../images/card_background.webp);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 6px;
  left: 6px;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  border-radius: 8px;
}
.cards__item__body img {
  aspect-ratio: 214/315;
  width: calc(100% - 12px);
  display: block;
  z-index: 2;
  position: absolute;
  bottom: 6px;
  left: 6px;
  border-radius: 0 0 8px 8px;
}

.cards__item__title {
  padding: 11px 0;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}

.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:last-child p {
  display: flex;
  flex-direction: column;
}
.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__table table {
  border-collapse: collapse;
}
.content__table th,
.content__table td {
  padding: 12px;
  border: 1px solid rgb(37, 34, 49);
  text-align: left;
  font-weight: 500;
}

footer {
  padding: 24px 0 32px;
  background-color: rgb(37, 34, 49);
  position: relative;
}
footer::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  background: rgb(131, 143, 147);
  top: 5px;
}

.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;
  font-size: 14px;
  background: rgb(250, 250, 250);
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  line-height: var(--stb-btn-line-height, 1.2);
  letter-spacing: 0.02em;
  border-radius: 1000px;
}
.footer__top a svg-icon-sprite {
  width: 24px;
}
.footer__top a svg-icon-sprite svg {
  fill: rgb(37, 34, 49);
}
.footer__top a img {
  width: 24px;
}

.footer__menu {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 40px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  color: rgb(155, 168, 192);
}
.footer__menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 16px;
  display: flex;
  flex-direction: column;
}

.footer__menu__title {
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  color: rgb(250, 250, 250);
  font-family: "Halvar Breit XBd", 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: 8px;
}
.footer__pay a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 77px;
  height: 36px;
  border-radius: 100px;
  background-color: rgb(50, 48, 63);
  font-size: 12px;
  color: rgb(155, 168, 192);
  font-weight: 600;
  gap: 2px;
}
.footer__pay a svg-icon-sprite {
  width: 12px;
}
.footer__pay a svg-icon-sprite svg {
  width: 100%;
  height: 100%;
  fill: rgb(155, 168, 192);
}
.footer__pay a img {
  width: 69px;
}

.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: 14px;
  color: rgb(88, 89, 114);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
}

@media (max-width: 1919px) {
  .cards__list {
    grid-template-columns: repeat(7, 1fr);
  }
  .cards__item:nth-child(n+8) {
    display: none;
  }
  .banner {
    height: auto;
    aspect-ratio: 1304/450;
    padding: 0 0 0 8.5%;
  }
  .banner__content {
    width: 540px;
  }
  .banner__content p:nth-child(2) {
    font-size: 38px;
  }
}
@media (max-width: 1279px) {
  .header__left {
    padding: 0;
  }
  .burger {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
  }
  .burger svg-icon-sprite {
    width: 100%;
  }
  .burger svg-icon-sprite svg {
    fill: rgb(37, 34, 49);
  }
  .burger span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .burger span:nth-child(2) {
    display: none;
  }
  .burger.active span:nth-child(1) {
    display: none;
  }
  .burger.active span:nth-child(2) {
    display: flex;
  }
  .header__icon {
    display: none;
  }
  .header__logo {
    width: 60px;
    aspect-ratio: 60/39;
  }
  .header__search {
    display: none;
  }
  header {
    height: 60px;
  }
  .sidebar {
    width: 420px;
    left: -420px;
    transition-duration: 0.3s;
    top: 60px;
    height: calc(100vh - 60px);
  }
  .sidebar.active {
    left: 0;
    width: 420px;
  }
  .sidebar.active .sidebar__list a span:nth-child(2) {
    display: block;
  }
  .sidebar.active .sidebar__footer a span {
    display: block;
  }
  .sidebar .header__search {
    display: flex;
    width: calc(100% - 24px);
    margin: 0 auto;
  }
  .sidebar.active .sidebar__footer a {
    height: 60px;
  }
  .wrap {
    padding-left: 0;
    position: relative;
  }
  .wrap.active {
    padding-left: 0;
  }
  .wrap.active::before {
    opacity: 1;
  }
  .wrap::before {
    content: "";
    pointer-events: none;
    z-index: 50;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    transition-duration: 0.3s;
    left: 0;
    background: rgba(37, 34, 49, 0.85);
    opacity: 0;
  }
  .cards__list {
    grid-template-columns: repeat(5, 1fr);
    gap: 8px;
  }
  .cards__item:nth-child(n+6) {
    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;
  }
  .banner {
    aspect-ratio: 768/320;
    padding: 0 0 0 5.5%;
  }
  .banner__img img {
    border-radius: 0;
  }
  .banner__content {
    width: 340px;
    padding: 16px;
    border-radius: 30px;
    gap: 12px;
  }
  .banner__content p:nth-child(1) {
    padding: 5px 15px 5px 7px;
    font-size: 12px;
    -webkit-clip-path: polygon(100% 0%, calc(100% - 3px) 0, calc(100% - 9px) 100%, 0% 100%, 0% 0%);
            clip-path: polygon(100% 0%, calc(100% - 3px) 0, calc(100% - 9px) 100%, 0% 100%, 0% 0%);
  }
  .banner__content p:nth-child(1):after {
    right: -21px;
    top: 2px;
    width: 34px;
    border-radius: 20px;
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.4));
  }
  .banner__content p:nth-child(2) {
    font-size: 24px;
    letter-spacing: -0.01em;
    text-shadow: 0 2px 0 rgba(56, 32, 153, 0.6);
  }
  .banner__content a {
    height: 48px;
    padding: 0 24px;
    font-size: 16px;
  }
  .cards__title svg-icon-sprite {
    display: none;
  }
  .cards__row:nth-child(3) .cards__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .sidebar {
    width: 100%;
    left: -100%;
  }
  .sidebar.active {
    width: 100%;
  }
  .cards__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .cards__item:nth-child(n+5) {
    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);
  }
  .cards__row:nth-child(3) .cards__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .header__btn {
    height: 36px;
    font-size: 10px;
    padding: 0 12px;
  }
  .container {
    width: calc(100% - 24px);
  }
  .banner {
    aspect-ratio: 468/503;
    padding: 0;
    align-items: flex-end;
    overflow: hidden;
  }
  .banner__content .banner__content__img {
    display: none;
  }
  .banner__content {
    width: 100%;
    padding: 20px 20px 10px;
    border-radius: 30px 30px 0 0;
  }
  .banner__content p:nth-child(1) {
    position: absolute;
    top: -12px;
  }
  .banner__content a {
    height: 56px;
    font-size: 18px;
  }
  .cards__title {
    font-size: 20px;
  }
  .cards__nav p {
    padding: 0 10px;
    height: 28px;
    font-size: 12px;
  }
  .content__item h1,
  .content__item h2,
  .content__item h3,
  .content__item h4 {
    line-height: 1.1;
  }
  .footer__top a {
    width: 100%;
  }
  .footer__menu__title {
    line-height: 1.4;
  }
}
@media (max-width: 360px) {
  .footer__pay {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .header__left {
    gap: 10px;
  }
}/*# sourceMappingURL=styles.css.map */