* {
  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 {
  font-family: "M PLUS Rounded 1c", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: rgb(250, 255, 229);
  background: url(../images/background-primary.3e4f6014faf4a70c.png) rgb(29, 55, 136) 0 0/161px 94px;
}

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

header {
  position: sticky;
  top: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  height: 64px;
  background-image: url(../images/grenades-pattern.713cd8978bc44fa6.png), linear-gradient(180deg, rgb(43, 83, 222) 10%, rgb(22, 105, 251) 45.5%, rgb(15, 114, 255) 47.68%, rgb(22, 105, 251));
  background-size: 100px 100px, auto;
}

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

.burger {
  display: flex;
  align-items: center;
  justify-content: center;
}
.burger img {
  display: none;
}
.burger stb-icon-sprite {
  color: rgb(250, 255, 229);
  filter: drop-shadow(0 1px 0 rgb(28, 33, 39)) drop-shadow(0 1px 0 rgba(0, 0, 0, 0.15));
  stroke: rgb(28, 33, 39);
  display: inline-flex;
  width: 36px;
  height: 36px;
}
.burger stb-icon-sprite svg {
  fill: rgb(250, 255, 229);
}

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

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

.search {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 300px;
  height: 48px;
  color: rgb(103, 171, 254);
  border-radius: 8px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 85.46%, rgba(0, 0, 0, 0.17) 95.5%, rgba(0, 0, 0, 0.25) 100%), rgb(31, 62, 178);
  padding: 0 16px;
  font-size: 14px;
  font-weight: 500;
}
.search stb-icon-sprite {
  width: 16px;
  height: 16px;
}
.search stb-icon-sprite svg {
  fill: rgb(103, 171, 254);
}

.header__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  height: 45px;
  text-align: center;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  color: rgb(250, 255, 229);
  border-radius: 10px;
  background-image: radial-gradient(57.41% 52.5% at 50% 100%, rgba(153, 224, 255, 0.35) 0%, rgba(153, 224, 255, 0.35) 31.84%, rgba(153, 224, 255, 0) 100%), linear-gradient(rgb(83, 151, 246), rgb(69, 140, 230) 57.84%, rgb(50, 133, 234));
  box-shadow: 0 0 0 1px rgb(10, 27, 48);
  filter: drop-shadow(0 2px 0 rgba(0, 0, 0, 0.15));
  position: relative;
}
.header__btn span {
  -webkit-text-stroke: 0.14em rgb(28, 33, 39);
  paint-order: stroke fill;
  text-shadow: 0 2px 1px rgb(28, 33, 39), 0 2px 0 rgba(0, 0, 0, 0.15);
}
.header__btn:before {
  z-index: 2;
  background-repeat: no-repeat;
  background-position: 4.5px 2.5px;
  background-size: 6px 4.5px;
  box-shadow: 0 2px 0 0 rgba(255, 255, 255, 0.3) inset, 0 3px 0 0 rgb(3, 73, 164);
  position: absolute;
  inset: 0 0 3px 0;
  border-radius: 10px;
  content: "";
}

.mobile-menu {
  display: none;
}

.sidebar {
  position: fixed;
  top: 64px;
  left: 0;
  width: 240px;
  background-image: url(../images/sidebar-desk.3da3ddfd37dd0d0a.webp), linear-gradient(90deg, rgb(37, 74, 199) 23.93%, rgb(31, 62, 178) 86.59%);
  background-repeat: no-repeat, no-repeat;
  background-position: center top, center bottom;
  background-size: 240px 163px, cover;
  padding: 24px 12px 8px;
  height: calc(100vh - 64px);
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
}
.sidebar:before {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: 4px 0 15px rgba(0, 0, 0, 0.1) inset, -6px 0 6px rgba(49, 124, 221, 0.1019607843) inset, 5px 0 6px rgba(24, 8, 105, 0.2), -3px 0 3px rgba(6, 36, 144, 0.3019607843) inset, 0 4px 8px rgba(0, 0, 0, 0.15);
  pointer-events: none;
}

