* {
  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;
}

body {
  background-color: rgb(27, 64, 95);
  background-image: linear-gradient(180deg, rgba(4, 37, 65, 0.7) 0%, rgba(4, 37, 65, 0.4) 25%, rgba(4, 37, 65, 0) 100%), url(../images/bg-pattern.575db3ab09cc8880.png);
  background-size: var(--stb-body-top-gradient-background-size, 100% 458px), 200px;
  background-repeat: no-repeat, repeat;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  color: rgb(255, 255, 255);
}

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

header {
  position: sticky;
  top: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
  background: url(../images/header-border-bottom-decor-center.7933884142cb8992.webp) no-repeat center bottom/calc(100% - 50px) 4px, radial-gradient(26.65% 101.56% at 50% 158.59%, rgba(82, 242, 255, 0.7) 5%, rgba(44, 183, 235, 0) 100%), linear-gradient(180deg, rgb(27, 64, 95) 0%, rgb(17, 31, 44) 100%);
  padding: 0 16px 0 32px;
}
header:before {
  right: 4px;
  background-image: url(../images/header-border-bottom-decor-right.d706ae3c0302b1d5.webp);
  position: absolute;
  bottom: 0;
  height: 13px;
  width: 48px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
}
header:after {
  left: 4px;
  background-image: url(../images/header-border-bottom-decor-left.e58674042d3c5dac.webp);
  position: absolute;
  bottom: 0;
  height: 13px;
  width: 48px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
}

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

.burger {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 36px;
  height: 36px;
  background-image: url(../images/burger-bg.e73d48ad85254387.webp);
  background-repeat: no-repeat;
  background-size: 100%;
}
.burger span {
  width: 20px;
  height: 24px;
  position: relative;
  -webkit-mask-image: url("../images/sidebar-opened.svg");
          mask-image: url("../images/sidebar-opened.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: rgb(141, 187, 226);
}

.logo {
  display: flex;
  width: 104px;
}
.logo img {
  width: 100%;
}

.header__right {
  display: flex;
  align-items: center;
  gap: 8px;
}

.search {
  display: flex;
  align-items: center;
  width: 300px;
  height: 48px;
  padding: 0 16px;
  gap: 8px;
  background: radial-gradient(48.33% 48.33% at 50% 134.17%, rgba(59, 138, 206, 0) 0%, rgba(59, 138, 206, 0.12) 100%), linear-gradient(180deg, rgb(12, 21, 29) 0%, rgb(23, 53, 79) 83%);
  border-image-slice: 23 24;
  border-image-width: 23px 24px;
  clip-path: polygon(6px 0%, calc(100% - 6px) 0, 100% 14%, 100% calc(100% - 7px), calc(100% - 6px) 100%, 6px 100%, 0 calc(100% - 7px), 0 7px);
  border-image-source: url(../images/border-input.844bf159bb89be1b.svg);
  color: rgb(54, 116, 170);
  letter-spacing: -0.02em;
  line-height: 1.2;
  font-weight: 500;
}
.search stb-icon-sprite svg {
  fill: rgb(54, 116, 170);
}

.header__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 48px;
  padding: 0 24px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  background-image: radial-gradient(38.83% 10.03% at 49.73% 7.14%, rgb(59, 138, 206) 0%, rgba(59, 138, 206, 0) 100%), linear-gradient(180deg, rgb(141, 187, 226) 0%, rgb(57, 105, 147) 19%, rgb(23, 53, 79) 20%, rgb(39, 84, 124) 36%, rgb(54, 116, 170) 52.5%, rgb(54, 116, 170) 80%, rgb(23, 53, 79) 81%, rgb(59, 138, 206) 100%);
  background-size: var(--stb-bg-size, contain);
  background-position: var(--stb-bg-position, center);
  background-repeat: no-repeat;
  background-blend-mode: var(--stb-button-inner-blend-mode, normal);
  clip-path: polygon(calc(0% + 1px) 9px, 7px calc(0% + 1px), calc(100% - 7px) calc(0% + 1px), calc(100% - 1px) 9px, calc(100% - 1px) calc(100% - 9px), calc(100% - 7px) calc(100% - 1px), 7px calc(100% - 1px), calc(0% + 1px) calc(100% - 9px));
}
.header__btn:after {
  background-image: url(../images/secondary-center-s@1x.f5fc9a67d8bc7fcd.webp), url(../images/secondary-left-s@1x.b9bdf522372f72e0.webp), url(../images/secondary-right-s@1x.69c0889f77366629.webp);
  position: absolute;
  inset: 0;
  z-index: 1;
  background-size: calc(100% - 30px) 100%, var(--stb-frame-side-size, contain), var(--stb-frame-side-size, contain);
  background-position: center, left center, right 0 center;
  background-repeat: no-repeat;
  content: "";
}

