.about__btn {
    width: 217px;
    height: 41px;
    background-color: #000000 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 100%;
    border: none !important;
    border-radius: 20px !important;
    text-align: center !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    cursor: pointer !important;
    margin-top: 20px;
}

.about__btn:hover{
    background-color: #EC0000 !important;
}


.stock__img{
    transform: translate(-15px, -25px);
    width: 207px;
    height: 115px;
    display: block;
    margin-right: auto;
    position: absolute;
    z-index: 1000;
}

.title__benefit{
    margin-top: 30px;
}

.text__benefit{
    font-weight: 500;
    font-size: 38px;
    line-height: 100%;
    color: black;

}

.underline{
    display: none !important;
    /*выводил название блока "Акции"*!*/
}

hr{
    display: none !important;
}


.item-views .item .btn {
    margin-top: 30px;
}


.bottom-menu .item.active .title {
    color: white !important;
}


