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

.main__img {
    width: 500px;
    margin-left: 150px;
    position: relative;
}

.main__map {
    position: absolute;
    bottom: -15%;
    left: -15%;
}

.main__orange {
    top: unset;
    bottom: -5%;
    left: -5%;
}

.main__green {
    bottom: unset;
    top: -20%;
    right: -65%;
    width: 180px;
    height: 180px;
}

/********hello*****/
.hello {
    padding-bottom: 150px;
}
.hello__text-wrapper {
    display: flex;
    justify-content: space-between;
}

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

.hello__img {
    width: 1160px;
    height: 800px;
    max-width: 100%;
    margin: 60px auto 0;
    position: relative;
    
}

.hello__picture {
    position: absolute;
    top: 0%;
    left: 0%;
}

/****offers****/
.offers {
    /* overflow: hidden; */
    padding-bottom: 200px;
}
.offers__info {
    width: 806px;
    max-width: 100%;
    margin: 0 auto 40px;
}

.offers__title-wrapp {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.offers__wrapp-line {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}

.offers__line {
    margin-left: 44px;
}

.offers__title {
    margin-left: 35px;
}

.offers__green {
    right: -20%;
    bottom: -40%;
}



/****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: 150px;
    padding-bottom: 100px;
}
.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;
}

/* .stories__map {
    position: absolute;
    bottom: -10%;
    right: -5%;
} */

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

    .main__green {
        display: none;
    }

    /********hello*****/
    
    .hello__info {
        width: 500px;
        max-width: 100%;
        margin: 0 auto;
    }

    
    .hello__text-wrapper {
        flex-direction: column;
    }

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

    /*****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) {
    .hello__img {
        width: 444px;
        height: 320px;
        max-width: 100%;
        
        
    }
    
    .hello__picture {
        position: absolute;
        top: 0%;
        left: -10%;
    }

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

    .offers__info {
        width: 500px;

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

@media (max-width: 767px) {
    .main__img {
        max-width: 100%;
        margin-left: 0px;
        left: 10%;
    }

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

    .stories {
        padding-top: 0px;
    }

    .offers__green {
        right: 0%;
        bottom: unset;
        top: 0;
    }
}