@charset "UTF-8";
.product-page-top {
  flex-wrap: wrap;
}

.product-page-left {
  width: 320px;
}

.product-page-center {
  width: 568px;
  background: url(/images/line-vert.png?ef32e7c11109edc1987a9d9a2f50d525) no-repeat center left, url(/images/line-vert.png?ef32e7c11109edc1987a9d9a2f50d525) no-repeat center right;
}

.highlight {
  color: rgba(255, 206, 28, 0.5);
}

.product-page-right {
  width: 350px;
}
.product-page-right .top .title {
  font-family: InterVariable, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 34px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .product-page-right .top .title {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 15px;
    line-height: 24px;
  }
}
.product-page-right .center .left {
  width: 100%;
}
.product-page-right .info {
  font-family: InterVariable, sans-serif;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  justify-content: start;
  padding-bottom: 30px;
}
.product-page-right .info i {
  margin-right: 6px;
  color: #2EA448;
}
.product-page-right .info i.nostock {
  color: #696969;
}
.product-page-right .info i.nonstock {
  color: rgb(208, 75, 75);
}
.product-page-right .info .stock {
  margin-left: 6px;
  padding-left: 6px;
  border-left: 1px solid;
}
.product-page-right .price .price-wrap {
  margin-bottom: 20px;
}
.product-page-right .price .item-price {
  font-family: InterVariable, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 26px;
  color: rgb(255, 206, 28);
  margin-right: 12px;
}
.product-page-right .price .label-lenght {
  background-color: rgba(255, 255, 255, 0.0705882353);
  padding: 3px 5px;
  font-size: 12px;
  line-height: 14px;
  border-radius: 4px;
  margin-right: 12px;
}
.product-page-right .price .cur {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
}
.product-page-right .price .top-wrapper {
  margin-bottom: 8px;
  display: flex;
}
.product-page-right .price .text-total-summ {
  font-size: 11px;
  min-width: 115px;
  text-transform: uppercase;
  font-weight: 500;
  margin-right: 20px;
  line-height: 15px;
}
.product-page-right .price .text-discount {
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
}
.product-page-right .product-discounts {
  margin-bottom: 20px;
}
.product-page-right .product-discounts li {
  padding: 14px;
  background: linear-gradient(to right, rgb(72, 74, 76) 50%, rgba(255, 206, 28, 0.5) 100%);
  margin-bottom: 4px;
  border-radius: 4px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-page-right .product-discounts li .colord {
  font-size: 13px;
  font-weight: 600;
}
.product-page-right .product-discounts li .cur {
  color: rgba(255, 255, 255, 0.6588235294);
}
.product-page-right .product-discounts li .item-btn .select-quantity {
  background-color: rgb(255, 206, 28);
  border: 1px solid rgb(255, 206, 28);
  padding: 4px 8px;
  border-radius: 4px;
  display: block;
  font-size: 12px;
  letter-spacing: 0.15px;
  cursor: pointer;
}
.product-page-right .product-discounts li .item-btn .select-quantity.is-active {
  background-color: transparent;
  color: rgb(255, 206, 28);
}
.product-page-right .product-discounts li .item-btn .select-quantity:before {
  content: "+";
  margin-right: 4px;
}
.product-page-right #product .text_quantity_unit {
  display: block;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-size: 11px;
}
.product-page-right #product .quantity-input-wrappper {
  display: flex;
}
.product-page-right #product .quantity-input-wrappper .max-value-group {
  display: flex;
  flex-direction: column;
}
.product-page-right #product .quantity-input-wrappper .max-value-group .max-value {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}
.product-page-right #product .quantity-input-wrappper .max-value-group .select-max {
  cursor: pointer;
  color: rgb(255, 206, 28);
  font-size: 12px;
  font-weight: 500;
  border-bottom: 1px dashed rgb(255, 206, 28);
}
.product-page-right #product .alert-info.alert-info-xvr {
  font-size: 11.1px;
  font-style: italic;
  font-weight: 400;
  color: #808080;
  margin-bottom: 20px;
}
.product-page-right .autocalc-product-price {
  font-family: InterVariable, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 26px;
  color: rgb(255, 206, 28);
  margin-bottom: 10px;
  display: block;
}
.product-page-right .consult-open {
  width: 100%;
  height: 60px;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
  background: linear-gradient(272deg, rgba(248, 236, 192, 0.5) -1.98%, rgba(255, 206, 28, 0.5) 107.6%);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 3px;
  font-weight: 700;
  font-size: 13px;
  line-height: 125%;
  letter-spacing: 0.01em;
}
.product-page-right .consult-open:after {
  content: "";
  width: 57px;
  height: 57px;
  position: absolute;
  right: 15px;
  top: 7px;
}
.product-page-right .consult-open:hover {
  opacity: 0.6;
}
.product-page-right .consult-open span {
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.23em;
  color: rgb(255, 206, 28);
  text-transform: uppercase;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.76);
  padding-top: 2px;
}
.product-page-right .stock-in-alert-wrapper {
  border: 1px solid rgb(255, 206, 28);
  border-radius: 3px;
  margin-bottom: 8px;
}
.product-page-right .stock-in-alert-wrapper input {
  height: 54px;
  padding: 0 20px;
  background: transparent;
}
.product-page-right .stock-in-alert-wrapper .stock-in-alert {
  height: 54px;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgb(255, 206, 28);
  text-shadow: 0 0 28px rgb(255, 206, 28);
}
.product-page-right .stock-in-alert-wrapper .stock-in-alert i {
  margin-right: 10px;
}

