/*!***********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[0].use[3]!./template-parts/block-products-slider-homepage/block-products-slider-homepage.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************/
.page-not-found {
  display: flex;
  background-color: #141414;
  overflow: hidden;
}

.pnf_inner {
  position: relative;
  width: 100%;
}

.pnf_img {
  width: 100%;
  height: auto;
  max-height: 960px;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 1300px) {
  .pnf_img {
    min-height: 500px;
  }
}

.pnf_content {
  position: absolute;
  left: 0;
  bottom: 48px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 128px;
  width: 100%;
}
.pnf_content.show .pnf_content-left,
.pnf_content.show .pnf_content-right {
  opacity: 1;
  transform: none;
}
@media screen and (max-width: 1000px) {
  .pnf_content {
    padding: 0 40px;
  }
}
@media screen and (max-width: 600px) {
  .pnf_content {
    padding: 0 25px;
    bottom: 20px;
  }
}

.pnf_content-left {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 791px;
  margin-top: -30px;
  padding-bottom: 86px;
  transform: translateY(100%);
  opacity: 0;
  will-change: opacity, transform;
  transition: 0.5s opacity, 0.5s transform;
}
.pnf_content-left .pnf_content-label {
  align-items: flex-start;
  padding-bottom: 16px;
}
@media screen and (max-width: 1500px) {
  .pnf_content-left {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 1000px) {
  .pnf_content-left {
    padding-bottom: 30px;
  }
}

.pnf_content-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transform: translateY(100%);
  opacity: 0;
  will-change: opacity, transform;
  transition: 0.5s opacity, 0.5s transform;
}

.pnf_content-content {
  align-items: center;
  width: 100%;
  max-width: 754px;
}
@media screen and (max-width: 1300px) {
  .pnf_content-content {
    max-width: 400px;
  }
}
@media screen and (max-width: 1000px) {
  .pnf_content-content {
    max-width: 300px;
  }
}

.button {
  margin-top: 24px;
  border-radius: 4px;
  cursor: pointer;
  background-color: #3990ff;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .button {
    padding: 8px 10px;
  }
}
@media screen and (max-width: 680px) {
  .button {
    padding: 6px 8px;
  }
}

