.products-aside {
    width: 25%;
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    align-self: start;
}
@media (max-width: 1200px) {
    .products-aside {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        width: 100%;
        position: static;
        padding-bottom: 0;
    }
}
.advertising {
    margin-bottom: 15px;
}
@media (max-width: 1200px) {
    .advertising {
        display: none;
    }
}
.advertising-block__link {
    display: block;
    width: 100%;
}
.advertising-block__link img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.latest-products {
    background-color: #fff;
    padding: 15px;
}
@media (max-width: 1200px) {
    .latest-products {
        display: none;
    }
    .latest-products__list {
        display: none;
    }
}
.latest-products__btn {
    padding: 0;
    border: none;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    background: 0;
    color: #000;
    display: block;
}
.latest-products__btn:hover {
    color: var(--main-color);
}

.rotate::before {
    transform: rotate(180deg);
    transition: all 0.1s ease-in-out;
}
