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

/* Nav settings */

.mainnavigation{
    height: 82px;
    align-items: center;
}

.mainimagesplatonic{
    display: flex;
    margin-top: 0;
    margin-left: 10px;
    padding-top: 0;
    padding-bottom: 0;
}

.mainplatonictitle{
    padding-left: 12px;
    margin-top: 0;
    margin-bottom: 0;

    font-weight: 400;
    font-size: 32px;
}

.hamburger{
    margin-right: 30px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.hamburger-box{
    width: 35px;
    height: 24px;
    position: relative;
}

.nav-menu{
    top: 82px;
}

.navigation-item{
    margin-bottom: 15px;
    padding-top: 18px;
    padding-bottom: 18px;

    font-size: 1.1rem;
}

/* Main section */

.fixed-fix {
    width: 100%;
    height: 82px;
}

/* Left section FIXED */

.left-section-fixed {
    top: 80px;
    height: 80px;
}

.left-section-search-box {
    width: calc(100% - 60px);
    height: 80px;
    min-height: 80px;
}

.left-section-search-bar {
    height: 50px;
}

.left-side-filtrs {
    width: 60px;
}

.dots-inner {
    width: 4px;
    height: 4px;
}


.dots-inner:before {
    top: -12px;
    width: 4px;
    height: 4px;
}

.dots-inner:after {
    top: 12px;
    width: 4px;
    height: 4px;
}

.dots-active .dots-inner {
    background-color: transparent;
}


.dots-active .dots-inner:before {
    width: 30px;
    height: 2px;
    transform: translateY(12px) rotate(45deg);
}

.dots-active .dots-inner:after {
    width: 30px;
    height: 2px;
    transform: translateY(-12px) rotate(-45deg);
}

/* Filtrs menu */

.filtrs-menu {
    top: 80px;
}

/* Search results */

.search-results {
    top: 80px;
    height: auto;
    min-height: 60;
}

.search-results-p {
    padding-left: 20px;
}

/* Central flex section */

.central-flex {
    flex-direction: column;
}

.left-section-fixed-fix {
    display: flex;
    width: 100%;
    height: 80px;
}

.central-section-header {
    height: 85px;
}

.central-section-header h2 {
    font-weight: 500;
    font-size: 24px;
}

.central-section-accordion {
    margin-bottom: 20px;
    padding-top: 17px;
    padding-bottom: 17px;
}

.central-section-accordion .title {
    padding-left: 17px;

    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
}

.central-section-accordion i {
    font-size: 20px;
}

.central-section-description {
    margin-top: 17px;
    margin-left: 20px;
    margin-bottom: 10px;

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