.sidebar__main {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.sidebar__vai {
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: space-between;
  padding: 0 11px;
}
.sidebar__vai a:nth-child(1) {
  display: flex;
  align-items: center;
}
.sidebar__vai a:nth-child(1) span {
  -webkit-text-stroke: 2px rgb(28, 33, 39);
  paint-order: stroke fill;
  text-shadow: 0 2px 1px rgb(28, 33, 39), 0 2px 0 rgba(0, 0, 0, 0.15);
  padding-inline-start: 12px;
  font-weight: 900;
  text-transform: uppercase;
  text-align: start;
}
.sidebar__vai a:nth-child(1) img {
  width: 32px;
  height: 32px;
}
.sidebar__vai a:nth-child(2) span {
  width: 20px;
  height: 20px;
  display: block;
  -webkit-mask-image: url(../images/question-circle.svg);
          mask-image: url(../images/question-circle.svg);
  background: currentColor;
  -webkit-mask-size: 20px 20px;
          mask-size: 20px 20px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: rgb(250, 255, 229);
}

.sidebar__crab {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
  margin-top: 15px;
  border-bottom: 1px solid rgba(52, 105, 222, 0.4);
  padding-bottom: 8px;
}
.sidebar__crab a {
  position: relative;
  background-image: url(../images/tile-item-bg_desk.3cdde582124a8ab6.png);
  height: 96px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 8px 10px;
  overflow: hidden;
  background-size: 100% 100%;
  border-radius: 16px;
  box-shadow: 0 1px 5px 1px rgba(18, 45, 139, 0.3), 0 1px rgba(24, 8, 105, 0.7);
}
.sidebar__crab a img {
  position: absolute;
  width: 73px;
  right: 0;
}
.sidebar__crab a span {
  position: relative;
  z-index: 2;
  color: rgb(250, 255, 229);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.4;
  text-transform: uppercase;
  -webkit-text-stroke: 2px rgb(28, 33, 39);
  paint-order: stroke fill;
  text-shadow: 0 2px 1px rgb(28, 33, 39), 0 2px 0 rgba(0, 0, 0, 0.15);
}

.sidebar__list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-block-start: 4px;
  padding-block-end: 8px;
  border-bottom: 1px solid rgba(52, 105, 222, 0.4);
}
.sidebar__list:last-child {
  border-bottom: 0;
}
.sidebar__list li a {
  display: flex;
  align-items: center;
  height: 44px;
  color: rgb(250, 255, 229);
  gap: 12px;
  padding: 0 11px;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  overflow-wrap: break-word;
  word-break: break-word;
  -webkit-text-stroke: 2px rgb(28, 33, 39);
  paint-order: stroke fill;
  text-shadow: 0 2px 1px rgb(28, 33, 39), 0 2px 0 rgba(0, 0, 0, 0.15);
}
.sidebar__list li a img {
  width: 32px;
}

.sidebar__footer {
  margin-top: auto;
  bottom: 0;
  position: sticky;
  z-index: 9;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  align-items: center;
  padding-block: 12px 0;
  width: 100%;
}
.sidebar__footer:before {
  content: "";
  position: absolute;
  bottom: 99%;
  inset-inline: 0;
  height: 30px;
  background: url(../images/gradient_navigation.520d52b144e6362c.webp) no-repeat bottom/contain;
  pointer-events: none;
}
.sidebar__footer a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 60px;
  padding-inline: 4px;
  padding-block: 4px 7px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 900;
  font-size: 12px;
  line-height: 1;
  border-radius: 11px;
  border: 1px solid rgb(10, 27, 48);
  color: rgb(250, 255, 229);
  background-image: linear-gradient(rgb(52, 105, 222), rgb(29, 88, 200));
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 -3px 0 rgb(9, 43, 164) inset, 0 2px 0 rgba(0, 0, 0, 0.15);
  gap: 4px;
  -webkit-text-stroke: 2px rgb(28, 33, 39);
  paint-order: stroke fill;
}
.sidebar__footer a img {
  width: 16px;
  height: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}
