@media (min-width: 769px) {
    .logo {
        top: 15px;
    }

    .logo img {
        margin-top: 15px;
        width: 180px;
    }

    .minicart-wrapper {
        right: 40px;
    }

    .wishlist-link {
        right: 65px;
    }

    .authorization-link {
        right: 95px;
    }

    .block-search {
        right: 130px;
    }

    .amsearch-result-section {
        right: -130px !important;
    }

    .category-title {
        margin-bottom: 0;
    }

    .category-description {
        margin-top: 0;
    }

    .category-description h1 {
        margin-bottom: 15px;
    }

    .page-products .column.main .product-items {
        margin-top: 30px !important;
    }
}