/* 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;
}

/* Left section FIXED */

.left-section-search-box {
    width: 87%;
}

.left-side-filtrs {
    width: 13%;
}

/* Central flex section */

.central-section-header {
    width: 90%;
}

/* Central section-accordion */

.central-section-information {
    width: 90%;
}