/*Product Detail*/
.mt-8{
    margin-top: 8px;
}
.product__price-info {
    padding: 2.4rem 2rem;
}
.product__price-info .price_with_stocks{
    display: flex;
    justify-content: space-between;
    margin: 0 0 1.6rem 0;
}
.product__price-info .price_with_stocks .price_values {
    display: flex;
    flex-direction: column;
}
.product__price-info .price_with_stocks .price_values .price__old_value{
    color: #9A9A9A;
    font-size: 1.5rem;
    line-height: 120%;
    font-weight: 500;
    text-decoration: line-through;
    text-decoration-color: #2C2D2E;
}
.product__price-info .price_with_stocks .price_values .price__value {
    color: #1A1919;
    font-size: 2.8rem;
    line-height: 2.8rem;
    font-weight: 500;

}
.product__price-info .price_with_stocks .price__stock{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 11.9rem;
    height: 2.6rem;
    background: #03A448;
    border-radius: 0.1rem;
    color: #FFFFFF;
    font-size: 1.4rem;
    line-height: 100%;
    font-weight: 400;
    padding: 0 1.65rem 0 1.45rem;
}
.product__price-info .price_with_stocks .price__stock svg{
    margin: 0 0.4rem 0;
}
.product__price-info .price_with_stocks .price__stock.unavailable{
    background: #FFFFFF;
    color: #A0A8B5;
}
.product__price-info .stocks{
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    margin: 0 0 2.4rem 0;
}
.product__price-info .stocks .stock{
    display: flex;
    align-items: center;
    gap: 0.4rem;
    color: #9A9A9A;
    font-weight: 500;
    line-height: 100%;
    font-size: 1.4rem;
}
.product__price-info .stocks .stock span{
    display: block;
    color: #BB2830;
}
.product__price-info .stocks .stock.unavailable span{
    color: #9A9A9A;
}
.product__price-info .to_cart{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #BB2830;
    color: #fff;
    border: 0.1rem solid #fff;
    font-size: 1.4rem;
    line-height: 1.6rem;
    text-transform: uppercase;
    border-radius: 0.2rem;
    width: 100%;
    height: 4.4rem;
    margin: 0 0 0.8rem 0;
    transition: 0.1s all;
    font-weight: 500;
    font-family: "FranklinCTT", sans-serif;
}
.product__price-info .to_cart:hover{
    background: #F5F5F5;
    color: #BB2830;
    border: 0.1rem solid #BB2830;
}
.product__price-info .slogan{
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2rem;
    color: #000;
    margin: 0.8rem 0 0 0;
}
.product__price-info .marketplaces{
    margin: 2.4rem 0 0 0;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}
.product__price-info .marketplaces .marketplaces__btn{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F5F5F5;
    color: #BB2830;
    border: 0.1rem solid #BB2830;
    font-size: 1.4rem;
    line-height: 1.6rem;
    text-transform: uppercase;
    border-radius: 0.2rem;
    width: 100%;
    height: 4.4rem;
    transition: 0.1s all;
    font-weight: 500;
    font-family: "FranklinCTT", sans-serif;
}
.product__price-info .marketplaces .marketplaces__btn:hover{
    background: #BB2830;
    color: #fff;
}
.product__price-info .product__price-download:hover{
    background: #BB2830;
    color: #fff;
}
.product_item__counter_wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 4.2rem;
    margin: 2.4rem 0 0 0;
    padding: 0 0.6rem;
    background: #BB2830;
    border-radius: 0.2rem;
}
.product_item__counter_wrap input{
    font-size: 1.4rem;
    line-height: 1.6rem;
    font-weight: 400;
    color: #F2F2F2;
    max-width: 8rem;
}
.product_item__counter_wrap button{
    padding: 1rem;
}
.product__price-info .product_item__go_cart{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #BB2830;
    gap: 0.8rem;
    background: #F5F5F5;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.6rem;
    border-radius: 0.2rem;
    width: 100%;
    height: 4.2rem;
    margin: 0.8rem 0 0 0;
    text-transform: uppercase;
    border: 0.1rem solid #BB2830;
}

