@charset "UTF-8";
.cat-back {
  display: block;
}
@media screen and (min-width: 1024px) {
  .cat-back {
    display: none;
  }
}
.cat-back .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  font-size: 14px;
  padding: 10px 0;
}

.round-arrow-product.slick-slider .slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  left: -46px;
  display: block;
  width: 44px;
  height: 44px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 10;
}
@media screen and (min-width: 1200px) {
  .round-arrow-product.slick-slider .slick-prev {
    top: -24px;
    left: calc(50% - 22px);
  }
}
.round-arrow-product.slick-slider .slick-prev:before {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 5px;
}
.round-arrow-product.slick-slider .slick-prev.slick-disabled:before, .round-arrow-product.slick-slider .slick-next.slick-disabled:before {
  opacity: 0;
}
.round-arrow-product.slick-slider .slick-prev.slick-disabled:after, .round-arrow-product.slick-slider .slick-next.slick-disabled:after {
  opacity: 0;
}
.round-arrow-product.slick-slider .slick-prev:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: no-repeat 50% 50% url(/templates/kss_template/images/icon/arrow-next.svg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
@media screen and (min-width: 1200px) {
  .round-arrow-product.slick-slider .slick-prev:after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}
.round-arrow-product.slick-slider .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  right: -46px;
  display: block;
  width: 44px;
  height: 44px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 10;
}
@media screen and (min-width: 1200px) {
  .round-arrow-product.slick-slider .slick-next {
    top: calc(100% + 22px);
    right: calc(50% - 22px);
  }
}
.round-arrow-product.slick-slider .slick-next:before {
  position: absolute;
  opacity: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  border-radius: 5px;
}
.round-arrow-product.slick-slider .slick-next:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: no-repeat 50% 50% url(/templates/kss_template/images/icon/arrow-next.svg);
}
@media screen and (min-width: 1200px) {
  .round-arrow-product.slick-slider .slick-next:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

.content-page .product-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: auto;
  margin-bottom: 50px;
}
@media screen and (max-width: 1199px) {
  .content-page .product-wrap {
    margin-bottom: 40px;
  }
}
.content-page .product-wrap .product-photo {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .content-page .product-wrap .product-photo {
    width: 45%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .content-page .product-wrap .product-photo {
    width: 678px;
    height: 600px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.content-page .product-wrap .product-photo .left-short {
  display: none;
}
@media screen and (min-width: 768px) {
  .content-page .product-wrap .product-photo .left-short {
    margin: 0 auto;
    margin-top: 45px;
    width: calc(100% - 88px);
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .content-page .product-wrap .product-photo .left-short {
    width: 78px;
    height: calc(100% - 92px);
  }
}
.content-page .product-wrap .product-photo .left-short .slide-box {
  width: 48px;
  height: 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  border-width: 2px;
  border-style: solid;
  border-radius: 3px;
  cursor: pointer;
  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;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .content-page .product-wrap .product-photo .left-short .slide-box {
    width: 58px;
    height: 58px;
  }
}
.content-page .product-wrap .product-photo .left-short .slide-box img {
  max-width: 85%;
  max-height: 85%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  vertical-align: middle;
}
.content-page .product-wrap .product-photo .left-short .slide-box.video:after {
  background-color: rgba(204, 214, 228, 0.6);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.content-page .product-wrap .product-photo .left-short .slide-box.video:before {
  content: "";
  width: 32px;
  height: 32px;
  position: absolute;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path fill="%23fff" d="M4.699 1.334c-.866 0-.866 3.333-.866 6.666s0 6.667.866 6.667c1.218 0 10.801-5 10.801-6.667S5.917 1.334 4.7 1.334"></path></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(7, 7, 7, 0.48);
  border-radius: 50%;
  z-index: 1;
}
.content-page .product-wrap .product-photo .left-short .slick-current .slide-box {
  border-width: 2px;
  border-style: solid;
}
.content-page .product-wrap .product-photo .right-short {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1200px) {
  .content-page .product-wrap .product-photo .right-short {
    width: 600px;
  }
}
.content-page .product-wrap .product-photo .right-short .slide-box {
  width: 100%;
  height: auto;
  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;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .content-page .product-wrap .product-photo .right-short .slide-box {
    width: 600px;
    height: 600px;
  }
}
.content-page .product-wrap .product-photo .right-short .slide-box img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}
.content-page .product-wrap .product-info {
  width: 100%;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .content-page .product-wrap .product-info {
    margin-top: 0;
    width: 55%;
    padding-left: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .content-page .product-wrap .product-info {
    width: calc(100% - 678px);
    padding-left: 40px;
  }
}
@media screen and (min-width: 1245px) {
  .content-page .product-wrap .product-info {
    width: calc(100% - 678px);
    padding-left: 60px;
  }
}
.content-page .product-wrap .product-info .price-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content-page .product-wrap .product-info .price-block .price .price-line {
  margin-bottom: 10px;
}
.content-page .product-wrap .product-info .price-block .price .price-nosale {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 36px;
  line-height: 44px;
  color: #06035E;
}
.content-page .product-wrap .product-info .price-block .price .price-new {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 36px;
  line-height: 44px;
  color: #06035E;
  margin-right: 5px;
}
.content-page .product-wrap .product-info .price-block .price .price-old {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 30px;
  line-height: 44px;
  color: #999999;
  text-decoration: line-through;
}
.content-page .product-wrap .product-info .price-block .action {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  margin-left: 10px;
  height: 24px;
  padding: 3px 10px;
  font-size: 14px;
  border-radius: 3px;
}
.content-page .product-wrap .product-info .tax {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #1F1F1F;
  margin-bottom: 10px;
}
.content-page .product-wrap .product-info .stock-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.content-page .product-wrap .product-info .stock-block > div:not(:last-child) {
  margin-right: 10px;
}
.content-page .product-wrap .product-info .stock-block .status {
  font-size: 14px;
  margin-right: 10px;
}
.content-page .product-wrap .product-info .stock-block .in-basket {
  font-size: 14px;
}
.content-page .product-wrap .product-info .stock {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 30px;
}
.content-page .product-wrap .product-info .property-block {
  padding-bottom: 15px;
}
.content-page .product-wrap .product-info .property-block .property-title {
  font-size: 14px;
  display: block;
  padding-bottom: 10px;
}
.content-page .product-wrap .product-info .property-block .property-title .value {
  font-size: 16px;
}
.content-page .product-wrap .product-info .property-block select {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  width: 100%;
  max-width: 500px;
  padding: 10px;
  border: 1px solid #999999;
  background: white;
  border-radius: 5px;
  font-size: 16px;
  line-height: 19px;
  color: #494949;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("/templates/kss_template/images/icon/select-arrow.svg");
  background-position: right 10px center;
  background-size: 19px 19px;
  background-repeat: no-repeat;
}
.content-page .product-wrap .product-info .property-block select:focus {
  border-color: #F38149;
}
.content-page .product-wrap .product-info .property-block select option:disabled {
  background: #EFEFEF;
}
.content-page .product-wrap .product-info .property-block .property-table {
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}
.content-page .product-wrap .product-info .property-block .property-table .property-item-size {
  /*min-width: 40px;
  height: 30px;*/
  padding: 5px 10px;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.content-page .product-wrap .product-info .property-block .property-table .property-item-color {
  min-width: 32px;
  height: 32px;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  padding: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  overflow: hidden;
}
.content-page .product-wrap .product-info .property-block .property-table .property-item-color > div {
  padding: 5px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content-page .product-wrap .product-info .property-block .property-table .property-item-set {
  min-width: 52px;
  height: 52px;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  overflow: hidden;
}
.content-page .product-wrap .product-info .property-block .property-table .property-item-set img {
  width: 50px;
  height: 50px;
}
.content-page .product-wrap .product-info .property-block .property-dopinfo {
  padding: 20px 0 0 0;
}
.content-page .product-wrap .product-info .property-block .property-dopinfo .size-table {
  font-size: 14px;
  cursor: pointer;
}
.content-page .product-wrap .product-info .dop-info {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #494949;
  margin-bottom: 40px;
  max-width: 500px;
}
.content-page .product-wrap .product-info .basket-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 500px;
}
.content-page .product-wrap .product-info .basket-block .product-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 180px;
  padding: 1px;
  border-radius: 5px;
  margin-top: 10px;
}
.content-page .product-wrap .product-info .basket-block .product-quantity .quantity_btn {
  width: 60px;
  height: 48px;
  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;
  cursor: pointer;
}
.content-page .product-wrap .product-info .basket-block .product-quantity .quantity_btn.quantity-minus {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.content-page .product-wrap .product-info .basket-block .product-quantity .quantity_btn.quantity-plus {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.content-page .product-wrap .product-info .basket-block .product-quantity .quantity_btn svg {
  fill: #494949;
  width: 20px;
  height: 20px;
}
.content-page .product-wrap .product-info .basket-block .product-quantity .quantity_btn:hover svg {
  fill: #F38149;
}
@media screen and (max-width: 425px) {
  .content-page .product-wrap .product-info .basket-block .product-quantity .quantity_btn {
    width: 50px;
  }
}
.content-page .product-wrap .product-info .basket-block .product-quantity .quantity-kt {
  border: none;
  width: calc(100% - 120px);
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 425px) {
  .content-page .product-wrap .product-info .basket-block .product-quantity .quantity-kt {
    width: calc(100% - 50px);
  }
}
@media screen and (max-width: 425px) {
  .content-page .product-wrap .product-info .basket-block .product-quantity {
    width: 150px;
  }
}
.content-page .product-wrap .product-info .basket-block .product-quantity {
  margin-top: 0px;
}
.content-page .product-wrap .product-info .basket-block .product-buy {
  cursor: pointer;
  width: 240px;
}
.content-page .product-wrap .product-info .basket-block .product-buy .buy-button {
  background: #00EEFF;
  border-radius: 5px;
  width: auto;
  height: 50px;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}
.content-page .product-wrap .product-info .basket-block .product-buy .buy-button:hover {
  background: #F38149;
}
@media screen and (max-width: 375px) {
  .content-page .product-wrap .product-info .basket-block .product-buy {
    width: 140px;
  }
}
@media (min-width: 376px) and (max-width: 900px) {
  .content-page .product-wrap .product-info .basket-block .product-buy {
    width: 180px;
  }
}
@media (min-width: 520px) and (max-width: 768px) {
  .content-page .product-wrap .product-info .basket-block {
    gap: 30px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.content-page .product-wrap .product-info .specifications-mini-block {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #494949;
  max-width: 500px;
}
.content-page .product-wrap .product-info .specifications-mini-block .specifications-mini-title {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  padding-bottom: 10px;
}
.content-page .product-wrap .product-info .specifications-mini-block .specifications-item {
  padding-bottom: 5px;
}
.content-page .product-wrap .product-info .specifications-mini-block .specifications-item svg {
  margin-right: 5px;
}
.content-page .product-wrap .product-info .info-o-dostavke {
  font-size: 14px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.content-page .product-wrap .product-info .info-o-dostavke .city-string {
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content-page .product-wrap .product-info .info-o-dostavke .city-string .value {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  margin-left: 5px;
}
.content-page .product-wrap .product-info .info-o-dostavke .city-string svg {
  height: 18px;
  width: 18px;
  margin-right: 5px;
}
.content-page .product-wrap .product-info .info-o-dostavke .delivery-tip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content-page .product-wrap .product-info .info-o-dostavke .delivery-tip .value {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  margin-left: 5px;
}
.content-page .product-wrap .product-info .info-o-dostavke .delivery-tip svg {
  height: 16px;
  width: 16px;
  margin-right: 5px;
}
.content-page .all-this-color {
  padding: 15px 0;
  margin-bottom: 30px;
}
.content-page .all-this-color .title {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 15px;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  .content-page .all-this-color .title {
    font-size: 21px;
    line-height: 27px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .content-page .all-this-color .title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 25px;
  }
}
.content-page .all-this-color .content {
  margin-right: -10px;
}
.content-page .all-this-color .slide-box {
  padding: 0 3px;
}
@media only screen and (min-width: 768px) {
  .content-page .all-this-color .slide-box {
    padding: 0 8px;
  }
}
.content-page .all-this-color .product-box {
  position: relative;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.content-page .all-this-color .product-box .favorit {
  width: 28px;
  height: 28px;
  border-radius: 3px;
  position: absolute;
  top: 12px;
  right: 12px;
  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;
  cursor: pointer;
}
.content-page .all-this-color .product-box a {
  text-decoration: none;
}
.content-page .all-this-color .product-box a .product-img {
  overflow: hidden;
  padding: 50%;
  position: relative;
}
.content-page .all-this-color .product-box a .product-img img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  .content-page .all-this-color .product-box a .product-img img {
    width: auto;
    max-width: 100%;
  }
}
.content-page .all-this-color .product-box a .product-img .action {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 24px;
  padding: 3px 10px;
  font-size: 14px;
  border-radius: 3px;
}
.content-page .all-this-color .product-box a .name {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  margin: 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 40px;
  padding: 0 10px;
}
@media only screen and (min-width: 768px) {
  .content-page .all-this-color .product-box a .name {
    padding: 0 15px;
  }
}
.content-page .all-this-color .product-box a .name .name-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}
.content-page .all-this-color .product-box a .in-basket {
  font-size: 12px;
  padding: 0 10px;
}
@media only screen and (min-width: 560px) {
  .content-page .all-this-color .product-box a .in-basket {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .content-page .all-this-color .product-box a .in-basket {
    padding: 0 15px;
  }
}
.content-page .all-this-color .product-box a .price {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
}
@media only screen and (min-width: 768px) {
  .content-page .all-this-color .product-box a .price {
    padding: 0 15px;
  }
}
.content-page .all-this-color .product-box a .price .price-nosale {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
}
.content-page .all-this-color .product-box a .price .price-new {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  margin-right: 5px;
}
.content-page .all-this-color .product-box a .price .price-old {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  text-decoration: line-through;
}
.content-page .all-this-color .product-box .put-in-basket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.content-page .all-this-color .product-box .put-in-basket .product-buy {
  cursor: pointer;
  width: 100%;
  max-width: 120px;
  margin-top: 10px;
}
.content-page .all-this-color .product-box .put-in-basket .product-buy .buy-button {
  border-radius: 5px;
  width: auto;
  height: 44px;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.content-page .all-this-color .product-box .put-in-basket .product-buy .buy-button .icon {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.content-page .all-this-color .product-box .put-in-basket .product-buy .buy-button .text {
  font-size: 14px;
}
.content-page .full-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.content-page .full-info .full-info-title {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  padding-bottom: 20px;
}
.content-page .full-info .full-info-description {
  width: 678px;
}
.content-page .full-info .full-info-description p {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}
@media screen and (min-width: 1024px) {
  .content-page .full-info .full-info-description p {
    font-size: 16px;
  }
}
.content-page .full-info .full-info-description table {
  margin-top: 20px;
  border: none;
}
.content-page .full-info .full-info-description table tr:first-child > * {
  background-color: #F0F0F0;
}
.content-page .full-info .full-info-description table tr > td:first-child {
  text-align: left !important;
}
.content-page .full-info .full-info-description table td {
  padding: 5px 5px;
  font-size: 12px;
  border: 1px solid #B9B9B9;
}
@media screen and (max-width: 585px) {
  .content-page .full-info .full-info-description table {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    height: auto !important;
    scrollbar-color: #4352A8 #f0f0f0; /* «цвет ползунка» «цвет полосы скроллбара» */
    scrollbar-width: thin; /* толщина */
  }
}
@media screen and (max-width: 1199px) {
  .content-page .full-info .full-info-description {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .content-page .full-info .full-info-specifications {
    width: calc(100% - 700px);
    padding-left: 60px;
  }
}
.content-page .full-info .full-info-specifications .specifications-block .specification-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
      align-items: baseline;
  position: relative;
}
.content-page .full-info .full-info-specifications .specifications-block .specification-row .label {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  .content-page .full-info .full-info-specifications .specifications-block .specification-row .label {
    font-size: 16px;
  }
}
.content-page .full-info .full-info-specifications .specifications-block .specification-row .dots {
  height: 1px;
  margin: 0 8px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
      flex-grow: 1;
  background: -webkit-gradient(linear, left top, right top, color-stop(33%, #dcdcdc), color-stop(0, transparent)) repeat-x bottom;
  background: linear-gradient(90deg, #dcdcdc 33%, transparent 0) repeat-x bottom;
  background-size: 3px 1px;
}
.content-page .full-info .full-info-specifications .specifications-block .specification-row .value {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  max-width: 50%;
  text-align: right;
}
@media screen and (min-width: 1024px) {
  .content-page .full-info .full-info-specifications .specifications-block .specification-row .value {
    font-size: 16px;
    width: 30%;
    text-align: left;
  }
}
@media screen and (max-width: 1199px) {
  .content-page .full-info .full-info-specifications {
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .content-page .full-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}/*# sourceMappingURL=mm-catalog-object.css.map */