@import "loyalty-btns.css";
.main__img {
    width: 494px;
    height: 577px;
    position: relative;
    right: 0; 
}

.labels__main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

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

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

.main__title {
    max-width: 350px;
}

.main__orange {
    left: -400px;
}

.main__green {
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    height: 200px;
    filter: blur(120px);
}

.main__info {
    margin-top: 120px;
    max-width: 498px;
}

.main__links-wrapper {
    display: flex;
}

.main__wrapp-line {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

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


/*****planten ****/
.planten__wrapper {
    display: flex;
}

.line-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.planten__title {
    margin-bottom: 33px;
}

.planten__text {
    max-width: 460px;
    padding-top: 100px;
}

.planten__subtitle {
    width: 360px;
    max-width: 100%;
    margin-left: 200px;
}

.planten__item {
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    font-weight: 700;
}

.planten-num {
    width: 50px;
    margin-right: 100px;
}

.planten__item:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.planten__img {
    margin-top: 100px;
    position: relative;
    margin-left: -100px;
}

/*****categor****/
.categor {
    padding-top: 200px;
}
.categor__wrapper {
    display: flex;
}

.categor__inf {
    width: 440px;
    max-width: 100%;
    margin-top: 100px;
    margin-left: 50px;
}

.categor__imgs {
    position: relative;
    top: 0;
    left: -12%;
    max-width: 652px;
}

.categor__text {
    margin: 100px 0 50px;
}

.categor__subtitle {
    width: 450px;
    max-width: 100%;
}

.categor__item {
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
    margin-bottom: 20px;
    height: 70px;
    display: flex;
    align-items: center;
    font-weight: 700;
}

.categor-num {
    width: 50px;
    margin-right: 100px;
}

.categor__item:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}


@media (max-width: 1166px) {
    /****main section ****/

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


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

    .main__orange {
        left: 0px;
    }
    
    .main__green {
        position: absolute;
        top: 0;
        left: 0;
        width: 200px;
        height: 200px;
        filter: blur(120px);
    }

    /*****planten ****/
    .planten__wrapper {
        flex-direction: column;
        align-items: center;
    }
    .planten__text {
        width: 500px;
        max-width: 100%;
    }

    .planten__subtitle {
        margin-left: 0;
        margin-top: 70px;
    }
    .planten__title-wrapper {
        margin: 0 auto;
        width: 500px;
        max-width: 100%;
    }

    .categor__subtitle {
        width: 440px;
        max-width: 100%;
        margin-top: 80px;
    }

    .categor__wrapper {
        flex-direction: column;
        align-items: center;
    }
    .categor__imgs {
        left: 0;
    }

    .categor__inf {
        width: 500px;
        margin-left: 0;
    }
}

@media (max-width: 900px) {
    /****main section ****/
    .main__img {
        width: 264px;
        height: 425px;
        right: 0;
    }

    /*****planten ****/
    

    .planten__img {
        width: 300px;
        height: 336px;
        margin: 100px auto 0;
    }

    .planten__main {
        position: absolute;
        top: 0;
        left: -60%;
    }
}

@media (max-width: 767px) {
    .planten-line {
        max-width: 88px;
    }

    .planten__text {
        padding-top: 50px;
    }
}