.sidebar__footer a span:first-child {
  -webkit-mask-image: url(../images/question-circle.svg);
          mask-image: url(../images/question-circle.svg);
  width: 16px;
  height: 16px;
  background: rgb(250, 255, 229);
  -webkit-mask-size: 16px 16px;
          mask-size: 16px 16px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

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

.banner {
  height: 480px;
  position: relative;
  display: flex;
  background-image: url(../images/banner.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.banner:before {
  z-index: 2;
  inset-block-start: -280px;
  height: 760px;
  background-image: url(../images/background-primary.3e4f6014faf4a70c.png);
  background-color: rgb(29, 55, 136);
  background-size: 161px 94px;
  background-position: bottom;
  -webkit-mask-image: linear-gradient(rgba(9, 8, 12, 0) 90%, rgb(9, 8, 12) 100%), radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 65%, rgb(0, 0, 0) 100%);
          mask-image: linear-gradient(rgba(9, 8, 12, 0) 90%, rgb(9, 8, 12) 100%), radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 65%, rgb(0, 0, 0) 100%);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-position: 100%;
          mask-position: 100%;
  content: "";
  position: absolute;
  left: 50%;
  width: 2560px;
  transform: translate(-1280px) scale(var(--stb-overlay-fades-scale, 1));
  pointer-events: none;
}
.banner:after {
  height: 480px;
  top: var(--stb-banner-fades-top, 0);
  background-image: radial-gradient(50% 168% at 50% 50%, rgba(29, 55, 136, 0) 0%, rgba(29, 55, 136, 0) 60%, rgb(29, 55, 136) 70%), linear-gradient(90deg, rgb(29, 55, 136) 0%, rgba(29, 55, 136, 0.4) 85%, rgba(29, 55, 136, 0) 100%);
  background-position: center, left center;
  background-size: 100%, 50% 100%;
  background-repeat: no-repeat;
  z-index: 1;
  content: "";
  position: absolute;
  left: 50%;
  width: 2560px;
  transform: translate(-1280px) scale(var(--stb-overlay-fades-scale, 1));
  pointer-events: none;
}
.banner .container {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}

.banner__info {
  position: relative;
  z-index: 9;
}

.arrows {
  position: absolute;
  display: flex;
  justify-content: space-between;
  z-index: 11;
  width: 100%;
}
.arrows span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background-image: linear-gradient(rgb(52, 105, 222), rgb(29, 88, 200));
  box-shadow: 0 0 0 1px rgb(10, 27, 48);
  filter: drop-shadow(0 3px 0 rgba(0, 0, 0, 0.15));
  border-radius: 10px;
}
.arrows span:before {
  z-index: 2;
  background-image: var(--stb-button-glare);
  background-repeat: no-repeat;
  background-position: 5px 2.5px;
  background-size: 5px 2.5px;
  box-shadow: 0 2px 0 0 rgba(255, 255, 255, 0.2) inset, 0 3px 0 0 rgb(9, 43, 164);
  position: absolute;
  inset: 0 0 3px 0;
  border-radius: 10px;
  content: "";
}
.arrows span:after {
  border: 2px solid transparent;
  position: absolute;
  inset: 0 0 3px 0;
  border-radius: 10px;
  content: "";
}
.arrows span stb-icon-sprite {
  width: 20px;
  height: 20px;
}
.arrows span stb-icon-sprite svg {
  fill: rgb(133, 196, 255);
}

