
@media (min-width: 1024px) {
    .main-content .main-content-wrapper {
        margin-left: 0px;
        margin-right: 0px;
    }
}

.b-seo__section {
    margin-bottom: 100px;
}

.b-seo__h2 {
    font-family: Ubuntu;
    font-weight: 700;
    font-size: 35px;
    line-height: 130%;
    letter-spacing: 0;
    margin: 0;
}
.b-seo__h3 {
    font-family: Ubuntu;
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0;
    margin: 0;
}

.b-seo__h4 {
    font-family: Ubuntu;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0;
    color: #FFFFFFB2;
    margin: 0;
}
.b-seo__h5 {
    font-family: Ubuntu;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0;
    margin: 0;
}
.b-seo__h6 {
    font-family: Ubuntu;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0;
    color: #FFFFFFB2;
    margin: 0;
}

.b-seo__section-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.b-seo__section-top_text {
    display: flex;
    flex-direction: column;
    gap: 15px;
}


.b-seo__badge {
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    line-height: 192%;
    letter-spacing: 0;
    background: #915CE580;
    backdrop-filter: blur(20px);
    padding-top: 3px;
    padding-right: 13px;
    padding-bottom: 3px;
    padding-left: 13px;
    border-radius: 100px;
}

.b-seo__btn {
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    color: #f8f8f8;
    border-radius: 5px;
    padding-top: 17px;
    padding-right: 40px;
    padding-bottom: 17px;
    padding-left: 40px;
    background: #915CE5;
    border: 1px solid #915CE5;
    transition: 0.4s;
}
.b-seo__btn:hover {
    background: transparent;
}

.b-seo__btn.transparent {
    background: transparent;
}
.b-seo__btn.transparent:hover {
    background: #915CE5;
}




















.b-seo-quiz__progressbar-box .b-seo-quiz__progressbar {
    margin-top: 50px;
}



.b-seo__section-top.columns {}
.b-seo__section-top.columns .b-seo__section-top_text {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.b-stages-of-cooperation {
    display: flex;
    gap: 30px;
    margin-top: 50px;
}
.b-stages-of-cooperation__images {
    flex: 1;
    border-radius: 20px;
    overflow: hidden;
}
.b-stages-of-cooperation__images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.b-stages-of-cooperation__items {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    flex: 1;
}
.b-stages-of-cooperation__item {
    width: calc(50% - 15px);
    border-radius: 10px;
    padding: 15px;
    background: #191919;
}
.b-stages-of-cooperation__item.wide {
    width: 100%;
}
.b-stages-of-cooperation__num {
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0;
    color: #915CE5;
    width: 50px;
    height: 50px;
    border-radius: 54px;
    border: 1px solid #915CE5;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.b-stages-of-cooperation__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0;
    margin-bottom: 10px;
}
.b-stages-of-cooperation__desc {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0;
}
@media (max-width: 1024px) {
    .b-stages-of-cooperation {
        flex-direction: column;
    }
}
@media (max-width: 768px) {
    .b-stages-of-cooperation {
        gap: 10px;
    }
    .b-stages-of-cooperation__items {
        flex-direction: column;
        gap: 10px;
    }
    .b-stages-of-cooperation__item {
        width: 100%;
    }
}
@media (max-width: 480px) {

}

.bx-news-list.rubix-team {
    margin: 100px 0 100px 0;
}
.b-seo__section .service-team {
    margin: 100px 0;
}

@media (max-width: 1024px) {
    .b-seo__section-top.columns .b-seo__section-top_text {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }
    .b-seo__section-top_text {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }
    .seo-form-new .form-content__top_text {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }
    .b-seo__section {
        margin-bottom: 40px;
    }
    .b-seo__section-top {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: column;
        gap: 15px;
    }
}
@media (max-width: 768px) {
    .b-seo__h2 {
        font-size: 25px;
    }
    .service-team {
        margin: 40px 0 40px 0
    }
    .bx-news-list.rubix-team {
        margin: 40px 0 40px 0
    }
}

@media (max-width: 480px) {
    .b-seo__section {
        margin-bottom: 30px;
    }
    .b-seo__h2 {
        font-size: 18px;
    }
}

.b-seo .bx-news-list.rubix-team .team-header {
    padding-bottom: 30px;
    font-weight: 700;
    font-size: 35px;
    line-height: 150%;
    color: #ffffff;
}