/* Global settings */

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html{
    font-family: 'Inter', sans-serif;
    font-size: 16px;
}

body{
    overflow-x: hidden;
    background-color: var(--Platonic);
    height: 100vh;
}

:root{
    --Platonic: #F5F5F5;
    --Tło: #171940;
    --Napisy_główne: #171940;
    --Napisy: #D9B97E;
    --Napisy_szare: #383838;
}

.clear {
    clear: both;
}

/* Left section FIXED */
.left-side-filtrs-heading h2 {
    font-size: 24px;
    line-height: 26px;
}

.filtrs-options-describe h3 {
    margin-top: 13px;
    margin-bottom: 13px;

    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
}