section.manual-items {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.manual-box {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 48px;
    gap: 32px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.125);
    border-radius: 36px;
    /* height: 485px; */
    margin: 0 40px;
}

.manual-box img {
    margin-top: -100px;
    order: 0;
}

@media(max-width: 1023px) {
    .manual-box img {
        margin-top: -100px;
    }
}

.manual-box:nth-child(odd) img {
    order: 2;
}

@media(max-width: 767px) {
    .manual-box:nth-child(odd) img {
        order: 0;
    }
}

@media(max-width: 1023px) {
    .manual-box {
        height: auto;
        margin: 0;
    }
}

@media(max-width: 767px) {
    .manual-box {
        flex-direction: column;
        padding: 48px 24px;
        height: auto;
        margin: 0;

        box-sizing: border-box;

        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 24px 24px 32px;
        gap: 32px;

        background: rgba(255, 255, 255, 0.06);

        border: 1px solid rgba(255, 255, 255, 0.125);
        border-radius: 36px;
    }
}

.manual-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0px;
    gap: 32px;

    flex: auto;
    /* flex: none; */
    order: 1;
    flex-grow: 1;
}

@media(max-width: 767px) {
    .manual-text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding: 0px;

        flex: none;
        order: 1;
        align-self: stretch;
        flex-grow: 0;
    }
}

.manual-text h2 {
    font-family: 'Atom';
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 69px;

    letter-spacing: -0.01em;
    text-transform: uppercase;
    font-feature-settings: 'salt' on, 'liga' off;
    color: rgba(255, 255, 255, 0.7);

    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;

    margin: 0;
}

@media(max-width: 767px) {
    .manual-text h2 {
        font-size: 24px;
        line-height: 34px;
        text-align: center;
    }
}

.manual-text p {
    font-family: 'Atom';
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 29px;

    display: flex;
    align-items: center;
    letter-spacing: -0.01em;
    font-feature-settings: 'salt' on, 'liga' off;
    color: rgba(255, 255, 255, 0.7);

    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

@media(max-width: 767px) {
    .manual-text p {
        font-size: 16px;
        line-height: 19px;
        text-align: center;
    }
}

.offer-text-wrapper {
    font-family: 'Atom';
    font-style: normal;
    font-weight: 300;
    font-size: 36px;
    line-height: 43px;
    text-align: center;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 0.5);
}

.offer-text-wrapper a {
    color: #fff;
}

@media(max-width: 767px) {
    .offer-text-wrapper {
        font-size: 20px;
        line-height: 24px;
    }
}









section.atom-inside-section {
    padding-left: 0;
    margin-top: 100px;
}


p.atom-inside-text {
    font-family: 'Atom';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.02em;
    font-feature-settings: 'salt' on, 'ss01' on, 'liga' off;
    color: #FFFFFF;
}

fjhsig {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px 12px 24px;
    gap: 10px;
}

.atom-inside-wrapper {
    display: flex;
    flex-direction: row;
    padding: 0px;
    gap: 40px;
    isolation: isolate;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.steering-wheel-image {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    /* width: 453px; */
    flex: 1 1 calc(60% - 40px);
    min-width: calc(60% - 40px);
    box-sizing: border-box;

    padding: 0px;
    gap: 10px;

    /* Inside auto layout */
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    z-index: 0;
}

@media (max-width: 1150px) {
    .steering-wheel-image {
        width: 100%;
    }
}

.steering-wheel-image img {
    /* object-fit: none; */
    /* margin-bottom: 30px; */
}

img.map-image {
    width: 927px;
    height: 640px;
    border-radius: 16px;
    flex: none;
    order: 1;
    flex-grow: 0;
    z-index: 1;
}


.app-screenshot {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.atom-inside-text-container {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    /* width: 60%; */
    /* margin: 40px 0 0 0; */
    flex: 1 1 calc(40% - 40px);
    min-width: calc(40% - 40px);

    border-radius: 16px;
    box-sizing: border-box;

    /* Inside auto layout */
    /* flex: none; */
    order: 1;
    /* flex-grow: 0; */
    z-index: 1;
}

@media (max-width: 1439px) {
    .atom-inside-text-container {
        /* width: 60%; */
    }
}

@media (max-width: 1150px) {
    .atom-inside-text-container {
        width: 100%;
    }
}

h2.atom-inside-title {
    font-family: 'Atom';
    font-style: normal;
    font-weight: 300;
    font-size: 93px;
    line-height: 88px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    font-feature-settings: 'salt' on, 'ss01' on, 'liga' off;
    color: #FFFFFF;
}

p.atom-inside-text {
    font-family: 'Atom';
    font-style: normal;
    font-weight: 300;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -0.02em;
    font-feature-settings: 'salt' on, 'ss01' on, 'liga' off;
    color: #FFFFFF;
}






.values-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 16px;
    align-items: stretch;
}

@media(max-width: 767px) {
    .values-wrapper {
        flex-direction: column;
        width: 100%;
    }
}

.value-item {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    width: calc((100% - 40px) / 3);
}

.value-item-img {
    display: inline-block;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0 0 0) 100%);
}

