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

.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;
}

/* First section */

.first-section {
    height: auto;
    min-height: calc(100vh - 82px);
}

.first-section-information {
    align-items: center;
    justify-content: center;
}

.first-section-heading-box {
    display: flex;
    height: 30%;
    align-items: center;
}

.first-section-heading {
    margin-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
    justify-content: center;

    line-height: 42px;
    font-size: 1.9rem;
}

/* Second section */

.second-section-informations-box {
    width: 85%;
    margin-right: 7.5%;
    margin-left: 7.5%;
}

.second-section-informations-box:nth-child(1) {
    margin-left: 7.5%;
    margin-right: 7.5%;
}

.second-section-informations-box:nth-child(3) {
    margin-left: 7.5%;
    margin-right: 7.5%;
}

.second-section-informations-box img {
    width: 96px;
    height: 96px;
}

.second-section-informations-box h2 {
    font-size: 22px;
}

.second-section-informations-box p {
    font-size: 18px;
}

/* Third section */

.third-section {
    height: auto;
    min-height: calc(100vh - 100px);
    justify-content: space-between;
}

.third-section-subtitle {
    margin-top: 10px;
}


.third-section-advantages {
    margin-top: 50px;
}

/* NEWSLETTER */

.newsletter-section {
    justify-content: space-between;
}

.newsletter-content {
    margin-top: auto;
    margin-bottom: auto;
}

.newsletter-btn {
    margin-bottom: 0;
}

/* Sixth section */

.sixth-section-accordion {
    padding-top: 9px;
    padding-bottom: 9px;
}

.sixth-section-accordion:nth-child(1) {
    margin-top: 60px;
}

.sixth-section-accordion .title {
    font-size: 1rem;
}

.sixth-section-description {
    font-size: 16px;
}

/* footer */

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

.footer-title img {
    display: none;
}

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

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

.right-footer-class-title {
    margin-left: 0;
}

.right-footer-class-desc {
    margin-left: 0;
}

.site-rights {
    font-size: 13px;
}

.social-links {
    display: none;
}