
    .btn-cb{
    display: inline-block;
    font-size: 25px;
    line-height: 1.2;
    font-weight: 700;
    color: rgb(255, 255, 255);
    letter-spacing: 0.03em;
    box-shadow: rgba(86, 59, 19, 0.25) 0px 4px 10px;
    text-align: center;
    padding: 17.5px 33px;
    border-radius: 5px;

}
.header-phones {
    display: flex;
}
@media only screen and (max-width:768px){
    .header-phones{
        max-width: 200px;
        flex-wrap: wrap;
        justify-content: flex-end;
    }
    .btn-cb {
        font-size: 20px;
        line-height: 1;
        padding: 17px 20px;
    }
}

h3{
    font-size: 25px;
    line-height: 1.5;
    font-weight: 700;
    color: #262626;
}

.section-title .minimum-order-sum, .page-wrap .minimum-order-sum {
    all: unset;
    color:#009D4C;
}

.stocks-title {
    margin-left:auto;
    margin-right:auto;
    letter-spacing: 0.05em;
}

#empty-messengers-place {
    height: 48px;
}
    