.utch {
	padding-left: 20px;
    font-size: 15px;
    color: black;
    font-weight: bold;
    color: #1890dd;
    margin: 10px 0;
}
.item-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px; }
  @media only screen and (max-width: 767px) {
    .item-info {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .item-info__slider {
    width: -webkit-calc(41.5% - 30px);
    width: calc(41.5% - 30px);
    margin-right: 30px; }
    @media only screen and (max-width: 991px) {
      .item-info__slider {
        width: -webkit-calc(30% - 20px);
        width: calc(30% - 20px);
        margin-right: 20px; } }
    @media only screen and (max-width: 767px) {
      .item-info__slider {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-right: 0; } }
  .item-info__info-block {
    width: 58.4%; }
    @media only screen and (max-width: 991px) {
      .item-info__info-block {
        width: 70%; } }
    @media only screen and (max-width: 767px) {
      .item-info__info-block {
        width: 100%;
        margin-top: 20px; } }

.slider-item__main-container {
  width: 100%;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .slider-item__main-container {
      width: 60%; } }
  @media only screen and (max-width: 479px) {
    .slider-item__main-container {
      width: 70%; } }

.slider-item__main-shape {
  padding-top: 114.8%; }

.slider-item__main-ul {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.slider-item__main-li {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.slider-item__main-img-empty {
  width: 65%; }

.slider-item__main-img {
  max-width: 100%; }
  @supports ((-o-object-fit: contain) or (object-fit: contain)) {
    .slider-item__main-img {
      -o-object-fit: contain;
      object-fit: contain; } }

@media only screen and (max-width: 767px) {
  .slider-item__preview-wrap {
    width: -webkit-calc(40% + 20px);
    width: calc(40% + 20px); } }

.slider-item__preview-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -14px; }
  @media only screen and (max-width: 991px) {
    .slider-item__preview-container {
      margin: 0 -10px; } }
  @media only screen and (max-width: 767px) {
    .slider-item__preview-container {
      width: 100%; } }
  @media only screen and (max-width: 479px) {
    .slider-item__preview-container {
      display: none; } }

.slider-item__preview-foto {
  position: relative;
  box-sizing: border-box;
  border: 1px solid #f0f1f3;
  width: -webkit-calc(25% - 28px);
  width: calc(25% - 28px);
  margin: 20px 14px 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 0.65; }
  @media only screen and (max-width: 991px) {
    .slider-item__preview-foto {
      width: -webkit-calc(50% - 20px);
      width: calc(50% - 20px);
      margin: 15px 10px 0; } }
  @media only screen and (max-width: 767px) {
    .slider-item__preview-foto {
      width: -webkit-calc(50% - 20px);
      width: calc(50% - 20px);
      margin: 0 10px 15px; } }
  .slider-item__preview-foto.current {
    border-color: #cccdcf !important;
    opacity: 1; }

.slider-item__preview-shape {
  padding-top: 100%; }

.slider-item__preview-pic {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.slider-item__preview-img {
  max-width: 100%;
  max-height: 95%; }
  @supports ((-o-object-fit: contain) or (object-fit: contain)) {
    .slider-item__preview-img {
      -o-object-fit: contain;
      object-fit: contain;
      height: 95%;
      width: 100%; } }

.mark-icons {
  position: absolute;
  top: 0;
  right: 0; }
  .mark-icons__item {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f0f1f3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: background .3s ease;
    transition: background .3s ease; }
    .mark-icons__item + .mark-icons__item {
      margin: 10px 0 0 0; }
    .mark-icons__item:hover {
      background: #1890dd; }
      .mark-icons__item:hover .icon-mark {
        fill: #ffffff;
        stroke: #ffffff; }
      .mark-icons__item:hover .mark-icons__item-desc {
        opacity: 1;
        pointer-events: auto; }
  .mark-icons__item-desc {
    position: absolute;
    top: 50%;
    right: -webkit-calc(100% + 9px);
    right: calc(100% + 9px);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #ffffff;
    background: #434851;
    border-radius: 5px;
    padding: 2px 4px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    font: 300 14px/100% "Roboto", Sans-Serif; }
    .mark-icons__item-desc::after {
      content: '';
      position: absolute;
      top: 50%;
      left: -webkit-calc(100% - 1px);
      left: calc(100% - 1px);
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      border: 5px solid transparent;
      border-left: 5px solid #434851; }

.icon-mark {
  width: 24px;
  max-width: 24px;
  min-width: 26px;
  height: 26px;
  enable-background: new 0 0 24 26;
  fill: #1890DD;
  stroke: #1890DD;
  -webkit-transition: fill .3s ease, stroke .3s ease;
  transition: fill .3s ease, stroke .3s ease; }

.item-info__panel {
  height: 74px;
  border-radius: 2px;
  background-color: #f0f1f3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px; }
  @media only screen and (max-width: 767px) {
    .item-info__panel {
      padding: 0 10px;
      height: 60px; } }
  @media only screen and (max-width: 479px) {
    .item-info__panel {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      height: auto; } }

.item-info__desc {
  padding-left: 20px; }
  @media only screen and (max-width: 767px) {
    .item-info__desc {
      padding-left: 10px; } }

.panel-order-item__price {
  font: bold 22px "Roboto", Sans-Serif;
  color: #000000;
  margin: 0; }
  @media only screen and (max-width: 767px) {
    .panel-order-item__price {
      font-size: 18px; } }
  @media only screen and (max-width: 479px) {
    .panel-order-item__price {
      width: 100%;
      margin-top: 15px; } }

.panel-order-item__count-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  @media only screen and (max-width: 479px) {
    .panel-order-item__count-container {
      margin: 15px 0; } }

.panel-order-item__count {
  font: normal 18px "Roboto", Sans-Serif;
  color: #2d2d2d;
  margin: 0 10px; }
  @media only screen and (max-width: 767px) {
    .panel-order-item__count {
      font-size: 16px; } }

.panel-order-item__count-button {
  width: 30px;
  height: 30px;
  border-radius: 2px;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
  cursor: pointer;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .panel-order-item__count-button {
      width: 24px;
      height: 24px; } }
  .panel-order-item__count-button:active {
    top: 1px; }

.panel-order-item__count-minus {
  background: #fff url(/local/static/build/img/panel-order-item-minus.svg) no-repeat center;
  border: 2px solid #7A7A7A; }
  .panel-order-item__count-minus:hover {
    background: #7A7A7A url(/local/static/build/img/panel-order-item-minus-white.svg) no-repeat center; }

.panel-order-item__count-plus {
  background: #fff url(/local/static/build/img/panel-order-item-plus.svg) no-repeat center;
  border: 2px solid #1890DD; }
  .panel-order-item__count-plus:hover {
    background: #1890DD url(/local/static/build/img/panel-order-item-plus-white.svg) no-repeat center; }

.panel-order-item__basket-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (max-width: 479px) {
    .panel-order-item__basket-container {
      margin: 15px 0; } }

.panel-order-item__basket {
  width: 34px;
  height: 34px;
  margin-right: 20px; }
  @media only screen and (max-width: 767px) {
    .panel-order-item__basket {
      width: 28px;
      height: 28px; } }
  .panel-order-item__basket .droplet__img {
    background-image: url(/local/static/build/img/basket-icon.svg);
    background-size: 65%; }
  .panel-order-item__basket.added {
    background: #0670bb url(/local/static/build/img/basket-icon.svg) no-repeat center !important; }
  @media only screen and (max-width: 767px) {
    .panel-order-item__basket {
      width: 28px;
      height: 28px;
      margin-right: 10px; } }

.panel-order-item__buy {
  width: 126px;
  height: 34px; }
  @media only screen and (max-width: 767px) {
    .panel-order-item__buy {
      height: 28px; } }

.desc-item-info__title {
  font: 500 16px "Roboto", Sans-Serif;
  color: #000000;
  margin-top: 20px;
  margin-bottom: 20px; }
  @media only screen and (max-width: 767px) {
    .desc-item-info__title {
      font-size: 14px; } }

.desc-item-info__pair {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (max-width: 479px) {
    .desc-item-info__pair {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.desc-item-info__block {
  width: 236px;
  padding-right: 20px;
  box-sizing: border-box; }
  @media only screen and (max-width: 767px) {
    .desc-item-info__block {
      padding-right: 15px; } }
  @media only screen and (max-width: 479px) {
    .desc-item-info__block {
      width: 100%; } }

.desc-item-info__key {
  font: normal 14px "Roboto", Sans-Serif;
  color: #4a4a4a;
  margin-bottom: 3px; }
  @media only screen and (max-width: 767px) {
    .desc-item-info__key {
      font-size: 12px; } }

.desc-item-info__value {
  font: 500 14px "Roboto", Sans-Serif;
  color: #000000;
  margin-bottom: 10px; }
  @media only screen and (max-width: 767px) {
    .desc-item-info__value {
      font-size: 12px; } }

.panel-order-item__price {
	margin: 0 10px 0 0;
}
.panel-order-item__sum-price {
	margin: 0 0 0 10px;
}
.panel-order-item__price-old, .panel-order-item__sum-price-old {
	font-size: 16px;
    font-weight: bold;
    color: #333;
}
.panel-order-item__price-current, .panel-order-item__sum-price-current {
	font-size: 13px;
    color: #777;
    text-decoration: line-through;
}
.panel-order-item__price-number {
	color: #a1a1a1;
    padding-top: 5px;
	font: 12px/14px "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.panel-order-item__price-difference {
	font-size: 12px;
    color: #888888;
}
.panel-order-item__price-difference span {
	color: #333333;
    display: inline-block;
    background: #ffd02e;
    padding: 3px 8px 2px;
    line-height: 16px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 2px 0 0px 0px;
}
