.text {
    background-color: #EEE4D5;
    padding: 120px 0 129px;
}

.text__wrap {
    display: flex;
    align-items: center;
}

.text__item:nth-child(1) {
    max-width: 300px;
    margin-right: 75px;
}
.text__item:nth-child(2), .text__item:nth-child(3) {
    width: 436px;
}
.text__item:nth-child(3) {
    margin-left: 20px;
}
.text__item_img-img {
    margin-bottom: 26px;
}
.text__item_img-img img {
    display: block;
    margin: 0 auto;
}

.text__item-title {
    font-weight: 800;
    font-size: 40px;
    line-height: 51px;
    display: flex;
    align-items: center;
    color: #2C2C2C;
}
.text__item-content {
    font-weight: 300;
    font-size: 16px;
    line-height: 135.5%;
    color: #444444;
}
.text__item-content p{
    margin-top: 0;
    margin-top: 15px;
	padding: 0;
}

.text__item_img-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 31px;
    display: flex;
    align-items: center;
    color: #2C2C2C;
}

.text__item_img-list {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 14px;
}
.text__item_img-list-item {
    font-weight: 300;
    font-size: 18px;
    line-height: 130%;
    display: flex;
    align-items: center;
    color: #444444;
    margin-bottom: 11px;
    padding-left: 30px;
    position: relative;
}
.text__item_img-list-item:after {
    content: url(../../img/main/text/ok.svg);
    position: absolute;
    left: 0;
}


@media(max-width:1310px) {
    .text {
        padding: 89px 0 79px;
    }
    .text__item_img-img img {
        width: 266px;
    }
    .text__item-title {
        font-size: 28px;
        line-height: 36px;
    }
    .text__item-content {
        font-size: 15px;
        line-height: 135.5%;
    }
    .text__item:nth-child(1) {
        max-width: 230px;
        margin-right: 15px;
    }
    .text__item_img-title {
        font-size: 18px;
        line-height: 23px;
    }
    .text__item_img-list-item {
        font-size: 15px;
        line-height: 130%;
        padding-left: 17px;
        margin-left: 10px;
        margin-bottom: 6px;
    }
    .text__item:nth-child(3) {
        margin-left: 39px;
    }
    .text__item:nth-child(2), .text__item:nth-child(3) {
        width: 323px;
    }
    .text__item_img-img {
        margin-bottom: 21px;
    }
    .text__item_img-list-item:after {
        content: url(../../img/main/text/ok-11.svg);
        left: -7px;
    }
    .text__item_img-list {
        margin-top: 8px;
    }
}
@media(max-width:980px) {
    .text__item-content {
        font-size: 14px;
    }
    .text__item:nth-child(1) {
        max-width: 210px;
    }
}
@media(max-width:910px) {
    .text {
        padding: 73px 0 64px;
    }
    .text__wrap {
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .text__item:nth-child(1) {
        max-width: 460px;
        padding-left: 40px;
        padding-right: 40px;
        margin-right: 0;
    }
    .text__item-title {
        text-align: center;
        justify-content: center;
    }
    .text__item-content {
        text-align: center;
    }
    .text__item-content p {
        margin-top: 15px;
        margin-bottom: 21px;
    }
    .text__item_img {
        max-width: calc(50% - 10px);
    }
    .text__item:nth-child(3) {
        margin-left: 20px;
    }
}
@media(max-width:540px) {
    .text__wrap {
        flex-direction: column;
    }
    .text__item_img {
        max-width: 320px;
    }
}
@media(max-width:520px) {
    .text {
        overflow: hidden;
        padding: 40px 0 31px;
    }

    .text__item {
        padding: 0 !important;
        width: 100%;
        max-width: 290px !important;
        margin: 0 auto !important;
    }
    .text__item-title {
        text-align: center;
        justify-content: flex-start;
        font-size: 25px;
    }
    .text__item-content {
        text-align: left;
        font-size: 12px;
    }
    .text__item-content p {
        margin-top: 10px;
        margin-bottom: 16px;
    }
    .text__item_img-img {
        margin-bottom: 0px;
    }
    .text__item_img-title {
        font-size: 16px;
        line-height: 23px;
    }
    .text__item_img-list-item {
        font-size: 12px;
    }
}
