:root {
  --background: #0c0c0c;
  --outline_lines: #151515;
  --subtext: #7a7a7a;
  --white: white;
  --primary: #32a78d;
  --outline: #1e1e1e;
  --black: black;
  --discord: #6876ee;
  --blue: #33c6de;
  --orange: #f46c09;
  --elements-webflow-library--neutral--800: #211f54;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  background-color: var(--background);
  font-family: Unbounded Variablefont Wght, sans-serif;
}

.navbar {
  border-bottom: 1px solid var(--outline_lines);
  background-color: rgba(221, 221, 221, 0);
  margin-left: auto;
  margin-right: auto;
}

.container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px #000;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  max-width: 1300px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.container.container-center {
  z-index: 0;
  justify-content: flex-start;
  align-items: center;
}

.container.container-footer {
  aspect-ratio: auto;
  padding-top: 21px;
  padding-bottom: 30px;
}

.container.container-offer {
  justify-content: center;
  align-items: flex-start;
  padding-right: 40px;
}

.navbar_link {
  color: var(--subtext);
  padding: 0 17px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: color .2s;
}

.navbar_link:hover {
  color: var(--white);
}

.navbar_link.navbar_link-active {
  color: var(--primary);
}

.navbar_menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  overflow: visible;
}

.navbar_desktop {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.navbar_brand {
  color: var(--white);
  font-family: Unbounded Variablefont Wght, sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
}

.navbar_button {
  border: 1px solid var(--outline);
  color: var(--white);
  background-color: rgba(56, 152, 236, 0);
  border-radius: 8px;
  margin-left: 20px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 13px;
  transition: all .25s;
  display: block;
}

.navbar_button:hover {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--black);
}

.header {
  margin-top: 0;
  padding-top: 10svh;
  padding-bottom: 50px;
}

.text-block {
  color: #fff;
  max-width: 70%;
  padding-bottom: 7px;
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
}

.text-block.header_title {
  color: var(--white);
  max-width: none;
  padding-bottom: 4px;
}

.text-block.header_subtitle {
  color: var(--subtext);
  max-width: 190px;
  font-size: 15px;
  font-weight: 300;
}

.text-span {
  color: var(--primary);
  font-weight: 600;
}

.header_section {
  max-width: 80svw;
  position: relative;
}

.header_content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  display: flex;
}

.header_effect-third {
  position: absolute;
  top: auto;
  bottom: 5px;
  left: auto;
  right: -30px;
}

.header_effect-third.header_subpage {
  right: -60px;
}

.header_effect-first {
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 15px;
  left: -30px;
}

.header_effect-second {
  position: absolute;
  top: -30px;
  left: 50px;
}

.header_link {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  object-fit: fill;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 25px;
  display: flex;
}

.header_link.header_link-subpage {
  margin-top: 30px;
}

.header_btn {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  background-color: var(--primary);
  color: var(--outline_lines);
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 9px 18px;
  text-decoration: none;
  transition: all .2s;
  display: inline-flex;
}

.header_btn:hover {
  rotate: -2deg;
}

.header_btn.explore_btn {
  z-index: 1;
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  margin-top: -60px;
  padding-left: 25px;
  padding-right: 25px;
  position: absolute;
  top: auto;
  bottom: 23px;
  left: auto;
  right: auto;
}

.header_btn.explore_btn:hover {
  transform: scale(1.06);
}

.header_btn.about_button-outline {
  border: 1px solid var(--outline);
  background-color: rgba(98, 255, 132, 0);
}

.header_btn.community_btn {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  background-color: var(--discord);
}

.header_btn.btn_product {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-radius: 13px;
}

.header_btn.btn_product.btn_product-blue {
  background-color: var(--blue);
}

.header_btn.btn_product.btn-product-orange {
  background-color: var(--orange);
}

.header_btn.filter_button {
  background-color: var(--outline);
  color: var(--white);
}

.header_btn.filter_button-active {
  color: var(--primary);
}

.header_btn.header_btn-full {
  width: 280px;
}

.header_btn-text {
  color: var(--black);
  text-decoration: none;
}

.header_btn-text.btn_outline-content {
  color: var(--white);
}

.header_btn-text.filter_button {
  color: var(--subtext);
}

