/* 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: #171940;
    height: 100vh;
}

:root {
    --Platonic: #F5F5F5;
    --Tło: #B4DCED;
    --Róż: #E89C84;
    --Napisy: #171940;
    --KolorBOX: #002244;
    --Pomarańczowy: #E64510;
    --CiemnyPomarańczowy: #BD3508;
    --Niebieski: #0667E7;
}

/* Nav settings */

.hamburger {
    display: flex;
    cursor: pointer;
    border: none;
}

.nav-menu{
    width: 100%
}

/* Main section */


/* Second section */

.second-section {
    width: 100%;
    height: auto;
}

/* Fifth section */

.fifth-heading {
    margin-top: 50px;
    font-size: 2rem;
    line-height: 42px;
}

/* footer */

.footer-title {
    justify-content: center;
}

.footer-title img {
    display: none;
}

.footer-contact {
    padding-left: 0;
    padding-bottom: 30px;
}

.footer-contact-p {
    display: flex;
    justify-content: center;
}

.right-footer-class {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.right-footer-class-desc {
    display: flex;
    justify-content: center;
    margin-right: 0;
}

.site-rights {
    display: flex;
    justify-content: center;
    margin-left: 0;
    font-size: 13px;
}

.social-links {
    display: none;
}

/* Cookie banner */

.cookie-banner {
    bottom: 0;
    right: 0;
    max-width: 100%;
    width: 100%;
    padding: 20px;
    border-radius: 0;
}