@import "loyalty-btns.css";
/****main section****/
.main {
    padding-bottom: 200px;
    overflow: hidden;
}

.main__orange {
    top: 30%;
    left: 55%;
}

.main__green {
    width: 220px;
    height: 220px;
    filter: blur(130px);
    bottom: 30px;
}

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

.main__container {
    max-width: 1220px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

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

.main__imgs {
    position: relative;
    height: 521px;
    width: 495px;
    margin-top: 50px;
}

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

.main__picture-one {
    position: absolute;
    bottom: -28%;
    left: -33%;
}

.main__picture-two {
    position: absolute;
    top: -12%;
    left: 44%;

}

/*******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;
}

.business__mb {
    display: none;
}

/*****orders****/
.orders {
    padding: 150px 0 200px;
    overflow: hidden;
}
.orders__info {
    width: 440px;
}
.orders__wrapp-line {
    display: flex;
    align-items: center;
}

.orders__wrapper {
    display: flex;
}

.orders__img {
    width: 500px;
    margin-left: 78px;
}

.orders__title {
    margin: 15px 0 55px;
}

.orders__img {
    position: relative;
}

.orders__orange {
    top: unset;
    bottom: 100px;
    left: 20px;
    width: 400px;
    height: 400px;
    filter: blur(150px);
    
}

/*******statistics****/
.statistics {
    overflow: hidden;
    padding-bottom: 300px;
}
.statistics__info {
    width: 736px;
    max-width: 100%;
    margin: 0 auto;
}

.statistics__title-wrapp {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.statistics__imgs {
    margin-top: 65px;
    position: relative;
    top: 0;
    left: -7%;
    width: 1160px;
    height: 700px;
    max-width: 100%;
}

.statistic__img2 {
    position: absolute;
    bottom: -25%;
    left: 2%;
}

.statistic__img3 {
    position: absolute;
    top: -2%;
    right:  -10%;
}

.statistic__img4 {
    position: absolute;
    top: 37%;
    right:  -26%;
}

.statistic__orange {
    top: unset;
    bottom: 0px;
    width: 300px;
    height: 300px;
    filter: blur(100px);
}

.statistic__green {
    bottom: unset;
    top: 20%;
}

/*******CMS *****/
.cms {
    overflow: hidden;
    padding-bottom: 100px;
}

.cms__info {
    width: 440px;
}

.cms__wrapp {
    display: flex;
}

.cmr__imgs {
    margin-left: 70px;
    position: relative;
    width: 500px;
    max-width: 100%;
    
}

.cms__flowers {
    position: absolute;
    bottom: -33%;
    left: -16%;
}

.cms__title {
    margin: 15px 0 30px;

}

@media (max-width: 1167px) {
    .main__wrapper{
        flex-direction: column;
        align-items: center;
    }

    .main__imgs {
        margin-top: 150px;
    }

    .main__orange {
        top: 45%;
        left: 35%;
        width: 300px;
        height: 310px;
    }

     /*****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;
    }
    
    /******orders***/
    .orders__wrapper {
        flex-direction: column;
        align-items: center;
    }

    .orders__info {
        width: 500px;
        max-width: 100%;
        margin-bottom: 130px;
    }

    .orders__img {
        margin-left: 0;
        width: 100%;
    }
    /****cms****/
    .cms__wrapp {
        flex-direction: column;
        align-items: center;
    }

    .cms__info {
        min-width: none;
        width: 500px;
        max-width: 100%;
        margin-right: 0;
    }

    .cmr__imgs {
        width: 500px;
        max-width: 100%;
        margin-top: 70px;
    }
    
}

@media (max-width: 900px) {
    .title-big{
        font-size: 40px;
    }

    .main__imgs {
        height: 374px;
        width: 200px;
        max-width: 100%;
    }

    .main__green {
        width: 140px;
        height: 140px;
        filter: blur(90px);
    }

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

    .orders__orange {
        top: unset;
        bottom: 100px;
        left: 20px;
        width: 300px;
        height: 300px;
        filter: blur(150px);
    }

    /******statistics***/
    .statistics__title-wrapp{
        flex-direction: column;
    }
    .statistics__title {
        margin-top: 15px;
    }

    
    
    .statistics__imgs {
        width: 406px;
        height: 245px;
        margin: 65px auto 0;
        left: -25px;
    }

    .statistic__orange {
        top: unset;
        bottom: 0px;
        width: 150px;
        height: 150px;
        filter: blur(50px);
    }
}

@media (max-width: 767px) {
    .main__orange {
        width: 250px;
        height: 250px;
        left: 10%;
    }

    .main__picture-two {
        top: -12%;
        left: 55%;
    }

    .main__picture-one {
        bottom: -28%;
        left: -45%;
    }

    /******business***/
    .business__img-wrapp {
        width: 60px;
        height: 60px;
    }

    .business__mb {
        display: block;
    }
    .business__desk {
        display: none;
    }

    .statistics__imgs {
        width: 330px;
        height: 245px;
        margin: 65px auto 0;
        left: -55px;
    }

    .statistic__img2 {
        position: absolute;
        bottom: -15%;
        left: 11%;
    }
    
    .statistic__img3 {
        position: absolute;
        top: -7%;
        right: -35%;
    }
    
    .statistic__img4 {
        position: absolute;
        top: 37%;
        right:  -55%;
    }
}



