@import "loyalty-btns.css";
.main {
    overflow: hidden;
    padding-bottom: 170px;
}

.main__info {
    width: 400px;
    max-width: 100%;
    margin-top: 140px;
}
.main__wrapp-line {
    display: flex;
    align-items: center;
}

.main__wrapper {
    display: flex;
    justify-content: space-between;
}

.main__imgs {
    width: 575px;
    height: 661px;
    position: relative;
}

.main__picture-two {
    position: absolute;
    bottom: 15%;
    left: -15%;
}

.main__picture-three {
    position: absolute;
    top: 10%;
    right: -15%;
}

.main__orange {
    left: unset;
    right: 0;
    top: 15%;
    max-width: 600px;
    max-height: 600px;
}

/*******business section***********/

.business__wrapp {
    display: flex;
    justify-content: space-between;
}

.business__title {
    margin-bottom: 120px;
}
.business__img-wrapp {
    border-radius: 50%;
    border: 2px solid black;
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.business__item {
    max-width: 227px;
}

.business__subtitle {
    margin: 30px 0 20px 0;
}

.bussiness__mb {
    display: none;
}

/*****work****/
.work {
    overflow: hidden;
    padding-top: 150px;
}

.work__title {
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
}

.work__picture {
    display: flex;
    justify-content:left;
}

/*****registr***/

.register {
    padding: 250px 0 200px;
    /* overflow: hidden; */
}

.register__orange {
    left: unset;
    right: -40%;
    max-width: 700px;
    max-height: 700px;
    filter: blur(150px);
}
.register__info {
    width: 490px;
}

.register__title {
    margin: 15px 0 40px;
}

.register__text {
    width: 448px;
    max-width: 100%;
}

.register__wrapp {
    display: flex;
}

.register__imgs {
    position: relative;
    width: 500px;
    height: 368px;
    margin-left: 80px;
}

.register__anna {
    position: absolute;
    top: 0;
    right: -40%;
    
}

.register__desc {
    position: absolute;
    bottom: -33%;
    left: 8%;
}

/******benefint****/
.benefit {
    overflow: hidden;
    padding-top: 100px;
}
.benefit__info {
    width: 736px;
    max-width: 100%;
    margin: 0 auto;
}

.benefit__title-wrapp {
    display: flex;
    margin-bottom: 40px;
}

.benefit__title {
    margin-left: 50px;
}

.benefit__line {
    margin-left: 75px;
}

.benefit__news {
    width: 260px;
    max-width: 100%;
    margin-left: 40px;
}

.benefit__new {
    margin-bottom: 135px;
}

.benefit__subtitle {
    margin-bottom: 25px;
}

.benefit__wrapper {
    display: flex;
    margin-top: 90px;
}

.benefit__imgs {
    position: relative;
    width: 765px;
    height: 768px;
    
}

.benefit__main {
    position: absolute;
    top: 0;
    right: 0;
}

.benefit__code {
    position: absolute;
    top: 38%;
    right: 5%;
}

.benefit__discount {
    position: absolute;
    top: 10%;
    right: 5%;
}

.benefit__icons {
    position: absolute;
    top: 23%;
    right: 15%;
}

.benefit__orange {
    width: 400px;
    height: 400px;
    top: -50px;
    filter: blur(120px);
}

.benefit__mb {
    display: none;
}


/****client****/

.client {
    padding-top: 200px;
    overflow: hidden;
}

.client__info {
    width: 450px;
}

.client__wrapper {
    display: flex;
    justify-content: space-between;
}
.client__imgs {
    position: relative;
    width: 400px;
    height: 400px;
    
}

.client__main {
    position: absolute;
    top: 0;
    left: 0;
}

.client__second {
    position: absolute;
    top: 21%;
    left: -40%;
}

.client__green {
    width: 250px;
    height: 250px;
    right: unset;
    left: 0;
}

@media (max-width: 1167px) {
    .main__wrapper{
        flex-direction: column;
        align-items: center;
    }
    .main__imgs {
        margin-top: 70px;
    }
    .main__span {
        display: none;
    }

    .main__orange {
        right: 15%;
        top: 35%;
    }

    /*****busines****/
    .business__title {
        width: 500px;
        max-width: 100%;
        margin: 0 auto 70px;
    }
    .business__wrapp {
        display: flex;
        flex-wrap: wrap;
        max-width: 500px;
        margin: 0 auto;
    }
    .business__item-wrapp {
        display: flex;
        align-items: center;
        margin-bottom: 35px;
    }

    .business__subtitle {
        font-weight: 700;
        margin-left: 22px;
    }

    .business__item {
        max-width: 750px;
        margin-bottom: 70px;
    }

    /***registr***/
    .register__wrapp {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        
    }

    .register__info {
        width: 500px;
        max-width: 100%;
    }
    .register__imgs {
        margin-top: 100px;
    }

    /******benefit****/
    .benefit__wrapper {
        flex-direction: column;

    }
    .benefit__news {
        margin: 50px auto 0;
    }

    /****client****/
    .client {
        padding-top: 100px;
    }
    .client__wrapper {
        flex-direction: column;
        align-items: center;
    }

    .client__imgs {
        margin-top: 64px;
    }

    .client__info {
        width: 500px;
        max-width: 100%;
    }
}

@media (max-width: 900px) {
    .main__imgs {
        width: 293px;
        height: 337px;
    }
    .main__orange {
        width: 400px;
        height: 400px;
    }
    /***registr***/
    .register__imgs {
        position: relative;
        width: 300px;
        height: 218px;
        margin-left: 0;

    }

    .register__orange {
        left: unset;
        right: -40%;
        width: 200px;
        height: 200px;
        filter: blur(100px);
    }

    .work__picture {
        justify-content: center;
    }
    .work__title {
        width: 446px;
        max-width: 100%;
        margin: 0 auto 100px;
    }

    .benefit__title-wrapp{
        flex-direction: column;
    }
    .benefit__title {
        margin-top: 15px;
        margin-left: 0;
    }

    .benefit__info {
        width: 500px;

    }
    .benefit__line {
        margin-left: 35px;
    }

    .benefit__imgs {
        left: -50px;
        width: 400px;
        height: 400px;
        margin: 0 auto;
    }
    .benefit__orange {
        display: none;
    }

    /*****client****/
    .client__imgs {
        width: 200px;
        height: 200px;
    }

    .client__green {
        width: 150px;
        height: 150px;
    }

    .register__desc {
        position: absolute;
        bottom: -43%;
        left: -10%;
    }

}

@media (max-width: 767px) {
    /******business***/
    .business__img-wrapp {
        width: 60px;
        height: 60px;
    }

    .work__title {
        width: 256px;
    }

    .bussiness__desk {
        display: none;
    }

    .bussiness__mb {
        display: block;
    }

    .benefit__mb {
        display: inline;
    }

    .benefit__news {
        width: 300px;
    }
    

}