@import "loyalty-btns.css";
/* body {
    overflow-y: hidden;
} */
/********bread*******/
.bread {
    display: flex;
    align-items: center;
    height: 40px;
}

.hash {
    margin: 0 20px;
}

/****main section****/
.main {
    padding-bottom: 200px;
    overflow: hidden;
    
}

.main__orange-circl {
    width: 400px;
    height: 400px;
    position: absolute;
    background-color: orange;
    z-index: -1;
    top: 40%;
    left: 50%;
    box-shadow: -100px -70px 180px 200px rgb(253, 205, 115);
    border-radius: 50%;
}

.main__links-wrapper {
    display: none;
}

.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: 574px;
    width: 430px;
}

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

.main__picture-one {
    position: absolute;
    bottom: -35px;
    left: -220px;
}

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

.main__picture-three {
    position: absolute;
    bottom: -35px;
    left: -25px;
}

/*******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__mb {
    display: none;
}

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

/******catalog section****/
.catalog {
    padding-top: 200px;
    overflow: hidden;
}
.catalog__info {
    width: 440px;
    max-width: 100%;
    margin-bottom: 100px;
}

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

.catalog__img {
    position: relative;
    width: 1160px;
    max-width: 100%;
}

.catalog__orange {
    left: unset;
    right: 150px;
}

.catalog__second-img {
    position: absolute;
    top: 10%;
    left: 90%;
}

.catalog__third-img {
    position: absolute;
    top: -40%;
    right: 30px;
}

/*****shopping****/
.shopping {
    padding-top: 200px;
    overflow: hidden;
    padding-bottom: 50px;
}
.shopping__info {
    width: 440px;
    max-width: 100%;
}

.shopping__wrapp {
    display: flex;
}

.shopping__img {
    position: relative;
    top: 0;
    right: -70px
}

.shopping__img-down {
    position: relative;
    width: 948px;
    max-width: 100%;
    margin-top: 150px;
}

.shopping__third-picture {
    position: absolute;
    top: 5%;
    right: -20%;
}

.shopping__four-picture {
    position: absolute;
    bottom: 5%;
    right: -25%;
}

@media (max-width: 1167px) {
    .main__wrapper{
        flex-direction: column;
        align-items: center;
    }
 
    .main__orange-circl {
         width: 300px;
         height: 300px;
         top: 90%;
         left: 22%;
         box-shadow: -150px -60px 180px 200px rgb(253, 205, 115);
    }
 
    .main__imgs {
         margin-top: 100px;
    }

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

    /*****catalog***/
    .catalog__info {
        width: 500px;
        max-width: 100%;
        margin: 0 auto 180px;
    }

    .catalog {
        display: flex;
        align-items: center;
        flex-direction: column;
        padding-top: 100px;

    }
    .catalog__img {
        margin: 0 auto;
        width: 508px;
        max-width: 100%;
        overflow: visible;
    }

    .catalog__orange {
        display: none;
    }

    /******shopping***/
    .shopping__wrapp {
        flex-direction: column;
        align-items: center;
    }

    .shopping__info {
        width: 500px;
        margin-bottom: 100px;
    }

    .shopping__img {
        position: relative;
        width: 500px;
        max-width: 100%;
        top: 0;
        right: unset;
        left: 0;
    }
}


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

    .main__imgs {
        height: 374px;
        width: 330px;
    }
    
    .main__picture {
        top: 0;
        left: 20px;
    }
    
    .main__picture-one {
        bottom: 0;
        left: -120px;
    }
    
    .main__picture-two {
        left: -10px;
        z-index: 11;
    }

    .main__wrapper {
        position: relative;
    }
    
    .main__picture-three {
        bottom: -10px;
        left: -10px;
    }

    .main__orange-circl {
        width: 250px;
        height: 250px;
        top: 65%;
        left: unset;
        right: 51%;
        box-shadow: -50px -30px 90px 100px rgb(253, 205, 115);
    }

    .main__links-wrapper {
        display: block;
    }

    /****shopping****/
    .shopping__img-down {
        position: relative;
        width: 330px;
        margin: 0 auto;
        margin-top: 150px;
    }

    .shopping__four-picture {
        position: absolute;
        bottom: -10%;
        right: -20%;
    }
}

@media (max-width: 767px) {
    .hash {
        margin: 0 7px;
    }

    .bread{
        font-size: 11px;
    }

    /******business***/
    .business__img-wrapp {
        width: 60px;
        height: 60px;
    }
    .business__mb {
        display: block;
    }
    .business__desk {
        display: none;
    }
    
    /****catalog***/
    .catalog__img {
        width: 200px;
        position: relative;
        top: 0;
        left: 0;
        
    }

    .catalog__third-img {
        right: -30px;
    }

    .catalog__main-img {
        position: relative;
        top: 0;
        left: -120%;
    }

    .shopping__third-picture {
        top: 20%;
        right: -3%;
    }
    .shopping__four-picture {
        position: absolute;
        bottom: -15%;
        right: -5%;
    }
}