.sidebar {
  top: 64px;
  left: 0;
  height: calc(100vh - 64px);
  position: fixed;
  z-index: 333;
  width: 232px;
  background-color: rgb(27, 64, 95);
  background-image: url(../images/menu-background-pattern.4c503b24a2090a87.webp);
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overflow-x: hidden;
}

.sidebar__top {
  padding: 12px;
}

.sidebar__btns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px;
}
.sidebar__btns a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  height: 92px;
  background-image: radial-gradient(50% 100% at 50% 100%, rgba(7, 87, 134, 0.7) 0%, transparent 100%);
  background-position: center bottom;
  background-size: 83% 53%;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
  font-weight: 700;
  line-height: 1.2;
  font-size: 12px;
  text-transform: uppercase;
}
.sidebar__btns a img {
  position: relative;
  z-index: 2;
  width: 32px;
  height: 32px;
}
.sidebar__btns a span {
  position: relative;
  z-index: 2;
  height: 20px;
}
.sidebar__btns a:before {
  background-image: url(../images/sidebar-tile-bg-default.7ffa47d01b32638d.webp);
  clip-path: polygon(5px 0%, calc(100% - 5px) 0%, 100% 5px, 100% calc(100% - 5px), calc(100% - 5px) 100%, 5px 100%, 0% calc(100% - 5px), 0% 5px);
  position: absolute;
  inset: 1px;
  background-size: cover;
  background-position: center;
  pointer-events: none;
  content: "";
}
.sidebar__btns a:after {
  background-image: url(../images/sidebar-tile-bg-active.9fde0dd3a229567e.webp);
  clip-path: polygon(5px 0%, calc(100% - 5px) 0%, 100% 5px, 100% calc(100% - 5px), calc(100% - 5px) 100%, 5px 100%, 0% calc(100% - 5px), 0% 5px);
  position: absolute;
  inset: 1px;
  background-size: cover;
  background-position: center;
  pointer-events: none;
  content: "";
}

.sidebar__menu {
  margin-top: 4px;
  gap: 4px;
  display: flex;
  flex-direction: column;
}

