.html-block-36 svg path,
.html-block-22 svg path,
.html-block-31 svg path,
.html-block-28 svg path,
.html-block-46 svg path,
.html-block-27 svg path {
    stroke: initial;
}

.html-block-22 .result__card-top strong {
    font-size: 2.5rem;
}

.html-block-22 .result__card-top + p {
    font-size: 1.7rem;
}


.html-block-27 .result__card-top strong {
    display: none;
}

.html-block-27 .result__card::after {
    background: none;
}

.html-block-28 ul.ul_style {
    list-style-type: disc;
    padding-left: 2rem;
}

.html-block-28 ul.ul_style li {
    line-height: 3rem;
}

/* Блок html-block-31: подход и три разреза (макет new_block/image.png) */
.html-block-31 {
    background: #f5f0e8;
}

.html-block-31 .kpi-approach__title {
    max-width: 73rem;
    font-weight: 500;
}

.html-block-31 .kpi-approach__text {
    font-size: 1.8rem;
    line-height: 1.55;
    color: #1a1a1a;
}

@media (max-width: 767px) {
    .html-block-31 .kpi-approach__text {
        font-size: 1.6rem;
    }
}

.html-block-31 .kpi-approach__text p {
    margin: 0 0 2.4rem;
}

.html-block-31 .kpi-approach__text p:last-child {
    margin-bottom: 0;
}

.html-block-31 .kpi-approach__subtitle {
    font-size: 2.2rem;
    line-height: 1.35;
    font-weight: 500;
    margin: 3.2rem 0 2.4rem;
}

@media (max-width: 767px) {
    .html-block-31 .kpi-approach__subtitle {
        font-size: 1.9rem;
        margin-top: 2.4rem;
    }
}

.html-block-31 .kpi-approach__accent {
    color: #ff474a;
    font-weight: 600;
}

.html-block-31 .kpi-approach__list {
    list-style: none;
    margin: 0 0 2.4rem;
    padding: 0;
}

.html-block-31 .kpi-approach__list li {
    position: relative;
    margin: 0 0 1.6rem;
    padding-left: 4.8rem;
    min-height: 2.8rem;
}

.html-block-31 .kpi-approach__list li:last-child {
    margin-bottom: 0;
}

.html-block-31 .kpi-approach__list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.1rem;
    width: 2.8rem;
    height: 2.8rem;
    flex-shrink: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M33.3332 10.833L14.9998 29.1663L6.6665 20.833' stroke='%23FF474A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center /
    contain;
}

.html-block-32 {
    background-color: #f5f0e8;
}

.html-block-32 .focus-cta__title {
    margin: 0 0 2.4rem;
}

.html-block-32 .focus-cta__steps {
    margin: 0 0 3.2rem;
    padding: 0;
    list-style: none;
    counter-reset: focus-cta;
}

.html-block-32 .focus-cta__step {
    position: relative;
    margin: 0 0 1.8rem;
    padding-left: 2.6rem;
    font-size: 1.6rem;
    line-height: 1.55;
    color: #3d3d3d;
}

.html-block-32 .focus-cta__step:last-child {
    margin-bottom: 0;
}

.html-block-32 .focus-cta__step::before {
    counter-increment: focus-cta;
    content: counter(focus-cta) ".";
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 600;
    color: #1a1a1a;
}

.html-block-32 .focus-cta__btn {
    max-width: 28rem;
}

@media (max-width: 767px) {
    .html-block-32 .focus-cta__step {
        font-size: 1.5rem;
        padding-left: 2.4rem;
    }
}

.html-block-32 .callback-section__left {
    max-width: 60rem;
}

.key-services .key-services__title {
    color: black;
}

.key-services .key-services__row p {
    color: #FF474A;
    font-size: 1.7rem;
}

.key-services .key-services__row ul {
    list-style: disc;
    padding-left: 3.5rem;
}

.key-services .key-services__row ul li::marker {
    color: #FF474A;
}

