.header-top-menu-item svg {
    transition: color 0.3s ease-in-out;
}
.header-top-menu-item img,
.header-top-menu-item svg {
    display: inline-block;
    width: 1em;
    height: 17px;
    max-width: 100%;
}

.header-social__link {
    color: #050505;
}

.header-social__link svg,
.header-social__link img {
    max-width: 25px;
    height: 18px;
}

.menu-divider {
    display: block;
    height: 1px;
    background-color: #D9D9D9;
}

.header-controls {
    width: 100%;
}
.header-controls .header-controls__search {
    max-width: 186px;
}
.header-controls__search {
    flex-grow: 1;
}

@media (min-width: 1301px) {
    .header-logo img{
        width: 186px;
        height: 90px;
    }   
}

@media (max-width: 1300px) {
    .header-main-menu__item {
        padding: 0;
    }
}


@media(hover: hover) {
    .header-top-menu-item:hover,
    .header-social__link:hover {
        color: #F6E200;
    }
}
