.info-page .header {
    background-color: #3401D5;
    height: 300px;
}

.info-page .header .header-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 40px;
}



.info-page .header .header-content .header-title {
    margin-top: 1rem;
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: white;
    font-size: 3.0rem;
}

.info-page .header-nav {
    position: absolute;
    left: 10px;
    top: 10px;
    padding: 0.5rem;
}

.info-page .home-btn {
    color: #3401D5;
    background-color: #00FFE2;
}

.info-page .article-text {
    font-size: 1.25rem;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 400;
    /* text-align: justify; */
    line-height: 2rem;
    margin: 3rem 15% 0;
}

.info-page .article-text p {
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.info-page .article-text hr {
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.info-page .article-text .li-title {
    font-weight: 500;
    margin-top: 3rem;
    margin-bottom: 2rem;
}

.info-page .article-text .li-title-last {
    margin-top: 5rem;
}

.info-page .article-text ol {
    padding-left: 2rem;
    counter-reset: item;
}

.info-page .article-text h3 {
    margin-top: 2rem;
}

.info-page .article-text ul {
    margin-left: 2rem;
}

.info-page .article-text a {
    color: #3401D5;
}


/* .info-page .article-text li {
    display: block;
    margin-top: 1rem;
} */

.info-page .article-text ol>.li-title:before {
    content: '';
}

.info-page .article-text ol ul li {
    margin-left: 3rem;
    display: list-item;
    list-style-type: disc;
}

.info-page .article-text h2 {
    margin-top: 3rem;
}

.info-page .article-text span {
    display: inline-block;
    font-weight: 600;
    color: #3401D5;
    margin-bottom: 2rem;
}

.info-page .info-section,
.blog-page .info-section {
    font-family: 'Power Grotesk Light';
    font-weight: 100;
    padding: 2rem;
    margin: 5rem 5% 0;
    background-color: #3401D5;
    color: white;
    border-radius: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}

.info-page .info-section .tell,
.blog-page .info-section .tell {
    color: #00FFE2;
}

.info-page .info-section .mail,
.blog-page .info-section .mail {
    color: #E9F900;
}

.info-page .info-section :nth-child(4),
.blog-page .info-section :nth-child(4) {
    padding-top: 1rem;
}

.info-page .info-section .company-info,
.info-page .info-section .contacts,
.blog-page .info-section .company-info,
.blog-page .info-section .contacts {
    font-size: 1.2rem;
    padding: .5rem;
}

@media (max-width: 1500px) {
    .flags-section img {
        width: 100%;
    }
}

@media only screen and (max-width: 800px) {

    .info-page .info-section .company-info,
    .info-page .info-section .contacts,
    .blog-page .info-section .company-info,
    .blog-page .info-section .contacts {
        margin-top: 3rem;
    }

    .info-page .flags-section,
    .blog-page .flags-section {
        padding: 0;
    }

    .info-page .article-text {
        margin: 1.5rem;
        font-size: 1.0rem;
    }

    .info-page .header .header-content .header-title {
        font-size: 2rem;
    }

    .info-page .header {
        height: 280px;
    }

    .info-page .header-nav {
        left: 3px;
        top: 3px;
    }

    .info-page .header-nav .button {
        padding: 0.75rem 1.25rem
    }
}

@media only screen and (max-width: 600px) {

    .info-page .header .header-content .header-title {
        font-size: 1.5rem;
    }
}

.top-slide {
    width: 600px;
    height: 600px;
}