@import url("https://fonts.googleapis.com/css2?family=Unbounded:wght@200..900&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #2A221E;
  overflow-x: hidden;
  font-family: "Unbounded", sans-serif;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 110%;
}

@media (min-width: 1200px) {
  body {
    font-size: 16px;
  }
}

main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 0;
}

ul,
ol {
  padding-left: 18px;
  margin: 0;
}

a,
button {
  cursor: pointer;
  font-family: inherit;
  display: block;
  text-decoration: none;
  color: inherit;
  border: none;
}

.container {
  width: 100%;
  padding: 0 12px;
  margin: 0 auto;
  max-width: 430px;
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
    padding: 0 42px;
  }
}

.heading-1 {
  font-weight: 800;
  font-size: 18px;
  line-height: 110%;
}

@media (min-width: 1200px) {
  .heading-1 {
    font-size: 24px;
  }
}

.heading-2 {
  font-weight: 800;
  font-size: 20px;
  line-height: 110%;
}

@media (min-width: 1200px) {
  .heading-2 {
    font-size: 24px;
  }
}

.link {
  display: inline-block;
  -webkit-transition: all 360ms ease-in-out;
  transition: all 360ms ease-in-out;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
}

.link:hover, .link:focus {
  color: #FF3D00;
}

.link:active {
  color: #9e2500;
}

.button {
  font-family: inherit;
  width: 100%;
  border-radius: 12px;
  padding: 12px 20px;
  border: none;
  background: #FF3D00;
  font-family: inherit;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 360ms ease-in-out;
  transition: all 360ms ease-in-out;
}

.button:hover, .button:focus {
  background: #9e2500;
}

.button:active {
  color: #FF3D00;
}

.button.w-full {
  max-width: 100%;
}

.button__second {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}

@media (min-width: 1200px) {
  .button {
    padding: 16px 24px;
    font-size: 18px;
  }
}

.header {
  padding-top: 12px;
  padding-bottom: 0;
  margin-bottom: 24px;
}

@media (min-width: 1200px) {
  .header {
    padding-top: 72px;
    margin-bottom: 48px;
  }
}

.header__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  gap: 12px;
  border: 1px solid #cab1a3;
  border-radius: 12px;
  padding: 24px;
  background: #000;
}

@media (min-width: 1200px) {
  .header__content {
    padding: 24px;
    gap: 24px;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

.header__title-block, .header__descr-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}

@media (min-width: 1200px) {
  .header__title-block, .header__descr-block {
    gap: 10px;
  }
}

.header__list {
  list-style: disc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0px;
}

.header__descr {
  font-weight: 400;
  line-height: 120%;
}

@media (min-width: 1200px) {
  .header__descr {
    font-size: 18px;
  }
}

.prods__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  gap: 12px;
}

