* {
  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(202, 139, 109);
}

@font-face {
  font-family: "P22 Yule";
  src: url("../fonts/P22YuleW00KleinHeavyReg.ttf");
}
body {
  font-family: "P22 Yule", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  color: rgb(255, 255, 255);
  background-color: rgb(60, 29, 26);
}
body.hidden {
  overflow: hidden;
}

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

header {
  height: 61px;
  position: sticky;
  top: 0;
  z-index: 99;
  background-color: rgb(74, 37, 33);
  background-image: url(../images/tile-1.webp);
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 -4px 2px rgba(0, 0, 0, 0.25) inset;
}
header .container {
  height: 100%;
  max-width: none;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.header__left {
  display: flex;
  align-items: center;
  gap: 25px;
  padding-left: 10px;
}

.burger {
  display: none;
}

.header__logo {
  width: 104px;
  aspect-ratio: 104/54;
}
.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: 320px;
  padding: 0 16px;
  box-shadow: 0 2px rgb(42, 20, 17) inset, 0 -2px rgb(100, 68, 64) inset;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0) 68.38%, rgba(0, 0, 0, 0.34) 100%), linear-gradient(0deg, rgb(60, 29, 26), rgb(60, 29, 26));
  border-radius: 8px;
  line-height: 1.2;
  color: rgb(233, 169, 148);
  text-shadow: 0 2px 0 rgb(40, 20, 21);
  -webkit-text-stroke: 2px rgb(40, 20, 21);
  paint-order: stroke fill;
}
.header__search svg-icon-sprite {
  width: 16px;
}
.header__search svg-icon-sprite svg {
  fill: rgb(233, 169, 148);
}

.header__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 24px;
  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: 20px 100%, calc(100% - 38px) 100%, 20px 100%;
  text-shadow: rgb(61, 16, 11) 1px 0 0, rgb(61, 16, 11) 1.7552px 0.9589px 0, rgb(61, 16, 11) 1.0806px 1.6829px 0, rgb(61, 16, 11) 0.1415px 1.995px 0, rgb(61, 16, 11) -0.8323px 1.8186px 0, rgb(61, 16, 11) -1.6023px 1.1969px 0, rgb(61, 16, 11) -1.98px 0.2822px 0, rgb(61, 16, 11) -1.873px -0.7016px 0, rgb(61, 16, 11) -1.3073px -1.5136px 0, rgb(61, 16, 11) -0.4216px -1.9551px 0, rgb(61, 16, 11) 0.5673px -1.9178px 0, rgb(61, 16, 11) 1.4173px -1.411px 0, rgb(61, 16, 11) 1.9203px -0.5588px 0;
  text-align: center;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  backface-visibility: hidden;
  filter: drop-shadow(0 5.5px 6.6px rgba(49, 0, 0, 0.6));
  color: rgb(233, 169, 148);
}

.sidebar {
  position: fixed;
  left: 0;
  top: 61px;
  height: calc(100vh - 61px);
  width: 232px;
  z-index: 99;
  overflow: auto;
  display: flex;
  flex-direction: column;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0) 68.38%, rgba(0, 0, 0, 0.34) 100%), rgb(46, 23, 19);
}

