.wrapper_life {
    margin: 60px 0;
    padding: 0 15px;
}

.life {border-top: 8px solid #000;border-bottom: 8px solid #000;padding: 45px 0;position: relative;}

.life:before {
    content: '';
    width: 8px;
    height: 30px;
    background: #000;
    position: absolute;
    left: 50%;
    margin-left: -4px;
    top: 0;
}

.life:after {
    content: '';
    width: 8px;
    height: 30px;
    background: #000;
    position: absolute;
    left: 50%;
    margin-left: -4px;
    bottom: 0;
}

.life__button a {
    width: 100%;
    height: 48px;
    color: #fff;
    background: #000;
    border-radius: 10px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}

.life__button a:hover {
    background: #BFC8A9;
    color: #000;
}

.life__button {
    margin-top: 30px;
}

h2.life__title {
    font-size: 30px;
    text-align: center;
    line-height: 105%;
}

.life__description {
    text-align: center;
    font-size: 14px;
    line-height: 140%;
    margin: 15px 0;
}

.life__list {
    margin: 0 -15px;
    padding: 0 15px;
    overflow: hidden;
}

.life__list .swiper-wrapper {
    overflow: initial;
}

.life_list_slider {
    overflow: initial;
}

.life_list_item {
    aspect-ratio: 315 / 300;
    width: calc(100% - 15px);
    border-radius: 10px;
    padding: 15px;
    position: relative;
    display: flex;
    align-items: flex-start;
    background-size: cover !important;
    background-position: center !important;
}

.life_list_item__text {
    position: absolute;
    bottom: 15px;
    width: calc(100% - 30px);
    font-size: 14px;
    line-height: 140%;
    color: #fff;
}

.life_list_item__number {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    line-height: normal;
}

.life_list_item__title {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    line-height: normal;
    border-left: 1px solid #fff;
    padding-left: 15px;
    margin-left: 15px;
    text-transform: uppercase;
}

.life_list_slider .swiper-pagination-fraction {
    position: static;
    text-align: center;
    font-size: 13px;
    margin-top: 15px;
}


@media (min-width: 1024px) {

    .wrapper_life{
        margin: min(calc(100 / 1650 * 100vw), 100px) 0 min(calc(50 / 1650 * 100vw), 50px);
        padding: 0 min(calc(15 / 1650 * 100vw), 15px);
    }

    .life{
        max-width: min(calc(1650 / 1650 * 100vw), 1650px);
        margin: 0 auto;
        padding: min(calc(150 / 1650 * 100vw), 150px) 0;
    }

    .life:before {
        height: min(calc(110 / 1650 * 100vw), 110px);
    }

    .life_list_slider .swiper-wrapper{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;

        width: 100%;
        transform: none !important;
        gap: min(calc(50 / 1650 * 100vw), 50px);
    }

    .life_swiper-pagination.swiper-pagination-fraction.swiper-pagination-horizontal {
        display: none;
    }

    .life_list_slider .swiper-wrapper .swiper-slide {
        width: 100% !important;
    }

    .life_list_item {
        width: 100%;
        padding:min(calc(30 / 1650 * 100vw), 50px);
    }

    .life_list_item__text{
        font-size: min(calc(16 / 1650 * 100vw), 16px);
        line-height: 160%;
        bottom: min(calc(30 / 1650 * 100vw), 30px);
    }

    .life_list_item__title{
        font-size: min(calc(36 / 1650 * 100vw), 36px);
        line-height: 130%;
        text-transform: uppercase;
    }

    .life_list_item__number{
        font-size: min(calc(40 / 1650 * 100vw), 40px);
    }

    h2.life__title{
        font-size:min(calc(80 / 1650 * 100vw), 80px);
        line-height: 105%;
    }
    .life__description{
        font-size: min(calc(16 / 1650 * 100vw), 16px);
        line-height: 160%;
        width: min(calc(810 / 1650 * 100vw), 810px);
        margin:  min(calc(30 / 1650 * 100vw), 30px) auto;
    }

    .life__button{
        margin-top: min(calc(50 / 1650 * 100vw), 50px);
    }

    .life__button a{
        width: min(calc(506 / 1650 * 100vw), 506px);
        height: min(calc(60 / 1650 * 100vw), 60px);
        margin: 0 auto;
    }

    .life:after{
        height: min(calc(112 / 1650 * 100vw), 112px);
    }
	.life__list {
    margin: 0;
    padding: 0;
}
}