.universal-header {
    width: 100%;
    margin: 0 0 100px;
    padding: 125px 0 100px;
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 600px;
    box-sizing: border-box;
}

.universal-header > div {
    max-width: 974px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 28px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    z-index: 4;
}

.universal-header__button-wrapper {
    max-width: max-content!important;
}

.universal-header p:first-of-type {
    color: #FFF;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin: 0;
}

.universal-header p:last-of-type {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
}

.universal-header__button-wrapper {
    position: fixed;
    bottom: 100px;
}

.universal-header button {
    border-radius: 6px;
    background: #DD761C;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15);
    position: relative;
    border: 0 solid transparent;
    min-height: 60px;
    min-width: 400px;
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    margin: 0 auto 0;
    cursor: pointer;
    transition: .2s;
}

.universal-header button:hover {
    background-color: #DE8334 !important;
}

.universal-header button:active {
    background-color: #A64D00 !important;
}

.universal-header button:disabled {
    background-color: #DEDEDE !important;
}

@media screen and (max-width: 1299px) {
    .universal-header > div {
        max-width: 862px;
    }

    .universal-header {
        padding: 0;
        min-height: 482px;
    }

    .universal-header__button-wrapper {
        display: none !important;
    }
}

@media screen and (max-width: 991px) {
    .universal-header > div {
        max-width: 638px;
    }

    .universal-header {
        padding: 0;
        min-height: 367px;
    }

    .universal-header p:first-of-type {
        font-size: 18px;
    }

    .universal-header p:last-of-type {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .universal-header > div {
        max-width: 100%;
    }

    .universal-header {
        padding: 30px;
        min-height: 345px;
    }
}

@media screen and (max-width: 567px) {
    .universal-header {
        padding: 20px;
        min-height: 345px;
    }

    .universal-header p:first-of-type {
        font-size: 16px;
    }

    .universal-header > div {
        gap: 18px;
    }

    .universal-header p:last-of-type {
        font-size: 14px;
    }
}

.universal-defects {
    position: relative;
    margin: 100px 0;
}

.universal-defects h2, .universal-defects h3, .universal-advantages h2, .universal-table h2 {
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin: 0;
    padding: 0;
}

.universal-defects__list {
    list-style: none;
    margin: 50px 0 0;
    padding: 0;
}

.universal-defects__list li {
    margin: 0;
    padding: 40px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #DEDEDE;
}

.universal-defects__inner {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    gap: 70px;
    max-width: 500px;
}

.universal-defects__description {
    max-width: 745px;
    width: 100%;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
    padding: 0;
}

.universal-defects__inner > p {
    color: #26211E;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin: 0;
    padding: 0;
}

.universal-defects__inner > span {
    border-radius: 10px;
    width: 80px;
    min-width: 80px;
    height: 80px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

@media screen and (max-width: 1499px) {
    .universal-defects__inner {
        gap: 40px;
        max-width: 500px;
    }

    .universal-defects__description {
        max-width: 575px;
    }
}

@media screen and (max-width: 1299px) {
    .universal-defects__inner {
        gap: 40px;
        max-width: 395px;
    }

    .universal-defects__description {
        max-width: 800px;
    }

    .universal-defects__list li {
        gap: 50px;
    }
}

@media screen and (max-width: 991px) {
    .universal-defects h2, .universal-defects h3, .universal-advantages h2, .universal-table h2 {
        font-size: 40px;
    }

    .universal-defects {
        margin: 80px 0;
    }

    .universal-defects__list {
        margin: 40px 0 0;
    }

    .universal-defects__inner > p {
        font-size: 20px;
    }

    .universal-defects__inner {
        max-width: 300px;
    }

    .universal-defects__list li {
        gap: 40px;
    }
}

@media screen and (max-width: 767px) {
    .universal-defects h2, .universal-defects h3, .universal-advantages h2, .universal-table h2 {
        font-size: 32px;
    }

    .universal-defects__list {
        margin: 30px 0 0;
    }

    .universal-defects__list li {
        padding: 30px 0;
        gap: 20px;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .universal-defects__inner {
        max-width: 100%;
        gap: 30px;
    }

    .universal-defects__inner > span {
        border-radius: 6px;
        width: 60px;
        height: 60px;
        font-size: 28px;
    }
}

@media screen and (max-width: 567px) {
    .universal-defects h2, .universal-defects h3, .universal-advantages h2, .universal-table h2 {
        font-size: 20px;
    }

    .universal-defects__list {
        margin: 20px 0 0;
    }

    .universal-defects__description {
        max-width: 100%;
        font-size: 14px;
    }

    .universal-defects__inner {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 20px;
        max-width: 100%;
    }

    .universal-defects__inner > p {
        font-size: 16px;
    }
}

.universal-advantages {
    margin: 100px 0;
    position: relative;
}

.universal-advantages__list {
    margin: 50px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 21px
}

.universal-advantages__list li {
    padding: 40px;
    box-sizing: border-box;
    border-radius: 16px;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.07);
}

.universal-advantages__list li svg {
    max-width: 80px;
    width: 100%;
    min-height: 80px;
}

.universal-advantages__list li h4 {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin: 40px 0 10px;
    padding: 0;
}

.universal-advantages__list li p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 1499px) {
    .universal-advantages__list {
        gap: 20px
    }
}

@media screen and (max-width: 1299px) {
    .universal-advantages__list {
        margin: 40px 0 0;
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 991px) {
    .universal-advantages {
        margin: 80px 0;
    }

    .universal-advantages__list li {
        padding: 30px;
    }

    .universal-advantages__list li h4 {
        font-size: 18px;
    }
}

@media screen and (max-width: 767px) {
    .universal-advantages {
        margin: 80px 0;
    }

    .universal-advantages__list li {
        padding: 20px;
        border-radius: 10px;
    }

    .universal-advantages__list li h4 {
        font-size: 18px;
    }

    .universal-advantages__list {
        margin: 30px 0 0;
        gap: 10px
    }

    .universal-advantages__list li svg {
        max-width: 60px;
        min-height: 60px;
    }

    .universal-advantages__list li h4 {
        font-size: 18px;
        margin: 30px 0 10px;
    }

    .universal-advantages__list li p {
        font-size: 16px;
    }
}

@media screen and (max-width: 567px) {
    .universal-advantages__list.swiper {
        overflow: visible;
    }

    .universal-advantages__list.swiper .swiper-wrapper {
        display: flex;
    }

    .universal-advantages__list.swiper .swiper-slide {
        box-sizing: border-box;
    }

    .universal-advantages__pagination {
        margin-top: 12px;
        display: flex;
        justify-content: center;
        gap: 8px;
    }

    .universal-advantages__pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #DEDEDE;
        opacity: 1;
    }

    .universal-advantages__pagination .swiper-pagination-bullet-active {
        background: #DD761C;
    }

    .universal-advantages__list li h4 {
        font-size: 16px;
        margin: 20px 0 10px;
    }

    .universal-advantages__list li p {
        font-size: 14px;
    }

    .universal-advantages__list li {
        margin: 0;
    }

    .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 30px;
    }

    .universal-advantages {
        margin: 80px 0;
        width: 100vw;
        position: relative;
        left: -2.5rem;
        overflow: hidden;
    }

    .universal-advantages__list {
        margin: 30px 2.5rem 60px;
    }

    .universal-advantages h2 {
        margin: 0 2.5rem;
    }
}