.banner__info {
  position: relative;
  border-radius: 16px;
  background-image: url(../images/grenades-pattern.713cd8978bc44fa6.png), linear-gradient(rgba(37, 74, 199, 0), rgba(37, 74, 199, 0.8) 60%, rgb(37, 74, 199)), linear-gradient(rgb(83, 151, 246) 3.13%, rgb(22, 105, 251) 68.52%, rgb(52, 105, 222)), linear-gradient(rgb(83, 151, 246) 3.13%, rgba(129, 182, 255, 0.95) 50.6%, rgba(129, 182, 255, 0.5) 85.47%, rgba(52, 105, 222, 0));
  background-size: 115px 115px, 100% 32%, auto, auto;
  background-position: center, bottom, center, center;
  background-repeat: repeat, no-repeat, repeat, repeat;
  background-clip: padding-box, padding-box, padding-box, border-box;
  background-origin: border-box;
  border: 2px solid transparent;
  width: 420px;
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 17px;
  margin-left: 130px;
}
.banner__info:after {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  background-image: url(../images/glass.666cda983a22ab88.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  pointer-events: none;
}
.banner__info p {
  position: relative;
  z-index: 9;
}
.banner__info p:nth-child(1) {
  margin-top: -16px;
  border-image-source: url(../images/title-bg-orange.bbf75d44bc83d65a.webp);
  padding: 4px 28px 6px;
  height: 30px;
  min-width: 230px;
  color: #fff;
  border-image-width: 6px;
  border-image-slice: 12 fill;
  border-image-outset: 0;
  border-image-repeat: stretch;
  -webkit-text-stroke: 2px rgb(28, 33, 39);
  paint-order: stroke fill;
  text-shadow: 0 2px 1px rgb(28, 33, 39), 0 2px 0 rgba(0, 0, 0, 0.15);
  font-weight: 900;
}
.banner__info p:nth-child(2) {
  margin-top: 14px;
  padding-block: 18px;
  -webkit-text-stroke: 4px rgb(28, 33, 39);
  paint-order: stroke fill;
  text-shadow: 0 3px 1px rgb(28, 33, 39), 0 3px 0 rgba(28, 33, 39, 0.15);
  text-align: center;
  line-height: 1.2;
  text-wrap: balance;
  font-size: 28px;
  color: rgb(255, 221, 61);
  font-weight: 900;
}
.banner__info p:nth-child(3) {
  width: 260px;
  height: 76px;
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(35%);
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  color: rgb(250, 255, 229);
  border-radius: 18px;
  background-image: linear-gradient(178deg, rgba(93, 255, 89, 0.2) 6.87%, rgba(93, 255, 89, 0) 120.68%), radial-gradient(171.59% 82.06% at 51.32% 18.75%, rgb(82, 241, 64) 0.44%, rgb(102, 248, 87) 44.3%, rgb(65, 227, 49) 46.51%, rgb(58, 202, 9) 100%);
  box-shadow: 0 0 0 2px rgb(10, 27, 48);
  -webkit-text-stroke: 0.14em rgb(28, 33, 39);
  paint-order: stroke fill;
  text-shadow: 0 3px 1px rgb(28, 33, 39), 0 3px 0 rgba(0, 0, 0, 0.15);
  position: relative;
}
.banner__info p:nth-child(3):before {
  z-index: 2;
  background-image: url(../images/glare-primary.98379f5dca1f68fb.png);
  background-repeat: no-repeat;
  background-position: 7.5px 2.5px;
  background-size: 10.5px 7.5px;
  box-shadow: 0 3px 0 0 rgba(172, 255, 130, 0.7) inset, 0 5px 0 0 rgb(20, 122, 2);
  position: absolute;
  inset: 0 0 5px 0;
  border-radius: 18px;
  content: "";
}
.banner__info p:nth-child(3):after {
  pointer-events: none;
  position: absolute;
  z-index: 2;
  content: "";
  inset: 0;
  background-image: url(../images/button-bullets_unlooped.ab1e27cb057b8733.webp);
  background-size: auto 150%;
  background-repeat: no-repeat;
  background-position: center;
}

.dots {
  position: absolute;
  display: flex;
  justify-content: center;
  bottom: -70px;
  gap: 6px;
}
.dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid rgb(250, 255, 229);
}
.dots span:first-child {
  background: rgb(250, 255, 229);
}

.menu {
  padding-top: 28px;
  padding-bottom: 16px;
  position: sticky;
  top: 63px;
  background: url(../images/background-primary.3e4f6014faf4a70c.png) rgb(29, 55, 136) 0 0/161px 94px;
  z-index: 888;
}