@media (min-width: 768px) {
  .prods__content {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

.prods__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  border: 1px solid #cab1a3;
  border-radius: 12px;
  padding: 12px;
  background: #2a221e;
  position: relative;
  padding-top: 30px;
}

@media (min-width: 1200px) {
  .prods__item {
    padding: 24px;
    padding-top: 74px;
  }
}

.prods__label {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  width: 100%;
  border: 1px solid #cab1a3;
  border-radius: 12px 12px 0 0;
  padding: 6px 24px;
  background: -webkit-gradient(linear, left top, right top, from(#201915), color-stop(49.04%, #866958), to(#201915));
  background: linear-gradient(90deg, #201915 0%, #866958 49.04%, #201915 100%);
  font-weight: 700;
  font-size: 12px;
  line-height: 100%;
  text-transform: uppercase;
  text-align: center;
}

@media (min-width: 1200px) {
  .prods__label {
    font-size: 18px;
    padding: 12px 24px;
  }
}

.prods__upper-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  width: 100%;
}

@media (min-width: 768px) {
  .prods__upper-block {
    gap: 24px;
  }
}

.prods__logo {
  width: 100%;
  max-width: 130px;
}

@media (min-width: 768px) {
  .prods__logo {
    max-width: 150px;
  }
}

@media (min-width: 1200px) {
  .prods__logo {
    max-width: 220px;
  }
}

.prods__logo-img {
  width: 100%;
}

.prods__bonus {
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
}

@media (min-width: 1200px) {
  .prods__bonus {
    font-size: 24px;
  }
}

.prods__lower-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.prods__rating-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.prods__rating-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}

.prods__rating__title-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 4px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (min-width: 1200px) {
  .prods__rating__title-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.prods__rating-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 120%;
  text-align: center;
}

@media (min-width: 768px) {
  .prods__rating-title {
    font-weight: 700;
    font-size: 48px;
    line-height: 120%;
    text-align: center;
  }
}

.prods__rating-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 3px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.prods__rating-stars img {
  width: 100%;
  max-width: 14px;
}

@media (min-width: 768px) {
  .prods__rating-stars img {
    max-width: 20px;
  }
}

.prods__right-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.prods__pmnt-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  width: 100%;
}

@media (min-width: 1200px) {
  .prods__pmnt-block {
    gap: 10px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.prods__pmnt-block img {
  width: 100%;
  max-width: 65px;
  max-height: 29px;
}

@media (min-width: 1200px) {
  .prods__pmnt-block img {
    max-width: 80px;
    max-height: 40px;
  }
}

.prods__pmnt-block img.mc {
  max-width: 40px;
}

@media (min-width: 1200px) {
  .prods__pmnt-block img.mc {
    max-width: 50px;
  }
}

.prods__item-border {
  border-radius: 6px;
  padding: 8px;
  background: #665244;
}

@media (min-width: 1200px) {
  .prods__item-border {
    border-radius: 8px;
    padding: 12px;
  }
}

.disclaimer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  font-weight: 300;
}

.about__content, .politics__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

.footer {
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #000;
}

.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}

.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  list-style: none;
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) {
  .footer__list {
    gap: 24px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1200px) {
  .footer__links {
    gap: 24px;
  }
}

.footer__line {
  width: 100%;
  border: 1px solid #37404d;
}

.footer__copy {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
}

.cookie {
  width: 100%;
  position: fixed;
  z-index: 5;
  bottom: 0;
  left: 0;
  margin-bottom: 10px;
  display: none;
}

.cookie.visible {
  display: block;
}

@media (min-width: 1200px) {
  .cookie {
    max-width: 1200px;
  }
}

.cookie__content {
  position: relative;
  border: 1px solid #FF3D00;
  border-radius: 12px;
  padding: 24px;
  background: #000;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 14px;
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
}

@media (min-width: 1200px) {
  .cookie__content {
    padding: 40px;
  }
}

.cookie__title {
  font-weight: 800;
  font-size: 24px;
  line-height: 110%;
}

.cookie__btns {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

.cookie__btns .button {
  max-width: 100%;
}

@media (min-width: 1200px) {
  .cookie__btns .button {
    max-width: 200px;
  }
}

@media (min-width: 768px) {
  .cookie__btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.contacts__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.contacts .form {
  border: 1px solid #cab1a3;
  border-radius: 12px;
  padding: 24px;
  background: #29231e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

.contacts .form__inputs {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  gap: 12px;
}

@media (min-width: 768px) {
  .contacts .form__inputs {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

.contacts .form__input {
  border-radius: 6px;
  padding: 12px 14px;
  background: #665244;
  border: none;
  color: #fff;
}

.contacts .form__input::-webkit-input-placeholder {
  color: #fff;
}

.contacts .form__input:-ms-input-placeholder {
  color: #fff;
}

.contacts .form__input::-ms-input-placeholder {
  color: #fff;
}

.contacts .form__input::placeholder {
  color: #fff;
}
/*# sourceMappingURL=styles.css.map */