.popup {
  background: rgba(90, 87, 87, .5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 1000;
  transition: opacity .2s;
  opacity: 0;
}

@media screen and (min-width: 64.06em) {
  .popup ::-webkit-scrollbar {
    width: 9px;
    height: 9px;
  }

  .popup ::-webkit-scrollbar-thumb {
    background: linear-gradient(90deg, #5a5757 11.1%, transparent 10%);
    width: 9px;
    height: 9px;
    border-radius: 10px;
  }
}

@media screen and (max-width: 64em) {
  .popup ::-webkit-scrollbar {
    width: 9px;
    height: 9px;
  }

  .popup ::-webkit-scrollbar-thumb {
    background: linear-gradient(90deg, #5a5757 11.1%, transparent 10%);
    width: 9px;
    height: 9px;
    border-radius: 10px;
  }
}

.popup.hide.show-slow,
.popup.hide.show-fast {
  opacity: 0;
}

.popup.right .main-container,
.popup.left .main-container {
  width: 50%;
  height: 100%;
  bottom: auto;
  top: auto;
}

.popup.right .main-container {
  right: -100%;
  left: auto;
}

.popup.left .main-container {
  right: auto;
  left: -100%;
}

.popup.top .main-container,
.popup.bottom .main-container {
  width: 100%;
  height: 50%;
  left: auto;
  right: auto;
}

.popup.top .main-container .data-container,
.popup.bottom .main-container .data-container {
  display: block;
}

.popup.top .main-container {
  top: -100%;
  bottom: auto;
}

.popup.bottom .main-container {
  top: auto;
  bottom: -100%;
}

.popup.video-popup .main-container .close {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIwLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwIiBoZWlnaHQ9IjEwIiB2aWV3Qm94PSIwIDAgMTAgMTAiIGZpbGw9Im5vbmUiPgoJPHBhdGggZD0iTTkuODk5NSAxLjQxNDIxTDguNDg1MjggMy4zNzE3NWUtMDdMNC45NDk3NSAzLjUzNTUzTDEuNDE0MjEgMEwwIDEuNDE0MjFMMy41MzU1MyA0Ljk0OTc1TDAgOC40ODUyOEwxLjQxNDIxIDkuODk5NUw0Ljk0OTc1IDYuMzYzOTZMOC40ODUyOCA5Ljg5OTVMOS44OTk1IDguNDg1MjhMNi4zNjM5NiA0Ljk0OTc1TDkuODk5NSAxLjQxNDIxWiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==) 50% 50% no-repeat;
}

.popup.ios_map_popup .main-container .close,
.popup.map_popup .main-container .close {
  top: 58px;
  right: 17px;
}

@media screen and (max-width: 670px) {
  .popup.ios_map_popup .main-container .close {
    top: 17px;
  }
}

.popup.fixed-header .main-container {
  overflow: hidden;
}

.popup.fixed-header .scroll-container {
  overflow-y: auto;
  overflow-x: hidden;
}

.popup .main-container {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  box-shadow: 0px 10px 20px rgba(50, 50, 50, .1);
  max-height: 100%;
  overflow: hidden;
  padding: 0;
}

.popup .main-container .close {
  top: 25px;
  width: 20px;
  height: 20px;
  right: 19px;
  background-size: 10px 10px;
  background-color: transparent;
  display: inline-block;
  position: absolute;
  content: '';
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIwLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwIiBoZWlnaHQ9IjEwIiB2aWV3Qm94PSIwIDAgMTAgMTAiIGZpbGw9Im5vbmUiPgoJPHBhdGggZD0iTTEwIDEuNDI4NTdMOC41NzE0MyAzLjQwNTk4ZS0wN0w1IDMuNTcxNDNMMS40Mjg1NyAwTDAgMS40Mjg1N0wzLjU3MTQzIDVMMCA4LjU3MTQzTDEuNDI4NTcgMTBMNSA2LjQyODU3TDguNTcxNDMgMTBMMTAgOC41NzE0M0w2LjQyODU3IDVMMTAgMS40Mjg1N1oiIGZpbGw9IiM1QTU3NTciLz4KPC9zdmc+) 50% 50% no-repeat;
  cursor: pointer;
  z-index: 11;
}

.popup .main-container .data-container {
  display: block;
  max-width: 100vw;
  height: 100%;
}

.popup.show-slow,
.popup.show-fast {
  opacity: 1;
}

.popup.show-slow.right .main-container,
.popup.show-fast.right .main-container {
  right: 0;
}

.popup.show-slow.left .main-container,
.popup.show-fast.left .main-container {
  left: 0;
}

.popup.show-slow.top .main-container,
.popup.show-fast.top .main-container {
  top: 0;
}

.popup.show-slow.bottom .main-container,
.popup.show-fast.bottom .main-container {
  bottom: 0;
}

.popup.show-fast {
  transition: none;
}

.popup.show-fast.right .main-container,
.popup.show-fast.left .main-container,
.popup.show-fast.top .main-container,
.popup.show-fast.bottom .main-container {
  transition: none;
}

.sign-bonus .main-container {
  height: 500px;
  width: 800px;
}

@media screen and (max-width: 768px) {
  .sign-bonus .main-container {
    height: 433px;
    width: 720px;
  }
}

@media screen and (max-width: 500px) {
  .sign-bonus .main-container {
    width: 100%;
    height: 100%;
  }
}

.notification {
  display: none;
  position: fixed;
  top: 50px;
  padding: 15px 20px;
  box-sizing: border-box;
  left: 0;
  width: 100%;
  background-color: #038c00;
  color: #ffffff;
  z-index: 10;
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 20px;
  transition: opacity .2s;
  opacity: 0;
}

.notification.success {
  background-color: #038c00;
}

.notification.error {
  background-color: #ff0012;
  display: block;
  opacity: 1;
  z-index: 99999;
}

.notification.show-slow,
.notification.show-fast {
  opacity: 1;
}

.notification.show-slow.hide,
.notification.show-fast.hide {
  opacity: 0;
}

.notification.show-fast {
  transition: none;
}

@media screen and (max-width: 1024px) {
  .notification {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .popup .main-container {
    overflow: auto;
  }

  .popup.mobile-center .main-container {
    transition: none;
  }
}

@media screen and (max-width: 40em) {
  .popup.right .main-container,
  .popup.left .main-container {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .popup .main-container .close {
    top: 14px;
  }
}

.popup-bonus {
  border-radius: 3px;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  padding: 8px;
  width: 800px;
}

@media screen and (max-width: 64em) {
  .popup-bonus {
    height: 433px;
    max-width: 720px;
    width: calc(100vw - 48px);
  }
}

@media screen and (max-width: 40em) {
  .popup-bonus {
    -ms-flex-direction: column;
        flex-direction: column;
    height: 100%;
    padding: 42px 16px 16px;
    width: 100vw;
  }
}

.popup-bonus__image {
  background: #fbf8f8 url(/assets/webpack/images/card.png) 0 50% no-repeat;
  width: 50%;
}

@media screen and (max-width: 64em) {
  .popup-bonus__image {
    background: #fbf8f8 url(/assets/webpack/images/card-t.png) 0 50% no-repeat;
    background-size: auto 277px;
    width: 48.013%;
  }
}

@media screen and (max-width: 40em) {
  .popup-bonus__image {
    background: #fbf8f8 url(/assets/webpack/images/card-m.png) 50% 100% no-repeat;
    background-size: auto 151px;
    height: 244px;
    margin: 0 0 24px;
    width: 100%;
  }
}

.popup-bonus__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0 40px 0 48px;
  width: 50%;
}

@media screen and (max-width: 64em) {
  .popup-bonus__content {
    padding: 0 32px 0 40px;
    width: 51.989%;
  }
}

@media screen and (max-width: 40em) {
  .popup-bonus__content {
    -ms-flex: 1;
        flex: 1;
    -ms-flex-pack: start;
        justify-content: flex-start;
    padding: 0;
    width: 100%;
  }
}

.popup-bonus__content h6 {
  font-weight: 400;
  margin: 0 0 8px;
}

@media screen and (max-width: 40em) {
  .popup-bonus__content .btn {
    margin-top: auto;
  }
}

.popup-bonus__title {
  font-size: 28px;
  font-weight: 300;
  line-height: 36px;
  margin: 0 0 8px;
}

@media screen and (max-width: 40em) {
  .popup-bonus__title {
    font-size: 24px;
    line-height: 31px;
  }
}

.popup-bonus__text {
  color: #898686;
  font-size: 14px;
  line-height: 21px;
  margin: 0 0 32px;
}

.popup.sign-bonus .main-container {
  border-radius: 3px;
}

.popup.small-close-button .main-container .close {
  box-sizing: content-box;
  display: block;
  height: 69px;
  padding: 0 24px;
  right: 0;
  top: 0;
  width: 10px;
}

@media screen and (max-width: 40em) {
  .popup.small-close-button .main-container .close {
    padding: 0 16px;
    height: 50px;
  }
}.cart-product {
  padding: 24px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  position: relative;
  width: 100%;
  transform-origin: top;
  transition: all .3s;
}

.cart-product.removed {
  height: 0;
  opacity: 0;
  padding: 0;
}

.cart-product .buttons-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.cart-product .color {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-left: 16px;
}

.cart-product .color.only-size {
  margin-left: 0;
  min-width: 72px;
}

.cart-product .color.only-size span:last-child {
  text-transform: uppercase;
}

.cart-product .color__title {
  color: #898686;
  font-size: 14px;
  line-height: 18px;
  margin-right: 8px;
  font-weight: 400;
}

.cart-product .color__value {
  font-size: 14px;
  line-height: 18px;
  color: #333333;
  margin: 0;
}

.cart-product.favorite .cart-popup-favorite {
  display: block;
}

.cart-product.remove .cart-popup-remove {
  display: block;
}

.cart-product.active {
  position: relative;
}

.cart-product.active .img-wrap,
.cart-product.active .product-description {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="20" /></filter></svg>#filter');
  filter: blur(20px);
}

.cart-product.active .cart-popup {
  display: -ms-flexbox;
  display: flex;
}

.cart-product-btn {
  font-size: 14px;
  line-height: 18px;
  color: #898686;
  padding-left: 16px;
  position: relative;
  cursor: pointer;
}

.cart-product-btn p {
  display: inline;
  position: relative;
}

.cart-product-btn p::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #898686;
  position: absolute;
  bottom: 0;
  left: 0;
}

.cart-product-btn:not(:last-child) {
  margin-right: 33px;
}

.cart-product-btn:first-child {
  width: auto;
  height: auto;
}

.cart-product-btn:first-child::after {
  content: '';
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNiAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTggMTRMNi45ODUgMTMuMDY0OEMzLjM4IDkuNzU2NCAxIDcuNTc0MzkgMSA0Ljg5NjQ2QzEgMi43MTQ0NCAyLjY5NCAxIDQuODUgMUM2LjA2OCAxIDcuMjM3IDEuNTczODQgOCAyLjQ4MDY1QzguNzYzIDEuNTczODQgOS45MzIgMSAxMS4xNSAxQzEzLjMwNiAxIDE1IDIuNzE0NDQgMTUgNC44OTY0NkMxNSA3LjU3NDM5IDEyLjYyIDkuNzU2NCA5LjAxNSAxMy4wNzE5TDggMTRaIiBzdHJva2U9IiMzMzMzMzMiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz4KPC9zdmc+Cg==);
  background-size: contain;
  background-position: center center;
  width: 10px;
  height: 9px;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 4px;
  background-size: contain;
}