.menu__list {
  display: flex;
  justify-content: center;
  gap: 8px;
  overflow-x: auto;
  overflow-y: hidden;
}
.menu__list a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 47px;
  border-radius: var(--stb-tab-border-radius, 8px);
  font-size: var(--stb-tab-font-size, 14px);
  font-weight: var(--stb-tab-font-weight, 900);
  line-height: var(--stb-tab-line-height, 1.4);
  color: rgb(250, 255, 229);
  background: linear-gradient(181deg, rgb(83, 151, 246) 0.56%, rgb(69, 140, 230) 48.84%, rgb(50, 133, 234) 87.08%);
  border: 1px solid rgb(10, 27, 48);
  box-shadow: 0 2px rgba(0, 0, 0, 0.15), 0 2px 16px rgba(0, 0, 0, 0.4), 0 1px rgba(255, 255, 255, 0.34) inset, 0 -3px 0 rgb(2, 73, 172) inset;
  cursor: pointer;
  position: relative;
  gap: var(--stb-category-grid-gap, 8px);
  padding: 0 9px;
  white-space: nowrap;
  text-transform: uppercase;
  -webkit-text-stroke: 2px rgb(28, 33, 39);
  paint-order: stroke fill;
  text-shadow: 0 2px 1px rgb(28, 33, 39), 0 2px 0 rgba(0, 0, 0, 0.15);
}
.menu__list a img {
  width: 36px;
  height: 36px;
}

.cards__block {
  margin-top: 16px;
}

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

.cards__title {
  -webkit-text-stroke: 3px rgb(28, 33, 39);
  paint-order: stroke fill;
  color: rgb(250, 255, 229);
  font-weight: 900;
  font-size: 20px;
  text-shadow: 0 3px 1px rgb(28, 33, 39), 0 3px 0 rgba(0, 0, 0, 0.15);
}

.cards__nav {
  font-size: 14px;
  font-weight: 900;
  line-height: 1.4;
  text-transform: uppercase;
  -webkit-text-stroke: 2px rgb(28, 33, 39);
  paint-order: stroke fill;
  text-shadow: 0 2px 1px rgb(28, 33, 39), 0 2px 0 rgba(0, 0, 0, 0.15);
  color: rgb(133, 196, 255);
  display: flex;
  align-items: center;
  gap: 8px;
}
.cards__nav .arrows {
  position: static;
  gap: 4px;
  width: -moz-max-content;
  width: max-content;
}

.cards__list {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  overflow-y: hidden;
}

.cards__item {
  padding-left: 71px;
  position: relative;
}
.cards__item span {
  position: absolute;
  font-size: 80px;
  line-height: 0.85;
  bottom: 0;
  left: 30px;
  background: linear-gradient(rgb(253, 238, 81), rgb(252, 209, 38) 66.04%, rgb(255, 176, 28) 111.93%);
  color: rgb(255, 176, 28);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-stroke: 1px rgb(44, 3, 3);
  filter: drop-shadow(0 3px 0 rgba(0, 0, 0, 0.25)) drop-shadow(0 1px 0 rgb(44, 3, 3)) drop-shadow(0 1px 0 rgba(0, 0, 0, 0.25));
  font-weight: 900;
}

.cards__item__img {
  width: 195px;
  min-width: 195px;
  aspect-ratio: 195/293;
  border-radius: 15px;
  position: relative;
  padding: 2px;
}
.cards__item__img:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgb(50, 133, 234), rgb(83, 151, 246));
  border: 1px solid rgb(28, 33, 39);
  border-radius: 15px;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.25), 0 -4px 0 rgb(2, 73, 172) inset;
}
.cards__item__img img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}

.cards__list-2 {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  overflow-y: hidden;
}

.cards__item-2 {
  width: 197px;
  min-width: 197px;
  aspect-ratio: 195/293;
  position: relative;
}
.cards__item-2 .cards__item__img {
  width: 100%;
  min-width: auto;
  aspect-ratio: unset;
}

.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: radial-gradient(100% 100% at 50% 0%, rgb(52, 105, 222) 0%, rgb(31, 62, 178) 45%, rgb(31, 62, 178) 100%);
}

.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(219, 234, 255);
}
.footer__menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 16px;
  display: flex;
  flex-direction: column;
}

.footer__menu__title {
  font-weight: 800;
  font-size: 14px;
  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(103, 171, 254);
  line-height: 1.4;
  font-size: 12px;
  font-weight: 500;
}

