.columns-container {
    display: flex;
    margin-top: 32px;
    margin-bottom: 32px;
}
.working-time-container{
    display: flex;
    align-items: flex-start;
    flex-flow: column;
}
.requisites-button{
    margin-top: 20px!important;

    margin-bottom: 20px!important;
}
.working-time-container .btn.btn-default.btn-metall{
    background-color: #990000;
    border-color: #990000;
}
.working-time-container .btn.btn-default.btn-metall-ng{
    background-color: transparent;
    border-color: #990000;
    color: #990000;
}
.contact__title{
    font-size: 14px;
    color: #9e9e9e;
}