/* rangeslider ---------------------------- */

.rangeslider,
.rangeslider__fill {
  display: block;
  -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.rangeslider {
  background: #e6e6e6;
  position: relative;
}

.rangeslider--horizontal {
  height: 20px;
  width: 100%;
}

.rangeslider--vertical {
  width: 20px;
  min-height: 150px;
  max-height: 100%;
}

.rangeslider--disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}

.rangeslider__fill {
  background: #00ff00;
  position: absolute;
}
.rangeslider--horizontal .rangeslider__fill {
  top: 0;
  height: 100%;
}
.rangeslider--vertical .rangeslider__fill {
  bottom: 0;
  width: 100%;
}

.rangeslider__handle {
  background: white;
  border: 1px solid #ccc;
  cursor: pointer;
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.rangeslider__handle:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEzIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.13)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
  background-image: linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.rangeslider__handle:active, .rangeslider--active .rangeslider__handle {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.12)));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
}
.rangeslider--horizontal .rangeslider__handle {
  top: -10px;
  touch-action: pan-y;
  -ms-touch-action: pan-y;
}
.rangeslider--vertical .rangeslider__handle {
  left: -10px;
  touch-action: pan-x;
  -ms-touch-action: pan-x;
}

input[type="range"]:focus + .rangeslider .rangeslider__handle {
  -moz-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  -webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
}


/* rangeslider ---------------------------- */


.right-top-footer::before {
    display: none;
}

.bonus {
    background-color: #FFFFFF;
    border-radius: 30px;
    padding: 30px;
    padding-bottom: 24px;
    margin-bottom: 40px;
}

.bonus__list {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    flex-wrap: wrap;
    list-style: none;
    position: relative;
}

.bonus__list::before {
    /* content: ''; */
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 100%;
    transform: translate(-50%, -50%);
    border-right: 3px dashed #1818182e;
}

.bonus__list-item {
    display: flex;
    flex-direction: column;
}

.bonus__list-value {
    font-weight: 800;
    font-size: 32px;
    line-height: 1.12;
    color: #378465;
}

.bonus__list-name {
    font-weight: 300;
    font-size: 12px;
    line-height: 1.5;
    color: #181818;
}

.bonus__title {
    font-weight: 800;
    font-size: 16px;
    line-height: 15px;
    color: #181818;
    margin-bottom: 15px;
    display: block;
}

