

/* Start:/local/templates/.default/components/bitrix/sale.basket.basket/template.1__custom/style.css?176543273184799*/
.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-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
    [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-buttons-delayed {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ns-bitrix.c-basket.c-basket-template-1 .basket-order-button-continue {
    background-color: transparent !important;
    border: 1px solid #d6df78 !important;
    color: #1a1e21 !important;
    padding: 15px 20px !important;
}

.ns-bitrix.c-basket.c-basket-template-1 .basket-order-button-continue:hover {
    background-color: rgba(214, 223, 120, 0.1) !important;
}
.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;
    }
}
.basket-alert-return-wrap {
    width: 100%;
    padding: 10px;
}
.basket-alert-return {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    padding: 15px 20px;
    justify-content: center;
    align-items: center;
    gap: 15px;
    border: 1px solid var(---, #b8b8b8);
    background: transparent;
    cursor: pointer;
    transition: background-color 0.2s;
}
.basket-alert-return:hover {
    background: var(--Green, #d6df78);
}
.basket-alert-return__text {
    color: var(--, #666666);
    text-align: center;
    font-family: "Fira Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-transform: uppercase;
}
.basket-alert-return__icon {
    display: inline-flex;
    width: 18px;
    height: 18px;
}
@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;
    }
}

/*# sourceMappingURL=style.css.map */

.basket-items-panel-button-delete.intec-ui {
    margin: 30px 0;
}

@media screen and (max-width: 768px) {
    .basket-items-panel-button-delete.intec-ui.intec-ui-control-button {
        max-width: max-content;
        margin: 30px auto;
        display: flex;
    }
}

.ns-bitrix.c-basket.c-basket-template-1 .basket-tabs {
    display: inline-flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 24px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-tabs__button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 0 4px 10px;
    border: none;
    border-bottom: 3px solid transparent;
    background: transparent;
    cursor: pointer;
    transition: border-color 0.2s ease, color 0.2s ease;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-tabs__button.active {
    border-bottom-color: var(--Green, #d6df78);
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-tabs__button:focus {
    outline: none;
    box-shadow: none;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-tabs__counter {
    font-weight: 600;
    font-size: 14px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-tabs__button-text {
    color: var(--Gray, #666666);
    font-family: "Fira Sans", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-transform: uppercase;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-tab-content {
    display: none;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-tab-content.active {
    display: block;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-items-container_delayed {
    padding-top: 4px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-tab-empty {
    margin-top: 16px;
    font-size: 14px;
    color: #b0b0b0;
}

/* стили для редизайна */

/* стили для редизайна */
.redesign,
.redesign .intec-template .intec-template-layout-content {
    background-color: #f1f1ef;
}
.redesign .intec-content {
    max-width: 1750px;
    padding: 0 65px;
    margin: 0 auto;
}

@media screen and (max-width: 992px) {
    .redesign .intec-content {
        padding: 0 15px;
    }
}

.redesign * {
    font-family: "Fira Sans", sans-serif;
}

.redesign .intec-template-breadcrumb {
    margin-top: 50px;
}

.redesign .intec-content .intec-content-wrapper {
    margin: 0;
}
.redesign .breadcrumb-wrapper-2 * {
    font-size: 18px;
    line-height: 140%;
}

.redesign h1.intec-header {
    margin-top: 5px;
    font-size: 40px !important;
    font-weight: 700;
    line-height: 140%;
    text-transform: uppercase;
}

.redesign .ns-bitrix.c-sale-order-ajax.c-sale-order-ajax-simple-1 .bx-soa {
    padding: 0;
}

.redesign .ns-bitrix.c-basket.c-basket-template-1 .basket-empty {
    background-color: #fff;
    margin: 0;
    padding: 50px;
    min-height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.redesign .ns-bitrix.c-basket.c-basket-template-1 .basket-empty {
    max-width: 100%;
}

.redesign .ns-bitrix.c-basket.c-basket-template-1 .basket-empty-picture {
    margin-bottom: 30px;
}

.redesign .ns-bitrix.c-basket.c-basket-template-1 .basket-empty-title {
    color: #1a1e21;
    text-align: center;

    font-size: 30px;
    font-weight: 700;
    line-height: 140%;
    text-transform: uppercase;
}

.redesign .ns-bitrix.c-basket.c-basket-template-1 .basket-empty-description {
    color: #1a1e21;
    text-align: center;

    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
}
.redesign .ns-bitrix.c-basket.c-basket-template-1 .basket-empty-description a {
    color: #666666 !important;

    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
    text-decoration-line: underline;
}

.redesign
    .ns-bitrix.c-basket.c-basket-template-1
    .basket-confirm-remove-product-wrapper.redesign__confirm {
    padding: 30px;
    display: flex;
    flex-direction: column;
    grid-gap: 30px;
}

.redesign
    .ns-bitrix.c-basket.c-basket-template-1
    .basket-confirm-remove-product-title {
    color: #1a1e21;

    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 42px */
    text-transform: uppercase;
}

.redesign
    .ns-bitrix.c-basket.c-basket-template-1
    .basket-confirm-remove-product-button {
    width: max-content;
    color: #1a1e21;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 22.4px */
    text-transform: uppercase;
    border-radius: 0;
    padding: 15px 20px;
}

.redesign
    .intec-ui.intec-ui-control-button.intec-ui-scheme-current.intec-ui-mod-transparent {
    border: 1px solid #b8b8b8 !important;
}

.redesign
    .basket-confirm-remove-product-wrapper.redesign__confirm
    .intec-grid.intec-grid-wrap.intec-grid-a-v-center.intec-grid-i-8 {
    grid-gap: 30px;
    display: flex;
}
.redesign
    .basket-confirm-remove-product-wrapper.redesign__confirm
    .intec-grid-item-auto {
    padding: 0;
}

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

    .redesign h1.intec-header{
        font-size: 25px !important;
    }
    .redesign
        .ns-bitrix.c-basket.c-basket-template-1
        .basket-confirm-remove-product-wrapper.redesign__confirm {
        padding: 20px;
        display: flex;
        flex-direction: column;
        grid-gap: 20x;
    }
    .redesign
        .basket-confirm-remove-product-wrapper.redesign__confirm
        .intec-grid.intec-grid-wrap.intec-grid-a-v-center.intec-grid-i-8 {
        grid-gap: 10px;
        flex-direction: column;
    }
    .redesign
        .ns-bitrix.c-basket.c-basket-template-1
        .basket-confirm-remove-product-button {
        width: 100%;
    }
    .redesign
        .basket-confirm-remove-product-wrapper.redesign__confirm
        .intec-grid-item-auto {
        width: 100%;
    }
    .redesign
        .ns-bitrix.c-basket.c-basket-template-1
        .basket-confirm-remove-product-title {
        font-size: 22px;
    }

    .redesign
        .ns-bitrix.c-basket.c-basket-template-1
        .basket-confirm-remove-product-close {
        top: 14px;
        right: 0px;
    }
    .redesign
        .ns-bitrix.c-basket.c-basket-template-1
        .basket-confirm-remove-product-wrapper {
        min-width: 335px;
    }
}

.redesign .ns-bitrix.c-basket.c-basket-template-1 .basket-body {
    display: grid;
    grid-template-columns: 1136fr 552fr;
    grid-gap: 30px;
}

.redesign .ns-bitrix.c-basket.c-basket-template-1 .basket-item-image img {
    width: 180px;
    max-height: 230px;
}

.redesign .ns-bitrix.c-basket.c-basket-template-1 .basket-item-image {
    width: 180px;
    max-height: 230px;
    height: 100%;
}

.redesign .intec-grid > .intec-grid-item-3,
.redesign .intec-grid > .intec-grid-item-2 {
    max-width: 100%;
    flex: initial;
    width: max-content;
}

.redesign .ns-bitrix.c-basket.c-basket-template-1 .basket-item-image-link {
    width: 100%;
}

.redesign .basket-item-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    grid-gap: 10px;
    height: 100%;
}

/* Custom Select стили для basket offers */
.redesign .ns-bitrix.c-basket.c-basket-template-1 .custom-select-wrapper {
    position: relative;
    display: flex;
    grid-gap: 15px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.redesign .ns-bitrix.c-basket.c-basket-template-1 .custom-select-wrapper * {
    color: #1a1e21;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
}

.redesign .ns-bitrix.c-basket.c-basket-template-1 .custom-select-control {
    position: relative;
}

.redesign .ns-bitrix.c-basket.c-basket-template-1 .custom-select-current {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 8px;
    font-size: 14px;
    border: 1px solid #b8b8b8;
    cursor: pointer;
    user-select: none;
    transition: border-color 0.35s, box-shadow 0.35s;
}

.redesign .ns-bitrix.c-basket.c-basket-template-1 .custom-select-current:hover {
    border-color: #d0d0d0;
}

.redesign
    .ns-bitrix.c-basket.c-basket-template-1
    .custom-select-current::after {
    content: "";
    width: 12px;
    height: 10px;
    margin-left: 10px;
    transition: transform 0.3s;
    background-image: url("/bitrix/templates/garderob_s1/components/bitrix/sale.basket.basket/template.1__custom/svg/arrow.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.redesign
    .ns-bitrix.c-basket.c-basket-template-1
    .custom-select-options.open
    ~ .custom-select-current::after,
.redesign
    .ns-bitrix.c-basket.c-basket-template-1
    .custom-select-wrapper:has(.custom-select-options.open)
    .custom-select-current::after {
    transform: rotate(180deg);
}

.redesign .ns-bitrix.c-basket.c-basket-template-1 .custom-select-options {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    border: 1px solid #b8b8b8;
    box-shadow: none;
    z-index: 100;
    max-height: 200px;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
}

.redesign .ns-bitrix.c-basket.c-basket-template-1 .custom-select-options.open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.redesign
    .ns-bitrix.c-basket.c-basket-template-1
    .custom-select-options
    .basket-item-offers-property-values-wrapper {
    display: block;
    margin: 0;
}

.redesign
    .ns-bitrix.c-basket.c-basket-template-1
    .custom-select-options
    .basket-item-offers-property-value {
    border-top: 1px solid #B8B8B8;
    display: block;
    margin: 0;
    padding: 0;
}

.redesign
    .ns-bitrix.c-basket.c-basket-template-1
    .custom-select-options
    .basket-item-offers-property-value-content {
    display: block;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 20px;
    border: none;
    border-radius: 0;
    text-align: left;
    background-color: transparent;
    transition: background-color 0.2s;
}

.redesign
    .ns-bitrix.c-basket.c-basket-template-1
    .custom-select-options
    .basket-item-offers-property-value-content:hover {
    background-color: #f5f5f5;
}

.redesign
    .ns-bitrix.c-basket.c-basket-template-1
    .custom-select-options
    .basket-item-offers-property-value.selected
    .basket-item-offers-property-value-content {
    background-color: #e8e8e8;
    font-weight: 500;
}

.redesign
    .ns-bitrix.c-basket.c-basket-template-1
    .custom-select-options
    .basket-item-offers-property-value.not-available
    .basket-item-offers-property-value-content {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.redesign .basket-item-offers-property {
    display: none;
}
.redesign .custom-select-options .basket-item-offers-property {
    display: block;
}

.redesign .ns-bitrix.c-basket.c-basket-template-1 .basket-item-content {
    overflow: visible;
}

.redesign .ns-bitrix.c-basket.c-basket-template-1 .basket-item-name > * {
    color: #1a1e21;
    font-size: 30px;
    font-weight: 700;
    line-height: 140%;
    text-transform: uppercase;
    text-wrap: nowrap;
}

.redesign .basket-item-offers {
    display: flex;
    flex-direction: column;
    grid-gap: 20px;
    width: max-content;
}

.redesign .ns-bitrix.c-basket.c-basket-template-1 .basket-item-control-wrap {
    display: block;
}

.redesign .intec-grid.intec-grid-650-wrap.intec-grid-a-h-between {
    position: relative;
}
.redesign
    .intec-grid-item-1.intec-grid-item-400-auto.basket-item-action.basket-item-delete-button {
    position: absolute;
    bottom: 0;
    right: 0;
    width: max-content;
    z-index: 10;
    padding: 0;
}

.redesign .ns-bitrix.c-basket.c-basket-template-1 .basket-item-control-wrap {
    position: static;
}

.redesign .intec-grid > .intec-grid-item-3 {
    position: static;
}

.redesign .intec-grid > .intec-grid-item-1 {
    position: static;
}

.redesign .ns-bitrix.c-basket.c-basket-template-1 .basket-item-desktop-action {
    padding: 4px;
    border-radius: 0;
    border: 1px solid #b8b8b8;
}

.redesign
    .ns-bitrix.c-basket.c-basket-template-1
    .basket-item-control-wrap
    .favorites {
    margin-top: 5px;
    cursor: pointer;
}

.redesign
    .intec-grid-item-2.intec-grid-item-1200-4.intec-grid-item-1000-3.intec-grid-item-800-2.intec-grid-item-650-1 {
    max-width: 300px;
}

.redesign .ns-bitrix.c-basket.c-basket-template-1 .basket-item-total-value {
    color: #1a1e21;
    text-align: right;
    font-size: 30px;
    font-weight: 700;
    line-height: 140%;
    text-transform: uppercase;
}

.redesign
    .ns-bitrix.c-basket.c-basket-template-1
    .basket-item-desktop-action[data-type="alert"]:hover {
    border-color: #d6df78;
    background-color: #d6df78;
}

.redesign
    .ns-bitrix.c-basket.c-basket-template-1
    .basket-item-desktop-action[data-type="alert"]:hover
    svg
    path {
    fill: #d6df78;
}

.redesign
    .intec-grid.intec-grid-i-10.intec-grid-wrap.intec-grid-a-v-center.intec-grid-1200-wrap.intec-grid-375-wrap.intec-grid-a-h-between {
    display: flex;
    flex-direction: column;
}

.redesign
    .intec-ui.intec-ui-control-numeric.intec-ui-view-2.intec-ui-size-5
    .intec-ui-part-decrement,
.redesign
    .intec-ui.intec-ui-control-numeric.intec-ui-view-2.intec-ui-size-5
    .intec-ui-part-increment {
    padding: 0 !important;
    border: 1px solid #b8b8b8;
    display: flex;
    width: 30px;
    justify-content: center;
    align-items: center;

    color: #1a1e21;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
    text-transform: uppercase;
}

.redesign
    .intec-ui.intec-ui-control-numeric.intec-ui-view-2.intec-ui-size-5
    .intec-ui-part-input {
    padding: 0;
    border-radius: 0;
    box-shadow: initial;
    background-color: none;

    text-align: center;

    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
}

.redesign
    .intec-ui.intec-ui-control-numeric.intec-ui-scheme-current
    .intec-ui-part-increment:hover,
.redesign
    .intec-ui.intec-ui-control-numeric.intec-ui-scheme-current
    .intec-ui-part-decrement:hover {
    color: #1a1e21 !important;
    background-color: #d6df78;
    border: solid 1px #d6df78;
}

.redesign .basket__top-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    display: flex;
    padding: 30px;
    align-items: flex-start;
    gap: 30px;
    background-color: #fff;
}

.redesign .ns-bitrix.c-basket.c-basket-template-1 .basket-items-panel-button {
    margin: 0;
    padding: 0;
    background: none;
    border: none;

    color: #666;
    text-align: right;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.redesign .ns-bitrix.c-basket.c-basket-template-1 .basket-items-panel + div {
    margin-top: 0;
}

.redesign .basket__total-price__wrapper {
    display: flex;
    grid-gap: 20px;
    flex-direction: row-reverse;
}

.redesign .ns-bitrix.c-basket.c-basket-template-1 .basket-item-total-discount {
    margin: 0;
    color: #b8b8b8;

    font-size: 30px;
    font-weight: 700;
    line-height: 140%;
    text-decoration-line: line-through;
    text-transform: uppercase;
}

.redesign .ns-bitrix.c-basket.c-basket-template-1 .basket-item-total-economy {
    display: none;
}

.redesign .ns-bitrix.c-basket.c-basket-template-1 .basket-item-total-percent {
    display: none;
}

.redesign .ns-bitrix.c-basket.c-basket-template-1 .basket-item-quantity-wrap {
    padding: 0;
    width: 100%;
}

.redesign
    .basket-item-quantity-counter.intec-ui.intec-ui-control-numeric.intec-ui-scheme-current.intec-ui-view-2.intec-ui-size-5 {
    width: 100%;
    justify-content: flex-end;
    padding: 0 10px;
}

.redesign
    .ns-bitrix.c-basket.c-basket-template-1
    .basket-item-image-stickers[data-position-x="right"] {
    display: none;
}

.redesign .intec-grid.intec-grid-wrap.intec-grid-i-4 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background: #fff;
    padding: 0px 4px;
}
.redesign .intec-grid.intec-grid-wrap.intec-grid-i-4 * {
    color: #1a1e21;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
}



.redesign
    .basket-item-info-wrap.intec-grid-item.intec-grid-item-shrink-max.intec-grid-item-400-1.intec-grid-item-650.intec-grid-item-800-1 {
    position: static;
}

.redesign .basket-items-container {
    display: flex;
    flex-direction: column;
    grid-gap: 20px;
    margin-top: 20px;
}
.redesign .basket__top-wrapper-left * {
    color: #1a1e21;

    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
}

.redesign .ns-bitrix.c-basket.c-basket-template-1 .basket-total {
    background: none;
    margin: 0;
    height: max-content;
}

.redesign
    .basket-total-wrapper.intec-grid.intec-grid-a-h-between.intec-grid-1024-wrap {
    display: flex;
    flex-direction: column;
    grid-gap: 20px;
}

.redesign .ns-bitrix.c-basket.c-basket-template-1 .basket-coupon-field-label {
    color: #666;

    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
}

.redesign .ns-bitrix.c-basket.c-basket-template-1 .basket-total-container {
    padding: 0;
    /* margin-top: 45px; */
}

.redesign .digi-dolyame-cart {
    margin-bottom: 50px;
}

.redesign
    .ns-bitrix.c-basket.c-basket-template-1
    .basket-coupon-field-input
    input {
    background: #fff;
    padding: 15px 20px;
    height: 53px;

    color: #b8b8b8;
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
}

.redesign .ns-bitrix.c-basket.c-basket-template-1 .basket-coupon-field-input {
    border: 1px solid #1a1e21 !important;
}

.redesign
    .intec-ui.intec-ui-control-button.intec-ui-scheme-current.intec-ui-mod-link {
    content: "";
    position: absolute;
    top: 1px;
    right: 1px;
    width: 54px;
    height: 53px;
    background-color: #d6df78;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: initial;
    margin: 0;
    border: none;
    font-size: 16px;
    font-weight: 700;
    color: #1a1e21;
    background-image: url("/bitrix/templates/garderob_s1/icons/arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.3s;
}
.redesign
    .intec-ui.intec-ui-control-button.intec-ui-scheme-current.intec-ui-mod-link:hover {
    color: #fff;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 54px;
    height: 53px;
    background-color: #1a1e21;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: initial;
    margin: 0;
    border: none;
    font-size: 16px;
    font-weight: 700;
    color: #1a1e21;
    background-image: url("/bitrix/templates/garderob_s1/icons/arrow-w.svg");
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10;
}

.redesign-wrapper
    .intec-ui.intec-ui-control-button.intec-ui-scheme-current.intec-ui-mod-link:hover {
}

.redesign .basket-coupon {
    position: relative;
}

.redesign
    .intec-ui.intec-ui-control-button.intec-ui-scheme-current.intec-ui-mod-link
    i.fal.fa-angle-right {
    display: none;
}

.redesign .intec-grid-item-auto.intec-grid-item-600-1.total-price-wrapper {
    display: none;
}
.redesign .intec-grid-item-auto.intec-grid-item-600-1.order-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.redesign .intec-grid-item-auto.intec-grid-item-600-1.order-wrapper * {
    color: #1a1e21 !important;
    text-align: center;

    font-size: 18px;
    font-weight: 700;
    line-height: 140%;
    text-transform: uppercase;
    border-radius: 0;
}
.redesign
    .ns-bitrix.c-basket.c-basket-template-1
    .basket-order-wrapper
    button.basket-order-button.intec-ui.intec-ui-control-button.intec-ui-mod-round-2.intec-ui-scheme-current.intec-ui-mod-block.intec-ui-size-2 {
    padding: 15px 20px;
}

.redesign .ns-bitrix.c-basket.c-basket-template-1 .basket-order-wrapper {
    margin: 0;
}

.redesign .basket__top-wrapper-right.mobile {
    display: none;
}

@media screen and (max-width: 1200px) {
    .redesign .ns-bitrix.c-basket.c-basket-template-1 .basket-body {
        display: flex;
        flex-direction: column;
    }
    .redesign .intec-grid-item-auto.intec-grid-item-600-1.order-wrapper * {
        width: 100%;
        max-width: 100%;
        flex: initial;
    }
    .redesign
        .ns-bitrix.c-basket.c-basket-template-1
        .basket-total-wrapper
        > div
        + div {
        margin-top: 0;
    }

    .redesign .ns-bitrix.c-basket.c-basket-template-1 .basket-coupon-field {
        max-width: 100%;
    }
    .redesign
        .ns-bitrix.c-basket.c-basket-template-1
        .basket-order-wrapper
        div:last-child {
        display: none;
    }
}

@media screen and (max-width: 800px) {
    .redesign .intec-grid.intec-grid-wrap.intec-grid-i-4 {
        top: initial;
        bottom: 0;
        width: 100%;
        max-width: 120px;
        background: #f1f1ef;
        color: #1a1e21;
        font-size: 14px;
        font-weight: 400;
        line-height: 140%;
        margin: 0 !important;
        justify-content: center;
    }
    .redesign .intec-grid.intec-grid-wrap.intec-grid-i-4 * {
        flex-grow: initial;
    }
    .redesign .intec-grid.intec-grid-800-wrap {
        flex-wrap: nowrap !important;
        gap: 20px;
    }

    .redesign .ns-bitrix.c-basket.c-basket-template-1 .basket-item-image img {
        width: 100%;
        max-width: 150px;
        object-fit: contain;
        object-position: left;
    }
    .redesign .ns-bitrix.c-basket.c-basket-template-1 .basket-item-image {
        width: 100%;
        max-width: 100%;
        height: 100%;
        margin: 0;
    }

    .redesign .intec-grid > .intec-grid-item-800-1 {
        flex: initial;
        width: 100%;
    }
    .redesign
        .ns-bitrix.c-basket.c-basket-template-1
        .basket-item-control-wrap
        .favorites {
        margin-top: 0;
        cursor: pointer;
        position: absolute;
        top: 5px;
        left: 5px;
        z-index: 10;
        max-width: max-content;
    }

    .redesign .ns-bitrix.c-basket.c-basket-template-1 .basket-item-name > * {
        font-size: 16px;
    }

    .redesign .basket-item-info {
        justify-content: flex-start;
        grid-gap: 10px;
    }
    .redesign .basket-item-offers {
        grid-gap: 10px;
    }

    .redesign .ns-bitrix.c-basket.c-basket-template-1 .basket-item-content {
        padding: 20px;
    }
    .redesign .ns-bitrix.c-basket.c-basket-template-1 .basket-item-main {
        padding: 0;
        border: none;
    }
    .redesign
        .ns-bitrix.c-basket.c-basket-template-1
        .basket-item-control-wrap {
        margin: 0;
    }
}
.redesign .basket__stages-mobile {
    display: none;
}
.redesign .basket-item-additional.mobile {
    display: none;
}
@media screen and (max-width: 650px) {
    .redesign .intec-grid.intec-grid-800-wrap {
        flex-wrap: nowrap !important;
        gap: 10px;
    }

    .redesign .ns-bitrix.c-basket.c-basket-template-1 .basket-item-total-value,
    .redesign
        .ns-bitrix.c-basket.c-basket-template-1
        .basket-item-total-discount {
        font-size: 18px;
    }
    .redesign .basket__total-price__wrapper {
        grid-gap: 10px;
    }
    .redesign .intec-grid.intec-grid-650-wrap.intec-grid-a-h-between {
        flex-direction: column;
    }

    .redesign
        .intec-grid-item-2.intec-grid-item-1200-4.intec-grid-item-1000-3.intec-grid-item-800-2.intec-grid-item-650-1 {
        max-width: 100%;
        width: 100%;
    }
    .redesign .ns-bitrix.c-basket.c-basket-template-1 .basket-item-additional {
        padding: 0;
    }

    .redesign .intec-grid > .intec-grid-item-3 {
        width: 100%;
    }
    .redesign .basket-item-info {
        align-items: flex-end;
    }
    .redesign
        .basket-item-quantity-counter.intec-ui.intec-ui-control-numeric.intec-ui-scheme-current.intec-ui-view-2.intec-ui-size-5 {
        padding: 0 10px 5px 0;
        max-width: 100%;
    }

    .redesign .basket__top-wrapper-right.desktop {
        display: none;
    }
    .redesign .basket__top-wrapper-right.mobile {
        display: flex;
        justify-content: center;
        margin-top: 60px !important;
    }

    .redesign .basket__stages-mobile {
        display: flex;
        grid-gap: 10px;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        position: relative;
        margin-bottom: 20px;
    }
    .redesign .basket__stages-mobile::before {
        content: "";
        width: calc(100% - 25px);
        background: #b8b8b8;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        z-index: 0;
        height: 1px;
        position: absolute;
    }

    .redesign .basket__stages-mobile .basket__stage {
        display: block;
        color: #1a1e21;
        text-align: center;
        font-size: 14px;
        line-height: 140%;
        display: flex;
        width: 25px;
        height: 25px;
        padding: 3px 0 2px 0;
        justify-content: center;
        align-items: center;
        border: 1px solid #b8b8b8;
        background: #f1f1ef;
        font-weight: 400;
        position: relative;
        z-index: 0;
    }
    .redesign .basket__stages-mobile .basket__stage.active {
        background-color: #d6df78;
        border: 1px solid #d6df78;
    }

    .redesign .basket__top-wrapper {
        padding: 20px;
    }

    .redesign
        .intec-grid.intec-grid-i-10.intec-grid-wrap.intec-grid-a-v-center.intec-grid-1200-wrap.intec-grid-375-wrap.intec-grid-a-h-between {
        align-items: flex-end !important;
    }
    .redesign
        .ns-bitrix.c-basket.c-basket-template-1
        .basket-item-quantity-wrap {
        width: max-content;
    }

    .redesign
        .intec-ui.intec-ui-control-numeric.intec-ui-view-2.intec-ui-size-5
        .intec-ui-part-decrement,
    .redesign
        .intec-ui.intec-ui-control-numeric.intec-ui-view-2.intec-ui-size-5
        .intec-ui-part-increment {
        width: 25px;
        height: 25px;
        font-size: 14px;
    }

    .redesign
        .intec-ui.intec-ui-control-numeric.intec-ui-view-2.intec-ui-size-5
        .intec-ui-part-input {
        font-size: 14px;
    }
    .redesign .ns-bitrix.c-basket.c-basket-template-1 .custom-select-wrapper * {
        font-size: 14px;
    }
    .redesign
        .ns-bitrix.c-basket.c-basket-template-1
        .custom-select-wrapper
        .basket-item-offers-property-name {
        color: #666;
    }

    .redesign .ns-bitrix.c-basket.c-basket-template-1 .custom-select-current {
        padding: 0;
        border: none;
    }
    .redesign .basket-item-additional.desktop {
        display: none;
    }
    .redesign .basket-item-additional.mobile {
        display: flex;
        justify-content: flex-end;
    }
    .redesign .intec-grid > .intec-grid-item-650-3 {
        max-width: 100%;
        width: 100%;
        flex: initial;
    }
    .redesign
        .ns-bitrix.c-basket.c-basket-template-1
        .basket-item-control-wrap
        .favorites {
        margin: 0;
    }

    .redesign .ns-bitrix.c-basket.c-basket-template-1 .basket-item-image-link {
        display: flex;
    }
    .redesign .intec-grid.intec-grid-wrap.intec-grid-i-4 {
        max-width: 150px;
    }
    .redesign
        .basket-item-info-wrap.intec-grid-item.intec-grid-item-shrink-max.intec-grid-item-400-1.intec-grid-item-650.intec-grid-item-800-1 {
        flex-shrink: initial;
        padding: 0;
    }
}

@media screen and (max-width: 400px) {
    .redesign .ns-bitrix.c-basket.c-basket-template-1 .basket-item-image-link {
        height: 100%;
    }
    .redesign .ns-bitrix.c-basket.c-basket-template-1 .basket-item-image img {
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
}

.redesign .basket-linked-elements h2,
.redesign .sale-products-gift-basket-title {
    color: #1a1e21;
    font-size: 40px;
    font-weight: 700;
    line-height: 140%;
    text-transform: uppercase;
}
.redesign .basket-gifts {
    margin-top: 100px;
}
@media screen and (max-width: 800px) {
    .redesign .basket-gifts {
        margin-top: 80px;
    }
    .redesign .basket-linked-elements h2,
    .redesign .sale-products-gift-basket-title {
        font-size: 25px;
    }
}


.redesign .basket-confirm-remove-product-wrapper .intec-grid.intec-grid-i-4{
    margin-left: 0;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/sale.basket.basket/template.1__custom/gifts-section.css?17620027482069*/
/* СДЕЛАНО В MM Гунько Юрий - https://mediamint.bitrix24.ru/company/personal/user/336/tasks/task/view/48732/ */
/* Стили для блока подарков (товаров с ценой 0) */

.basket-gifts-section {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #E8E8E8;
}

.basket-gifts-section .basket-gifts-section-title {
    margin-bottom: 24px;
}

.basket-gifts-section .basket-gifts-section-title h3 {
    color: #1A1E21;
    font-family: "Fira Sans";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 42px */
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.basket-gifts-container .basket-item {
    /* Наследуем стили обычных товаров */
}

/* Скрываем счетчик количества и кнопки плюс/минус в блоке подарков */
.basket-gifts-section .basket-item-quantity-wrap,
.basket-gifts-section .basket-item-quantity-wrapper,
.basket-gifts-section .basket-item-quantity-block,
.basket-gifts-section [data-entity="basket-item-quantity-block"],
.basket-gifts-section .basket-item-counter,
.basket-gifts-section .intec-ui-part-counter {
    display: none !important;
}

/* Стили для плашки "ПОДАРОК" */
.mm-product-card__percent_gift {
    background-color: #e3e9a1 !important;
    margin: 0 !important;
}

/* Стили для контейнера с подарком */
.intec-grid.intec-grid-wrap.intec-grid-i-4.mm-product-card__percent_gift {
    background-color: #e3e9a1 !important;
    margin: 0 !important;
}

/* Адаптивные стили для мобильных устройств */
@media (max-width: 768px) {
    .basket-gifts-section {
        margin-top: 30px;
        padding-top: 20px;
    }
    
    .basket-gifts-section .basket-gifts-section-title h3 {
        font-size: 24px;
        line-height: 140%;
    }
}

/* END: СДЕЛАНО В MM Гунько Юрий */


/* End */
/* /local/templates/.default/components/bitrix/sale.basket.basket/template.1__custom/style.css?176543273184799 */
/* /local/templates/.default/components/bitrix/sale.basket.basket/template.1__custom/gifts-section.css?17620027482069 */