@media(max-width: 767px) {
    .value-item {
        width: 100%;
    }
}

.value-item img {
    width: 300px;
}

.value-text {
    box-sizing: border-box;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 48px;
    gap: 32px;

    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.125);
    /* border-color: var(--mainwhite-125); */
    border-radius: 36px;

    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 1;

    margin-top: -100px;

    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow:
        /* Нижний и правый эффект глубины */
        inset -0.75px -0.5px rgba(255, 255, 255, 0.1),
        /* Верхний и левый эффект глубины */
        inset +0.75px +0.5px rgba(255, 255, 255, 0.025),
        /* Эффект тени */
        3px 2px 10px rgba(0, 0, 0, 0.25),
        /* Короткий подповерхностный эффект */
        inset 0px 0px 10px 5px rgba(255, 255, 255, 0.025);

    background: rgb(17 17 17 / 34%);
    /* background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.06) 100%); */
    background: linear-gradient(180deg, rgb(0 0 0 / 50%) 5%, rgba(255, 255, 255, 0.06) 100%);
}

.value-title {
    /* height: 96px; */
    /* margin-top: -1.00px; */
    font-family: "Atom-Bold", Helvetica;
    font-weight: 700;
    color: var(--mainwhite-100);
    font-size: 40px;
    letter-spacing: -0.40px;
    position: relative;
    align-self: stretch;
    text-align: center;
    line-height: normal;
}

.value-text p {
    font-weight: 300;
    color: #ffffffb2;
    font-size: 24px;
    letter-spacing: -0.24px;
    position: relative;
    align-self: stretch;
    text-align: center;
    line-height: normal;

    font-family: 'Atom';
    font-style: normal;
    line-height: 29px;
    display: flex;
    align-items: center;
    letter-spacing: -0.01em;
    font-feature-settings: 'salt' on, 'liga' off;
    color: rgba(255, 255, 255, 0.7);
    flex: none;
    order: 2;
    flex-grow: 0;
}






.ocpi {
    box-sizing: border-box;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 48px;
    gap: 32px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.125);
    border-radius: 36px;
}

.ocpi p {
    font-family: 'Atom';
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 29px;
    display: flex;
    align-items: center;
    letter-spacing: -0.01em;
    font-feature-settings: 'salt' on, 'liga' off;
    color: #FFFFFF;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;

}







.fuel-program-section {
    margin-top: 100px;
}

@media(max-width: 767px) {
    .fuel-program-section {
        margin-top: 0;
    }
}

.fuel-program-section p {
    font-family: 'Atom';
    font-style: normal;
    font-weight: 300;
    font-size: 36px;
    line-height: 43px;
    display: flex;
    align-items: center;
    letter-spacing: -0.01em;
    font-feature-settings: 'salt' on, 'liga' off;

    color: #FFFFFF;
}


@media(max-width: 767px) {
    .fuel-program-section p {
        font-family: 'Atom';
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        line-height: 19px;
        letter-spacing: -0.02em;
        font-feature-settings: 'salt' on, 'ss01' on, 'liga' off;
        color: #FFFFFF;
    }
}




.two-blocks {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    padding: 0px;
    gap: 16px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.block {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 48px;
    gap: 32px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.125);
    border-radius: 36px;
    flex: none;
    order: 0;
    flex-grow: 1;
    width: calc((100% - 20px) / 2);
}

@media (max-width: 768px) {
    .block {
        width: 100%;
        padding: 32px;
    }
}




.block {
    font-family: 'Atom';
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 29px;
}


