.information-information-4, .information-information-10 {
    background: #f1f1f1;
}
.about-page__title {
    color: #464646;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.about {
    margin-bottom: 300px;
    overflow-x: hidden;
    padding-top: 20px;
}
.about__inner {
    padding: 75px 0 122px;
    position: relative;
}
.about__inner:after {
    content: '';
    position: absolute;
    width: 95%;
    height: 100%;
    right: 0;
    top: 0;
    background: #fff;
    z-index: -1;
}
.about-item {
    display: flex;
    margin-bottom: 120px;
    position: relative;
}
.about-item:first-child .about-item__img {
    margin-right: 48px;
    position: relative;
}
.about-item:first-child .about-item__img span {
    font-size: 144px;
    line-height: 140px;
    color: #00D093;
    position: absolute;
    font-weight: 800;
    font-family: 'Open Sans';
    width: 190px;
    line-break: anywhere;
    text-transform: uppercase;
    top: -110px;
    left: -39px;
}
.about-item:first-child .about-item__text {
    max-width: 612px;
    width: 100%;
    padding-top: 20px;
    position: relative;
}
.about-item:first-child .about-item__text:before {
    content: '';
    position: absolute;
    width: 47px;
    height: 4px;
    background: #464646;
    right: 0;
    bottom: -20px;
}
.about-item .about-item__text p:not(:last-child) {
    margin-bottom: 32px;
}

.about-item:nth-child(2) {
    margin-bottom: 168px;
}
.about-item:nth-child(2) .about-item__text {
    width: 545px;
    margin-left: 130px;
    position: relative;
}
.about-item:nth-child(2) .about-item__text:before {
    content: '';
    position: absolute;
    width: 47px;
    height: 4px;
    background: #464646;
    left: 0;
    bottom: -60px;
}
.about-item:nth-child(2) .about-item__img {
    position: absolute;
    right: -62px;
    margin-left: auto;
    width: 452px;
    height: 662px;
}
.about-item:nth-child(2) .about-item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-item:nth-child(3) {
    margin-bottom: 0;
}
.about-item:nth-child(3) .about-item__img { 
    margin-right: 53px;
}
.about-item:nth-child(3) .about-item__text {
    width: 545px;
    position: relative;
}

.about-item:nth-child(3) .about-item__text:before {
    content: '';
    position: absolute;
    height: 4px;
    width: 47px;
    background: #464646;
    bottom: 0;
    right: 0;
}
.promo-adventages .advantages-item {
    color: #464646;
}
.promo-adventages {
    margin-bottom: 57px;
}


@media (max-width:1024px) {
    .about-item:first-child .about-item__text, .about-item:nth-child(2) .about-item__text, .about-item:nth-child(3) .about-item__text{
        width: 100%;
    }
    .about-item:nth-child(2) .about-item__img {
        position: static;
        margin-left: inherit;
        width: 100%;
        height: 200px;
    }
    .about-item:nth-child(2) .about-item__img img {
        width: 100%;
    }
    .about-item:nth-child(2) {
        flex-direction: column;
    }
    .about__inner:after {
        content: none;
    }
    .about__inner {
        background: #fff;
        padding: 75px 40px 122px 20px;
    }
    .about-item:nth-child(2) .about-item__text {
        margin-left: 0;
        margin-bottom: 30px;
    }
    .about-item:nth-child(2) .about-item__text:before {
        content: none;
    }
}

@media (max-width: 768px) {
    .information-information-4, .information-information-10 {
        background: #fff;
    }
    .about__inner {
        padding: 0;
    }
    .about-item:first-child .about-item__img {
        width: 294px;
        height: 313px;
        margin-right: 20px;
    }
    .about-item:first-child .about-item__img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top;
    }
    .about-item:first-child .about-item__img span {
        font-size: 80px;
        line-height: 80px;
        width: 105px;
        top: -45px;
        left: -19px;
    }
    .about-item:first-child .about-item__text {
        padding-top: 0;
    }
    .about {
        padding-top: 40px;
        margin-bottom: 0;
    }
    .about-page__title {
        margin-bottom: 0;
    }
    .about-item, .about-item:nth-child(2) {
        margin-bottom: 70px;
    }
    .about-item:first-child .about-item__text:before {
        bottom: -38px;
    }
    .about-item:nth-child(3) .about-item__img {
        margin-right: 20px;
        width: 293px;
        height: 313px;
    }
    .about-item:nth-child(3) .about-item__img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

@media (max-width: 560px) {
    .about-item:first-child {
        flex-direction: column;
    }
    .about-item:first-child .about-item__img{
        margin-right: 0;
        margin-bottom: 40px;
    }
    .about-item:nth-child(3) {
        flex-direction: column-reverse;
    }
    .about-item:nth-child(3) .about-item__img {
        display: none;
    }
    .about-item:nth-child(3) .about-item__text:before {
        content: none;
    }
}