.key-services .key-services__row ul li {
    border: initial;
    padding: initial;
    margin-bottom: 1rem;
    background: none;
}

.key-services .key-services__row p.black {
    color: black;
}

.html-block-46 .tasks__tile {
    background-color: white;
}

@media (max-width: 820px) {
    .page-header__bg img {
        width: auto;
    }
}

.html-block-36 .tasks__tile {
    background-color: var(--color-light-bg);
    border-color: var(--color-red);
}

.html-block-33_1 {
    background-color: var(--color-light-bg);
}

.html-block-33_1 .tiles__row {
    display: flex;
    flex-direction: row;

    background-color: var(--color-light-bg);
}

.html-block-33_1 .tiles__col {
    width: 50%;
    /*border-radius: 5px;*/
    border-radius: 5px; /* или любое другое значение */
    overflow: hidden; /* чтобы скругление работало и для фоновых изображений */
}

@media (min-width: 768px) {
    .html-block-33_1 .tiles__col {
        padding: 6rem 5rem;
    }
}


/* без фоновой картинки */
.html-block-33_1 .tiles__container .tiles__row:nth-child(odd) .tiles__col-1,
.html-block-33_1 .tiles__container .tiles__row:nth-child(even) .tiles__col-2 {
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    gap: 1rem;

    background-color: #fff
}

.html-block-33_1 .tiles__container .tiles__row:nth-child(odd) .tiles__col-2,
.html-block-33_1 .tiles__container .tiles__row:nth-child(even) .tiles__col-1 {
    color: #fff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.html-block-33_1 p {
    font-size: 1.5rem;
}

.html-block-33_1 .tiles__icon + p {
    font-size: 2.5rem;
}

@media (max-width: 767px) {
    .html-block-33_1 .tiles__row {
        flex-direction: column;
        height: 40rem;
    }

    .html-block-33_1 .tiles__col {
        flex: 1; /* все колонки одинаковой высоты */
        width: 100%;
        padding-left: 3rem;
        padding-right: 3rem;
    }

    /* для мобилки у четных рядов меняем местами плитки, чтобы было черно-белое друг за другом*/
    .html-block-33_1 .tiles__row:nth-child(even) .tiles__col-1 {
        order: 1;
    }

    .html-block-33_1 p {
        font-size: 1.3rem;
    }

    .html-block-33_1 .tiles__icon + p {
        font-size: 1.8rem;
    }

    .html-block-33_1 .tiles__col-1,
    .html-block-33_1 .tiles__col-2 {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

/**/

.html-block-100 {
    background: #F3EEEB;
}

.html-block-100 .title {
    font-size: 3.5rem;
    padding-bottom: 4.5rem;
    color: #1A1A1A;
}

.html-block-100 .cards {
    display: flex;
    gap: 3rem;
}

.html-block-100 .card {
    display: flex;
    flex: 1;
    flex-direction: column;
    border-radius: 5px;
    overflow: hidden;
    background: #FFFFFF;
}

.html-block-100 .card-head {
    display: flex;
    align-items: center;
    gap: 2rem;
    padding: 3rem 3rem;
    background: #1A1A1A;
    min-height: 25%;
}

.html-block-100 .card-icon {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 7rem;
    height: 7rem;
}

.html-block-100 .card-icon svg {
    display: block;
    width: 100%;
    height: 100%;
}

.html-block-100 .card-head-text {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.html-block-100 .card-label {
    font-size: 1.5rem;
    color: #FFFFFF;
}

.html-block-100 .card-title {
    margin: 0;
    font-size: 2.5rem;
    color: #FFFFFF;
}

.html-block-100 .card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 2.5rem;
    padding: 3rem;
}

.html-block-100 .section-title {
    margin: 0 0 1.5rem;
    font-size: 1.7rem;
    color: #1A1A1A;
}

.html-block-100 .metrics {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 1rem;
    row-gap: 1rem;
}

.html-block-100 .metric {
    display: contents;
}

.html-block-100 .metric .metric-value:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
}

.html-block-100 .metric .metric-value:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
}