.page-header .container{
    position: relative;
}
.added__banner{
    position: absolute;
    right: 4rem;
    bottom: -2.7rem;
    display: flex;
    align-items: center;
    width: 20.2rem;
    padding: 1.2rem 1.5rem;
    background: #232323;
    border-radius: 0.2rem;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 1.45rem;
    line-height: 130%;
}
.added__banner svg{
    margin: 0 0.95rem 0 0;
}
.header__star.cart{
    position: relative;
    margin-right: 2.5rem;
}
.cart__counter{
    position: absolute;
    right: -1rem;
    top: -0.8rem;
    color: #FFFFFF;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #232323;
    border-radius: 10rem;
    width: 1.6rem;
    height: 1.6rem;
}

.catalog__section_buttons .to_cart{
    font-family: "FranklinCTT", sans-serif;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    height: 4.4rem;
    color: #fff;
    background: #BB2830;
    font-size: 1.4rem;
    line-height: 1.6rem;
    font-weight: 500;
    border-radius: 0.2rem;
    text-transform: uppercase;
    margin: 0 0 .8rem 0;
    letter-spacing: 0.1rem;
}
.catalog__section_buttons .to_cart.unavailable{
    color: #FFFFFF;
    background: #9A9A9A;
    pointer-events: none;
}
.catalog__section_buttons .product_item__counter_wrap{
    height: 4.4rem;
    margin: 0 0 .8rem 0;
}
.catalog__section_buttons .product_item__counter_wrap input{
    font-size: 1.4rem;
    max-width: 4.1rem;
}
.catalog__section_buttons .product_item__counter_wrap button{
    padding: 0.8rem;
}
/*Cart*/
.cart__wrapper{
    margin: 0.5rem 0 9.8rem 0;
    display: flex;
    gap: 1.6rem;
    width: 100%;
}
.cart__wrapper .left__side{
    width: 100%;
    max-width: 93.2rem;
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
}
.cart__wrapper .left__side .available, .cart__wrapper .left__side .unavailable{
    border-radius: 0.8rem;
    padding: 1.6rem;
    background: #F9F9F9;
}
.cart__head{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cart__head h3{
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 500;
    color: #2C2D2E;
}
.cart__head .clear__cart{
    width: 11.5rem;
    height: 3.2rem;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    line-height: 1.6rem;
    font-weight: 500;
    color: #2C2D2E;

}
.cart__head .clear__cart svg{
    margin: 0 0.7rem 0 0;
    fill: #282828;
}
.available h4{
    display: block;
    margin: 1.6rem 0 2.4rem 0;
    width: 100%;
    font-size: 2.5rem;
    line-height: 150%;
    font-weight: 700;
    color: #2C2D2E;
    text-transform: uppercase;
}
.available h4:before{
    margin: 0 0 1.6rem 0;
    content: "";
    display: block;
    width: 100%;
    height: 0.1rem;
    background: #E8E8E8;
}
.cart__items {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.cart_items_item{
    display: block;
    width: 100%;
}
.cart_items_item:after{
    margin: 2.4rem 0;
    content: "";
    display: block;
    width: 100%;
    height: 0.1rem;
    background: #E8E8E8;
}
.cart_items_item:last-child:after{
    display: none;
}
.cart_items_item .item__wrapper{
    display: flex;
    width: 100%;
    gap: 1.6rem;
}
.cart_items_item .item__photo{
    width: 9.6rem;
    height: 9.6rem;
}
.cart_items_item .item__photo img{
    width: 100%;
}
.cart_items_item .item__info {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 53.7rem;
}
.cart_items_item .item__info h3{
    color: #2C2D2E;
    font-size: 1.6rem;
    line-height: 120%;
    font-weight: 500;
}
.cart_items_item .item__info p{
    display: flex;
    align-items: center;
    margin: 0.4rem 0 0 0;
    color: #8B8D8E;
    font-size: 1.45rem;
    line-height: 135%;
    font-weight: 500;
}
.cart_items_item .item__info p span{
    display: block;
    margin: 0 0 0 0.4rem;
    color: #2C2D2E;
}
.cart_items_item .item__info .item__buttons{
    margin: 1.6rem 0 0 0;
    display: flex;
    align-items: center;
    gap: 0.8rem;
}
.cart_items_item .item__info .item__buttons a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.2rem;
    height: 3.2rem;
    border: 0.1rem solid #D1D1D2;
    backdrop-filter: blur(4px);
    background: #fff;
}
.cart_items_item .item__prices {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    margin-left: auto;
    align-items: flex-end;
}
.cart_items_item .item__prices .item__prices_old{
    color: #B2B4B3;
    font-size: 1.45rem;
    font-weight: 500;
    line-height: 120%;
    text-decoration: line-through;
    text-decoration-color: #2C2D2E;
}
.cart_items_item .item__prices .item__prices_actual{
    color: #2C2D2E;
    font-size: 2rem;
    font-weight: 500;
    line-height: 2.8rem;
}
.cart_items_item .item__counter{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.8rem;
}
.cart_items_item .item__counter .item__counter_wrap{
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border-radius: 0.1rem;
}
.cart_items_item .item__counter .item__counter_wrap button, .product_item__counter_wrap button{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    outline: none;
    background-color: transparent;
    margin: 0;
    box-shadow: none;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.cart_items_item .item__counter .item__counter_wrap button{
    width: 3.8rem;
    height: 4rem;
    padding: 1rem;
}
.cart_items_item .item__counter .item__counter_wrap button svg{
    width: 1.6rem;
    height: 1.6rem;

}
.cart_items_item .item__counter .item__counter_wrap input, .product_item__counter_wrap input{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    outline: none;
    background-color: transparent;
    padding: 0;
    box-shadow: none;
    text-align: center;
}
.cart_items_item .item__counter .item__counter_wrap input {
    font-size: 2rem;
    line-height: 2.2rem;
    font-weight: 500;
    color: #2C2D2E;
    width: 6rem;
    height: 2.8rem;
    margin: 0 0.2rem 0 0.2rem;
}
.cart_items_item .item__counter .on__board{
    color: #8B8D8E;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 120%;
}
.cart_items_item .item__counter .on__board.last{
    color: #BB2830;
}

.unavailable h4{
    color: #2C2D2E;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 150%;
    margin: 0 0 1.6rem 0;
    text-transform: uppercase;
}
.cart_items_item .see__same{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15.6rem;
    height: 4rem;
    color: #BB2830;
    background: #fff;
    border: 0.1rem solid #BB2830;
    border-radius: 0.2rem;
    font-size: 1.45rem;
    line-height: 1.6rem;
    font-weight: 500;
    margin-left: auto;
    transition: .1s all;
    text-transform: uppercase;
}
.cart_items_item .see__same:hover{
    color: #fff;
    background: #BB2830;
}
.unavailable .cart_items_item .item__info{
    max-width: 60rem;
}
.unavailable .item__photo, .unavailable .item__info{
    opacity: 0.5;
}

.cart__wrapper .right__side {
    width: 100%;
    max-width: 41rem;
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
}
.cart__wrapper .right__side .banner{
    border-radius: 0.1rem;
    padding: 1.6rem;
    background: linear-gradient(90deg, #000000 0.98%, #BB2830 100%);
}
.cart__wrapper .right__side .banner h4{
    color: #fff;
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.2rem;
    margin: 1.2rem 0 1.6rem 0;
    letter-spacing: 0.2rem;
    text-transform: uppercase;
}
.cart__wrapper .right__side .banner p{
    color: #fff;
    font-size: 1.45rem;
    line-height: 140%;
    font-weight: 400;
    opacity: 0.7;
}
.cart__wrapper .right__side .summary{
    background: #F9F9F9;
    border-radius: 0.8rem;
    padding: 1.6rem;
}
.cart__wrapper .right__side .summary h4{
    color: #2C2D2E;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 2.4rem;
}
.cart__wrapper .right__side .summary .summary__info{
    margin: 2.4rem 0 0 0;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}
.cart__wrapper .right__side .summary .summary__info p{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.8rem;
    color: #8B8D8E;
}
.cart__wrapper .right__side .summary .summary__info p span {
    color: #2C2D2E;
}
.cart__wrapper .right__side .summary .summary__info p span.with__svg{
    color: #BB2830;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.4rem 0.8rem;
    gap: 0.4rem;
    background: #9D0D1626;
    border-radius: 0.5rem;
}
.cart__wrapper .right__side .summary .summary__total:before{
    content: "";
    display: block;
    margin: 1.6rem 0 1.6rem 0;
    width: 100%;
    height: 0.1rem;
    background: #E8E8E8;
}
.cart__wrapper .right__side .summary .summary__total p{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #8B8D8E;
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 500;
}
.cart__wrapper .right__side .summary .summary__total p span{
    color: #2C2D2E;
    font-size: 2rem;
    line-height: 2.8rem;
}
.cart__wrapper .right__side .summary .order__btn{
    margin: 2.4rem 0 1.6rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 4.4rem;
    color: #fff;
    background: #BB2830;
    border-radius: 0.2rem;
    font-size: 1.4rem;
    line-height: 1.6rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    cursor: pointer;
}
.cart__wrapper .right__side .summary .order__btn svg{
    margin: 0 0 0 0.6rem;
    stroke: white;
}
.cart__wrapper .right__side .summary .save__info{
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.8rem;
    color: #282828;
}
.cart__wrapper .right__side .summary .save__info svg{
    margin: 0 0.6rem 0 0;
}

.popup-order .modal__content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.popup-order h3{
    max-width: 45rem;
    color: #000000;
    font-weight: 700;
    font-size: 3rem;
    line-height: 3.2rem;
    text-align: center;
    margin: 1.6rem 0;
    letter-spacing: 0.2rem;
    text-transform: uppercase;
}

.popup-order .slogan{
    color: #9A9A9A;
    text-align: center;
    font-weight: 500;
    font-size: 1.45rem;
    line-height: 140%;
    max-width: 39rem;
}
.popup-order .save__items{
    display: flex;
    align-items: center;
    padding: 0.7rem 1rem;
    color: #03A448;
    background: #E3F6EB;
    border-radius: 0.2rem;
    font-weight: 500;
    font-size: 1.45rem;
    line-height: 1.8rem;
    margin: 2.4rem 0 0 0;
}
.popup-order .save__items svg{
    margin: 0 0.6rem 0 0;
}


.empty_cart{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #F9F9F9;
    border-radius: 0.2rem;
    padding: 3.2rem 1.6rem;
}
.empty_cart h2{
    color: #2C2D2E;
    font-size: 1.8rem;
    line-height: 2.4rem;
    font-weight: 500;
    margin: 2.4rem 0 0.8rem 0;
}
.empty_cart p{
    text-align: center;
    color: #9A9A9A;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.8rem;
}
.empty_cart a{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2.4rem 0 0 0;
    color: #FFFFFF;
    font-size: 1.4rem;
    line-height: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.1rem;
    background: #BB2830;
    border-radius: 0.2rem;
    width: 19.5rem;
    height: 4.4rem;
    text-transform: uppercase;
}

@media (max-width: 1299.98px) {
    .cart_items_item .item__info{
        max-width: 39rem;
    }
    .unavailable .cart_items_item .item__info{
        max-width: 39rem;
    }
    .cart_items_item .item__counter .item__counter_wrap input{
        width: 3rem;
        font-size: 1.8rem;
    }
    .cart_items_item .item__counter .item__counter_wrap button{
        width: 3rem;
        height: 3rem;
    }
}
@media (max-width: 1023px) {
    .cart_items_item .item__info{
        max-width: 30rem;
    }
    .unavailable .cart_items_item .item__info{
        max-width: 30rem;
    }
    .cart__wrapper .right__side{
        max-width: 35rem;
    }
}
@media (max-width: 640px) {
    .cart__wrapper{
        flex-direction: column;
    }
    .cart__wrapper .right__side{
        max-width: 100%;
    }
    .cart_items_item .item__wrapper{
        flex-direction: column;
        align-items: center;
    }
    .cart_items_item .item__prices{
        margin-left: 0;
    }
    .cart_items_item .item__info{
        align-items: center;
    }
    .cart_items_item .item__info h3{
        text-align: center;
    }
    .cart_items_item .see__same{
        margin-left: 0;
    }

}



.popup-order svg.loading{
    animation: 1s linear 0s normal none infinite running rot;
    -webkit-animation: 1s linear 0s normal none infinite running rot;
}

@keyframes rot {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes rot {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.cart_items_item .item__prices .item__prices_actual{
    min-width: max-content;
}

.added__banner svg{
    margin: 0 0.95rem 0 0;
}

.popup-order.modal{
    max-width: 98rem;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 3.6rem 12rem;
    border-radius: 0.2rem;
    /*position: relative;*/
    margin: 0 auto;
    height: auto;
    top: 150px;
}
.popup-order p{
    max-width: 39rem;
}
.popup-order .slogan{
    color: #9A9A9A;
    text-align: center;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 140%;
}
#popup-order .modal-dialog{
    width: fit-content;
    max-width: 100%;
}

.popup-order svg.loading{
    animation: 1s linear 0s normal none infinite running rot;
    -webkit-animation: 1s linear 0s normal none infinite running rot;
}
.catalog__section_buttons{
    margin-top: auto;
}
.catalog__main-products-card-price .price__old_value{
    color: #9A9A9A;
    font-size: 1.5rem;
    line-height: 120%;
    font-weight: 500;
    text-decoration: line-through;
    text-decoration-color: #2C2D2E;
}
.catalog__main-products-card-price .price__value {
    color: #1A1919;
    font-size: 2.8rem;
    line-height: 2.8rem;
    font-weight: 500;
}

.cart_burger {
    display: none;
}
.popup-order .help-text{
    color: #A0A8B5;
    text-align: center;

    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 16.8px */
    margin-top: 24px;
}

.popup-order .help-text a{
    color: #BB2830;
}

.cart_title{
    margin-top: 40px;
}
@media only screen and (max-width: 640px) {
    .cart_burger {
        display: flex;
        gap: 10px;
        margin-left: auto;
    }
    .cart_title{
        margin-top: 56px;
    }

    .product__price-info .slogan{
        margin-left: 4px;
    }
}


.cart__counter:empty{
    display: none;
}


.price__old_value{
    display: flex;
    gap: 5px;
    align-items: center;
    position: relative;
    width: fit-content;
}
.price__value{
    display: flex;
    gap: 5px;
    align-items: center;
}
.price__old_value svg{
    fill: #9A9A9A;
    width: 0.6em;
    height: 0.75em;
}
.price__old_value:after{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
    transform: translateY(-50%);
}
.price__value svg{
    fill: black;
    width: 0.6em;
    height: 0.75em;
}


.item__prices_old{
    display: flex;
    gap: 5px;
    align-items: center;
    position: relative;
    width: fit-content;
}
.item__prices_old svg{
    fill: #9A9A9A;
    width: 0.6em;
    height: 0.75em;
}
.item__prices_old:after{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
    transform: translateY(-50%);
}
.item__prices_actual{
    display: flex;
    gap: 5px;
    align-items: center;
}
.item__prices_actual svg{
    fill: black;
    width: 0.6em;
    height: 0.75em;
}


.discount_amount{
    display: flex;
    gap: 5px;
    align-items: center;
}
.discount_amount svg{
    fill: black;
    width: 0.6em;
    height: 0.75em;
}

.summary__total_amount{
    display: flex;
    gap: 5px;
    align-items: center;
}
.summary__total_amount svg{
    fill: black;
    width: 0.6em;
    height: 0.75em;
}

.summary__info_amount{
    display: flex;
    gap: 5px;
    align-items: center;
}
.summary__info_amount svg{
    fill: black;
    width: 0.6em;
    height: 0.75em;
}




.modal_wnd{
    display: none;
}
.modal_wnd.shown{
    display: flex;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
}
.modal_wnd.shown .fade{
    display: flex;
    position: absolute;
    z-index: 1001;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: black;
    opacity: 0.5;
}
.modal_wnd.shown .modal_body{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    z-index: 1002;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 700px;
    background: white;
}

.popup-order{
    padding: 20px 50px;
}

@media only screen and (max-width: 640px) {
    .header__star.cart{
        margin-right: 24px;
        height: 24px;
    }
    .header__star.cart a svg{
        height: 24px;
    }
    .header__star.cart a .cart__counter{
        top: -5px;
    }
    section.main-page-new-section{
        background: black;
    }
    .popup-order.modal .modal__inner{
        padding: 2.4rem;
    }

    .popup-order.modal .modal__inner{
        top: 50%;
        translate: 0 -50%;
    }
    .modal_wnd.shown .modal_body{
        width: calc(100% - 20px);
    }
}
.catalog__section_buttons .to_cart:hover{
    background: #F5F5F5;
    color: #BB2830;
    border: 0.1rem solid #BB2830;
}



.cart__head .clear__cart:hover{
    color: #fff;
    background: #BB2830;
    border: 0.1rem solid #F5F5F5;
}
.cart__head .clear__cart:hover svg{
    margin: 0 0.7rem 0 0;
    fill: #F5F5F5;
}

.cart__wrapper .right__side .summary .order__btn:hover{
    background: #F5F5F5;
    color: #BB2830;
    border: 0.1rem solid #BB2830;
}

.cart__wrapper .right__side .summary .order__btn:hover svg{
    stroke: #BB2830;
}