.filter_button-active {
  background-color: var(--primary)!important;
  color: var(--white);
}

.filter_button-active .header_btn-text{
  color: var(--black);
}

.text-span-2 {
  color: var(--primary);
}

.header_trust {
  color: #9f9f9f;
  font-size: 13px;
}

.header_line {
  box-sizing: border-box;
  clear: none;
  border-style: solid;
  border-width: 1px;
  border-color: var(--outline) var(--outline) var(--outline_lines);
  object-fit: fill;
  object-position: 50% 50%;
  width: 100%;
  min-width: auto;
  max-width: none;
  overflow: visible;
}

.header_btn-section {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  justify-content: flex-start;
  align-items: center;
  min-width: 300px;
  display: flex;
}

.sponsors {
  margin-bottom: 40px;
}

.sponsors_title {
  color: var(--primary);
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 400;
}

.header-blur {
  z-index: -1;
  position: absolute;
  top: 20px;
}

.header_circle {
  position: absolute;
  top: -10px;
  bottom: auto;
  left: auto;
  right: 50px;
}

.header_scroll {
  position: absolute;
  top: auto;
  bottom: -40px;
  left: auto;
  right: 50px;
}

.offer {
  margin-top: 10px;
}

.offer_more {
  margin-left: auto;
  margin-right: auto;
}

.offer_grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 22px;
}

.about {
  border-top: 1px solid #151515;
  border-bottom: 1px solid #151515;
  margin-top: 54px;
  margin-bottom: 0;
  padding-bottom: 123px;
  position: relative;
}

.row {
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 43px;
  margin-left: 0;
  display: flex;
}

