* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "Oswald", sans-serif;
  margin: 0;
  overflow-x: hidden;
  background: #000;
  color: #fff;
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

.list {
  list-style: none;
}

button,
a {
  cursor: pointer;
}

.container {
  max-width: 1240px;
  margin: 0 auto;
}

.title {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 40px;
  text-align: center;
  color: #fff500;
}
@media screen and (min-width: 1200px) {
  .title {
    font-weight: 700;
    font-size: 36px;
    line-height: 48px;
  }
}

.tip-box {
  background: #c41c1c;
  border-bottom: 1px solid #f6c752;
  padding: 8px 10px;
  color: #eee;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}

.header {
  position: fixed;
  width: 100%;
  z-index: 5;
  transition: background-color 0.3s ease;
  backdrop-filter: blur(12px);
  background: #00103d;
}
.header__button-wrapper {
  margin-left: auto;
  padding-right: 20px;
}
.header__icon {
  display: none;
  width: 24px;
  height: 24px;
}
.header__icon-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: none;
  padding: 0;
}

.header__icon--menu {
  display: block;
  width: 30px;
}

.header__icon-button.is-open .header__icon--menu {
  display: none;
}

.header__icon-button.is-open .header__icon--close {
  display: block;
}

.navigation {
  display: none;
  flex-direction: column;
  align-items: center;
  flex: 1;
  padding-block: 20px;
  position: relative;
  border: 1px solid var(--0000bf);
}
.navigation__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 36px;
  padding: 48px 40px;
  top: 130px;
  backdrop-filter: blur(12px);
  background: #00103d;
  position: absolute;
  top: 100%;
  right: -100%;
  width: 100%;
  transition: 0.3s;
  z-index: 999;
}
.navigation__list.is-open {
  right: 0;
  backdrop-filter: blur(12px);
  background: #00103d;
}
.navigation__link {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s ease;
}
.navigation__link:hover {
  transform: scale(1.05);
}