#button-cart {
  display: block;
  background-color: rgba(255, 206, 28, 0.1);
  width: 100%;
  height: 60px;
  border: 1px solid rgb(255, 206, 28);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 2px;
  margin-bottom: 8px;
}
#button-cart i {
  margin-right: 12px;
}

.btn-quick-order {
  border: 1px solid #7C7C7C;
  width: 100%;
  height: 60px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 2px;
  margin-bottom: 8px;
  color: rgb(255, 255, 255);
  border-radius: 3px;
}

@media screen and (max-width: 1331px) {
  .product-page-left {
    width: 290px;
  }
  .product-page-center {
    width: 330px;
  }
  .product-page-right {
    width: 335px;
  }
}
@media screen and (max-width: 1019px) {
  .product-page-left {
    width: 100%;
    padding-bottom: 20px;
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  #product-product {
    display: flex;
    flex-direction: column;
  }
  .product-page-center {
    width: 100%;
    order: -1;
    background: none;
  }
  .product-page-right {
    width: 100%;
  }
}
.product-page-top .sku {
  font-family: "InterVariable";
  font-size: 10.7px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
}

.product-page-top .params-title-mobil {
  display: none;
}

.product-page-left .reviews-open {
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
}
.product-page-left .reviews-open span {
  margin-right: 9px;
}
@media screen and (max-width: 1331px) {
  .product-page-left .reviews-open {
    font-size: 12px;
  }
  .product-page-left .reviews-open span {
    margin-right: 5px;
  }
}
.product-page-left .feedback-wrapper {
  background-color: rgb(60, 62, 65);
  padding: 16px 20px;
  border-radius: 4px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1331px) {
  .product-page-left .feedback-wrapper {
    padding: 16px 15px;
  }
}
.product-page-left .feedback-wrapper .rating-wrap {
  display: flex;
  align-items: center;
}
.product-page-left .feedback-wrapper .rating-wrap .rating i {
  font-size: 13px;
  line-height: 13px;
}
.product-page-left .feedback-wrapper .rating-wrap .count {
  margin-left: 8px;
  font-size: 14px;
  color: #928F89;
}
@media screen and (max-width: 1331px) {
  .product-page-left .feedback-wrapper .rating-wrap .count {
    font-size: 12px;
  }
}

.code-wishlist-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.code-wishlist-wrapper.mobil {
  order: -2;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .code-wishlist-wrapper.mobil {
    display: none;
  }
}
.code-wishlist-wrapper .wishlist button {
  width: 39px;
  height: 35px;
  background-color: rgb(255, 255, 255);
}
.code-wishlist-wrapper .wishlist button::before {
  color: black;
}
.code-wishlist-wrapper .wishlist.desktop {
  display: block;
}
@media screen and (max-width: 767px) {
  .code-wishlist-wrapper .wishlist.desktop {
    display: none;
  }
}

.product-page-left .params .list {
  padding-bottom: 25px;
}

.product-page-left .params .list .item {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.01em;
  white-space: nowrap;
  align-items: end;
  margin: 4px 0;
  padding-bottom: 6px;
  border-bottom: 1px dashed #ACACAC;
  color: #ACACAC;
}

/*замена*/
.product-page-left .params .list .item.hide {
  display: none;
}

.product-page-left .params.active .list .item {
  display: flex !important;
}

.product-page-left .params .list .item .label {
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  max-width: 50%;
  text-align: right;
  white-space: initial;
}

.product-page-left .params .button {
  width: 100%;
  background-color: #3C3E41;
  padding: 18px 20px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 4px;
  justify-content: flex-start;
}

.product-page-left .params .button:after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: rgb(255, 206, 28);
  font-size: 16px;
  position: absolute;
  right: 20px;
}

.product-page-left .params #show-less.button:after {
  transform: rotateZ(-180deg);
}

