/*!********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/scss/blocks/product.scss ***!
  \********************************************************************************************************************************************************************/
:root {
  --theme-main-font: "Roboto ", sans-serif;
  --theme-second-font: "Montserrat", sans-serif;
}

.product-swiper-main {
  width: 100%;
  border-radius: 20px;
  margin-bottom: 24px;
}
.product-swiper-slide-img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 685px;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-swiper-thumbs {
  width: 100%;
  height: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0;
}
.product-swiper-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.5;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease, border 0.3s ease;
  transition: opacity 0.3s ease, border 0.3s ease;
  border-radius: 6px;
  border: 3px solid transparent;
  overflow: hidden;
}
.product-swiper-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  border-color: #f0c45c;
}
.product-swiper-thumbs .swiper-slide .img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product .thumbs-container {
  position: relative;
  padding: 0 40px;
}
.product .swiper-button-next, .product .swiper-button-prev {
  width: 40px !important;
  height: 40px !important;
  border-radius: 10px !important;
  position: absolute !important;
  padding: 5px 3px !important;
}
.product .swiper-button-next, .product .swiper-button-prev {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.product .swiper-button-next:after, .product .swiper-button-prev:after {
  width: 20px !important;
  height: 20px !important;
}
.product .swiper-button-prev {
  left: 0 !important;
}
.product .swiper-button-next {
  right: 0 !important;
}
.product__characteristics--wrapper {
  padding-left: 120px;
  max-width: 542px;
  width: 100%;
}
.product__characteristics--title {
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  margin-bottom: 16px;
}
.product__characteristics--subtitle {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
}
.product__characteristics--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 8px;
}
.product__characteristics--item {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
}
.product__characteristics--form {
  margin-top: 32px;
}
.product__characteristics--form .feedback-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 16px;
}
.product__characteristics--form .feedback-form input[type=text],
.product__characteristics--form .feedback-form input[type=tel] {
  width: 100%;
  height: 80px;
  border-radius: 20px;
  padding: 20px;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  border: 1px solid #dddddd;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
}
.product__characteristics--form .feedback-form label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #929292;
}
.product__characteristics--form .feedback-form label a {
  color: #151515;
  text-decoration: underline;
}
.product__characteristics--form .feedback-form label a:hover {
  text-decoration: none;
}

@media (max-width: 1024px) {
  .product__characteristics--wrapper {
    padding-left: 25px;
  }
  .product__characteristics--title {
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 16px;
  }
  .product__characteristics--subtitle {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
  }
  .product__characteristics--items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 8px;
  }
  .product__characteristics--item {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
  }
  .product__characteristics--form {
    margin-top: 32px;
  }
  .product__characteristics--form .feedback-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 16px;
  }
  .product__characteristics--form .feedback-form input[type=text],
  .product__characteristics--form .feedback-form input[type=tel] {
    width: 100%;
    height: 80px;
    border-radius: 20px;
    padding: 20px;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    border: 1px solid #dddddd;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
    background: linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
  }
  .product__characteristics--form .feedback-form label {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #929292;
  }
  .product__characteristics--form .feedback-form label a {
    color: #151515;
    text-decoration: underline;
  }
  .product__characteristics--form .feedback-form label a:hover {
    text-decoration: none;
  }
}
@media (max-width: 768px) {
  .product .thumbs-container {
    padding: 0;
  }
  .product .swiper-button-next, .product .swiper-button-prev {
    display: none !important;
  }
  .product__characteristics--wrapper {
    padding-left: 0;
    max-width: none;
  }
  .product__characteristics--form .feedback-form input[type=text],
  .product__characteristics--form .feedback-form input[type=tel] {
    height: 60px;
  }
}
