@font-face {
    font-family: 'Normalidad Compact Light';
    src: url('fonts/Normalidad Compact-Light-Web.eot');
    src: url('fonts/Normalidad Compact-Light-Web.eot#iefix') format('embedded-opentype'), url('fonts/Normalidad Compact-Light-Web.woff2') format('woff2'), url('fonts/Normalidad Compact-Light-Web.woff') format('woff'), url('fonts/Normalidad Compact-Light-Web.ttf') format('truetype');

    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Normalidad Compact Regular';
    src: url('fonts/Normalidad Compact-Regular-Web.eot');
    src: url('fonts/Normalidad Compact-Regular-Web.eot#iefix') format('embedded-opentype'), url('fonts/Normalidad Compact-Regular-Web.woff2') format('woff2'), url('fonts/Normalidad Compact-Regular-Web.woff') format('woff'), url('fonts/Normalidad Compact-Regular-Web.ttf') format('truetype');

    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Normalidad Compact Medium';
    src: url('fonts/Normalidad Compact-Medium-Web.eot');
    src: url('fonts/Normalidad Compact-Medium-Web.eot#iefix') format('embedded-opentype'), url('fonts/Normalidad Compact-Medium-Web.woff2') format('woff2'), url('fonts/Normalidad Compact-Medium-Web.woff') format('woff'), url('fonts/Normalidad Compact-Medium-Web.ttf') format('truetype');

    font-weight: normal;
    font-style: normal;
}


body {
    margin: 0;
    font-family: 'Normalidad Compact Light';
    background-color: #F1FAFF;
}

.container-max {
    max-width: 1600px;
    width: 100%;
    margin: auto;
}

.main-banner {
    margin-bottom: 120px;
}

.wrapper {
    display: flex;
    justify-content: center;

}

.main-img {

    width: 100%;
}

.main-banner .wrapper_bg {
    position: relative;
    background-image: url(image/main-banner.jpg);
    height: 100svh;
    display: flex;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    align-items: end;
}

