/* Cart redesign, scoped to /catalog/cart/. */
.up-cart-page{
  background:#f7f9fc;
}

.up-cart-page .inner-main-content-container.page-width{
  display:block!important;
  width:min(1280px, calc(100% - 48px));
  max-width:1280px;
  margin:0 auto;
}

.up-cart-page .inner-main-content-container > .aside-content,
.up-cart-page .main_slider,
.up-cart-page .catalog__link-main,
.up-cart-page .up-home-footer-cta{
  display:none!important;
}

.up-cart-page .inner-main-content-container > .main-content,
.up-cart-page .main-content > .catalog,
.up-cart-page .main-content > .catalog > div{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
}

.up-cart-page .main-content{
  float:none!important;
  padding:0 0 64px!important;
}

.up-cart-page .crumbs{
  margin:22px 0 8px!important;
  color:#7a8499;
  font:400 14px/1.4 Arial, sans-serif;
}

html body.up-cart-page .main-content .catalog > h1.catalog__h2,
html body.up-cart-page #cms_fullcart h1.up-cart-title{
  display:flex!important;
  align-items:baseline;
  gap:14px;
  margin:0 0 22px!important;
  padding:0!important;
  color:#0f1a2e!important;
  font:800 34px/1.15 Arial, sans-serif!important;
  letter-spacing:0!important;
  text-transform:none!important;
}

.up-cart-heading-count{
  color:#7a8499;
  font:600 16px/1.2 Arial, sans-serif;
  white-space:nowrap;
}

#cms_fullcart,
#cms_fullcart *{
  box-sizing:border-box;
}

#cms_fullcart{
  width:100%;
  color:#0f1a2e;
  font-family:Arial, sans-serif;
}

#cms_fullcart .up-cart__count,
#cms_fullcart .mobile-v2-cart-summary{
  display:none;
}

#cms_fullcart .up-cart__goods{
  overflow:hidden;
  border:1px solid #e1e7f0;
  border-radius:8px;
  background:#fff;
  box-shadow:0 10px 30px rgba(17,42,110,.06);
}

#cms_fullcart .up-cart__table{
  width:100%!important;
  margin:0!important;
  border:0!important;
  border-collapse:collapse!important;
  table-layout:fixed;
  background:#fff;
}

#cms_fullcart .up-cart__table th,
#cms_fullcart .up-cart__table td{
  border:0!important;
  vertical-align:middle!important;
}

#cms_fullcart .up-cart__table thead tr{
  display:table-row!important;
  background:#f3f6fb!important;
}

#cms_fullcart .up-cart__table th{
  height:auto!important;
  padding:16px 14px!important;
  border-bottom:1px solid #e1e7f0!important;
  color:#7a8499!important;
  font:700 12px/1.25 Arial, sans-serif!important;
  letter-spacing:.06em!important;
  text-align:left!important;
  text-transform:uppercase!important;
}

#cms_fullcart .up-cart__table th .body{
  padding:0!important;
  color:inherit!important;
  font:inherit!important;
  text-align:inherit!important;
}

#cms_fullcart .up-cart__table th:nth-child(1){width:auto;}
#cms_fullcart .up-cart__table th:nth-child(2){width:146px;text-align:center!important;}
#cms_fullcart .up-cart__table th:nth-child(3){width:210px;text-align:center!important;}
#cms_fullcart .up-cart__table th:nth-child(4){width:112px;text-align:center!important;}
#cms_fullcart .up-cart__table th:nth-child(5){width:124px;text-align:center!important;}
#cms_fullcart .up-cart__table th:nth-child(6){width:58px;}

#cms_fullcart .visually-hidden{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  margin:-1px!important;
  padding:0!important;
  overflow:hidden!important;
  clip:rect(0 0 0 0)!important;
  white-space:nowrap!important;
  border:0!important;
}

#cms_fullcart .up-cart__table tr.cms_catalog_item{
  display:table-row!important;
  width:auto!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:#fff!important;
  box-shadow:none!important;
  transition:background .15s ease;
}

#cms_fullcart .up-cart__table tr.cms_catalog_item:hover{
  background:#f8fafd!important;
}

#cms_fullcart .up-cart__table tr.cms_catalog_item td{
  display:table-cell!important;
  width:auto!important;
  min-width:0!important;
  height:auto!important;
  margin:0!important;
  padding:20px 14px!important;
  border-bottom:1px solid #edf1f6!important;
  background:transparent!important;
  text-align:left!important;
}

#cms_fullcart .up-cart__table tr.cms_catalog_item:last-child td{
  border-bottom:0!important;
}

#cms_fullcart .up-cart__table tr.cms_catalog_item td:first-child{
  width:auto!important;
}

#cms_fullcart .up-cart__table .body{
  width:auto!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  color:#0f1a2e!important;
  font-family:Arial, sans-serif!important;
  text-align:inherit!important;
}

#cms_fullcart .up-cart-product{
  display:flex!important;
  align-items:center;
  gap:14px;
}

