.button .button__type::before {
    background: rgb(0, 153, 255) !important;}
@media (hover:hover){
    .button .button__type:hover {
        color: rgb(0, 153, 255) !important;
    }
}
.heading2:after {background:rgb(0, 153, 255) !important;}

.order-list__mark {color:rgb(0, 153, 255) !important;}

.button__type:after {border: 2px solid rgb(0, 153, 255) !important;}

.heading1__title:after{
    display: none;
}
.heading1{
    padding-bottom: 0 !important;
}

.button-v2 .button-v2__type{
    color: rgb(0, 153, 255) !important;
    border: 2px solid rgb(0, 153, 255) !important;
}
@media (hover:hover){
    .button-v2 .button-v2__type:hover {
        color: #fff !important;
        background-color: rgb(0, 153, 255) !important;
    }}