.hero-slider-wrap {
    border-radius: 5px;
    padding-top: 36.4%;
    position: relative;
    margin: 15px 0 15px 335px;
    @media (min-width: 1025px) and (max-width: 1201px) {
        margin: 15px 0 15px 275px;
    }
    @media (max-width: 1024px) {
        margin: 5px -15px 10px;
        padding-top: 50%;
    }
}
.hero-slider-wrap--loading {
    background-color: #f5f5f5;
    &:before {
        content: '';
        position: absolute;
        background-color: inherit;
        border-radius: 5px;
        top: -14px;
        right: calc(100% + 14px);
        width: 320px;
        height: calc(100% + 127px);
        @media (max-width: 1201px) {
            width: 261px;
            height: calc(100% + 110px);
        }
        @media (max-width: 1024px) {
            display: none;
        }
    }
}
.important-items-wrap {
    position: relative;
    padding-top: 7%;
    margin: 0 0 20px 335px;
    @media (min-width: 1025px) and (max-width: 1201px) {
        margin: 0 0 20px 275px;
    }
    @media (min-width: 768px) and (max-width: 1024px) {
        margin: 0 0 20px 0;
    }
    @media (max-width: 1024px) {
        padding-top: 13%;
    }
    @media (max-width: 768px) {
        margin: 0 -15px 20px 0;
        padding-top: 104px;
    }
}
.important-items-wrap--loading {
    background:
            linear-gradient(#f5f5f5 0 0) left center / 32% 92px no-repeat,
            linear-gradient(#f5f5f5 0 0) center center / 32% 92px no-repeat,
            linear-gradient(#f5f5f5 0 0) right center / 32% 92px no-repeat;
    @media (max-width: 1201px) {
        background:
                linear-gradient(#f5f5f5 0 0) left center / 32% 70px no-repeat,
                linear-gradient(#f5f5f5 0 0) center center / 32% 70px no-repeat,
                linear-gradient(#f5f5f5 0 0) right center / 32% 70px no-repeat;
    }
    @media (max-width: 1024px) {
        background:
                linear-gradient(#f5f5f5 0 0) left center / 32% 113px no-repeat,
                linear-gradient(#f5f5f5 0 0) center center / 32% 113px no-repeat,
                linear-gradient(#f5f5f5 0 0) right center / 32% 113px no-repeat;
    }
    @media (max-width: 600px) {
        background:
                linear-gradient(#f5f5f5 0 0) left center / 60% 113px no-repeat,
                linear-gradient(#f5f5f5 0 0) right center / 38% 113px no-repeat;
    }
}