.cart-product-btn:first-child::before {
  content: '';
  display: block;
  height: 10px;
  width: 1px;
  background-color: #e5e5e5;
  position: absolute;
  right: -16px;
  top: 4px;
}

.cart-product-btn.remove-cart-item {
  transition: opacity .3s;
  text-decoration: none;
}

.cart-product-btn.remove-cart-item:hover {
  opacity: .5;
}

.cart-product-btn.remove-cart-item:after,
.cart-product-btn.remove-cart-item:before {
  content: '';
  display: block;
  width: 10px;
  height: 2px;
  background-color: #898686;
  position: absolute;
  left: 0;
  top: 8px;
}

.cart-product-btn.remove-cart-item:after {
  transform: rotate(45deg);
}

.cart-product-btn.remove-cart-item:before {
  transform: rotate(-45deg);
}

.cart-product__btn {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 24px;
  right: 0;
}

.cart-product__btn .similar-product {
  display: none;
}

.cart-product.no-available .cart-product__btn .similar-product {
  display: block;
}

.cart-product.no-available .add-to-bag {
  display: none;
}

.cart-product.no-available .img-wrap {
  position: relative;
}

.cart-product.no-available .img-wrap a::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.cart-product.no-available .img-wrap .not-available {
  z-index: 1;
  width: 100%;
  display: block;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #333333;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.cart-product.no-available .img-wrap img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
  filter: grayscale(100%);
  opacity: .2;
}

.cart-product:not(:last-child) {
  border-bottom: 1px solid #efeded;
}

.cart-product .product-description {
  -ms-flex: 1;
      flex: 1;
  padding-bottom: 25px;
}

@media screen and (max-width: 40em) {
  .cart-product .product-description {
    padding-bottom: 0;
  }
}

.cart-product .img-wrap {
  width: 80px;
  margin-right: 24px;
}

.cart-product .img-wrap .not-available {
  display: none;
}

.cart-product .img-wrap img {
  width: 80px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.cart-product .wr-title-price {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 12px;
}

.cart-product .wr-title-price .price span {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
}

.cart-product .wr-title-price .price span.old {
  color: #898686;
  text-decoration: line-through;
  margin-right: 8px;
}

.cart-product .wr-title-price .price span.old::before {
  display: none;
}

.cart-product .wr-title-price .price span.old + .new {
  color: #f94942;
}

.cart-product .wr-title-price .price span.new {
  color: #333333;
}

.cart-product .wr-title-price .title {
  -ms-flex: 1;
      flex: 1;
}

.cart-product .wr-title-price .title span {
  color: #333333;
  display: block;
}

.cart-product .wr-title-price .title span.name {
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 12px;
}

.cart-product .wr-title-price .title span.head {
  font-size: 14px;
  line-height: 18px;
  max-width: 264px;
}

.cart-product .select-product-size {
  height: auto;
  margin-bottom: 0;
  min-width: 105px;
  line-height: 20px;
}

.cart-product .select-product-size .select-part {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.cart-product .select-product-size .select-part .enhanced-product-size {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
}

.cart-product .select-product-size .select-part .enhanced-product-size:not(.color__value) {
  cursor: pointer;
}

.cart-product .select-product-size .select-part .enhanced-product-size:after {
  content: '';
  display: block;
  border: 3px solid transparent;
  border-top: 5px solid #898686;
  margin-left: 8px;
}

.cart-product .select-product-size .select-part .enhanced-product-size.active:after {
  transform: rotate(180deg);
  margin-bottom: 7px;
}

.cart-product .select-product-size .select-part .enhanced-product-size.color__value:after {
  display: none;
}

.cart-product .select-product-size .select-part .select-product-size {
  position: absolute;
  top: 100%;
  left: -30px;
  background: #fbf8f8;
  padding: 12px 0;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, .2);
  border-radius: 3px;
  border: 1px solid #efeded;
  z-index: 10;
  min-width: 80px;
  margin-top: 8px;
  white-space: nowrap;
  max-height: 210px;
  overflow-y: auto;
}

.cart-product .select-product-size .select-part .select-product-size::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}

.cart-product .select-product-size .select-part .select-product-size::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  border-radius: 5px;
}

.cart-product .select-product-size .select-part .select-product-size::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #333333;
}

.cart-product .select-product-size .select-part .select-product-size .select-product-size__item {
  position: relative;
  padding: 3px 30px;
  cursor: pointer;
}

.cart-product .select-product-size .select-part .select-product-size .select-product-size__item:hover {
  background-color: #fbf8f8;
  color: #898686;
}

.cart-product .select-product-size .select-part .select-product-size .select-product-size__item.disabled {
  color: #898686;
  background-color: #fbf8f8;
  text-decoration: line-through;
  cursor: default;
}

.cart-product .select-product-size .single {
  font-size: 14px;
  line-height: 18px;
  padding-left: 54px;
  color: #333333;
}

.cart-product .select-product-size:not(:last-child) {
  margin-right: 16px;
}

.cart-product .select-product-size::after {
  color: #898686;
  font-size: 14px;
  line-height: 18px;
  top: 1px;
  left: 0;
}

.cart-product .select-product-size .select2 {
  width: auto !important;
}

.cart-product .select-product-size .select2-container {
  z-index: 5;
}

.cart-product .select-product-size .select2 .select2-selection {
  background-color: transparent;
  border: none;
  outline: none;
}

.cart-product .select-product-size .select2 .select2-selection .select2-selection__rendered {
  font-size: 14px;
  line-height: 18px;
  padding-right: 15px;
  padding-left: 54px;
  color: #333333;
}