.universal-action {
    position: relative;
    margin: 100px 0;
    border-radius: 16px;
    background: linear-gradient(88deg, #B15E15 0%, #DD761C 100%);
    padding: 60px 100px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.universal-action__description {
    position: relative;
    margin: 0;
    padding: 0;
    max-width: 700px;
    width: 100%;
}

.universal-action__description h5 {
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin: 0 0 30px;
    padding: 0;
}

.universal-action__description p {
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin: 0;
    padding: 0;
}

.universal-action__button-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
    max-width: 360px;
    width: 100%;
}

.universal-action__button-wrapper a {
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15);
    width: 100%;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    min-height: 70px;
    text-decoration: none;
    transition: .2s;
}

.universal-action__button-wrapper button {
    border-radius: 6px;
    border: 1px solid #FFF;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15);
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    min-height: 70px;
    text-decoration: none;
    width: 100%;
    background: transparent;
    transition: .2s;
    cursor: pointer;
}

.universal-action__button-wrapper a:hover {
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15), 0 2px 40px 0 rgba(255, 255, 255, 0.40);
    opacity: 1!important;
}

.universal-action__button-wrapper button:hover {
    border: 1px solid #FFF;
    background: #FFF;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15);
    color: #DC761D;
}

.universal-action__button-wrapper a:active {
    background: #A64D00;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15);
    color: #fff;
}

