@charset "UTF-8";
/* ----- Панель с иконками в хедере ----- */
.user-controls {
  width: 100%;
  max-width: 265px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}

.user-controls a {
  text-align: center;
  position: relative;
  outline: none;
}

.user-controls a:hover {
  text-decoration: none;
  color: #2dc964;
}

.user-controls__img {
  height: 22px;
  margin-bottom: 6px;
}

.user-controls__img img {
  height: 100%;
  margin: 0 auto;
}

.user-controls__txt {
  font-size: 12px;
}

.user-controls-number {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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;
  min-width: 16px;
  height: 16px;
  padding: 4px;
  position: absolute;
  top: -12px;
  right: 0;
  font-size: 11px;
  font-weight: 500;
  color: #fff;
  border-radius: 30px;
  background: #2dc964;
}

.lk-window {
  position: relative;
  cursor: pointer;
}

.lk-window__hidden {
  min-height: 130px;
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 3;
  padding: 20px 30px 25px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.13);
          box-shadow: 0 0 24px rgba(0, 0, 0, 0.13);
  background-color: #fff;
  text-align: left;
  color: #000;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.lk-window__hidden::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: -5px;
  left: 17px;
  background: #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.lk-window__hidden .h2 {
  margin-bottom: 13px;
}

.lk-window__hidden li:not(:last-child) {
  margin-bottom: 12px;
}

.lk-window__hidden a {
  text-align: left;
}

.lk-window:hover .lk-window__hidden {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 1321px) {
  
}

@media screen and (max-width: 1199px) {
  .user-controls > * {
    min-width: 50px;
    margin-left: 20px;
  }
  .header__middle .user-controls > noindex {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .lk-window__hidden {
    left: auto;
    right: 0;
    top: 58px;
  }
  .lk-window__hidden::before {
    left: auto;
    right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .user-controls {
    font-size: 0;
  }
  .user-controls > * {
    min-width: auto;
  }
  .user-controls__img {
    height: 26px;
  }
  .lk-window__hidden {
    top: 48px;
    right: -13px;
    font-size: 14px;
  }
}

@media screen and (max-width: 575px) {
  .user-controls {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .lk-window__hidden {
    top: 42px;
  }
}

@media screen and (max-width: 400px) {
  .user-controls__img {
    height: 22px;
  }
  .lk-window__hidden {
    top: 40px;
    right: -15px;
  }
}

/* ----- top cart ----- */
.top-cart {
  position: relative;
}

.top-cart .user-controls-number {
  top: -7px;
}

.top-cart .user-controls__img {
  height: 27px;
}

.top-cart__hidden {
  width: 532px;
  position: absolute;
  top: 60px;
  right: 0;
  z-index: 3;
  padding: 20px 10px 25px 0;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.13);
          box-shadow: 0 0 24px rgba(0, 0, 0, 0.13);
  background-color: #fff;
  font-size: 14px;
  text-align: left;
  color: #000;
  display: none;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.top-cart__hidden::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: -5px;
  right: 17px;
  background: #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.top-cart__hidden::after {
  content: '';
  width: 100%;
  height: 30px;
  position: absolute;
  top: -10px;
  left: 0;
}

.top-cart__hidden .h2 {
  padding: 0 30px;
}

.top-cart__hidden a {
  text-align: left;
}

.top-cart__hidden .cart-item-delete {
  position: absolute;
}

.top-cart__hidden .scroll-screen {
  max-height: 624px;
}

.top-cart__hidden .simplebar-track.simplebar-vertical {
  right: -2px;
}

.top-cart__hidden .item {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 0;
  padding-left: 170px;
  padding-right: 30px;
  border-top: none;
}

.top-cart__hidden .item__img {
  height: 125px;
  position: absolute;
  left: 20px;
  top: 15px;
}

.top-cart__hidden .item__group {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.top-cart__hidden .item__title {
  height: auto;
}

.top-cart__hidden .item__group, .top-cart__hidden .item__sidebar {
  margin-left: 0;
}

.top-cart__hidden .item__footer {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  margin-left: 20px;
}

.top-cart__hidden .item__sidebar .ui-quantity {
  margin-right: 0;
}

.top-cart__footer {
  padding: 20px 30px 0;
}

.top-cart__footer .sub-text {
  font-size: 12px;
}

.top-cart__footer .h2 {
  margin-bottom: 0;
  padding: 0;
}

.top-cart__footer .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 276px;
  height: 54px;
  margin-left: auto;
}

.top-cart:hover .top-cart__hidden {
  display: block;
}

.top-cart > a {
	display: block;
}

@media screen and (max-width: 1199px) {
  .top-cart .top-cart__hidden {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .top-cart .user-controls__img {
    height: 30px;
  }
  .top-cart .user-controls-number {
    right: -10px;
  }
  .top-cart a {
    font-size: 0;
  }
}

@media screen and (max-width: 400px) {
  .top-cart .user-controls__img {
    height: 24px;
  }
}