.about_undertitle {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.about_undertitle-info {
  color: #636363;
  width: 50%;
  font-size: 13px;
  font-weight: 400;
}

.about_title {
  color: #fff;
  width: 80%;
  margin-top: 28px;
  padding-top: 0;
  font-size: 35px;
  line-height: 1;
}

.text-span-3 {
  color: var(--primary);
  font-weight: 500;
}

.about_vertical_line {
  z-index: -1;
  background-color: #151515;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 40svw;
  right: auto;
}

.about_links {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  margin-top: 50px;
  display: flex;
}

.community {
  margin-top: -60px;
}

.community.community-subpage {
  margin-top: 60px;
}

.community_card {
  background-image: url('../images/community_bg.png');
  background-position: 0 0;
  background-size: auto;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 90px 20px 79px;
  display: flex;
}

.comunnity_title {
  color: var(--white);
  border-radius: 0;
  margin-bottom: 0;
  padding: 0;
  font-size: 25px;
  font-weight: 500;
}

.community_description {
  color: #636363;
  text-align: center;
  width: 70%;
  margin-bottom: 34px;
  font-weight: 300;
}

.community_title {
  margin-bottom: 28px;
  position: relative;
}

.community_title-before {
  position: absolute;
  left: -25px;
}

.community_title-after {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: -30px;
}

.footer {
  margin-top: 50px;
  padding-bottom: 0;
}

.footer_info {
  color: var(--subtext);
  margin-bottom: 20px;
  font-weight: 300;
}

.footer_brand {
  color: var(--white);
  object-fit: fill;
  margin-bottom: 0;
}

.footer_brand-section {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: flex-start;
  align-items: center;
  width: 200px;
  margin-bottom: 28px;
  font-size: 17px;
  font-weight: 500;
  display: flex;
  position: relative;
}

.footer_brand-icon {
  position: static;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.footer_copyright {
  color: var(--subtext);
  font-weight: 300;
}

.footer_row {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 76px;
  padding-top: 0;
}

.footer_content {
  width: 80%;
}

.footer_link {
  color: var(--subtext);
  font-weight: 300;
  text-decoration: none;
  transition: all .2s;
}

.footer_link:hover {
  color: var(--primary);
}

.footer_link-header {
  color: #fff;
  margin-bottom: 10px;
  font-weight: 500;
}

.list-item {
  margin-bottom: 5px;
}

.footer_author {
  border-top: 1px solid var(--outline_lines);
}

.footer_template-author {
  color: var(--subtext);
  padding-top: 0;
  padding-bottom: 0;
}

.spacehouse {
  color: var(--white);
  text-decoration: none;
  transition: all .2s;
}

.spacehouse:hover {
  color: var(--primary);
}

.spacehouse_badge {
  cursor: pointer;
  position: absolute;
  top: auto;
  bottom: 30px;
  left: auto;
  right: 40px;
}

.about_info-section {
  padding-left: 0;
}

.about_cards-section {
  padding-left: 0;
  padding-right: 0;
}

.offer_grid-products {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: space-around;
  align-items: start;
  justify-items: stretch;
  width: 100%;
  display: grid;
  position: static;
}

.card_product {
  border: 0px solid var(--outline);
  border-radius: 90px 40px 40px 30px;
  width: 100%;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.card_product-outline {
  z-index: 0;
  width: 500px;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.card_faq-outline {
  z-index: 0;
  width: 100%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.card_product-image {
  height: 80%;
  padding: 11px;
}

.card_product-title {
  color: var(--white);
  padding-bottom: 5px;
  font-size: 19px;
  font-weight: 500;
}

.card_product-title.card_product-title-offer {
  width: 60%;
  font-size: 24px;
  line-height: 25px;
}

.card_product-title.card_faq-title {
  width: 60%;
  padding-bottom: 18px;
  font-size: 24px;
  line-height: 26px;
}

.card_product-info {
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.card_product-info.card_product-info-offer {
  padding: 48px 17px 43px;
}

.card_product-content {
  padding: 23px 11px 11px;
  position: relative;
}

.card_product-content.card_faq-content {
  padding-top: 40px;
  padding-bottom: 39px;
  padding-left: 28px;
}

.card_product-description {
  color: var(--subtext);
}

.card_product-description.card_product_description-offer {
  font-weight: 300;
}

.card_product-description.card_faq-description {
  width: 90%;
  font-weight: 300;
}

.card_product-star {
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 30px;
}

.card_product-star.card_product-star-offer {
  top: 61px;
  right: 72px;
}

.card_product-price {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 6px;
  display: flex;
}

.card_product-price_info {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  padding-right: 17px;
  display: flex;
}

.card_product-price_summary {
  color: var(--white);
  font-size: 19px;
  font-weight: 600;
}

.card_product-price_small {
  color: var(--subtext);
}

.card_product-content-box {
  border-right: 2px solid var(--outline);
  border-bottom: 2px solid var(--outline);
  border-left: 2px solid var(--outline);
  border-radius: 32px 20px 40px;
}

.product_black {
  z-index: 0;
  border: 2px solid var(--background);
  color: var(--background);
  border-radius: 30px 20px 20px;
  height: 140px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.product_black.faq_black {
  border-bottom-width: 0;
  border-top-left-radius: 33px;
  border-top-right-radius: 19.5px;
  height: 90px;
}

.about_info-content {
  padding-right: 20px;
}

.text-span-4 {
  color: var(--primary);
  font-weight: 500;
}

.filter {
  margin-top: 27px;
}

.filters_content {
  border-bottom: 2px none var(--outline_lines);
  width: 100%;
  margin-bottom: 21px;
  padding-bottom: 0;
}

.search_input {
  border-top-style: solid;
  border-top-width: 2px;
  border-top-color: var(--outline);
  border-right-style: solid;
  border-right-width: 2px;
  border-right-color: var(--outline);
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: var(--outline);
  border-left-style: solid;
  border-left-width: 2px;
  border-left-color: var(--outline);
  color: var(--white);
  background-color: rgba(255, 255, 255, 0);
  border-radius: 14px;
  height: 55px;
  border: 2px solid var(--outline) !important;
}

.filter_catregory {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  display: flex;
}

.filter_title {
  color: var(--primary);
  margin-bottom: 11px;
}

.search_block {
  position: relative;
}

.search_icon {
  position: absolute;
  top: 13px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.spnsors_logotypes {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex: none;
  justify-content: space-between;
  align-self: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.sponsors_logotype {
  grid-column-gap: 47px;
  grid-row-gap: 47px;
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.swiper-wrapper {
  cursor: pointer;
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.swiper-wrapper.is-offer {
  justify-content: flex-start;
  align-items: center;
}

.swiper {
  overflow: hidden;
}

.swiper.is-offer {
  width: 100%;
  position: relative;
}

.swiper-slide {
  width: 350px;
}

.swiper-slide.is-offer {
  flex: none;
  width: 350px;
}

.container-x {
  overflow-x: hidden;
  overflow-y: auto;
}

.faq {
  margin-top: 21px;
}

.faq_grid {
  grid-template-rows: auto;
  width: 100%;
}

.terms_text{
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
}

.terms_paragraph{
  color: var(--subtext);
  font-weight: 300;
  margin-bottom: 40px;
}

.buy_title_form {
  color: var(--primary);
  margin-bottom: 11px;
}

.buy_input_label {
  color: var(--subtext);
  margin-top: 25px;
  margin-bottom: 11px;
  font-size: 13px;
}

input[type="checkbox"] {
  display: none;
}

.custom-checkbox {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: var(--outline);
  border-radius: 4px;
  position: relative;
  cursor: pointer;
}

.custom-checkbox::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background-color: var(--primary);
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.2s ease-in-out;
  border-radius: 2px;
}

input[type="checkbox"]:checked+.custom-checkbox::after {
  transform: translate(-50%, -50%) scale(1);
}

.checkbox-label {
  margin-left: 8px;
  cursor: pointer;
  font-weight: 400;
  color: var(--subtext)
}

.checkbox-label a {
  text-decoration: none;
  color: var(--primary)
}

.checkbox_box {
  display: flex;
  align-items: center;
  margin-top: 30px;
  gap: 6px;
}

.card_product-content.buy_card-content {
  padding-bottom: 23px;
}

.offer_grid-products.grid_buy {
  grid-column-gap: 33px;
  grid-template-columns: 1fr 2fr;
}

.grid_buy .card_product-price_info {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-right: 17px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .container {
    -webkit-text-fill-color: inherit;
    background-color: rgba(12, 12, 12, 0);
    background-clip: border-box;
    flex-flow: column;
  }

  .navbar_link {
    margin-bottom: 15px;
  }

  .navbar_menu {
    background-color: #0c0c0c;
    justify-content: flex-start;
    align-items: center;
    width: 300px;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 0;
    display: flex;
  }

  .navbar_desktop {
    display: flex;
  }

  .navbar_button {
    border-top-style: solid;
    border-left-width: 0;
    border-right-width: 0;
    border-radius: 0;
    margin-top: 30px;
    margin-left: 0;
    display: block;
  }

  .header_btn.explore_btn {
    position: relative;
    bottom: 10px;
  }

  .header_btn.header_btn-full {
    width: 340px;
  }

  .header_circle, .offer_more.offer_more-disabled {
    display: none;
  }

  .menu-button {
    color: rgba(51, 51, 51, 0);
    background-color: rgba(200, 200, 200, .36);
    background-image: linear-gradient(#0c0c0c, #0c0c0c);
  }

  .menu-button.w--open {
    background-color: rgba(200, 200, 200, 0);
  }

  .offer_grid{
    grid-template-columns: 1fr 1fr;
  }

  .offer_grid-products.grid_buy {
    grid-column-gap: 18px;
    grid-template-columns: 1.25fr 2fr;
  }

  .about {
    padding-top: 12px;
    padding-bottom: 60px;
  }

  .row {
    grid-column-gap: 47px;
    grid-row-gap: 47px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .offer_grid-products {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .card_product-image {
    width: 100svw;
  }

  .card_product-content {
    padding-top: 1px;
  }

  .card_product-price {
    margin-top: 30px;
  }

  .product_black.faq_black {
    border-radius: 22px 19.4px 0 0;
    height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .header_btn.explore_btn {
    bottom: 127px;
  }

  .header_btn.header_btn-full {
    width: 400px;
  }

  .offer_more {
    width: 100%;
  }

  .offer_more.offer_more-disabled {
    display: none;
  }

  .offer_grid {
    grid-template-columns: 1fr;
  }

  .about {
    padding-top: 0;
  }

  .row {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
  }

  .footer_copyright {
    margin-bottom: 18px;
  }

  .footer_link-header {
    margin-top: 22px;
  }

  .about_cards-section {
    padding-right: 0;
  }

  .offer_grid-products {
    grid-template-columns: 1fr;
  }

  .offer_grid-products.grid_buy {
    grid-template-columns: 1.25fr;
  }

  .card_product-outline {
    width: 100%;
  }

  .card_product-image {
    width: 100svw;
  }

  .card_product-content {
    padding-top: 8px;
  }

  .card_product-price {
    margin-top: 52px;
  }

  .product_black.faq_black {
    border-top-left-radius: 33px;
    height: 70px;
  }

  .swiper-wrapper.is-offer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .faq_grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: 100%;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .container.container-offer {
    padding-right: 15px;
  }

  .navbar_menu {
    width: 80svw;
  }

  .navbar_desktop {
    margin-top: 11px;
    margin-bottom: 11px;
    display: flex;
  }

  .header {
    padding-top: 9svh;
    padding-bottom: 14svh;
  }

  .header.header-subpage {
    padding-bottom: 9svh;
  }

  .text-block.header_title {
    padding-bottom: 0;
  }

  .header_section {
    width: 80%;
    max-width: 85svw;
  }

  .header_effect-third {
    bottom: 10px;
    right: 20px;
  }

  .header_effect-third.header_subpage {
    bottom: 0;
    right: -40px;
  }

  .header_btn.explore_btn {
    bottom: 65px;
  }

  .header_btn-section {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    flex-flow: wrap;
    min-width: 100%;
  }

  .header_scroll {
    top: auto;
    bottom: -60px;
    left: 20px;
    right: auto;
  }

  .offer_more {
    display: block;
  }

  .menu-button {
    border: 0 solid #000;
  }

  .offer_grid {
    grid-template-columns: 1fr;
  }

  .about {
    padding-top: 0;
  }

  .about_title {
    width: 90%;
  }

  .about_links {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 31px;
  }

  .community_card {
    padding-left: 0;
    padding-right: 0;
  }

  .comunnity_title {
    text-align: center;
    width: auto;
  }

  .community_description {
    width: 80%;
  }

  .community_title {
    width: 200px;
  }

  .footer_copyright {
    padding-bottom: 0;
  }

  .footer_row {
    margin-bottom: 32px;
  }

  .footer_content {
    width: 100%;
  }

  .spacehouse_badge {
    bottom: 90px;
    right: 23px;
  }

  .about_info-section {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-links {
    padding-top: 19px;
    padding-bottom: 0;
  }

  .footer_about, .footer_link-content, .footer_link-content_second, .footer_link-content_third, .about_cards-section {
    padding-left: 0;
    padding-right: 0;
  }

  .offer_grid-products {
    grid-template-rows: auto;
  }

  .card_product-content {
    padding-top: 8px;
  }

  .card_product-content.card_faq-content {
    padding-top: 24px;
    padding-left: 16px;
  }

  .card_product-price {
    margin-top: 0%;
    padding-top: 15px;
  }

  .card_product-price_info {
    text-align: right;
    padding-right: 10px;
  }

  .card_product-price_summary, .card_product-price_small {
    text-align: right;
  }

  .product_black {
    height: 140px;
  }

  .product_black.faq_black {
    border-top-left-radius: 31px;
    height: 52px;
  }

  .swiper-wrapper.is-offer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .swiper-slide.is-offer {
    width: 100%;
  }

  .faq {
    margin-top: 39px;
    margin-bottom: -19px;
    padding-bottom: 0;
  }

  .faq_grid {
    grid-template-rows: auto;
  }
}

#w-node-_40f7f33a-825a-75fc-66e1-80e69dc2dfe1-55ff2125, #w-node-_973bdb2c-6339-d451-602c-48c6c9ab1f02-55ff2125, #w-node-a99e2aa0-f46d-2503-9d04-f03b607e7054-55ff2125, #w-node-_40f7f33a-825a-75fc-66e1-80e69dc2dfe1-d21f05ed, #w-node-_973bdb2c-6339-d451-602c-48c6c9ab1f02-d21f05ed, #w-node-a99e2aa0-f46d-2503-9d04-f03b607e7054-d21f05ed {
  align-self: auto;
}

@media screen and (max-width: 479px) {
  #w-node-_6c491a3a-79f8-6a75-396c-88458b8fbeb3-55ff2125 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Unbounded Variablefont Wght';
  src: url('../fonts/Unbounded-VariableFont_wght.ttf') format('truetype');
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}