.site-logo img {
    max-height: 116px;
    width: auto;
}

.sticky-header .site-logo img {
    max-height: 80px;
}

@media (max-width: 992px) {
    .site-logo img {
        max-height: 71px;
    }
}

@media (max-width: 767px) {
    .site-logo img {
        max-height: 55px;
    }
}

.header-menu-wrap:before {
    background-color: var(--bg-grey);
}

.main-header {
    background-color: #fff;
}

.main-header-info:before {
    background-color: #fff;
}

.top-header-nav li:not(:last-of-type):before {
    content: none;
}

.top-header-nav li {
    margin-left: 20px;
}

.slider-caption.big {
    font-size: 42px;
}

.about-features li p {
    font-size: 13px;
    line-height: 16px;
}

.top-header {
    padding-left: 60px;
}