.block p {
    font-family: 'Atom';
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 29px;
    display: flex;
    align-items: center;
    letter-spacing: -0.01em;
    font-feature-settings: 'salt' on, 'liga' off;

    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

.block h3 {
    font-weight: 700;

}

.block ul {
    list-style-position: outside;
    padding-left: 1.5em;
    margin-left: 0;
}

.block ul li {
    margin-left: 0;
    list-style-type: disc;
}







section p {
    font-family: 'Atom';
    font-style: normal;
    font-weight: 300;
    letter-spacing: -0.01em;
    font-feature-settings: 'salt' on, 'liga' off;
    font-size: 32px;
    line-height: 38px;
}

section ul {
    list-style-position: outside;
    padding-left: 1.5em;
    margin-left: 0;
    margin-left: 0.5em;
}

section ul li {
    margin-left: 0;
    list-style-type: disc;
    font-family: 'Atom';
    font-style: normal;
    font-weight: 300;
    letter-spacing: -0.01em;
    font-feature-settings: 'salt' on, 'liga' off;
    font-size: 32px;
    line-height: 38px;
}


section.corp-section>p {
    color: rgba(255, 255, 255, 0.7);
    margin: 40px 0;
}

@media(max-width: 767px) {
    section.corp-section>p {
        font-size: 16px;
        line-height: 19px;
        letter-spacing: -0.02em;
        font-feature-settings: 'salt' on, 'ss01' on, 'liga' off;
        color: #FFFFFF;
    }
}

section.control-reporting ul li {
    color: rgba(255, 255, 255, 0.7);
}

section.control-reporting p {
    color: rgba(255, 255, 255, 0.7);
}

section.pilot p {
    color: rgba(255, 255, 255, 0.7);
}


@media(max-width: 767px) {
    section p {
        font-size: 24px;
        line-height: 29px;
    }

    section ul li {
        font-size: 24px;
        line-height: 29px;
    }
}









.contract {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}

.contract .price {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    margin-top: -40px;
    margin-left: 90px;
}

@media(max-width: 1023px) {
    .contract .price {
        width: 50%;
        margin-top: -20px;
        margin-left: 0px;
    }
}



.contract .text-block {
    box-sizing: border-box;

    flex-direction: column;
    align-items: center;
    padding: 48px;

    /* background: rgba(255, 255, 255, 0.06); */
    background: rgb(0 0 0 / 18%);

    /* border: 1px solid rgba(255, 255, 255, 0.125); */
    border: 1px solid rgba(255, 255, 255, 0.30);

    border-radius: 36px;
    z-index: 2;
    backdrop-filter: blur(30px);

    font-family: 'Atom';
    font-style: normal;
    font-weight: 300;
    font-size: 36px;
    line-height: 43px;

    align-items: center;
    text-align: center;
    letter-spacing: -0.01em;
    font-feature-settings: 'salt' on, 'liga' off;

    color: #FFFFFF;

    flex: none;
    order: 0;
    flex-grow: 0;
    width: 50%;
    align-items: center;
}

@media (max-width: 768px) {
    .contract .text-block {
        width: 100%;
        font-size: 20px;
        line-height: 24px;
        padding: 32px;
    }
}

.contract img.zero {
    z-index: 1;
    /* Изображение под блоком */
}

.contract .note {
    font-family: 'Atom';
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 29px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: -0.01em;
    font-feature-settings: 'salt' on, 'liga' off;
    color: rgba(255, 255, 255, 0.4);
    margin-top: 40px;
}

/*
.box .text-wrapper {
  color: #ffffff;
  font-size: 36px;
  letter-spacing: -0.36px;
  font-family: "Atom-Light", Helvetica;
  font-weight: 300;
  text-align: center;
  line-height: normal;
}

.box .div {
  color: #ffffff66;
  font-size: 24px;
  letter-spacing: -0.24px;
  font-family: "Atom-Light", Helvetica;
  font-weight: 300;
  text-align: center;
  line-height: normal;
}
  */



.fade-to-dark {
    position: relative;
    overflow: hidden;
}

.fade-to-dark::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30%;
    /* Регулируйте высоту затемнения */
    background: linear-gradient(to bottom,
            transparent 0%,
            rgba(0, 0, 0, 0.2) 20%,
            rgba(0, 0, 0, 0.5) 50%,
            rgba(0, 0, 0, 0.9) 100%);
    z-index: 2;
    pointer-events: none;
}