#cms_fullcart .up-cart-product__media{
  display:flex!important;
  flex:0 0 74px;
  align-items:center;
  justify-content:center;
  width:74px!important;
  height:74px!important;
  overflow:hidden;
  border:1px solid #e6eaf2;
  border-radius:8px;
  background:#f6f8fb;
}

#cms_fullcart .up-cart-product__media img{
  display:block;
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
}

#cms_fullcart .up-cart-product__main{
  min-width:0!important;
  padding:0!important;
}

#cms_fullcart .up-cart-product__title{
  display:block!important;
  max-height:none!important;
  overflow:visible!important;
  color:#112a6e!important;
  font:700 15.5px/1.4 Arial, sans-serif!important;
  letter-spacing:0!important;
  text-align:left!important;
  text-decoration:none!important;
  text-transform:none!important;
  -webkit-line-clamp:unset!important;
}

#cms_fullcart .up-cart-product__title:hover{
  color:#e11b22!important;
}

#cms_fullcart .up-cart-product__meta{
  display:block;
  margin-top:5px;
  color:#929cad;
  font:400 12.5px/1.35 Arial, sans-serif;
}

#cms_fullcart .up-cart-product__button-source{
  display:none!important;
}

#cms_fullcart .up-cart__table td:nth-child(2) .body{
  display:flex!important;
  justify-content:center;
}

#cms_fullcart .mobile-v2-cart-special-qty .up-cart-fixed-qty{
  display:flex!important;
  align-items:center;
  justify-content:center;
  width:100%;
  color:#0f1a2e;
  font:700 14px/1.3 Arial, sans-serif;
  text-align:center;
  white-space:nowrap;
}

#cms_fullcart .number-container{
  display:grid!important;
  grid-template-columns:36px 44px 36px;
  width:116px!important;
  height:44px!important;
  overflow:hidden;
  border:1.5px solid #e1e7f0!important;
  border-radius:8px!important;
  background:#fff!important;
}

#cms_fullcart .number-container .dec-button,
#cms_fullcart .number-container .inc-button{
  position:static!important;
  display:flex!important;
  align-items:center;
  justify-content:center;
  width:36px!important;
  height:42px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  background:#fff!important;
  color:#69758a!important;
  font:700 21px/1 Arial, sans-serif!important;
  text-decoration:none!important;
}

#cms_fullcart .number-container .dec-button:hover,
#cms_fullcart .number-container .inc-button:hover{
  background:#eef2fc!important;
  color:#112a6e!important;
}

#cms_fullcart .number-container .number-input{
  position:static!important;
  width:44px!important;
  height:42px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-left:1px solid #edf1f6!important;
  border-right:1px solid #edf1f6!important;
  border-radius:0!important;
  background:#fff!important;
  color:#0f1a2e!important;
  font:700 14px/42px Arial, sans-serif!important;
  text-align:center!important;
}

#cms_fullcart .up-cart__table td:nth-child(3) .body,
#cms_fullcart .up-cart__table td.mobile-v2-cart-special-color .body{
  display:block!important;
}

#cms_fullcart .up-cart__table td:nth-child(3) .lea_vc{
  display:flex!important;
  flex-direction:column;
  gap:7px;
  width:100%!important;
}

#cms_fullcart .up-cart__table .product__spec__select-container{
  display:block!important;
  position:relative;
  width:100%!important;
}

#cms_fullcart .up-cart__table .product__spec__select-container::after{
  content:"";
  position:absolute;
  top:14px;
  right:13px;
  z-index:2;
  width:7px;
  height:7px;
  border-right:2px solid #1f4fb5;
  border-bottom:2px solid #1f4fb5;
  pointer-events:none;
  transform:rotate(45deg);
}

#cms_fullcart .up-cart__table .product__spec__select-container > span,
#cms_fullcart .up-cart__table .product__color-label{
  display:none!important;
}

#cms_fullcart .up-cart__table select,
#cms_fullcart .up-cart__table .jq-selectbox,
#cms_fullcart .up-cart__table .jq-selectbox__select{
  width:100%!important;
  max-width:100%!important;
}

#cms_fullcart .up-cart__table select,
#cms_fullcart .up-cart__table .jq-selectbox__select{
  height:38px!important;
  margin:0!important;
  padding:0 34px 0 10px!important;
  border:1.5px solid #e1e7f0!important;
  border-radius:8px!important;
  background:#fff!important;
  color:#33415c!important;
  font:600 13px/35px Arial, sans-serif!important;
  box-shadow:none!important;
  -webkit-appearance:none;
  appearance:none;
}

#cms_fullcart .up-cart__table .jq-selectbox__select-text{
  width:100%!important;
  color:#33415c!important;
  font:600 13px/35px Arial, sans-serif!important;
}

#cms_fullcart .up-cart__table tr.cms_catalog_item td:nth-child(4),
#cms_fullcart .up-cart__table tr.cms_catalog_item td:nth-child(5){
  text-align:center!important;
}

#cms_fullcart .up-cart-price{
  display:inline-flex!important;
  flex-direction:column;
  align-items:flex-start;
  text-align:left!important;
}

