

/* Start:/local/templates/Sanruzh2023/css/numbers.css?17778901214611*/
.number-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.number-wrap__title {
  border-radius: 10px;
  background: #9C0F0F;
  -webkit-box-shadow: 0px 4px 24px 0px rgba(188, 201, 210, 0.25);
          box-shadow: 0px 4px 24px 0px rgba(188, 201, 210, 0.25);
  color: #FFF;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 30px;
  padding: 14px;
  text-align: center;
  padding: 12px;
}
@media only screen and (max-width: 767px) {
  .number-wrap__title {
    font-size: 16px;
    margin-bottom: 20px;
    padding: 12px;
    text-align: left;
  }
}

.number-slider {
  margin-bottom: 41px;
  position: relative;
  padding-bottom: 33px;
}
.number-slider .swiper {
  overflow: visible;
  z-index: 1;
}
.number-slider .swiper::before, .number-slider .swiper::after {
  position: absolute;
  z-index: 2;
  content: "";
  top: 0;
  width: 100%;
  height: 120%;
  background-color: #fff;
}
.number-slider .swiper::before {
  height: 100%;
  left: calc(-100% - 9px);
}
.number-slider .swiper::after {
  height: 100%;
  right: calc(-100% - 9px);
}
@media only screen and (max-width: 1250px) and (min-width: 1024px) {
  .number-slider {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .number-slider {
    margin-right: -20px;
  }
}
.number-slider .swiper-scrollbar {
  background: #C8C8C8;
  height: 3px;
}
@media only screen and (min-width: 1024px) {
  .number-slider .swiper-scrollbar {
    display: none;
  }
}
.number-slider .swiper-scrollbar-drag {
  background: #9C0F0F;
}

@media only screen and (min-width: 1100px) {
  .number-slider-2 {
    margin-left: 20%;
    margin-right: -20%;
  }
}

@media only screen and (min-width: 1100px) {
  .number-slider-1 {
    margin-left: 33.3333333333%;
    margin-right: -33.3333333333%;
  }
}

.number-item {
  width: calc(33.333% - 10px);
  text-decoration: none;
  outline: 0;
}
.number-item:hover {
  z-index: 3;
  position: relative;
}
.number-item:hover .number-item__img {
  -webkit-box-shadow: 0px 10px 10px 0px rgba(188, 201, 210, 0.99);
          box-shadow: 0px 10px 10px 0px rgba(188, 201, 210, 0.99);
}
.number-item:hover .number-item__arrow {
  color: #9C0F0F;
}
.number-item__img {
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  margin-bottom: 21px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
@media only screen and (max-width: 767px) {
  .number-item__img {
    margin-bottom: 16px;
  }
}
.number-item__img img {
  display: block;
  width: 100%;
}
.number-item__img::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0.37%, rgba(0, 0, 0, 0.6)), color-stop(49.96%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0.37%, rgba(0, 0, 0, 0) 49.96%);
  z-index: 1;
}
.number-item__img img {
  display: block;
  max-width: 100%;
}
.number-item__title {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
  /*white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;*/
  height: 4rem;
}
@media only screen and (max-width: 767px) {
  .number-item__title {
    text-align: left;
    font-size: 16px;
    margin-bottom: 6px;
  }
}
@media only screen and (max-width: 360px) {
  .number-item__title {
    text-align: left;
    font-size: 14px;
    margin-bottom: 6px;
  }
}
.number-item__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.number-item__area {
  color: #9C0F0F;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}
.number-item__special {
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.number-item__special .icon {
  width: 18px;
  height: 18px;
}
.number-item__special li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  color: #9C0F0F;
}
.number-item__arrow {
  position: absolute;
  right: 17px;
  bottom: 19px;
  color: #fff;
  z-index: 2;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
/* End */


/* Start:/local/templates/Sanruzh2023/css/product.css?17778901215893*/
.product-wrap {
  display: -ms-grid;
  display: grid;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1024px) {
  .product-wrap {
    -ms-grid-columns: 1fr 23px 363px;
    grid-template-columns: 1fr 363px;
    gap: 23px;
    row-gap: 0;
  }
}

.pduct-left {
  height: 40%;
  min-width: 0;
}

.product-right {
  -ms-grid-row-span: 2;
  grid-row: span 2;
}
@media only screen and (max-width: 1024px) {
  .product-right {
    margin-bottom: 20px;
  }
}

.section-title.product-page-title {
  margin-bottom: 46px;
}
@media only screen and (min-width: 1024px) {
  .section-title.product-page-title {
    text-align: left;
    margin-bottom: 70px;
  }
}

.product-full-slider {
  overflow: hidden;
  border-radius: 8px;
  -webkit-box-shadow: 0px 10px 40px 0px rgba(188, 201, 210, 0.99);
          box-shadow: 0px 10px 40px 0px rgba(188, 201, 210, 0.99);
  margin-bottom: 30px;
  height: 334px;
}

@media only screen and (max-width: 1180px) and (min-width: 1024px) {
 .product-full-slider{
    height: 267px;
 }
}
@media only screen and (max-width: 786px) and (min-width: 700px) {
  .product-full-slider{
    height: 300px;
  }
}
@media only screen and (max-width: 699px) and (min-width: 600px) {
  .product-full-slider{
    height: 270px;
  }
}
@media only screen and (max-width: 599px) and (min-width: 500px) {
  .product-full-slider{
    height: 230px;
  }
}
@media only screen and (max-width: 499px) and (min-width: 400px) {
  .product-full-slider{
    height: 190px;
  }
}
@media only screen and (max-width: 399px) and (min-width: 319px) {
  .product-full-slider{
    height: 150px;
  }
}

.product-full-slider img {
  display: block;
  width: 100%;
  aspect-ratio: 737/340;
  object-fit: cover;
}

.product-thumb-slider {
  position: relative;
  padding-bottom: 22px;
  margin-bottom: 20px;
  height: 137px
}
@media only screen and (min-width: 1024px) {
  .product-thumb-slider {
    margin-bottom: 30px;
  }
}
.product-thumb-slider .swiper-horizontal > .swiper-scrollbar, .product-thumb-slider .swiper-scrollbar.swiper-scrollbar-horizontal {
  left: 0;
  bottom: 0;
  height: 2.5px;
  border-radius: 1px;
  background: #C8C8C8;
}
.product-thumb-slider .swiper-scrollbar-drag {
  background: #9C0F0F;
}
.product-thumb-slider .swiper {
  padding-left: 22%;
  padding-right: 5%;
}
.product-thumb-slider .swiper-slide {
  overflow: hidden;
  border-radius: 8px;
  aspect-ratio: 40/21;
  position: relative;
}
.product-thumb-slider .swiper-slide::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  border: 2px solid #9C0F0F;
  opacity: 0;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  border-radius: 8px;
}
.product-thumb-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-thumb-slider .swiper-slide-thumb-active::after {
  opacity: 1;
}

.product-title {
  margin-top: 0;
  margin-bottom: 20px;
  color: #9C0F0F;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}
@media only screen and (min-width: 768px) {
  .product-title {
    font-size: 24px;
  }
}

.product-info {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 20px;
}
.product-info__row {
  color: #898989;
}
.product-info__row span {
  color: #9C0F0F;
}

.product-info__row + .product-info__row {
  margin-top: 16px;
}

.product-special {
  margin-bottom: 25px;
}
.product-special__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-special__item .icon {
  width: 20px;
  height: 20px;
  margin-right: 16px;
}

.product-special__item + .product-special__item {
  margin-top: 10px;
}

.drop-special {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0fr;
  grid-template-rows: 0fr;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.drop-special.active {
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}
.drop-special__item {
  overflow: hidden;
}
.drop-special .product-special__item {
  margin-top: 12px;
}

.btn-drop-special {
  background: transparent;
  text-align: left;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 17px;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  border: 0;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  cursor: pointer;
  margin-top: 20px;
}
.btn-drop-special__close {
  display: none;
}
.btn-drop-special.active .icon--angle-down {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.btn-drop-special.active .btn-drop-special__active {
  display: none;
}
.btn-drop-special.active .btn-drop-special__close {
  display: inline;
}
.btn-drop-special:hover {
  color: #9C0F0F;
}

.product-price {
  margin-bottom: 34px;
}
.product-price__title {
  color: #898989;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 11px;
}
.product-price__price {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

.product-btn.btn {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 22px;
  padding-right: 22px;
}

.product-text > *:last-child {
  margin-bottom: 0;
}
.product-text h3 {
  margin-top: 0;
  margin-bottom: 20px;
  color: #333;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}
@media only screen and (min-width: 767px) {
  .product-text h3 {
    font-size: 24px;
  }
}
.product-text p {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 15px;
}
@media only screen and (min-width: 767px) {
  .product-text p {
    font-size: 18px;
  }
}
/* End */
/* /local/templates/Sanruzh2023/css/numbers.css?17778901214611 */
/* /local/templates/Sanruzh2023/css/product.css?17778901215893 */