.sidebar__menu {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px 12px 79px;
  background-image: url(../images/sidebar-bg.7d5dc80bbfd8cf1d.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  overflow-y: scroll;
}

.sidebar__line {
  background-image: url(../images/divider.433aea75435b3ad9.svg);
  background-repeat: no-repeat;
  background-position: center center;
  height: 27px;
}
.sidebar__line:last-child {
  display: none;
}

.sidebar__list {
  display: flex;
  flex-direction: column;
  position: relative;
}
.sidebar__list:nth-child(3) li a {
  background: linear-gradient(90deg, rgb(175, 49, 35) 16.22%, rgba(166, 110, 93, 0) 89.3%);
  color: rgb(255, 255, 255);
  text-shadow: rgb(76, 6, 3) 1px 0 0, rgb(76, 6, 3) 1.7552px 0.9589px 0, rgb(76, 6, 3) 1.0806px 1.6829px 0, rgb(76, 6, 3) 0.1415px 1.995px 0, rgb(76, 6, 3) -0.8323px 1.8186px 0, rgb(76, 6, 3) -1.6023px 1.1969px 0, rgb(76, 6, 3) -1.98px 0.2822px 0, rgb(76, 6, 3) -1.873px -0.7016px 0, rgb(76, 6, 3) -1.3073px -1.5136px 0, rgb(76, 6, 3) -0.4216px -1.9551px 0, rgb(76, 6, 3) 0.5673px -1.9178px 0, rgb(76, 6, 3) 1.4173px -1.411px 0, rgb(76, 6, 3) 1.9203px -0.5588px 0;
}
.sidebar__list:nth-child(3) li a span:nth-child(1) svg-icon-sprite svg {
  fill: rgb(255, 255, 255);
}
.sidebar__list:nth-child(3) li a:before {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  width: 22px;
  background: url(../images/item-side-bg.webp);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  z-index: 2;
}
.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(233, 169, 148);
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  border-radius: 4px;
  text-transform: uppercase;
  text-shadow: rgb(49, 0, 0) 1px 0 0, rgb(49, 0, 0) 1.7552px 0.9589px 0, rgb(49, 0, 0) 1.0806px 1.6829px 0, rgb(49, 0, 0) 0.1415px 1.995px 0, rgb(49, 0, 0) -0.8323px 1.8186px 0, rgb(49, 0, 0) -1.6023px 1.1969px 0, rgb(49, 0, 0) -1.98px 0.2822px 0, rgb(49, 0, 0) -1.873px -0.7016px 0, rgb(49, 0, 0) -1.3073px -1.5136px 0, rgb(49, 0, 0) -0.4216px -1.9551px 0, rgb(49, 0, 0) 0.5673px -1.9178px 0, rgb(49, 0, 0) 1.4173px -1.411px 0, rgb(49, 0, 0) 1.9203px -0.5588px 0;
}
.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(233, 169, 148);
}
.sidebar__list a span:nth-child(2) {
  padding-top: 4px;
}

.sidebar__footer {
  margin-top: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: sticky;
  bottom: 0;
  z-index: 2;
  gap: 2px;
}
.sidebar__footer a {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 60px;
  gap: 6px;
  color: rgb(233, 169, 148);
  text-transform: uppercase;
  text-align: center;
  font-size: 10px;
  line-height: 1.2;
  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: 20px 100%, calc(100% - 38px) 100%, 20px 100%;
  text-shadow: rgb(61, 16, 11) 1px 0 0, rgb(61, 16, 11) 1.7552px 0.9589px 0, rgb(61, 16, 11) 1.0806px 1.6829px 0, rgb(61, 16, 11) 0.1415px 1.995px 0, rgb(61, 16, 11) -0.8323px 1.8186px 0, rgb(61, 16, 11) -1.6023px 1.1969px 0, rgb(61, 16, 11) -1.98px 0.2822px 0, rgb(61, 16, 11) -1.873px -0.7016px 0, rgb(61, 16, 11) -1.3073px -1.5136px 0, rgb(61, 16, 11) -0.4216px -1.9551px 0, rgb(61, 16, 11) 0.5673px -1.9178px 0, rgb(61, 16, 11) 1.4173px -1.411px 0, rgb(61, 16, 11) 1.9203px -0.5588px 0;
}
.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(233, 169, 148);
}

.wrap {
  padding-left: 232px;
}

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

.banner {
  height: 500px;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 100px;
  overflow: hidden;
}