.body-cart__inner {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.body-cart__bottom{
    margin-top: auto;
}


/* бонусы в оформлении заказа */

.right-checkout__content {
    margin-bottom: 30px;
}

.user {
    position: relative;
}

.user-toggle {
    border: 2px solid #181818;
    border-radius: 30px;
    font-weight: 800;
    font-size: 20px;
    line-height: 1.2;
    color: #181818;
    padding: 25px 70px;
    padding-right: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    user-select: none; 
}

.user-toggle::before,
.user-toggle::after {
    content: '';
    width: 34px;
    height: 34px;
    border: 2px solid #000000;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    left: 22px;
}

.user-toggle::after {
    background-image: url('../img/check-white.svg');
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
    background-color: #181818;
    opacity: 0;
}

.user-input:checked + .user-toggle {
    border-bottom: none;
    border-radius: 30px 30px 0 0;
    padding-bottom: 0;
}

.user-input:checked + .user-toggle::after {
    opacity: 1;
}

.user-input {
    position: absolute;
    -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}

.user-input:checked + .user-toggle span {
    opacity: 1;
    visibility: visible;
    position: static;
}

.user-toggle span {
    display: block;
    font-family: 'Nunito';
    font-weight: 400;
    font-size: 14px;
    line-height: 1.7;
    color: #181818;
    opacity: 0.6;
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.user-bonus {
    padding: 13px 30px 27px 70px;
    border: 2px solid #181818;
    border-top: none;
    border-radius: 0 0 30px 30px;
    display: none;
}

.user-bonus__inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    margin-bottom: 20px;
}

.user-bonus__desc {
    font-weight: 800;
    font-size: 16px;
    line-height: 1.5;
    color: #181818;
    margin: 0;
    margin-bottom: 6px;
}

.user-bonus__label {
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.user-bonus__input {
    position: absolute;
    -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}

.user-bonus__value {
    font-family: 'Nunito';
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #181818;
    display: inline-block;
    padding-left: 34px;
    position: relative;
}

.user-bonus__value::before,
.user-bonus__value::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #000000;
}

.user-bonus__input:checked + .user-bonus__value::after {
    opacity: 1;
}

.user-bonus__value::after {
    background-image: url('../img/check-white.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    z-index: 2;
    background-color: #181818;
    opacity: 0;
}

.user-bonus .irs-line {
    height: 4px;
    background: #181818;
    opacity: 0.3;
}

.user-bonus .irs-bar {
    height: 4px;
    background: #181818;
}

.user-bonus .irs-min,
.user-bonus .irs-max {
    font-family: 'Nunito';
    font-weight: 800;
    font-size: 14px;
    line-height: 24px;
    color: #181818;
    padding: 0;
    background: transparent;
    border-radius: none;
    top: -5px;
}

.user-bonus .irs-single {
    font-family: 'Nunito';
    font-weight: 800;
    font-size: 14px;
    line-height: 1;
    color: #FFFFFF;
    padding: 4px 6px;
    background: #CF588F;
    border-radius: 30px;
    top: -10px;
}

.user-bonus .irs-single::before {
    display: none;
}

.user-bonus .irs-handle i {
    display: none !important;
}

.user-bonus .irs-handle {
    width: 20px;
    height: 20px;
    background: #181818;
    border: 2px solid #000000;
    border-radius: 50%;
    top: 17px;
}

.right-checkout__user {
    margin-bottom: 40px;
}

.right-checkout__bonus {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.user-payment {
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    color: #181818;
}

.user-payment--value {
    font-weight: 800;
    color: #378465;
}

.total-right-checkout {
    padding-top: 24px;
}

@media(max-width: 650px) {
    .user-toggle {
        font-size: 16px;
        padding: 15px;
        padding-left: 50px;
        border-radius: 15px;
    }
    
    .user-input:checked + .user-toggle {
        border-radius: 15px 15px 0 0;
    }
    
    .user-toggle span {
        font-size: 12px;
        line-height: 1.2;
        margin-top: 5px;
    }
    
    .user-bonus {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .user-toggle::before, .user-toggle::after {
        left: 15px;
        width: 26px;
        height: 26px;
        top: 12px;
    }

    .user-bonus {
        padding: 15px;
        border-radius: 0 0 15px 15px;
    }
    
}

/* бонусы в оформлении заказа */

@media(max-width: 767px) {
    .categories__content {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .popup-product__size-view .item-view-size__content input + label {
        width: 100px;
    }
        
}


/* комбо */

.popup-combo .popup__content {
    justify-content: space-between;
    align-items: flex-start;
}

.popup-combo .popup-product__right {
    max-width: 560px;
    width: 100%;
}

.popup-combo .popup-product__bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    gap: 100px;
}

.popup-combo .popup-product__price.price-product-page {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.popup-combo .price-product-page__price {
    margin-right: 0;
}

.popup-combo .product-page__buy {
    width: 270px;
}

.slots {
    padding-right: 45px;
    margin-top: 25px;
    margin-bottom: 45px;
    max-height: 432px;
    overflow: auto;
}

.slots .simplebar-vertical {
    width: 10px !important;
}

.slots .simplebar-vertical::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 100%;
    background-color: #181818;
}

.slots .simplebar-scrollbar {
    background-color: #181818;
    border-radius: 20px;
}

.slot {
    padding: 25px 0;
    border-top: 1px solid #000000;
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
}

.slot:last-child {
    border-bottom: 1px solid #000000;
}

.slot input {
    position: absolute;
    -webkit-appearance: none; 
      -moz-appearance: none; 
      appearance: none; 
      opacity: 0;
}

.slot-img {
    max-width: 90px;
    width: 100%;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    object-fit: contain;
}

.slot-title {
    font-weight: 800;
    font-size: 20px;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 10px;
}

.slot-desc {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #181818;
    opacity: 0.6;
    margin: 0;
}

.slot-btn {
    margin-bottom: auto;
    font-weight: 800;
    font-size: 16px;
    line-height: 2;
    color: #181818;
    background-color: transparent;
    padding: 10px 16px;
    border: 2px solid #181818;
    border-radius: 30px;
    cursor: pointer;
}

.slot-btn.active {
    border-color: #CF588F;
    color: #CF588F;
}

.combo-block {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.combo-block__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.67;
}

.combo-block__price {
    font-weight: 800;
}

.combo-wrapper {
    max-width: 595px;
    width: 100%;
    padding-right: 30px;
    max-height: 830px;
    overflow: auto;
    margin-right: 40px;
    display: none;
}

.combo-wrapper .simplebar-vertical {
    width: 10px !important;
}

.combo-wrapper .simplebar-vertical::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 100%;
    background-color: #181818;
}

.combo-wrapper .simplebar-scrollbar {
    background-color: #181818;
    border-radius: 20px;
}

.combo-left {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    width: 100%;
    height: 100%;
    position: relative;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease-in-out;
    display: none;
}

.combo-left.active {
    opacity: 1;
    visibility: visible;
    display: grid;
}

.radio {
    min-height: 225px;
    background-color: #fff;
    position: relative;
    box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.1);
    border-radius: 10px;
    overflow: hidden;
}

.radio-input {
    position: absolute;
    -webkit-appearance: none; 
      -moz-appearance: none; 
      appearance: none; 
      opacity: 0;
}



.radio-label {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 30px 25px;
    font-weight: 800;
    font-size: 16px;
    line-height: 1.12;
    color: #181818;
    text-align: center;
    cursor: pointer;
    transition: box-shadow .3s ease-in-out;
    cursor: pointer;
}

.radio-label:hover {
    box-shadow: inset 0px -58px 50px -30px  #F5B4D2;
}

.radio-label::before,
.radio-label::after {
    content: '';
    position: absolute;
    border: 2px solid #000000;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    top: 20px;
    left: 20px;
}

.radio-label::before {
    background-color: #000000;
    background-image: url('../img/check-white.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    z-index: 2;
    opacity: 0;
}

.radio-input:checked + .radio-label::before,.radio-label-active::before {
    opacity: 1;
    content: '';
}

.radio-label__img {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 90px;
    width: 100%;
    height: 90px;
    object-fit: contain;
    margin-bottom: 15px;
}

.radio-labal__name {
    
}

.radio-labal__price {
    color: #CF588F;
    line-height: 1.9;
    margin-top: auto;
}

@media(max-width: 1280px) {
    .combo-wrapper {
        max-width: 100%;
        max-height: 460px;
        margin-bottom: 50px;
        margin-right: 0;
    }
    
    .combo-left {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .popup-combo .popup__content {
        flex-direction: column;
        padding-top: 90px;
    }
    
    .popup-combo .popup-product__right {
        max-width: 100%;
    }
    
    .slot {
        justify-content: space-between;
    }
}

@media(max-width: 991px) {
    .radio {
        min-height: 150px;
    }
    
    .radio-label__img {
        width: 50px;
        height: 50px;
    }
    
    .radio-label::before, .radio-label::after {
        width: 20px;
        height: 20px;
        top: 15px;
        left: 15px;
    }
    
    .slot {
        padding: 15px 0;
        gap: 15px;
        flex-wrap: wrap;
    }
    
    .slot-img {
        width: 50px;
        height: 50px;
        margin-right: 0;
    }
    
    .slot-btn {
        padding: 5px 15px;
        line-height: 1;
    }
    
    .popup-combo .popup-product__bottom {
        gap: 20px;
    }
}

@media(max-width: 650px) {
    .combo-left {
        grid-template-columns: repeat(2, 1fr);
    }
}

.rows-catalog__title {
    padding-top: 130px;
}

.rows-catalog__title::before {
    top: 180px;
}

@media(max-width: 991px) {
    .rows-catalog__title {
        padding-top: 0;
    }
    
    .rows-catalog__title::before  {
        top: 50%;
    }
}

.popup-product__size-view .item-view-size__content input + label {
    text-align: center;
    padding: 20px;
    display: flex;
    justify-content: space-between;
}

@media(max-width: 576px) {
    .popup-product__size-view .item-view-size__content input + label {
        font-size: 13px;
    }
    
    .item-view-size__content div label {
        width: 100px;
        text-align: center;
        font-size: 13px;
    }
}


/* комбо */

/* footer start */

.footer-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.footer__docs {
    font-size: 13px;
    line-height: 1.2;
    max-width: 50%;
}

.footer__docs p {
    margin: 0;
}

.bottom-footer {
    display: block;
}

@media(max-width: 1250px) {
    .footer-block {
       flex-wrap: wrap;
    }
}

@media(max-width: 768px) {
    .footer__docs {
        max-width: 100%;
    }
}



/* footer end */


/* правки */
.item-catalog__content{
    height: 100%;
}

.item-catalog__bottom{
    margin-top: auto;
}


.body-cart{
    padding: 30px 30px 15px 30px;
}

.body-cart__close{
    top: 15px;
    right: 15px;
    
    width: 22px;
    height: 22px;
}

.body-cart__close svg{
    width: 100%;
    height: 100%;
}

.body-cart__title{
    font-size: 34px;
    line-height: 1;
}

.body-cart__clear{
    line-height: 34px;
}

.info-body-cart{
    padding: 20px 0;
}

.item-info-cart--total{
    margin: 0;
}

.body-cart__pay{
    line-height: 1.2;
    height: 50px;
    font-size: 18px;
}

.body-cart__info-text{
    line-height: 1.2;
}

.item-content-body__remove{
    top: auto;
    bottom: 10px;
}

.item-info-cart--total .item-info-cart__number{
    font-size: 26px;
}

.item-info-cart__title{
    font-size: 20px;
}

.body-cart__pay svg{
    display: none;
}

.body-cart__container{
    overflow: auto;
    margin-bottom: 20px;
    
    -ms-overflow-style: none;  /* IE и Edge */
    scrollbar-width: none;  /* Firefox */
    padding-right: 20px;
}

.body-cart__container::-webkit-scrollbar {
  display: none;
}

.content-body{
    max-height: unset;
}

.body-cart__promo{
    margin-bottom: 20px;
}

.body-cart__promo-title{
    font-weight: 800;
    font-size: 18px;
    line-height: 20px;
    color: #181818;
    margin-bottom: 10px;
}

.body-cart__promo-input{
    width: 100%;
}

.body-cart__promo-input input{
    width: 100%;
    height: 50px;
    border-radius: 60px;
    outline: none;
    background: transparent;
    padding: 0;
    margin: 0;
    
    padding: 0 20px;
    
    font-weight: 800;
    font-size: 18px;
    line-height: 1;
    color: #181818;
}

@media(max-width: 1600px) {
    .header-catalog__list li:not(:last-child){
        margin: 0 25px 0 0;
    }
    
    .bottom-header__logo{
        margin: 0 30px 0 0;
    }
    
    .header._header-scroll .bottom-header__catalog{
        margin: 0 25px 0 0;
    }
    
    .header__favorite{
        margin:0 15px 0 0;
    }
    
    .header__pa{
        margin: 0 15px 0 0;
    }
}

/* 3 шага оформления */

.step-1 .body-cart {
    position: static;
    height: auto;
    width: 100%;
    overflow: auto;
    background: transparent;
}

.step-1 .body-cart__bottom {
    position: sticky;
    top: 0;
    display: flex;
    flex-direction: column;
    height: fit-content;
    width: 360px;
    margin-top: 0;
    padding: 30px;
    border: 1px solid #181818;
}

.step-1 .body-cart__inner {
    flex-direction: row;
    gap: 50px;
}

.step-1 .body-cart__wrapper {
    flex-grow: 1;
}

.step-2 .checkout__left {
    width: 100%;
    flex: 1;
}

.step-2 .container {
    display: flex;
    flex-direction: column;
}

.step-2 .right-checkout__submit {
    width: 50%;
    align-self: center;
}


.step-3 .checkout__right {
    display: flex;
    gap: 50px;
    width: 100%;
    flex: 1;
}

.step-3 .right-checkout__top {
    flex-grow: 1;
}

.step-3 .right-checkout__bottom {
    width: 360px;
    padding: 30px;
    border: 1px solid #181818;
}

@media (max-width: 1250px) {
    .step-1 .body-cart__inner {
        flex-direction: column;
        background: -webkit-linear-gradient(204.93deg, #EADFCD 0%, #EACFCD 100%);
        background: -moz-linear-gradient(204.93deg, #EADFCD 0%, #EACFCD 100%);
        background: -o-linear-gradient(204.93deg, #EADFCD 0%, #EACFCD 100%);
        background: linear-gradient(204.93deg, #EADFCD 0%, #EACFCD 100%);
        padding: 40px 20px;
        border-radius: 20px;
        }
    
    .step-1 .body-cart__bottom {
        width: 100%;
    }
    
    .step-2 .right-checkout__submit {
        width: 100%;
    }
    
    .step-3 .checkout__right {
        flex-direction: column;
    }
    
    .step-3 .right-checkout__bottom {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .step-1 .item-content-body {
        padding-bottom: 40px;
    }
    
    .step-1 .body-cart {
        padding: 0;
    }
    
    .step-1 .body-cart__bottom {
        padding: 10px;
    }
    
    .step-3 .right-checkout__bottom {
        padding: 10px;
    }
}

.item-view-size__content input + label {
    min-height: 100px;
    height: 100%;
    padding: 20px;
    gap: 10px;
    justify-content: flex-start;
}

.popup-product__size-view .item-view-size__content input + label {
    height: 100%;
    gap: 10px;
    justify-content: flex-start;
    align-items: center;
}

.popup-product__size-view .item-view-size__content input + label {
    width: 120px;
}

.more-header__list {
    min-width: 200px;
}


.more-header__list li a {
    white-space: normal;
}

.body-cart__promo {
    display: none;
}

.right-checkout__bonus {
    display: none;
}

.right-checkout__user .user-toggle {
    display: none;
}

@media (max-width: 992px) {
    .header-catalog__list {
        gap: 20px;
    }
    
    .header-catalog__list li {
        margin: 0;
        width: 100%;
    }
}

.item-view-size__content input {
    position: static;
    opacity: 1;
    width: min-content;
    max-width: 10px;
    height: fit-content;
    z-index: 0;
}