#cms_fullcart .up-cart-price .old-price{
  margin-bottom:3px;
  color:#aab2c2;
  font:400 13px/1.2 Arial, sans-serif;
  text-decoration:line-through;
  white-space:nowrap;
}

#cms_fullcart .up-cart-price .new-price{
  color:#0f1a2e;
  font:700 15.5px/1.2 Arial, sans-serif;
  white-space:nowrap;
}

#cms_fullcart .up-cart-line-total,
#cms_fullcart .up-cart-line-total strong{
  color:#112a6e!important;
  font:800 16px/1.2 Arial, sans-serif!important;
  text-align:center!important;
  white-space:nowrap;
}

#cms_fullcart .up-cart__table td:last-child .body{
  display:flex!important;
  align-items:center;
  justify-content:flex-end;
  height:100%;
}

#cms_fullcart .up-cart-remove,
#cms_fullcart .mobile-v2-cart-special-inline-remove{
  display:flex!important;
  align-items:center;
  justify-content:center;
  width:34px!important;
  height:34px!important;
  overflow:hidden;
  border:1.5px solid #f0d3d4!important;
  border-radius:8px!important;
  background:#fff!important;
  color:#e11b22!important;
  font:400 0/1 Arial, sans-serif!important;
  text-decoration:none!important;
  -webkit-mask:none!important;
  mask:none!important;
  transition:background .15s ease, color .15s ease;
}

#cms_fullcart .up-cart-remove span,
#cms_fullcart .mobile-v2-cart-special-inline-remove:before{
  color:inherit!important;
  font:400 24px/1 Arial, sans-serif!important;
}

#cms_fullcart .up-cart-remove span{
  display:flex!important;
  align-items:center;
  justify-content:center;
  width:20px!important;
  height:20px!important;
  color:#e11b22!important;
  font:400 0/1 Arial, sans-serif!important;
  text-indent:0!important;
}

#cms_fullcart .up-cart-remove__icon svg{
  display:block;
  width:18px;
  height:18px;
  overflow:visible;
}

@media (min-width:761px){
  html body #cms_fullcart .basket .goods table.up-cart__table tr.cms_catalog_item td:last-child .body{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    height:100%!important;
  }

  html body #cms_fullcart .basket .goods table.up-cart__table tr.cms_catalog_item td:last-child .up-cart-remove{
    position:static!important;
    top:auto!important;
    right:auto!important;
    margin-left:auto!important;
  }
}

#cms_fullcart .up-cart-remove:before{
  content:none!important;
}

#cms_fullcart .mobile-v2-cart-special-inline-remove:before{
  content:"×";
}

#cms_fullcart .up-cart-remove:hover,
#cms_fullcart .mobile-v2-cart-special-inline-remove:hover{
  background:#e11b22!important;
  color:#fff!important;
}

#cms_fullcart .up-cart__footer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:20px 24px;
  background:#f3f6fb;
}

#cms_fullcart .up-cart__continue{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#112a6e!important;
  font:700 14.5px/1.3 Arial, sans-serif!important;
  text-decoration:none!important;
}

#cms_fullcart .up-cart__continue:hover{
  color:#e11b22!important;
}

#cms_fullcart .up-cart__footer > .price{
  display:flex!important;
  align-items:baseline;
  gap:12px;
  width:auto!important;
  margin:0!important;
  padding:0!important;
  color:#5b6678!important;
  font:600 15px/1.2 Arial, sans-serif!important;
  text-align:right!important;
}

#cms_fullcart .up-cart__footer #cart_total_price{
  color:#0f1a2e!important;
  font:800 28px/1 Arial, sans-serif!important;
  letter-spacing:0!important;
  white-space:nowrap;
}

#cms_fullcart .up-cart__legacy-options{
  display:none!important;
}

#cms_fullcart .up-cart__checkout{
  display:grid!important;
  grid-template-columns:minmax(0, 1.08fr) minmax(420px, 1fr);
  gap:20px!important;
  align-items:start!important;
  width:100%!important;
  margin:20px 0 0!important;
}

#cms_fullcart .basket__bottom-form{
  width:auto!important;
  min-width:0!important;
  margin:0!important;
  padding:0 0 24px!important;
  overflow:hidden;
  border:1px solid #e1e7f0!important;
  border-radius:8px!important;
  background:#fff!important;
  box-shadow:0 10px 30px rgba(17,42,110,.06)!important;
}

#cms_fullcart .basket__bottom-form form{
  margin:0!important;
}

#cms_fullcart .order-form-wrap{
  width:100%!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  background:#fff!important;
  box-shadow:none!important;
}

#cms_fullcart .order-form-header{
  display:block!important;
  margin:0!important;
  padding:20px 26px!important;
  border:0!important;
  background:#112a6e!important;
  color:#fff!important;
  text-align:left!important;
}

#cms_fullcart .order-form-header strong{
  display:block;
  color:#fff;
  font:800 20px/1.25 Arial, sans-serif;
}