.html-block-100 .metric .metric-text:nth-child(1) {
    grid-column: 2;
    grid-row: 1;
    align-self: end;
}

.html-block-100 .metric .metric-text:nth-child(2) {
    grid-column: 2;
    grid-row: 2;
    align-self: end;
}

@media (min-width: 768px) {
    .html-block-100 .metric .metric-text:nth-child(2) {
        padding-bottom: 0.2rem;
    }
}

.html-block-100 .section {
    margin-top: 0;
    margin-bottom: 0;
}

.html-block-100 .metric-value {
    font-size: 3rem;
    color: #FF474A;
}

.html-block-100 .metric-value .small-text {
    font-size: 1.5rem;
}

.html-block-100 .metric-text {
    font-size: 1.6rem;
    color: #1A1A1A;
}

.html-block-100 .list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.html-block-100 .list li {
    list-style: disc;
    position: relative;
    font-size: 1.5rem;
    line-height: 2.2rem;
    color: #1A1A1A;
    margin-left: 2rem;
}

.html-block-100 .list li::marker {
    color: var(--color-red);
}

.html-block-100 .list li + li {
    margin-top: 1rem;
}

@media (max-width: 767px) {
    .html-block-100 .title {
        font-size: 2.5rem;
        margin-bottom: 3rem;
    }

    .html-block-100 .cards {
        flex-direction: column;
        gap: 1.5rem;
    }

    .html-block-100 .card-head {
        gap: 1rem;
        padding: 3rem;
    }

    .html-block-100 .card-icon {
        width: 7rem;
        height: 7rem;
    }

    .html-block-100 .card-head-text {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: baseline;
        gap: 1rem;
    }

    .html-block-100 .card-label {
        font-size: 1.3rem;
    }

    .html-block-100 .card-title {
        font-size: 1.8rem;
    }

    .html-block-100 .card-body {
        gap: 2rem;
        padding: 3rem;
    }

    .html-block-100 .section-title {
        font-size: 1.7rem;
        margin-bottom: 1.5rem;
    }

    .html-block-100 .metrics {
        column-gap: 1rem;
        row-gap: 1rem;
    }

    .html-block-100 .metric-value {
        font-size: 3rem;
    }

    .html-block-100 .metric-text {
        font-size: 1.3rem;
    }

    .html-block-100 .list li {
        font-size: 1.3rem;
    }

    .html-block-100 .metric-value .small-text {
        font-size: 1.3rem;
    }
}


.html-block-90 {
    background: #F3EEEB;
}

.html-block-90 .title {
    font-size: 3.5rem;
    line-height: 100%;
    font-weight: 400;
    margin: 0 0 4.5rem;
    color: #1A1A1A;
}

.html-block-90 .cards {
    display: flex;
    gap: 2rem;
}

.html-block-90 .card {
    display: flex;
    flex: 1;
    flex-direction: column;
    border-radius: 5px;
    overflow: hidden;
    background: #FFFFFF;
}

.html-block-90 .card-head {
    display: flex;
    align-items: flex-start;
    gap: 2rem;
    padding: 2.5rem 3rem;
    background: #1A1A1A;
}

.html-block-90 .card-icon {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 4.8rem;
    height: 4.8rem;
}

.html-block-90 .card-icon svg {
    display: block;
    width: 100%;
    height: 100%;
}

.html-block-90 .card-head-text {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.html-block-90 .card-label {
    font-size: 1.4rem;
    line-height: 130%;
    color: #FFFFFF;
    opacity: 0.7;
}

.html-block-90 .card-title {
    margin: 0;
    font-size: 2rem;
    line-height: 120%;
    font-weight: 500;
    color: #FFFFFF;
}

.html-block-90 .card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 2.5rem;
    padding: 3rem;
}

