.our {
    padding: 211px 0;
}




.our-item {
    display: flex;
    justify-content: center;
}
.our__item.our-item:not(:last-child) {
    margin-bottom: 140px;
}


.our-item__number {
    font-weight: 800;
    font-size: 96px;
    color: #444444;
    line-height: 59%;
    margin-right: 30px;
}
.our-item__img {
    display: flex;
    align-items: flex-end;
    margin-right: 100px;
}
.our-item__img img {
    display: block;
}



.our-item__text {
    max-width: 470px;
    width: 470px;
}
.our-item__title {
    font-weight: 700;
    font-size: 40px;
    line-height: 51px;
    color: #2C2C2C;
    margin-bottom: 16px;
}
.our-item__list {
    font-weight: 300;
    font-size: 18px;
    line-height: 130%;
    color: #444444;
    list-style: none;
    margin: 0;
    padding: 0;
}
.our-item__list-item {
    position: relative;
    padding-left: 37px;
    margin-bottom: 10px;
}
.our-item__list-item::after {
    width: 25px;
    height: 25px;
    content: url("../check.svg");
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.our-item__images {
    width: 180px;
}



.our-item_revert {
    display: flex;
    flex-direction: row-reverse;
}


.our-item_revert .our-item__number {
    margin-left: 30px;
    margin-right: 0;
}
.our-item_revert .our-item__img {
    flex-direction: row-reverse;
    margin-right: 0;
    margin-left: 50px;
}




@media(max-width:1310px) {
    .our {
        padding: 122px 0;
    }
    .our-item__img img {
        width: 100%;
    }
    .our-item__images {
        width: 150px;
    }
    .our-item__number {
        font-size: 80px;
    }
    .our-item__title {
        font-size: 28px;
        line-height: normal;
        margin-bottom: 13px;
    }
    .our-item__list {
        font-size: 15px;
    }
    .our-item__img {
        margin-bottom: 17px;
        margin-right: 80px;
    }


    .our__item.our-item:not(:last-child) {
        margin-bottom: 118px;
    }
    .our-item__text {
        max-width: 396px;
        width: 396px;
    }
}
@media(max-width:910px) {
    .our {
        padding: 86px 0;
    }
    .our-item__images {
        width: 140px;
    }
    .our-item__list-item::after {
        transform: scale(.7);
        top: -4px;
    }
    .our-item__img {
        margin-bottom: 19px;
        margin-right: 25px;
    }
    .our-item__list {
        font-size: 14px;
    }
    .our-item__list-item {
        padding-left: 31px;
    }
    .our-item__title {
        margin-bottom: 9px;
    }
    .our-item__img {
        margin-bottom: 13px;
        margin-right: 20px;
    }
    .our-item__number {
        margin-right: 19px;
    }

    .our__item.our-item:nth-child(1) {
        margin-left: 55px;
    }

    .our__item.our-item:not(:last-child) {
        margin-bottom: 83px;
    }

    .our__item:nth-child(2) .our-item__text {
        max-width: 324px;
    }

    .our-item__text {
        max-width: 366px;
        width: 366px;
    }
}
@media(max-width:620px) {
    .our__item.our-item:not(:last-child){
        margin-left: 0;
    }
}
@media(max-width:580px) {
    .our__wrap {
        padding: 0 5px;
    }
    .our {
        padding: 58px 0;
    }
    .our__item.our-item {
        flex-direction: column;
        margin: 0 auto !important;
        max-width: 320px;
    }
    .our__wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .our-item__text {
        max-width: 100%;
        width: 100%;
    }
    .our-item__img {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .our-item__number {
        margin-right: 18px;
        font-size: 75px;
        line-height: 53%;
        margin-left: 5px;
    }
    .our-item__title {
        margin-bottom: 14px;
        margin-top: 28px;
        font-size: 24px;
    }
    .our__item.our-item:not(:last-child) {
        margin-bottom: 50px !important;
    }
    .our-item__list {
        font-size: 12px;
    }
    .our-item__list-item::after {
        transform: scale(.7);
        top: -6px;
        left: -3px;
    }
}