/* 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 {
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 200px);
}

.first-section-information {
    align-items: center;
    width: 100%;
    margin: 0;
}

.first-section-heading {
    margin-top: 0;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
}

.first-section-subtitle {
    display: flex;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}

.first-section-link {
    margin-bottom: 60px;
}

.first-section-image {
    width: 0%;
    display: none;
}

.first-circle {
    display: none;
}

/* Second section */

.second-section {
    background-color: var(--Róż);
}

.second-circle {
    display: none;
}

/* Third section */

.third-section-information {
    padding: 0;
}

.third-section-heading-box {
    display: flex;
    justify-content: center;
}

.third-heading {
    padding: 0;
    text-align: center;
}

.third-subtitle-text {
    display: flex;
    justify-content: center;
    margin: 0;
}

.third-describe {
    padding: 0 40px;
    text-align: center;
}

/* NEWSLETTER */

.newsletter-btn {
    margin-left: auto;
    margin-right: auto;
}

/* footer */

.footer-box {
    display: flex;
    flex-direction: column;
}

.left-footer-contact {
    width: 100%;
}

.right-footer-describe {
    display: flex;
    justify-content: center;
    width: 100%;
}

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

.social-links {
    display: none;
}