

/* Start:/local/templates/garderob_s2/components/bitrix/sale.basket.basket/template.1/style.css?178482337276517*/
.ns-bitrix.c-basket.c-basket-template-1 {
  /*.basket-filter-control-wrap {
    width: 30%;
  }*/
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-body {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-body + .basket-gifts[data-showed=true] {
  margin-top: 64px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-total {
  background-color: #FFF;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-total ~ .basket-items {
  margin-top: 20px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-total[data-fixed=true] {
  position: sticky;
  z-index: 3;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-total[data-fixed=true][data-code=basket-total-top] {
  top: 0;
  z-index: 4;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-total[data-fixed=true][data-code=basket-total-bottom] {
  bottom: 0;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-total-container {
  padding: 40px 18px;
  border: 1px solid #F2F2F2;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-alerts {
  min-height: auto;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-alert-wrap {
  margin-top: 16px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-alert-wrap + * {
  margin-top: 24px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-alert {
  display: inline-block;
  position: relative;
  padding: 8px 12px;
  font-size: 13px;
  line-height: 18px;
  color: #808080;
  border: 1px solid #E8E8E8;
  border-radius: 2px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-alert-text, .ns-bitrix.c-basket.c-basket-template-1 .basket-alert-interactive-text {
  vertical-align: middle;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-alert-interactive {
  display: inline-block;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-alert-interactive:hover {
  opacity: 0.7;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-alert-icon {
  display: inline-block;
  margin: 0 2px 0 4px;
  width: 14px;
  height: 14px;
  line-height: 14px;
  vertical-align: middle;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-alert {
  position: relative;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-alert + .basket-alert {
  margin-top: 8px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-alert + * {
  margin-top: 16px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-alert.basket-alert-sticky + * {
  margin-top: 0;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-alert-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 10px;
  line-height: 12px;
  cursor: pointer;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-alert-close ~ * {
  padding-right: 10px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-alert-interactive {
  cursor: pointer;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-alert-interactive:hover {
  opacity: 0.7;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-alert-interactive-button {
  display: inline-block;
  line-height: 1;
  border: 1px solid;
  padding: 3px 6px;
  vertical-align: middle;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition-duration: 0.2s, 0.35s;
  -moz-transition-duration: 0.2s, 0.35s;
  -ms-transition-duration: 0.2s, 0.35s;
  -o-transition-duration: 0.2s, 0.35s;
  transition-duration: 0.2s, 0.35s;
  -webkit-transition-property: transform, opacity;
  -moz-transition-property: transform, opacity;
  -ms-transition-property: transform, opacity;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-alert-interactive-button:active {
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  -ms-transform: translateY(3px);
  -o-transform: translateY(3px);
  transform: translateY(3px);
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-alert-interactive-button:hover {
  opacity: 0.7;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-alert-line + * {
  margin-top: 6px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-alert[data-entity=basket-item-warning-node] .basket-alert-close {
  top: 8px;
  right: 8px;
  font-size: 12px;
  line-height: 12px;
  cursor: pointer;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-alert[data-entity=basket-item-warning-node] .basket-alert-close ~ * {
  padding-right: 16px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-alert.basket-alert-sticky {
  margin-bottom: 16px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-alert.basket-alert-sticky .basket-alert-close {
  top: 8px;
  right: 8px;
  font-size: 12px;
  line-height: 12px;
  cursor: pointer;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-alert.basket-alert-sticky .basket-alert-close ~ * {
  padding-right: 16px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-wrapper.basket-item-restore {
  font-size: 13px;
  line-height: 135%;
  color: #808080;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-wrapper.basket-item-restore .basket-item-content {
  padding: 30px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-restore-name {
  color: #1B1E25;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-restore-button {
  display: inline-block;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-restore-button:hover {
  opacity: 0.7;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-restore-actions {
  padding-right: 32px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-restore-action {
  cursor: pointer;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  -ms-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-restore-action svg {
  max-width: 16px;
  max-height: 16px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-restore-action svg path {
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: stroke;
  -moz-transition-property: stroke;
  -ms-transition-property: stroke;
  -o-transition-property: stroke;
  transition-property: stroke;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-restore-action:hover svg path {
  stroke: #404040;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-coupon-field {
  min-width: 280px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-coupon-field-label {
  position: absolute;
  margin-top: -80px;
  font-size: 14px;
  color: #B0B0B0;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-coupon-field-input {
  margin-top: 15px;
  border: 1px solid #D9D9D9;
  background: #FBFCFD;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-coupon-field-input input {
  padding: 12px;
  border: 0;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #666666;
  background: transparent;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-coupon-messages {
  overflow: hidden;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-coupon-message {
  font-size: 0;
  margin-top: 24px;
  margin-left: -4px;
  margin-right: -4px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-coupon-message[data-state=success] {
  color: #1DB940;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-coupon-message[data-state=error] {
  color: #E05757;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-coupon-message + .basket-coupon-message {
  margin-top: 16px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-coupon-message > span {
  display: inline-block;
  vertical-align: middle;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-coupon-message > span, .ns-bitrix.c-basket.c-basket-template-1 .basket-coupon-message div {
  margin-left: 4px;
  margin-right: 4px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-coupon-message-value {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  color: #404040;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-coupon-message-delete {
  font-size: 12px;
  line-height: 12px;
  color: #808080;
  padding: 3px 6px;
  border: 1px solid #B0B0B0;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition-duration: 0.35s, 0.2s;
  -moz-transition-duration: 0.35s, 0.2s;
  -ms-transition-duration: 0.35s, 0.2s;
  -o-transition-duration: 0.35s, 0.2s;
  transition-duration: 0.35s, 0.2s;
  -webkit-transition-property: border-color, transform;
  -moz-transition-property: border-color, transform;
  -ms-transition-property: border-color, transform;
  -o-transition-property: border-color, transform;
  transition-property: border-color, transform;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-coupon-message-delete:hover {
  border-color: #E8E8E8;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-coupon-message-delete:active {
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  -ms-transform: translateY(3px);
  -o-transform: translateY(3px);
  transform: translateY(3px);
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-coupon-message-description {
  font-size: 12px;
  line-height: 14px;
  margin-top: 6px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-price {
  overflow: hidden;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-price-info-name {
  font-size: 18px;
  line-height: 21px;
  color: #1B1E25;
  margin-right: 25px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-price-info-value {
  font-size: 14px;
  line-height: 16px;
  color: #666666;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-price-info-value + .basket-price-info-value {
  margin-top: 6px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-price-current {
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  color: #1B1E25;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-price-discount {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  text-decoration: line-through;
  margin-left: 12px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-price-values {
  margin-top: 15px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-price-economy-wrapper {
  font-size: 0;
  margin-left: -3px;
  margin-right: -3px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-price-economy-wrapper > span {
  display: inline-block;
  font-size: 12px;
  line-height: 14px;
  margin-left: 3px;
  margin-right: 3px;
  vertical-align: middle;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-price-economy-name {
  font-size: 12px;
  line-height: 14px;
  color: #666666;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-price-economy-value {
  color: #1B1E25;
  padding: 4px;
  background-color: #FFC700;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-filter-control {
  position: relative;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-filter-control-input {
  position: relative;
  padding-right: 40px;
  z-index: 1;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-filter-control-reset {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
  padding-left: 14px;
  padding-right: 14px;
  cursor: pointer;
  z-index: 1;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-filter-control-reset::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
  overflow: hidden;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-filter-control-reset:hover path {
  stroke: #E05757;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-filter-control-reset svg {
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: middle;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-filter-control-reset path {
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: stroke;
  -moz-transition-property: stroke;
  -ms-transition-property: stroke;
  -o-transition-property: stroke;
  transition-property: stroke;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-filter-statuses {
  overflow: hidden;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-filter-statuses-wrapper {
  margin-left: -16px;
  margin-right: -16px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-filter-status {
  font-size: 16px;
  line-height: 21px;
  color: #B0B0B0;
  margin-left: 16px;
  margin-right: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: border-color, color;
  -moz-transition-property: border-color, color;
  -ms-transition-property: border-color, color;
  -o-transition-property: border-color, color;
  transition-property: border-color, color;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-filter-status.active, .ns-bitrix.c-basket.c-basket-template-1 .basket-filter-status:hover {
  color: #404040;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-filter-empty {
  font-size: 0;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 380px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-filter-empty-picture {
  margin-bottom: 32px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-filter-empty-picture svg {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-filter-empty-title {
  font-size: 30px;
  font-weight: 500;
  line-height: 35px;
  color: #B0B0B0;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-filter-empty-description {
  font-size: 14px;
  line-height: 22px;
  color: #808080;
  margin-top: 16px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-items + .basket-total {
  margin-top: -1px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-items-panel {
  overflow: hidden;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-items-panel + div {
  margin-top: 32px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-items-panel-button {
  padding: 12px 20px;
  background-color: #FFF;
  border-width: 1px;
  border-color: #B0B0B0;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: border-color, background-color;
  -moz-transition-property: border-color, background-color;
  -ms-transition-property: border-color, background-color;
  -o-transition-property: border-color, background-color;
  transition-property: border-color, background-color;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-items-panel-button-icon {
  font-size: 0;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-items-panel-button-icon svg {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 18px;
  max-height: 18px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-items-panel-button-icon path {
  fill: #B0B0B0;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: fill;
  -moz-transition-property: fill;
  -ms-transition-property: fill;
  -o-transition-property: fill;
  transition-property: fill;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-items-panel-button-content {
  font-size: 14px;
  line-height: 14px;
  color: #808080;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -ms-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-items-panel-button-print {
  border-color: transparent;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-items-panel-button-print:hover .basket-items-panel-button-icon path {
  fill: #404040;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-items-panel-button-delete:hover {
  background-color: #FBE7E7;
  border-color: #FBE7E7;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-items-panel-button-delete:hover .basket-items-panel-button-icon path {
  fill: #E05757;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-items-panel-button-delete:hover .basket-items-panel-button-content {
  color: #E05757;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-overlay {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 2 !important;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item {
  position: relative;
  background-color: #FFF;
  z-index: 0;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: box-shadow;
  -moz-transition-property: box-shadow;
  -ms-transition-property: box-shadow;
  -o-transition-property: box-shadow;
  transition-property: box-shadow;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item:hover {
  z-index: 1;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.082);
  -moz-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.082);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.082);
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item + .basket-item {
  margin-top: -1px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-highlighted {
  background-color: #FFC700;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-wrapper {
  border: 1px solid #F2F2F2;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-content {
  padding: 24px 32px;
  overflow: hidden;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-image {
  position: relative;
  text-align: center;
  width: 120px;
  max-height: 120px;
  margin-right: 50px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-image .basket-item-quick-view-image {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.8s ease;
  cursor: pointer;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-image img {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 120px;
  z-index: 1;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-image:hover .basket-item-quick-view-image {
  visibility: visible;
  opacity: 1;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-image-link {
  position: relative;
  display: inline-block;
  text-decoration: none;
  width: 120px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-image-stickers {
  position: absolute;
  margin: 3px;
  overflow: hidden;
  pointer-events: none;
  z-index: 2;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-image-stickers[data-position-y=middle] {
  margin-top: 0;
  margin-bottom: 0;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-image-stickers[data-position-x=left] {
  text-align: left;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-image-stickers[data-position-x=center] {
  text-align: center;
  margin-left: 0;
  margin-right: 0;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-image-stickers[data-position-x=right] {
  text-align: right;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-image-stickers-wrapper {
  font-size: 0;
  margin: -3px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-image-sticker {
  margin: 3px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-image-sticker + .basket-item-image-sticker {
  margin-top: 0;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-image-sticker-value {
  display: inline-block;
  font-size: 12px;
  line-height: 12px;
  color: #1B1E25;
  padding: 3px 4px;
  background-color: #FFC700;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-name {
  font-size: 0;
  margin: 0;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-name > * {
  font-size: 18px;
  line-height: 24px;
  color: #1B1E25;
  text-decoration: none;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -ms-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-name + * {
  margin-top: 12px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-offers + * {
  margin-top: 24px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-offers-property + * {
  margin-top: 16px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-offers-property-name {
  font-size: 14px;
  line-height: 17px;
  color: #808080;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-offers-property-values {
  margin-top: 8px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-offers-property-values-wrapper {
  font-size: 0;
  margin: -4px -3px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-offers-property-value {
  display: inline-block;
  margin: 4px 3px;
  vertical-align: middle;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-offers-property-value-content {
  border: 1px solid #E8E8E8;
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition-duration: 0.35s, 0.35s, 0.2s;
  -moz-transition-duration: 0.35s, 0.35s, 0.2s;
  -ms-transition-duration: 0.35s, 0.35s, 0.2s;
  -o-transition-duration: 0.35s, 0.35s, 0.2s;
  transition-duration: 0.35s, 0.35s, 0.2s;
  -webkit-transition-property: border-color, background-color, transform;
  -moz-transition-property: border-color, background-color, transform;
  -ms-transition-property: border-color, background-color, transform;
  -o-transition-property: border-color, background-color, transform;
  transition-property: border-color, background-color, transform;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-offers-property-value-content:active {
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  -ms-transform: translateY(3px);
  -o-transform: translateY(3px);
  transform: translateY(3px);
}
.ns-bitrix.c-basket.c-basket-template-1 [data-offer-property-type=picture] .basket-item-offers-property-value.selected > div > i {
  opacity: 1;
}
.ns-bitrix.c-basket.c-basket-template-1 [data-offer-property-type=picture] .basket-item-offers-property-value.not-available > div {
  opacity: 0.3;
  cursor: not-allowed;
}
.ns-bitrix.c-basket.c-basket-template-1 [data-offer-property-type=picture] .basket-item-offers-property-value-content {
  text-align: center;
  width: 24px;
  height: 24px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.ns-bitrix.c-basket.c-basket-template-1 [data-offer-property-type=picture] .basket-item-offers-property-value-content::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
  overflow: hidden;
}
.ns-bitrix.c-basket.c-basket-template-1 [data-offer-property-type=picture] .basket-item-offers-property-value-content > i {
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  color: #FFF;
  opacity: 0;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  vertical-align: middle;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.ns-bitrix.c-basket.c-basket-template-1 [data-offer-property-type=text] .basket-item-offers-property-value.selected > div {
  background-color: #E8E8E8;
}
.ns-bitrix.c-basket.c-basket-template-1 [data-offer-property-type=text] .basket-item-offers-property-value-content {
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  padding: 7px 8px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-basket-properties + div {
  margin-top: 13px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-basket-properties + .basket-item-offers {
  margin-top: 24px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-basket-property {
  overflow: hidden;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-basket-property + .basket-item-basket-property {
  margin-top: 13px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-basket-property-name {
  font-size: 14px;
  line-height: 20px;
  color: #B0B0B0;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-basket-property-value {
  font-size: 14px;
  line-height: 20px;
  color: #404040;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-product-properties + div {
  margin-top: 13px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-product-properties + .basket-item-offers {
  margin-top: 24px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-product-property {
  overflow: hidden;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-product-property + .basket-item-product-property {
  margin-top: 13px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-product-property-name {
  font-size: 14px;
  line-height: 20px;
  color: #B0B0B0;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-product-property-values {
  overflow: hidden;
}
.ns-bitrix.c-basket.c-basket-template-1 [data-product-property-type=picture] .basket-item-product-property-values {
  margin-top: 5px;
}
.ns-bitrix.c-basket.c-basket-template-1 [data-product-property-type=picture] .basket-item-product-property-value {
  width: auto;
  height: auto;
  max-width: 60px;
  max-height: 60px;
  border: 1px solid #E8E8E8;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: border-color;
  -moz-transition-property: border-color;
  -ms-transition-property: border-color;
  -o-transition-property: border-color;
  transition-property: border-color;
}
.ns-bitrix.c-basket.c-basket-template-1 [data-product-property-type=text] .basket-item-product-property-value {
  font-size: 14px;
  line-height: 20px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-additional {
  overflow: hidden;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-price-apart-measure {
  font-size: 14px;
  line-height: 16px;
  color: #404040;
  margin-bottom: 6px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-price-apart-value {
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  color: #1B1E25;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-price-apart-discount {
  font-size: 14px;
  line-height: 16px;
  color: #808080;
  text-decoration: line-through;
  margin-top: 4px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-price-along {
  text-align: center;
  margin-top: 12px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-price-along-value {
  font-size: 14px;
  line-height: 16px;
  color: #404040;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-price-along-discount {
  font-size: 12px;
  line-height: 12px;
  color: #808080;
  text-decoration: line-through;
  margin-top: 6px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-quantity-wrap {
  font-size: 0;
  text-align: center;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-quantity [disabled=disabled] {
  opacity: 0.3;
  cursor: not-allowed;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-quantity-counter button {
  padding-left: 18px !important;
  padding-right: 18px !important;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-total-wrap {
  font-size: 0;
  text-align: right;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-total {
  display: inline-block;
  text-align: left;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-total-percent {
  font-size: 14px;
  line-height: 16px;
  color: #404040;
  margin-bottom: 6px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-total-value {
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  color: #1B1E25;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-total-discount {
  font-size: 14px;
  line-height: 16px;
  color: #808080;
  text-decoration: line-through;
  margin-top: 4px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-total-economy {
  margin-top: 8px;
  overflow: hidden;
  text-align: right;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-total-economy-wrapper {
  font-size: 0;
  margin-left: -3px;
  margin-right: -3px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-total-economy-wrapper > div {
  display: inline-block;
  font-size: 12px;
  line-height: 14px;
  margin-left: 3px;
  margin-right: 3px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-total-economy-name {
  color: #666666;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-total-economy-value {
  color: #1B1E25;
  padding: 4px;
  background-color: #FFC700;
  white-space: nowrap;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-desktop-actions {
  overflow: hidden;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-desktop-action {
  color: #808080;
  padding: 9px 11px;
  background-color: #FFF;
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-desktop-action svg {
  max-width: 16px;
  max-height: 16px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-desktop-action svg path {
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: stroke, fill;
  -moz-transition-property: stroke, fill;
  -ms-transition-property: stroke, fill;
  -o-transition-property: stroke, fill;
  transition-property: stroke, fill;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-desktop-action[data-type=alert]:hover {
  color: #E56060;
  border-color: #FBE7E7;
  background-color: #FBE7E7;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-desktop-action[data-type=alert]:hover svg path {
  fill: #E56060;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-desktop-action-text {
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  padding-left: 8px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-empty {
  font-size: 0;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 380px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-empty-picture {
  margin-bottom: 36px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-empty-picture svg {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-empty-title {
  font-size: 30px;
  font-weight: 500;
  line-height: 35px;
  color: #B0B0B0;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-empty-description {
  font-size: 14px;
  line-height: 22px;
  color: #808080;
  margin-top: 16px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-empty-button {
  margin-top: 24px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-gifts[data-showed=true] + * {
  margin-top: 64px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-gifts-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  color: #1B1E25;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-gifts-title + .basket-gifts-list {
  margin-top: 32px;
}
.ns-bitrix.c-basket.c-basket-template-1 [data-position-y=top] {
  top: 0;
}
.ns-bitrix.c-basket.c-basket-template-1 [data-position-y=middle] {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ns-bitrix.c-basket.c-basket-template-1 [data-position-y=bottom] {
  bottom: 0;
}
.ns-bitrix.c-basket.c-basket-template-1 [data-position-x=left] {
  left: -10px;
}
.ns-bitrix.c-basket.c-basket-template-1 [data-position-x=center] {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.ns-bitrix.c-basket.c-basket-template-1 [data-position-x=right] {
  right: -10px;
}
.ns-bitrix.c-basket.c-basket-template-1 [data-position-y=middle][data-position-x=center] {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ns-bitrix.c-basket.c-basket-template-1 [data-overlayed=true] {
  position: relative;
}
.ns-bitrix.c-basket.c-basket-template-1 [data-overlayed=true] > * {
  position: relative;
  z-index: 1;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-control-wrap {
  display: none;
  margin-left: 11px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-quantity-counter .intec-ui-part-input {
  height: 52px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-order-wrapper {
  display: block;
  margin-left: 16px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-order-button {
  text-transform: uppercase;
  font-size: 12px;
  border-width: 1px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-order-wrapper div:last-child {
  margin-top: 8px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-confirm-remove-product {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 150;
  background: rgba(51, 51, 51, 0.5);
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-confirm-remove-product[data-state=hidden] {
  display: none;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-confirm-remove-product-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 60px;
  background: #FFFFFF;
  border-radius: 2px;
  max-width: 580px;
  min-width: 320px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-confirm-remove-product-close {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-confirm-remove-product-title {
  font-weight: normal;
  font-size: 32px;
  line-height: 40px;
  color: #1B1E25;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-confirm-remove-product-text {
  margin-top: 48px;
  margin-bottom: 34px;
  font-weight: normal;
  font-size: 15px;
  line-height: 23px;
  color: #404040;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-confirm-remove-product-button {
  font-weight: 600;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  width: 97px;
  height: 44px;
  border-width: 1px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-confirm-remove-product-delay {
  cursor: pointer;
  color: #808080;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-confirm-remove-product-delay[data-state=hidden] {
  display: none;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-confirm-remove-product-delay [data-role="confirm.remove.product.delay.message"] {
  font-weight: 500;
  font-size: 13px;
  line-height: 17px;
}
@media all and (max-width: 1200px) {
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-price-apart-wrap {
    font-size: 0;
    text-align: right;
    order: 4;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-price-apart {
    display: inline-block;
    text-align: left;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-quantity-wrap {
    font-size: 0;
    text-align: right;
    order: 3;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-total-economy {
    order: 2;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-quantity-wrapper {
    display: inline-block;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-total-wrap {
    order: 1;
  }
}
@media all and (max-width: 1024px) {
  .ns-bitrix.c-basket.c-basket-template-1 .basket-price-info-values {
    margin-right: 10px;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-coupon-field {
    min-width: auto;
    max-width: 280px;
  }
}
@media all and (max-width: 900px) {
  .ns-bitrix.c-basket.c-basket-template-1 .basket-order-wrapper div:last-child {
    margin-top: 0;
    padding-left: 13px;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-order-wrapper {
    display: flex;
    margin-left: 0;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-total-wrapper > div + div {
    margin-top: 32px;
  }
}
@media all and (max-width: 800px) {
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-image {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
@media all and (max-width: 768px) {
  .ns-bitrix.c-basket.c-basket-template-1 {
    /*.basket-filter-wrap {
      display: none;
    }*/
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-body + .basket-gifts[data-showed=true] {
    margin-top: 48px;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-total-container {
    padding-left: 24px;
    padding-right: 24px;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-coupon-message-value {
    display: block !important;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-coupon-message-delete {
    margin-top: 6px;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-price-current {
    font-size: 20px;
    line-height: 24px;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-price-info-value {
    font-size: 12px;
    line-height: 14px;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-items-panel + div {
    margin-top: 22px;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-content {
    margin-left: 24px;
    margin-right: 24px;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-name > * {
    font-size: 16px;
    line-height: 22px;
  }
  .ns-bitrix.c-basket.c-basket-template-1 [data-offer-property-type=picture] .basket-item-offers-property-value-content {
    width: 30px;
    height: 30px;
  }
  .ns-bitrix.c-basket.c-basket-template-1 [data-offer-property-type=picture] > i {
    font-size: 16px;
    line-height: 16px;
  }
  .ns-bitrix.c-basket.c-basket-template-1 [data-offer-property-type=text] .basket-item-offers-property-value-content {
    padding: 11px 12px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-basket-property + .basket-item-basket-property {
    margin-top: 9px;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-product-property + .basket-item-product-property {
    margin-top: 9px;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-total-value {
    font-size: 20px;
    line-height: 24px;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-total-percent {
    font-size: 12px;
    line-height: 14px;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-price-apart-measure {
    font-size: 12px;
    line-height: 14px;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-price-apart-value {
    font-size: 20px;
    line-height: 20px;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-gifts[data-showed=true] + * {
    margin-top: 48px;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-gifts-title {
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-gifts-title + .basket-gifts-list {
    margin-top: 24px;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-total-wrapper > div + div {
    margin-top: 32px;
  }
}
@media print {
  .ns-bitrix.c-basket.c-basket-template-1 [data-print=false] {
    display: none;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-quantity-counter.intec-ui.intec-ui-control-numeric .intec-ui-part-input {
    box-shadow: none !important;
    padding: 0 !important;
    background: none !important;
    border: 0 !important;
  }
}
@media all and (max-width: 767px) {
  .ns-bitrix.c-basket.c-basket-template-1 .basket-total-wrapper > div + div {
    margin-top: 32px;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-content {
    padding: 0;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-main {
    padding: 20px 20px 17px 20px;
    border-bottom: 1px solid #F2F2F2;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-additional {
    padding: 15px 27px 14px 18px;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-control-wrap {
    display: block;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-content {
    overflow: hidden;
    margin: 0;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-control-wrap {
    display: none;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-add-delayed {
    margin-top: 14px;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-remove-delayed {
    margin-top: 14px;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-control-wrap .basket-item-action svg {
    width: 100%;
    max-height: 21px;
    max-width: 17px;
    background-color: transparent !important;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-control-wrap .basket-item-action div:last-child {
    margin-top: 14px;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-total {
    display: flex;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-remove-delayed svg path {
    stroke: transparent;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-total-economy {
    text-align: right;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-total-percent {
    text-align: right;
  }
}
@media all and (max-width: 650px) {
  .ns-bitrix.c-basket.c-basket-template-1 {
    /*.basket-alert-wrap {
      display: none;
    }*/
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-image-stickers {
    display: none;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-desktop-actions {
    display: none;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-confirm-remove-product-wrapper {
    padding: 40px;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-restore-close {
    display: none;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-properties {
    margin-top: 12px !important;
  }
  .ns-bitrix.c-basket.c-basket-template-1 [data-position-y=middle] {
    top: 42%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .ns-bitrix.c-basket.c-basket-template-1 [data-position-y=bottom] {
    bottom: -10px;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-image-link {
    width: 108px;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-order-button {
    padding: 11px 16px;
    font-weight: 500;
    font-size: 10px;
    line-height: 10px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border-width: 0.4px;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-order-button + .basket-order-button {
    margin-top: 8px;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-quantity-counter {
    max-width: 80px;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-quantity-counter .intec-ui-part-decrement {
    padding-right: 13px !important;
    padding-left: 0 !important;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-quantity-counter .intec-ui-part-input {
    width: 40px !important;
    height: 40px;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-quantity-counter .intec-ui-part-increment {
    padding-right: 0 !important;
    padding-left: 13px !important;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-image {
    position: relative;
    text-align: center;
    width: 58px;
    max-height: 72px;
    margin-right: 20px;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-image img {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 72px;
    z-index: 1;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-total-economy {
    margin-top: 0;
    text-align: left;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-total-economy-wrapper .basket-item-total-economy-name {
    display: block;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-control-wrap {
    display: block;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-control-wrap .basket-item-action {
    width: 17px;
    height: 21px;
    background-color: transparent;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-price-apart-wrap {
    display: none;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-wrapper > div[data-print] {
    display: none;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-total-percent {
    display: none;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-price-apart-wrap {
    text-align: left;
    order: 1;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-quantity-wrap {
    text-align: left;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-total-wrap {
    text-align: left;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-action {
    width: auto;
    height: 48px;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-quantity-wrap {
    order: unset;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-total-wrap {
    order: unset;
  }
}
@media all and (max-width: 600px) {
  .ns-bitrix.c-basket.c-basket-template-1 .basket-coupon-field {
    min-width: auto;
    max-width: unset;
  }
}
@media all and (max-width: 425px) {
  .ns-bitrix.c-basket.c-basket-template-1 .basket-alert-interactive {
    display: block;
  }
}
@media all and (min-width: 400px) and (max-width: 650px) {
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-info-wrap {
    padding-left: 20px;
  }
}
@media all and (max-width: 400px) {
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-image-wrap {
    order: 1;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-control-wrap {
    order: 2;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-info-wrap {
    order: 3;
  }
}
@media all and (max-width: 375px) {
  .ns-bitrix.c-basket.c-basket-template-1 .basket-order-wrapper div:last-child {
    padding-left: 0;
    margin-top: 15px;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-control-wrap {
    margin: 15px 0 0 0;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-add-delayed, .ns-bitrix.c-basket.c-basket-template-1 .basket-item-remove-delayed {
    margin: 0 0 0 15px;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-control-wrap {
    display: flex;
  }
}
@media all and (max-width: 374px) {
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-name + * {
    margin-top: 25px;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-price-info-name {
    margin-right: 15px;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-price-economy {
    margin-top: 15px;
  }
}
@media all and (max-width: 360px) {
  .ns-bitrix.c-basket.c-basket-template-1 .basket-price-discount {
    margin-left: 0;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-image {
    position: relative;
    text-align: center;
    width: 58px;
    max-height: 72px;
    margin-right: 20px;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-total-economy {
    text-align: right;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-coupon-field-label {
    display: block;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-coupon-field-input input {
    font-size: 13px;
    line-height: 14px;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-coupon-field-input input::placeholder {
    font-size: 0;
    display: none;
  }
}

/* ── Панель: скрыть поиск, счётчик влево без подчёркивания ─────────────── */
.ns-bitrix.c-basket.c-basket-template-1 .basket-filter-control-wrap {
  display: none !important;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-filter-statuses-wrapper {
  justify-content: flex-start !important;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-filter-status.active,
.ns-bitrix.c-basket.c-basket-template-1 .basket-filter-status {
  border-bottom: none !important;
  border-color: transparent !important;
}

/* ── Двухколоночный layout: товары слева, итог справа ───────────────────── */
@media all and (min-width: 901px) {
  .ns-bitrix.c-basket.c-basket-template-1 .basket-body {
    display: flex;
    align-items: flex-start;
    gap: 24px;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-body .basket-items {
    flex: 1;
    min-width: 0;
    order: 1;
    margin-top: 0 !important;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-body .basket-total[data-code=basket-total-top] {
    order: 2;
    width: 320px;
    flex-shrink: 0;
    position: sticky;
    top: 20px;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
  }
  /* Убираем верхний margin от items когда total над ними */
  .ns-bitrix.c-basket.c-basket-template-1 .basket-total ~ .basket-items {
    margin-top: 0;
  }
  /* Заголовок сайдбара */
  .ns-bitrix.c-basket.c-basket-template-1 .basket-body .basket-total[data-code=basket-total-top]::before {
    content: '\412\430\448\20 \437\430\43a\430\437';
    display: block;
    padding: 16px 20px 12px;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #f0f0f0;
  }
  /* Внутренний контейнер */
  .ns-bitrix.c-basket.c-basket-template-1 .basket-body .basket-total[data-code=basket-total-top] .basket-total-container {
    padding: 16px 20px 20px;
    border: none;
  }
  /* Вертикальный стек внутри сайдбара — без boковых отступов от intec-grid */
  .ns-bitrix.c-basket.c-basket-template-1 .basket-body .basket-total[data-code=basket-total-top] .basket-total-wrapper {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-body .basket-total[data-code=basket-total-top] .basket-total-wrapper > * {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  /* Скрыть пустой placeholder от HIDE_COUPON=Y */
  .ns-bitrix.c-basket.c-basket-template-1 .basket-body .basket-total[data-code=basket-total-top] .basket-total-wrapper > div:empty {
    display: none !important;
  }
  /* Цена на всю ширину */
  .ns-bitrix.c-basket.c-basket-template-1 .basket-body .basket-total[data-code=basket-total-top] .basket-price-wrap {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    width: 100% !important;
    margin: 0 !important;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-body .basket-total[data-code=basket-total-top] .basket-price-wrap > * {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  /* "Итого:" — метка сверху */
  .ns-bitrix.c-basket.c-basket-template-1 .basket-body .basket-total[data-code=basket-total-top] .basket-price-info {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 2px;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-body .basket-total[data-code=basket-total-top] .basket-price-info-name {
    font-size: 12px !important;
    font-weight: 400 !important;
    color: #999 !important;
    width: 100% !important;
    margin-bottom: 0 !important;
  }
  /* Строка счётчик + цена */
  .ns-bitrix.c-basket.c-basket-template-1 .basket-body .basket-total[data-code=basket-total-top] .basket-price-info > .intec-grid {
    width: 100% !important;
    justify-content: space-between !important;
    align-items: baseline !important;
  }
  /* Размер шрифта цены */
  .ns-bitrix.c-basket.c-basket-template-1 .basket-body .basket-total[data-code=basket-total-top] .basket-price-current {
    font-size: 22px;
  }
  /* Скрыть "Общий вес" */
  .ns-bitrix.c-basket.c-basket-template-1 .basket-body .basket-total[data-code=basket-total-top] .basket-price-values {
    display: none !important;
  }
  /* Кнопка на всю ширину — перебить intec-grid-item-1200-auto */
  .ns-bitrix.c-basket.c-basket-template-1 .basket-body .basket-total[data-code=basket-total-top] .basket-order-wrapper {
    margin: 0;
    width: 100%;
    display: block !important;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-body .basket-total[data-code=basket-total-top] .basket-order-wrapper > div {
    width: 100% !important;
    max-width: 100% !important;
    flex: none !important;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-body .basket-total[data-code=basket-total-top] .basket-order-button {
    width: 100% !important;
    display: block !important;
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
}

/* ── "Скидки и бонусы" (MAXMA: бонусы + промокод) — карточка в сайдбаре,
   перед "Ваш заказ". Заголовок виден всегда, карточное оформление и
   позиция во flex-колонке — только на десктопе, там же где "Ваш заказ". ── */
.ns-bitrix.c-basket.c-basket-template-1 .maxma-basket-widgets-title {
  display: block;
  padding: 16px 20px 12px;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid #f0f0f0;
}
@media all and (min-width: 901px) {
  /* Правая колонка сайдбара — сама по себе grid-колонка на 2 строки:
     "Скидки и бонусы" сверху, "Ваш заказ" снизу. Левая колонка (товары)
     растягивается на обе строки. Переопределяем display:flex у .basket-body
     на display:grid — правило ниже по каскаду, та же специфичность, побеждает. */
  .ns-bitrix.c-basket.c-basket-template-1 .basket-body {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 24px;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-body .basket-items {
    grid-column: 1;
    grid-row: 1 / 3;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-body .maxma-basket-widgets {
    grid-column: 2;
    grid-row: 1;
    border: 1px solid #e8e8e8;
    border-top: none;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    margin-top: 0;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-body .basket-total[data-code=basket-total-top] {
    grid-column: 2;
    grid-row: 2;
  }
  /* Узкая карточка (320px) — контейнер компонента (__container) у вендора
     захардкожен на width:327px через селектор с #basket-root (специфичность
     ID, обычным классам не перебить без !important) — шире, чем доступное
     место в карточке (320px - 2*18px паддинга = 284px), из-за чего форма
     вылезала за скруглённую рамку. Прижимаем к 100% ширины родителя. */
  .ns-bitrix.c-basket.c-basket-template-1 .basket-body .maxma-basket-widgets .maxma-basket-promocode__container,
  .ns-bitrix.c-basket.c-basket-template-1 .basket-body .maxma-basket-widgets .maxma-basket-bonus__container {
    width: 100% !important;
    box-sizing: border-box !important;
  }
  /* Узкая карточка (320px) — форме бонусов/промокода не хватает места для
     инпута и кнопки в одну строку (компонент рассчитан на широкий контейнер
     внизу страницы), переносим кнопку под инпут */
  .ns-bitrix.c-basket.c-basket-template-1 .basket-body .maxma-basket-widgets .maxma-basket-promocode__promo-input-fields,
  .ns-bitrix.c-basket.c-basket-template-1 .basket-body .maxma-basket-widgets .maxma-basket-bonus__promo-input-fields {
    flex-direction: column;
    align-items: stretch;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-body .maxma-basket-widgets .maxma-basket-promocode__promo-input-fields-container,
  .ns-bitrix.c-basket.c-basket-template-1 .basket-body .maxma-basket-widgets .maxma-basket-bonus__promo-input-fields-container {
    margin-right: 0;
    margin-bottom: 8px;
  }
  /* Кнопки "Применить" — тот же стиль, что у "ПЕРЕЙТИ К ОФОРМЛЕНИЮ"
     (.basket-order-button: чёрная плашка, а не серая/безликая как по
     умолчанию у вендора). pointer-events логику активности не трогаем —
     компонент сам решает, когда submit кликабелен. */
  .ns-bitrix.c-basket.c-basket-template-1 .basket-body .maxma-basket-widgets .maxma-basket-promocode__promo-submit,
  .ns-bitrix.c-basket.c-basket-template-1 .basket-body .maxma-basket-widgets .maxma-basket-bonus__promo-submit {
    width: 100%;
    background: #232526 !important;
    color: #fff !important;
    border: 1px solid #232526 !important;
    border-radius: 2px;
    padding: 16px 20px !important;
    font-family: "Proxima Nova", sans-serif !important;
    font-size: 12px !important;
    line-height: normal !important;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
  }
}

/*# sourceMappingURL=style.css.map */

/* ═══════════════════════════════════════════════════════════════
   MOV Compact basket layout (MOV_COMPACT_LAYOUT=Y)
   ═══════════════════════════════════════════════════════════════ */

/* Wrapper: убираем border у стандартного, compact сам рисует рамку */
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-wrapper.mov-ci-wrap {
  border: none;
  display: flex;
  align-items: stretch;
  gap: 0;
  /* Раньше было "0 32px 0 0" — фото вплотную к левому/верхнему/нижнему краю
     карточки на десктопе, в отличие от мобильной версии (там padding:16px
     по всем сторонам, см. @media max-width:900px ниже). Делаем одинаково. */
  padding: 16px 32px 16px 16px;
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
}

/* ── Фото ── */
.mov-ci-wrap .mov-ci-photo {
  flex-shrink: 0 !important; width: auto; align-self: stretch !important;
}
.mov-ci-wrap .mov-ci-photo .basket-item-image-wrap {
  width: auto !important; height: 100% !important; flex: none !important;
  padding: 0 !important; margin: 0 !important; max-width: none !important; display: block !important;
}
.mov-ci-wrap .mov-ci-photo .basket-item-image-link {
  display: block !important; width: auto !important; height: 100% !important;
}
.mov-ci-wrap .mov-ci-photo .basket-item-image {
  width: auto !important; height: 100% !important; margin: 0 !important;
  max-height: none !important; position: relative;
}
.mov-ci-wrap .mov-ci-photo .basket-item-image img {
  width: auto !important; height: 100% !important; max-height: none !important;
  object-fit: cover !important; border-radius: 0 !important; display: block !important;
}

/* ── Тело ── */
.mov-ci-wrap .mov-ci-body {
  flex: 1; min-width: 0;
  display: flex; flex-direction: column;
  padding: 16px 0 16px 20px;
}

/* ── Ряд 1: название + иконки ── */
.mov-ci-wrap .mov-ci-row1 {
  display: flex; align-items: center;
  justify-content: space-between; gap: 8px; margin-bottom: 6px;
}
.mov-ci-wrap .mov-ci-name { flex: 1; min-width: 0; }
.mov-ci-wrap .basket-item-name {
  font-size: 14px; font-weight: 500; margin: 0; line-height: 1.4; color: #333;
}
.mov-ci-wrap .basket-item-name a { color: inherit; text-decoration: none; }
.mov-ci-wrap .basket-item-name a:hover { opacity: .75; }
/* Скрыть свойства товара (цвет/размер уже в названии) */
.mov-ci-wrap .basket-item-properties { display: none !important; }

/* Иконки */
.mov-ci-wrap .mov-ci-icons {
  flex-shrink: 0; display: flex; align-items: center; gap: 0;
}
.mov-ci-wrap .mov-ci-like-btn,
.mov-ci-wrap .mov-ci-delete-btn {
  background: none; border: none; cursor: pointer;
  padding: 4px 6px; line-height: 0;
}
.mov-ci-wrap .mov-ci-like-btn:hover svg path  { stroke: #e05555; }
.mov-ci-wrap .mov-ci-liked svg path           { stroke: #e05555 !important; fill: #e05555 !important; }
.mov-ci-wrap .mov-ci-delete-btn:hover         { opacity: .5; }
.mov-ci-wrap .mov-ci-delete-btn svg           { width: 22px; height: 22px; display: block; }

/* ── Ряд 2: счётчик + итоговая цена ── */
.mov-ci-wrap .mov-ci-row2 {
  display: flex; align-items: center;
  justify-content: space-between; gap: 12px; margin-bottom: 4px;
}
.mov-ci-wrap .mov-ci-row2 .basket-item-quantity-wrap {
  flex: none !important; width: auto !important;
  max-width: none !important; padding: 0 !important; margin: 0 !important;
}
/* Итоговая цена справа */
.mov-ci-wrap .basket-item-total-wrap {
  flex: none !important; width: auto !important;
  max-width: none !important; padding: 0 !important; margin: 0 !important;
}
.mov-ci-wrap .basket-item-total { justify-content: flex-end; flex-wrap: nowrap; }
.mov-ci-wrap .basket-item-total-value  { font-size: 18px; font-weight: 600; white-space: nowrap; }
.mov-ci-wrap .basket-item-total-discount { font-size: 12px; color: #aaa; text-decoration: line-through; }
.mov-ci-wrap .basket-item-total-percent { display: none; }
.mov-ci-wrap .basket-item-total-economy { display: none !important; }

/* ── Цена за единицу "X ₽/шт." ── */
.mov-ci-wrap .mov-ci-unit-price .basket-item-price-apart { display: flex; align-items: center; gap: 4px; }
.mov-ci-wrap .mov-ci-unit-price .basket-item-price-apart-measure { display: none; }
.mov-ci-wrap .mov-ci-unit-price .basket-item-price-apart-value {
  font-size: 11px !important; color: #aaa !important; line-height: 1;
}
.mov-ci-wrap .mov-ci-unit-price .basket-item-price-apart-value::after { content: " / шт."; }
.mov-ci-wrap .mov-ci-unit-price .basket-item-price-apart-discount { display: none; }

/* ── Наличие ── */
.mov-ci-wrap .mov-ci-avail .mov-avail-label { display: block; font-size: 12px; color: #777; margin-top: 4px; }

/* Скрыть мобильные иконки и лишние обёртки */
.mov-ci-wrap .basket-item-control-wrap { display: none !important; }
.mov-ci-wrap .basket-alert-wrap        { display: none !important; }

/* Скрыть "1 отложен" в панели фильтра */
.ns-bitrix.c-basket.c-basket-template-1 .basket-filter-status[data-filter="delayed"] {
  display: none !important;
}

/* ── Mobile/tablet: compact item layout fixes ───────────────────────────── */
@media all and (max-width: 900px) {

  /* 1. Панель: принтер и удаление на одной строке с "В корзине N товаров" */
  .ns-bitrix.c-basket.c-basket-template-1 .basket-items-panel .basket-filter-wrap {
    flex-basis: auto !important;
    width: auto !important;
    flex: 1 !important;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-items-panel .basket-filter-status[data-filter="all"] {
    display: inline-block !important;
    font-size: 14px;
    font-weight: 500;
    color: #333;
  }
  /* Скрыть фильтр, оставить только счётчик */
  .ns-bitrix.c-basket.c-basket-template-1 .basket-items-panel .basket-filter-control-wrap,
  .ns-bitrix.c-basket.c-basket-template-1 .basket-items-panel .basket-filter-status:not([data-filter="all"]) {
    display: none !important;
  }
  /* Убрать "Очистить корзину" текст — оставить только иконку */
  .ns-bitrix.c-basket.c-basket-template-1 .basket-items-panel-button-content {
    display: none !important;
  }
  /* Убрать рамку у кнопки удаления корзины, добавить gap между иконками */
  .ns-bitrix.c-basket.c-basket-template-1 .basket-items-panel-button {
    border: none !important;
    background: transparent !important;
    padding: 0 !important;
    min-width: 0 !important;
    min-height: 0 !important;
    width: auto !important;
    height: auto !important;
  }
  /* gap между принтером и корзиной */
  .ns-bitrix.c-basket.c-basket-template-1 .basket-items-panel-buttons .intec-grid {
    display: flex !important;
    align-items: center;
    gap: 16px !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-items-panel-buttons .intec-grid > .intec-grid-item-auto {
    padding: 0 !important;
    margin: 0 !important;
    width: auto !important;
  }

  /* 2. Фото — на всю высоту карточки, ширина авто */
  /* Равные паддинги вокруг карточки товара */
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-wrapper.mov-ci-wrap {
    padding: 16px !important;
  }
  /* Скрыть бейдж (Новинка) */
  .ns-bitrix.c-basket.c-basket-template-1 .mov-ci-wrap .basket-item-image-stickers {
    display: none !important;
  }
  /* Фото — без фиксированной ширины */
  .ns-bitrix.c-basket.c-basket-template-1 .mov-ci-wrap .mov-ci-photo {
    width: auto !important;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .mov-ci-wrap .mov-ci-photo .basket-item-image-wrap {
    width: auto !important; height: 100% !important;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .mov-ci-wrap .mov-ci-photo .basket-item-image {
    width: auto !important; height: 100% !important; max-height: none !important; margin: 0 !important;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .mov-ci-wrap .mov-ci-photo .basket-item-image img {
    width: auto !important; height: 100% !important; max-height: none !important;
  }
  /* basket-item-image — margin 0 */
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-image {
    margin: 0 !important;
  }
  /* Тело — паддинг на мобильном */
  .ns-bitrix.c-basket.c-basket-template-1 .mov-ci-wrap .mov-ci-body {
    padding: 0 0 0 12px !important;
  }

  /* Цена за штуку — показать на мобильном */
  .ns-bitrix.c-basket.c-basket-template-1 .mov-ci-wrap .mov-ci-unit-price {
    display: block !important;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .mov-ci-wrap .mov-ci-unit-price [data-mobile-hidden="true"] {
    display: block !important;
  }

  /* Порядок: имя СЛЕВА (order:0), иконки СПРАВА (order:1) */
  .ns-bitrix.c-basket.c-basket-template-1 .mov-ci-wrap .basket-item-info-wrap {
    order: 0 !important;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .mov-ci-wrap .mov-ci-row1 {
    align-items: flex-start;
    gap: 6px;
  }

  /* Иконки вишлист и удаление — вертикально, справа от имени */
  .ns-bitrix.c-basket.c-basket-template-1 .mov-ci-wrap .mov-ci-icons {
    order: 1 !important;
    flex-direction: column !important;
    align-items: center;
    gap: 6px !important;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .mov-ci-wrap .mov-ci-like-btn,
  .ns-bitrix.c-basket.c-basket-template-1 .mov-ci-wrap .mov-ci-delete-btn {
    padding: 2px !important;
  }

  /* Кол-во и сумма — на всю ширину */
  .ns-bitrix.c-basket.c-basket-template-1 .mov-ci-wrap .mov-ci-row2 {
    width: 100% !important;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .mov-ci-wrap .basket-item-total-wrap {
    margin-left: auto !important;
  }
}

/* ── Mobile/tablet: скрыть верхний блок итого, показать sticky-бар ─────── */
@media all and (max-width: 900px) {
  /* Скрыть верхний total-block полностью */
  .ns-bitrix.c-basket.c-basket-template-1 .basket-total[data-code=basket-total-top] {
    display: none !important;
  }
  /* Убрать нижний отступ страницы — перенесён в margin-top бара */
  .intec-template-layout-page-wrapper {
    margin-bottom: 0 !important;
  }
}

/* ── Sticky checkout bar (mobile/tablet) ────────────────────────────────── */
#mov-mobile-bar {
  display: none;
}
@media all and (max-width: 900px) {
  #mov-mobile-bar {
    display: flex;
    position: relative;
    width: 100%;
    margin-top: 50px;
    background: #fff;
    border-top: 1px solid #e8e8e8;
    box-shadow: 0 -2px 12px rgba(0,0,0,0.08);
    padding: 12px 16px;
    align-items: center;
    gap: 16px;
    box-sizing: border-box;
  }
  #mov-mobile-bar.mov-mobile-bar-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 200;
  }
  #mov-mobile-bar .mov-mbar-info {
    flex: 1;
    min-width: 0;
  }
  #mov-mobile-bar .mov-mbar-label {
    font-size: 12px;
    color: #999;
    margin-bottom: 2px;
  }
  #mov-mobile-bar .mov-mbar-price {
    font-size: 22px;
    font-weight: 600;
    color: #333;
    white-space: nowrap;
  }
  #mov-mobile-bar .mov-mbar-avail {
    font-size: 12px;
    color: #555;
    margin-top: 2px;
  }
  #mov-mobile-bar .mov-mbar-avail a {
    color: inherit;
    text-decoration: underline;
  }
  #mov-mobile-bar .mov-mbar-btn {
    flex-shrink: 0;
    background: #333;
    color: #fff;
    border: none;
    border-radius: 2px;
    padding: 14px 20px;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    cursor: pointer;
    font-family: inherit;
  }
  #mov-mobile-bar .mov-mbar-btn:hover {
    opacity: 0.85;
  }
}

/* End */


/* Start:/local/components/maxma/basket.bonus/templates/short/style.css?178481542911954*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap');

:root {
    --maxma-accent-color: #1CA1BD;
    --maxma-success-color: #87C73D;
    --maxma-error-color: #C71E1E;
    --maxma-main-hover-color: #5B9F0B;
}

input::-ms-clear {
    display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input::placeholder {
    font-size: 16px;
    line-height: 100%;
    color: #CBCBCB;
}

.maxma {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    margin: 20px 0;
    width: auto;
}

.maxma a {
    color: #1CA1BD;
    color: var(--maxma-accent-color);
    text-decoration: none;
    cursor: pointer;
    max-width: fit-content;
}

.maxma a:hover {
    color: #1CA1BD;
    color: var(--maxma-accent-color);
}

.maxma-basket-bonus__container {
    width: 414px;
    padding: 15px 20px 18px 20px;
    border: 1px solid #EFEFEF;
    box-sizing: border-box;
    border-radius: 3px;
}

@media screen and (max-width: 767px)   {
    .maxma-basket-bonus__container {
        width: 327px;
        padding: 0;
        border: none;
    }
}

.maxma-basket-bonus__promo-form-container {
    margin: 0 0 5px 0;
}

.maxma-basket-bonus__promo-form-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
    margin: 0;
}

.maxma-basket-bonus__promo-input-fields {
    display: flex;
}

.maxma-basket-bonus__promo-form input {
    height: 38px;
    box-sizing: border-box;
    border-radius: 3px;
}

.maxma-basket-bonus__promo-form input[name='maxma-bonus-value'] {
    width: 243px;
    padding: 12px 30px 12px 11px;
    outline: none;
    border: 1px solid #CBCBCB;
    background: #FFFFFF;
    font-size: 16px;
}

@media screen and (max-width: 767px)   {
    .maxma-basket-bonus__promo-form input[name='maxma-bonus-value'] {
        width: 197px;
    }
}

@media screen and (max-width: 374px)   {
    .maxma-basket-bonus__promo-form input[name='maxma-bonus-value'] {
        width: 160px;
    }
}

.maxma-basket-bonus__promo-form input[type='submit'] {
    width: 122px;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    padding: 7px 16px 9px;
    cursor: pointer;
    border: none;
    color: #FFFFFF;
    background: #CBCBCB;
    pointer-events: none;
}

.maxma-basket-bonus__promo-form.active input[name='maxma-bonus-value'] {
    border: 1px solid #1CA1BD;
    border-color: var(--maxma-accent-color);
}

.maxma-basket-bonus__promo-form.active input[type='submit'],
.maxma-basket-bonus__promo-form.accepted input[type='submit'] {
    pointer-events: all;
    background: #1CA1BD;
    background: var(--maxma-accent-color);
}

.maxma-basket-bonus__promo-form.error input[name='maxma-bonus-value'] {
    color: #C71E1E;
    color: var(--maxma-error-color);
}

.maxma-basket-bonus__promo-form.error .maxma-basket-bonus__promo-input-fields {
    margin-bottom: 6px;
}

.maxma-basket-bonus__promo-form.accepted input[name='maxma-bonus-value'] {
    color: #87C73D;
    pointer-events: none;
    color: var(--maxma-success-color);
}

.maxma-basket-bonus__promo-form.accepted input[type='submit'] {
    border: 1px solid #1CA1BD;
    border: 1px solid var(--maxma-accent-color);
    color: #1CA1BD;
    color: var(--maxma-accent-color);
    background: #FFFFFF;
}

.maxma-basket-bonus__promo-input-fields-container {
    position: relative;
    margin-right: 8px;
}

.maxma-basket-bonus__promo-form.active input[type='submit']:hover {
    transition: 300ms;
    background: #5B9F0B;
    background: var(--maxma-main-hover-color);
}

.maxma-basket-bonus__info-container:hover {
    cursor: default;
}

.maxma-basket-bonus__promo-input-fields-container label {
    width: 12px;
    height: 12px;
    position: absolute;
    top: calc(50% - 6px);
    right: 13px;
}

.maxma-basket-bonus__promo-form.active .maxma-basket-bonus__promo-input-fields-container label {
    background: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.20093L13 13.2009' stroke='%23CBCBCB'/%3E%3Cpath d='M13 1.20093L1 13.2009' stroke='%23CBCBCB'/%3E%3C/svg%3E") no-repeat center center;
    cursor: pointer;
}

.maxma-basket-bonus__promo-form.active .maxma-basket-bonus__promo-input-fields-container label:hover {
    background: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L13 13' stroke='%23777777'/%3E%3Cpath d='M13 1L1 13' stroke='%23777777'/%3E%3C/svg%3E") no-repeat center center;
    transition: 300ms;
}

.maxma-basket-bonus__promo-form.accepted .maxma-basket-bonus__promo-input-fields-container label {
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
    border-radius: 50%;
    background: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4.72724L5.03333 8.20093L11 1.20093' stroke='white'/%3E%3C/svg%3E") #87C73D no-repeat center center;
    background: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4.72724L5.03333 8.20093L11 1.20093' stroke='white'/%3E%3C/svg%3E") var(--maxma-success-color) no-repeat center center;
}

.maxma-basket-bonus__promo-form.error .maxma-basket-bonus__promo-input-fields-container label {
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
    border-radius: 50%;
    background: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L9 9' stroke='white'/%3E%3Cpath d='M9 1L1 9' stroke='white'/%3E%3C/svg%3E") #C71E1E no-repeat center center;
    background: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L9 9' stroke='white'/%3E%3Cpath d='M9 1L1 9' stroke='white'/%3E%3C/svg%3E") var(--maxma-error-color) no-repeat center center;
}

.maxma-basket-bonus__promo-form.error .maxma-basket-bonus__promo-input-fields-container label:hover {
    cursor: pointer;
}

.maxma-basket-bonus__promo-error-message {
    display: none;
}

.maxma-basket-bonus__promo-form.error .maxma-basket-bonus__promo-error-message {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    margin-bottom: 0;
    color: #C71E1E;
    color: var(--maxma-error-color);
    margin-top: 6px;
}

.maxma-basket-bonus__promo-cart-unauthorized-user {
    display: flex;
    flex-direction: column;
    margin-top: 6px;
}

.maxma-basket-bonus__promo-cart-message {
    margin-bottom: 5px;
    font-size: 12px;
}

.maxma-basket-bonus__promo-cart-link {
    font-size: 12px;
    color: #1CA1BD;
    color: var(--maxma-accent-color);
}

.maxma-basket-bonus__bonus-logo {
    margin-right: 4px;
}

.maxma-basket-bonus__bonus-logo circle {
    fill: #1CA1BD;
    fill: var(--maxma-accent-color);
}

.maxma-basket-bonus__bonus-amount-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color:  #1CA1BD;
    color: var(--maxma-accent-color);
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    margin-right: 4px;
    padding-top: 1px;
}

.maxma-basket-bonus__bonus-info {
    display: flex;
    width: 17px;
    height: 17px;
    background: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8.86133' cy='8.90601' r='7.5' stroke='%23CBCBCB'/%3E%3Crect x='8.36133' y='12.906' width='1' height='1' fill='%23CBCBCB'/%3E%3Cpath d='M8.28416 10.906C8.27993 10.7573 8.27782 10.6458 8.27782 10.5715C8.27782 10.1337 8.34124 9.75586 8.46809 9.43786C8.56112 9.19834 8.71122 8.95674 8.91841 8.71309C9.07063 8.5355 9.34336 8.27739 9.73659 7.93875C10.1341 7.59598 10.392 7.32341 10.5104 7.12105C10.6288 6.91869 10.688 6.69775 10.688 6.45822C10.688 6.02459 10.5146 5.64465 10.1679 5.3184C9.82116 4.98801 9.39621 4.82282 8.89304 4.82282C8.40678 4.82282 8.00086 4.97149 7.67528 5.26884C7.3497 5.56618 7.13617 6.03078 7.03469 6.66264L5.86133 6.52636C5.96704 5.67975 6.27993 5.03137 6.80002 4.58123C7.32433 4.13108 8.01566 3.90601 8.87401 3.90601C9.7831 3.90601 10.5083 4.1476 11.0495 4.63078C11.5907 5.11397 11.8613 5.69834 11.8613 6.38388C11.8613 6.78034 11.7662 7.14583 11.5759 7.48034C11.3856 7.81486 11.0135 8.22164 10.4596 8.7007C10.0875 9.02282 9.84441 9.26028 9.73025 9.41309C9.61609 9.56589 9.53152 9.7414 9.47655 9.93963C9.42158 10.1379 9.38987 10.46 9.38141 10.906H8.28416Z' fill='%23CBCBCB'/%3E%3C/svg%3E%0A") center center no-repeat;
    cursor: pointer;
}

.maxma-basket-bonus__info-container {
    display: none;
    position: absolute;
    width: 175px;
    right: -21px;
    top: 30px;
    flex-direction: column;
    padding: 11px 12px;
    border: 1px solid #CBCBCB;
    box-sizing: border-box;
    border-radius: 3px;
    filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.14));
    z-index: 2;
    background-color: #ffffff;
    font-size: 12px;
}

.maxma-basket-bonus__bonus-info:hover .maxma-basket-bonus__info-container {
    display: flex;
}

.maxma-basket-bonus__info-container > div:not(:last-child) {
    margin-bottom: 6px;
}

.maxma-basket-bonus__info-details-link {
    color:  #1CA1BD;
    color: var(--maxma-accent-color);
}

.maxma-basket-bonus__info-container :before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    right: 22px;
    top: -12px;
    border: 6px solid;
    z-index: 99;
    border-color: transparent transparent #f9f9f9 transparent;
}

.maxma-basket-bonus__info-container :after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    right: 21px;
    top: -14px;
    position: absolute;
    border: 7px solid;
    z-index: 98;
    border-color: transparent transparent #CBCBCB transparent;
}

@media screen and (max-width: 374px) {
    .maxma-basket-bonus__info-container  {
        right: 0;
    }

    .maxma-basket-bonus__info-container :before {
        right: 1px;
    }

    .maxma-basket-bonus__info-container :after {
        right: 0;
    }
}

.maxma-basket-bonus__promo-form-container {
    display: flex;
    justify-content: space-between;
}

.maxma-basket-bonus__bonus-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 138px;
    position: relative;
}

.maxma-basket-bonus__promo-info-message {
    margin-top: 0;
    margin-bottom: 10px
}

.maxma-basket-bonus__promo-cart-message .maxma-basket-bonus__promo-info-num {
    color: #1CA1BD;
    color: var(--maxma-accent-color);
}

.maxma-basket-bonus__info-message {
    margin-right: 4px;
}

.maxma-basket-bonus--short .maxma-basket-bonus__container {
    width: 327px;
    padding: 0;
    border: none;
}

@media screen and (max-width: 399px) {
    #basket-root .maxma-basket-bonus--short .maxma-basket-bonus__container  {
        width: 300px;
    }
}

.maxma-basket-bonus--short .maxma-basket-bonus__promo-form input[name='maxma-bonus-value'] {
    width: 197px;
}

@media screen and (max-width: 399px) {
    #basket-root .maxma-basket-bonus--short .maxma-basket-bonus__promo-form input[name='maxma-bonus-value'] {
        width: 170px;
    }
}

@media screen and (max-width: 374px) {
    #basket-root .maxma-basket-bonus__promo-form-title {
        font-size: 16px;
    }

    #basket-root .maxma-basket-bonus--short .maxma-basket-bonus__container  {
        width: 247px;
    }

    #basket-root .maxma-basket-bonus--short .maxma-basket-bonus__promo-form input[name='maxma-bonus-value'] {
        width: 135px;
    }

    #basket-root .maxma-basket-bonus--short .maxma-basket-bonus__promo-submit {
        width: 105px;
        padding: 7px 7px 9px;
    }
}

/* End */


/* Start:/bitrix/components/maxma/basket.promocode/templates/short/style.css?17863126947659*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap');

:root {
    --maxma-accent-color: #1CA1BD;
    --maxma-success-color: #87C73D;
    --maxma-error-color: #C71E1E;
    --maxma-main-hover-color: #5B9F0B;
}

input::-ms-clear {
    display: none;
}

input::placeholder {
    font-size: 16px;
    line-height: 100%;
    color: #CBCBCB;
}

.maxma {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    width: auto;
}

.maxma a {
    color: #1CA1BD;
    color: var(--maxma-accent-color);
    text-decoration: none;
    cursor: pointer;
    max-width: fit-content;
}

.maxma a:hover {
    color: #1CA1BD;
    color: var(--maxma-accent-color);
}

.maxma-basket-promocode__container {
    width: 414px;
    padding: 15px 20px 18px 20px;
    border: 1px solid #EFEFEF;
    box-sizing: border-box;
    border-radius: 3px;
}

.maxma-basket-promocode__promo-form-container {
    margin: 0 0 5px 0;
}

@media screen and (max-width: 767px) {
    .maxma-basket-promocode__container {
        width: 327px;
        padding: 0;
        border: none;
    }
}

@media screen and (max-width: 374px) {
    .maxma-basket-promocode__container {
        width: 300px;
    }
}

.maxma-basket-promocode__promo-form-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
}

.maxma-basket-promocode__promo-input-fields {
    display: flex;

}

.maxma-basket-promocode__promo-form input {
    height: 38px;
    box-sizing: border-box;
    border-radius: 3px;
}

.maxma-basket-promocode__promo-form input[name='maxma-promocode-value'] {
    width: 243px;
    padding: 12px 30px 12px 11px;
    outline: none;
    border: 1px solid #CBCBCB;
    background: #FFFFFF;
    font-size: 16px;
}

@media screen and (max-width: 767px) {
    .maxma-basket-promocode__promo-form input[name='maxma-promocode-value'] {
        width: 197px;
    }
}

.maxma-basket-promocode__promo-form input[type='submit'] {
    width: 122px;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    padding: 7px 16px 9px;
    cursor: pointer;
    border: none;
    color: #FFFFFF;
    background: #CBCBCB;
    pointer-events: none;
    outline: none;
}

.maxma-basket-promocode__promo-form.active input[name='maxma-promocode-value'] {
    border: 1px solid #1CA1BD;
    border-color: var(--maxma-accent-color);
}

.maxma-basket-promocode__promo-form.active input[type='submit'],
.maxma-basket-promocode__promo-form.accepted input[type='submit'] {
    pointer-events: all;
    background: #1CA1BD;
    background: var(--maxma-accent-color);
}

.maxma-basket-promocode__promo-form.error input[name='maxma-promocode-value'] {
    color: #C71E1E;
    color: var(--maxma-error-color);
}

.maxma-basket-promocode__promo-form.error .maxma__promo-input-fields {
    margin-bottom: 6px;
}

.maxma-basket-promocode__promo-form.accepted input[name='maxma-promocode-value'] {
    color: #87C73D;
    pointer-events: none;
    color: var(--maxma-success-color);
}

.maxma-basket-promocode__promo-form.accepted input[type='submit'] {
    border: 1px solid #1CA1BD;
    border: 1px solid var(--maxma-accent-color);
    color: #1CA1BD;
    color: var(--maxma-accent-color);
    background: #FFFFFF;
}

.maxma-basket-promocode__promo-input-fields-container {
    position: relative;
    margin-right: 8px;
}

.maxma-basket-promocode__promo-form.active input[type='submit']:hover {
    transition: 300ms;
    background: #5B9F0B;
    background: var(--maxma-main-hover-color);
}

.maxma-basket-promocode__promo-input-fields-container label {
    width: 12px;
    height: 12px;
    position: absolute;
    top: calc(50% - 6px);
    right: 13px;
}

.maxma-basket-promocode__promo-form.active .maxma-basket-promocode__promo-input-fields-container label {
    background: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.20093L13 13.2009' stroke='%23CBCBCB'/%3E%3Cpath d='M13 1.20093L1 13.2009' stroke='%23CBCBCB'/%3E%3C/svg%3E") no-repeat center center;
    cursor: pointer;
}

.maxma-basket-promocode__promo-form.active .maxma-basket-promocode__promo-input-fields-container label:hover {
    background: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L13 13' stroke='%23777777'/%3E%3Cpath d='M13 1L1 13' stroke='%23777777'/%3E%3C/svg%3E") no-repeat center center;
    transition: 300ms;
}

.maxma-basket-promocode__promo-form.accepted .maxma-basket-promocode__promo-input-fields-container label {
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
    border-radius: 50%;
    background: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4.72724L5.03333 8.20093L11 1.20093' stroke='white'/%3E%3C/svg%3E") #87C73D no-repeat center center;
    background: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4.72724L5.03333 8.20093L11 1.20093' stroke='white'/%3E%3C/svg%3E") var(--maxma-success-color) no-repeat center center;
}

.maxma-basket-promocode__promo-form.error .maxma-basket-promocode__promo-input-fields-container label {
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
    border-radius: 50%;
    background: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L9 9' stroke='white'/%3E%3Cpath d='M9 1L1 9' stroke='white'/%3E%3C/svg%3E") #C71E1E no-repeat center center;
    background: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L9 9' stroke='white'/%3E%3Cpath d='M9 1L1 9' stroke='white'/%3E%3C/svg%3E") var(--maxma-error-color) no-repeat center center;
}

.maxma-basket-promocode__promo-form.error .maxma-basket-promocode__promo-input-fields-container label:hover {
    cursor: pointer;
}

.maxma-basket-promocode__promo-error-message {
    display: none;
}

.maxma-basket-promocode__promo-form.error .maxma-basket-promocode__promo-error-message {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    margin-top: 6px;
    color: #C71E1E;
    color: var(--maxma-error-color);
}

.maxma-basket-promocode--short .maxma-basket-promocode__container {
    width: 327px;
    padding: 0;
    border: none;
}

@media screen and (max-width: 399px) {
    #basket-root .maxma-basket-promocode--short .maxma-basket-promocode__container {
        width: 300px;
    }
}

.maxma-basket-promocode--short .maxma-basket-promocode__promo-form input[name='maxma-promocode-value'] {
    width: 197px;
}

@media screen and (max-width: 399px) {
    #basket-root .maxma-basket-promocode--short .maxma-basket-promocode__promo-form input[name='maxma-promocode-value'] {
        width: 170px;
    }
}

@media screen and (max-width: 374px) {
    #basket-root .maxma-basket-promocode__promo-form-title {
        font-size: 16px;
    }

    #basket-root .maxma-basket-promocode--short .maxma-basket-promocode__container {
        width: 247px;
    }

    #basket-root .maxma-basket-promocode--short .maxma-basket-promocode__promo-form input[name='maxma-promocode-value'] {
        width: 135px;
    }

    #basket-root .maxma-basket-promocode--short .maxma-basket-promocode__promo-submit {
        width: 105px;
        padding: 7px 7px 9px;
    }
}


/* End */
/* /local/templates/garderob_s2/components/bitrix/sale.basket.basket/template.1/style.css?178482337276517 */
/* /local/components/maxma/basket.bonus/templates/short/style.css?178481542911954 */
/* /bitrix/components/maxma/basket.promocode/templates/short/style.css?17863126947659 */
