* {
  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: rgb(19, 30, 44);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  color: rgb(165, 175, 192);
  font-family: Arial, Helvetica, sans-serif;
}

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

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  top: 0;
  position: sticky;
  z-index: 999;
  height: 68px;
  padding: 0 16px;
  background: rgb(23, 36, 52);
  border-bottom: calc(var(--stb-header-border-width, 1) * 1px) solid rgb(46, 62, 84);
}

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

.burger {
  width: 44px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.burger stb-icon-sprite:last-child {
  display: none;
}
.burger stb-icon-sprite {
  width: 24px;
  height: 24px;
}
.burger stb-icon-sprite svg {
  width: 100%;
  height: 100%;
  fill: rgb(121, 136, 158);
}

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

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

.search {
  background: rgb(16, 23, 36);
  gap: 8px;
  font-weight: var(--stb-font-weight-body-md, 400);
  letter-spacing: var(--stb-letter-spacing-body-md, -0.25px);
  font-style: var(--stb-font-style-body-md, normal);
  display: flex;
  align-items: center;
  width: 300px;
  height: 48px;
  padding: 0 16px;
  border: 1px solid rgb(46, 62, 84);
  border-radius: 2px;
  color: rgb(121, 136, 158);
}
.search stb-icon-sprite {
  width: 16px;
  height: 16px;
}

.header__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  background: transparent;
  text-transform: uppercase;
  border-radius: 2px;
  height: 48px;
  padding: 0 24px;
  letter-spacing: var(--stb-letter-spacing-button-sm, 0);
}

.mobile-menu {
  display: none;
}

.sidebar {
  width: 234px;
  position: fixed;
  top: 68px;
  left: 0;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overflow-x: hidden;
  height: calc(100vh - 68px);
  background: rgb(19, 30, 44);
  border: 1px solid rgb(39, 54, 73);
}

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

.sidebar__top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px;
  margin-bottom: 4px;
  position: relative;
}
.sidebar__top:after {
  display: var(--stb-sidebar-group-delimiter-visibility, block);
  transform: translateY(5px);
  height: 1px;
  margin-inline: 12px;
  background: rgb(39, 54, 73);
  order: 16;
  content: "";
  width: calc(200% - 20px);
}
.sidebar__top a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(165, 175, 192);
  text-transform: uppercase;
  background: rgb(19, 30, 44);
  border: 1px solid rgb(86, 103, 126);
  height: 48px;
  border-radius: 2px;
}
.sidebar__top a:nth-child(1) {
  color: rgb(236, 253, 0);
  background: rgb(46, 62, 84);
}

.sidebar__list {
  display: flex;
  flex-direction: column;
  margin-bottom: 9px;
  position: relative;
}
.sidebar__list:last-child::after {
  display: none;
}
.sidebar__list:after {
  display: var(--stb-sidebar-group-delimiter-visibility, block);
  transform: translateY(5px);
  height: 1px;
  margin-inline: 12px;
  background: rgb(39, 54, 73);
  order: 16;
  content: "";
}
.sidebar__list:nth-child(3) .sidebar__item span:nth-child(1) {
  -webkit-mask-image: url(../images/m2.svg);
          mask-image: url(../images/m2.svg);
}
.sidebar__list:nth-child(4) .sidebar__item:nth-child(1) span:nth-child(1) {
  -webkit-mask-image: url(../images/m3.svg);
          mask-image: url(../images/m3.svg);
}
.sidebar__list:nth-child(4) .sidebar__item:nth-child(2) span:nth-child(1) {
  -webkit-mask-image: url(../images/m4.svg);
          mask-image: url(../images/m4.svg);
}
.sidebar__list:nth-child(4) .sidebar__item:nth-child(3) span:nth-child(1) {
  -webkit-mask-image: url(../images/m5.svg);
          mask-image: url(../images/m5.svg);
}
.sidebar__list:nth-child(4) .sidebar__item:nth-child(4) span:nth-child(1) {
  -webkit-mask-image: url(../images/m6.svg);
          mask-image: url(../images/m6.svg);
}
.sidebar__list:nth-child(5) .sidebar__item:nth-child(1) span:nth-child(1) {
  -webkit-mask-image: url(../images/m7.svg);
          mask-image: url(../images/m7.svg);
}
.sidebar__list:nth-child(5) .sidebar__item:nth-child(2) span:nth-child(1) {
  -webkit-mask-image: url(../images/m8.svg);
          mask-image: url(../images/m8.svg);
}
.sidebar__list:nth-child(5) .sidebar__item:nth-child(3) span:nth-child(1) {
  -webkit-mask-image: url(../images/m9.svg);
          mask-image: url(../images/m9.svg);
}
.sidebar__list:nth-child(5) .sidebar__item:nth-child(4) span:nth-child(1) {
  -webkit-mask-image: url(../images/m10.svg);
          mask-image: url(../images/m10.svg);
}
.sidebar__list:nth-child(5) .sidebar__item:nth-child(5) span:nth-child(1) {
  -webkit-mask-image: url(../images/m11.svg);
          mask-image: url(../images/m11.svg);
}
.sidebar__list:nth-child(5) .sidebar__item:nth-child(6) span:nth-child(1) {
  -webkit-mask-image: url(../images/m12.svg);
          mask-image: url(../images/m12.svg);
}
.sidebar__list:nth-child(5) .sidebar__item:nth-child(7) span:nth-child(1) {
  -webkit-mask-image: url(../images/m13.svg);
          mask-image: url(../images/m13.svg);
}
.sidebar__list:nth-child(5) .sidebar__item:nth-child(8) span:nth-child(1) {
  -webkit-mask-image: url(../images/m14.svg);
          mask-image: url(../images/m14.svg);
}
.sidebar__list:nth-child(6) .sidebar__item:nth-child(1) span:nth-child(1) {
  -webkit-mask-image: url(../images/m15.svg);
          mask-image: url(../images/m15.svg);
}