.banner__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.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;
  width: 404px;
  height: 100%;
  padding: 0 40px;
}
.banner__content p:nth-child(1) {
  font-size: 16px;
  line-height: 1.4;
  color: rgb(252, 191, 59);
  text-shadow: rgb(83, 13, 9) 2px 0 0, rgb(83, 13, 9) 1.7551px 0.9588px 0, rgb(83, 13, 9) 1.0806px 1.6829px 0, rgb(83, 13, 9) 0.1414px 1.995px 0, rgb(83, 13, 9) -0.8323px 1.8185px 0, rgb(83, 13, 9) -1.6023px 1.1969px 0, rgb(83, 13, 9) -1.98px 0.2822px 0, rgb(83, 13, 9) -1.8729px -0.7016px 0, rgb(83, 13, 9) -1.3073px -1.5136px 0, rgb(83, 13, 9) -0.4216px -1.955px 0, rgb(83, 13, 9) 0.5673px -1.9178px 0, rgb(83, 13, 9) 1.4173px -1.4111px 0, rgb(83, 13, 9) 1.9203px -0.5588px 0;
  position: relative;
  padding: 7px 68px 6px;
}
.banner__content p:nth-child(1):before {
  position: absolute;
  inset: 0;
  width: 249px;
  min-width: 317px;
  height: calc(100% + 22px);
  margin: 0 auto;
  background-image: url(../images/ribbon.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: top 0 center;
  content: "";
  z-index: -1;
}
.banner__content p:nth-child(2) {
  margin-top: 8px;
  font-size: 36px;
  font-weight: 500;
  background: linear-gradient(180deg, rgb(252, 238, 97), rgb(255, 186, 26) 49.89%, rgb(245, 195, 93) 86.33%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
  filter: drop-shadow(0 2.5px 0 rgb(151, 86, 36));
}
.banner__content a {
  margin-top: 20px;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: 51px 100%, calc(100% - 100px) 100%, 51px 100%;
  min-width: 280px;
  padding: 0 62px;
  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;
  text-shadow: rgb(21, 70, 7) 1px 0 0, rgb(21, 70, 7) 1.7552px 0.9589px 0, rgb(21, 70, 7) 1.0806px 1.6829px 0, rgb(21, 70, 7) 0.1415px 1.995px 0, rgb(21, 70, 7) -0.8323px 1.8186px 0, rgb(21, 70, 7) -1.6023px 1.1969px 0, rgb(21, 70, 7) -1.98px 0.2822px 0, rgb(21, 70, 7) -1.873px -0.7016px 0, rgb(21, 70, 7) -1.3073px -1.5136px 0, rgb(21, 70, 7) -0.4216px -1.9551px 0, rgb(21, 70, 7) 0.5673px -1.9178px 0, rgb(21, 70, 7) 1.4173px -1.411px 0, rgb(21, 70, 7) 1.9203px -0.5588px 0;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  font-size: 28px;
  line-height: 1;
  backface-visibility: hidden;
  filter: drop-shadow(0 5.5px 6.6px rgba(49, 0, 0, 0.6));
}

.top--menu {
  top: 60px;
  z-index: 9;
  position: sticky;
  overflow: hidden;
  margin: 0 auto;
  padding: 16px 0 8px;
  background-image: url(../images/menu-bg.webp);
  background-position: center center;
  background-size: cover;
  box-shadow: -1px 12px 16px 3px rgb(40, 20, 21);
}

.top__menu {
  position: relative;
}

.top__menu__row {
  overflow-x: auto;
  padding: 0 20px 8px;
}
.top__menu__row ul {
  display: flex;
  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;
  font-size: 10px;
  width: 94px;
  min-height: 58px;
  line-height: 1.4;
  min-width: 80px;
  color: rgb(233, 169, 148);
  text-transform: uppercase;
  background-color: linear-gradient(0deg, rgba(166, 110, 93, 0.1), rgba(166, 110, 93, 0.1)), linear-gradient(179.97deg, rgba(151, 149, 146, 0.06) 0.02%, rgba(209, 208, 207, 0.06) 52%, rgba(151, 149, 146, 0.06) 99.98%), rgb(74, 39, 34);
  border-radius: 8px;
}
.top__menu__row ul a span {
  position: relative;
}
.top__menu__row ul a span:nth-child(1) {
  width: 47px;
  height: 58px;
  background-image: url(../images/provider-bg.5c93ba41833e3d02.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top__menu__row ul a span:nth-child(1) img {
  width: 44px;
  aspect-ratio: 1/1;
}
.top__menu__row ul a span:nth-child(2) {
  text-shadow: rgb(40, 20, 21) 1px 0 0, rgb(40, 20, 21) 1.7552px 0.9589px 0, rgb(40, 20, 21) 1.0806px 1.6829px 0, rgb(40, 20, 21) 0.1415px 1.995px 0, rgb(40, 20, 21) -0.8323px 1.8186px 0, rgb(40, 20, 21) -1.6023px 1.1969px 0, rgb(40, 20, 21) -1.98px 0.2822px 0, rgb(40, 20, 21) -1.873px -0.7016px 0, rgb(40, 20, 21) -1.3073px -1.5136px 0, rgb(40, 20, 21) -0.4216px -1.9551px 0, rgb(40, 20, 21) 0.5673px -1.9178px 0, rgb(40, 20, 21) 1.4173px -1.411px 0, rgb(40, 20, 21) 1.9203px -0.5588px 0;
}

.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: 587/391;
}

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

.cards__title {
  display: flex;
  align-items: center;
  color: rgb(255, 255, 255);
  font-weight: 500;
  line-height: 1.2;
  text-shadow: rgb(40, 20, 21) 1px 0 0, rgb(40, 20, 21) 1.7552px 0.9589px 0, rgb(40, 20, 21) 1.0806px 1.6829px 0, rgb(40, 20, 21) 0.1415px 1.995px 0, rgb(40, 20, 21) -0.8323px 1.8186px 0, rgb(40, 20, 21) -1.6023px 1.1969px 0, rgb(40, 20, 21) -1.98px 0.2822px 0, rgb(40, 20, 21) -1.873px -0.7016px 0, rgb(40, 20, 21) -1.3073px -1.5136px 0, rgb(40, 20, 21) -0.4216px -1.9551px 0, rgb(40, 20, 21) 0.5673px -1.9178px 0, rgb(40, 20, 21) 1.4173px -1.411px 0, rgb(40, 20, 21) 1.9203px -0.5588px 0;
  font-size: 24px;
}

.cards__line {
  display: none;
}

.cards__nav {
  display: flex;
  align-items: center;
  gap: 16px;
}
.cards__nav p {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1.4;
  text-transform: uppercase;
  color: rgb(255, 184, 0);
  text-shadow: rgb(40, 20, 21) 1px 0 0, rgb(40, 20, 21) 1.7552px 0.9589px 0, rgb(40, 20, 21) 1.0806px 1.6829px 0, rgb(40, 20, 21) 0.1415px 1.995px 0, rgb(40, 20, 21) -0.8323px 1.8186px 0, rgb(40, 20, 21) -1.6023px 1.1969px 0, rgb(40, 20, 21) -1.98px 0.2822px 0, rgb(40, 20, 21) -1.873px -0.7016px 0, rgb(40, 20, 21) -1.3073px -1.5136px 0, rgb(40, 20, 21) -0.4216px -1.9551px 0, rgb(40, 20, 21) 0.5673px -1.9178px 0, rgb(40, 20, 21) 1.4173px -1.411px 0, rgb(40, 20, 21) 1.9203px -0.5588px 0;
}

.cards__arrows {
  display: flex;
  align-items: center;
  gap: 4px;
}
.cards__arrows span {
  width: 36px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../images/arrow-button-default.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.cards__arrows span:nth-child(2) {
  transform: rotate(180deg) translateY(5px);
}

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

.cards__item__body {
  position: relative;
  aspect-ratio: 210/315;
  overflow: hidden;
}
.cards__item__body:after {
  position: absolute;
  inset: 0;
  z-index: 0;
  -o-border-image: url(../images/thumbnail-border.webp) 21% 32%/45px 48px repeat;
     border-image: url(../images/thumbnail-border.webp) 21% 32%/45px 48px repeat;
  border-style: solid;
  pointer-events: none;
  content: "";
}
.cards__item__body span {
  display: none;
}
.cards__item__body img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
}

.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.4;
  color: rgb(233, 169, 148);
  text-align: center;
  filter: drop-shadow(0 1px 0 rgb(40, 20, 21));
  -webkit-text-stroke: 1px rgb(40, 20, 21);
  paint-order: stroke fill;
}

.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;
  font-family: "Inter", sans-serif;
}
.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, 255, 255);
  text-align: left;
  font-weight: 500;
}