.html-block-90 .section-title {
    margin: 0 0 1.5rem;
    font-size: 1.8rem;
    line-height: 120%;
    font-weight: 500;
    color: #1A1A1A;
}

.html-block-90 .metrics {
    display: flex;
    align-items: stretch;
    gap: 3rem;
}

.html-block-90 .metric {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.html-block-90 .metric-value {
    font-size: 4.5rem;
    line-height: 100%;
    font-weight: 400;
    color: #FF474A;
}

.html-block-90 .metric-text {
    margin-top: auto;
    padding-top: 0.4rem;
    font-size: 1.6rem;
    line-height: 130%;
    color: #1A1A1A;
}

.html-block-90 .list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.html-block-90 .list li {
    position: relative;
    padding-left: 1.6rem;
    font-size: 1.6rem;
    line-height: 140%;
    color: #1A1A1A;
}

.html-block-90 .list li + li {
    margin-top: 1rem;
}

.html-block-90 .list li::before {
    content: '';
    position: absolute;
    top: 0.75rem;
    left: 0;
    width: 0.5rem;
    height: 0.5rem;
    background: #FF474A;
}

@media (max-width: 767px) {
    .html-block-90 .title {
        font-size: 2.5rem;
        margin-bottom: 3rem;
    }

    .html-block-90 .cards {
        flex-direction: column;
        gap: 1.5rem;
    }

    .html-block-90 .card-head {
        gap: 1.5rem;
        padding: 2rem;
    }

    .html-block-90 .card-icon {
        width: 4rem;
        height: 4rem;
    }

    .html-block-90 .card-head-text {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: baseline;
        gap: 0 0.5rem;
    }

    .html-block-90 .card-label {
        font-size: 1.6rem;
        opacity: 1;
    }

    .html-block-90 .card-label::after {
        content: ':';
    }

    .html-block-90 .card-title {
        font-size: 1.6rem;
        font-weight: 500;
    }

    .html-block-90 .card-body {
        gap: 2rem;
        padding: 2rem;
    }

    .html-block-90 .section-title {
        font-size: 1.6rem;
        margin-bottom: 1.2rem;
    }

    .html-block-90 .metrics {
        flex-direction: column;
        gap: 1.5rem;
    }

    .html-block-90 .metric-value {
        font-size: 3.5rem;
    }

    .html-block-90 .metric-text {
        font-size: 1.4rem;
    }

    .html-block-90 .list li {
        font-size: 1.4rem;
    }
}

.html-block-90 {
    width: 100%;
    color: #111;
}

.html-block-90__header {
    margin-bottom: 40px;
}

.html-block-90__title {
    font-size: 3.5rem;
    margin-bottom: 2.5rem;
}

.html-block-90__subtitle {
    font-size: 1.7rem;
    max-width: 90rem;
}

.html-block-90__grid {
    display: grid;
    grid-template-columns: 185px 1fr 420px;
    gap: 25px;
    align-items: start;
}

.html-block-90__visual img {
    width: 185px;
    height: auto;
    display: block;
}

.html-block-90__steps {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.html-block-90__step-title {
    font-size: 18px;
    margin-bottom: 6px;
}

.html-block-90__step-text {
    font-size: 16px;
    opacity: 0.75;
    line-height: 1.5;
}

.html-block-90__card {
    border: 1px solid #ff4b4b;
    border-radius: 6px;
    padding: 24px;
    align-self: start;
}

.html-block-90__card-head {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.html-block-90__icon {
    width: 30px;
    height: 30px;
}

.html-block-90__card-title {
    font-size: 18px;
    line-height: 1.4;
    margin: 0;
}

.html-block-90__card ul {
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
}

.html-block-90__card li {
    position: relative;
    padding-left: 16px;
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 1.5;
}

.html-block-90__card li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 4px;
    height: 4px;
    background: #ff4b4b;
    border-radius: 50%;
}

.html-block-90__card_head {
    font-size: 24px;
}

@media (max-width: 768px) {

    .html-block-90__grid {
        grid-template-columns: 90px 1fr;
        grid-template-areas:
            "svg steps"
            "card card";
        gap: 18px;
    }

    .html-block-90__steps {
        grid-area: steps;
        gap: 16px;
    }

    .html-block-90__card {
        grid-area: card;
    }

    .html-block-90__visual {
        width: 90px;
        height: 240px;
    }

    .html-block-90__visual img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: fill;
    }

    .html-block-90__title {
        font-size: 28px;
    }

    .html-block-90__step-title {
        font-size: 15px;
    }

    .html-block-90__step-text {
        font-size: 13px;
    }
}

/*-------------------------custom-------------------------*/
.html-block-31_0 {
    background-color: var(--color-light-bg);
}

.html-block-31_0 .approach__title {
    margin-bottom: 2.5rem;
    font-size: 3.5rem;
}

.html-block-31_0 .approach__desc {
    margin-bottom: 4.5rem;
    font-size: 1.7rem;
}

.html-block-31_0 .approach__row {
    display: flex;
}

.html-block-31_0 .approach__leftside {
    flex-grow: 1;
    padding-right: 2.5rem;
}

.html-block-31_0 .approach__rightside {
    flex: 0 0 44.5rem;
    min-width: 0;
}

.html-block-31_0 .features {
    padding: 3rem;
    border: 0.1rem solid #FF474A;
    border-radius: 0.5rem;
}

.html-block-31_0 .features__top {
    display: flex;
    align-items: center;
    margin-bottom: 2.2rem;
}

.html-block-31_0 .features__icon {
    flex: 0 0 8rem;
    width: 8rem;
}

.html-block-31_0 .features__title {
    font-size: 2.2rem;
    line-height: 1.05;
}

.html-block-31_0 .features__list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.html-block-31_0 .features__item {
    position: relative;
    padding-left: 2.2rem;
    font-size: 1.5rem;
    line-height: 1.3;
}

.html-block-31_0 .features__item:before {
    content: "•";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    color: #FF474A;
}

.html-block-31_0 .pyramid {
    display: flex;
}

.html-block-31_0 .pyramid__img {
    margin-right: 3.5rem;
    flex: 0 0 18rem;
}

.html-block-31_0 .pyramid__img svg {
    display: block;
    width: 100%;
    height: 100%;
}

.html-block-31_0 .pyramid__content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap: 2rem;
    padding-bottom: 1rem;
}