.cart-product .select-product-size .select2 .select2-selection .select2-selection__arrow {
  width: auto;
  background: none;
  border: 3px solid transparent;
  border-top: 5px solid #898686;
  top: 5px;
  right: 1px;
  height: 0px;
}

.cart-product .select-product-size .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
  transform: none;
  border: 3px solid transparent;
  border-bottom: 5px solid #898686;
  top: 2px;
}

.cart-product .select-product-color .single {
  padding-left: 39px;
}

.cart-product .select-product-color .select2.select2-container--disabled .select2-selection__arrow {
  display: none;
}

.cart-product .select-product-color .select2.select2-container--disabled .select2-selection .select2-selection__rendered {
  padding-left: 0px;
}

.cart-product .select-product-color .select2 .select2-selection {
  background-color: transparent;
}

.cart-product .select-product-color .select2 .select2-selection .select2-selection__rendered {
  padding-left: 39px;
}

.cart-product__wrap {
  padding-bottom: 19px;
  margin-bottom: 32px;
  background-color: #ffffff;
}

.select2-container--default .select2-results ::-webkit-scrollbar {
  width: 2px;
}

.select2-container--default .select2-results ::-webkit-scrollbar-thumb {
  background: #5a5757;
  width: 1px;
  border-radius: 10px;
}

.select2-container--default .select2-results > .select2-results__options {
  background: #fbf8f8;
  padding: 12px 0;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, .2);
  border-radius: 3px;
}

.select2-container--default .select2-results__option {
  padding: 4px 32px;
  text-align: left;
  font-size: 14px;
  line-height: 18px;
  color: #333333;
  white-space: nowrap;
}

.select2-container--default .select2-results__option[aria-selected~=true] {
  color: inherit !important;
  text-decoration: none !important;
  background-color: inherit !important;
}

.select2-container--default .select2-results__option:hover {
  background-color: #fbf8f8;
  color: #898686;
}

.select2-container--open .select2-dropdown--below,
.select2-container--open .select2-dropdown--above {
  border: 1px solid #efeded;
  border-radius: 3px;
  position: relative;
  top: 8px;
}

.select2-container--open .select2-dropdown--below:not(.checkout-select),
.select2-container--open .select2-dropdown--above:not(.checkout-select) {
  left: 18px !important;
  width: auto !important;
}

.select2-container--open .select2-dropdown--above {
  top: -8px;
}

.select2-container--open .select2-dropdown--above :not(.checkout-select) {
  width: auto !important;
}

.select2-container--open :not(.checkout-select) .select2-dropdown--below {
  width: auto !important;
  border: 1px solid #efeded;
  border-radius: 3px;
  position: relative;
  top: 8px;
  left: 18px !important;
}

.cart-popup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  z-index: 7;
  text-align: center;
  display: none;
}

.cart-popup__button-wrap {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.cart-popup-favorite,
.cart-popup-remove {
  position: relative;
  z-index: 15;
  display: block;
}

.cart-popup__btn {
  background-color: transparent;
  border: none;
  outline: none;
  text-decoration: underline;
  color: #898686;
  font-size: 14px;
  line-height: 16px;
  margin: 0;
  cursor: pointer;
  font-family: "PT Sans", sans-serif;
}

.cart-popup__title {
  font-size: 14px;
  line-height: 18px;
  color: #333333;
  margin-bottom: 8px;
  padding-bottom: 0;
  text-align: center;
}

.cart-popup .favorite {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNiAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTggMTRMNi45ODUgMTMuMDY0OEMzLjM4IDkuNzU2NCAxIDcuNTc0MzkgMSA0Ljg5NjQ2QzEgMi43MTQ0NCAyLjY5NCAxIDQuODUgMUM2LjA2OCAxIDcuMjM3IDEuNTczODQgOCAyLjQ4MDY1QzguNzYzIDEuNTczODQgOS45MzIgMSAxMS4xNSAxQzEzLjMwNiAxIDE1IDIuNzE0NDQgMTUgNC44OTY0NkMxNSA3LjU3NDM5IDEyLjYyIDkuNzU2NCA5LjAxNSAxMy4wNzE5TDggMTRaIiBzdHJva2U9IiMzMzMzMzMiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz4KPC9zdmc+Cg==) 50% 50% no-repeat;
  width: 9px;
  height: 8px;
  margin: 0 auto;
  margin-bottom: 8px;
  background-size: contain;
}

.cart-popup .close {
  width: 8px;
  height: 8px;
  position: relative;
  margin: 0 auto;
  margin-bottom: 8px;
}

.cart-popup .close span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #333333;
  position: absolute;
  top: 4px;
  left: 0;
}

.cart-popup .close span:first-child {
  transform: rotate(45deg);
}

.cart-popup .close span:last-child {
  transform: rotate(-45deg);
}

@media screen and (max-width: 64em) {
  .cart-product .buttons-wrapper {
    max-height: 18px;
  }

  .cart-product .wr-title-price .title span.name {
    line-height: 9px;
  }

  .cart-product .wr-title-price .title span.head {
    max-width: 208px;
  }

  .cart-product__wrap {
    margin-bottom: 16px;
  }

  .favorite-list .cart-product .title span.head {
    max-width: 324px;
  }
}

