.section-lp {
    background-color: #F0F0F0;
    padding: 74px 0 95px;
}

.section-lp__container {
    padding: 0 16px;
}

.lp__heading {
    margin-bottom: 81px;
}

.lp__title {
    text-align: center;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-size: 28px;
    line-height: 1.28;
    color: #003259;
    padding: 0 0 9px;
}

.lp__subtitle {
    font-family: "Roboto", sans-serif;
    letter-spacing: 0.5px;
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
    text-align: center;
    padding-bottom: 0;
    font-weight: 400;
}

.lp-step {
    display: flex;
    align-items: center;
    gap: 60px;
    max-width: 1280px;
    margin: 0 auto;
    padding: 18px 0 38px;
}

.lp-step--type1 {
    border-bottom: 1px solid #000000;
}

.lp-step--type2 {
    border-bottom: 1px solid #6565655E;
    padding: 124px 0 62px;
}

.lp-step--type3 {
    border-bottom: 1px solid #6565655E;
    padding: 89px 0 29px;
}

.lp-step__left {
    flex: 1 0 611px;
    max-width: 611px;
}

.lp-step__right {
    flex: 1 1 auto;
}

.lp-step__counter-item {
    padding: 70px 81px 65px 31px;
    display: flex;
    align-items: center;
    max-width: 500px;
    margin: 0 0 0 auto;
    border: 1px solid #000000;
    box-shadow: rgba(0, 0, 0, 0.9) 0 0 4px 0;
    border-radius: 18px;
}

.lp-step__counter-item--type1 {
    background-color: #DBFDFE;
}

.lp-step__counter-item--type2 {
    background-color: #88C3DD;
}

.lp-step__counter-item--type3 {
    background-color: #fff;
}

.lp-step__counter-item--type2 .lp-step__heading {
    color: #fff;
}

.lp-step__right.text-center {
    text-align: center;
}

.lp-step__heading {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.375;
    display: flex;
    align-items: center;
    gap: 20px;
    color: #000000;
}

.lp-step__counter {
    font-family: "Inter", sans-serif;
    font-weight: 800;
    font-size: 100px;
    line-height: 1.21;
    color: #A5A5A5;
    border: 2px solid #A5A5A5;
    width: 120px;
    height: 120px;
    flex: 1 0 120px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lp-step__title {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.27;
    padding-bottom: 20px;
    color: #000000;
}

.lp-step__list {
    padding: 0 !important;
    list-style-type: none !important;
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.5px;
    color: #000000;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.lp-step__list li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 23px;
    flex: 1 0 40px;
    padding: 0 0 0 14px;
}

.lp-step__list li::before {
    content: '';
    width: 21.21px;
    height: 21.21px;
    flex: 0 0 21.21px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAxNCAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTguOTUzMjkgMTFMMC43MDMyOTMgMi43NDk5OEwzLjA1OTk2IDAuMzkzMzExTDEzLjY2NjYgMTFMMy4wNTk5NiAyMS42MDY2TDAuNzAzMjkzIDE5LjI1TDguOTUzMjkgMTFaIiBmaWxsPSJibGFjayIvPgo8L3N2Zz4K");
}

.lp-step__text {
    max-width: 485px;
    margin: 50px auto 0;
}

.lp-step__image {
    max-width: 350px;
    margin: 0 auto;
    transform: translateX(60px);
}

.lp-step__content {
    color: #000000;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 1.375;
}

.lp__button-wrapper {
    text-align: center;
    margin-top: 41px;
}

.lp-step__btn {
    margin-top: 20px;
}

.lp__button {
    background-color: #013259;
    padding: 20px 32px;
    color: #fff;
    border-radius: 9999px;
    display: inline-block;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-size: 20px;
    line-height: 1;
    transition: opacity 0.3s ease;
    max-width: 300px;
    width: 100%;
}

.lp__button:hover {
    opacity: 0.7;
}

@media screen and (max-width: 1199px) {
    .lp-step__left {
        flex: 1 0 50%;
        max-width: 50%;
    }
}

@media screen and (max-width: 1023px) {
    .lp-step__counter-item {
        padding: 70px 16px;
    }

    .lp-step__image {
        transform: translateX(0);
    }
}

@media screen and (max-width: 767px) {
    .section-lp {
        padding: 40px 0;
    }

    .lp__heading {
        margin-bottom: 20px;
    }

    .lp__title {
        font-size: 22px;
    }

    .lp-step {
        flex-direction: column;
        gap: 30px;
        padding: 30px 0 !important;
    }

    .lp-step__left, .lp-step__right {
        flex: 1 0 100%;
        max-width: 100%;
        width: 100%;
    }

    .lp-step__heading {
        gap: 16px;
    }

    .lp-step__counter {
        font-size: 60px;
        width: 80px;
        height: 80px;
        flex: 1 0 80px;
    }

    .lp-step__counter-item {
        padding: 32px 16px;
    }

    .lp-step__list li {
        gap: 12px;
    }

    .lp-step__text {
        margin: 0 auto;
    }

    .lp-step__image {
        max-width: 250px;
    }

    .lp__button-wrapper {
        margin-top: 40px;
    }

    .lp__button {
        max-width: 240px;
        padding: 16px 26px;
        font-size: 16px;
    }
}