@charset "UTF-8";

.product-top {
  background: rgba(211, 211, 211, 0.1);
  padding: 60px 0;
}
.thumb-image {
  margin: 8px 0;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.thumb-image:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 6px;
  border: 1px solid #38A601;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.thumb-image:hover:before,
.thumb-image.slick-current:before {
  opacity: 1;
}
.slider-thumb {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.prod-slick-prev {
  width: 24px;
  height: 24px;
  display: block;
  margin: -10px auto 10px;
  cursor: pointer;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.prod-slick-prev path {
  fill: #D3D3D3;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.prod-slick-prev:hover path {
  fill: #292929;
}
.prod-slick-next {
  width: 24px;
  height: 24px;
  display: block;
  margin: 10px auto -10px;
  cursor: pointer;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.prod-slick-next path {
  fill: #D3D3D3;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.prod-slick-next:hover path {
  fill: #292929;
}
.add-to-cart-product {
  width: 100%;
  max-width: 166px;
}
.articul {
  position: relative;
  font-size: 18px;
  line-height: 1.44;
}
.articul:after {
  content: '';
  background: -webkit-linear-gradient(19.44deg, #009A00 27.52%, #A1ED00 96.84%);
  background: -moz- oldlinear-gradient(19.44deg, #009A00 27.52%, #A1ED00 96.84%);
  background: linear-gradient(70.56deg, #009A00 27.52%, #A1ED00 96.84%);
  display: block;
  height: 1px;
  margin-top: 10px;
}
.articul span {
  font-weight: bold;
}
.articul + * {
  margin-top: 30px;
}
.product-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 -10px -30px;
}
.product-buttons > * {
  margin: 0 0 10px 30px;
}
.product-char {
  max-width: 340px;
}
.product-top-right-inner + * {
  margin-top: 40px;
}
.product-char-row {
  margin-top: 15px;
}
.product-char-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.product-char-line + .product-char-line {
  margin-top: 5px;
}
.product-char-line span {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.product-char-line span:after {
  content: '';
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: block;
  border-bottom: 1px dotted #292929;
  margin: 0 5px;
  position: relative;
  top: -8px;
}
.product-title {
  text-transform: uppercase;
  margin-bottom: 50px;
}
.product-subtitle {
  text-transform: uppercase;
  margin-bottom: 40px;
}
.section-descr {
  max-width: 1062px;
}
.characteristic-detail-line {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.characteristic-detail-line:nth-child(odd) {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.characteristic-detail-line:nth-child(odd):before {
  background: rgba(196, 196, 196, 0.1);
}
.characteristic-detail-line:before {
  content: '';
  position: absolute;
  left: -20000px;
  right: -20000px;
  top: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.characteristic-detail-line:hover:before {
  background: -webkit-linear-gradient(19.44deg, rgba(0, 154, 0, 0.2) 27.52%, rgba(161, 237, 0, 0.2) 96.84%) !important;
  background: -moz- oldlinear-gradient(19.44deg, rgba(0, 154, 0, 0.2) 27.52%, rgba(161, 237, 0, 0.2) 96.84%) !important;
  background: linear-gradient(70.56deg, rgba(0, 154, 0, 0.2) 27.52%, rgba(161, 237, 0, 0.2) 96.84%) !important;
}
.characteristic-detail-line:nth-child(6) ~ * {
  display: none;
}
.characteristic-detail {
  font-size: 14px;
  line-height: 17px;
}
.characteristic-detail-name {
  padding: 10px 0 10px 40px;
  width: 400px;
  position: relative;
}
.characteristic-detail-value {
  padding: 10px 0 10px 30px;
  width: -webkit-calc(100% - 400px);
  width: -moz-calc(100% - 400px);
  width: calc(100% - 400px);
  font-weight: 700;
  position: relative;
}
.characteristic-detail-open {
  cursor: pointer;
  padding: 11px 0;
  text-transform: uppercase;
  font-size: 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin-top: 10px;
  position: relative;
  line-height: 1.3;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.characteristic-detail-open:hover:before {
  background: -webkit-linear-gradient(19.44deg, rgba(0, 154, 0, 0.2) 27.52%, rgba(161, 237, 0, 0.2) 96.84%);
  background: -moz- oldlinear-gradient(19.44deg, rgba(0, 154, 0, 0.2) 27.52%, rgba(161, 237, 0, 0.2) 96.84%);
  background: linear-gradient(70.56deg, rgba(0, 154, 0, 0.2) 27.52%, rgba(161, 237, 0, 0.2) 96.84%);
}
.characteristic-detail-open:before {
  content: '';
  position: absolute;
  left: -20000px;
  right: -20000px;
  top: 0;
  bottom: 0;
  background: rgba(196, 196, 196, 0.1);
}
.characteristic-detail-open i {
  margin-left: 5px;
}
.characteristic-detail-open i:before {
  content: '';
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12 15L12.7071 15.7071L12 16.4142L11.2929 15.7071L12 15ZM18.7071 9.70711L12.7071 15.7071L11.2929 14.2929L17.2929 8.29289L18.7071 9.70711ZM11.2929 15.7071L5.29289 9.70711L6.70711 8.29289L12.7071 14.2929L11.2929 15.7071Z' fill='%23747474'/%3e%3c/svg%3e ");
  width: 24px;
  height: 24px;
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-repeat: no-repeat;
  background-size: contain;
}
.open-all-product-characteristic .characteristic-detail-line:nth-child(6) ~ * {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.open-all-product-characteristic + .characteristic-detail-open i:before {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
@media screen and (max-width: 1468px) {
  .product-top {
    padding: 40px 0;
  }
  .characteristic-detail-name {
    padding-left: 0;
    width: 40%;
  }
  .characteristic-detail-value {
    width: 60%;
  }
  .characteristic-detail-open {
    font-size: 20px;
  }
}
@media screen and (max-width: 990px) {
  .thumb-image {
    margin: 0 8px;
  }
  .slider-thumb {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .prod-slick-prev {
    margin: 0 0 0 5px;
  }
  .prod-slick-prev svg {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .prod-slick-next {
    margin: 0 5px 0 0;
  }
  .prod-slick-next svg {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 767px) {
  .product-top {
    padding: 25px 0;
  }
  .articul + * {
    margin-top: 20px;
  }
  .product-buttons {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .product-top-right-inner + * {
    margin-top: 25px;
  }
  .product-char-row {
    margin-top: 10px;
  }
  .product-top-right {
    margin-top: 20px;
  }
  .product-title {
    margin-bottom: 20px;
  }
  .product-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .characteristic-detail-open {
    font-size: 16px;
    padding: 13px 0;
  }
  .characteristic-detail-open:hover:before {
    background: rgba(196, 196, 196, 0.1);
  }
}