.cta_button, .cta__button--icon {
    background-color: #3c597c;
    color: #ffecec;
    max-width: 355px;
    text-decoration: none;
    width: 100%;
}

a:hover {
    text-decoration: none;
    color: #a5c4e9;
}

@media (max-width:1199px) {
    .appbut {
        position: absolute;
        width: 229px;
        top: 5px;
    }
}

@media (max-width:767px) {
    .appbut {
        width: 195px;
        font-size: 14px;
    }
        .wrap__navigationHeader {
        margin: 0 -55px;
    }
}