* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

input,
button,
textarea {
  border: 0;
  background: none;
  outline: none;
}

a {
  text-decoration: none;
  color: inherit;
}

ul,
ol {
  list-style: none;
}

::-webkit-scrollbar {
  display: none;
}

svg-icon-sprite {
  aspect-ratio: 1/1;
  display: block;
  width: 20px;
}
svg-icon-sprite svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: rgb(255, 241, 210);
}

body {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  color: rgb(255, 190, 40);
  background-color: rgb(16, 11, 7);
  font-family: "Podkova", serif;
}
body.hidden {
  overflow: hidden;
}

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

header {
  height: 68px;
  position: sticky;
  top: 0;
  z-index: 99;
  background-image: url(../images/header-bg.795685242190c805.webp);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  background-color: rgb(16, 11, 7);
}
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: 20px;
  padding-left: 10px;
}

.burger {
  display: none;
}

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

.header__icon {
  width: 28px;
  height: 28px;
  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: 8px;
  height: 48px;
  width: 300px;
  padding: 0 16px;
  border: 1px solid rgb(114, 80, 52);
  background-color: rgb(57, 40, 26);
  border-radius: 8px;
  color: rgb(221, 208, 198);
  line-height: 1.2;
  font-weight: 500;
  box-shadow: 0 2px rgb(16, 11, 7), 0 4px 4px rgba(25, 12, 5, 0.6);
}
.header__search svg-icon-sprite {
  width: 16px;
}
.header__search svg-icon-sprite svg {
  fill: rgb(221, 208, 198);
}

.header__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  background-image: url(../images/secondary-default-left.webp), url(../images/secondary-default-middle.webp), url(../images/secondary-default-right.webp);
  background-repeat: no-repeat;
  background-position: left center, center, right 0 center;
  background-size: 21px 100%, calc(100% - 40px) 100%, 21px 100%;
  font-size: 16px;
  padding: 0 24px;
  text-align: center;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: none;
  color: rgb(255, 241, 210);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 0 rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.4), 1.4px 0 0 rgba(114, 80, 52, 0.4), 0.6px 1px 0 rgba(114, 80, 52, 0.4), -0.6px 1.2px 0 rgba(114, 80, 52, 0.4), -0.2px 0.2px 0 rgba(114, 80, 52, 0.4), -1px -0.9px 0 rgba(114, 80, 52, 0.4), 0.5px -1.2px 0 rgba(114, 80, 52, 0.4), 1.4px -0.5px 0 rgba(114, 80, 52, 0.4);
}

.sidebar {
  position: fixed;
  left: 0;
  top: 68px;
  height: calc(100vh - 68px);
  width: 232px;
  z-index: 99;
  overflow: auto;
  display: flex;
  flex-direction: column;
  background-image: linear-gradient(180deg, rgba(57, 40, 26, 0.3), rgba(16, 11, 7, 0.3));
  border-radius: 10px;
  box-shadow: 0 0 4px 13px rgba(0, 0, 0, 0.4) inset;
}