@media screen and (max-width: 1331px) {
  .product-page-left .params .list .item {
    font-size: 14px;
  }
  .product-page-left .params .list .item .label {
    font-weight: 500;
    font-size: 10px;
  }
}
@media screen and (max-width: 1019px) {
  .product-page-top .sku {
    font-size: 10px;
  }
  .product-page-left .params {
    max-width: 100%;
  }
  .product-page-left .params .list {
    padding-bottom: 10px;
    grid-row-gap: 0;
  }
  .product-page-left .params .button:after {
    transform: rotate(268deg);
    margin-right: 5px;
    font-size: 9px;
  }
}
@media screen and (max-width: 767px) {
  .product-page-top .params-title-mobil {
    display: block;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
  }
  .product-page-top .params-title-mobil {
    padding-bottom: 10px;
  }
  .product-page-top .sku.mobil {
    display: block;
    order: -2;
  }
  .product-page-top .sku.deskopt {
    display: none;
  }
  .product-page-left .params .list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 479px) {
  .product-page-left .params .list {
    grid-template-columns: repeat(3, 1fr);
    padding-bottom: 0;
  }
}
.product-page-center .sale {
  position: absolute;
}

.product-images-slider {
  margin-bottom: 15px;
}
.product-images-slider .splide__arrows {
  bottom: 0;
}
.product-images-slider .splide__list {
  display: flex;
  align-items: center;
}
.product-images-slider .splide__list .splide__slide a {
  display: block;
  text-align: center;
}
.product-images-slider .splide__list .splide__slide a img {
  width: 100%;
}

.product-page-center .product-images-nav {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}
.product-page-center .product-images-nav .splide__track {
  width: 150px;
  padding-bottom: 20px;
}
.product-page-center .product-images-nav .splide__list .splide__slide {
  border: 1px solid rgba(255, 255, 255, 0.0509803922);
  border-radius: 3px;
  display: flex;
  height: 45px;
  width: 70px;
  justify-content: center;
}
.product-page-center .product-images-nav .splide__list .splide__slide.is-active {
  background-color: rgba(255, 255, 255, 0.031372549);
}
.product-page-center .product-images-nav .splide__list .splide__slide.is-active::before {
  content: "\f077";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: rgb(255, 206, 28);
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%, 0%);
}
.product-page-center .product-images-nav .splide__arrows {
  position: absolute;
  top: 20px;
}
.product-page-center .product-images-nav .splide__arrows .splide__arrow--prev {
  left: -150px;
}
.product-page-center .product-images-nav .splide__arrows .splide__arrow--next {
  right: -150px;
}
.product-page-center .product-images-nav .splide__arrows button {
  font-size: 8px;
  border: 1px solid #7B7E7F;
}
.product-page-center .product-images-nav .splide__arrows button:disabled {
  background-color: transparent;
}

.product-count {
  padding-bottom: 24px;
}

.product-page-bottom {
  width: 100%;
  border-radius: 3px;
  margin: 80px 0 50px 0;
}
@media screen and (max-width: 1331px) {
  .product-page-bottom {
    padding: 20px 0;
  }
}
.product-page-bottom p {
  font-family: InterVariable, sans-serif;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.62);
  font-weight: 400;
  line-height: 20px;
}
@media screen and (max-width: 1331px) {
  .product-page-bottom p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .product-page-bottom p {
    font-size: 12px;
  }
}
.product-page-bottom .garant p {
  font-weight: 500;
  color: rgb(255, 206, 28);
  font-size: 26px;
  line-height: 26px;
}
@media screen and (max-width: 767px) {
  .product-page-bottom .garant p {
    font-size: 16px;
  }
}
.product-page-bottom .title {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 26px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1331px) {
  .product-page-bottom .title {
    font-size: 23px;
    margin-bottom: 6px;
  }
}
.product-page-bottom .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-image: url(/images/card-background.png?c64ef3b1a452e57b1e5338a558b68d14);
  background-size: 100% 100%;
  width: 100%;
  aspect-ratio: 435/154;
  padding: 25px;
}
@media screen and (max-width: 1331px) {
  .product-page-bottom .item {
    padding: 16px 25px;
  }
}
.product-page-bottom .item + .item {
  margin-left: 10px;
}
.product-page-bottom .item .icon {
  position: absolute;
  right: 12px;
  top: 12px;
}

@media screen and (max-width: 1019px) {
  .product-page-bottom {
    padding: 30px 50px;
    margin: 30px 0;
    flex-direction: column;
  }
  .product-page-bottom .item + .item {
    margin: 30px 0 0;
  }
  .product-page-bottom p {
    white-space: initial;
    line-height: initial;
  }
  .product-page-bottom img {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .product-page-bottom {
    padding: 30px 0;
  }
  .product-page-bottom .title {
    font-size: 14px;
  }
}
@media screen and (max-width: 479px) {
  .product-page-bottom {
    padding: 30px 0;
  }
}
.product-page-info {
  padding-bottom: 50px;
}

.product-page-info .item {
  width: 100%;
  min-width: 33.333%;
}

.product-page-info .item + .item {
  min-width: calc(33.333% - 60px);
  max-width: calc(50% - 60px);
  margin-left: 30px;
  padding-left: 30px;
  background: url(/images/line-vert.png?ef32e7c11109edc1987a9d9a2f50d525) no-repeat center left;
  background-size: auto 100%;
}

.product-page-info .item .title {
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  padding-bottom: 24px;
}

.product-page-info .item .text {
  font-family: "InterVariable", sans-serif;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.62);
  font-weight: 400;
}