.table--style tr:first-child td {
  border-color: rgb(190, 108, 0);
  background-color: rgb(151, 55, 50);
}
footer {
  padding: 32px 0;
  position: relative;
}

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

.footer__top {
  display: flex;
  justify-content: center;
  gap: 12px;
}
.footer__top a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 160px;
  gap: 8px;
  font-size: 14px;
  text-transform: uppercase;
  color: rgb(242, 171, 165);
  background-image: url(../images/tertiary-default-left.webp), url(../images/tertiary-default-middle.671af71d9dcfc621.png), url(../images/tertiary-default-right.webp);
  background-repeat: no-repeat;
  background-position: left center, center, right 0 center;
  background-size: 20px 100%, calc(100% - 38px) 100%, 20px 100%;
  text-shadow: rgb(49, 0, 0) 1px 0 0, rgb(49, 0, 0) 1.7552px 0.9589px 0, rgb(49, 0, 0) 1.0806px 1.6829px 0, rgb(49, 0, 0) 0.1415px 1.995px 0, rgb(49, 0, 0) -0.8323px 1.8186px 0, rgb(49, 0, 0) -1.6023px 1.1969px 0, rgb(49, 0, 0) -1.98px 0.2822px 0, rgb(49, 0, 0) -1.873px -0.7016px 0, rgb(49, 0, 0) -1.3073px -1.5136px 0, rgb(49, 0, 0) -0.4216px -1.9551px 0, rgb(49, 0, 0) 0.5673px -1.9178px 0, rgb(49, 0, 0) 1.4173px -1.411px 0, rgb(49, 0, 0) 1.9203px -0.5588px 0;
}
.footer__top a svg-icon-sprite {
  width: 20px;
}
.footer__top a svg-icon-sprite svg {
  fill: rgb(242, 171, 165);
}
.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;
  line-height: 1.4;
  color: rgb(191, 112, 80);
  text-shadow: rgb(40, 20, 21) 2px 0 0, rgb(40, 20, 21) 1.7551px 0.9588px 0, rgb(40, 20, 21) 1.0806px 1.6829px 0, rgb(40, 20, 21) 0.1414px 1.995px 0, rgb(40, 20, 21) -0.8323px 1.8185px 0, rgb(40, 20, 21) -1.6023px 1.1969px 0, rgb(40, 20, 21) -1.98px 0.2822px 0, rgb(40, 20, 21) -1.8729px -0.7016px 0, rgb(40, 20, 21) -1.3073px -1.5136px 0, rgb(40, 20, 21) -0.4216px -1.955px 0, rgb(40, 20, 21) 0.5673px -1.9178px 0, rgb(40, 20, 21) 1.4173px -1.4111px 0, rgb(40, 20, 21) 1.9203px -0.5588px 0;
}
.footer__menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 16px;
  display: flex;
  flex-direction: column;
}

