main {
    margin-top: 0;
}

h3 {
    line-height: 1.25;
}

.flex-container {
    display: flex;
}

.telemetry-hero-section, .telemetry-about-section {
    background-repeat: no-repeat;
    background-color: #000;
}

.telemetry-hero-section {
    background-image:url('../images/telemetry-page/hero_bg_s.webp');
    background-position: center top;
    background-size: 100% auto;
    min-height: 100vh;
    color: var(--color-light);
    overflow: hidden;
    padding-bottom: 80px;
}

.telemetry-hero-section .container {
    margin-top: calc(var(--header-height) + 80px);
    text-align: center;
}

.telemetry-hero-section picture {
    margin-top: 64px;
    margin-bottom: 64px;
    max-width: 853px;
    display: block;
}

.telemetry-hero-section h1, .telemetry-hero-section p {
    margin-bottom: 23px;
}

.telemetry-hero-section .about-paragraph, .telemetry-hero-section picture {
    max-width: 853px;
    margin-left: auto;
    margin-right: auto;
}

.benefits {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.benefit {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.92) 100%),
                linear-gradient(225deg, #30B2FD 0%, #7570FF 100%);
    border-radius: 32px;
    padding: 17px 24px 24px 24px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.benefit .icon {
    background: url('../images/icons/benefits_sprite.webp') no-repeat;
    width: 200px;
    aspect-ratio: 1;
    background-size: 100% auto;
    flex-shrink: 0;
}


.benefit:nth-child(1) .icon {
    background-position: 0 -400px;
}

.benefit:nth-child(2) .icon {
    background-position: 0 -1000px;
}

.benefit:nth-child(3) .icon {
    background-position: 0 -1200px;
}

.benefit:nth-child(4) .icon {
    background-position: 0 -1400px;
}

.benefit:nth-child(5) .icon {
    background-position: 0 -1600px;
}

.benefit:nth-child(6) .icon {
    background-position: 0 -1800px;
}

.benefit:nth-child(7) .icon {
    background-position: 0 -2000px;
}

.benefit:nth-child(8) .icon {
    background-position: 0 -800px;
}

.use-cases-section .flex-container {
    flex-wrap: wrap;
    row-gap: 48px;
    justify-content: center;
}

.use-cases-section .use-case {
    max-width: 600px;
    width: 100%;
}

.use-cases-section .use-case h3, .use-cases-section .use-case .about {
    margin-bottom: 8px;
}

.use-cases-section .use-case-img {
    border-radius: 20px;
    margin-bottom: 25px;
}

.use-cases-section .use-case ul, .business-cases .case ul {
    margin-left: 10px;
}

.module-construction-section .wrapper {
    flex-direction: column;
    gap: 24px;
}

.module-construction-section .module-desc {
    background: linear-gradient(180deg, #89B1EB 0%, #BEC4F0 100%);
    color: var(--color-light);
    padding: 24px;
}

.module-construction-section .module-desc p {
    margin-bottom: 20px;
}

.module-construction-section .wrapper > * {
    flex: 1;
    border-radius: 24px;
}

.module-construction-section .img {
    border-radius: 24px;
}

.сapabilities-list {
    display: flex;
    row-gap: 28px;
    flex-direction: column;
    align-items: center;
}

.сapabilities-list li {
    display: flex;
    gap: 16px;
    max-width: 590px;
}

.сapabilities-list .icon {
    background-image: url('../images/icons/blue_gradient_icons_sprite.webp');
    background-size: 100% auto;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.сapabilities-list li:nth-child(1) .icon {
    background-position: 0 -216px;
}

.сapabilities-list li:nth-child(2) .icon {
    background-position: 0 -192px;
}

.сapabilities-list li:nth-child(3) .icon {
    background-position: 0 -240px;
}

.сapabilities-list li:nth-child(4) .icon {
    background-position: 0 -264px;
}

.сapabilities-list li:nth-child(6) .icon {
    background-position: 0 -288px;
}

.сapabilities-list li:nth-child(7) .icon {
    background-position: 0 -312px;
}

.сapabilities-list li:nth-child(8) .icon {
    background-position: 0 -336px;
}

@media (min-width: 600px) {
    .benefits {
        justify-content: center;
    }

    .benefit {
        max-width: 605px;
        flex-wrap: nowrap;
    }
}

@media (min-width: 768px) {
    .telemetry-hero-section {
        background-image:url('../images/telemetry-page/hero_bg_m.webp');
    }

    .use-cases-section .use-case {
        width: calc(50% - 12px);
    }

    .use-cases-section .flex-container {
        column-gap: 24px;
    }

    .module-construction-section .wrapper {
        flex-direction: row;
    }
    
    .module-construction-section .module-desc p {
        margin-bottom: 26px;
    }

    .сapabilities-list {
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .сapabilities-list li {
        width: calc(50% - 10px);
    }
}

@media (min-width: 1024px) {
    main > section:not(:last-child) {
        margin-bottom: 188px;
    }

    h1 {
        font-size: 56px;
    }

    h2 {
        margin-bottom: 68px;
    }

    .telemetry-hero-section {
        background-image:url('../images/telemetry-page/hero_bg_l.webp');
    }

    .cv-hero-section h1 {
        font-size: 54px;
    }

    .benefit {
        width: calc(50% - 8px);
        padding-left: 40px;
    }

    .use-cases-section .use-case-img {
        border-radius: 40px;
    }
    
    .module-construction-section .wrapper .module-desc {
        max-width: 476px;
        padding: 35px 40px 40px 40px;
    }

    .module-construction-section .module-desc p, .module-construction-section .module-desc li {
        font-size: 20px;
    }

    .module-construction-section .module-desc ul {
        margin-left: 12px;
    }

    .module-construction-section .wrapper picture {
        max-width: 720px;
    }
}