@media screen and (max-width: 40em) {
  .cart-product {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .cart-product.no-available .img-wrap .not-available {
    font-size: 10px;
    line-height: 13px;
  }

  .cart-product .buttons-wrapper {
    max-height: none;
  }

  .cart-product-list {
    padding-top: 8px;
  }

  .cart-product-btn:first-child {
    text-transform: capitalize;
  }

  .cart-product-btn:first-child span {
    display: none;
  }

  .cart-product__btn {
    position: static;
    margin-top: 16px;
  }

  .cart-product .wr-title-price {
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .cart-product .wr-title-price .price {
    display: -ms-flexbox;
    display: flex;
  }

  .cart-product .wr-title-price .title {
    margin-bottom: 12px;
  }

  .cart-product .wr-title-price .title span.head {
    max-width: none;
  }

  .cart-product .wr-title-price .title span.name {
    line-height: 10px;
  }

  .cart-product .img-wrap {
    width: 60px;
    margin-right: 16px;
  }

  .cart-product .img-wrap img {
    width: 60px;
    height: 90px;
  }

  .cart-product .buttons-wrapper {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
  }

  .cart-product .select-product-size:not(:last-child) {
    margin-right: 0;
    margin-bottom: 12px;
  }
}

.summary-table-cart #promo-code-form .promocode-error {
  color: #f94942;
  white-space: nowrap;
  margin-top: 4px;
}

.summary-table-cart .btn-icon-tooltip {
  display: inline-block;
  padding: 6px;
  position: absolute;
  cursor: pointer;
  top: 50%;
  right: -40px;
  transform: translateY(-50%);
  line-height: 1px;
  font-size: 0;
  z-index: 10;
}

.summary-table-cart .btn-icon-tooltip--promo {
  right: -29px;
}

.summary-table-cart .btn-icon-tooltip--promo .tooltip-message-text {
  max-width: 288px;
  transform: translateX(calc(50% + 20px));
}

.summary-table-cart .btn-icon-tooltip--promo .tooltip-message-text:before,
.summary-table-cart .btn-icon-tooltip--promo .tooltip-message-text:after {
  left: calc(50% - 41px);
  right: auto;
}

.summary-table-cart .btn-icon-tooltip .btn-icon-question,
.summary-table-cart .btn-icon-tooltip .btn-icon-alarm {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNSAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iNy41IiBjeT0iNy41IiByPSI3IiBzdHJva2U9IiMxM0NBNjEiLz4KPGNpcmNsZSBvcGFjaXR5PSIwLjEiIGN4PSI3LjUiIGN5PSI3LjUiIHI9IjYiIGZpbGw9IiMxM0NBNjEiIHN0cm9rZT0iIzEzQ0E2MSIvPgo8bWFzayBpZD0icGF0aC0zLWluc2lkZS0xIiBmaWxsPSJ3aGl0ZSI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTEuMTIxMyA1LjkzOTY4TDEwLjQxNDIgNS4yMzI1N0w2Ljg3ODY4IDguNzY4MTFMNS40NjQ0NyA3LjM1Mzg5TDQuNzU3MzYgOC4wNjFMNi4xNzE1NyA5LjQ3NTIxTDYuODc4NjggMTAuMTgyM0w3LjU4NTc5IDkuNDc1MjFMMTEuMTIxMyA1LjkzOTY4WiIvPgo8L21hc2s+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTEuMTIxMyA1LjkzOTY4TDEwLjQxNDIgNS4yMzI1N0w2Ljg3ODY4IDguNzY4MTFMNS40NjQ0NyA3LjM1Mzg5TDQuNzU3MzYgOC4wNjFMNi4xNzE1NyA5LjQ3NTIxTDYuODc4NjggMTAuMTgyM0w3LjU4NTc5IDkuNDc1MjFMMTEuMTIxMyA1LjkzOTY4WiIgZmlsbD0iIzEzQ0E2MSIvPgo8cGF0aCBkPSJNMTAuNDE0MiA1LjIzMjU3TDExLjEyMTMgNC41MjU0N0wxMC40MTQyIDMuODE4MzZMOS43MDcxMSA0LjUyNTQ3TDEwLjQxNDIgNS4yMzI1N1pNMTEuMTIxMyA1LjkzOTY4TDExLjgyODQgNi42NDY3OUwxMi41MzU1IDUuOTM5NjhMMTEuODI4NCA1LjIzMjU3TDExLjEyMTMgNS45Mzk2OFpNNi44Nzg2OCA4Ljc2ODExTDYuMTcxNTcgOS40NzUyMUw2Ljg3ODY4IDEwLjE4MjNMNy41ODU3OSA5LjQ3NTIxTDYuODc4NjggOC43NjgxMVpNNS40NjQ0NyA3LjM1Mzg5TDYuMTcxNTcgNi42NDY3OUw1LjQ2NDQ3IDUuOTM5NjhMNC43NTczNiA2LjY0Njc5TDUuNDY0NDcgNy4zNTM4OVpNNC43NTczNiA4LjA2MUw0LjA1MDI1IDcuMzUzODlMMy4zNDMxNSA4LjA2MUw0LjA1MDI1IDguNzY4MTFMNC43NTczNiA4LjA2MVpNNi44Nzg2OCAxMC4xODIzTDYuMTcxNTcgMTAuODg5NEw2Ljg3ODY4IDExLjU5NjVMNy41ODU3OSAxMC44ODk0TDYuODc4NjggMTAuMTgyM1pNOS43MDcxMSA1LjkzOTY4TDEwLjQxNDIgNi42NDY3OUwxMS44Mjg0IDUuMjMyNTdMMTEuMTIxMyA0LjUyNTQ3TDkuNzA3MTEgNS45Mzk2OFpNNy41ODU3OSA5LjQ3NTIxTDExLjEyMTMgNS45Mzk2OEw5LjcwNzExIDQuNTI1NDdMNi4xNzE1NyA4LjA2MUw3LjU4NTc5IDkuNDc1MjFaTTQuNzU3MzYgOC4wNjFMNi4xNzE1NyA5LjQ3NTIxTDcuNTg1NzkgOC4wNjFMNi4xNzE1NyA2LjY0Njc5TDQuNzU3MzYgOC4wNjFaTTUuNDY0NDcgOC43NjgxMUw2LjE3MTU3IDguMDYxTDQuNzU3MzYgNi42NDY3OUw0LjA1MDI1IDcuMzUzODlMNS40NjQ0NyA4Ljc2ODExWk02Ljg3ODY4IDguNzY4MTFMNS40NjQ0NyA3LjM1Mzg5TDQuMDUwMjUgOC43NjgxMUw1LjQ2NDQ3IDEwLjE4MjNMNi44Nzg2OCA4Ljc2ODExWk03LjU4NTc5IDkuNDc1MjFMNi44Nzg2OCA4Ljc2ODExTDUuNDY0NDcgMTAuMTgyM0w2LjE3MTU3IDEwLjg4OTRMNy41ODU3OSA5LjQ3NTIxWk02Ljg3ODY4IDguNzY4MTFMNi4xNzE1NyA5LjQ3NTIxTDcuNTg1NzkgMTAuODg5NEw4LjI5Mjg5IDEwLjE4MjNMNi44Nzg2OCA4Ljc2ODExWk0xMC40MTQyIDUuMjMyNTdMNi44Nzg2OCA4Ljc2ODExTDguMjkyODkgMTAuMTgyM0wxMS44Mjg0IDYuNjQ2NzlMMTAuNDE0MiA1LjIzMjU3WiIgZmlsbD0iIzEzQ0E2MSIgbWFzaz0idXJsKCNwYXRoLTMtaW5zaWRlLTEpIi8+Cjwvc3ZnPgo=) no-repeat;
  background-size: cover;
  vertical-align: top;
}

.summary-table-cart .btn-icon-tooltip .btn-icon-alarm {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNSAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iNy41IiBjeT0iNy41IiByPSI3IiBzdHJva2U9IiNGOTQ5NDIiLz4KPGNpcmNsZSBvcGFjaXR5PSIwLjEiIGN4PSI3LjUiIGN5PSI3LjUiIHI9IjYuNSIgZmlsbD0iI0Y5NDk0MiIvPgo8cmVjdCB4PSI3IiB5PSIzIiB3aWR0aD0iMSIgaGVpZ2h0PSI2IiBmaWxsPSIjRjk0OTQyIi8+CjxyZWN0IHg9IjciIHk9IjExIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSIjRjk0OTQyIi8+Cjwvc3ZnPgo=);
}

.summary-table-cart .btn-icon-tooltip.tooltip-format-delivery-total {
  right: -6px;
  display: none;
}

.summary-table-cart .btn-icon-tooltip:hover .tooltip-message-text {
  display: block;
  max-width: 288px;
  transform: translateX(calc(50% + 20px));
  background-color: #fbf8f8;
  border: 1px solid #efeded;
  border-radius: 3px;
  bottom: calc(100% + 12px);
  box-shadow: 0 10px 20px rgba(50, 50, 50, .1);
  cursor: default;
  padding: 24px 32px;
  position: absolute;
  right: 0;
  -webkit-transform: translateX(calc(50% - 12px));
  width: 299px;
  z-index: 100;
}

.summary-table-cart .btn-icon-tooltip:hover .tooltip-message-text:before,
.summary-table-cart .btn-icon-tooltip:hover .tooltip-message-text:after {
  z-index: 100;
  content: "";
  position: absolute;
  left: calc(50% - 11px);
  right: auto;
}

.summary-table-cart .btn-icon-tooltip:hover .tooltip-message-text:before {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 12px solid #ededed;
  bottom: -12px;
}

.summary-table-cart .btn-icon-tooltip:hover .tooltip-message-text:after {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #fbf8f8;
  bottom: -10px;
}

.summary-table-cart .btn-icon-tooltip:hover .tooltip-message-text p {
  color: #333;
  font-size: 14px;
  line-height: 18px;
  margin: 0;
}

.summary-table-cart .btn-icon-tooltip.tooltip-promocode-btn .tooltip-message-text {
  right: -270px;
}

.summary-table-cart .btn-icon-tooltip.tooltip-promocode-btn .tooltip-message-text:after {
  right: 276px;
}

.summary-table-cart .btn-icon-tooltip.tooltip-promocode-btn .tooltip-message-text:before {
  right: 275px;
}

@media only screen and (max-width: 1100px) {
  .summary-table-cart .btn-icon-tooltip.tooltip-promocode-btn .tooltip-message-text.long-message {
    width: 400px;
    max-width: 400px;
    right: -50%;
    transform: translateX(50%);
    padding-right: 15px;
  }

  .summary-table-cart .btn-icon-tooltip.tooltip-promocode-btn .tooltip-message-text.long-message:after {
    right: calc(50% + 23px);
  }

  .summary-table-cart .btn-icon-tooltip.tooltip-promocode-btn .tooltip-message-text.long-message:before {
    right: calc(50% + 22px);
  }
}

.summary-table-cart.promocode-success .promocode-success-container {
  display: block;
}

.summary-table-cart.promocode-success .promocode-success-container .right {
  color: green;
  padding-left: 25px;
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMy40OSA5Ljc1Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6bm9uZTtzdHJva2U6IzAwODAwMDtzdHJva2UtbWl0ZXJsaW1pdDoxMDtzdHJva2Utd2lkdGg6MnB4O308L3N0eWxlPjwvZGVmcz48dGl0bGU+Q2hlY2s8L3RpdGxlPjxwb2x5bGluZSBjbGFzcz0iY2xzLTEiIHBvaW50cz0iMC43MSAzLjg5IDUuMTUgOC4zNCAxMi43OCAwLjcxIi8+PC9zdmc+) no-repeat left center;
}

.summary-table-cart .promocode-success-container {
  display: none;
}

.summary-table-cart.promocode-input .promocode span {
  margin: 0 0 8px;
}

@media screen and (max-width: 40em) {
  .summary-table-cart.promocode-input .promocode span {
    margin: 0 0 16px;
  }
}

.summary-table-cart.promocode-input .promocode span:after {
  transform: rotate(180deg);
}

