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

/* Main section */

/* First section */

.first-section-information {
    width: 55%;
}

.first-section-heading {
    font-size: 40px;
}

.first-section-image {
    width: 45%;
}

.first-section-image img {
    width: 450px;
    height: 450px;
    margin-top: 178px;
}

.first-circle {
    top: 150px;
    right: -250px;
    max-width: 750px;
    min-width: 750px;
    width: 750px;
    max-height: 750px;
    min-height: 750px;
    height: 750px;
}

/* Third section */

.third-content-box {
    flex-direction: column;
}

.third-section-information {
    width: 100%;
    padding-top: 30px;
    padding-left: 74px;
    padding-right: 20px;
}

.third-describe {
    margin-top: 70px;
    margin-bottom: 0;
    font-size: 20px;
}

.third-section-image {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 200px;
}

.third-image {
    display: none;
}

.bloob-div-box {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    align-items: center;
    justify-content: start;
    width: 100%;
    max-width: none;
    height: auto;
    max-height: none;
    overflow: hidden;
    margin-top: 30px;
    margin-left: 0;
}

.form-title {
    display: none;
}

.form-title-sub {
    display: none;
}

/* Fifth section */

.fifth-content {
    display: flex;
    flex-direction: row;
}

.fifth-information {
    width: 60%;
}

.fifth-describe {
    margin-top: 120px;
    margin-bottom: 80px;
}

.fifth-image {
    width: 40%;
    margin-top: 0px !important;
    margin-bottom: 120px !important;
}

/* NEWSLETTER */

.newsletter-content {
    display: flex;
    flex-direction: row;
}

.newsletter-information {
    width: 60%;
}

.newsletter-image-box {
    width: 40%;
    margin-bottom: 0;
}

.newsletter-image {
    display: flex;
}

/* Sixth section */

.sixth-section-image {
    display: none;
}

.sixth-section-information {
    width: 100%;
}

.sixth-section-accordion {
    margin-right: auto;
    margin-left: auto;
}

.sixth-section-help {
    display: flex;
    width: 80.2%;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 30px;
    justify-content: flex-end;
    align-items: center;
    font-size: 1.1rem;
}