.sidebar__menu {
  display: flex;
  flex-direction: column;
  padding: 20px 0 20px 8px;
  height: 100%;
  position: relative;
}
.sidebar__menu:before {
  content: "";
  position: absolute;
  background-image: url(../images/arc.9fe60288264a74c6.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 9px;
  z-index: 1;
  left: 24px;
  top: 3px;
}
.sidebar__menu:after {
  content: "";
  position: absolute;
  inset: 0;
  -o-border-image: image-set(url(../images/submenu-border.c6d0c5499b62133f.webp) 1x, url(../images/submenu-border.c6d0c5499b62133f.webp) 1x) 40/10px round;
     border-image: -webkit-image-set(url(../images/submenu-border.c6d0c5499b62133f.webp) 1x, url(../images/submenu-border.c6d0c5499b62133f.webp) 1x) 40/10px round;
     border-image: image-set(url(../images/submenu-border.c6d0c5499b62133f.webp) 1x, url(../images/submenu-border.c6d0c5499b62133f.webp) 1x) 40/10px round;
  filter: drop-shadow(0 -2px 0 rgb(64, 53, 47));
}

.sidebar__line {
  background-image: url(../images/sidebar-divider.277b64ea8751231a.svg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 12px;
  width: 100%;
  margin-top: -4px;
  position: relative;
  right: 0;
}

.sidebar__list {
  display: flex;
  flex-direction: column;
  position: relative;
}
.sidebar__list:nth-child(3) a {
  color: rgb(255, 190, 40);
}
.sidebar__list:nth-child(3) a span:nth-child(1) svg-icon-sprite svg {
  fill: rgb(255, 190, 40);
}
.sidebar__list li {
  width: 100%;
}
.sidebar__list a {
  position: relative;
  display: flex;
  align-items: center;
  height: 44px;
  gap: 12px;
  width: 100%;
  padding: 0 20px;
  color: rgb(221, 208, 198);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(25, 12, 5, 0.2);
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
}
.sidebar__list a span:nth-child(1) {
  width: 20px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar__list a span:nth-child(1) svg-icon-sprite {
  width: 100%;
}
.sidebar__list a span:nth-child(1) svg-icon-sprite svg {
  fill: rgb(255, 218, 132);
}

.sidebar__footer {
  margin-top: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: sticky;
  bottom: 0;
  z-index: 2;
  gap: 8px;
  min-height: 60px;
}
.sidebar__footer a {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 60px;
  gap: 4px;
  background-image: url(../images/tertiary-default-left.webp), url(../images/tertiary-default-middle.webp), url(../images/tertiary-default-right.webp);
  background-repeat: no-repeat;
  background-position: left center, center, right 0 center;
  background-size: 26px 100%, calc(100% - 50px) 100%, 26px 100%;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.2;
  color: rgb(255, 241, 210);
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3), 0 0.5px 2px rgba(0, 0, 0, 0.4), 1.4px 0 0 rgba(114, 80, 52, 0.4), 0.6px 1px 0 rgba(114, 80, 52, 0.4), -0.6px 1.2px 0 rgba(114, 80, 52, 0.4), -0.2px 0.2px 0 rgba(114, 80, 52, 0.4), -1px -0.9px 0 rgba(114, 80, 52, 0.4), 0.5px -1.2px 0 rgba(114, 80, 52, 0.4), 1.4px -0.5px 0 rgba(114, 80, 52, 0.4);
}
.sidebar__footer a img,
.sidebar__footer a svg-icon-sprite {
  width: 16px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.sidebar__footer a img svg,
.sidebar__footer a svg-icon-sprite svg {
  fill: rgb(255, 241, 210);
}

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

.banner--wrap .container {
  width: 100%;
}

.banner {
  aspect-ratio: 1688/400;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.banner:before {
  background-image: url(../images/left-frame.webp), url(../images/right-frame.webp), url(../images/bottom-frame-mob.webp);
  background-size: 17px 100%, 17px 100%, 100% 17px;
  background-position: left, right, bottom;
  position: absolute;
  inset: 0;
  z-index: 1;
  background-repeat: no-repeat;
  content: "";
  pointer-events: none;
}

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

.banner__content {
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-left: 260px;
  width: 488px;
  height: 100%;
  background-image: url(../images/plate-desktop.37542c51cb6e486a.webp);
  background-size: 100% calc(100% - 18px);
  background-repeat: no-repeat;
  background-position: top center;
  padding: 0 40px;
}
.banner__content p:nth-child(1) {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  font-weight: 700;
  color: rgb(255, 241, 210);
  text-transform: uppercase;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 0 rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.4);
}
.banner__content p:nth-child(2) {
  margin-top: 8px;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.2;
  font-family: "Ultra", serif;
  text-transform: uppercase;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25), 0 2px 0 rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.5), 1.4px 0 0 rgb(16, 11, 7), 1px 0 0 rgb(16, 11, 7), 0.5px 0.8px 0 rgb(16, 11, 7), -0.4px 0.9px 0 rgb(16, 11, 7), -0.9px 0.1px 0 rgb(16, 11, 7), -0.6px -0.7px 0 rgb(16, 11, 7), 0.2px -0.9px 0 rgb(16, 11, 7), 0.9px -0.2px 0 rgb(16, 11, 7);
}
.banner__content a {
  margin-top: 12px;
  height: 76.8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  background-image: url(../images/primary-default-left.webp), url(../images/primary-default-middle.webp), url(../images/primary-default-right.webp);
  background-repeat: no-repeat;
  background-position: left center, center, right 0 center;
  background-size: 36px 100%, calc(100% - 70px) 100%, 36px 100%;
  padding: 0 32px;
  letter-spacing: -0.96px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: none;
  color: rgb(255, 241, 210);
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25), 0 2px 0 rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.5), 1.4px 0 0 rgba(0, 0, 0, 0.2), 0.6px 1px 0 rgba(0, 0, 0, 0.2), -0.6px 1.2px 0 rgba(0, 0, 0, 0.2), -0.2px 0.2px 0 rgba(0, 0, 0, 0.2), -1px -0.9px 0 rgba(0, 0, 0, 0.2), 0.5px -1.2px 0 rgba(0, 0, 0, 0.2), 1.4px -0.5px 0 rgba(0, 0, 0, 0.2);
}

