.main-menu {
    width: 100vw;
    margin: 0 auto;
}

.main-menu-wrapper__logo {
    width: 150px;
}

.main-menu-wrapper__left {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.main-menu__list a {
    height: 60px;
    border-bottom: 3px solid transparent;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    position: relative;
}

.main-menu__list a:hover {
    color: #000 !important;
    border-bottom: 3px solid #1989fb;
    transition: 800ms;
}

a.selected-route {
    border-bottom: 3px solid #1989fb;
    color: #000 !important;
}


div .footer-widget__contact-list .text {
    color: #ada8ba;
}

.services-one__title {
    line-height: 30px;
}

.services-one__single:hover {
    text-decoration: none;
}

.services-one__title:hover {
    color: #1989FB;
}

a:hover {
    color: #7b7981;
}