.summary-table-cart.promocode-input .promocode form {
  display: block;
}

.summary-table-cart .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 20px 0;
}

.summary-table-cart.formated-delivery-cart .row.positioned-row {
  position: relative;
}

.summary-table-cart.formated-delivery-cart .row.positioned-row .positioned-with-btn {
  margin-right: 25px;
}

.summary-table-cart.formated-delivery-cart .row.positioned-row .tooltip-format-delivery-total {
  display: inline-block;
}

.summary-table-cart.formated-delivery-cart .row.positioned-row.hide-tooltip-btn .positioned-with-btn {
  margin-right: 0;
}

.summary-table-cart.formated-delivery-cart .row.positioned-row.hide-tooltip-btn .tooltip-format-delivery-total {
  display: none;
}

.summary-table-cart span.right {
  font-family: GothamProMedium, sans-serif;
}

.summary-table-cart .promocode span {
  display: block;
  cursor: pointer;
  line-height: 18px;
  position: relative;
}

.summary-table-cart .promocode span:after {
  border-bottom: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 5px solid #898686;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  right: 0;
  top: calc(50% - 2.5px);
  width: 0;
}

.summary-table-cart .promocode span.active:after {
  transform: rotate(180deg);
}

.summary-table-cart .promocode .tooltip-promocode-btn {
  display: none;
}

.summary-table-cart .promocode.disabled span {
  color: rgba(137, 134, 134, .5);
  display: inline-block;
}

.summary-table-cart .promocode.disabled span:after {
  display: none;
}

.summary-table-cart .promocode.disabled .tooltip-message-block span {
  color: #171717;
}

.summary-table-cart .promocode.disabled.with-actions .tooltip-promocode-btn {
  display: none;
}

.summary-table-cart .promocode.disabled.with-actions .tooltip-message-block {
  display: block;
  width: calc(100% + 60px);
  margin-left: -30px;
  margin-right: -30px;
  margin-top: 12px;
  transform: none;
  top: 0;
  left: 0;
  position: relative;
  padding-left: 28px;
  padding-top: 9px;
  padding-bottom: 13px;
  background-color: rgba(240, 13, 61, .05);
}

.summary-table-cart .promocode.disabled.with-actions .tooltip-message-block span {
  font-family: GothamProRegular, sans-serif;
  display: block;
  max-width: 380px;
  font-size: 13px;
  line-height: 17px;
  text-align: left;
  font-weight: normal;
  text-transform: none;
}

.summary-table-cart .promocode.disabled:not(.with-actions) .tooltip-promocode-btn {
  display: inline-block;
}

.summary-table-cart .promocode.disabled:not(.with-actions) .tooltip-message-block {
  display: none;
}

.summary-table-cart .promocode form {
  display: none;
  position: relative;
  margin-top: 8px;
}

.summary-table-cart .promocode form.active {
  display: block;
}

.summary-table-cart .promocode form .btn {
  height: 36px;
  line-height: 36px;
  max-width: 95px;
  position: absolute;
  right: 2px;
  top: 2px;
}

.summary-table-cart .promocode form input {
  padding-right: 100px;
}

.summary-table-cart .promocode form input::-webkit-input-placeholder {
  line-height: normal !important;
}

.summary-table-cart .promocode form input + p {
  font-size: 12px;
  line-height: 15px;
}

.summary-table-cart .promocode form .form-group {
  margin: 0;
}

.summary-table-cart #shopping-cart-comment {
  font-size: 13px;
  color: #ff0043;
}

@media only screen and (max-width: 1023px) {
  .summary-table-cart .promocode form .form-group,
  .summary-table-cart .promocode form button {
    width: 100%;
    margin-right: 0;
  }

  .summary-table-cart .promocode.disabled.with-actions .tooltip-message-block {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
  }
}

.cart-success .main-container,
.cart-error .main-container {
  height: auto !important;
  box-shadow: 0px 10px 20px rgba(50, 50, 50, .1);
  border: 1px solid #efeded;
}

.cart-success.popup .main-container > .close,
.cart-error.popup .main-container > .close {
  display: none;
  top: 27px;
  right: 10px;
}

.cart-success.popup .cart-popup__close.close,
.cart-error.popup .cart-popup__close.close {
  display: block;
  top: 32px;
  right: 45px;
  left: auto;
  opacity: 1;
}

.popup.cart-success,
.popup.cart-error {
  width: 100vw;
  height: 100vh;
  background-color: transparent;
}

