.search__close:hover svg {
    fill: #1d69c9;
}

.search__input:focus {
    border-color: #1d69c9;
}

.menu__sub-item {
    transition: unset;
}

.menu__sub-item a {

    border-bottom: 1px solid transparent;
}

.menu__sub-item:hover {
    border-color: transparent;
}

.menu__sub-item:hover a {
    border-color: #1d69c9;
}

.services .swiper-slide {
    display: flex;
    height: auto;
}

@media (min-width: 1200px) {
    .menu__sub-item:not(:last-child) {
        margin-bottom: 15px;
    }
    
    .reviews__img {
        right: 25px;
    }
    
    
    .navigation__item:hover a {
        color: #1d69c9;
    }
    
    .header__search:hover svg {
        fill: #1d69c9;
    }
    
    .navigation__close:hover svg {
        fill: #1da1f2;
    }

    
    .services__item {
        margin: 1px;
    }
    
    .menu__sub-item a {
        padding-bottom: 5px;
    }
    
    .menu__item:hover {
        color: #1D69C9;
    }
    
    .tag:hover {
        background-color: #f2f2f2;
    }
}