.sidebar__list {
  display: flex;
  flex-direction: column;
}
.sidebar__list:nth-child(3) li:nth-child(1) a span:nth-child(1) {
  -webkit-mask-image: url(../images/m2.svg);
          mask-image: url(../images/m2.svg);
}
.sidebar__list:nth-child(3) li:nth-child(2) a span:nth-child(1) {
  -webkit-mask-image: url(../images/m3.svg);
          mask-image: url(../images/m3.svg);
}
.sidebar__list:nth-child(3) li:nth-child(3) a span:nth-child(1) {
  -webkit-mask-image: url(../images/m4.svg);
          mask-image: url(../images/m4.svg);
}
.sidebar__list:nth-child(3) li:nth-child(4) a span:nth-child(1) {
  -webkit-mask-image: url(../images/m5.svg);
          mask-image: url(../images/m5.svg);
}
.sidebar__list:nth-child(5) li:nth-child(1) a span:nth-child(1) {
  -webkit-mask-image: url(../images/m6.svg);
          mask-image: url(../images/m6.svg);
}
.sidebar__list:nth-child(5) li:nth-child(2) a span:nth-child(1) {
  -webkit-mask-image: url(../images/m7.svg);
          mask-image: url(../images/m7.svg);
}
.sidebar__list:nth-child(5) li:nth-child(3) a span:nth-child(1) {
  -webkit-mask-image: url(../images/m8.svg);
          mask-image: url(../images/m8.svg);
}
.sidebar__list:nth-child(7) li:nth-child(1) a span:nth-child(1) {
  -webkit-mask-image: url(../images/m9.svg);
          mask-image: url(../images/m9.svg);
}
.sidebar__list:nth-child(7) li:nth-child(2) a span:nth-child(1) {
  -webkit-mask-image: url(../images/m10.svg);
          mask-image: url(../images/m10.svg);
}
.sidebar__list:nth-child(7) li:nth-child(3) a span:nth-child(1) {
  -webkit-mask-image: url(../images/m11.svg);
          mask-image: url(../images/m11.svg);
}
.sidebar__list li a {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 44px;
  padding-inline-start: 16px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  color: rgb(141, 187, 226);
}
.sidebar__list li a span:nth-child(1) {
  width: 20px;
  height: 20px;
  -webkit-mask-image: url(../images/m1.svg);
          mask-image: url(../images/m1.svg);
  background: radial-gradient(45.83% 45.83% at 50% 100%, rgba(141, 187, 226, 0.8) 0%, rgba(141, 187, 226, 0) 100%), linear-gradient(0deg, rgb(39, 84, 124), rgb(39, 84, 124));
  -webkit-mask-size: 20px 20px;
          mask-size: 20px 20px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.sidebar__line {
  position: relative;
  height: 6px;
}
.sidebar__line::after {
  inset: 0;
  background-image: linear-gradient(-90deg, rgb(27, 64, 95), rgba(39, 84, 124, 0)), linear-gradient(90deg, rgb(27, 64, 95), rgba(39, 84, 124, 0));
  background-size: calc(50% - 4px) 1px;
  background-position: left center, right center;
  background-repeat: no-repeat;
  position: absolute;
  content: "";
}
.sidebar__line::before {
  content: "";
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  translate: -50% -50%;
  rotate: 45deg;
  background-color: rgb(27, 64, 95);
  position: absolute;
}

.sidebar__bot {
  position: sticky;
  bottom: 0;
  margin-top: auto;
  z-index: 5;
  gap: 2px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.sidebar__bot a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  justify-content: center;
  gap: 4px;
  height: 60px;
  background-color: rgb(39, 84, 124);
  color: rgb(141, 187, 226);
  clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, calc(50% + 10px) 100%, 50% calc(100% - 5px), calc(50% - 10px) 100%, 0 100%, 0 10px);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.sidebar__bot a img {
  width: 16px;
  height: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}
.sidebar__bot a stb-icon-sprite {
  width: 16px;
  height: 16px;
}
.sidebar__bot a stb-icon-sprite svg {
  fill: rgb(141, 187, 226);
}
.sidebar__bot a:before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 1px;
  background-color: rgb(17, 31, 44);
  clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, calc(50% + 10px) 100%, 50% calc(100% - 5px), calc(50% - 10px) 100%, 0 100%, 0 10px);
}

main,
footer {
  margin-left: 232px;
}

