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

body {
  background: linear-gradient(180deg, #281b00 0.03%, #241b04 99.97%);
  font-family: "Nunito", sans-serif;
  color: #fffae9;
}

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

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: sticky;
  top: 0;
  z-index: 999;
  background-image: linear-gradient(180deg, #281b00 0.03%, #241b04 99.97%);
  height: 80px;
  background-size: cover;
}

.burger {
  display: flex;
  width: 60px;
  height: 52px;
  justify-content: center;
  align-items: center;
}
.burger svg {
  width: 28px;
}
.burger svg path {
  fill: #fff;
}

.logo {
  display: flex;
  width: 100px;
  aspect-ratio: 100/55;
}
.logo img {
  width: 100%;
  height: 100%;
}

.header__nav {
  display: flex;
  align-items: center;
}

.header__menu {
  display: flex;
  align-items: center;
  padding-right: 0.75rem;
}
.header__menu li:nth-child(1) a span {
  color: #ffdc96;
}
.header__menu li:nth-child(1) a svg path {
  fill: #ffdc96;
}
.header__menu li:nth-child(5) a svg path {
  stroke: #000;
}
.header__menu li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.header__menu li a span {
  font-size: var(--customFont-textSize-sm, 14px);
  text-align: center;
  color: #fffae9;
}
.header__menu li a svg {
  height: 1.75rem;
  width: auto;
}
.header__menu li a svg path {
  fill: #fffae9;
}

.header__btns {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.header__btns a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  border-radius: 5px;
  width: 154px;
  font-weight: 800;
  font-size: 14px;
  overflow: hidden;
}
.header__btns a span {
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  border-radius: 5px;
}
.header__btns a:nth-child(1) {
  background-image: linear-gradient(145.92deg, #ffdd68 19.04%, #785200 92.94%);
}
.header__btns a:nth-child(1) span {
  background-image: linear-gradient(94.99deg, #1b0d00 -38.19%, #1b0d00 100%);
}
.header__btns a:nth-child(2) {
  color: #583b00;
  background-image: linear-gradient(145.92deg, #ffdd68 19.04%, #785200 92.94%);
}
.header__btns a:nth-child(2) span {
  background-image: linear-gradient(99.81deg, #be9645 0%, #ffec73 28.59%, #ffe18a 55.14%, #be9645 102.11%);
}

.banner {
  position: relative;
  height: 350px;
  background-image: url(../images/banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.banner__info {
  position: relative;
  right: 24%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 200px;
  text-align: right;
}
.banner__info p:nth-child(1) {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
}
.banner__info a {
  margin-top: 1rem;
  color: #583b00;
  background-image: linear-gradient(145.92deg, #ffdd68 19.04%, #785200 92.94%);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  border-radius: 5px;
  width: 154px;
  font-weight: 800;
  font-size: 14px;
  overflow: hidden;
}
.banner__info a span {
  background-image: linear-gradient(99.81deg, #be9645 0%, #ffec73 28.59%, #ffe18a 55.14%, #be9645 102.11%);
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  border-radius: 5px;
}

.menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 624px;
  height: 78px;
  padding-right: 1.5rem;
  margin: 0 auto;
  padding-left: 0.75rem;
}
.menu a {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 16px;
  font-weight: bold;
}
.menu a svg {
  width: 28px;
}

.cards {
  padding-left: 11vw;
  padding-right: 11vw;
}

.cards__block {
  margin-top: calc(30px + 0.75rem);
}
.cards__block:nth-child(2) .cards__list {
  gap: 200px;
}
.cards__block:nth-child(2) .cards__item {
  width: 344px;
  min-width: 344px;
}
.cards__block:nth-child(2) .cards__item span {
  position: absolute;
  font-size: 170px;
  bottom: -25px;
  left: -15px;
  font-weight: bold;
  color: #f9c254;
  line-height: 1;
  text-shadow: 2px 2px 1px #000;
}

.cards__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  margin-bottom: 1rem;
}

.cards__title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.cards__list {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  width: calc(100% + 11vw);
  padding-right: 24px;
}
.cards__list::-webkit-scrollbar {
  display: none;
}

.cards__item {
  width: 176px;
  min-width: 176px;
  aspect-ratio: 1/1;
  position: relative;
}
.cards__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

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

.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 {
  color: #ffb700;
  height: 114px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(0deg, rgba(61, 45, 0, 0.5), rgba(61, 45, 0, 0.5));
}

.support {
  position: fixed;
  width: 53px;
  height: 52px;
  right: 0.75rem;
  bottom: 70px;
  z-index: 888;
}
.support img {
  display: block;
  width: 100%;
  height: 100%;
}

.mobile-menu {
  display: none;
}

@media (max-width: 1919px) {
  .cards__block:nth-child(2) .cards__item {
    width: 230px;
    min-width: 230px;
  }
  .cards__block:nth-child(2) .cards__list {
    gap: 120px;
  }
}
@media (max-width: 1024px) {
  .header__menu {
    display: none;
  }
  .cards {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .cards__list {
    width: calc(100% + 1.5rem);
    padding-right: 1.5rem;
  }
}
@media (max-width: 767px) {
  .header__btns,
  .burger {
    display: none;
  }
  header {
    justify-content: center;
  }
  .banner {
    background-image: url(../images/banner-mob.jpg);
    height: 133px;
  }
  .banner__info {
    right: 0;
    padding-right: 1.5rem;
    width: 220px;
  }
  .banner__info p:nth-child(2) {
    font-size: 15px;
  }
  .banner__info a {
    width: 104px;
    height: 38px;
  }
  .banner__info a span {
    width: 100%;
    height: 100%;
  }
  .menu {
    width: 100%;
    height: auto;
    padding-top: 1.9rem;
    padding-right: 1.5rem;
    padding-left: 0.75rem;
  }
  .menu a {
    gap: 0.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .menu a span {
    font-size: 12px;
  }
  .menu a svg {
    width: 16px;
  }
  .cards__title span {
    font-size: 12px;
  }
  .cards__nav {
    font-size: 12px;
  }
  .cards__item {
    width: 105px;
    min-width: 105px;
  }
  .cards__block:nth-child(2) .cards__item {
    width: 118px;
    min-width: 118px;
  }
  .cards__block:nth-child(2) .cards__item span {
    font-size: 20vw;
    left: -15px;
    bottom: -10px;
  }
  .cards__block:nth-child(2) .cards__list {
    gap: 40px;
  }
  .content__item ol,
  .content__item ul {
    padding-left: 30px;
  }
  .mobile-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 64px;
    box-shadow: 0 5px 38px 2px rgba(0, 1, 1, 0.8509803922);
    z-index: 999;
    background: #352300;
    padding-left: 24px !important;
    padding-right: 1rem;
  }
  .mobile-menu .burger {
    display: flex;
    width: 28px;
    height: 20px;
  }
  .mobile-menu .header__btns {
    display: flex;
  }
  .mobile-menu .header__btns a {
    height: 36px;
    width: 140px;
  }
  .mobile-menu .header__btns a span {
    height: 34px;
    width: 138px;
  }
  footer {
    margin-bottom: 64px;
  }
}/*# sourceMappingURL=styles.css.map */