#cms_fullcart .order-form-header span{
  display:block;
  margin-top:4px;
  color:#aab7da;
  font:400 13.5px/1.4 Arial, sans-serif;
}

#cms_fullcart .order-form-body{
  margin:0!important;
  padding:24px 26px 0!important;
  border:0!important;
  background:#fff!important;
}

#cms_fullcart .order-form-body .contacts{
  display:grid!important;
  grid-template-columns:1fr 1fr;
  gap:14px;
  width:100%!important;
  margin:0!important;
  padding:0!important;
}

#cms_fullcart .order-form-body .contacts > p{
  display:block!important;
  width:auto!important;
  margin:0!important;
  padding:0!important;
  color:#5b6678!important;
  font:700 13px/1.3 Arial, sans-serif!important;
  text-align:left!important;
}

#cms_fullcart .order-form-body .contacts > p:nth-child(n+3){
  grid-column:1 / -1;
}

#cms_fullcart #order_addr_field,
#cms_fullcart #order_addr_note{
  display:none!important;
}

#cms_fullcart .order-form-body .contacts label{
  display:block;
}

#cms_fullcart .up-order-field-label{
  display:block;
  margin:0 0 6px;
  color:#5b6678;
  font:700 13px/1.3 Arial, sans-serif;
}

#cms_fullcart .order-form-body .contacts input[type="text"],
#cms_fullcart .order-form-body .contacts input[type="email"],
#cms_fullcart .order-form-body .contacts input[type="tel"],
#cms_fullcart .order-form-body .contacts textarea,
#cms_fullcart .order-form-body .contacts select{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  height:50px!important;
  margin:0!important;
  padding:0 15px!important;
  border:1.5px solid #e1e7f0!important;
  border-radius:8px!important;
  background:#fff!important;
  color:#0f1a2e!important;
  font:500 15px/47px Arial, sans-serif!important;
  outline:0!important;
  box-shadow:none!important;
}

#cms_fullcart .order-form-body .contacts textarea{
  min-height:96px!important;
  padding-top:12px!important;
  line-height:1.4!important;
  resize:vertical;
}

#cms_fullcart .order-form-body .contacts input:focus,
#cms_fullcart .order-form-body .contacts textarea:focus{
  border-color:#1f5fd6!important;
  box-shadow:0 0 0 3px rgba(31,95,214,.14)!important;
}

#cms_fullcart .pd-consent-wrap{
  display:block!important;
  margin:16px 26px 0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
}

#cms_fullcart .pd-consent-label{
  position:relative;
  display:block!important;
  padding-left:32px;
  color:#5b6678!important;
  font:400 13px/1.5 Arial, sans-serif!important;
  cursor:pointer;
}

#cms_fullcart .pd-consent-label a{
  color:#112a6e!important;
  font-weight:600!important;
  text-decoration:none!important;
  border-bottom:1px solid #cdd5e6;
}

#cms_fullcart .pd-consent-cb{
  position:absolute;
  top:1px;
  left:0;
  width:22px!important;
  height:22px!important;
  margin:0!important;
  accent-color:#112a6e;
}

#cms_fullcart .pd-consent-msg{
  margin:6px 0 0 32px!important;
  color:#e11b22!important;
  font:600 12px/1.3 Arial, sans-serif!important;
}

#cms_fullcart .order-form-submit{
  display:block!important;
  margin:18px 26px 0!important;
  padding:0!important;
  position:static!important;
}

#cms_fullcart .order-form-submit .pd-consent-btn-wrap{
  display:block!important;
}

#cms_fullcart .order-form-submit input[type="submit"]{
  display:flex!important;
  align-items:center;
  justify-content:center;
  width:100%!important;
  height:56px!important;
  margin:0!important;
  padding:0 20px!important;
  border:0!important;
  border-radius:8px!important;
  background:#e11b22!important;
  color:#fff!important;
  font:800 16px/56px Arial, sans-serif!important;
  text-align:center!important;
  text-transform:none!important;
  box-shadow:0 8px 20px rgba(225,27,34,.25)!important;
  cursor:pointer;
}

#cms_fullcart .order-form-submit input[type="submit"]:disabled{
  background:#c3cbd8!important;
  box-shadow:none!important;
  cursor:not-allowed;
}

#cms_fullcart .basket__bottom-related{
  display:flex!important;
  flex-direction:column;
  gap:16px;
  min-width:0!important;
  width:auto!important;
  margin:0!important;
  padding:0!important;
}

#cms_fullcart .basket__bottom-related .info-block__outer{
  width:100%!important;
  margin:0!important;
  padding:22px 24px!important;
  overflow:hidden;
  border:1px solid #e1e7f0!important;
  border-radius:8px!important;
  background:#fff!important;
  box-shadow:0 10px 30px rgba(17,42,110,.06)!important;
}

#cms_fullcart .basket__bottom-related .info-block__outer > h2{
  margin:0 0 4px!important;
  padding:0!important;
  color:#0f1a2e!important;
  font:800 17px/1.3 Arial, sans-serif!important;
  letter-spacing:0!important;
  text-align:left!important;
  text-transform:none!important;
}