.footer__menu__title {
  font-size: 14px;
  -webkit-text-stroke: 2.5px rgb(61, 16, 11);
  paint-order: stroke fill;
  text-shadow: 0 2px 0 rgb(61, 16, 11);
  color: rgb(233, 169, 148);
}

.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;
  border-radius: 2px;
  background: linear-gradient(0deg, rgba(166, 110, 93, 0.1), rgba(166, 110, 93, 0.1)), linear-gradient(179.97deg, rgba(151, 149, 146, 0.06) 0.02%, rgba(209, 208, 207, 0.06) 52%, rgba(151, 149, 146, 0.06) 99.98%), rgb(74, 39, 34);
  font-size: 12px;
  color: rgb(202, 139, 109);
  text-shadow: rgb(40, 20, 21) 2px 0 0, rgb(40, 20, 21) 1.7551px 0.9588px 0, rgb(40, 20, 21) 1.0806px 1.6829px 0, rgb(40, 20, 21) 0.1414px 1.995px 0, rgb(40, 20, 21) -0.8323px 1.8185px 0, rgb(40, 20, 21) -1.6023px 1.1969px 0, rgb(40, 20, 21) -1.98px 0.2822px 0, rgb(40, 20, 21) -1.8729px -0.7016px 0, rgb(40, 20, 21) -1.3073px -1.5136px 0, rgb(40, 20, 21) -0.4216px -1.955px 0, rgb(40, 20, 21) 0.5673px -1.9178px 0, rgb(40, 20, 21) 1.4173px -1.4111px 0, rgb(40, 20, 21) 1.9203px -0.5588px 0;
  text-transform: uppercase;
}
.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(202, 139, 109);
}
.footer__pay a img {
  width: 69px;
}

