.h-cart .count{
    position: absolute;
    top: 0;
    right: 0;
    color: #252525;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    min-width: 16px;
    height: 16px;
    border-radius: 100%;
    z-index: 1;
    font-weight: 600;
}
section .inner{
    max-width: 1220px;
    padding-left: 0.938rem;
    padding-right: 0.938rem;
}
#who_we .who_we_left p{
    margin: 12px 0 0 !important;
    text-align: center;
}
#who_we .who_we_left{
    padding: 0 26px !important;
}
#values{
    padding-bottom: 30px;
}
.status-order{
    padding: 0.4375rem 0.625rem;
    border-radius: 24px;
    white-space: nowrap;
    color: #fff;
}
.status-order.waiting {
    background: #888888;
}
.status-order.success {
    background: #04BD00;
}
.status-order.cancel {
    background: #BC0000;
}
.check__rules{
    position: relative;
}
.check__rules input{
    position: absolute;
    opacity: 0;
}

.check__rules .rec{
    display: block;
    width: 1rem;
    height: 1rem;
    border: 1px solid #ebebeb;
    border-radius: 1px;
    flex-shrink: 0;
    position: relative;
}
.check__rules .rec::after{
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: linear-gradient(180deg, #D4A840 0%, #FFED9A 53.65%, #FCC541 100%) !important;
    display: none;
}
.check__rules input:checked ~.rec{
    border: 1px solid #D4A840;
}
.check__rules input:checked ~.rec::after{
    display: block;
}
@media(min-width:1280px){
    #tree .img_bg{
        background-attachment: fixed;
    }
}