#cms_fullcart .up-cart-related-subtitle{
  margin:0 0 12px!important;
  color:#7a8499!important;
  font:400 13px/1.4 Arial, sans-serif!important;
}

#cms_fullcart .basket__bottom-related .info-block{
  width:100%!important;
  margin:0!important;
  padding:0 0 42px!important;
  background:#fff!important;
}

#cms_fullcart .basket__bottom-related .slick-list{
  height:369px!important;
}

#cms_fullcart .basket__bottom-related .slick_related .cms_catalog_item{
  height:123px!important;
}

#cms_fullcart .basket__bottom-related .info-block__item{
  display:grid!important;
  grid-template-columns:82px minmax(0, 1fr) 104px;
  gap:14px;
  align-items:center!important;
  height:116px!important;
  margin:0!important;
  padding:15px 0!important;
  border:0!important;
  border-top:1px solid #edf1f6!important;
  background:#fff!important;
}

#cms_fullcart .basket__bottom-related .info-block__container{
  display:block!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
}

#cms_fullcart .basket__bottom-related .info-block__img-container{
  display:flex!important;
  align-items:center;
  justify-content:center;
  width:82px!important;
  height:82px!important;
  overflow:hidden;
  border:0!important;
  border-radius:8px!important;
  background:#f3f6fb!important;
}

#cms_fullcart .basket__bottom-related .info-block__img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
}

#cms_fullcart .basket__bottom-related .info-block__container-item{
  display:block!important;
  margin:0 0 7px!important;
  text-align:left!important;
}

#cms_fullcart .basket__bottom-related .info-block__container-item:last-child{
  margin-bottom:0!important;
}

#cms_fullcart .basket__bottom-related .info-block__container-item > a{
  display:block;
  color:#112a6e!important;
  font:700 12.5px/1.35 Arial, sans-serif!important;
  text-align:left!important;
  text-decoration:none!important;
}

#cms_fullcart .basket__bottom-related .lea_vc,
#cms_fullcart .basket__bottom-related .product__spec__select-container{
  display:block!important;
  position:relative!important;
  width:100%!important;
}

#cms_fullcart .basket__bottom-related .product__spec__select-container::after{
  content:"";
  position:absolute;
  top:10px;
  right:11px;
  z-index:3;
  width:6px;
  height:6px;
  border-right:2px solid #1f4fb5;
  border-bottom:2px solid #1f4fb5;
  pointer-events:none;
  transform:rotate(45deg);
}

#cms_fullcart .basket__bottom-related .product__spec__select-container > span,
#cms_fullcart .basket__bottom-related .product__color-label{
  display:none!important;
}

#cms_fullcart .basket__bottom-related select,
#cms_fullcart .basket__bottom-related .jq-selectbox,
#cms_fullcart .basket__bottom-related .jq-selectbox__select{
  width:100%!important;
  max-width:100%!important;
  height:32px!important;
  margin:0!important;
  padding:0 28px 0 9px!important;
  border:1.5px solid #e1e7f0!important;
  border-radius:7px!important;
  background:#fff!important;
  color:#5b6678!important;
  font:600 12px/29px Arial, sans-serif!important;
  box-shadow:none!important;
}

#cms_fullcart .basket__bottom-related select{
  -webkit-appearance:none!important;
  -moz-appearance:none!important;
  appearance:none!important;
}

#cms_fullcart .basket__bottom-related .jq-selectbox__trigger{
  display:none!important;
}

#cms_fullcart .basket__bottom-related .info-block__item > .info-block__container:last-child{
  text-align:right!important;
}

#cms_fullcart .basket__bottom-related .info-block__item > .info-block__container:last-child strong{
  color:#0f1a2e!important;
  font:800 16px/1.2 Arial, sans-serif!important;
  white-space:nowrap;
}

#cms_fullcart .basket__bottom-related .info-block .button{
  width:100%!important;
  height:34px!important;
  margin:0!important;
  padding:0 10px!important;
  border:0!important;
  border-radius:7px!important;
  background:#e11b22!important;
  color:#fff!important;
  font:700 12px/34px Arial, sans-serif!important;
  text-align:center!important;
  text-transform:none!important;
  box-shadow:0 4px 10px rgba(225,27,34,.2)!important;
}

#cms_fullcart .basket__bottom-related .info-block__btn{
  bottom:0!important;
  width:34px!important;
  height:34px!important;
  border-radius:7px!important;
  background:#eef2fc!important;
}

#cms_fullcart .basket__bottom-related .info-block__btn:before{
  border-color:#112a6e!important;
}

#cms_fullcart .basket__bottom-related .info-block__btn.slick-disabled{
  background:#f4f6fa!important;
  opacity:.5!important;
}

.up-cart-empty-help__icon{
  display:grid;
  place-items:center;
  width:46px;
  height:46px;
  border-radius:8px;
  background:rgba(255,255,255,.13);
}