.footer__media {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__media img {
  width: 40px;
}

.footer__copyright {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  gap: 20px;
  color: rgb(202, 139, 109);
  line-height: 1.4;
  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/405;
    height: auto;
    padding-left: 60px;
  }
  .sidebar__menu {
    min-height: -moz-max-content;
    min-height: max-content;
  }
}
@media (max-width: 1279px) {
  .burger {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
  }
  .burger img {
    width: 100%;
    aspect-ratio: 1/1;
  }
  .header__icon {
    display: none;
  }
  .header__logo {
    width: 81px;
  }
  .header__search {
    display: none;
  }
  header {
    height: 55px;
  }
  .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: 54px;
    padding: 8px 0 4px;
  }
  .top__menu__row {
    padding: 0 20px 4px;
  }
  .header__left {
    gap: 15px;
    padding-left: 0;
  }
  .header__btn {
    min-width: auto;
    height: 32px;
    padding: 0 16px;
  }
  .banner {
    aspect-ratio: 768/360;
    padding-left: 20px;
  }
  .banner__content {
    width: 404px;
    padding: 0;
  }
  .top__menu__row ul a {
    flex-direction: row;
    width: -moz-max-content;
    width: max-content;
    min-height: auto;
    min-width: auto;
    gap: 8px;
    font-size: 14px;
  }
  .top__menu__row ul {
    gap: 12px;
  }
  .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: 106px;
    padding: 7px 20px 12px;
  }
  header .container {
    width: 100%;
  }
  .burger {
    position: absolute;
    left: 20px;
    top: 12px;
  }
  .header {
    flex-direction: column;
  }
  .header__right {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }
  .banner {
    aspect-ratio: 375/425;
    padding-left: 0px;
  }
  .banner__content {
    width: 100%;
    justify-content: flex-end;
    padding: 0 20px 20px;
  }
  .banner__content p:nth-child(1) {
    padding: 7px 92px 3px;
    font-size: 12px;
  }
  .banner__content p:nth-child(2) {
    font-size: 28px;
  }
  .banner__content p:nth-child(1):before {
    min-width: auto;
  }
  .banner__content a {
    margin-top: 12px;
    height: 72px;
    min-width: 220px;
    background-size: 41px 100%, calc(100% - 80px) 100%, 41px 100%;
    font-size: 23px;
    padding: 0 44px;
    width: 100%;
  }
  .content__table {
    overflow-x: auto;
  }
  .top--menu {
    top: 105px;
  }
  .cards__list {
    gap: 12px;
  }
}
@media (max-width: 370px) {
  .header__btn {
    padding: 0 12px;
    font-size: 12px;
  }
}/*# sourceMappingURL=styles.css.map */