.top--menu {
  top: 67px;
  z-index: 9;
  position: sticky;
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
  background-color: rgb(16, 11, 7);
  padding: 16px 0 8px;
  border-bottom: 1px solid rgb(57, 40, 26);
}

.top__menu {
  position: relative;
}
.top__menu::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 60px;
  right: 0;
  top: 0;
  background-image: linear-gradient(270deg, rgb(16, 11, 7) 50%, rgba(255, 255, 25, 0) 100%);
}

.top__menu__row {
  overflow-x: auto;
  padding: 0 20px 8px;
}
.top__menu__row::-webkit-scrollbar {
  display: block;
  height: 11px;
}
.top__menu__row::-webkit-scrollbar-thumb {
  background: rgb(86, 60, 39);
}
.top__menu__row::-webkit-scrollbar-track {
  background: transparent;
}
.top__menu__row ul {
  display: flex;
  gap: 16px;
  min-width: -moz-max-content;
  min-width: max-content;
  justify-content: center;
}
.top__menu__row ul li:last-child {
  position: relative;
  z-index: 2;
}
.top__menu__row ul a {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  gap: 20px;
  padding: 16px 0 0;
  min-width: 88px;
  color: rgb(255, 241, 210);
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: -0.3px;
  text-shadow: 0 1px 0 rgb(0, 0, 0), 1.4px 0 0 rgb(86, 60, 39), 1px 0 0 rgb(86, 60, 39), 0.5px 0.8px 0 rgb(86, 60, 39), -0.4px 0.9px 0 rgb(86, 60, 39), -0.9px 0.1px 0 rgb(86, 60, 39), -0.6px -0.7px 0 rgb(86, 60, 39), 0.2px -0.9px 0 rgb(86, 60, 39), 0.9px -0.2px 0 rgb(86, 60, 39);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(114, 80, 52, 0.4);
}
.top__menu__row ul a span {
  position: relative;
}
.top__menu__row ul a span:nth-child(1) {
  width: 28px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 36px;
  background-image: url(../images/menu-bg-desktop.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  filter: drop-shadow(0 2px 0 0 rgb(57, 40, 26));
}
.top__menu__row ul a span:nth-child(1) img {
  width: 60px;
  aspect-ratio: 1/1;
}

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

.cards__row {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cards__row:nth-child(3) .cards__list {
  grid-template-columns: repeat(3, 1fr);
}
.cards__row:nth-child(3) .cards__item__body {
  aspect-ratio: 618/412;
}
.cards__row:nth-child(3) .cards__item__body img {
  width: calc(100% - 30px);
  height: calc(100% - 30px);
}

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

.cards__title {
  display: flex;
  align-items: center;
  min-width: -moz-max-content;
  min-width: max-content;
  color: rgb(255, 190, 40);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  font-family: "Ultra", serif;
  text-transform: uppercase;
  text-shadow: 0 2px 0 rgb(57, 40, 26), 1.4px 0 0 rgb(16, 11, 7), 1px 0 0 rgb(16, 11, 7), 0.5px 0.8px 0 rgb(16, 11, 7), -0.4px 0.9px 0 rgb(16, 11, 7), -0.9px 0.1px 0 rgb(16, 11, 7), -0.6px -0.7px 0 rgb(16, 11, 7), 0.2px -0.9px 0 rgb(16, 11, 7), 0.9px -0.2px 0 rgb(16, 11, 7);
}

.cards__line {
  width: 100%;
  height: 10px;
  background-image: url(../images/circle-divider.webp), url(../images/line-divider.webp), url(../images/arrow-divider.webp);
  background-size: 8px 8px, calc(100% - 58px) 10px, 45px 10px;
  background-position: left 0 center, left 15px center, right 0 center;
  background-repeat: no-repeat;
}

.cards__nav {
  display: flex;
  align-items: center;
  min-width: -moz-max-content;
  min-width: max-content;
  gap: 8px;
}
.cards__nav p {
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: rgb(255, 222, 147);
}

.cards__arrows {
  display: flex;
  align-items: center;
  gap: 0;
}
.cards__arrows span {
  width: 28px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-duration: 0.3s;
}
.cards__arrows span svg-icon-sprite {
  width: 20px;
}
.cards__arrows span svg-icon-sprite svg {
  fill: rgb(255, 208, 101);
}
.cards__arrows span:first-child, .cards__arrows span:hover {
  opacity: 0.3;
}

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

.cards__item__body {
  position: relative;
  aspect-ratio: 224/336;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cards__item__body::before {
  content: "";
  position: absolute;
  inset: 0 -3px;
  z-index: 1;
  -o-border-image: url(../images/border-image-2_3.e8a8772111f8a8da.svg) 24 fill/24px stretch;
     border-image: url(../images/border-image-2_3.e8a8772111f8a8da.svg) 24 fill/24px stretch;
  pointer-events: none;
  box-sizing: border-box;
}
.cards__item__body span {
  bottom: 5%;
  position: absolute;
  left: 7%;
  pointer-events: none;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -1.2px;
  color: rgb(255, 190, 40);
  -webkit-text-stroke: 2px rgb(86, 60, 39);
  text-shadow: 0 2px 0 rgb(16, 11, 7);
}
.cards__item__body img {
  width: calc(100% - 25px);
  height: calc(100% - 25px);
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.cards__item__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: -0.32px;
  text-align: center;
  color: rgb(221, 208, 198);
}

.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 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__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 th,
.content__table td {
  padding: 12px;
  border: 1px solid rgb(255, 190, 40);
  text-align: left;
  font-weight: 500;
}

.table--style tr:first-child td {
  background-image: url(../images/secondary-default-left.webp), url(../images/secondary-default-middle.webp), url(../images/secondary-default-right.webp);
  background-repeat: no-repeat;
  background-position: left center, center, right 0 center;
  background-size: 21px 100%, calc(100% - 40px) 100%, 21px 100%;
  color: rgb(255, 241, 210);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 0 rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.4), 1.4px 0 0 rgba(114, 80, 52, 0.4), 0.6px 1px 0 rgba(114, 80, 52, 0.4), -0.6px 1.2px 0 rgba(114, 80, 52, 0.4), -0.2px 0.2px 0 rgba(114, 80, 52, 0.4), -1px -0.9px 0 rgba(114, 80, 52, 0.4), 0.5px -1.2px 0 rgba(114, 80, 52, 0.4), 1.4px -0.5px 0 rgba(114, 80, 52, 0.4);
}
.table--style th {
  background: linear-gradient(180deg, rgb(219, 255, 0) 0%, rgb(180, 197, 0) 100%);
  color: rgb(3, 10, 10);
}

footer {
  margin-top: 20px;
  padding: 24px 0 32px;
  position: relative;
  background-color: rgb(57, 40, 26);
  background-image: radial-gradient(171.47% 73.04% at 50% 100%, rgba(15, 7, 1, 0.4), rgba(15, 7, 1, 0));
}
footer::before {
  inset: -20px 0 0;
  background-image: url(../images/footer-border-left.webp), url(../images/footer-border-top.3cf213c99d5ff0e0.png), url(../images/footer-border-right.webp);
  background-size: 164px 20px, calc(100% - 328px) 20px, 164px 20px;
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: left top, center top, right top;
  pointer-events: none;
  filter: drop-shadow(0 -2px 0 #67503d);
}

.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-weight: 700;
  font-size: 14px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 0 rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.4), 1.4px 0 0 rgba(114, 80, 52, 0.4), 0.6px 1px 0 rgba(114, 80, 52, 0.4), -0.6px 1.2px 0 rgba(114, 80, 52, 0.4), -0.2px 0.2px 0 rgba(114, 80, 52, 0.4), -1px -0.9px 0 rgba(114, 80, 52, 0.4), 0.5px -1.2px 0 rgba(114, 80, 52, 0.4), 1.4px -0.5px 0 rgba(114, 80, 52, 0.4);
  background-image: url(../images/tertiary-default-left.webp), url(../images/tertiary-default-middle.webp), url(../images/tertiary-default-right.webp);
  background-repeat: no-repeat;
  background-position: left center, center, right 0 center;
  background-size: 21px 100%, calc(100% - 40px) 100%, 21px 100%;
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: none;
  color: rgb(255, 241, 210);
}
.footer__top a svg-icon-sprite {
  width: 24px;
}
.footer__top a svg-icon-sprite svg {
  fill: rgb(255, 241, 210);
}
.footer__top a img {
  width: 24px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer__menu {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 40px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  color: rgb(255, 222, 147);
  letter-spacing: -0.28px;
}
.footer__menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 16px;
  display: flex;
  flex-direction: column;
}

.footer__menu__title {
  letter-spacing: -0.02em;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 14px;
  color: rgb(255, 255, 255);
}

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

.footer__pay {
  display: flex;
  justify-content: center;
  gap: 12px;
}
.footer__pay a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-width: 80px;
  height: 36px;
  background-color: rgb(86, 60, 39);
  border-radius: 8px;
  -o-border-image: url(../images/border-frame.7b0e8135f80ad5d6.svg) 16 fill/16px stretch;
     border-image: url(../images/border-frame.7b0e8135f80ad5d6.svg) 16 fill/16px stretch;
  font-weight: 700;
  font-size: 12px;
  color: rgb(255, 222, 147);
}
.footer__pay a:last-child {
  border: 0;
  background: none;
}
.footer__pay a svg-icon-sprite {
  width: 12px;
}
.footer__pay a svg-icon-sprite svg {
  fill: rgb(255, 222, 147);
}
.footer__pay a img {
  width: 66px;
}