.up-cart-empty-help__icon svg{
  width:25px;
  height:25px;
  color:#fff;
}

.up-cart-empty{
  display:grid;
  grid-template-columns:minmax(280px, 440px) minmax(300px, 460px);
  gap:42px;
  align-items:center;
  justify-content:center;
  min-height:420px;
  padding:38px 44px;
  border:1px solid #e1e7f0;
  border-radius:8px;
  background:#fff;
  box-shadow:0 10px 30px rgba(17,42,110,.05);
}

.up-cart-empty__visual{
  position:relative;
  display:flex;
  align-items:flex-end;
  justify-content:center;
  height:340px;
  overflow:hidden;
  border-radius:8px;
  background:#fff;
}

.up-cart-empty__visual img{
  display:block;
  width:auto;
  height:390px;
  margin-bottom:-70px;
  object-fit:contain;
}

.up-cart-empty__visual .up-cart-empty__sad-mascot{
  position:absolute;
  top:0;
  left:50%;
  width:auto;
  max-width:none;
  height:534px;
  margin:0;
  clip-path:inset(0 42% 0 0);
  object-fit:initial;
  transform:translate(-170px, -115px);
}

.up-cart-empty__content h2{
  margin:0 0 12px;
  color:#0f1a2e;
  font:800 27px/1.2 Arial, sans-serif;
  letter-spacing:0;
}

.up-cart-empty__content > p{
  margin:0 0 24px;
  color:#5b6678;
  font:400 16px/1.6 Arial, sans-serif;
}

.up-cart-empty__actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin:0 0 24px;
}

.up-cart-empty__catalog,
.up-cart-empty__manager{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:0 24px;
  border-radius:8px;
  font:700 15px/1.2 Arial, sans-serif;
  text-decoration:none;
  cursor:pointer;
}

.up-cart-empty__catalog{
  border:1px solid #e11b22;
  background:#e11b22;
  color:#fff!important;
  box-shadow:0 8px 20px rgba(225,27,34,.23);
}

.up-cart-empty__manager{
  border:1.5px solid #cdd5e6;
  background:#fff;
  color:#112a6e;
}

.up-cart-empty__popular{
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
}

.up-cart-empty__popular span{
  color:#7a8499;
  font:600 13px/1.3 Arial, sans-serif;
}

.up-cart-empty__popular a{
  padding:7px 11px;
  border:1px solid #e1e7f0;
  border-radius:999px;
  background:#f3f6fb;
  color:#112a6e!important;
  font:600 13px/1.2 Arial, sans-serif;
  text-decoration:none!important;
}

.up-cart-empty-help{
  display:grid;
  grid-template-columns:46px minmax(0, 1fr) auto auto;
  gap:15px;
  align-items:center;
  margin-top:20px;
  padding:19px 24px;
  border-radius:8px;
  background:#eef2fc;
}

.up-cart-empty-help__icon{
  background:#fff;
}

.up-cart-empty-help__icon svg{
  color:#112a6e;
}

.up-cart-empty-help > div > strong,
.up-cart-empty-help > div > span{
  display:block;
}

.up-cart-empty-help strong{
  color:#0f1a2e;
  font:800 16px/1.3 Arial, sans-serif;
}

.up-cart-empty-help > div > span{
  margin-top:2px;
  color:#5b6678;
  font:400 14px/1.4 Arial, sans-serif;
}

.up-cart-empty-help a{
  color:#112a6e!important;
  font:800 17px/1.2 Arial, sans-serif;
  text-decoration:none!important;
  white-space:nowrap;
}

.up-cart-empty-help button{
  min-height:46px;
  padding:0 18px;
  border:0;
  border-radius:8px;
  background:#112a6e;
  color:#fff;
  font:700 14px/1.2 Arial, sans-serif;
  cursor:pointer;
}

@media (max-width:1100px){
  #cms_fullcart .up-cart__table th:nth-child(1){width:auto;}
  #cms_fullcart .up-cart__table th:nth-child(2){width:134px;}
  #cms_fullcart .up-cart__table th:nth-child(3){width:190px;}
  #cms_fullcart .up-cart__table th:nth-child(4){width:100px;}
  #cms_fullcart .up-cart__table th:nth-child(5){width:112px;}
  #cms_fullcart .up-cart-product__media{
    flex-basis:62px;
    width:62px!important;
    height:62px!important;
  }
  #cms_fullcart .up-cart__checkout{
    grid-template-columns:minmax(0, 1fr) minmax(390px, .92fr);
  }
  #cms_fullcart .basket__bottom-related .info-block__item{
    grid-template-columns:70px minmax(0, 1fr) 92px;
    gap:10px;
  }
  #cms_fullcart .basket__bottom-related .info-block__img-container{
    width:70px!important;
    height:70px!important;
  }
}

@media (max-width:900px){
  .up-cart-page .inner-main-content-container.page-width{
    width:min(100% - 28px, 760px);
  }

  #cms_fullcart .up-cart__checkout{
    grid-template-columns:1fr;
  }

  #cms_fullcart .basket__bottom-related{
    display:none!important;
  }
}

