@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
* {
  margin: 0;
  border: 0;
  padding: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-size: 16px;
  scroll-behavior: smooth;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  background: transparent;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul,
li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background: linear-gradient(180deg, #0A0F0B 0%, #0F1811 35%, #0B100C 100%), #FFF;
}

.lock {
  overflow: hidden;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  background: linear-gradient(180deg, #0A0F0B 0%, #0F1811 35%, #0B100C 100%), #FFF;
}

[class*=__container] {
  max-width: 1190px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.main {
  flex: 1 1 auto;
}

.text-center {
  text-align: center;
}

section {
  scroll-margin-top: 260px;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 60;
  border-bottom: 4px solid #72FF4D;
  background: rgba(7, 16, 8, 0.88);
  backdrop-filter: blur(4px);
}
.header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
}
@media (max-width: 575px) {
  .header__content {
    flex-direction: column;
    gap: 14px;
  }
}
.header__logo {
  color: #001300;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.28px;
  text-transform: uppercase;
  padding: 10px 14px;
  border: 3px solid #000;
  background: #72FF4D;
  box-shadow: 6px 6px 0 0 #000;
  transform: rotate(-2deg);
}
.header__menu {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header__menu a {
  padding: 10px 14px;
  border: 3px solid #000;
  background: #E9F8D8;
  box-shadow: 4px 4px 0 0 #000;
  color: #000;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
.header__link {
  color: #061018 !important;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0);
  background: linear-gradient(112deg, #B8FF37 0%, #23E8FF 100%);
  box-shadow: 0 12px 34px 0 rgba(35, 232, 255, 0.22);
  padding: 11px 14px;
}
@media (max-width: 575px) {
  .header__link {
    display: none;
  }
}

.footer {
  margin: 80px 0 72px;
}
@media (max-width: 767px) {
  .footer {
    margin: 24px 0 60px;
  }
}
.footer__content {
  display: flex;
  gap: 22px;
}
@media (max-width: 991px) {
  .footer__content {
    flex-direction: column;
  }
}
.footer__column {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border: 4px solid #000;
  background: #162019;
  box-shadow: 10px 10px 0 0 #000;
  padding: 24px;
}
.footer__column_sub {
  max-width: 455px;
  width: 100%;
}
@media (max-width: 991px) {
  .footer__column_sub {
    max-width: 100%;
  }
}
.footer__logo {
  color: #E9F8D8;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}
.footer__text {
  color: #D7E7D6;
  font-size: 16px;
  font-weight: 700;
  line-height: 25.6px;
  padding-bottom: 20px;
}
.footer__address {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 4px solid #1D2A1E;
  padding-top: 18px;
  gap: 16px;
  white-space: nowrap;
  flex-wrap: wrap;
}
.footer__address p {
  color: #A6B9A6;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .footer__address {
    flex-direction: column;
  }
}
.footer__list li {
  color: #D7E7D6;
  font-size: 16px;
  font-weight: 700;
  line-height: 25.6px;
  list-style: disc;
  margin-left: 18px;
}
.footer__menu {
  display: flex;
  gap: 14px;
  border-top: 4px solid #1D2A1E;
  padding-top: 18px;
}
.footer__menu a {
  color: #A6B9A6;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .footer__menu {
    flex-direction: column;
    align-items: center;
  }
}

.cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  padding: 64px;
  max-width: 850px;
  width: 100%;
  border-radius: 30px;
  background: linear-gradient(180deg, #0A0F0B 0%, #0F1811 35%, #0B100C 100%);
}
@media (max-width: 767px) {
  .cookies {
    padding: 20px;
  }
}
.cookies__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.cookies__column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cookies__title {
  color: #FFF;
  font-size: 48px;
  font-weight: 700;
  line-height: 57px;
  letter-spacing: -3.68px;
  text-transform: uppercase;
}
.cookies__text {
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
}
.cookies__btns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 575px) {
  .cookies__btns {
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
  }
}
.cookies__btn {
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.32px;
  padding: 16px 18px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.cookies__btn:first-child {
  color: #72FF4D;
  border: 4px solid #000;
  background: #000;
  box-shadow: 6px 6px 0 0 #000;
}
.cookies__btn:last-child {
  color: #000;
  border: 4px solid #000;
  background: #E9F8D8;
  box-shadow: 6px 6px 0 0 #000;
}
@media (max-width: 575px) {
  .cookies__btn {
    width: 100%;
  }
}

.hero {
  margin: 72px 0 0;
  padding: 44px 0 80px;
}
@media (max-width: 575px) {
  .hero {
    margin: 123px 0 0;
    padding: 44px 0 24px;
  }
}
.hero__content {
  display: flex;
  gap: 22px;
}
@media (max-width: 991px) {
  .hero__content {
    flex-direction: column;
  }
}
.hero__column {
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding: 32px;
  border: 4px solid #000;
  background: #1B311E;
  box-shadow: 10px 10px 0 0 #000;
  max-width: 682px;
  width: 100%;
}
@media (max-width: 991px) {
  .hero__column {
    max-width: 100%;
  }
}
.hero__label {
  color: #D7FF66;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.68px;
  text-transform: uppercase;
  background: #000;
  padding: 8px 12px;
  width: -moz-fit-content;
  width: fit-content;
}
.hero__title {
  color: #FFF;
  font-size: clamp(42px, 7vw, 92px);
  font-weight: 700;
  line-height: 80.96px;
  letter-spacing: -3.68px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .hero__title {
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .hero__title {
    line-height: 36.96px;
    letter-spacing: -1.68px;
  }
}
.hero__text {
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
}
.hero__block {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.hero__item {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
  max-width: 455px;
  width: 100%;
}
.hero__item:nth-child(1) {
  border: 4px solid #000;
  background: linear-gradient(180deg, #D7FF66 0%, #A1F447 100%);
  box-shadow: 10px 10px 0 0 #000;
}
.hero__item:nth-child(2) .hero__txt {
  color: #E9F8D8;
}
.hero__item:nth-child(2) {
  border: 4px solid #000;
  background: #111912;
  box-shadow: 10px 10px 0 0 #000;
}
@media (max-width: 991px) {
  .hero__item {
    max-width: 100%;
    width: 100%;
  }
}
.hero__number {
  color: #000;
  font-size: 72px;
  font-weight: 700;
  line-height: 72px;
}
.hero__txt {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 26.1px;
}
.hero__btns {
  display: flex;
  align-items: center;
  gap: 14px;
}
@media (max-width: 767px) {
  .hero__btns {
    flex-direction: column;
    align-items: flex-start;
  }
}

.about__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
@media (max-width: 767px) {
  .about__content {
    grid-template-columns: repeat(1, 1fr);
  }
}
.about__card {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.about__card:nth-child(1) {
  border: 4px solid #000;
  background: #72FF4D;
  box-shadow: 10px 10px 0 0 #000;
}
.about__card:nth-child(2) {
  border: 4px solid #000;
  background: #0B0F0C;
  box-shadow: 10px 10px 0 0 #000;
}
.about__card:nth-child(2) h2,
.about__card:nth-child(2) p {
  color: #E9F8D8;
}
.about__card:nth-child(3) {
  border: 4px solid #000;
  background: #E9F8D8;
  box-shadow: 10px 10px 0 0 #000;
}

.catalog {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .catalog {
    margin: 24px 0;
  }
}
.catalog__content {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media (max-width: 767px) {
  .catalog__content {
    gap: 24px;
  }
}
.catalog__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .catalog__row {
    flex-direction: column;
    gap: 18px;
    align-items: flex-start;
  }
}
.catalog__title {
  color: #E9F8D8;
  font-size: 60px;
  font-weight: 700;
  line-height: 54px;
  letter-spacing: -2.4px;
  text-transform: uppercase;
}
.catalog__text {
  color: #A9C7A4;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  max-width: 557px;
}
.catalog__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
@media (max-width: 1023px) {
  .catalog__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .catalog__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.catalog__card {
  border: 4px solid #000;
  background: #162019;
  box-shadow: 10px 10px 0 0 #000;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.catalog__card:nth-child(1) {
  transform: rotate(-1.2deg);
}
.catalog__card:nth-child(2) {
  transform: rotate(1deg);
}
.catalog__card:nth-child(3) {
  transform: rotate(-1.2deg);
}
.catalog__card:nth-child(4) {
  transform: rotate(1deg);
}
.catalog__card:nth-child(5) {
  transform: rotate(-1.2deg);
}
.catalog__card:nth-child(6) {
  transform: rotate(1deg);
}
.catalog__number {
  margin-left: auto;
  color: #D7FF66;
  font-size: 14px;
  font-weight: 700;
  border: 2px solid #72FF4D;
  background: #000;
  padding: 8px 10px;
}
.catalog__name {
  color: #E9F8D8;
  font-size: 38px;
  font-weight: 700;
  line-height: 34.96px;
  text-transform: uppercase;
}
.catalog__item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.catalog__label {
  color: #000;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  border: 2px solid #000;
  background: #E9F8D8;
  padding: 8px 10px;
}
.catalog__txt {
  color: #DFEADB;
  font-size: 15px;
  font-weight: 700;
  line-height: 23.25px;
}
.catalog__btns {
  display: flex;
  align-items: center;
  gap: 14px;
}
.catalog__more {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  border: 4px solid #000;
  background: #E9F8D8;
  box-shadow: 6px 6px 0 0 #000;
  padding: 16px 18px;
  display: inline-block;
}
.catalog__link {
  color: #72FF4D;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  border: 4px solid #000;
  background: #000;
  box-shadow: 6px 6px 0 0 #000;
  padding: 16px 18px;
  display: inline-block;
}
.catalog__outer {
  border: 4px solid #000;
  background: #72FF4D;
  box-shadow: 10px 10px 0 0 #000;
  padding: 30px 0 23px;
  overflow: hidden;
}
.catalog__track {
  display: flex;
  align-items: center;
  gap: 50px;
  width: -moz-max-content;
  width: max-content;
  animation: scroll 14s linear infinite;
}
.catalog__track span {
  color: #000;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.info__content {
  display: flex;
  gap: 22px;
}
@media (max-width: 767px) {
  .info__content {
    flex-direction: column;
  }
}
.info__column {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.info__item {
  border: 4px solid #000;
  background: #E9F8D8;
  box-shadow: 10px 10px 0 0 #000;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.info__item:first-child {
  border: 4px solid #000;
  background: #E9F8D8;
  box-shadow: 10px 10px 0 0 #000;
}
.info__item:last-child {
  border: 4px solid #000;
  background: #0B0F0C;
  box-shadow: 10px 10px 0 0 #000;
}
.info__item:last-child h2,
.info__item:last-child p {
  color: #E9F8D8;
}
.info__title {
  color: #000;
  font-size: 34px;
  font-weight: 700;
  line-height: 32.3px;
  text-transform: uppercase;
}
.info__text {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 24.8px;
}
.info__block {
  border: 4px solid #000;
  background: #72FF4D;
  box-shadow: 10px 10px 0 0 #000;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 11px;
  max-width: 596px;
  width: 100%;
}
@media (max-width: 767px) {
  .info__block {
    max-width: 100%;
  }
}

.privacy {
  margin: 72px 0 0;
  padding: 44px 0 0;
}
@media (max-width: 575px) {
  .privacy {
    margin: 123px 0 0;
    padding: 44px 0 0;
  }
}
.privacy__content {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.privacy__text {
  color: #FEFCF9;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}