.html-block-31_0 .pyramid__caption {
    margin-bottom: 1rem;
    font-size: 2.2rem;
    line-height: 1.05;
}

.html-block-31_0 .pyramid__desc {
    font-size: 1.7rem;
}

/*-------------------------1199-------------------------*/
@media (max-width: 1199px) {
    .html-block-31_0 .approach__rightside {
        flex: 0 0 42rem;
    }

    .html-block-31_0 .pyramid__caption {
        font-size: 2.2rem;
    }

    .html-block-31_0 .pyramid__desc {
        font-size: 1.6rem;
    }
}

/*-------------------------1023-------------------------*/
@media (max-width: 1023px) {
    .html-block-31_0 .approach__row {
        display: block;
    }

    .html-block-31_0 .approach__leftside {
        padding: 0 0 2.5rem;
    }

    .html-block-31_0 .approach__title {
        font-size: 3.5rem;
    }
}

/*-------------------------767-------------------------*/
@media (max-width: 767px) {
    .html-block-31_0 .approach__title {
        font-size: 2.3rem;
    }

    .html-block-31_0 .approach__desc {
        font-size: 1.6rem;
    }

    .html-block-31_0 .approach__desc br {
        display: none;
    }

    .html-block-31_0 .pyramid__img {
        flex: 0 0 15rem;
        width: 15rem;
    }

    .html-block-31_0 .pyramid__content {
        gap: 2.5rem;
    }

    .html-block-31_0 .pyramid__caption {
        font-size: 1.8rem;
    }

    .html-block-31_0 .pyramid__desc {
        font-size: 1.4rem;
    }
}

