.bar .logo{ max-width: none; max-height:50px; }
footer .logo {
    max-height: 30px;
}
nav .menu-horizontal {
    font-size: 16px;
    line-height: 45px;
}
.bg--white a:not(.btn) {
    color: #283959;
    font-weight: 500;
}
.accordion-1 li.active .accordion__title {
    border-color: #c8007b;
}
.accordion li.active .accordion__title {
    background: #c8007b;
    border-bottom: 1px solid #ececec;
}
.process-3 li .process__number {
    float: left;
    width: 15%;
    width: 3.71428571em;
    height: 3.71428571em;
    border-radius: 50%;
    border: 2px solid #c8007b;
    background: #fff;
    text-align: center;
}.process-3 li .process__number {
     float: left;
     width: 15%;
     width: 3.71428571em;
     height: 3.71428571em;
     border-radius: 50%;
     border: 2px solid #c8007b;
     background: #fff;
     text-align: center;
 }
.process-3 li .process__number span {
    font-size: 1.35714286em;
    font-weight: bold;
    color: #c8007b;
    position: relative;
    top: 12px;
}