.section_product-info {
  position: relative;
  padding: 175px 0 310px;
}
.section_product-info-live .product-info-desc {
  margin-bottom: 0;
}
.section_product-info .wrapper {
  position: static;
}
.section_product-info .inner {
  max-width: 850px;
  margin: 0 auto 640px;
  text-align: center;
}
.section_product-info h2 {
  margin-bottom: 23px;
  color: #343637;
}
.section_product-info .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.section_product-info .slick-list {
  overflow: visible;
}
.section_product-info .slick-dots {
  bottom: -45px;
  left: 75%;
}
.section_product-info .slick-dots li.slick-active .dot {
  background-color: #d8232a;
}
.section_product-info .slick-dots .dot {
  border-color: #d8232a;
}
.section_product-info .slick-prev:before,
.section_product-info .slick-next:before {
  color: #d8232a;
}
.section_product-info .slick-prev {
  left: auto;
  right: 78%;
}
.section_product-info .slick-next {
  right: auto;
  left: 78%;
}
.products-all {
  position: absolute;
  color: #d8232a;
  z-index: 9;
}
.products-all:hover {
  color: #febd71;
}
.product-info-fact {
  max-width: 250px;
}
.product-info-fact span {
  color: #d8232a;
}
.product-info-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}
.product-info-period {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 40px;
}
.product-info-period:last-child {
  margin-right: 0;
}
.product-info-period span {
  margin-right: 20px;
}
.product-info-period span:first-child {
  color: #d8232a;
}
.product-info-period span:last-child {
  margin-right: 0;
}
.product-info-btn {
  text-align: center;
}
.product-info-desc {
  margin-bottom: 60px;
}
.product-info-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product-info-column {
  padding: 40px;
  width: calc(33.33% - 25px);
  background-color: #fff;
  border-radius: 27px;
}
.product-info-column.column-basic .product-info-column-row div:first-child {
  margin-right: 40px;
  width: 60px;
  color: #989ca0;
}
.product-info-column.column-sizes .product-info-column-row small:nth-child(1) {
  width: 17px;
}
.product-info-column.column-sizes .product-info-column-row span {
  margin: 0 20px;
}
.product-info-column.column-pack .product-info-column-row div:first-child {
  margin-right: 40px;
  width: 100px;
}
.product-info-column-row > div {
  display: flex;
  justify-content: space-between;
  min-width: 40%;
}
.product-info-column.column-pack .product-info-column-row small {
  display: inline-block;
}
.product-info-column.column-pack .product-info-column-row small:nth-child(1) {
  width: 17px;
}
.product-info-column.column-pack .product-info-column-row span {
  margin: 0 20px;
}
.product-info-column-title {
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #989ca0;
}
.product-info-column-row {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-info-column-row:last-child {
  margin-bottom: 0;
}
.product-info-column-row span {
  color: #989ca0;
}
.product-info-view {
  margin-bottom: 60px;
}
.product-info-note {
  max-width: 787px;
}
.product-abs {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  text-align: center;
  line-height: 1;
}
.product-abs div:first-child {
  width: 165px;
  height: 10px;
  background: url("../img/main/products-info/width.svg") center no-repeat;
  background-size: contain;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.product-abs div small {
  color: #989ca0;
}
.product-abs-w {
  top: calc(100% + 20px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.product-abs-w div:first-child {
  margin-bottom: 10px;
}
.product-abs-h {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  right: -100px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.product-pic {
  height: 390px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-pic img {
  max-height: 100%;
}
.product-pic-nav {
  opacity: 0;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  position: absolute;
  left: 50%;
  bottom: calc(100% + 20px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-pic-nav .slick-prev,
.product-pic-nav .slick-next {
  position: static;
  -webkit-transform: none;
          transform: none;
}
.product-pic-nav .slick-dots {
  position: static;
  -webkit-transform: none;
          transform: none;
}
.product-pic-nav .slick-arrow {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center;
}
.product-pic-nav .slick-arrow:before {
  display: none;
}
.product-pic-nav .slick-prev {
  background-image: url("../img/main/products-info/arrow-left.svg");
}
.product-pic-nav .slick-next {
  background-image: url("../img/main/products-info/arrow-right.svg");
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.product-pic-nav .slick-dots {
  margin: 0 40px;
}
.product-pic-slider {
  max-width: 1440px;
  width: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 400px;
}
.product-pic-slide {
  position: relative;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.product-pic-slide.slick-center {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.product-pic-slide.slick-center .product-pic-nav {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.product-pic-slide.slick-center .product-abs {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.product-pic-slide.slick-center .product-abs div:first-child {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.product-pic-slide.slick-center .product-name {
  opacity: 0;
  visibility: hidden;
}
.product-pic-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px 35px;
}
.product-name {
  position: absolute;
  left: 50%;
  top: calc(100% + 20px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 35px;
  font-size: 30px;
  line-height: 42px;
  text-align: center;
  color: #989ca0;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
@media (max-width: 1200px) {
  .product-pic-slider {
    top: 390px;
  }
  .product-info-column.column-pack .product-info-column-row div:first-child {
    margin-right: 0;
  }
  .product-info-column.column-pack .product-info-column-row span {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .product-pic {
    height: 240px;
  }
  .section_product-info .inner {
    margin: 0 auto 500px;
  }
  .product-info-column {
    width: calc(33.33% - 15px);
    padding: 30px;
    font-size: 13px;
  }
  .product-info-column.column-basic .product-info-column-row div:first-child {
    width: 65px;
    margin-right: 10px;
  }
  .product-info-column.column-pack .product-info-column-row div:first-child {
    width: 50%;
  }
  .product-info-column.column-pack .product-info-column-row small:nth-child(1) {
    width: 15px;
  }
  .product-info-column.column-pack .product-info-column-row span {
    margin: 0 2px;
  }
  .section_product-info {
    padding: 175px 0 200px;
  }
}
@media (max-width: 767px) {
  .section_product-info {
    padding: 100px 0 150px;
  }
  .product-pic-slider {
    top: 300px;
    max-width: 75%;
    margin: 0 auto;
  }
  .product-pic-box {
    padding: 16px 65px;
  }
  .section_product-info .slick-prev {
    right: 100%;
  }
  .section_product-info .slick-next {
    left: 100%;
  }
  .product-abs-h {
    right: -30px;
  }
  .product-info-fact {
    margin: 0 auto 30px;
    text-align: center;
    max-width: 400px;
  }
  .product-info-period {
    margin-right: 20px;
  }
  .product-info-period span {
    margin-right: 5px;
  }
  .product-info-view {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product-info-column {
    width: 100%;
    max-width: 320px;
    margin: 0 auto 40px;
    font-size: 15px;
  }
  .product-info-column:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 580px) {
  .product-pic {
    max-width: 70%;
    height: 150px;
    margin: 0 auto;
  }
  .product-pic-box {
    padding: 0;
  }
  .product-abs-h {
    right: -65px;
  }
  .section_product-info .inner {
    margin: 0 auto 350px;
    min-height: 200px;
  }
  .product-pic-slider {
    top: 390px;
  }
  .product-info-period {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
