.el-color-accent {
    color: #be1622;
}
.btn.btn-danger {
    background: #be1622;
    border-color: #be1622;
}
.btn.btn-danger:hover {
    opacity: 0.7;
}
.btn.btn-outline-danger {
    color: #be1622;  
    border-color: #be1622;    
}
.btn.btn-outline-danger:hover {
    color: #fff;  
    background: #be1622;    
}
.swiper-pagination-bullet-active {
    background: #be1622;
}
.swiper-button-prev::after, .swiper-button-next::after {
    color: #be1622;  
}
.about-text {
    color: #17161a;
}
.el-project-stages-section .el-color-light,
.el-project-stages-section .el-color-light span {
    color: #17161a !important;    
}
.bg-primary {
    background-color: #b0ccec !important;
}
.el-performance-section .el-col-wrapper {
    background: #84b1e3 !important;
}
.el-performance-section .el-upper-text {
    color: #fff !important;    
}
.el-mission-section .el-mission-text-block {
    background-color: #f3fcff;
}
.el-well-interview {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 15px;
    background-color: #f7f5ef;
    border-radius: 4px;
    list-style: none;
}
.el-well-interview.el-even-well {
    background-color: #c8e1c2;
}
.el-well-interview .el-faq-answer:before {
    content: "Ответ";
    display: inline-block;
    padding: 3px 7px;
    margin-right: 0.5em;
    font-weight: bold;
    font-size: 90%;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    border-radius: 10px;
    background: #BF9D30;
}



