@import "loyalty-btns.css";
/******main****/
.main {
    padding-bottom: 150px;
}

.main__info {
    margin-top: 120px;
}

.main__links-wrapper {
    display: flex;
}

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

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

.main__img {
    width: 615px;
    height: 615px;
    position: relative;
    top: -50px;
    left: 0;
}

.labels__main {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.label__left {
    position: absolute;
    bottom:  18%;
    left: -22%;
    z-index: 2;
}

.label__right {
    position: absolute;
    bottom: -15%;
    right: -8%;
    z-index: 2;
}

.main__green {
    width: 300px;
    height: 300px;
    right: -10%;
    bottom: -15%;
}

.main__orange {
    max-width: 700px;
    max-height: 700px;
    filter: blur(200px);
    left: -40%;
}

/*****planten ****/
.planten__wrapper {
    display: flex;
    justify-content: space-between;
}

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

.planten__space {
    margin-top: 30px;
}

.planten__title {
    margin-bottom: 33px;
}

.planten__text {
    max-width: 460px;
}

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

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

.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;
}

/****slide***/
.slide {
    padding-top: 150px;
}
.slide__info {
    width: 751px;
    margin: 50px auto;
}

.slide__title {
    text-align: center;
    margin-bottom: 50px;
}

/****slider*****/
.swiper {
    width: 1170px;
    max-width: 100%;
}
.swiper-slide img{
    max-width: 100%;
}

.swip {
    position: relative;
    padding: 0 100px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    content: none !important;
   
}  

.swiper-button-next,
.swiper-button-prev{
    border-radius: 50%;
    border: 1px solid black;
    min-width: 50px;
    min-height: 50px;
}

.swiper-button-next {
    right: 40px !important;
}
.swiper-button-prev {
    left: 40px !important;
}

.swiper-button-next, .swiper-button-prev {
    top: 50% !important;

}

.slider__line {
    margin-top: 25px;
    margin-bottom: 10px;
    width: 180px;
    border-bottom: 2px solid black;
}


/*****stories****/
.stories {
    padding-top: 200px;
    padding-bottom: 50px;
}
.stories__wrapper {
    display: flex;
    position: relative;
}

.stories__orange {
    width: 350px;
    height: 350px;
    filter: blur(180px);
    left: 20%;
}

.stories__info-wrap {
    display: flex;
    align-items: center;
}

.stories__text-wrapper {
    width: 440px;
    margin-left: 150px;
}

.stories__imgs {
    position: relative;
    width: 1174px;
    height: 508px;
    margin-top: 72px;
}

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

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

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

    .main__img {
        width: 500px;
        max-width: 100%;
        margin: 100px 0 0 0;
        position: relative;
    }

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

    .line-wrapper {
        max-width: 440px;
        margin: 0 auto 30px;
    }
    .line-big {
        width: 230px;
    }

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

    /*****stories***/
    .stories__wrapper {
        flex-direction: column;
        align-items: center;
    }

    .stories__line {
        margin-left: 20px;
    }

    .stories__text-wrapper, 
    .stories__title-wrapper{
        width: 500px;
        max-width: 100%;
    }

    .stories__text-wrapper {
        margin: 50px 0 0 0;
    }

    .stories__imgs {
        width: 350px;
        height: 212px;
        margin: 72px auto 0;
    }
    
    .stories__main {
        position: absolute;
        top: 0;
        left: -25%;
    }

    
}


@media (max-width: 900px) {
    /****main section ****/
    .main__img {
        width: 345px;
        height: 346px;
        top: 0;
    }


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

    .planten__title {
        width: 440px;
        max-width: 100%;
        margin: 0 auto 33px; 
    }

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

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

    .slide__info {
        width: 440px;
        max-width: 100%;
    }
    .slide__title {
        text-align: left;
        
    }
}

@media (max-width: 767px) {
    .main__img {
        left: unset;
        right: -20px;
    }
    .main__green {
        width: 200px;
        height: 200px;
    }
    .main__orange {
        max-width: 300px;
        max-height: 300px;
        filter: blur(120px);
    }

    .line-big {
        width: 130px;
    }

    .swiper-button-next,
    .swiper-button-prev{
        width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    min-height: 24px !important;
    
    }

    .swip {
        position: relative;
        padding: 0 50px;
    }

    .swiper-button-next {
        right: 20px !important;
    }
    .swiper-button-prev {
        left: 20px !important;
    }

    .swiper-button-next img,
    .swiper-button-prev img {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .slider__line {
        margin-top: 25px;
        margin-bottom: 10px;
        width: 140px;
        border-bottom: 2px solid black;
    }

    .text {
        font-size: 18px;
    }
}