/* --1-- Глобальные стили */
/* Шрифты */
@font-face {
    font-family: "Rounded";
    src: url("../fonts/Rounded-300.ttf") format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Rounded";
    src: url("../fonts/Rounded-400.ttf") format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Rounded";
    src: url("../fonts/Rounded-600.ttf") format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Шрифты */
body {
    font-family: 'Rounded', sans-serif;
    font-size: 14px;
}

img {
    max-width: 100%;
    height: auto;
}

.visually-hidden:not(:focus):not(:active),
input[type="checkbox"].visually-hidden,
input[type="radio"].visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.container {
    margin: 0 auto;
    max-width: 1400px;
    padding-left: 20px;
    padding-right: 20px;
}

@media screen and (min-width: 0px) and (max-width: 1280px) {
    .container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (min-width: 0px) and (max-width: 480px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}
/* --1-- Глобальные стили */