.banner {
  display: flex;
  align-items: center;
  margin-top: 20px;
  height: 464px;
  position: relative;
  background-image: url(../images/banner.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner:before {
  position: absolute;
  z-index: 1;
  inset: 0;
  border-style: solid;
  -o-border-image: url(../images/ornament.a2bc943ff5320689.webp) 100 fill/52px;
     border-image: url(../images/ornament.a2bc943ff5320689.webp) 100 fill/52px;
  pointer-events: none;
  content: "";
}

.banner__info {
  width: 680px;
  position: relative;
  padding: 0 60px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.banner__info:before {
  position: absolute;
  inset-block-end: 0;
  inset-inline: 0;
  height: 100%;
  background: linear-gradient(270deg, transparent 0%, rgba(4, 37, 65, 0.5) 25%, rgba(4, 37, 65, 0.4) 100%);
  content: "";
}
.banner__info p:nth-child(1) {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  position: relative;
  filter: drop-shadow(1px 1px rgb(15, 41, 63));
}
.banner__info p:nth-child(1):before {
  right: calc(100% + 10px);
  width: 35px;
  height: 7px;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  background-image: url(../images/divider.c0da8893904b715d.webp);
  background-size: contain;
  content: "";
}
.banner__info p:nth-child(1):after {
  left: calc(100% + 10px);
  scale: -1 1;
  width: 35px;
  height: 7px;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  background-image: url(../images/divider.c0da8893904b715d.webp);
  background-size: contain;
  content: "";
}
.banner__info p:nth-child(2) {
  margin-top: 8px;
  font-size: 46px;
  font-weight: 700;
  filter: drop-shadow(1px 1px rgb(15, 41, 63));
}
.banner__info p:nth-child(3) {
  position: relative;
  margin-top: 32px;
  width: 300px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  line-height: 1.3;
  font-size: 20px;
  text-transform: uppercase;
  color: rgb(27, 64, 95);
  background-image: url(../images/lighten-m.07e0b1da43b4c21e.png), url(../images/overlay-m.c2f5929ad2602bf0.svg), radial-gradient(25% 10.54% at 49.32% 3.12%, rgb(82, 242, 255) 0%, rgba(82, 242, 255, 0) 100%), linear-gradient(180deg, rgb(0, 165, 198) 0%, rgb(0, 161, 193) 18.41%, rgb(0, 212, 255) 18.56%, rgb(0, 212, 255) 23.5%, rgb(0, 184, 222) 50.5%, rgb(0, 212, 255) 81.12%, rgb(0, 119, 143) 82.3%, rgb(0, 212, 255) 100%);
  background-size: 100% calc(100% - 8px);
  background-position: 100% 4px;
  background-repeat: no-repeat;
  background-blend-mode: lighten, overlay, normal;
  clip-path: polygon(calc(0% + 4px) 18px, 13px calc(0% + 4px), calc(100% - 13px) calc(0% + 4px), calc(100% - 4px) 18px, calc(100% - 4px) calc(100% - 18px), calc(100% - 13px) calc(100% - 4px), 13px calc(100% - 4px), calc(0% + 4px) calc(100% - 18px));
}
.banner__info p:nth-child(3):after {
  background-image: url(../images/primary-center-m@1x.e3663ee6f88f0715.webp), url(../images/primary-left-m@1x.ad5775a4058b6c53.png), url(../images/primary-right-m@1x.ae4babfc07180e76.png);
  position: absolute;
  inset: 0;
  z-index: 1;
  background-size: calc(100% - 110px) 100%, 56px 100%, 56px 100%;
  background-position: center, left center, right 0 center;
  background-repeat: no-repeat;
  content: "";
}

.dots {
  position: absolute;
  display: flex;
  gap: 16px;
  bottom: 30px;
}
.dots span {
  width: 12px;
  height: 12px;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 50%;
}
.dots span:nth-child(1) {
  background: #fff;
}

.arrows {
  position: absolute;
  width: calc(100% - 40px);
  left: 20px;
  display: flex;
  justify-content: space-between;
}
.arrows span {
  -webkit-mask: url(../images/slider-arrow-left.7483e8f258db1232.svg);
          mask: url(../images/slider-arrow-left.7483e8f258db1232.svg);
  width: 46px;
  height: 46px;
  -webkit-mask-size: 46px 46px;
          mask-size: 46px 46px;
  -webkit-mask-position: center;
          mask-position: center;
  background-image: linear-gradient(180deg, rgb(255, 239, 92) 0%, rgb(242, 184, 75) 44.73%, rgb(161, 101, 25) 100%);
  background-position: center;
  background-repeat: no-repeat;
}
.arrows span:nth-child(2) {
  scale: -1 1;
}

.menu {
  display: flex;
  z-index: 333;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 8px 0;
  position: sticky;
  top: 63px;
  gap: 12px;
}
.menu:before {
  position: absolute;
  inset: 0;
  width: 100%;
  background: url(../images/bg-pattern.575db3ab09cc8880.png), rgb(27, 64, 95);
  background-size: 200px;
  background-position-y: 9px;
  content: "";
}
.menu a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  min-width: -moz-max-content;
  min-width: max-content;
  gap: 8px;
  padding: 0 16px;
  height: 56px;
  border-radius: 8px;
  background-color: rgb(15, 41, 63);
}
.menu a img {
  width: 40px;
  height: 40px;
}
.menu a:before {
  position: absolute;
  z-index: 1;
  inset: 0;
  border: 1px solid transparent;
  border-image-source: var(--stb-category-frame-border-image-source, url(../images/categories-golden-frame.c6423866175bd1bf.png));
  border-image-slice: 10 fill;
  border-image-width: 5px;
  content: "";
}

.cards__block {
  margin-top: 16px;
}

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

.cards__title {
  min-width: -moz-max-content;
  min-width: max-content;
  color: rgb(242, 184, 75);
  font-size: 20px;
  font-weight: 700;
}

.cards__line {
  height: 1px;
  background: rgb(39, 84, 124);
  width: 100%;
}

.cards__nav {
  min-width: -moz-max-content;
  min-width: max-content;
  display: flex;
  align-items: center;
  gap: 16px;
}
.cards__nav p {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.02em;
  background: linear-gradient(180deg, rgb(255, 239, 92) 0%, rgb(242, 184, 75) 44.73%, rgb(161, 101, 25) 100%);
  background-size: 100%;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  min-width: -moz-max-content;
  min-width: max-content;
}
.cards__nav .arrows {
  position: static;
  gap: 2px;
}
.cards__nav .arrows span {
  width: 24px;
  height: 24px;
  -webkit-mask-size: 36px 36px;
          mask-size: 36px 36px;
}

.cards__list {
  margin-top: 12px;
  gap: 8px;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
}
.cards__list .cards__item {
  padding-left: 63px;
  position: relative;
}
.cards__list .cards__item__num {
  position: absolute;
  width: 108px;
  height: 82px;
  bottom: 0;
  left: -15px;
  -o-object-fit: contain;
     object-fit: contain;
}
.cards__list .cards__item__img {
  aspect-ratio: 137/205;
  width: 137px;
  min-width: 137px;
  display: flex;
  position: relative;
}
.cards__list .cards__item__img:before {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url(../images/card-frame-2x3.4b36eef1d9b70235.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
  content: "";
}
.cards__list .cards__item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 13%;
}

.cards__list__2 {
  margin-top: 12px;
  gap: 12px;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
}
.cards__list__2 .cards__item {
  width: 196px;
  min-width: 196px;
  aspect-ratio: 196/295;
  position: relative;
}
.cards__list__2 .cards__item:before {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url(../images/card-frame-2x3.4b36eef1d9b70235.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
  content: "";
}
.cards__list__2 .cards__item__img {
  width: 100%;
  height: 100%;
}
.cards__list__2 .cards__item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 13%;
}

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

.content__item {
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
}
.content__item strong,
.content__item h1,
.content__item h2,
.content__item h3,
.content__item h4 {
  font-weight: 900;
}
.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 #fff;
  text-align: left;
  vertical-align: top;
}
.content__table tr:first-child td {
  text-align: center;
  font-weight: 900;
}

.table-left-bold td:first-child {
  font-weight: 900;
}

.table-not-head tr:first-child td {
  text-align: left;
  font-weight: 400;
}

footer {
  padding: 32px 0;
  position: relative;
  background-color: rgb(15, 41, 63);
}

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

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

.footer__menu__title {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.01rem;
  text-transform: uppercase;
  color: #fff;
}

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

.footer__copyright {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  gap: 20px;
  color: rgb(141, 187, 226);
  line-height: 1.4;
  font-size: 12px;
  font-weight: 400;
}

.mobile-menu {
  display: none;
}

@media (max-width: 1919px) {
  .banner {
    height: 355px;
  }
  .banner__info {
    width: 468px;
  }
  .banner__info p:nth-child(1) {
    font-size: 16px;
  }
  .banner__info p:nth-child(2) {
    margin-top: 4px;
    font-size: 32px;
  }
  .banner__info p:nth-child(3) {
    width: 220px;
    margin-top: 20px;
  }
  .dots {
    gap: 6px;
  }
  .dots span {
    width: 8px;
    height: 8px;
  }
  .cards__list .cards__item__img {
    aspect-ratio: 185/277;
    width: 185px;
    min-width: 185px;
  }
  .cards__list__2 .cards__item {
    width: 171px;
    min-width: 171px;
    aspect-ratio: 171/257;
  }
}
@media (max-width: 1024px) {
  .sidebar {
    display: none;
  }
  main,
  footer {
    margin-left: 0;
  }
  .search {
    display: none;
  }
  .footer__menu {
    grid-template-columns: repeat(6, 1fr);
  }
  .mobile-menu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    height: 45px;
    background-image: url(../images/submenu-background-pattern.32b625aa7eed9dea.webp);
    background-size: cover;
  }
  .mobile-menu a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: rgb(141, 187, 226);
    height: 100%;
    position: relative;
  }
  .mobile-menu a:last-child::after {
    display: none;
  }
  .mobile-menu a:after {
    position: absolute;
    top: 4px;
    inset-inline-end: 0;
    width: 4px;
    height: 100%;
    background: url(../images/vertical-divider.9ce8701c5a7a8b27.svg) no-repeat;
    content: "";
  }
}
@media (max-width: 767px) {
  header {
    height: 60px;
    padding: 0 12px;
  }
  .burger span {
    -webkit-mask-image: url(../images/burger-mobile.svg);
    mask-image: url(../images/burger-mobile.svg);
  }
  .logo {
    width: 66px;
  }
  .header__left {
    gap: 10px;
  }
  .header__right {
    gap: 4px;
  }
  .header__btn {
    height: 36px;
    padding: 0 14px;
    font-size: 12px;
  }
  .banner {
    height: 360px;
    margin-top: 0;
    width: calc(100% + 32px);
    margin-left: -16px;
    background-image: url(../images/banner-mob.webp);
  }
  .banner__info:before {
    display: none;
  }
  .banner:before {
    display: none;
  }
  .banner__info {
    width: 100%;
    justify-content: flex-end;
    padding: 20px;
  }
  .banner__info p:nth-child(1) {
    font-size: 18px;
  }
  .banner__info p:nth-child(2) {
    margin-top: 0px;
    font-size: 28px;
  }
  .banner__info p:nth-child(3) {
    margin-top: 4px;
  }
  .banner__info p:nth-child(1):before {
    right: calc(100% + 10px);
    width: 21px;
    height: 4.5px;
  }
  .banner__info p:nth-child(1):after {
    width: 21px;
    height: 4.5px;
  }
  .dots span {
    width: 6px;
    height: 6px;
  }
  .dots {
    bottom: 10px;
  }
  .arrows {
    display: none;
  }
  .menu {
    top: 59px;
    gap: 8px;
    width: calc(100% + 16px);
    padding-right: 16px;
  }
  .menu a {
    height: 44px;
    padding: 0 8px;
    gap: 4px;
  }
  .menu a img {
    width: 24px;
    height: 24px;
  }
  .cards__title {
    font-size: 16px;
  }
  .cards__list .cards__item__img {
    aspect-ratio: 92/138;
    width: 92px;
    min-width: 92px;
  }
  .cards__list .cards__item {
    padding-left: 42px;
  }
  .cards__list .cards__item__num {
    width: 78px;
    height: 56px;
    left: -15px;
  }
  .cards__list {
    width: calc(100% + 16px);
    padding-right: 16px;
  }
  .cards__list__2 {
    width: calc(100% + 16px);
    padding-right: 16px;
    gap: 8px;
  }
  .cards__list__2 .cards__item {
    width: 921px;
    min-width: 92px;
    aspect-ratio: 92/138;
  }
  .content__table {
    width: calc(100% + 16px);
    padding-right: 16px;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .content__item ol,
  .content__item ul {
    padding-left: 30px;
  }
  .footer__menu {
    display: flex;
    flex-wrap: wrap;
  }
}/*# sourceMappingURL=styles.css.map */