@media (max-width: 1024px) {
  .products-section {
    padding-top: 30px;
  }
}
.products-section .product_header .product_header-subtitle {
  font-family: "Geist Mono", monospace;
  font-weight: 300;
  font-size: 14px;
  line-height: 1;
  color: #C9D2CD;
  text-transform: uppercase;
  opacity: 40%;
  margin-bottom: 32px;
}
.products-section .product_header .product_header-title {
  font-family: "Ki", sans-serif;
  font-weight: 700;
  font-size: 100px;
  text-transform: uppercase;
  color: #C9D2CD;
  line-height: 1;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .products-section .product_header .product_header-title {
    font-size: 64px;
  }
}
@media (max-width: 576px) {
  .products-section .product_header .product_header-title {
    font-size: 48px;
  }
}
.products-section .product-container {
  max-width: 1525px;
  width: 100%;
  padding: 0 33px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1490px) {
  .products-section .product-container {
    padding: 0 17px;
  }
}
.products-section .product-container .products-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(674px, 1fr))[2];
  grid-template-columns: repeat(2, minmax(674px, 1fr));
  gap: 16px;
}
@media (max-width: 1490px) {
  .products-section .product-container .products-grid {
    -ms-grid-columns: (minmax(300px, 1fr))[2];
    grid-template-columns: repeat(2, minmax(300px, 1fr));
  }
}
@media (max-width: 650px) {
  .products-section .product-container .products-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.products-section .product-container .products-grid .grid-title {
  grid-column: 1/-1;
  margin-bottom: 15px;
}
.products-section .product-container .products-grid .product-card {
  position: relative;
  background-color: #3E4747;
  padding: 24px 24px 138px 24px;
  height: 676px;
  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;
  background-repeat: no-repeat;
  background-size: inherit;
  background-position: right;
}
@media (max-width: 1024px) {
  .products-section .product-container .products-grid .product-card {
    background-size: 300px;
    background-position-x: 50%;
    background-position-y: 45%;
  }
}
.products-section .product-container .products-grid .product-card:nth-child(odd):not(:first-child) {
  margin-top: -85px;
}
.products-section .product-container .products-grid .product-card::before {
  content: "";
  width: 100%;
  height: 300px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(62, 71, 71, 0)), color-stop(54.5%, #3E4747));
  background: linear-gradient(180deg, rgba(62, 71, 71, 0) 0%, #3E4747 54.5%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 1024px) {
  .products-section .product-container .products-grid .product-card::before {
    width: 0;
    height: 0;
  }
}
.products-section .product-container .products-grid .product-card .pixel_card_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
}
@media (max-width: 1024px) {
  .products-section .product-container .products-grid .product-card .pixel_card_bottom {
    display: none;
  }
}
.products-section .product-container .products-grid .product-card .pixel_card_bottom-mobile {
  position: absolute;
  width: 100%;
  bottom: -15px;
  left: 0;
  right: 0;
  height: auto;
  display: none;
}
@media (max-width: 1024px) {
  .products-section .product-container .products-grid .product-card .pixel_card_bottom-mobile {
    display: block;
    bottom: -55px;
  }
}
@media (max-width: 992px) {
  .products-section .product-container .products-grid .product-card .pixel_card_bottom-mobile {
    display: block;
    bottom: -40px;
  }
}
@media (max-width: 800px) {
  .products-section .product-container .products-grid .product-card .pixel_card_bottom-mobile {
    bottom: -20px;
  }
}
@media (max-width: 650px) {
  .products-section .product-container .products-grid .product-card .pixel_card_bottom-mobile {
    bottom: -70px;
  }
}
@media (max-width: 600px) {
  .products-section .product-container .products-grid .product-card .pixel_card_bottom-mobile {
    bottom: -60px;
  }
}
@media (max-width: 520px) {
  .products-section .product-container .products-grid .product-card .pixel_card_bottom-mobile {
    bottom: -55px;
  }
}
@media (max-width: 440px) {
  .products-section .product-container .products-grid .product-card .pixel_card_bottom-mobile {
    bottom: -40px;
  }
}
@media (max-width: 390px) {
  .products-section .product-container .products-grid .product-card .pixel_card_bottom-mobile {
    bottom: -15px;
  }
}
.products-section .product-container .products-grid .product-card .product-card-decoration {
  position: absolute;
  top: -1px;
  right: -1px;
  background-color: #2B3131;
  color: #C9D2CD;
  width: 180px;
  height: 23px;
  font-family: "Geist Mono", monospace;
  font-weight: 300;
  font-size: 10px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 6% 100%);
  z-index: 2;
}
@media (max-width: 1024px) {
  .products-section .product-container .products-grid .product-card .product-card-decoration {
    width: 130px;
  }
}
.products-section .product-container .products-grid .product-card .product-content p {
  font-family: "Geist Mono", monospace;
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
  color: #C9D2CD;
  margin-bottom: 0;
  opacity: 40%;
}
@media (max-width: 1024px) {
  .products-section .product-container .products-grid .product-card .product-content p {
    width: 200px;
  }
}
.products-section .product-container .products-grid .product-card .product-content h3 {
  font-family: "Ki", sans-serif;
  font-weight: 700;
  font-size: 72px;
  color: #C9D2CD;
  line-height: 1;
  margin-bottom: 23px;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .products-section .product-container .products-grid .product-card .product-content h3 {
    margin-bottom: 16px;
    font-size: 56px;
  }
}
.products-section .product-container .products-grid .product-card .product-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
@media (max-width: 1024px) {
  .products-section .product-container .products-grid .product-card .product-content ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 8px;
  }
}
.products-section .product-container .products-grid .product-card .product-content ul li {
  padding: 4px;
  line-height: 1;
  background-color: #C9D2CD;
  font-family: "Geist Mono", monospace;
  font-weight: 300;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
}
.products-section .product-container .products-grid .product-card.additional-card {
  height: 390px;
}
.products-section .product-container .products-grid .product-card.additional-card::before {
  width: 0;
  height: 0;
}
.products-section .product-container .products-grid .product-card.additional-card h3 {
  font-family: "Ki", sans-serif;
  font-weight: 700;
  font-size: 72px;
  color: #C9D2CD;
  line-height: 1;
  margin-bottom: 23px;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .products-section .product-container .products-grid .product-card.additional-card h3 {
    font-size: 32px;
  }
}
.products-section .product-container .products-grid .product-card.additional-card.second-block .product-content p {
  font-family: "Geist Mono", monospace;
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
  color: #2B3131;
  margin-bottom: 0;
  opacity: 60%;
}
.products-section .product-container .products-grid .product-card.additional-card.second-block .product-content h3 {
  font-family: "Ki", sans-serif;
  font-weight: 700;
  font-size: 72px;
  color: #2B3131;
  line-height: 1;
  margin-bottom: 23px;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .products-section .product-container .products-grid .product-card.additional-card.second-block .product-content h3 {
    font-size: 32px;
  }
}
@media (max-width: 1024px) {
  .products-section .product-container .products-grid .product-card:nth-child(even), .products-section .product-container .products-grid .product-card:nth-child(odd):not(:first-child) {
    margin-top: 0;
  }
}