@charset "UTF-8";
.wpfNoWooPage {
  position: relative;
}
.wpfNoWooPage * {
  position: relative;
}
.wpfNoWooPage .woocommerce-result-count {
  display: none !important;
}
.wpfNoWooPage .products {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 70px 20px;
}
.wpfNoWooPage .products::before, .wpfNoWooPage .products::after {
  display: none !important;
}
.wpfNoWooPage .products .product-card [data-product-view] {
  cursor: pointer;
}
.wpfNoWooPage .products .product-image {
  width: 100%;
  display: block;
  height: 275px;
}
.wpfNoWooPage .products .product-image picture {
  width: 100%;
  height: 100%;
  display: block;
}
.wpfNoWooPage .products .product-image picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.wpfNoWooPage .products .product-image picture:last-child {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  transition: opacity 0.3s;
}
.wpfNoWooPage .products .product-image:hover picture:last-child {
  opacity: 1;
  transition: opacity 0.3s;
}
.wpfNoWooPage .products .product-title {
  display: inline-block;
  margin-top: 20px;
  font-size: 18px;
  color: #171007 !important;
  font-weight: 500;
  font-family: "Montserrat";
}
.wpfNoWooPage .products .product-short {
  margin-top: 20px;
  font-size: 14px;
  color: #171007 !important;
  font-weight: 300;
  font-family: "Montserrat";
}
.wpfNoWooPage .products .product-short strong {
  font-weight: 700;
}
.wpfNoWooPage .products .product-price {
  margin-top: 12px;
  margin-bottom: 85px;
}
.wpfNoWooPage .products .product-price * {
  font-size: 16px;
  line-height: 1.35;
}
.wpfNoWooPage .products .product-btn {
  position: absolute;
  left: 0;
  bottom: 0;
}
.wpfNoWooPage .products .product-btn a {
  padding: 0 30px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background-image: linear-gradient(98deg, #25272B 60%, #DECBA4);
  box-shadow: 2px 4px 8px 0 #c3c1bc;
  background-position: 100% 0 !important;
  background-size: 200% 200%;
  transition: all 0.5s ease-in-out !important;
  border-radius: 5px;
}
.wpfNoWooPage .products .product-btn a span {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.wpfNoWooPage .products .product-btn a:hover {
  box-shadow: 1px 3px #c3c1bc;
  background-position: 0 0 !important;
  background-image: linear-gradient(98deg, #25272B 60%, #DECBA4);
}

.products__main {
  display: grid;
  grid-template-columns: 250px 1fr;
  grid-gap: 30px;
  width: 1160px;
  max-width: calc(100% - 50px);
  margin: 0 auto;
  margin-bottom: 50px;
}

.modal-product {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background: #fff;
}
.modal-product .close-modal-left {
  padding-left: 20px;
  padding-top: 20px;
  display: block;
  width: 100%;
  padding-bottom: 20px;
  cursor: pointer;
  z-index: 20;
}
.modal-product .close-modal-left::before {
  content: "← ";
  font-family: Arial, Helvetica, sans-serif;
}
.modal-product .close-modal-right {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 10;
}
.modal-product .container-modal {
  padding: 40px 20px;
  width: 1200px;
  margin: 0 auto;
  max-width: calc(100% - 50px);
  display: grid;
  grid-template-columns: 560px 1fr;
}
.modal-product .container-modal .left-images .mySwiper2 {
  width: 100%;
  height: 560px;
  position: relative;
}
.modal-product .container-modal .left-images .mySwiper2 .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal-product .container-modal .left-images .mySwiper {
  height: 64px;
  margin-top: 5px;
}
.modal-product .container-modal .left-images .mySwiper .swiper-wrapper .swiper-slide {
  width: 64px;
  opacity: 0.6;
}
.modal-product .container-modal .left-images .mySwiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal-product .container-modal .left-images .mySwiper .swiper-wrapper .swiper-slide:hover, .modal-product .container-modal .left-images .mySwiper .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

.fancybox__container {
  z-index: 9999999;
}

.swiper-button-disabled {
  display: none;
  transition: all 0.3s;
}

.swiper-button-prev, .swiper-button-next {
  background: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translateY(25px);
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 18px;
  color: #000;
  position: absolute;
}

.p-title {
  color: #171007;
  font-weight: 500;
  font-family: "Montserrat";
  font-size: 24px;
  line-height: 1.35;
  margin-bottom: 18px;
}

.p-price {
  color: #171007;
  font-weight: 400;
  font-size: 20px;
  font-family: "BasierCircle", Arial, sans-serif;
}

.wpfNoWooPage .products .product-price * {
  color: #171007;
  font-weight: 400;
  font-family: "BasierCircle", Arial, sans-serif;
}

.p-short {
  font-size: 14px;
  line-height: 1.55;
  color: #171007;
  font-family: "Montserrat";
  margin-top: 20px;
  font-weight: 300;
}

.p-btn a {
  background-image: linear-gradient(98deg, #25272B 60%, #DECBA4);
  box-shadow: 2px 4px 8px 0 #c3c1bc;
  background-position: 100% 0 !important;
  background-size: 200% 200%;
  transition: all 0.5s ease-in-out !important;
  text-decoration: none;
  display: inline-block;
  padding: 10px 15px;
  margin-right: 15px;
  margin-top: 20px;
  border-radius: 3px;
  font-weight: 600;
  background-color: #566d90;
  color: #ffffff !important;
}

.p-attrs {
  margin-top: 20px;
  font-family: "Montserrat";
  font-weight: 300;
}

.right-content {
  max-width: 560px;
  margin-left: 50px;
}

.form_in_contact {
  margin-top: 25px;
}
.form_in_contact .wpcf7-list-item {
  margin: 0;
}
.form_in_contact label {
  display: block;
  color: rgb(148, 148, 148);
  font-family: Montserrat;
  padding-bottom: 6px;
  font-size: 14px;
  font-weight: 400;
  vertical-align: middle;
  height: 100%;
  padding-right: 10px;
}
.form_in_contact .input_form_in_contact {
  height: 50px;
}
.form_in_contact .wpcf7-submit {
  width: 100%;
  margin-top: 20px;
}
.form_in_contact .wpcf7-response-output {
  margin: 10px !important;
}

.container {
  margin: 0 auto;
  width: 1200px;
  max-width: calc(100% - 50px);
}
.container .page-content .content-block {
  margin-top: 30px;
}

/* .wpfPreview.wpfPreviewLoader
 *  padding-bottom: 3900px */
@media (max-width: 1199px) {
  .wpfPreview.wpfPreviewLoader {
    padding-bottom: 1665px;
  }
  .wpfNoWooPage .products {
    grid-template-columns: 1fr 1fr;
  }
  .modal-product .container-modal {
    grid-template-columns: 100%;
    max-height: calc(100vh - 150px);
    overflow-y: auto;
    padding-top: 100px;
  }
  .modal-product .container-modal .right-content {
    margin-left: 0;
    margin-top: 40px;
  }
}
@media (max-width: 1031px) {
  .wpfPreview.wpfPreviewLoader {
    padding-bottom: 1681px;
  }
}
@media (max-width: 860px) {
  .products__main {
    grid-template-columns: 1fr;
  }
  .modal-product .close-modal-left {
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
  }
  .modal-product .close-modal-right {
    z-index: 20;
  }
}
@media (max-width: 550px) {
  .modal-product .container-modal .left-images .mySwiper2 {
    height: 310px;
  }
}
@media (max-width: 550px) {
  .wpfPreview.wpfPreviewLoader {
    padding-bottom: 1730px;
  }
}
@media (max-width: 480px) {
  .wpfNoWooPage .products {
    grid-template-columns: 1fr;
  }
  .wpfPreview.wpfPreviewLoader {
    margin-bottom: 3373px;
  }
}
@media (max-width: 450px) {
  .modal-product .container-modal .left-images .mySwiper2 {
    height: 250px;
  }
}/*# sourceMappingURL=site.css.map */