header + .page-specific-header .header-container .background_swiper .swiper-slide img {
  width: 100%;
}

header + .page-specific-header._fixed {
  height: auto;
}

header + .page-specific-header .header-container .header-bottom-menu {
  position: relative;
  bottom: auto !important;
  left: auto !important;
}

@media (max-width: 600px) {
  .hamburger-opened-navigation-container .centered-nav nav {
    height: 100%;
    overflow: scroll;
    padding: 80px 0 80px 5em;
  }
}
.products-list-container .back.margin_top_bottom {
  margin: 20px 0;
}

@media (max-width: 1200px) {
  header + .page-specific-header._fixed {
    height: auto !important;
  }

  header + .page-specific-header .header-container .header-bottom-menu {
    position: relative;
  }
}
@media (max-width: 860px) {
  .about-index .left {
    margin-bottom: 30px;
  }
}
.product-description .product-tags {
  width: 100%;
}
.product-description .product-tags .logo {
  width: 200px;
}
.product-description .product-tags .logo img {
  width: 100%;
}
.product-description .product-tags .text {
  width: 100%;
}
.product-description .product-tags .price_offer {
  width: 300px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0d95e8;
  padding: 10px 20px;
  cursor: pointer;
}
.product-description .product-tags .price_offer span {
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.2em;
}
@media (max-width: 600px) {
  .product-description .product-tags .logo {
    width: 120px;
  }
}

.products-list-container .title {
  color: #008DD2;
  font-weight: 600;
  font-size: 16px;
}

@media (max-width: 900px) {
  .products-list-container .product-list .product {
    width: 100%;
  }
}
@media (max-width: 1380px) {
  .products-list-container .product-categories .product-category {
    width: 100%;
  }
}
@media (max-width: 560px) {
  .products-list-container .product-categories .product-category {
    width: 100%;
  }
}
.products-list-container .product-categories .product-category .thumb {
  width: 92px;
  height: 92px;
}

.product_page_popup {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  background-color: #2b3134;
  padding: 40px;
  z-index: 200;
}
.product_page_popup input {
  width: 100%;
  display: block;
  border: none;
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 3.5px;
  line-height: 15px;
  background: transparent;
  border-bottom: 1px solid #fff;
  margin: 0 0 2em 0;
}

.top-fixed .logo {
  position: relative;
}

.top-fixed .header_slogan {
  position: absolute;
  top: calc(100% + 6.5px);
  left: 0;
  color: #fff;
  font-size: 12px;
  white-space: nowrap;
}

@media (max-width: 600px) {
  .top-fixed .header_slogan {
    display: none;
  }
}
.footer_socials {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}
.footer_socials a {
  width: 40px;
  height: 40px;
  margin: 0 10px;
}
.footer_socials a.youtube {
  width: 80px;
  height: 80px;
}
.footer_socials a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 1050px) {
  .footer_socials a {
    width: 20px;
    height: 20px;
    margin: 0 10px;
  }
  .footer_socials a.youtube {
    width: 40px;
    height: 40px;
  }
}

.content-matrix .content-content ol, .content-matrix .content-content ul, .content-matrix .content-content li {
  list-style: outside !important;
  margin-bottom: 0.5em !important;
  line-height: 1.5em !important;
}

.content-matrix p {
  line-height: 1.5em;
  letter-spacing: 0;
  font-kerning: auto;
  -webkit-font-smoothing: subpixel-antialiased;
}

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