@media screen and (min-width: 1200px) {
  .header {
    border-bottom: 1px solid #fc0;
    box-shadow: 0 4px 0 0 #f6c752;
    background: #000;
  }
  .header__button-wrapper {
    display: none;
  }
  .navigation {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex: 1;
  }
  .navigation__list {
    background: none;
    backdrop-filter: none;
    flex-direction: row;
    justify-content: center;
    position: static;
    align-items: center;
    width: auto;
    padding-block: 0;
    flex: 1;
    gap: 80px;
  }
}
.faq {
  position: relative;
  padding: 60px 20px;
  background-image: linear-gradient(0deg, #f00 0%, #000 100%), linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url(/images/faq-elements-bg-m.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: lighten;
}
@media screen and (min-width: 1200px) {
  .faq {
    background-image: linear-gradient(0deg, #f00 0%, #000 100%), linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url(/images/faq-elements-bg.webp);
    padding-block: 100px 80px;
  }
}
.faq ul {
  max-width: 965px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 22px;
}
.faq__item {
  width: 100%;
  backdrop-filter: blur(12px);
  background: #000;
  border-radius: 12px;
  padding: 22px 12px;
  transition: 0.3s ease;
}
.faq__question-wrapper {
  display: flex;
  align-items: center;
  padding-block: 0px 12px;
  border-bottom: 1px solid #fff500;
}
.faq__question {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  text-transform: uppercase;
}
.faq__answer {
  padding-top: 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}
.faq__button {
  background-color: transparent;
  border: none;
  padding: 0;
  min-width: 36px;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq__icon {
  transition: transform 0.4s cubic-bezier(0.5, 0.25, 0, 1);
}

.faq__item:hover {
  box-shadow: 0 0 26px 0 rgba(255, 255, 255, 0.35);
}

.products {
  position: relative;
  overflow: hidden;
  padding-block: 88px 0px;
  z-index: 1;
  background: linear-gradient(0deg, rgb(121, 2, 2) 0%, #000 100%), linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55));
}
@media screen and (min-width: 1200px) {
  .products {
    padding-block: 150px 0px;
  }
}
.products .products-img-box img:first-child {
  display: none;
}
@media (min-width: 1200px) {
  .products .products-img-box {
    width: 300px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .products .products-img-box img:first-child {
    display: flex;
    max-width: 44px;
    height: 46px;
  }
}
.products .products__slider {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.products .products__slider ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
}
@media (min-width: 1200px) {
  .products .products__slider ul {
    flex-wrap: wrap;
    flex-direction: column;
    width: 1120px;
  }
}
.products .products__slider li {
  width: 335px;
  height: 388px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border-radius: 8px;
  background: #000;
  transition: 0.3s ease;
}
.products .products__slider li:hover {
  box-shadow: 0 0 16px 0 #fff500;
}
@media (min-width: 1200px) {
  .products .products__slider li {
    width: 1100px;
    height: 172px;
    max-width: none;
    flex-direction: row;
    justify-content: space-between;
  }
}
.products .products__slider li:first-child {
  box-shadow: 0 0 16px 0 #fff500;
}
.products .product-logo {
  padding: 18px 6px;
  background: linear-gradient(90deg, #000 0%, #a50000 100%);
  border-radius: 8px;
}
.products .flag {
  padding-block: 8px 6px;
}
.products .text-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 16px;
}
@media (min-width: 1200px) {
  .products .text-box {
    width: 400px;
    justify-content: space-between;
    flex-direction: row;
  }
}
.products .text-box div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1200px) {
  .products .text-box div {
    width: 228px;
  }
}
.products li h3 {
  font-weight: 500;
  font-size: 28px;
  line-height: 30px;
  color: #fff;
}
.products li p {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  padding-top: 8px;
}
.products li .colored {
  color: #fff;
}
.products .product-link {
  border-radius: 9px;
  width: 181px;
  padding-block: 23px;
  background: linear-gradient(180deg, #f00 0%, #730000 100%);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  line-height: 15px;
  text-transform: uppercase;
  transition: 0.3s ease;
}
.products .product-link:hover {
  transform: scale(1.05);
}

.hero-bg-img {
  width: 100%;
  position: absolute;
  top: 1620px;
  left: 0;
  width: 100%;
  height: 800px;
  object-fit: cover;
  mix-blend-mode: normal;
  z-index: 0;
}
@media screen and (min-width: 1200px) {
  .hero-bg-img {
    height: 1058px;
    top: 800px;
  }
}

.home {
  position: relative;
  padding-block: 500px 40px;
  padding-inline: 20px;
}
@media screen and (min-width: 1200px) {
  .home {
    padding-block: 670px 40px;
  }
}
.home h1 {
  text-align: center;
  font-weight: 700;
  font-size: 26px;
  line-height: 32px;
  text-transform: uppercase;
  margin-bottom: 30px;
  color: #fff500;
}
@media screen and (min-width: 1200px) {
  .home h1 {
    font-weight: 700;
    font-size: 36px;
    line-height: 48px;
  }
}
.home p {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #fff;
  text-align: center;
}

.avico {
  position: relative;
  overflow: hidden;
  padding: 100px 20px;
  background: linear-gradient(0deg, rgb(141, 2, 2) 0%, #000 100%), rgba(0, 0, 0, 0.55);
}
@media screen and (min-width: 1200px) {
  .avico {
    padding-block: 160px;
  }
}
.avico .cards-bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  opacity: 0.7;
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: difference;
}
.avico .container {
  position: relative;
  max-width: 1097px;
  border: 4px solid #fff500;
  border-radius: 12px;
  background: linear-gradient(90deg, #000 0%, #a50101 100%);
  text-align: center;
  padding: 20px 18px;
}
@media screen and (min-width: 1200px) {
  .avico .container {
    padding: 28px 31px;
  }
}
.avico h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 20px;
}
.avico p {
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 28px;
}
.avico ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
  align-items: center;
}
@media screen and (min-width: 1200px) {
  .avico ul {
    grid-template-columns: repeat(6, auto);
    justify-content: center;
    gap: 20px;
  }
}

.cookies {
  position: fixed;
  z-index: 4;
  bottom: 0;
  left: 50%;
  max-width: 375px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 21px;
  border: 1px solid #0000bf;
  border-radius: 12px;
  background: #190be5;
  box-shadow: 0 13px 43px 4px #0000bf;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 20px);
  transition: opacity 0.35s ease, transform 0.35s ease;
  will-change: opacity, transform;
}
@media screen and (min-width: 1200px) {
  .cookies {
    max-width: 1122px;
    flex-direction: row;
    gap: unset;
  }
}
.cookies p,
.cookies a {
  color: #fff;
  text-decoration: none;
  font-family: "Pontano Sans" sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
@media screen and (min-width: 1200px) {
  .cookies p,
  .cookies a {
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
  }
}
.cookies button {
  padding: 10px 45px;
  background: #fff;
  color: #0000bf;
  border: none;
  border-radius: 6px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
  transition: background-color 0.3s ease;
}
.cookies button:hover {
  transform: scale(1.05);
  box-shadow: 0 9px 26px 0 #fff;
}
@media screen and (min-width: 1200px) {
  .cookies button {
    margin-left: 140px;
  }
}

.cookies.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.footer {
  padding: 40px 20px;
  backdrop-filter: blur(14px);
  background: #000;
  border-top: 1px solid #fff500;
}
@media screen and (min-width: 1200px) {
  .footer {
    padding-block: 64px;
  }
}
.footer ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
@media screen and (min-width: 1200px) {
  .footer ul {
    flex-direction: row;
    gap: 53px;
  }
}
.footer li a {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 1200px) {
  .footer li a {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
  }
}
.footer .copyright {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #fff;
}

.contacts {
  padding-block: 20px;
}
.contacts h2 {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .contacts h2 {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
  }
}
.contacts p {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  padding-inline: 40px;
}
@media screen and (min-width: 1200px) {
  .contacts p {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
  }
}
.contacts a {
  text-decoration: none;
  color: #fff;
}

.policies {
  padding: 100px 20px 40px 20px;
  background: linear-gradient(0deg, rgb(150, 0, 0) 0%, #000 100%), rgba(0, 0, 0, 0.55);
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .policies {
    padding: 160px 86px 50px 86px;
  }
}
.policies h1 {
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
  color: #fff500;
}
.policies p {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
}

/*# sourceMappingURL=main.css.map */