.universal-action__button-wrapper button:active {
    background: #A64D00;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15);
    color: #fff;
}

@media screen and (max-width: 1499px) {
    .universal-action {
        padding: 60px 50px;
    }
}

@media screen and (max-width: 1299px) {
    .universal-action {
        padding: 40px;
    }

    .universal-action__description {
        max-width: 420px;
    }

    .universal-action__description h5 {
        font-size: 44px;
    }
}

@media screen and (max-width: 991px) {
    .universal-action__description {
        max-width: 100%;
    }

    .universal-action__description h5 {
        font-size: 40px;
        text-align: center;
    }

    .universal-action__description p {
        text-align: center;
    }

    .universal-action {
        margin: 80px 0;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 30px;
    }

    .universal-action__button-wrapper {
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .universal-action {
        padding: 30px;
    }

    .universal-action__description h5 {
        font-size: 32px;
    }
}

@media screen and (max-width: 567px) {
    .universal-action {
        padding: 20px;
    }

    .universal-action__description h5 {
        font-size: 20px;
        margin: 0 0 20px;
    }

    .universal-action__button-wrapper a {
        font-size: 18px;
        min-height: 50px;
    }

    .universal-action__button-wrapper button {
        font-size: 16px;
        min-height: 50px;
    }

    .universal-action__description p {
        font-size: 14px;
    }

    .universal-action__button-wrapper {
        gap: 20px;
    }
}

.universal-solutions {
    position: relative;
    margin: 100px 0 50px;
}

.universal-solutions__slider {
    position: relative;
    overflow: hidden;
}

.universal-solutions__nav {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.universal-solutions__prev,
.universal-solutions__next, .universal-steps__prev, .universal-steps__next {
    pointer-events: all;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
    height: 50px;
    border-radius: 6px;
    border: 1px solid #26211E;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px auto;
    opacity: .9;
    cursor: pointer;
    transition: .2s;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.universal-solutions__prev svg,
.universal-solutions__next svg, .universal-steps__prev svg, .universal-steps__next svg {
    margin-top: 3px;
}

.universal-solutions__prev {
    left: 0;
}

.universal-solutions__next {
    right: 0;
}

.universal-solutions__prev:hover,
.universal-solutions__next:hover, .universal-steps__prev:hover, .universal-steps__next:hover {
    opacity: 1;
    background-color: #DD761C;
}


@media (min-width: 768px) {
    .universal-solutions__pagination {
        display: none;
    }
}

.solution-card {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 100px;
}

.solution-card img {
    object-fit: contain;
    border-radius: 16px;
    max-width: 620px;
    width: 100%;
}

.solution-card__description-wrapper {
    margin: 188px 0 0;
}

.solution-card__description-wrapper h5 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin: 0 0 30px;
    padding: 0;
}

.solution-card__description-wrapper p {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin: 0;
    padding: 0;
}

.universal-solutions h2 {
    margin: 12px 0 0 720px;
    padding: 0;
    position: absolute;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.universal-solutions__buttons-wrapper {
    position: absolute;
    z-index: 3;
    max-width: 220px;
    width: 100%;
    margin: -25px 0 0 720px;
}

@media screen and (max-width: 1499px) {
    .solution-card img {
        max-width: 550px;
    }

    .solution-card {
        gap: 50px;
    }

    .universal-solutions h2 {
        margin: 12px 0 0 600px;
    }

    .universal-solutions__buttons-wrapper {
        margin: 45px 0 0 600px;
    }

    .universal-solutions__slider {
        padding-bottom: 70px;
    }
}

@media screen and (max-width: 1299px) {
    .universal-solutions h2 {
        margin: 0 0 40px;
        position: relative;
    }

    .solution-card img {
        max-width: 462px;
    }

    .solution-card {
        gap: 30px;
    }

    .solution-card__description-wrapper {
        margin: 16px 0 0;
    }

    .universal-solutions__slider {
        padding-bottom: 0;
    }

    .universal-solutions__buttons-wrapper {
        margin: -25px 0 0 492px;
    }
}

@media screen and (max-width: 991px) {
    .universal-solutions {
        margin: 80px 0 45px;
    }

    .universal-solutions h2 {
        margin: 0 0 30px;
        font-size: 40px;
    }

    .solution-card {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 30px;
    }

    .solution-card__description-wrapper {
        margin: 0;
    }

    .solution-card__description-wrapper h5 {
        font-size: 20px;
    }

    .solution-card__description-wrapper p {
        font-size: 16px;
    }

    .solution-card img {
        max-width: 100%;
    }

    .universal-solutions__slider {
        padding-bottom: 100px;
    }

    .universal-solutions__buttons-wrapper {
        margin: 55px 0 0 0;
    }
}

@media screen and (max-width: 767px) {
    .universal-solutions {
        margin: 80px 0 40px;
    }

    .universal-solutions h2 {
        margin: 0 0 30px;
        font-size: 32px;
    }

    .solution-card {
        gap: 30px;
    }

    .solution-card__description-wrapper h5 {
        font-size: 24px;
    }

    .solution-card__description-wrapper p {
        font-size: 16px;
    }

    .universal-solutions__slider {
        padding-bottom: 20px;
    }

    .universal-solutions__buttons-wrapper {
        display: none;
    }

    .universal-solutions__pagination {
        flex-direction: row;
        align-items: center;
        justify-content: center;
        margin-top: 10px;
        gap: 10px;
    }

    .swiper-pagination-bullet {
        background: #DEDEDE;
        width: 10px !important;
        height: 10px !important;
        opacity: 1;
        border-radius: 50%;
    }

    .swiper-pagination-bullet-active {
        background: #DD761C;
    }

    .solution-card__description-wrapper h5 {
        margin: 0 0 20px;
    }

    .solution-card img {
        border-radius: 10px;
    }
}

@media screen and (max-width: 567px) {
    .universal-solutions {
        margin: 80px 0 80px;
    }

    .universal-solutions h2 {
        margin: 0 0 20px;
        font-size: 20px;
    }

    .solution-card img {
        border-radius: 8px;
    }

    .solution-card {
        gap: 20px;
    }

    .solution-card__description-wrapper h5 {
        font-size: 16px;
    }

    .solution-card__description-wrapper p {
        font-size: 14px;
    }
}

.universal-order {
    display: grid;
    grid-template-columns: 626px 1fr;
    gap: 0 70px;
    margin: 50px 0 100px;
}

.universal-order > img {
    grid-area: 1 / 1 / 3 / 2;
    width: 100%;
    object-fit: cover;
    border-radius: 14px;
}

.universal-order > h2 {
    grid-area: 1 / 2 / 2 / 3;
    color: #26211E;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin: 54px 0 30px;
}

.universal-order > ul {
    grid-area: 2 / 2 / 3 / 3;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.universal-order > ul li {
    margin-left: 43px;
    position: relative;
}

.universal-order > ul li:before {
    content: "";
    background-image: url("../../../../../image/catalog/landings/universal-landing/repair/universal-order-item.svg");
    left: -50px;
    background-size: 24px 24px;
    background-position: center;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
}

@media screen and (max-width: 1499px) {
    .universal-order {
        grid-template-columns: 550px 1fr;
        gap: 0 53px;
    }

    .universal-order > h2 {
        margin: 0 0 50px;
    }
}

@media screen and (max-width: 1299px) {
    .universal-order > h2 {
        grid-area: 1 / 1 / 2 / 3;
    }

    .universal-order > img {
        grid-area: 2 / 1 / 3 / 2;
    }

    .universal-order > ul {
        grid-area: 2 / 2 / 3 / 3;
        justify-content: center;
    }

    .universal-order {
        grid-template-columns: 450px 1fr;
        gap: 0 40px;
    }
}

@media screen and (max-width: 991px) {
    .universal-order > h2 {
        grid-area: 1 / 1 / 2 / 2;
        margin: 0;
        font-size: 40px;
    }

    .universal-order > img {
        grid-area: 2 / 1 / 3 / 2;
    }

    .universal-order > ul {
        grid-area: 3 / 1 / 4 / 2;
        justify-content: center;
        gap: 20px;
    }

    .universal-order {
        grid-template-columns: 1fr;
        gap: 30px;
        margin: 40px 0 80px;
    }
}

@media screen and (max-width: 767px) {
    .universal-order > h2 {
        font-size: 32px;
    }

    .universal-order > img {
        border-radius: 10px;
    }
}

@media screen and (max-width: 567px) {
    .universal-order > h2 {
        font-size: 20px;
    }

    .universal-order {
        gap: 20px;
        margin: 40px 0 80px;
    }

    .universal-order > ul {
        font-size: 14px;
    }
}

.universal-faq__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.universal-faq__item {
    border-bottom: 1px solid #DEDEDE;
}

.universal-faq__q {
    -webkit-tap-highlight-color: transparent;
    width: 100%;
    text-align: left;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px;
    align-items: center;
    padding: 30px 0;
    background: none;
    border: 0;
    font: inherit;
    color: #26211E;
    cursor: pointer;
}

.universal-faq__q:focus-visible {
    outline: 2px solid #DD761C;
    outline-offset: 2px;
}

.universal-faq__chevron svg {
    transition: .2s;
}

.universal-faq__q[aria-expanded="true"] .universal-faq__chevron svg {
    transform: rotate(180deg);
}

.universal-faq__a {
    padding: 14px 0 30px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.universal-faq__a p {
    margin: 0;
}

.universal-faq {
    margin: 60px 0;
}

.universal-faq__q-text {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin: 0;
    padding: 0;
}

.universal-faq__title {
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin: 0 0 44px;
    padding: 0;
}

@media screen and (max-width: 991px) {
    .universal-faq__title {
        font-size: 40px;
        margin: 0 0 30px;
    }

    .universal-faq__q-text {
        font-size: 20px;
    }

    .universal-faq__a {
        padding: 0 0 30px;
    }

    .universal-faq {
        margin: 80px 0;
    }
}

@media screen and (max-width: 767px) {
    .universal-faq__title {
        font-size: 32px;
        margin: 0 0 30px;
    }
}

@media screen and (max-width: 567px) {
    .universal-faq__title {
        font-size: 20px;
        margin: 0 0 30px;
    }

    .universal-faq__q-text {
        font-size: 16px;
    }

    .universal-faq__q {
        padding: 20px 0;
    }

    .universal-faq__a {
        padding: 0 0 20px;
        font-size: 14px;
    }
}

.universal-repair {
    background: #26211E;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 70px;
    padding: 50px 0;
}

.universal-repair h3 {
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin: 0 0 50px;
    padding: 0;
}

.universal-repair p, .universal-order p {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin: 0;
    padding: 0;
}

.universal-repair img {
    border-radius: 14px;
    max-width: 626px;
    width: 100%;
    object-fit: cover;
}

.universal-repair, .universal-steps {
    position: relative;
    background: var(--u-bg, #26211E);
    color: #fff;
    box-shadow: 0 0 0 100vmax var(--u-bg, #26211E);
    clip-path: inset(0 -100vmax);
    -webkit-clip-path: inset(0 -100vmax);
    isolation: isolate;
}

@media screen and (max-width: 1499px) {
    .universal-repair img {
        max-width: 550px;
    }

    .universal-repair {
        gap: 50px;
        padding: 50px 0;
    }
}

@media screen and (max-width: 1299px) {
    .universal-repair img {
        max-width: 451px;
    }

    .universal-repair {
        gap: 40px;
        padding: 50px 0;
    }

    .universal-repair h3 {
        font-size: 40px;
        margin: 0 0 40px;
    }
}

@media screen and (max-width: 991px) {
    .universal-repair {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        gap: 30px;
        padding: 40px 0;
    }

    .universal-repair h3 {
        margin: 0 0 30px;
    }

    .universal-repair img {
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .universal-repair h3 {
        font-size: 32px;
    }

    .universal-repair img {
        border-radius: 10px;
    }
}

@media screen and (max-width: 567px) {
    .universal-repair h3 {
        font-size: 20px;
        margin: 0 0 20px
    }

    .universal-repair p, .universal-order p {
        font-size: 14px;
    }

    .universal-repair {
        gap: 20px;
    }
}

.step-card h5 {
    margin: 0 0 8px;
    font-weight: 700;
}

.step-card p {
    margin: 0;
}

.universal-steps__buttons {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
    margin-top: 12px;
}

.universal-steps__pagination {
    display: none;
    justify-content: center;
    margin-top: 12px;
}

.universal-steps {
    padding: 50px 0 0;
    position: relative;
    bottom: -2px;
}

.universal-steps h2 {
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin: 0 0 50px;
    padding: 0;
}

.step-card {
    border-radius: 16px;
    border: 1px solid #FFF;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.07);
    background-color: #26211E;
    height: 100%;
    min-height: 228px;
    padding: 40px 30px;
    box-sizing: border-box;
}

.step-card h5 {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin: 0 0 20px;
    padding: 0;
}

.step-card p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin: 0;
    padding: 20px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.20);
}



.universal-solutions__prev,
.universal-solutions__next, .universal-steps__prev, .universal-steps__next {
    pointer-events: all;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
    height: 50px;
    border-radius: 6px;
    border: 1px solid #26211E;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px auto;
    opacity: .9;
    cursor: pointer;
    transition: .2s;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.universal-solutions__prev svg,
.universal-solutions__next svg, .universal-steps__prev svg, .universal-steps__next svg {
    margin-top: 3px;
}

.universal-solutions__prev {
    left: 0;
}

.universal-solutions__next {
    right: 0;
}

.universal-solutions__prev:hover,
.universal-solutions__next:hover, .universal-steps__prev:hover, .universal-steps__next:hover {
    opacity: 1;
    background-color: #DD761C;
}

.universal-steps__slider {
    padding: 0 0 70px;
}

.universal-steps__buttons button {
    top: unset;
    bottom: -20px;
    background: #26211E;
    border-radius: 6px;
    border: 1px solid #FFF;
}

.universal-steps__prev {
    right: 120px;
}

@media screen and (max-width: 1499px) {
    .step-card {
        padding: 35px 30px;
    }
}

@media screen and (max-width: 1299px) {
    .step-card {
        min-height: 255px;
        padding: 30px 30px;
    }
}

@media screen and (max-width:991px) {
    .universal-steps h2 {
        font-size: 40px;
        margin: 0 0 40px;
    }

    .universal-steps {
        padding: 40px 0 0;
    }
}

@media screen and (max-width:767px) {
    .universal-steps h2 {
        font-size: 32px;
        margin: 0 0 30px;
    }
}

@media screen and (max-width:567px) {
    .universal-steps h2 {
        font-size: 20px;
    }

    .step-card {
        min-height: 190px;
        padding: 20px 20px;
    }

    .universal-steps__slider {
        padding: 0 0 30px;
    }
}

.seo__desc {
    width: 100%;
    max-width: 100%;
}

.product-crm tr:nth-of-type(even) {
    background: #F2F2F2;
}

.product-crm tr:nth-of-type(odd) {
    background: #F1ECE7;
}

.product-crm tr, .product-crm th {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

#id-crm, #title-crm, #ufCrm4Price-crm {
    background: #DD761C;
    color: #fff;
    height: 42px;
    padding: 0 20px;
}

#id-crm {
    border-top-left-radius: 10px;
}

#ufCrm4Price-crm {
    border-top-right-radius: 10px;
}

.product-crm {
    width: 100%;
    max-width: 1070px;
    margin: 0 auto;
    border-collapse: separate!important;
    border-spacing: 10px 10px;
}

.product-crm td {
    height: 42px;
    padding: 0 20px;
}

.product-crm > tbody > tr:last-of-type td:first-of-type {
    border-bottom-left-radius: 10px;
}

.product-crm > tbody > tr:last-of-type td:last-of-type {
    border-bottom-right-radius: 10px;
}

.swiper-pagination-bullet-active { opacity: 1 !important; }

@media screen and (max-width: 767px) {
    .product-crm tr, .product-crm th {
        font-size: 16px;
    }

    .product-crm td {
        height: 39px;
    }

    .product-crm {
        border-spacing: 6px 6px;
    }
}

@media screen and (max-width: 567px) {
    .product-crm tr, .product-crm th {
        font-size: 14px;
    }

    .product-crm td {
        height: 46px;
        padding: 0 10px;
    }

    .product-crm {
        border-spacing: 6px 2px;
    }

    #ufCrm4Price-crm {
        min-width: 115px;
    }

    #id-crm {
        max-width: 20px;
        padding: 0 10px!important;
    }

    .product-crm tr td:nth-of-type(2) {
        padding-right: 10px!important;
    }
}

.b24-form-wrapper {
    max-width: 100%!important;
}

.b24-form-control-agreement {
    margin-left: 20px;
}

.b24-form-wrapper.b24-form-border-bottom {
    border-radius: 16px;
}

.universal-table h2 {
    text-align: center;
    margin: 0 auto 50px;
}

@media screen and (max-width: 1299px) {
    .universal-table h2 {
        margin: 0 auto 40px;
    }
}

@media screen and (max-width: 567px) {
    .universal-table h2 {
        margin: 0 auto 20px;
    }
}

.universal-table__contact-wrapper {
    max-width: 470px;
    width: 100%;
    margin: 50px auto 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.universal-table__contact-wrapper > div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.universal-table__contact-wrapper > div p {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.universal-table__contact-wrapper > p {
    color: #26211E;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0 0 20px;
    padding: 0;
}

.universal-table__contact-wrapper a {
    color: #26211E;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.universal-table__contact-wrapper a:hover {
    color: #DD761C;
}

.universal-table__contact-wrapper svg {
    max-width: 28px;
    width: 100%;
}

@media screen and (max-width: 567px) {
    .universal-table__contact-wrapper > div {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 33px;
    }

    .universal-table__contact-wrapper > p {
        font-size: 16px;
    }
}

.header__sticky_repair {
    display: none;
}

@media (max-width: 1197px) {
    .header__sticky_repair {
        display: flex!important;
    }
}

@media (max-width: 1197px) {
    .header__sticky_repair {
        bottom: 65px!important;
    }

    .header__sticky_repair > a {
        background-color: #DD761C;
        color: #fff;
    }

    .header__sticky_repair > a:hover {
        color: #fff;
    }

    .header__sticky_repair > a:active {
        color: #fff;
    }
}

@media (max-width: 767px) {
    .header__sticky_repair {
        bottom: 58px !important;
    }
}