

/* Start:/local/templates/tores/components/bitrix/news.list/befefits.list-1/style.css?17770229982232*/
.benefits-1.benefits-list {
    padding: 3rem 5rem 2.5rem;
}

.benefits-list img {
    top: 0;
    right: 2rem;
    z-index: 1;
}

.benefits-list-header .text {
    margin-top: 1.125rem;
}

.title {
    color: var(--neutral-800);
}

.benefits-list-header .text {
    font-size: 1.25rem;
    text-align: center;
}

.title b {
    display: block;
    padding: 0.5rem 1rem;
    background: var(--primary-light-500);
    border-radius: 1rem;
    color: var(--neutral-50);
    transform: rotate(-3.86deg);
    margin-right: 0.5rem;
}

.item-content {
    padding: 1.5rem 1rem;
    background: var(--neutral-100);
    border-radius: 1.25rem;
}

.list-items-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.75rem;
}

.benefits-1 .item-icon {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 0.75rem;
    background: var(--secondary-100);
    margin-bottom: 2.5rem;
}

.item-title {
    margin-bottom: 0.5rem;
}

.item-title b {
    color: var(--secondary-500);
}

.item-counter {
    margin-bottom: 0.5rem;
}

.item-counter-text {
    color: var(--primary-light-500);
}

.item-counter-block {
    width: 85%;
    height: 0.625rem;
    border-radius: 2.75rem;
    overflow: hidden;
    background: var(--neutral-100);
}

.counter-part {
    display: block;
    height: 100%;
}

.counter-part.part-green {
    background: var(--primary-light-500);
}

@media screen and (max-width: 1199px) {
    .list-items-3 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 991px) {
    .list-items-3 {
        gap: 1rem;
    }
}

@media screen and (max-width:767px) {
    .title-parts {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .item-counter-block {
        width: 80%;
    }

    .benefits-1.benefits-list {
        padding: 3rem 2.5rem 2.5rem;
    }
}

@media screen and (max-width: 575px) {
    .item-counter-block {
        width: 88%;
    }

    .list-items-3 {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (max-width: 480px) {
    .item-counter-block {
        width: 80%;
    }
}

@media screen and (max-width: 375px) {
    .benefits-1.benefits-list {
        padding: 2rem 1rem;
    }
}
/* End */


/* Start:/local/templates/tores/components/bitrix/news.list/befefits.list-2/style.css?17770229981477*/
.benefits-2.benefits-list {
    padding: 3rem 5rem 2.5rem;
}

.benefits-list .item-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.benefits-2.benefits-list .item-image, .benefits-2.benefits-list .item-image img {
    width: 100%;
}

.benefits-list-header .text {
    margin-top: 1.125rem;
}

.title {
    color: var(--neutral-800);
}

.benefits-list-header .text {
    font-size: 1.25rem;
    text-align: center;
}

.title b {
    margin-right: 0.5rem;
}

.benefits-2 .benefits-item {
    background: var(--neutral-100);
    border-radius: 1.25rem;
    min-height: 23.75rem;
    box-sizing: border-box;
    padding: 1.5rem 1rem;
    overflow: hidden;
}

.list-items-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.75rem;
}

.benefits-2 .item-title {
    margin-bottom: 1.25rem;
}

.item-title b {
    color: var(--secondary-500);
}

.benefits-item-text {
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 1199px) {
    .list-items-3 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 991px) {
    .benefits-2.benefits-list {
        padding: 3rem 0 2.5rem;
    }

    .list-items-3 {
        gap: 1rem;
    }
}

@media screen and (max-width: 767px) {
    .benefits-list .item-image, .benefits-list .item-image img {
        width: 100%;
    }
}

@media screen and (max-width: 575px) {
    .list-items-3 {
        grid-template-columns: repeat(1, 1fr);
    }
}
/* End */


/* Start:/local/templates/tores/components/bitrix/news.list/befefits.list-3/style.css?17770229981263*/
.benefits-3.benefits-list {
    padding: 3rem 0 0;
}

.list-items-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
}

.benefits-item-4 {
    padding: 1rem 2.375rem 1rem 1rem;
    border-radius: 1.25rem;
}

.item-icon {
    margin-right: 0.75rem;
}

.list-color .benefits-item:nth-child(1) {
    background: var(--primary-light-100);
    color: var(--primary-light-500);
}

.list-color .benefits-item:nth-child(2) {
    background: var(--thirty-blue-100);
    color: var(--thirty-blue-500);
}

.list-color .benefits-item:nth-child(3) {
    background: var(--secondary-100);
    color: var(--secondary-500);
}

.list-color .benefits-item:nth-child(4) {
    background: var(--thirty-yellow-100);
    color: var(--thirty-yellow-500);
}

@media screen and (max-width: 1199px) {
    .list-items-4 {
        gap: 1rem;
    }
}

@media screen and (max-width: 991px) {
    .list-items-4 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 767px) {
    .list-items-4 {
        grid-template-columns: repeat(1, 1fr);
    }

    .benefits-3 .benefits-item {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
/* End */


/* Start:/local/templates/tores/components/bitrix/news.list/block.list-5/style.css?17770229981803*/
.block-content img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-30%, -50%);
    z-index: 0;
}

.list-item-5 {
    padding: 3em 4rem 3rem 3rem;
    border-radius: 2.5rem;
}

.block-list-5 .block-image {
    aspect-ratio: 287/287;
    max-width: 25%;
    padding: 1.5rem;
    background: #ffffff;
    border-radius: 1.5rem;
}

.block-list-5 .block-content {
    max-width: 50%;
}

.block-list-5 .block-text {
    margin-top: 1rem;
    padding-right: 1.5rem;
    z-index: 1;
}

.block-list-5 .title {
    z-index: 1;
}

.block-list-5 > img {
    right: 0;
    top: 2.5rem;
    z-index: 1;
}

@media screen and (max-width: 1199px) {
    .block-list-5 .block-image {
        position: relative;
    }
}

@media screen and (max-width: 991px) {
    .list-item-5 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .block-list-5 .block-content {
        max-width: 80%;
    }

    .block-image {
        margin-top: 2.5rem;
    }

    .block-list-5 .block-content img {
        top: auto;
        left: auto;
        transform: none;
        bottom: 0;
        right: 0;
    }
}

@media screen and (max-width: 767px) {
    .list-item-5 {
        padding: 3em 2.5rem 3rem 2.5rem;
    }
}

@media screen and (max-width: 575px) {
    .block-list-5 .block-content {
        max-width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .block-list-5 .block-content img {
        max-width: 50%;
    }

    .block-list-5 .block-image {
        max-width: 40%;
    }
}

@media screen and (max-width: 375px) {
    .list-item-5 {
        padding: 2em 1rem;
    }

    .block-list-5 .block-image {
        padding: 1rem;
    }
}
/* End */
/* /local/templates/tores/components/bitrix/news.list/befefits.list-1/style.css?17770229982232 */
/* /local/templates/tores/components/bitrix/news.list/befefits.list-2/style.css?17770229981477 */
/* /local/templates/tores/components/bitrix/news.list/befefits.list-3/style.css?17770229981263 */
/* /local/templates/tores/components/bitrix/news.list/block.list-5/style.css?17770229981803 */