.product-page-info .item .text ul {
  list-style-type: disc;
  list-style-position: inside;
}

@media screen and (max-width: 1019px) {
  .product-page-info {
    padding-bottom: 30px;
    flex-direction: column;
  }
  .product-page-info .item + .item {
    margin-left: 0;
    padding-left: 0;
    background: transparent;
    margin-top: 20px;
    min-width: initial;
    max-width: initial;
  }
  .product-page-info .item .title {
    font-size: 16px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .product-page-info {
    order: 2;
  }
  .product-page-info .item .text {
    font-size: 12px;
  }
}
.product-page-example {
  margin-bottom: 50px;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
.product-page-example .item {
  text-align: center;
}
.product-page-example .splide__track .splide__list .splide__slide img {
  width: 100%;
}
.product-page-example .bottom {
  position: absolute;
  bottom: 60px;
  z-index: 2;
  width: 100%;
}
.product-page-example .bottom .desc {
  font-weight: 700;
  font-size: 18px;
  line-height: 132%;
  text-align: center;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  width: 282px;
  margin: 0 75px;
}
.product-page-example .bottom .splide__arrows .splide__arrow {
  width: 50px;
  min-width: 50px;
  height: 50px;
  font-size: 10px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: transparent;
  color: rgb(255, 206, 28);
}
.product-page-example .bottom .splide__arrows .splide__arrow:hover {
  background: rgb(255, 255, 255);
}

@media screen and (max-width: 767px) {
  .product-page-example {
    margin-bottom: 30px;
  }
  .product-page-example .bottom {
    bottom: 20px;
    padding: 0 10px;
  }
  .product-page-example .bottom .desc {
    font-size: 14px;
    max-width: 219px;
    margin: 0 20px;
  }
  .product-page-example .bottom .button {
    width: 32px;
    height: 32px;
    font-size: 10px;
  }
}
.product-page-claim {
  text-align: center;
  padding-bottom: 50px;
}
.product-page-claim .title {
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  padding-bottom: 12px;
}
.product-page-claim .desc {
  font-family: "InterVariable";
  line-height: 125%;
  color: rgba(255, 255, 255, 0.62);
  width: 270px;
  margin: 0 auto 40px;
}
.product-page-claim .list {
  justify-content: space-evenly;
}
.product-page-claim .list .item {
  width: calc(33.333% - 10px);
  padding: 59px 57px 48px;
  border-radius: 3px;
  background-image: url(/images/claim-card-background.png?0e847f7b0919cfc9f370fa23c170a00a);
  background-size: 100% 100%;
}
.product-page-claim .list .item .image img {
  height: 38px;
  margin-bottom: 49px;
}
.product-page-claim .list .item .value {
  font-family: "InterVariable";
  font-weight: 500;
  font-size: 26px;
  line-height: 1;
  padding-bottom: 8px;
}
.product-page-claim .list .item .value sup {
  font-size: 12px;
  font-weight: 300;
}
.product-page-claim .list .item .name {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.6);
}

@media screen and (max-width: 1331px) {
  .product-page-claim .list .item {
    width: calc(33.333% - 10px);
    padding: 50px;
  }
  .product-page-claim .list .item .image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 37px;
    margin-bottom: 20px;
  }
  .product-page-claim .list .item .image img {
    height: initial;
    margin-bottom: 0;
  }
  .product-page-claim .list .item .name {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .product-page-center .product-images-nav .splide__arrows .splide__arrow--prev {
    left: -120px;
  }
  .product-page-center .product-images-nav .splide__arrows .splide__arrow--next {
    right: -120px;
  }
  .product-page-claim {
    order: 2;
  }
  .product-page-claim .list {
    flex-direction: column;
  }
  .product-page-claim .list .item {
    width: 100%;
    padding: 50px;
  }
  .product-page-claim .list .item + .item {
    margin-top: 16px;
  }
  .product-page-claim .list .item .image {
    height: initial;
  }
}
@media screen and (max-width: 479px) {
  .product-page-claim .title {
    font-size: 16px;
    padding-bottom: 5px;
  }
  .product-page-claim .desc {
    margin: 0 auto 20px;
    font-size: 12px;
  }
}
.input-group-quantity-default-xvr span.input-group-btn {
  display: flex;
}