.popup.cart-success .main-container,
.popup.cart-error .main-container {
  top: 40px;
  right: 72px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.popup.right.cart-error .main-container .cart-add-popup {
  padding-top: 30px;
}

.popup.right.cart-error .main-container .cart-add-popup .h1 {
  font-size: 11px;
}

.popup.right.cart-error .main-container .cart-add-popup__top {
  margin-bottom: 0;
}

.popup.right.cart-error .cart-content {
  margin-top: 16px;
}

.popup.right.cart-error .cart-content p {
  font-size: 14px;
  line-height: 18px;
  color: #333333;
}

.popup.right.cart-error .cart-content p:not(:last-child) {
  margin-bottom: 8px;
}

.popup.right.cart-error.empty .main-container .close {
  display: none;
}

.popup.right.cart-error.empty .main-container .cart-add-popup {
  padding: 48px 50px;
}

.popup.right.cart-error.empty .main-container .cart-add-popup .h1 {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.popup.right.cart-error.empty .main-container .cart-add-popup .cart-content p {
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: #898686;
}

@media screen and (max-width: 64em) {
  .popup.cart-success .main-container,
  .popup.cart-error .main-container {
    right: 24px !important;
    top: 51px;
  }
}

@media screen and (max-width: 40em) {
  .popup.cart-success.show-slow.right .main-container,
  .popup.cart-error.show-slow.right .main-container {
    width: 100vw !important;
    right: 0px !important;
    top: 50px;
    box-shadow: 0px 10px 20px rgba(50, 50, 50, .1);
  }
}

.cart-add-popup {
  width: 100%;
  background-color: #fbf8f8;
  padding: 17px 24px 24px 24px;
  border: 1px solid #fbf8f8;
  border-radius: 3px;
}

.cart-add-popup .mobile {
  display: none;
}

.cart-add-popup__title,
.cart-add-popup .h1 {
  font-size: 12px;
  line-height: 15px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #333333;
  text-align: center;
}

.cart-add-popup__top {
  margin-bottom: 27px;
  position: relative;
}

.cart-add-popup__top .cart-count {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  line-height: 15px;
  color: #898686;
}

.cart-add-popup__item {
  padding-bottom: 24px;
  border-bottom: 1px solid #efeded;
  position: relative;
}

.cart-add-popup__item .cart-product-btn {
  position: absolute;
  right: 0;
  top: -3px;
  cursor: pointer;
  width: 11px;
  height: 14px;
  padding: 0;
  margin: 0;
  z-index: 3;
}

.cart-add-popup__item .cart-product {
  padding: 0;
}

.cart-add-popup__item .cart-product-btn.remove-cart-item:after,
.cart-add-popup__item .cart-product-btn.remove-cart-item:before {
  height: 1px;
  width: 7px;
}

.cart-add-popup__item .cart-product .product-description {
  padding-bottom: 0;
}

.cart-add-popup__item .cart-product .img-wrap {
  width: 64px;
}

.cart-add-popup__item .cart-product .img-wrap img {
  width: 64px;
  height: 96px;
}

.cart-add-popup__item .cart-product .price {
  margin-top: 8px;
  display: -ms-flexbox;
  display: flex;
}

.cart-add-popup__item .cart-product .price span {
  font-size: 12px;
  line-height: 15px;
  font-weight: 600;
}

.cart-add-popup__item .cart-product .price span.new {
  color: #333333;
}

.cart-add-popup__item .cart-product .price span.new.new_old {
  color: #f94942;
  margin-right: 8px;
}

.cart-add-popup__item .cart-product .price span.old {
  color: #898686;
  text-decoration: line-through;
}

.cart-add-popup__item .cart-product .price span.old::before {
  display: none;
}

.cart-add-popup__item .cart-product .wr-title-price {
  margin-bottom: 8px;
}

.cart-add-popup__item .cart-product .wr-title-price .title span.name {
  font-size: 10px;
  line-height: 9px;
  margin-bottom: 8px;
}

.cart-add-popup__item .cart-product .wr-title-price .title span.head {
  font-size: 12px;
  line-height: 15px;
}

.cart-add-popup__item .cart-product .color__value_lowercase {
  text-transform: none;
}

.cart-add-popup__item .cart-product .color__title,
.cart-add-popup__item .cart-product .color__value {
  font-size: 12px;
  line-height: 15px;
}

.cart-add-popup__total {
  padding: 24px 0;
  border-bottom: 1px solid #efeded;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.cart-add-popup .cart-popup__sum {
  font-size: 14px;
  line-height: 11px;
  font-weight: 600;
  color: #333333;
}

.cart-add-popup__label {
  font-size: 14px;
  line-height: 11px;
  color: #333333;
}

.cart-add-popup__btn {
  padding-top: 24px;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}

.cart-add-popup__btn .btn {
  max-width: 100%;
  margin-bottom: 16px;
}

.cart-add-popup__link {
  position: relative;
  color: #333333;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
}

.cart-add-popup__link::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #333333;
  bottom: 1px;
}

.cart-add-popup__link:hover {
  color: #333333;
}

.cart-notification {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.cart-notification__icon {
  display: block;
  width: 15px;
  height: 15px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNSAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iNy41IiBjeT0iNy41IiByPSI3IiBzdHJva2U9IiMxM0NBNjEiLz4KPGNpcmNsZSBvcGFjaXR5PSIwLjEiIGN4PSI3LjUiIGN5PSI3LjUiIHI9IjYiIGZpbGw9IiMxM0NBNjEiIHN0cm9rZT0iIzEzQ0E2MSIvPgo8bWFzayBpZD0icGF0aC0zLWluc2lkZS0xIiBmaWxsPSJ3aGl0ZSI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTEuMTIxMyA1LjkzOTY4TDEwLjQxNDIgNS4yMzI1N0w2Ljg3ODY4IDguNzY4MTFMNS40NjQ0NyA3LjM1Mzg5TDQuNzU3MzYgOC4wNjFMNi4xNzE1NyA5LjQ3NTIxTDYuODc4NjggMTAuMTgyM0w3LjU4NTc5IDkuNDc1MjFMMTEuMTIxMyA1LjkzOTY4WiIvPgo8L21hc2s+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTEuMTIxMyA1LjkzOTY4TDEwLjQxNDIgNS4yMzI1N0w2Ljg3ODY4IDguNzY4MTFMNS40NjQ0NyA3LjM1Mzg5TDQuNzU3MzYgOC4wNjFMNi4xNzE1NyA5LjQ3NTIxTDYuODc4NjggMTAuMTgyM0w3LjU4NTc5IDkuNDc1MjFMMTEuMTIxMyA1LjkzOTY4WiIgZmlsbD0iIzEzQ0E2MSIvPgo8cGF0aCBkPSJNMTAuNDE0MiA1LjIzMjU3TDExLjEyMTMgNC41MjU0N0wxMC40MTQyIDMuODE4MzZMOS43MDcxMSA0LjUyNTQ3TDEwLjQxNDIgNS4yMzI1N1pNMTEuMTIxMyA1LjkzOTY4TDExLjgyODQgNi42NDY3OUwxMi41MzU1IDUuOTM5NjhMMTEuODI4NCA1LjIzMjU3TDExLjEyMTMgNS45Mzk2OFpNNi44Nzg2OCA4Ljc2ODExTDYuMTcxNTcgOS40NzUyMUw2Ljg3ODY4IDEwLjE4MjNMNy41ODU3OSA5LjQ3NTIxTDYuODc4NjggOC43NjgxMVpNNS40NjQ0NyA3LjM1Mzg5TDYuMTcxNTcgNi42NDY3OUw1LjQ2NDQ3IDUuOTM5NjhMNC43NTczNiA2LjY0Njc5TDUuNDY0NDcgNy4zNTM4OVpNNC43NTczNiA4LjA2MUw0LjA1MDI1IDcuMzUzODlMMy4zNDMxNSA4LjA2MUw0LjA1MDI1IDguNzY4MTFMNC43NTczNiA4LjA2MVpNNi44Nzg2OCAxMC4xODIzTDYuMTcxNTcgMTAuODg5NEw2Ljg3ODY4IDExLjU5NjVMNy41ODU3OSAxMC44ODk0TDYuODc4NjggMTAuMTgyM1pNOS43MDcxMSA1LjkzOTY4TDEwLjQxNDIgNi42NDY3OUwxMS44Mjg0IDUuMjMyNTdMMTEuMTIxMyA0LjUyNTQ3TDkuNzA3MTEgNS45Mzk2OFpNNy41ODU3OSA5LjQ3NTIxTDExLjEyMTMgNS45Mzk2OEw5LjcwNzExIDQuNTI1NDdMNi4xNzE1NyA4LjA2MUw3LjU4NTc5IDkuNDc1MjFaTTQuNzU3MzYgOC4wNjFMNi4xNzE1NyA5LjQ3NTIxTDcuNTg1NzkgOC4wNjFMNi4xNzE1NyA2LjY0Njc5TDQuNzU3MzYgOC4wNjFaTTUuNDY0NDcgOC43NjgxMUw2LjE3MTU3IDguMDYxTDQuNzU3MzYgNi42NDY3OUw0LjA1MDI1IDcuMzUzODlMNS40NjQ0NyA4Ljc2ODExWk02Ljg3ODY4IDguNzY4MTFMNS40NjQ0NyA3LjM1Mzg5TDQuMDUwMjUgOC43NjgxMUw1LjQ2NDQ3IDEwLjE4MjNMNi44Nzg2OCA4Ljc2ODExWk03LjU4NTc5IDkuNDc1MjFMNi44Nzg2OCA4Ljc2ODExTDUuNDY0NDcgMTAuMTgyM0w2LjE3MTU3IDEwLjg4OTRMNy41ODU3OSA5LjQ3NTIxWk02Ljg3ODY4IDguNzY4MTFMNi4xNzE1NyA5LjQ3NTIxTDcuNTg1NzkgMTAuODg5NEw4LjI5Mjg5IDEwLjE4MjNMNi44Nzg2OCA4Ljc2ODExWk0xMC40MTQyIDUuMjMyNTdMNi44Nzg2OCA4Ljc2ODExTDguMjkyODkgMTAuMTgyM0wxMS44Mjg0IDYuNjQ2NzlMMTAuNDE0MiA1LjIzMjU3WiIgZmlsbD0iIzEzQ0E2MSIgbWFzaz0idXJsKCNwYXRoLTMtaW5zaWRlLTEpIi8+Cjwvc3ZnPgo=);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 16px;
}

@media screen and (max-width: 64em) {
  .cart-add-popup__link {
    line-height: 16px;
  }
}

@media screen and (max-width: 40em) {
  .cart-add-popup {
    padding: 32px 16px;
  }

  .cart-add-popup__btn {
    padding-top: 32px;
  }

  .cart-add-popup__title {
    line-height: 12px;
  }

  .cart-add-popup__link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
  }

  .cart-add-popup__link .mobile {
    padding-left: 3px;
  }

  .cart-add-popup .desktop {
    display: none;
  }

  .cart-add-popup .mobile {
    display: block;
  }

  .cart-add-popup .mobile.cart-notification {
    display: -ms-flexbox;
    display: flex;
  }
}.grecaptcha-badge {
  visibility: hidden;
}@charset "UTF-8";

.product-reviews--main {
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  margin-bottom: 72px;
}

@media screen and (max-width: 767px) {
  .product-reviews--main {
    display: block;
    margin-bottom: 48px;
  }
}

.product-reviews--main--header {
  margin-top: 6px;
}

@media screen and (max-width: 767px) {
  .product-reviews--main--header {
    font-size: 24px;
  }
}

.product-reviews--main--right-block {
  margin: 24px;
}

@media screen and (max-width: 767px) {
  .product-reviews--main--right-block {
    width: 100%;
    margin: 16px;
    padding-top: 16px;
    padding-right: 32px;
    padding-bottom: 16px;
  }
}

.product-reviews--main--left {
  width: 416px;
}

@media screen and (max-width: 767px) {
  .product-reviews--main--left {
    width: 100%;
  }
}

.product-reviews--main--right {
  width: 70%;
  background-color: #fbf8f8;
}

@media screen and (max-width: 767px) {
  .product-reviews--main--right {
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-top: 40px;
  }
}

.product-reviews--main--right--sorting-main {
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .product-reviews--main--right--sorting-main {
    display: none;
  }
}

.product-reviews--main--right--sorting-main span {
  color: #898686;
}

.product-reviews--main--right--sorting-main .dropdown {
  display: inline;
}

.product-reviews--main--right--sorting-main--item {
  cursor: pointer;
}

.product-reviews--main--right--sorting-mobile {
  display: none;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .product-reviews--main--right--sorting-mobile {
    display: block;
  }
}

