.container {
    width: 100%;

    display: flex;
    flex-direction: column;
}

/* Fold */

.fold {
    width: 100%;
    /*min-height: calc(100vh - 200px);*/
    min-height: 100vh;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;

    position: relative;
}

.fold-bg {
    width: 100%;
    height: 100%;

    background-image: url("../media/home/fold-0011.webp");
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;

    position: absolute;
}

.fold-slider-container {
    width: 100%;
    height: 100%;

    display: flex;
    align-items: center;
    justify-content: center;

    position: absolute;

    z-index: 0;
}

.swiper-slide {
    display: flex;
    justify-content: center;
}

.fold-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.fold-heading {
    color: var(--primary-color);

    font-size: 64px;

    text-align: center;

    margin-bottom: 20px;
}

.fold-slogan {
    color: var(--secondary-color);

    text-transform: uppercase;
    text-align: center;
}

.fold-info > .c-styled-link {
    margin-top: 40px;
}

/* About us */

.about-us {
    background-color: var(--primary-color);

    display: flex;
}

.about-us-l-side {
    width: 100%;
    
    display: flex;
    flex-direction: column;

    margin-right: 100px;
}

.about-us-l-side-heading {
    color: #FFFFFF;

    margin-bottom: 40px;
}

.about-us-r-side > p {
    color: #FFFFFF;

    font-size: 16px;
}

/* Brief contact us */

.brief-contact-us {
    width: 100%;

    position: relative;
}

.brief-contact-us-img {
    width: 100%;
    height: 100%;

    object-fit: cover;
    -o-object-fit: cover;

    position: absolute;

    z-index: -1;
}

.brief-contact-us-info {
    min-height: 400px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.brief-contact-us-heading {
    color: var(--secondary-color);

    text-align: center;

    margin-bottom: 40px;
}

.brief-contact-us-heading > span {
    color: #FFFFFF;

    font-weight: 800;

    text-align: center;

    margin-bottom: 40px;
}

/* Offers */

.offers {
    display: flex;
    flex-direction: column;
}

.offers-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;

    margin-bottom: 80px;
}

.offers-header-info {
    display: flex;
    flex-direction: column;
}

.offers-heading {
    color: var(--primary-color);

    margin-bottom: 20px;
}

.offers-header > a {
    line-height: 1;

    margin-top: 20px;
}

.offers-blocks {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
}

.offer {
    width: calc(25% - 30px);
}

.offer-icon {
    height: 80px;
}

.offer-name {
    color: var(--primary-color);

    margin: 10px 0;
}

/* Card info */

.card-info-container {
    background-color: var(--secondary-color);

    display: flex;
    align-items: center;
    justify-content: space-between;

    position: relative;
}

.card-info {
    width: calc(50% - 20px);

    display: flex;
    flex-direction: column;
}

.card-info > .c-heading {
    color: var(--primary-color);
}

.card-info > p {
    margin: 20px 0 40px 0;
}

.flipping-cards {
    width: calc(50% - 100px);
    height: 600px;

    display: flex;
    justify-content: center;

    position: absolute;

    right: 80px;
}

/* What we offer */

.detailed-advantages {
    background-color: var(--primary-color);

    display: flex;
    flex-direction: column;
}

.detailed-advantages-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;

    margin-bottom: 80px;
}

.detailed-advantages-header-info {
    display: flex;
    flex-direction: column;
}

.detailed-advantages-heading {
    color: #FFFFFF;

    margin-bottom: 20px;
}

.detailed-advantages-header-info > span {
    color: #FFFFFF;
}

.detailed-advantages-header > a {
    line-height: 1;

    margin-top: 20px;
}

.detailed-advantages-blocks {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
}

.detailed-advantage {
    width: calc(25% - 30px);
}

.detailed-advantage-icon {
    height: 80px;
}

.detailed-advantage-name {
    color: #FFFFFF;

    margin: 10px 0;
}

.detailed-advantage-description {
    color: #FFFFFF;
}

/* Bried map */

.brief-map {
    width: 100%;

    position: relative;
}

.brief-map-img {
    width: 100%;
    height: 100%;

    object-fit: cover;
    -o-object-fit: cover;

    position: absolute;

    z-index: -1;
}

.brief-map-info {
    min-height: 400px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.brief-map-heading {
    color: var(--secondary-color);

    text-align: center;

    margin-bottom: 40px;
}

.brief-map-heading > span {
    color: #FFFFFF;

    font-weight: 800;

    text-align: center;

    margin-bottom: 40px;
}

/* How it works */

.steps {
    display: flex;
    flex-direction: column;
}

.steps-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;

    margin-bottom: 80px;
}

.steps-header-info {
    display: flex;
    flex-direction: column;
}

.steps-heading {
    color: var(--primary-color);

    margin-bottom: 20px;
}

.steps-header > a {
    line-height: 1;

    margin-top: 20px;
}

.steps-blocks {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.step {
    width: calc(33% - 26px);
}

.step-number {
    color: var(--primary-color);

    font-weight: 800;
}

.step-name {
    color: var(--secondary-color);

    margin: 10px 0;
}

/* Partners */

.partners {
    display: flex;

    padding: 0 80px 80px 80px;
}

.partner > img {
    width: 100%;
    height: 50px;
    
    /*filter: grayscale(100%);*/
    
    object-fit: contain;
    -o-object-fit: contain;
}

/* Contact us CTA */

.contact-us-cta {
    min-height: 200px;

    background: linear-gradient(90deg, var(--secondary-color) 0%, var(--tertiary-color) 100%);

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contact-us-cta-heading {
    color: #FFFFFF;

    margin-bottom: 20px;
}

.contact-us-cta-info > span {
    color: #FFFFFF;
}

.contact-us-cta-btn {
    font-size: 20px;

    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}

.contact-us-cta-btn:hover {
    color: var(--tertiary-color);
    background-color: #FFFFFF;
}

@media only screen and (max-width: 1000px) {
    .about-us {
        flex-direction: column;
    }

    .about-us-l-side {
        margin: 0 0 20px 0;
    }

    .offers-header, .detailed-advantages-header, .steps-header {
        flex-direction: column;
        align-items: flex-start;

        margin-bottom: 20px;
    }

    .offers-header .c-heading-line, .detailed-advantages-header .c-heading-line, .steps-header .c-heading-line {
        margin-bottom: 20px;
    }

    .offer {
        width: calc(50% - 20px);
    }

    .offer-icon {
        height: 50px;
    }

    .detailed-advantage {
        width: calc(50% - 20px);
    }

    .detailed-advantage-icon {
        height: 50px;
    }
}

@media only screen and (max-width: 800px) {
    .fold-heading {
        font-size: 48px;
    }

    .card-info {
        width: 100%;
    }

    .flipping-cards {
        display: none;
    }

    .steps-blocks {
        flex-direction: column;
    }

    .step {
        width: 100%;
    }

    .contact-us-cta {
        flex-direction: column;
        align-items: flex-start;
    }

    .contact-us-cta-info {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 600px) {
    .fold-heading {
        font-size: 32px;
    }

    .offer {
        width: 100%;
    }

    .detailed-advantage {
        width: 100%;
    }
}

@media only screen and (max-width: 400px) {
    
}