.sidebar__item {
  height: 48px;
  display: flex;
  align-items: center;
  font-size: var(--stb-font-size-label-sm, 14px);
  font-weight: var(--stb-font-weight-label-sm, 400);
  letter-spacing: var(--stb-letter-spacing-label-sm, -0.25px);
  font-style: var(--stb-font-style-label-sm, italic);
  text-transform: var(--stb-text-transform-label-sm, uppercase);
  text-shadow: 1px 2px 0 rgb(28, 42, 59), 0 0 10px rgba(255, 255, 255, 0.3);
  gap: 12px;
  height: 48px;
  padding: 0 20px;
  color: rgb(165, 175, 192);
  border-radius: 2px;
}
.sidebar__item span:nth-child(1) {
  -webkit-mask-image: url(../images/m1.svg);
          mask-image: url(../images/m1.svg);
  width: 20px;
  height: 20px;
  min-width: 20px;
  background: rgb(165, 175, 192);
  -webkit-mask-size: 20px 20px;
          mask-size: 20px 20px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.sidebar__footer {
  margin-top: auto;
  bottom: 0;
  position: sticky;
  z-index: 111;
  padding: 12px;
  gap: 4px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background: rgb(19, 30, 44);
}
.sidebar__footer a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  height: 60px;
  font-size: var(--stb-font-size-title-xs, 12px);
  font-weight: var(--stb-font-weight-title-xs, 600);
  text-transform: var(--stb-text-transform-title-xs, uppercase);
  position: relative;
  gap: 4px;
  background: rgb(28, 42, 59);
  border: 1px solid rgb(86, 103, 126);
  color: rgb(165, 175, 192);
  border-radius: 2px;
}
.sidebar__footer a img {
  width: 20px;
  height: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
.sidebar__footer a stb-icon-sprite {
  width: 16px;
  height: 16px;
}
.sidebar__footer a stb-icon-sprite svg {
  width: 100%;
  height: 100%;
  fill: rgb(165, 175, 192);
}

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

.banner {
  position: relative;
  display: flex;
  align-items: center;
  height: 512px;
  background: url(../images/banner.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.arrows {
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 20px;
  width: calc(100% - 40px);
}
.arrows span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 2px;
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.arrows span stb-icon-sprite {
  width: 28px;
  height: 28px;
}
.arrows span stb-icon-sprite svg {
  width: 100%;
  height: 100%;
  fill: rgba(255, 255, 255, 0.6);
}

.banner__info {
  position: relative;
  margin-left: 84px;
}
.banner__info p:nth-child(1) {
  font-size: var(--stb-font-size-title-lg, 18px);
  font-weight: var(--stb-font-weight-title-lg, 600);
  color: rgb(236, 253, 0);
  text-transform: var(--stb-text-transform-title-lg, uppercase);
}
.banner__info p:nth-child(2) {
  margin-top: 8px;
  font-size: var(--stb-font-size-display-xl, 48px);
  font-weight: var(--stb-font-weight-display-xl, 600);
  letter-spacing: var(--stb-letter-spacing-display-xl, -2px);
  text-transform: var(--stb-text-transform-display-xl, uppercase);
  color: rgb(255, 255, 255);
}
.banner__info p:nth-child(3) {
  margin-top: 32px;
  color: rgb(6, 13, 26);
  background: rgb(236, 253, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--stb-font-size-button-lg, 28px);
  height: 72px;
  text-transform: var(--stb-text-transform-button-lg, uppercase);
  border-radius: 2px;
  width: 260px;
}

.dots {
  position: absolute;
  bottom: -100px;
  left: 0;
  display: flex;
  gap: 4px;
}
.dots span {
  clip-path: polygon(3.5px 0, 100% 0, calc(100% - 3.5px) 100%, 0 100%);
  width: 12px;
  height: 9px;
  background: #fff;
  opacity: 0.7;
}
.dots span:first-child {
  opacity: 1;
}

.menu {
  padding: 8px 0;
  border-bottom: 1px solid rgb(39, 54, 73);
  background: rgb(16, 23, 36);
  position: sticky;
  top: 67px;
  z-index: 888;
}

.menu__list {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  overflow-y: hidden;
}
.menu__list a {
  font-weight: var(--stb-font-weight-headline-xxs, 400);
  text-transform: var(--stb-text-transform-headline-xxs, uppercase);
  position: relative;
  gap: var(--stb-category-grid-gap, 6px);
  display: flex;
  align-items: center;
  min-width: -moz-max-content;
  min-width: max-content;
  height: 37px;
  padding: 0 8px;
  color: rgb(121, 136, 158);
  background: rgb(19, 30, 44);
  border: 1px solid rgb(39, 54, 73);
  border-radius: 2px;
}
.menu__list a:nth-child(2) span:nth-child(1) {
  -webkit-mask-image: url(../images/t2.svg);
          mask-image: url(../images/t2.svg);
}
.menu__list a:nth-child(3) span:nth-child(1) {
  -webkit-mask-image: url(../images/t3.svg);
          mask-image: url(../images/t3.svg);
}
.menu__list a:nth-child(4) span:nth-child(1) {
  -webkit-mask-image: url(../images/t4.svg);
          mask-image: url(../images/t4.svg);
}
.menu__list a:nth-child(5) span:nth-child(1) {
  -webkit-mask-image: url(../images/t5.svg);
          mask-image: url(../images/t5.svg);
}
.menu__list a:nth-child(6) span:nth-child(1) {
  -webkit-mask-image: url(../images/t6.svg);
          mask-image: url(../images/t6.svg);
}
.menu__list a:nth-child(7) span:nth-child(1) {
  -webkit-mask-image: url(../images/t7.svg);
          mask-image: url(../images/t7.svg);
}
.menu__list a:nth-child(8) span:nth-child(1) {
  -webkit-mask-image: url(../images/t8.svg);
          mask-image: url(../images/t8.svg);
}
.menu__list a:nth-child(9) span:nth-child(1) {
  -webkit-mask-image: url(../images/t9.svg);
          mask-image: url(../images/t9.svg);
}
.menu__list a:nth-child(10) span:nth-child(1) {
  -webkit-mask-image: url(../images/t10.svg);
          mask-image: url(../images/t10.svg);
}
.menu__list a:nth-child(11) span:nth-child(1) {
  -webkit-mask-image: url(../images/t11.svg);
          mask-image: url(../images/t11.svg);
}
.menu__list a:nth-child(12) span:nth-child(1) {
  -webkit-mask-image: url(../images/t12.svg);
          mask-image: url(../images/t12.svg);
}
.menu__list a span:nth-child(1) {
  width: 24px;
  height: 24px;
  -webkit-mask-image: url(../images/t1.svg);
          mask-image: url(../images/t1.svg);
  background: rgb(165, 175, 192);
  -webkit-mask-size: 24px 24px;
          mask-size: 24px 24px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.cards {
  margin-top: 16px;
}

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

.cards__title {
  color: rgb(255, 255, 255);
  font-size: var(--stb-font-size-headline-xs, 20px);
  font-weight: var(--stb-font-weight-headline-xs, 400);
  line-height: var(--stb-line-height-headline-xs, 24px);
  letter-spacing: var(--stb-letter-spacing-headline-xs, -0.62px);
  text-transform: var(--stb-text-transform-headline-xs, uppercase);
  text-decoration: underline;
  text-decoration-color: rgb(212, 0, 53);
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.cards__nav {
  display: flex;
  align-items: center;
  gap: 8px;
}
.cards__nav p {
  font-size: var(--stb-font-size-button-xs, 14px);
  font-weight: var(--stb-font-weight-button-xs, 500);
  text-transform: var(--stb-text-transform-button-xs, uppercase);
  min-width: -moz-max-content;
  min-width: max-content;
  color: rgb(121, 136, 158);
}

.cards__arrows {
  gap: 4px;
  display: flex;
}
.cards__arrows span {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(68, 83, 105);
  border-color: rgb(68, 83, 105);
  width: var(--stb-arrow-button-width, 36px);
  height: var(--stb-arrow-button-height, 26px);
  border-radius: 4px;
}
.cards__arrows span stb-icon-sprite {
  width: 16px;
  height: 16px;
}
.cards__arrows span stb-icon-sprite svg {
  width: 100%;
  height: 100%;
  fill: rgb(121, 136, 158);
}

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

.cards__item {
  position: relative;
  width: 196px;
  min-width: 196px;
  aspect-ratio: 196/294;
  background-image: url(../images/card_bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
  border-radius: 2px;
  overflow: hidden;
}
.cards__item img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  bottom: 0;
  left: 0;
}
.cards__item span {
  font-size: 14px;
  font-weight: var(--stb-font-weight-title-md, 600);
  color: #fff;
  text-transform: var(--stb-text-transform-title-md, uppercase);
  min-height: 44px;
  padding: 4px;
  margin-top: auto;
  z-index: 2;
  position: relative;
}

.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: 300;
}
.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: 40px 0;
  position: relative;
  background: rgb(23, 36, 52);
}

.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(121, 136, 158);
}
.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: 14px;
  color: rgb(165, 175, 192);
}

.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: 0px;
  color: rgb(121, 136, 158);
  line-height: 1.4;
  font-size: 12px;
  font-weight: 500;
}