.product-reviews--main--right--sorting-mobile span {
  color: #898686;
}

.product-reviews--main--right--sorting-mobile .dropdown {
  display: inline;
}

.product-reviews--main--right--sorting-mobile .dropdown:after {
  border-top: 5px solid #898686;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-bottom: 0;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  left: calc(100% + 7.5px);
  top: calc(50% - 1.5px);
}

.product-reviews--main--count-reviews {
  color: #333333;
  font-size: 14px;
  line-height: 18px;
  margin-top: 12px;
}

.product-reviews--form--rating {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 37px;
  line-height: 1;
  margin-top: 12px;
}

@media screen and (max-width: 1023px) {
  .product-reviews--form--rating {
    font-size: 30px;
  }
}

.product-reviews--form--rating--value {
  margin: 0 18px 0 0;
  font-size: 45px;
  line-height: 1;
}

@media screen and (max-width: 1023px) {
  .product-reviews--form--rating--value {
    font-size: 40px;
  }
}

.product-reviews--form--rating--body {
  position: relative;
  color: #e5e5e5;
}

.product-reviews--form--rating--body:before {
  display: block;
  content: "\2605\2605\2605\2605\2605";
  letter-spacing: 8px;
}

.product-reviews--form--rating--active {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}

.product-reviews--form--rating--active:before {
  content: '\2605\2605\2605\2605\2605';
  position: absolute;
  width: 100%;
  height: 100%;
  letter-spacing: 8px;
  top: 0;
  left: 0;
  color: #333333;
}

.product-reviews--form--add-review {
  max-width: calc(100% - 32px);
  margin-top: 32px;
}

@media screen and (max-width: 1023px) {
  .product-reviews--form--add-review {
    min-width: calc(100% - 20px);
  }
}

@media screen and (max-width: 767px) {
  .product-reviews--form--add-review {
    min-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .product-reviews--form--show-all {
    min-width: 100%;
    margin-bottom: 24px;
  }
}

.product-reviews--matching {
  display: block;
  width: calc(100% - 32px);
  margin: 32px 0;
  height: 70px;
}

.product-reviews--matching:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 1023px) {
  .product-reviews--matching {
    width: calc(100% - 20px);
  }
}

@media screen and (max-width: 767px) {
  .product-reviews--matching {
    width: 100%;
  }
}

.product-reviews--matching--title {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
}

.product-reviews--matching--block {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  margin-top: 22px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-flex-pack: justify;
      justify-content: space-between;
  text-align: justify;
  text-align-last: justify;
}

.product-reviews--matching--block:before {
  content: " ";
  position: absolute;
  height: 1px;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #e5e5e5;
  z-index: -1;
}

.product-reviews--matching--block--item {
  position: relative;
  height: 16px;
  width: 16px;
}

.product-reviews--matching--block--item--label {
  border-radius: 50%;
}

.product-reviews--matching--block--item--label:after {
  position: absolute;
  content: attr(data-matching-value-name);
  margin-top: 20px;
  transform: translate(calc(-50% + 8px), 0%);
  font-size: 12px;
  line-height: 15px;
  color: #898686;
}

.product-reviews--matching--block--item:first-of-type label::after {
  transform: translate(0%, 0%);
}

.product-reviews--matching--block--item:last-of-type label::after {
  transform: translate(calc(-100% + 16px), 0%);
}

.product-reviews--matching--block--item input {
  display: none;
}

.product-reviews--matching--block--item input:checked + .product-reviews--matching--block--item--label {
  background: #333;
  height: 16px;
  width: 16px;
  display: inline-block;
  padding: 0 0 0 0px;
}

.product-reviews--like,
.product-reviews--dislike {
  margin-left: 8px;
  color: #898686;
  cursor: pointer;
}

.product-reviews--like span,
.product-reviews--dislike span {
  color: #333;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.product-reviews--like span[data-user-dislike="true"],
.product-reviews--like span[data-user-like="true"],
.product-reviews--dislike span[data-user-dislike="true"],
.product-reviews--dislike span[data-user-like="true"] {
  font-weight: bold;
}

.product-reviews--like-dislike {
  margin-top: 16px;
  display: -ms-flexbox;
  display: flex;
}

.product-reviews--like-dislike--buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 14px;
  line-height: 18px;
  color: #898686;
}

.product-reviews--like-dislike--expand {
  color: #333;
  text-decoration: underline;
  text-underline-offset: 2px;
  margin-left: auto;
}

.product-reviews--like-dislike--expand a {
  cursor: pointer;
}

.product-reviews--rating-in-reviews {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 21px;
  line-height: 1.25;
}

.product-reviews--rating-in-reviews--body {
  position: relative;
  color: #e5e5e5;
}

.product-reviews--rating-in-reviews--body:before {
  display: block;
  content: "\2605\2605\2605\2605\2605";
  letter-spacing: 4px;
}

.product-reviews--rating-in-reviews--active {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}

.product-reviews--rating-in-reviews--active:before {
  content: '\2605\2605\2605\2605\2605';
  position: absolute;
  width: 100%;
  height: 100%;
  letter-spacing: 4px;
  top: 0;
  left: 0;
  color: #333333;
}

.product-reviews--review {
  margin-top: 8px;
  margin-right: 72px;
  font-size: 14px;
  line-height: 18px;
}

.product-reviews--no-review {
  margin-top: 24px;
  margin-bottom: -24px;
}

.product-reviews--user-name {
  margin-top: 16px;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
}

.product-reviews--buy-in-size {
  margin-top: 4px;
  color: #898686;
  font-size: 12px;
  line-height: 15px;
}

.product-reviews--rating-date {
  margin: 0 0 0 8px;
  font-size: 14px;
  line-height: 18px;
}

.product-reviews--item {
  margin-bottom: 39px;
  list-style: none;
}

.product-reviews--selected-matchings {
  display: block;
  width: 50%;
  min-width: 200px;
  margin: 16px 0;
  height: 70px;
}

@media screen and (max-width: 767px) {
  .product-reviews--selected-matchings {
    width: 100%;
  }
}

.product-reviews--selected-matchings--title {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
}

.product-reviews--selected-matchings--block {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  margin-top: 12px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-flex-pack: justify;
      justify-content: space-between;
  text-align: justify;
  text-align-last: justify;
}

.product-reviews--selected-matchings--block:before {
  content: " ";
  position: absolute;
  height: 1px;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #e5e5e5;
}

.product-reviews--selected-matchings--block--item {
  position: relative;
  height: 16px;
  width: 16px;
}

.product-reviews--selected-matchings--block--item--label {
  border-radius: 50%;
}

.product-reviews--selected-matchings--block--item--label:after {
  position: absolute;
  content: attr(data-matching-value-name);
  margin-top: 20px;
  transform: translate(calc(-50% + 8px), 0%);
  font-size: 12px;
  line-height: 15px;
  color: #898686;
}

.product-reviews--selected-matchings--block--item:first-of-type label::after {
  transform: translate(0%, 0%);
}

.product-reviews--selected-matchings--block--item:last-of-type label::after {
  transform: translate(calc(-100% + 16px), 0%);
}

.product-reviews--selected-matchings--block--item input {
  display: none;
}

.product-reviews--selected-matchings--block--item input:checked + .product-reviews--selected-matchings--block--item--label {
  background: #333;
  height: 16px;
  width: 16px;
  display: inline-block;
  padding: 0 0 0 0px;
}

.popup-add-review {
  position: fixed;
  background: rgba(90, 87, 87, .5);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 99998;
  min-height: var(--app-height);
}

.popup-add-review--container {
  position: fixed;
  background-color: #fff;
  top: 0;
  right: 0;
  height: 100%;
  width: 384px;
}

@media screen and (max-width: 767px) {
  .popup-add-review--container {
    width: 100%;
  }
}

.popup-add-review--header {
  width: 100%;
  background-color: #fbf8f8;
  position: relative;
}

.popup-add-review--header--title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  min-height: 70px;
  width: 100%;
  padding: 0 40px;
  color: #333;
  font-size: 18px;
  line-height: 1.2;
}

.popup-add-review--header--close {
  position: absolute;
  right: 14px;
  top: 20px;
  cursor: pointer;
  padding: 10px;
}

.popup-add-review--header--close--icon {
  position: relative;
  width: 10px;
  height: 10px;
  cursor: pointer;
}

.popup-add-review--header--close--icon:before,
.popup-add-review--header--close--icon:after {
  content: '';
  display: block;
  width: 10px;
  height: 2px;
  background-color: #5A5757;
  position: absolute;
  left: 0;
  top: 4px;
  transform: rotate(45deg);
}

