.banner-main.about {
    background-image: url("../images/about-bg.jpg");
}

.about .banner-main__title {
    margin-top: 70px;
    margin-bottom: 18px;
}

.about .banner-main__text {
    max-width: 540px;
    margin-bottom: 155px;
}

.about .banner-main__text p {
   margin-bottom: 16px;
}

.about .banner-main__text p:first-child {
   max-width: 375px;
}

.about__box {
    color: #fff;
}

.about-content__img {
    width: 560px;
    height: 293px;
}

.about-content__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about__title {
    margin-bottom: 20px;
}

.about__content p:not(:last-child) {
    margin-bottom: 16px;
}

.about__box {
    display: flex;
    justify-content: space-between;
}

.top .about__content {
    max-width: 545px;
}

.about__box.top {
    margin-left: -32px;
    margin-bottom: 108px;
}

.about__box.bottom {
    margin-right: -20px;
    padding-bottom: 184px;
}

.bottom .about__content {
    max-width: 530px;
}

.work-bottom__about {
    color: #fff;
    background-image: url("../images/work__about-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 195px;
}

.main-services {
    margin-top: 256px;
}

.extra.about {
    padding-bottom: 110px;
}

.extra.about .recommend__title {
    padding-top: 65px;
}

.avtodetails-about {
    position: relative;
}

.avtodetails-about .avtodetails__title {
    margin-top: 136px;
}

.about .recommend {
    margin-bottom: 0;
}


.about .avtodetails__content {
    margin-bottom: 170px;
}

@media (max-width:1160px){
    .about__box.top {
        flex-direction: column-reverse;
        margin-left: 0;
    }
    .about__box.bottom {
        flex-direction: column;
        margin-right: 0;
    }

    .about__content {
        margin-bottom: 30px;
    }
}

@media (max-width:768px) {
    .banner-main.about {
        background-image: url('../images/mini-work-bg.jpg');
        background-position: top center;
    }

    .work-bottom__about .work-bottom:before {  
        width: calc(100% + 48px);
        left: -24px;
    }
}

@media (max-width:610px) {
    .about-content__img {
        width: 100%;
        height: auto;
    }

    .about .banner-main__text {
        margin-bottom: 53px;
    }

    .about .banner-main__title {
        margin-bottom: 22px;
    }

    .about__title {
        margin-bottom: 25px;
    }

    .about__content {
        margin-bottom: 34px;
    }

    .about__box.top {
        margin-bottom: 54px;
    }
    .about__box.bottom{
        padding-bottom: 0;
    }

    .avtodetails-about .avtodetails__title {
        margin-top: 30px;
    }

    .about .avtodetails__content {
        margin-bottom:  0px;
    }
    
}

@media (max-width: 425px) {
    .about .avtodetails__rect-img {
        left: 50px;
    }


    .about .avtodetails__enj-img {
        left: 50px;
    }

  

}