@media (max-width: 1919px) {
  .banner {
    height: 374px;
  }
  .dots {
    bottom: -30px;
  }
  .arrows span {
    width: 36px;
    height: 36px;
  }
  .arrows span stb-icon-sprite {
    width: 20px;
    height: 20px;
  }
  .cards__item {
    width: 171px;
    min-width: 171px;
  }
}
@media (max-width: 1024px) {
  .sidebar {
    display: none;
  }
  main,
  footer {
    margin-left: 0;
  }
  .search {
    display: none;
  }
  .banner {
    height: 204px;
    width: calc(100% + 32px);
    margin-left: -16px;
  }
  .banner__info p:nth-child(2) {
    margin-top: 4px;
    font-size: 38px;
  }
  .arrows {
    display: none;
  }
  .banner__info {
    margin-left: 16px;
    position: static;
  }
  .mobile-menu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    height: 44px;
    gap: 1px;
    border-bottom: 1px solid rgb(28, 42, 59);
  }
  .mobile-menu a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: var(--stb-font-weight-label-md, 400);
    line-height: var(--stb-line-height-label-md, 22px);
    letter-spacing: var(--stb-letter-spacing-label-md, -0.25px);
    font-style: var(--stb-font-style-label-md, italic);
    text-transform: var(--stb-text-transform-label-md, uppercase);
    position: relative;
    text-shadow: 1px 2px 0 rgb(28, 42, 59), 0px 0px 10px rgba(255, 255, 255, 0.3), 1px 2px 0px rgb(28, 42, 59);
    color: rgb(121, 136, 158);
  }
  .mobile-menu a:last-child::after {
    display: none;
  }
  .mobile-menu a:after {
    position: absolute;
    top: 50%;
    inset-inline-end: 1px;
    z-index: 1;
    display: block;
    width: 1px;
    height: 46px;
    background: rgb(28, 42, 59);
    transform: translateY(-50%) rotate(15deg);
    content: "";
  }
  .dots {
    bottom: 10px;
    right: 16px;
    left: auto;
  }
}
@media (max-width: 767px) {
  .burger {
    width: 24px;
  }
  .burger stb-icon-sprite:last-child {
    display: block;
  }
  .burger stb-icon-sprite:first-child {
    display: none;
  }
  .logo {
    width: 112px;
  }
  .header__btn {
    height: 36px;
    padding: 0 8px;
    font-size: 12px;
  }
  .header__right {
    gap: 4px;
  }
  header {
    height: 60px;
  }
  .banner {
    height: 375px;
    background-image: url(../images/banner-mob.webp);
    align-items: flex-end;
    justify-content: center;
  }
  .banner__info {
    margin-left: 0;
    align-items: center;
    display: flex;
    flex-direction: column;
    padding-bottom: 30px;
  }
  .banner__info p:nth-child(1) {
    font-size: 14px;
  }
  .banner__info p:nth-child(2) {
    font-size: 32px;
  }
  .banner__info p:nth-child(3) {
    margin-top: 4px;
    font-size: 28px;
    width: 242px;
  }
  .dots {
    bottom: 10px;
    right: 10px;
  }
  .dots span {
    width: 8px;
    height: 6px;
    clip-path: polygon(2.5px 0, 100% 0, calc(100% - 2.5px) 100%, 0 100%);
  }
  .menu {
    top: 59px;
  }
  .menu__list {
    width: calc(100% + 16px);
    padding-right: 16px;
  }
  .cards__title {
    font-size: 16px;
  }
  .cards__arrows {
    display: none;
  }
  .cards__list {
    gap: 8px;
    width: calc(100% + 16px);
    padding-right: 16px;
  }
  .cards__item {
    width: 92px;
    min-width: 92px;
  }
  .cards__item span {
    font-size: 8px;
    min-height: 30px;
  }
  .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 {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
}/*# sourceMappingURL=styles.css.map */