.popup-add-review--header--close--icon:before {
  transform: rotate(-45deg);
}

.popup-add-review--confirm-block--btn {
  position: relative;
}

.popup-add-review--confirm-block--btn.loading {
  pointer-events: none;
}

.popup-add-review--confirm-block--btn.loading::before {
  position: absolute;
  background: #333;
  border-radius: 3px;
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.popup-add-review--confirm-block--btn.loading::after {
  animation: cssload-spin .7s infinite linear;
  border: 1px solid #fff;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-radius: 50%;
  content: '';
  display: block;
  height: 30px;
  position: absolute;
  width: 30px;
  z-index: 1;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
}

.popup-add-review--confirm-block--btn.loading[disabled] {
  background: #333;
  opacity: .7;
}

.popup-add-review--content {
  height: calc(100% - 70px);
  overflow-y: auto;
  padding: 32px 24px 0 24px;
}

@media screen and (max-width: 767px) {
  .popup-add-review--content {
    padding: 32px 16px 0 16px;
  }
}

.popup-add-review--content--form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
}

.popup-add-review--content--form--inputs {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}

.popup-add-review--content--form--inputs--review-text {
  margin-bottom: 16px;
}

.popup-add-review--rating {
  position: relative;
  font-size: 44px;
  line-height: 1.25;
  display: inline-block;
  color: #E5E5E5;
}

.popup-add-review--rating:before {
  content: "\2605\2605\2605\2605\2605";
  display: block;
  letter-spacing: 8px;
}

.popup-add-review--rating--items {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  overflow: hidden;
}

.popup-add-review--rating--items--item {
  position: absolute;
  width: 0%;
  height: 0%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.popup-add-review--rating--items--item input {
  display: none;
}

.popup-add-review--rating--items--item:checked {
  color: #333;
}

.popup-add-review--rating--items--item:checked ~ .popup-add-review--rating--items--label {
  color: #333;
}

.popup-add-review--rating--items--label {
  -ms-flex: 0 0 20%;
      flex: 0 0 20%;
  height: 100%;
  cursor: pointer;
  color: #E5E5E5;
}

.popup-add-review--rating--items--label:before {
  content: "\2605";
  display: block;
  transition: color 0.3s ease 0s;
}

.popup-add-review--rating--items--label:hover,
.popup-add-review--rating--items--label:hover ~ .popup-add-review--rating--items--label,
.popup-add-review--rating--items--label:checked ~ .popup-add-review--rating--items--label:hover {
  color: #333;
}

.popup-add-review--impression-label {
  font-size: 14px;
  font-weight: 500;
  margin-top: 32px;
}

.popup-add-review--matching {
  display: block;
  width: 100%;
  min-width: 200px;
  margin-bottom: 40px;
}

.popup-add-review--matching--block {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  margin-top: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-flex-pack: justify;
      justify-content: space-between;
  text-align: justify;
  text-align-last: justify;
}

.popup-add-review--matching--block:before {
  content: ' ';
  position: absolute;
  height: 1px;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #E5E5E5;
  z-index: -1;
}

.popup-add-review--matching--block--item {
  position: relative;
  height: 16px;
  width: 16px;
}

.popup-add-review--matching--block--item--label {
  background: #E8E7E7;
  height: 100%;
  width: 100%;
  display: inline-block;
  padding: 0 0 0 0px;
  border-radius: 50%;
}

.popup-add-review--matching--block--item--label:after {
  position: absolute;
  content: attr(data-matching-value-name);
  margin-top: 20px;
  transform: translate(calc(-50% + 8px), 0%);
  font-size: 12px;
  line-height: 15px;
  color: #898686;
}

.popup-add-review--matching--block--item:first-of-type label::after {
  transform: translate(0%, 0%);
}

.popup-add-review--matching--block--item:last-of-type label::after {
  transform: translate(calc(-100% + 16px), 0%);
}

.popup-add-review--matching--block--item input {
  display: none;
}

.popup-add-review--matching--block--item input:checked + .popup-add-review--matching--block--item--label {
  background: #333;
  height: 16px;
  width: 16px;
  display: inline-block;
  padding: 0 0 0 0px;
}

.popup-add-review--matching--block--item input:checked + .popup-add-review--matching--block--item--label::before {
  content: ' ';
  position: absolute;
  height: 40%;
  width: 40%;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: #FFF;
}

.popup-add-review--matching--label {
  font-weight: 600;
}

.popup-add-review--review-text--header span {
  float: right;
  color: #898686;
  font-size: 12px;
  line-height: 9px;
  margin-left: auto;
}

.popup-add-review--review-text--label {
  margin-top: 48px;
  color: #898686;
  font-size: 12px;
  line-height: 9px;
  margin: 0 0 8px;
}

.popup-add-review--rules {
  padding-bottom: 16px;
  margin-bottom: 0px;
}

.popup-add-review--rules label {
  margin-top: 16px;
}

.popup-add-review--rules--show-rules {
  cursor: pointer;
  font-size: 12px;
  text-decoration: underline;
}

.popup-add-review--rules-popup {
  position: fixed;
  background-color: #fff;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 99999;
  min-height: var(--app-height);
  width: 384px;
}

@media screen and (max-width: 767px) {
  .popup-add-review--rules-popup {
    width: 100%;
  }
}

.popup-add-review--rules-popup--content {
  padding: 24px;
}

.popup-add-review--rules-popup--content p {
  margin-bottom: 24px;
  color: #5A5757;
}

.popup-add-review--rules-popup--content p:nth-last-of-type(1) {
  margin-bottom: 32px;
}

.popup-add-review--captcha-block {
  margin-bottom: 16px;
}

.popup-add-review--captcha-block div {
  margin: 0 auto;
}

.popup-sort-review {
  position: fixed;
  background: rgba(90, 87, 87, .5);
  top: 0;
  bottom: 0;
  right: 0;
  height: var(--app-height);
  min-width: 100vw;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  z-index: 99998;
}

.popup-sort-review--container {
  width: 100%;
  min-height: auto;
  bottom: 0;
  background: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  position: absolute;
  right: 0;
}

.popup-sort-review--header {
  padding: 0 16px;
  background: #fbf8f8;
  position: relative;
  text-align: center;
}

.popup-sort-review--header--title {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #333;
}

.popup-sort-review--header--close {
  position: absolute;
  right: 8px;
  top: 10px;
  cursor: pointer;
  padding: 10px;
}

.popup-sort-review--header--close--icon {
  position: relative;
  width: 10px;
  height: 10px;
  cursor: pointer;
}

.popup-sort-review--header--close--icon:before,
.popup-sort-review--header--close--icon:after {
  content: '';
  display: block;
  width: 10px;
  height: 2px;
  background-color: #5A5757;
  position: absolute;
  left: 0;
  top: 4px;
  transform: rotate(45deg);
}

.popup-sort-review--header--close--icon:before {
  transform: rotate(-45deg);
}

.popup-sort-review--content {
  padding: 32px 0;
  overflow-x: hidden;
  overflow-y: scroll;
  position: relative;
}

.popup-sort-review--sorting-list--item {
  -ms-flex-pack: center;
      justify-content: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.popup-sort-review--sorting-list--item:not(:last-child) {
  margin-bottom: 24px;
}

.popup-sort-review--sorting-list--item--active .popup-sort-review--sorting-list--link {
  font-weight: 600;
  position: relative;
  color: rgba(51, 51, 51, .9);
}

.popup-sort-review--sorting-list--item--active .popup-sort-review--sorting-list--link:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgOSA5IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTAuNzA3MTA3IDQuOTQ5NzVMMCA1LjY1Njg2TDIuMTIxMzIgNy43NzgxOEwyLjgyODQzIDguNDg1MjlMMy41MzU1MyA3Ljc3ODE4TDguNDg1MjggMi44Mjg0M0w3Ljc3ODE3IDIuMTIxMzNMMi44Mjg0MyA3LjA3MTA3TDAuNzA3MTA3IDQuOTQ5NzVaIiBmaWxsPSIjMzMzMzMzIi8+Cjwvc3ZnPgo=);
  content: '';
  display: block;
  height: 9px;
  position: absolute;
  right: calc(100% + 8px);
  top: calc(50% - 4.5px);
  width: 9px;
}

.popup-sort-review--sorting-list--link {
  font-size: 14px;
  line-height: 18px;
  color: #333;
  font-weight: 400;
  cursor: pointer;
  text-transform: lowercase;
}

.js-back-to-catalog-btn,
.js-login-btn {
  margin-top: 24px;
}

.js-singup-btn {
  margin-top: 8px;
}