@media (max-width:760px){
  .up-cart-page .inner-main-content-container.page-width{
    width:calc(100% - 24px);
  }

  .up-cart-page .main-content{
    padding-bottom:36px!important;
  }

  .up-cart-page .crumbs{
    margin-top:14px!important;
    font-size:13px;
  }

  html body.up-cart-page .main-content .catalog > h1.catalog__h2,
  html body.up-cart-page #cms_fullcart h1.up-cart-title{
    align-items:center;
    gap:10px;
    margin-bottom:16px!important;
    font-size:29px!important;
  }

  .up-cart-heading-count{
    padding:5px 10px;
    border-radius:999px;
    background:#eef2fc;
    font-size:13px;
  }

  #cms_fullcart .up-cart__goods{
    overflow:visible;
    border:0;
    background:transparent;
    box-shadow:none;
  }

  #cms_fullcart .up-cart__table,
  #cms_fullcart .up-cart__table tbody{
    display:block!important;
    width:100%!important;
    background:transparent!important;
  }

  #cms_fullcart .up-cart__table thead{
    display:none!important;
  }

  #cms_fullcart .up-cart__table tr.cms_catalog_item,
  #cms_fullcart .up-cart__table tr.cms_catalog_item.mobile-v2-cart-special-row{
    position:relative!important;
    display:grid!important;
    grid-template-columns:minmax(0, 1fr) minmax(0, 1fr)!important;
    gap:14px 12px!important;
    width:100%!important;
    margin:0 0 14px!important;
    padding:16px!important;
    border:1px solid #e1e7f0!important;
    border-radius:8px!important;
    background:#fff!important;
    box-shadow:0 8px 22px rgba(17,42,110,.06)!important;
  }

  #cms_fullcart .up-cart__table tr.cms_catalog_item td,
  #cms_fullcart .up-cart__table tr.cms_catalog_item.mobile-v2-cart-special-row td{
    display:block!important;
    width:auto!important;
    min-width:0!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    background:transparent!important;
    text-align:left!important;
  }

  #cms_fullcart .up-cart__table tr.cms_catalog_item td:first-child,
  #cms_fullcart .up-cart__table tr.cms_catalog_item.mobile-v2-cart-special-row td:first-child{
    grid-column:1 / -1!important;
    grid-row:auto!important;
    padding-right:34px!important;
  }

  #cms_fullcart .up-cart-product{
    display:grid!important;
    grid-template-columns:82px minmax(0, 1fr);
    gap:12px;
    align-items:center;
  }

  #cms_fullcart .up-cart-product__media{
    grid-column:1!important;
    grid-row:1!important;
    width:82px!important;
    height:82px!important;
  }

  #cms_fullcart .up-cart-product__main{
    grid-column:2!important;
    grid-row:1!important;
    min-height:0!important;
  }

  #cms_fullcart .up-cart-product__title{
    font-size:15px!important;
    line-height:1.3!important;
  }

  #cms_fullcart .up-cart-product__meta{
    font-size:12px;
  }

  #cms_fullcart .up-cart__table tr.cms_catalog_item td:nth-child(2),
  #cms_fullcart .up-cart__table tr.cms_catalog_item.mobile-v2-cart-special-row td:nth-child(2){
    grid-column:1!important;
    grid-row:auto!important;
  }

  #cms_fullcart .up-cart__table tr.cms_catalog_item td:nth-child(3),
  #cms_fullcart .up-cart__table tr.cms_catalog_item.mobile-v2-cart-special-row td:nth-child(3){
    grid-column:1 / -1!important;
    grid-row:auto!important;
  }

  #cms_fullcart .up-cart__table tr.cms_catalog_item td:nth-child(4),
  #cms_fullcart .up-cart__table tr.cms_catalog_item.mobile-v2-cart-special-row td:nth-child(4){
    grid-column:1!important;
    grid-row:auto!important;
  }

  #cms_fullcart .up-cart__table tr.cms_catalog_item td:nth-child(5),
  #cms_fullcart .up-cart__table tr.cms_catalog_item.mobile-v2-cart-special-row td:nth-child(5){
    grid-column:2!important;
    grid-row:auto!important;
    align-self:end;
    text-align:right!important;
  }

  #cms_fullcart .up-cart__table tr.cms_catalog_item td:nth-child(6),
  #cms_fullcart .up-cart__table tr.cms_catalog_item.mobile-v2-cart-special-row td:nth-child(6){
    position:absolute!important;
    top:14px!important;
    right:14px!important;
    display:block!important;
    width:34px!important;
  }

  #cms_fullcart .up-cart__table td[data-label]:not(:first-child):before{
    content:attr(data-label);
    display:block;
    margin-bottom:7px;
    color:#7a8499;
    font:600 12px/1.2 Arial, sans-serif;
    text-align:left;
  }

  #cms_fullcart .up-cart__table td:nth-child(2) .body{
    justify-content:flex-start;
  }

  #cms_fullcart .number-container{
    width:116px!important;
  }

  #cms_fullcart .up-cart__table td:nth-child(3) .lea_vc{
    display:grid!important;
    grid-template-columns:1fr 1fr;
    gap:8px;
  }

  #cms_fullcart .up-cart-price{
    text-align:left!important;
  }

  #cms_fullcart .up-cart-line-total,
  #cms_fullcart .up-cart-line-total strong{
    font-size:20px!important;
  }

  #cms_fullcart .up-cart__footer{
    align-items:flex-start;
    padding:18px 16px;
  }

  #cms_fullcart .up-cart__continue{
    font-size:13px!important;
  }

  #cms_fullcart .up-cart__footer > .price{
    display:block!important;
    font-size:13px!important;
  }

  #cms_fullcart .up-cart__footer #cart_total_price{
    display:block;
    margin-top:4px;
    font-size:24px!important;
  }

  #cms_fullcart .up-cart__checkout{
    display:block!important;
    margin-top:16px!important;
  }

  #cms_fullcart .basket__bottom-form{
    padding-bottom:20px!important;
  }

  #cms_fullcart .order-form-header{
    padding:18px 18px!important;
  }

  #cms_fullcart .order-form-header strong{
    font-size:19px;
  }

  #cms_fullcart .order-form-body{
    padding:18px 18px 0!important;
  }

  #cms_fullcart .order-form-body .contacts{
    grid-template-columns:1fr;
    gap:13px;
  }

  #cms_fullcart .order-form-body .contacts > p{
    grid-column:1!important;
  }

  #cms_fullcart .pd-consent-wrap,
  #cms_fullcart .order-form-submit{
    margin-left:18px!important;
    margin-right:18px!important;
  }

  #cms_fullcart .basket .pd-consent-label{
    position:relative;
    display:block!important;
    padding-left:32px;
  }

  #cms_fullcart .basket .pd-consent-label .pd-consent-cb{
    position:absolute;
    top:0;
    left:0;
  }

  #cms_fullcart .basket .goods table.up-cart__table tr.cms_catalog_item .number-container .inc-button,
  #cms_fullcart .basket .goods table.up-cart__table tr.cms_catalog_item .number-container .dec-button{
    font-size:0!important;
  }

  #cms_fullcart .basket .goods table.up-cart__table tr.cms_catalog_item td:nth-child(6) .up-cart-remove{
    display:flex!important;
    width:34px!important;
    height:34px!important;
    border:1.5px solid #f0d3d4!important;
    background:#fff!important;
    color:#e11b22!important;
  }

  #cms_fullcart .basket .goods table.up-cart__table tr.cms_catalog_item td:nth-child(6){
    width:34px!important;
  }

  #cms_fullcart .basket .goods table.up-cart__table tr.cms_catalog_item td:nth-child(6) .up-cart-remove span{
    display:flex!important;
    align-items:center;
    justify-content:center;
    width:20px!important;
    height:20px!important;
    color:#e11b22!important;
    font:400 0/1 Arial, sans-serif!important;
    text-indent:0!important;
  }

  #cms_fullcart .order-form-submit input[type="submit"]{
    height:54px!important;
    font-size:15px!important;
    line-height:54px!important;
  }

  .up-cart-empty{
    grid-template-columns:1fr;
    gap:20px;
    min-height:0;
    padding:22px 18px;
  }

  .up-cart-empty__visual{
    height:230px;
  }

  .up-cart-empty__visual img{
    height:290px;
    margin-bottom:-58px;
  }

  .up-cart-empty__visual .up-cart-empty__sad-mascot{
    height:362px;
    margin:0;
    transform:translate(-116px, -78px);
  }

  .up-cart-empty__content h2{
    font-size:24px;
  }

  .up-cart-empty__content > p{
    font-size:15px;
  }

  .up-cart-empty__actions{
    display:grid;
    grid-template-columns:1fr;
  }

  .up-cart-empty__catalog,
  .up-cart-empty__manager{
    width:100%;
  }

  .up-cart-empty-help{
    grid-template-columns:42px minmax(0, 1fr);
    padding:17px;
  }

  .up-cart-empty-help__icon{
    width:42px;
    height:42px;
  }

  .up-cart-empty-help > a,
  .up-cart-empty-help > button{
    grid-column:1 / -1;
  }

  .up-cart-empty-help > button{
    width:100%;
  }
}

@media (max-width:420px){
  .up-cart-page .catalog__h2{
    flex-wrap:wrap;
  }

  #cms_fullcart .up-cart__table tr.cms_catalog_item,
  #cms_fullcart .up-cart__table tr.cms_catalog_item.mobile-v2-cart-special-row{
    padding:14px!important;
  }

  #cms_fullcart .up-cart__table td:nth-child(3) .lea_vc{
    grid-template-columns:1fr;
  }

  #cms_fullcart .up-cart__footer{
    display:block;
  }

  #cms_fullcart .up-cart__footer > .price{
    margin-top:14px!important;
    text-align:left!important;
  }
}