@media screen and (min-width: 1921px) {
  .pnf_img {
    max-height: 50vw;
  }
  .pnf_content {
    bottom: 2.5vw;
    padding: 0 6.66667vw;
  }
  .pnf_content-left {
    max-width: 41.19792vw;
    margin-top: -1.5625vw;
    padding-bottom: 4.47917vw;
  }
  .pnf_content-left .pnf_content-label {
    padding-bottom: 0.83333vw;
  }
  .pnf_content-content {
    max-width: 39.27083vw;
  }
  .button {
    margin-top: 1.25vw;
    border-radius: 0.20833vw;
    padding: 0.83333vw 1.25vw;
  }
}
.block-products-slider-homepage {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-bottom: 128px;
  background-color: #fff;
  overflow: hidden;
  opacity: 0;
  will-change: opacity;
  transition: 1s opacity;
}
.block-products-slider-homepage.show {
  opacity: 1;
}
@media screen and (max-width: 1000px) {
  .block-products-slider-homepage {
    padding-bottom: 64px;
  }
}
.block-products-slider-homepage .swiper {
  overflow: unset;
}
.block-products-slider-homepage .psh_arrows {
  position: absolute;
  top: -84px;
  right: 126px;
  width: 140px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .block-products-slider-homepage .psh_arrows {
    top: -76px;
  }
}
@media screen and (max-width: 800px) {
  .block-products-slider-homepage .psh_arrows {
    top: -64px;
  }
}
@media screen and (max-width: 500px) {
  .block-products-slider-homepage .psh_arrows {
    top: -60px;
    right: 50px;
  }
}
@media screen and (max-width: 360px) {
  .block-products-slider-homepage .psh_arrows {
    right: 35px;
  }
}
.block-products-slider-homepage .psh_arrows .psh-next {
  width: 46px;
  height: 46px;
}
@media screen and (max-width: 1000px) {
  .block-products-slider-homepage .psh_arrows .psh-next {
    width: 38px;
    height: 38px;
  }
}
@media screen and (max-width: 800px) {
  .block-products-slider-homepage .psh_arrows .psh-next {
    width: 30px;
    height: 30px;
    margin-left: 20px;
  }
}
.block-products-slider-homepage .psh_arrows .psh-next svg {
  width: 100%;
  height: 100%;
}
.block-products-slider-homepage .psh_arrows .psh-prev {
  width: 46px;
  height: 46px;
}
@media screen and (max-width: 1000px) {
  .block-products-slider-homepage .psh_arrows .psh-prev {
    width: 38px;
    height: 38px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 800px) {
  .block-products-slider-homepage .psh_arrows .psh-prev {
    width: 30px;
    height: 30px;
  }
}
.block-products-slider-homepage .psh_arrows .psh-prev svg {
  width: 100%;
  height: 100%;
}

.psh-slider {
  display: flex;
  flex-direction: row;
  width: 100%;
  background-color: #fff;
  align-items: flex-end;
  padding-left: 128px;
}
@media screen and (max-width: 1000px) {
  .psh-slider {
    padding-left: 40px;
  }
}
.psh-slider .swiper-button-prev::after,
.psh-slider .swiper-button-next::after {
  display: none;
}
.psh-slider .psh-slide {
  display: flex;
  flex-direction: column;
  padding: 0 24px;
  width: 100%;
  cursor: pointer;
}
.psh-slider .psh-slide .slide-image {
  border-radius: 4px;
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.psh-slider .psh-slide .slide-subtitle {
  padding-bottom: 10px;
  min-height: 70px;
}
.psh-slider .psh-slide .slide-subtitle .slide-subtitle__text {
  position: relative;
  text-decoration: none;
  background-image: linear-gradient(to right, #141414, #141414);
  background-size: 0% 2px;
  background-position: bottom left;
  background-repeat: no-repeat;
}
.psh-slider .psh-slide:hover .slide-subtitle__text {
  background-size: 100% 2px;
  transition: background-size 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.psh-slider .psh-slide--not-clickable {
  cursor: default;
}
.psh-slider .psh-slide--not-clickable .slide-subtitle .slide-subtitle__text {
  background-image: none;
}
.psh-slider .psh-slide .slide-sub-content {
  padding-bottom: 10px;
  min-height: 130px;
}
.psh-slider .psh-slide .price-row-order {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: #727272;
  font-family: "Montserrat";
  font-style: normal;
}
@media screen and (max-width: 1260px) {
  .psh-slider .psh-slide .price-row-order {
    font-size: 13px;
  }
}
.psh-slider .psh-slide .price-row-order .slide-price {
  display: flex;
  justify-content: space-between;
}

.header-products-title {
  width: 100%;
  height: auto;
  padding-left: 128px;
  padding-top: 128px;
  background-color: #fff;
  padding-bottom: 40px;
  padding-right: 128px;
}
@media screen and (max-width: 1000px) {
  .header-products-title {
    padding-left: 40px;
    padding-top: 64px;
  }
}
@media screen and (max-width: 600px) {
  .header-products-title {
    padding-left: 25px;
    padding-top: 40px;
  }
}
.header-products-title .products-title-underline {
  border-bottom: 2px solid #3990ff;
  padding-bottom: 5px;
  overflow: hidden;
  opacity: 0.8;
}
@media screen and (max-width: 500px) {
  .header-products-title .products-title-underline {
    width: 120%;
  }
}
@media screen and (max-width: 460px) {
  .header-products-title .products-title-underline {
    width: 130%;
  }
}
@media screen and (max-width: 360px) {
  .header-products-title .products-title-underline {
    width: 145%;
  }
}

@media screen and (min-width: 1921px) {
  .block-products-slider-homepage {
    padding-bottom: 6.66667vw;
  }
  .block-products-slider-homepage .psh_arrows {
    top: -4.675vw;
    right: 6.5625vw;
    width: 7.29167vw;
  }
  .block-products-slider-homepage .psh_arrows .psh-next {
    width: 2.39583vw;
    height: 2.39583vw;
  }
  .block-products-slider-homepage .psh_arrows .psh-prev {
    width: 2.39583vw;
    height: 2.39583vw;
  }
  .psh-slider {
    padding-left: 6.66667vw;
  }
  .psh-slider .psh-slide {
    padding: 0 1.25vw;
  }
  .psh-slider .psh-slide .slide-image {
    border-radius: 0.20833vw;
  }
  .psh-slider .psh-slide .slide-subtitle {
    padding-bottom: 0.52083vw;
  }
  .psh-slider .psh-slide .slide-sub-content {
    padding-bottom: 0.52083vw;
  }
  .header-products-title {
    padding-left: 6.66667vw;
    padding-top: 6.66667vw;
    padding-bottom: 2.08333vw;
    padding-right: 6.66667vw;
  }
  .header-products-title .products-title-underline {
    border-bottom: 0.10417vw solid #3990ff;
    padding-bottom: 0.26042vw;
  }
}
