.nav-logo {
    width: 200px;
}

@media (max-width: 720px) {
    .nav-wrapper {
        width: 100%;
    }

    .nav-logo {
        margin: 0 auto;
        display: block;
    }

    .nav-contacts {
        display: none;
    }

    .nav-services {
        width: 100%;
        justify-content: space-around;
    }

    .nav-call-btn {
        display: none;
    }
}

.nav-contacts-list ul li a, header a, nav a{
    text-decoration: none;
    color: black !important;
}

.nav-contacts-list {
    float: right;
    list-style: none;
}

.nav-contacts-list-element{
    font-size: 16px !important;
}

.nav-contacts-icon  {
    font-size: 12px !important;
    color: #638dbb;
}

.nav-logo {
    font-size: 28px;
    color: #ecb60e !important;
}

.nav a:hover {
    color: #64aee3 !important;
}

.nav-call-btn {
    padding: 0 5px;
    border: 1px solid #a5c8d7;
    background-color: #b9e4fc;
    border-radius: 7px;
}

.nav-call-btn a {
    color: #133d49 !important;
}

.nav-call-btn a:hover {
    color: #f3ce54 !important;
}

.nav-link {
    font-size: 18px;
    font-weight: 550;
}