@media (max-width: 1919px) {
  .menu__list {
    justify-content: flex-start;
  }
  .banner__info {
    margin-left: 50px;
  }
  .cards__item__img {
    width: 170px;
    min-width: 170px;
    aspect-ratio: 170/255;
  }
  .cards__item {
    padding-left: 75px;
  }
  .cards__item-2 {
    width: 172px;
    min-width: 172px;
  }
}
@media (max-width: 1024px) {
  .sidebar {
    display: none;
  }
  .search {
    display: none;
  }
  main,
  footer {
    margin-left: 0px;
  }
  .arrows {
    display: none;
  }
  .banner__info {
    margin-left: 20px;
  }
  .mobile-menu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    height: 44px;
    background: linear-gradient(0deg, rgb(43, 83, 222) 63.64%, rgb(37, 76, 213));
    border-bottom: rgb(37, 74, 199);
    box-shadow: 0 -3px 2px rgba(50, 133, 234, 0.25) inset, 0 4px 1px rgba(18, 45, 139, 0.14) inset, 0 3px 4px rgba(0, 0, 0, 0.2);
  }
  .mobile-menu a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    -webkit-text-stroke: 2px rgb(28, 33, 39);
    paint-order: stroke fill;
    text-shadow: 0 1px 0 rgb(28, 33, 39), 0 1px 0 rgba(0, 0, 0, 0.15);
    text-align: center;
    font-weight: 900;
    font-size: 14px;
    text-transform: uppercase;
  }
  .mobile-menu a:last-child::after {
    display: none;
  }
  .mobile-menu a:after {
    position: absolute;
    top: 6px;
    inset-inline-end: 0;
    width: 1px;
    height: calc(100% - 9px);
    background-color: rgba(55, 129, 240, 0.4);
    content: "";
  }
}
@media (max-width: 767px) {
  header {
    padding: 0 10px;
    height: 60px;
  }
  .burger stb-icon-sprite {
    display: none;
  }
  .burger img {
    display: flex;
    width: 100%;
  }
  .burger {
    width: 30px;
  }
  .logo {
    width: 92px;
  }
  .header__left {
    gap: 10px;
  }
  .header__btn {
    padding: 0 10px;
    height: 36px;
    font-size: 12px;
  }
  .banner {
    height: 360px;
    background-image: url(../images/banner-mob.webp);
  }
  .banner .container {
    align-items: flex-end;
    padding-bottom: 40px;
  }
  .banner__info {
    margin: 0;
    width: 100%;
    height: auto;
    padding: 0;
    background: none;
    border: 0;
  }
  .banner:before,
  .banner__info:after {
    display: none;
  }
  .banner__info p:nth-child(1) {
    margin: 0;
    font-size: 14px;
    border-image-source: url(../images/title-bg-blue.1e8cccb1cd1d2c1a.webp);
  }
  .banner__info p:nth-child(2) {
    margin-top: 10px;
    padding: 0;
    font-size: 24px;
  }
  .banner__info p:nth-child(3) {
    transform: none;
    margin-top: 10px;
  }
  .dots {
    bottom: -25px;
  }
  .menu {
    padding-top: 16px;
    padding-bottom: 16px;
    position: sticky;
    top: 59px;
  }
  .menu__list {
    width: calc(100% + 16px);
    padding-right: 16px;
  }
  .cards__title {
    font-size: 16px;
  }
  .cards__list {
    width: calc(100% + 16px);
    padding-right: 16px;
  }
  .cards__item__img {
    width: 92px;
    min-width: 92px;
  }
  .cards__item {
    padding-left: 42px;
  }
  .cards__item span {
    font-size: 50px;
    left: 20px;
  }
  .content__table {
    width: calc(100% + 16px);
    padding-right: 16px;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .cards__list-2 {
    width: calc(100% + 16px);
    padding-right: 16px;
  }
  .cards__item-2 {
    width: 92px;
    min-width: 92px;
  }
  .content__item ol,
  .content__item ul {
    padding-left: 30px;
  }
  .footer__menu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}/*# sourceMappingURL=styles.css.map */