.section-descr.main-subtitle, .text-pink {
    color: #fe002f;
}

.nav-logo-wrap .logo {
    max-height: 54px;
    margin-top: 4px;
}

.footer-logo {
    max-width: 135px;
    max-height: 54px;
}

.works-filter {
    justify-content: flex-end;
    position: inherit;
    display: flex;
    flex-wrap: wrap;
}

.works-filter a {
    padding: 1px 15px 1px 15px;
    box-sizing: border-box;
    border: 1px solid #757575;
    margin-left: 7px;
    margin-top: 7px;
    margin-bottom: 7px;
    border-radius: 5px;
    text-decoration: none;
    position: inherit;
}

.works-filter a:hover {
    text-decoration: none;
}

.works-filter a.active {
    border-color: #010101;
    background-color: #f8d0d9;
}

@media only screen and (max-width: 991px) {
    .works-filter a {
        width: auto;
        margin-left: 0;
        margin-right: 0;
    }
    .works-filter {
        justify-content: space-between;
    }
}

a.btn-mod.mail {
    min-width: 226px;
}

a.btn-mod.whatsapp {
    background-color: #25D366;
}

#faq a.btn-mod.whatsapp, #faq a.btn-mod.mail {
    margin-bottom: 20px;
}

a.btn-mod.whatsapp.btn-hover-anim:before {
    background-color: #0ab94b;
}

a.btn-mod.whatsapp.btn-hover-anim:hover {
    border-color: #0ab94b;
}