@charset "UTF-8";
/* -------------------------------------
	Карточка товара
	Первый экран, описание, характеристики
	------------------------------------- */
.card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.card-badge {
  width: 131px;
  height: 34px;
  padding: 7px 5px 7px 25px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  background: url("../img/bg-badge.png") no-repeat;
}

.card-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 44%;
  overflow: hidden;
}

.card-slider__img {
  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;
}

.card-slider-main__img a {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.card-slider-main__img img {
  width: 100%;
  margin-top: 0 !important;
}

.card-slider-nav {
  width: 50px;
  margin-right: 70px;
}

.card-slider-nav__img {
  width: 50px;
  max-width: 50px;
  height: 50px;
  margin: 8px 0;
  border: 1px solid transparent;
}

.card-slider-nav__img img {
  width: 100%;
}

.card-slider-nav .slick-list {
  width: -webkit-calc(100% + 2px);
  width: calc(100% + 2px);
  padding: 0 !important;
}

.card-slider-nav .slick-current .card-slider__img {
  border-color: #2dc964;
}

.card-slider-nav .slick-arrow {
  position: relative;
  left: 8px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  opacity: 0.6;
}

.card-slider-nav .slick-prev {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.card-slider-nav .slick-next {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.card-slider-main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 100%;
}

.card-slider-main__img {
  max-width: 426px;
  height: 380px;
}

.card-info {
  width: 20%;
  margin-left: 50px;
  padding-top: 39px;
}

.card-info__header {
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e7e7e7;
}

.card-info__header .label-best {
  margin-bottom: 15px;
}

.card-info__code {
  color: #898989;
}

.card-info__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.card-info__list li {
  position: relative;
  padding-left: 15px;
}

.card-info__list li:not(:last-child) {
  margin-bottom: 6px;
}

.card-info__list li::before {
  content: '';
  display: block;
  width: 3px;
  height: 3px;
  position: absolute;
  left: 0;
  top: .5em;
  z-index: 0;
  background: #898989;
}

.card-info .card-links {
  margin-top: 14px;
}

.card-sidebar {
  width: 355px;
  margin-left: auto;
}

.card-sidebar__top {
  padding: 25px 40px 20px;
  background: #fff;
  -webkit-box-shadow: 0 0 68px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 68px rgba(0, 0, 0, 0.08);
}

.card-sidebar__header {
  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;
}

.card-sidebar__header .h2 {
  margin-bottom: 0;
}

.card-sidebar__header .share-link {
  margin-left: auto;
}

.card-sidebar__subtitle {
  margin-top: 3px;
}

.card-sidebar__subtitle .card-item-price {
  margin-right: 7px;
}

.card-sidebar .share-link {
  opacity: 0.2;
}

.card-sidebar .share-link:hover {
  opacity: 0.4;
}

.card-sidebar__bottom {
  padding: 20px 40px 25px;
  background: #f7f8fa;
}

.card-sidebar .btn {
  width: 100%;
  height: 54px;
  margin-top: 16px;
}

.card-sidebar .user-controls {
  margin-top: 20px;
  color: #898989;
}

.card-sidebar .user-controls a {
  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;
}

.card-sidebar .user-controls a:not(:last-child) {
  margin-right: 25px;
}

.card-sidebar .user-controls__img {
  margin: 0 12px 0 0;
  opacity: 0.2;
}

.card-item-price {
  display: inline-block;
  font: 900 20px "Futura New", sans-serif;
}

.card-quantity {
  /*display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;*/
  margin-top: 17px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  text-align: left;
}

.card-quantity .ui-quantity {
  width: 120px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 120px;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  height: 54px;
  margin-right: 19px;
}

.card-availability{
    /*display: flex;*/
}
    .card-availability div:nth-child(2n){
        margin-right: 10px;
    }
.card-quantity .color-select + .card-availability {
  margin-top: 10px;
}

.card-delivery {
  color: #898989;
  line-height: 1.3;
}

.card-delivery li {
  position: relative;
  padding-left: 40px;
}

.card-delivery li:not(:last-child) {
  margin-bottom: 15px;
}

.card-delivery li img {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.2;
}

.card-delivery li p {
  margin-top: 10px;
}

.card-descr, .card-data {
  max-width: 900px;
}

.card-descr p {
  line-height: 1.7;
}

.card-data__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: -50px;
}

.card-data__list {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 50px;
}

.card-data li {
  min-width: 375px;
}

.card-data li:not(:last-child) {
  margin-bottom: 10px;
}

.card-data li span:first-child {
  margin-right: 50px;
  color: #898989;
}

.card-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100px;
  background: #fff;
  -webkit-box-shadow: 0 0 68px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 68px rgba(0, 0, 0, 0.08);
  will-change: transform;
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.card-fixed .item {
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  border: none;
  background: none;
}

.card-fixed .item__img {
  width: 75px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75px;
      -ms-flex: 0 0 75px;
          flex: 0 0 75px;
  height: 75px;
}

.card-fixed .item__group {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 440px;
      -ms-flex: 0 0 440px;
          flex: 0 0 440px;
  width: 440px;
}

.card-fixed .item__data {
  margin-bottom: 5px;
}

.card-fixed .item__title {
  height: auto;
  margin-bottom: 0;
}

.card-fixed .item__footer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  margin-left: auto;
}

.card-fixed .item__price {
  font-size: 28px;
  font-weight: 700;
}

.card-fixed .item__sidebar {
  margin-left: 40px;
}

.card-fixed .ui-quantity {
  height: 54px;
  margin-right: 16px;
}

.card-fixed .btn {
  width: 222px;
  height: 54px;
}

.card-fixed--reveal {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 1199px) {
  .card-fixed {
    display: none !important;
  }
  .card {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .card-page__title .card-badge {
    margin-top: 15px;
  }
  .card-slider {
    width: 100%;
  }
  .card-slider-main {
    margin-bottom: 50px;
  }
  .card-slider-main .slick-dots li:not(.slick-active) button {
    background: #c4c4c4;
  }
  .card-slider-main__img {
    max-width: 100%;
  }
  .card-info {
    width: auto;
    margin-left: 0;
    padding-top: 0;
  }
  .card-sidebar__bottom {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 991px) {
  .card-info {
    max-width: 300px;
  }
  .card-data__row, .card-data__list {
    margin-bottom: 0;
  }
  .card-data__list {
    width: 100%;
    margin-right: 0;
  }
  .card-data__list li {
    min-width: 1px;
  }
  .card-data__list + .card-data__list {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .card-info {
    width: 100%;
    max-width: 100%;
  }
  .card-sidebar {
    width: 100%;
    max-width: 500px;
    margin: 50px auto 0;
  }
}

@media screen and (max-width: 575px) {
  .card-slider-main__img {
    height: 250px;
  }
  .card-slider-main__img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media screen and (max-width: 400px) {
  .card-sidebar__top, .card-sidebar__bottom {
    padding: 20px 15px;
  }
}

.card-blocks-order {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card-blocks-order > * {
  /*-webkit-box-ordinal-group: 3;*/
  /*-webkit-order: 2;*/
  /*    -ms-flex-order: 2;*/
  /*        order: 2;*/
}

.card-blocks-order .card {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
}

.card-blocks-order .card-blocks-order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

@media screen and (max-width: 1199px) {
  .card-blocks-order {
    display: block;
  }
}
