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

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

.main__green {
    top: unset;
    bottom: -20%;
    right: -20%;
}

.main__links-wrapper {
    display: flex;

}

.main__wrapp-line {
    display: flex;
    align-items: center;
}

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

.main__info{
    max-width: 550px;
}

.main__imgs {
    width: 550px;
    position: relative;
}

.main__top {
    position: absolute;
    top: -40%;
    left: -15%;
    z-index: -2;
}

.main__bottom {
    position: absolute;
    bottom: -35%;
    left: -35%;
    
}

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

/********catalog*****/
.catalog {
    padding-top: 200px;
    padding-bottom: 200px;
    overflow: hidden;
}

.catalog__orange {
    width: 250px;
    height: 250px;
    filter: blur(140px);
    left: -20%;
    top: 10%;
}

.catalog__info {
    width: 450px;
}

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

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

.catalog__imgs {
    position: relative;
    top: 0;
    left: 150px;
    width: 710px;
    height: 790px;
    
}

.catalog__main {
    position: absolute;
    top: 0;
    right: 0;
}
.catalog__second {
    position: absolute;
    bottom: 0%;
    left: -15%;
}

.catalog__orange {
    top: 50%;
    right:  0%;
    width: 300px;
    height: 300px;
}

.catalog__green {
    bottom: unset;
    top: 0;
}


/****vote****/
.vote {
    overflow: hidden;
    padding-bottom: 200px;
}
.vote__info {
    width: 736px;
    max-width: 100%;
    margin: 0 auto 40px;
}

.vote__title-wrapp {
    display: flex;
    align-items: baseline;
    margin-bottom: 40px;
}

.main__wrapp-line {
    width: 100%;
}

.vote__line {
    margin-left: 44px;
}

.vote__title {
    margin-left: 20px;
}
.vote__imgs {
    position: relative;
}

.vote__orange {
    position: absolute;
    top: 30%;
}

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

.individ__wrapper {
    display: flex;
}

.individ__info {
    width: 440px;
    max-width: 100%;
}

.individ__line {
    margin-left: 64px;
    width: 280px;
}

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

.individ__imgs {
    position: relative;
    width: 543px;
    height: 775px;
    right: -15%;
    /* margin-left: 100px; */
}

.individ__main {
    position: absolute;
}

.individ__second {
    position: absolute;
    bottom: -2%;
    left: -30%;
}

.individ__orange {
    top: unset;
    bottom: 0;
}

@media (max-width: 1166px) {
    /****main section ****/
    .main {
        padding-top: 93px;
    }

    .main__wrapper {
        flex-direction: column;
        justify-content: center;
    }

    .main__imgs {
        width: 540px;
        max-width: 100%;
        height: 300px;
        margin-top: 250px;
    }

    .main__img {
        position: absolute;
        left: 23%;
        top: 0;
    }

    .main__bottom {
        left: 0;
    }
    .main__top {
        left: 10%;
        
    }

    .main__green {
        display: none;
    }

    .main__circle {
        width: 300px;
        height: 300px;
        top: 18%;
        left: 5%;
    }

    /*****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 {
        padding-top: 100px;
    }
    .catalog__wrapper {
        flex-direction: column;
        align-items: center;
    }

    .catalog__imgs {
        margin-top: 64px;
    }

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

    /*****vote***/
    .vote__imgs {
        width: 500px;
        height: 300px;
        margin: 50px auto 0;
    }

    .vote__orange {
        top: 20%;
        width: 200px;
        height: 200px;
        filter: blur(90px);
    }

    /****individ***/
    .individ__wrapper {
        flex-direction: column;
        align-items: center;
    }

    .individ__info {
        width: 500px;
    }

    .individ__imgs {
        margin-top: 60px;
        right: 0;
        height: 400px;
        width: 500px;
        max-width: 100%;
    }

    .individ__main {
        left: 20%;
    }

    .individ__second {
        left: 0;
    }

    .individ__orange {
        width: 300px;
        height: 300px;
        filter: blur(120px);
    }



}

@media (max-width: 900px) {
    .catalog__imgs {
        left: unset;
        right: 0;
        width: 500px;
        max-width: 100%;
        height: 430px;
        
    }
    .catalog__second {
        right: unset;
        left: 0;
    }

    .catalog__main {
        right: unset;
        left: 20%;
    }

    .catalog__orange {
        width: 200px;
        height: 200px;
        filter: blur(90px);
    }

    .catalog__green {
        display: none;
    }

    /***vote***/
    .vote__title-wrapp{
        flex-direction: column;
        align-items: flex-start;
    }
    .vote__title {
        margin-top: 15px;
        margin-left: 0;
    }

    .vote__info {
        width: 500px;

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

@media (max-width: 767px) {

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

    .vote__orange {
        display: none;
    }

    .main__title {
        font-size: 40px;
    }
    .main__imgs {
        width: 350px;
    }

    .main__img {
        position: absolute;
        left: 30%;
        top: 0;
    }
    
    
    .main__bottom {
        position: absolute;
        bottom: -35%;
        left: -35%;
        
    }
    .main__bottom {
        left: -5%;
    }
    .main__top {
        left: 10%;
        top: -50%;
        
    }
}