/*-------------------------479-------------------------*/
@media (max-width: 479px) {
    .html-block-31_0 .approach__desc {
        margin-bottom: 2.5rem;
        font-size: 1.3rem;
        line-height: 1.4;
    }

    .html-block-31_0 .pyramid__img {
        flex: 0 0 12rem;
        width: 12rem;
        margin-right: 1.5rem;
    }

    .html-block-31_0 .pyramid__desc {
        font-size: 1.3rem;
        line-height: 1.4;
    }

    .html-block-31_0 .approach__title span {
        display: block;
    }

    .html-block-31_0 .features__item {
        font-size: 1.3rem;
        line-height: 1.4;
    }

    .html-block-31_0 .features {
        padding: 2.5rem;
    }

    .html-block-31_0 .features__title {
        font-size: 1.8rem;
    }
}

@media (max-width: 1023px) {
    .html-block-31_0  .approach__title {
        text-align: left;
        margin-bottom: 2.5rem !important;
    }
}

.html-block-31_1__grid {
    display: flex;
    gap: 2.8rem;
}

.html-block-31_1__list {
    background: #f3eeeb;
    border-radius: 5px;
    padding: 3rem 3rem 3rem 3rem;
    width: 31.95%;
}

.html-block-31_1__list-item {
    align-items: center;
    /*background-size: 4.06rem auto;*/
    /*background-position: left center;*/
    /*background-repeat: no-repeat;*/
    display: flex;
    flex-direction: row;
    gap: 2rem;
    line-height: 1.3;
    margin-bottom: 1.875rem;
    min-height: 4.125rem;
    /*padding-left: 5.31rem;*/
}

.html-block-31_1__list-item:last-child {
    margin-bottom: 0;
}


/*.html-block-31_1__list-item:nth-child(1) {*/
/*    background-image: url('/images/services-3606/icon-1.jpg');*/
/*}*/

/*.html-block-31_1__list-item:nth-child(2) {*/
/*    background-image: url('/images/services-3606/icon-2.jpg');*/
/*}*/

/*.html-block-31_1__list-item:nth-child(3) {*/
/*    background-image: url('/images/services-3606/icon-3.jpg');*/
/*}*/

/*.html-block-31_1__list-item:nth-child(4) {*/
/*    background-image: url('/images/services-3606/icon-4.jpg');*/
/*}*/

.html-block-31_1__slider {
    width: 65.96%;
}

.html-block-31_1__slider img {
    display: block;
    max-width: 100%;
    width: 100%;
}

.slider-arrows {
    display: flex;
    flex-shrink: 0;
    gap: .625rem;
}

.slider-arrow {
    align-items: center;
    background: transparent;
    border: 1px solid #d9dde0;
    border-radius: 5px;
    display: flex;
    height: 5rem;
    justify-content: center;
    width: 5rem;
}

.slider-arrow__icon {
    height: 1.25rem;
    stroke: #242b35;
    width: 1.25rem;
}

.html-block-31_1__header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    gap: 1.25rem;
}

.html-block-31_1__slider .swiper, .html-block-31_1__slider img {
    height: 100%;
}

@media (max-width: 1023px) {
    .html-block-31_1__grid {
        flex-direction: column;
        gap: 1.875rem;
    }
    .html-block-31_1__list, .html-block-31_1__slider {
        width: 100%;
    }
    .slider-arrows {
        display: none;
    }

}

@media (max-width: 767px) {
    .html-block-31_1__slider img {
        object-fit: cover;
        min-height: 18.75rem;
    }
    .html-block-31_1__list-item {
        /*background-size: 1.875rem auto;*/
        margin-bottom: 2rem;
        min-height: 2.81rem;
        /*padding-left: 2.81rem;*/
    }
}

@media (max-width: 430px) {
    .html-block-31_1__slider img {
        min-height: auto;
    }
}