.main-banner .wrapper_bg:before {
    content: '';
    position: absolute;
    inset: 0;
    opacity: 0.5;
    background: linear-gradient(194.96deg, rgba(0, 0, 0, 0) 32.27%, rgba(0, 0, 0, 0.0086472) 36.43%, rgba(0, 0, 0, 0.03551) 40.6%, rgba(0, 0, 0, 0.0816599) 44.76%, rgba(0, 0, 0, 0.147411) 48.92%, rgba(0, 0, 0, 0.231775) 53.09%, rgba(0, 0, 0, 0.331884) 57.25%, rgba(0, 0, 0, 0.442691) 61.41%, rgba(0, 0, 0, 0.557309) 65.58%, rgba(0, 0, 0, 0.668116) 69.74%, rgba(0, 0, 0, 0.768225) 73.9%, rgba(0, 0, 0, 0.852589) 78.07%, rgba(0, 0, 0, 0.91834) 82.23%, rgba(0, 0, 0, 0.96449) 86.39%, rgba(0, 0, 0, 0.991353) 90.56%, #000000 94.72%);
}

.logo {
    position: absolute;
    left: 15px;
    width: 237px;
    top: 65px;
}

h1 {
    margin: 0;
}

.main-banner__title {

    font-family: 'Normalidad Compact Medium';
    font-weight: 500;
    font-size: 62px;
    line-height: 100%;
    color: #FFFFFF;
    padding: 0 0 64px 0;
    max-width: 920px;
}

.bold-text {


    font-family: 'Normalidad Compact Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 46.8px;
    color: #041327;
    padding-bottom: 120px;
    border-bottom: 1px solid #D9D9D9;
}

.container {
    max-width: 1330px;
    margin: auto;
    width: 100%;
}


/* ----------------------- */
.accordion {

    margin: 0 auto;

}

.accordion__heading {
    display: block;
    position: relative;
    cursor: pointer;


    font-family: 'Normalidad Compact Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 150%;

    text-transform: uppercase;

    color: #041327;
    padding: 40px 0;


}

.accordion section {
    border-bottom: 1px solid #D9D9D9;
}

.accordion__heading:after,
.accordion__heading:before {
    content: "";
    position: absolute;
    width: 36px;
    height: 36px;
    top: 40px;
    right: 0;

    transition: all 0.1s;
    background-image: url(image/icon-accordeon.svg);
}

.accordion__checkbox:checked ~ .accordion__heading:before {
    transform: rotate(45deg);
    opacity: 0;
    transition: all 0.1s;
}

.accordion__heading:after {
    transform: rotate(0deg);
    transition: all 0.1s;
}

.accordion__heading.active:before {
    transform: rotate(45deg);
    transition: all 0.1s;
}

.accordion__checkbox:checked ~ .accordion__heading:after {
    transform: rotate(45deg);
}

.accordion__checkbox {
    display: none;
    position: absolute;
    left: -9999em;
}

.accordion__checkbox:checked ~ .accordion__content {
    padding-top: 65px;
    max-height: 3000px;
    transition: all 1s;
}

.accordion__content {
    max-height: 0;
    overflow: hidden;

    transition: all 1s;
}

.accordion__text {
    max-width: 840px;
}

.accordion section {
    transition: all 1s;
}

.accordion__img {
    width: 100%;
    margin-bottom: 100px;
}

.active-section {
    padding-bottom: 100px;
}

@media (max-width: 768px) {
    .active-section {
        padding-bottom: 50px;
    }
}

.accordion__content p {
    margin-top: 0;


    font-family: 'Normalidad Compact Regular';

    font-weight: 400;
    font-size: 22px;
    line-height: 37.4px;
    color: #041327;

}

.accordion__content_bold {
    font-family: 'Normalidad Compact Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 150%;
    display: block;
    margin-top: 40px;
    margin-bottom: 24px;
    color: #041327;

}

.accordion__content li {

    font-weight: 400;
    font-size: 22px;
    line-height: 150%;
    position: relative;
    color: #041327;
    font-family: 'Normalidad Compact Regular';
    margin-bottom: 16px;
    padding-left: 47px;
    /* list-style-image: url(image/arrow-list.svg); /* Изображение маркера */
}

.accordion__content li:last-child {
    margin-bottom: 0;
}

.accordion__content li::before {
    content: '';
    position: absolute;
    left: 0;
    background-image: url(image/arrow-list.svg);
    width: 27px;
    height: 27px;
}

.accordion__content ul {
    list-style-type: none;
    padding: 0;
}

.accordion__content ul:last-child {
    margin-bottom: 0;
}

.blue-text {
    color: #003ca6;
    text-decoration-color: #ee5907;
    font-family: 'Normalidad Compact Medium';
    font-style: normal;
    font-weight: 500;
    text-decoration-line: underline;
}

.footer {
    background-color: #F1FAFF;
    background-image: url(image/trucks_roller_road.jpg);
    height: 94svh;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: darken;
    background-position: center bottom;
}

.accordion-section {
    margin-bottom: 120px;
}

.buttons {
    margin-bottom: 88px;
}

.buttons .row {
    display: flex;
    justify-content: center;
    gap: 24px;
}

.top, .energy {
    display: flex;
    align-items: center;
    gap: 16px;
    text-decoration: none;
    border-radius: 1000px;

    font-family: 'Normalidad Compact Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 120%;
    padding: 16px 24px;

    transition: all 0.5s;
}

.top {
    color: #fff;
    background-color: #003CA6;
}

.energy {
    color: white;
    background-color: #FF5500;
}

.top:hover, .energy:hover {
    background-color: #032563;
    color: white;
}

.top:hover rect {
    fill: white;
}

.top:hover path {
    stroke: #032563;
}

.top path, .top rect {
    transition: all 0.5s;
}

.footer__shared .row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.footer__shared-title {
    font-size: 26px;
    font-weight: bold;
    line-height: 39px;
    text-align: center;
    text-transform: uppercase;
    color: #003CA6;
    margin: 0 0 18px;
}

.container-banner {
    max-width: 1600px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    position: relative;
    align-items: end;
    width: calc(100% - 32px);
    padding: 0 16px;
}

.container-mini {
    max-width: 1054px;
    margin: auto;
    width: calc(100% - 32px);
    padding: 0 16px;
}

@media screen and (max-width: 1600px) {
    .wrapper {
        padding: 0 32px;
    }

    .block-text .wrapper {
        padding: 0;
    }

}

@media screen and (max-width: 1025px) {
    .logo {
        top: 32px;
        right: 32px;
    }

    .main-banner__title {
        font-size: 60px;
        padding: 0 0 32px;
    }

    .container {
        padding: 0 32px;
        width: calc(100% - 64px);
    }

}

@media screen and (max-width: 993px) {
    .buttons .row {
        flex-direction: column;
        align-items: center;
    }

    .container-mini {
        width: calc(100% - 64px);
        padding: 0 32px;
    }

    .accordion__heading {
        padding: 33px 0;
    }

    .top, .energy {

        width: fit-content;
    }

    .footer {
        width: 100%;
        z-index: -1;
        height: 105svh;
    }

    .buttons {
        margin-bottom: 48px;
    }

    .accordion-section {
        margin-bottom: 100px;
    }

    .main-banner {
        margin-bottom: 56px;
    }

    .bold-text {
        padding-bottom: 48px;
        line-height: 39px;
    }

    .content {
        position: relative;
    }

    .main-banner .wrapper_bg {
        background-position: bottom;
    }

    .accordion__checkbox:checked ~ .accordion__content {
        padding-top: 0;
    }

    .accordion__content p {
        line-height: 33px;
    }

    .accordion__img {
        margin-bottom: 32px;
    }
}

@media screen and (max-width: 576px) {
    .accordion__content p {
        margin-bottom: 8px;
    }

    .container-mini {
        width: calc(100% - 32px);
        padding: 0 16px;
    }

    .accordion__img {
        margin-bottom: 16px;
    }

    .accordion__content p,
    .accordion__content li {
        font-size: 20px;
        line-height: 30px;
    }

    .wrapper {
        padding: 0 16px;
    }

    .container {
        padding: 0 16px;
        width: calc(100% - 32px);
    }

    .logo {
        width: 256px;
        left: 50%;
        transform: translateX(-50%);
    }

    .main-banner .wrapper_bg {
        background-position: center;
        background-size: cover;
    }

    .main-banner__title {
        padding: 0 0 64px;
        font-size: 35px;
    }

    .main-banner .wrapper_bg {
        background-position-y: 30%;
        background-image: url(image/banner-phone-new.png);
    }

    .main-banner {
        margin-bottom: 40px;
    }

    .bold-text {
        font-size: 20px;
        line-height: 28px;
        padding-bottom: 40px;
    }

    .accordion__heading {
        padding: 16px 0;
        font-size: 20px;
        max-width: calc(100% - 40px);
    }

    .accordion__heading:after, .accordion__heading:before {
        top: 16px;
        width: 32px;
        height: 32px;
        background-size: cover;
        top: 50%;
        right: -40px;

        transform: translateY(-50%);
    }


    .accordion__checkbox:checked ~ .accordion__heading:before {
        transform: translate(0, -50%) rotate(45deg);
        top: 50%;
    }

    .accordion__heading:after {
        transform: translate(0, -50%) rotate(0deg);
        top: 50%;
    }

    .accordion__heading.active:before {
        transform: translate(0, -50%) rotate(45deg);
        top: 50%;
    }

    .accordion__checkbox:checked ~ .accordion__heading:after {
        top: 50%;
        transform: translate(0, -50%) rotate(45deg);
    }

    .accordion-section {
        margin-bottom: 88px;
    }

    .top, .energy {
        font-size: 20px;
        padding: 14px 21px;
    }

    .footer__shared-title {
        font-size: 22px;
        line-height: 36px;
    }

    .footer__shared-link img {
        width: 43px;
        height: 43px;
    }
}