
.b-seo-banner {
    font-family: Ubuntu;
    display: flex;
    justify-content: space-between;
    border-radius: 20px;
    padding: 40px;
    background: #191919;
    overflow: hidden;
}
.b-seo-banner__left {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
}
.b-seo-banner__title {
    font-weight: 700;
    font-size: 35px;
    line-height: 130%;
    letter-spacing: 0;
}
.b-seo-banner__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0;
    margin: 0;
    padding: 0;
    margin-top: 10px;
}

.b-seo-banner__list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.b-seo-banner__list-item {
    display: flex;
    align-items: center;
    gap: 10px;
}
.b-seo-banner__checkbox {
    display: flex;
    background: #915CE533;
    width: 25px;
    height: 25px;
    opacity: 1;
    padding-right: 6px;
    padding-left: 6px;
    border-radius: 6px;
    flex-shrink: 0;
    flex-grow: 0;
    position: relative;
    align-items: center;
    justify-content: center;
}
.b-seo-banner__buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}


.b-seo-banner__right {
    position: relative;
    margin-top: -40px;
    margin-bottom: -40px;
    margin-right: -40px;
    padding: 40px;
    padding-left: 10%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 0.7;
}
.b-seo-banner__right-background {
    position: absolute;
    background: #ffffff1a;
    clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
    width: 110%;
    height: 100%;
    top: 0;
    right: 0;
    z-index:1;
}
.b-seo-banner__right-background div {
    clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
    background: #915CE533;
    height: 100%;
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.b-seo-banner__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.b-seo-banner__subtitle {
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0;
}


.b-seo-banner__middle {
    margin-top: 37px;
}
.b-seo-banner__list.style-2 {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.b-seo-banner__list.style-2 .b-seo-banner__list-item {
    padding: 21px 0;
}
.b-seo-banner__list.style-2 .b-seo-banner__list-item + .b-seo-banner__list-item {
    border-top: 1px solid #FFFFFF1A;
}
.b-seo-banner__list-name {
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0;
    color: #FFFFFF66;
    flex: 1;
}
.b-seo-banner__list-value {
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0;
}
.b-seo-banner__list-badge {
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0px;
    padding: 2px 10px;
    color: #fff;
    background: #ffffff1f;
    border-radius: 20px;
}
.b-seo-banner__list-badge.green {
    color: #34D399;
    background: #34D3991F;
}
.b-seo-banner__list-badge.violet {
    color: #915CE5;
    background: #915CE526;
}
.b-seo-banner__bottom {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
}

.b-seo-benefits {
    font-family: Ubuntu;
    display: flex;
    gap: 16px;
    margin-top: 20px;
}
.b-seo-benefit {
    gap: 8px;
    border-radius: 10px;
    padding-top: 12px;
    padding-right: 24px;
    padding-bottom: 12px;
    padding-left: 24px;
    background: #915CE54D;
    border: 1px solid #915CE599;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.b-seo-benefit-title {
    font-weight: 700;
    font-size: 50px;
    line-height: 130%;
    letter-spacing: 0;
}
.b-seo-benefit-text {
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0;
    color: #FFFFFFB2;
}

@media (max-width: 1024px) {
    .b-seo-banner {
        flex-direction: column;
    }
    .b-seo-banner__right {
        margin: -40px;
        margin-top: 0;
        padding: 40px;
        padding-top: 20%;
    }
    .b-seo-banner__right-background {
        position: absolute;
        background: #ffffff1a;
        clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 25%);
        width: 110%;
        height: 100%;
        top: 0;
        right: 0;
    }
    .b-seo-banner__right-background div {
        clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 25%);
        background: #915CE533;
        height: 100%;
        margin-left: 10px;
        margin-top: 5px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}
@media (max-width: 768px) {
    .b-seo-banner__title {
        font-size: 25px;
    }
    .b-seo-banner__text {
        font-size: 16px;
    }
    .b-seo-banner__subtitle {
        font-size: 20px;
    }
    .b-seo-benefits {
        display: flex;
        gap: 12px;
        margin-top: 20px;
        flex-wrap: wrap;
        align-items: stretch;
    }
    .b-seo-benefit {
        width: calc(50% - 6px);
        flex: initial;
    }
    .b-seo-benefit-title {
        font-size: 28px;
    }
    .b-seo-benefit-text {
        font-size: 14px;
    }
}
@media (max-width: 480px) {
    .b-seo-banner__title {
        font-size: 22px;
    }
    .b-seo-banner__right {
        margin: -40px;
        margin-top: 30px;
        border: 5px solid #FFFFFF1A;
        border-radius: 20px;
        padding: 20px;
        background: #915CE533;
    }
    .b-seo-banner__right-background {
        display: none;
    }
    .b-seo-benefits {
        margin-top: 10px;
    }
}

