@import url('./blocks/first-screen.css');
@import url('./blocks/price-section.css');
@import url('./blocks/brands.css');
@import url('./blocks/registration-section.css');


.large {
    max-width: 700px;
    min-width: 700px;
}

@media screen and (max-width: 700px) {
    .large {
        max-width: 320px;
        min-width: 320px;
    }
}