.b-xml-musthave {
    padding-top: 40px;
}
.b-xml-musthave__title {
    margin-bottom: 40px;
}
.b-xml-musthave__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px 16px;
}
.b-xml-musthave__item {
    min-height: 312px;
    padding: 50px;
    border-radius: 8px;
    background-repeat: no-repeat;
}
.b-xml-musthave__item--big {
    background-color: #cae2ff;
    background-image: url(../images/xml-feed/f_1.png);
    background-position: calc(100% - 15px) calc(100% + 50px);
}
.b-xml-musthave__item--auto {
    background-color: #ddc1ff;
    background-image: url(../images/xml-feed/f_2.png);
    background-position: calc(100% - 39px) calc(100% + 35px);
}
.b-xml-musthave__item--clients {
    background-color: #ddc1ff;
    background-image: url(../images/xml-feed/f_3.png);
    background-position: calc(100% - 6px) calc(100% + 35px);
}
.b-xml-musthave__item--benefits {
    background-color: #cae2ff;
    background-image: url(../images/xml-feed/f_4.png);
    background-position: calc(100% - 39px) calc(100% + 20px);
}
.b-xml-musthave__item-title {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 700;
}
.b-xml-musthave__text {
    font-size: 16px;
}
.b-xml-musthave__text p {
    text-align: left;
    font-size: inherit;
}
.b-xml-musthave__text ul {
    padding: 0;
}
.b-xml-musthave__text li {
    position: relative;
    list-style: none;
    padding-left: 20px;
    font-size: 16px;
}
.b-xml-musthave__text li::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 8px;
    background: #000;
}
@media (width <= 767.98px) {
    .b-xml-musthave__item {
        padding: 20px;
        background-size: 30%;
        background-position: 100% 100% !important;
    }
}
@media (width <= 575.98px) {
    .b-xml-musthave__grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

.b-xml-example {
    padding-top: 90px;
}
.b-xml-example__title {
    margin-bottom: 40px;
}
.b-xml-example__grid {
    display: flex;
    gap: 18px;
}
.b-xml-example__item {
    background-color: #f6f6f6;
    border-radius: 8px;
    overflow: hidden;
}
.b-xml-example__item img {
    border-radius: 8px;
}
.b-xml-example__item:nth-child(2) {
    padding: 35px 40px 30px;
    grid-column: span 2;
}
@media (width <= 575.98px) {
    .b-xml-example__grid {
        flex-direction: column;
    }
    .b-xml-example__item {
        text-align: center;
    }
}

.b-xml-howtoprepere {
    padding-top: 90px;
    padding-bottom: 30px;
}
.b-xml-howtoprepere__title {
    margin-bottom: 50px;
}
.b-xml-howtoprepere__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.b-xml-howtoprepere__item {
    position: relative;
    padding: 45px 50px;
    border-radius: 8px;
    counter-increment: numitem;
    background-color: #ddf0f4;
}
.b-xml-howtoprepere__item::after {
    content: '0'counter(numitem);
    position: absolute;
    right: 30px;
    bottom: 0;
    line-height: 110px;
    font-size: 148px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.5);
}
.b-xml-howtoprepere__item-title {
    margin-bottom: 30px;
    text-align: left;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
}
.b-xml-howtoprepere__item-text {
    position: relative;
    z-index: 2;
    font-size: 16px;
}
.b-xml-howtoprepere__item-text p {
    text-align: left;
    font-size: inherit;
}
.b-xml-howtoprepere__item-text ul {
    padding: 0;
}
.b-xml-howtoprepere__item-text li {
    position: relative;
    list-style: none;
}
.b-xml-howtoprepere__item-text li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 5px;
    height: 5px;
}
@media (width <= 991.98px) {
    .b-xml-howtoprepere__item {
        padding: 25px 30px;
    }
}
@media (width <= 767.98px) {
    .b-xml-howtoprepere__grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

.b-xml-list-err {
    padding-top: 70px;
}
.b-xml-list-err__title {
    position: relative;
    padding-left: 82px;
    margin-bottom: 34px;
    text-transform: uppercase;
    font-size: clamp(18px, 1.7vw, 28px);
    font-weight: 800;
    color: #f43737;
}
.b-xml-list-err__title::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 0;
    display: block;
    width: 52px;
    height: 52px;
    background: no-repeat url(/images/xml-feed/ch_b_r.png);
}
.b-xml-list-err__list {
    padding-left: 0;
    margin-bottom: 0;
}
.b-xml-list-err__list li {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 60px;
    list-style: none;
    font-size: 16px;
}
.b-xml-list-err__list li::before {
    content: "";
    display: block;
    width: 23px;
    height: 21px;
    position: absolute;
    top: 0;
    left: 0;
    background: no-repeat url(/images/xml-feed/ch_r.png);
}
.b-xml-list-err__list li span {
    font-weight: 600;
}

.b-xml-list-imp {
    padding-top: 70px;
}
.b-xml-list-imp__title {
    position: relative;
    padding-left: 82px;
    margin-bottom: 34px;
    text-transform: uppercase;
    font-size: clamp(18px, 1.7vw, 28px);
    font-weight: 800;
    color: #00c72a;
}
.b-xml-list-imp__title::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 0;
    display: block;
    width: 52px;
    height: 52px;
    background: no-repeat url(/images/xml-feed/ch_b_g.png);
}
.b-xml-list-imp__list {
    padding-left: 0;
    margin-bottom: 0;
}
.b-xml-list-imp__list li {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 60px;
    list-style: none;
    font-size: 16px;
}
.b-xml-list-imp__list li::before {
    content: "";
    display: block;
    width: 23px;
    height: 21px;
    position: absolute;
    top: 0;
    left: 0;
    background: no-repeat url(/images/xml-feed/ch_g.png);
}
.b-xml-list-imp__list li span {
    font-weight: 600;
}

.b-xml-help {
    margin-top: 120px;
}
.b-xml-help__title {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: clamp(18px, 1.7vw, 28px);
    font-weight: 800;
    color: var(--main-color);
}
.b-xml-help__subtitle {
    margin-bottom: 20px;
    font-size: 18px;
    color: #808080;
}
.b-xml-help__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
.b-xml-help__item {
    min-height: 206px;
    border-radius: 10px;
    padding: 28px 30px;
    background: #ddf0f4 no-repeat calc(100% - 16px) calc(100% - 14px) url(/images/xml-feed/ch_white.png);
}
.b-xml-help__item-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
}
@media (width <= 991.98px) {
    .b-xml-help__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (width <= 575.98px) {
    .b-xml-help__grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

.after-text-title {
    margin-top: 80px;
    margin-bottom: 80px;
    font-size: 24px;
    font-weight: 800;
}