.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;
  color: rgb(255, 241, 210);
  font-size: 12px;
}

@media (max-width: 1919px) {
  .cards__list {
    grid-template-columns: repeat(7, 1fr);
  }
  .cards__item:nth-child(n+8) {
    display: none;
  }
  .banner {
    aspect-ratio: 1304/400;
  }
  .banner__content {
    margin-left: 150px;
  }
  .cards__item__body img {
    width: calc(100% - 17px);
    height: calc(100% - 17px);
  }
  .cards__row:nth-child(3) .cards__item__body img {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
}
@media (max-width: 1279px) {
  .burger {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
  }
  .burger svg-icon-sprite {
    width: 100%;
  }
  .header__icon {
    display: none;
  }
  .header__logo {
    width: 49px;
    aspect-ratio: 49/48;
  }
  .header__search {
    display: none;
  }
  header {
    height: 64px;
  }
  .sidebar {
    display: none;
  }
  .wrap {
    padding-left: 0;
    position: relative;
  }
  .cards__list {
    grid-template-columns: repeat(6, 1fr);
  }
  .cards__item:nth-child(n+7) {
    display: none;
  }
  .cards__arrows {
    display: none;
  }
  .footer__menu {
    grid-template-columns: repeat(4, 1fr);
  }
  .footer__column:nth-child(n+5) {
    display: none;
  }
  .content--wrap {
    padding: 40px 0px;
  }
  .footer {
    padding: 0;
  }
  .top--menu {
    top: 63px;
    padding: 8px 0 4px;
  }
  .top__menu__row {
    padding: 0 20px 4px;
  }
  .top__menu__row::-webkit-scrollbar {
    height: 4px;
  }
  .header__left {
    padding-left: 0;
  }
  .banner {
    aspect-ratio: 768/280;
  }
  .header__btn {
    height: 36px;
    font-size: 14px;
    padding: 0 16px;
  }
  .banner__content {
    margin-left: 40px;
    width: 350px;
    padding: 0 20px;
  }
  .banner__content p:nth-child(1) {
    font-size: 16px;
  }
  .banner__content p:nth-child(2) {
    margin-top: 4px;
    font-size: 20px;
  }
  .top__menu__row ul a {
    flex-direction: row;
    padding-top: 0;
    gap: 2px;
    padding-right: 20px;
    white-space: nowrap;
    background-image: url(../images/category-menu-left.webp), url(../images/category-menu-center.webp), url(../images/category-menu-right.webp);
    background-size: 20px calc(100% - 8px), calc(100% - 36px) calc(100% - 8px), 28px calc(100% - 8px);
    background-position: left center, center, right center;
    background-repeat: no-repeat;
    filter: drop-shadow(0 2px 0 0 rgb(57, 40, 26));
    font-size: 14px;
  }
  .top__menu__row ul a span:nth-child(1) {
    background: none;
    width: 44px;
    height: 44px;
    margin-left: -12px;
  }
  .top__menu__row ul a span:nth-child(1) img {
    width: 100%;
  }
  .top__menu::after {
    display: none;
  }
  .cards__title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .cards__list {
    grid-template-columns: repeat(3, 1fr);
  }
  .cards__item:nth-child(n+7) {
    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);
  }
  .footer__top a {
    width: 100%;
  }
  .footer__pay {
    flex-wrap: wrap;
  }
  .cards__row:nth-child(3) .cards__list {
    grid-template-columns: repeat(1, 1fr);
  }
  header {
    height: 116px;
    padding: 8px 20px;
  }
  header .container {
    width: 100%;
  }
  .header {
    flex-direction: column;
  }
  .header__right {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4px;
  }
  .burger {
    position: absolute;
    top: 20px;
    left: 20px;
  }
  .banner {
    aspect-ratio: 375/390;
    align-items: flex-end;
    justify-content: center;
  }
  .banner__content {
    margin-left: 0px;
    max-width: 360px;
    width: 100%;
    height: 215px;
    padding: 16px 20px;
    background-image: url(../images/plate-mobile-v1.ef0e82b8bc0249ef.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top center;
  }
  .banner:before {
    display: none;
  }
  .banner__content a {
    margin-top: 8px;
    height: 72px;
    font-size: 26px;
  }
  .cards__line {
    display: none;
  }
  .cards__item__body img {
    width: calc(100% - 8px);
    height: calc(100% - 11px);
  }
  .cards__item__body span {
    bottom: 3%;
    left: 7%;
    font-size: 40px;
  }
  .cards__row:nth-child(3) .cards__item__body img {
    width: calc(100% - 12px);
    height: calc(100% - 16px);
  }
  .top--menu {
    top: 115px;
  }
  footer::before {
    background-image: url(../images/footer-border-left-mob.webp), url(../images/footer-border-top-tab.webp), url(../images/footer-border-right-mob.webp);
    inset: -15px 0 0;
    background-size: 164px 20px, calc(100% - 328px) 20px, 164px 20px;
  }
}
@media (max-width: 370px) {
  .banner__content {
    max-width: none;
  }
}/*# sourceMappingURL=styles.css.map */