/******section-main******/
.main {
    /* overflow: hidden; */
    padding: 60px 0 100px;
}

.main__orange {
    display: none;
}

.main__wrapp {
    display: flex;
    position: relative;
}

.main__info {
    max-width: 615px;
    width: 100%;
    margin-top: 80px;

}

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

.main__title {
    margin-bottom: 60px;
}

.main__btn-wrapper {
    border: 2px solid black;
    border-radius: 30px;
    display: inline;
    padding: 15px 3px 15px 40px;
}

.main__input {
    background: transparent;
}

.main__btn-contact {
    color: white;
    background-color: black;
    border-radius: 30px;
    padding: 13px 30px;
    margin-left: 80px;
    transition: 0.5s all;
}

.main__btn-contact:hover {
    opacity: 0.7;
}

.main__img-warapper {
    height: 692px;
    position: relative;
    top: 0;
    right: -100px;
    width: calc(100% - 80%);
}

.main__orange-circl {
    width: 420px;
    height: 420px;
    position: absolute;
    background-color: orange;
    z-index: -1;

    top: -5%;
    left: -8%;
    box-shadow: -100px -70px 180px 200px rgb(253, 205, 115);
    border-radius: 50%;
}

.img-shop {
    position: absolute;
    top: 0;
    left: 70%;
}

.img-card {
    position: absolute;
    top: 22%;
    left: 0;
}

.img-main {
    position: absolute;
    top: 42%;
    left: -20%;
}

/***********offer section****/
.offer {
    padding-bottom: 230px;
}
.offer__wrapper {
    max-width: 1000px;
}

.relative {
    position: relative;
}

.offer__green{
    bottom: -100px;
    right: 50px;
    filter: blur(120px);
    width: 200px;
    height: 200px;
}

.offer__title {
    margin-bottom: 50px;
    margin-right: 50px;
}

.offer__line {
    display: flex;
    margin-top: 10px;
    width: 60px;
}

.offer__text-wrapp {
    display: flex;
    margin-right: 45px;
    
}

.offer__subtitle {
    display: block;
    width: 270px;
    margin-left: 15px;
}

.offer__info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 0;
}

.offer__text {
    max-width: 400px;
    width: 100%;
}


.offer__picture img {
    margin-top: 100px;
}



/*******labels-section*/
.labels {
    overflow: hidden;
    padding-bottom: 180px;
    position: relative;
}

.labels__orange {
    position: absolute;
    top: unset;
    bottom: -200px;
    left: -150px;
    max-width: 300px;
    max-height: 300px;
    filter: blur(160px);
}

.labels__info {
    margin-bottom: 80px;
}


.labels__info-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 15px;

}

.labels__text{
    width: 440px;
}

.labels__wrapper {
    display: flex;
    align-items: center;
}
.labels__title{
    margin: 40px 0;
}

.labels__picture {
    position: relative;
    top: 0;
    right: -100px;
    width: calc(100% - 33%);
}

/*******Information section********/
.information {
    background-color: black;
    color: white;
    padding: 100px 0;
}

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

.inform-txt, 
.information__wrapper .link,
.information__title h2 {
    color: white;
}

.inform-txt{
    width: 497px;
}

.inform__link {
    border-bottom: 2px solid white;
}


/**********soft section*****/
.soft {
    padding: 200px 0;
}

.soft__wrapper{
    max-width: 826px;
    margin: 0 auto;
    position: relative;
}

.soft__orange{
    top: unset;
    bottom: -200px;
    left: -110px;
}

.soft__title-wrapp{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}

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

.soft__link { 
    margin: 45px 0px 0 60%;
}


.soft__img-block{
    position: relative;
    height: 885px;
    overflow: hidden;
    margin-top: 40px;
}

.soft__green {
    top: 270px;
    right: 100px;
    width: 230px;
    height: 230px;
    filter: blur(130px);
}

.soft__shop{
    position: absolute;
    top: 0;
    left: 0;
}
.soft__dalin{
    position: absolute;
    left: 170px;
    bottom:  20px;
    
}
.soft__card{
    position: absolute;
    bottom: 0;
    left: 35%;
}
.soft__site{
    position: absolute;
    bottom: 30%;
    left: 52%;
}
.soft__flower{
    position: absolute;
    top: 20%;
    right: 5%;
}

/***experience section****/
/* .experience {
    padding-bottom: 200px;
} */
.exp__container {
    max-width: 1180px;
}
.exp__number-wrapper{
    display: flex;
    justify-content: space-between;
    margin-top: 120px;
}

.exp__number{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: orange;
    color: white;
    font-size: 30px;
}

.exp__arrow-wrapp {
    display: flex;
    margin-top: 40px;
    align-items:baseline;
}

.exp__title{
    display: flex;
    margin-right: 25px;
    align-items: baseline;
    justify-content: baseline;
}

.exp__last {
    margin-top: 40px;
}

/**** stores ****/
.stores {
    overflow: hidden;
    padding-top: 180px;
}
.stores__wrapper {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.stores__orange {
    max-width: 220px;
    max-height: 220px;
    top: unset;
    bottom: 0;
    left: 0;
    filter: blur(130px);
}

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

.stores__text-wrapper {
    max-width: 440px;
    margin-bottom: 85px;
}

.stores__picture {
    max-width: 100%;
}

@media (max-width: 1167px) {
   
    .main__orange {
        display: block;
    }
    
    .main__wrapp {
        flex-direction: column;
    }

    .main__info {
        margin: 0 auto 100px;
    }

    .main__img-warapper {
        height: 690px;
        position: relative;
        top: 0;
        right: 100px;
        width: calc(100% - 80%);
        margin: 0px auto;
    }

    .main__btn-wrapper {
        border: none;
        display: block;
        padding: 0px;
        max-width: 300px;
    }
    
    .main__btn-contact  {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 300px;
        height: 55px;
        color: white;
        background-color: rgb(0, 0, 0);
        border-radius: 35px;
        margin: 10px 0px;
        
    }

    .main__input {
        border: 2px solid black;
        border-radius: 35px;
        padding: 20px 50px 20px;
        width: 300px;
        height: 55px;
        font-size: 14px;
    }

    .main__orange-circl {
        max-width: 350px;
        max-height: 350px;
        box-shadow: none;
    }

    .main__green {
        bottom: 20%;
        right: 20%;
    }

    .label__items{
        width: 250px;
    }

    
    /*offer section*/

    .offer__wrapper {
        margin: 0 auto;
        max-width: 480px;
    }
    .offer__info {
        display: block;
    }
    .offer__text{
        margin-top: 50px;
        max-width: 500px;
    }
    .offer__title {
        margin-right: 0;
    }

    /*label section*/
    .labels__wrapper {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .labels__orange {
        display: none;
    }

    .labels__picture {
        margin-top: 50px;
    }

    .labels__picture {
        position: relative;
        top: 0;
        right: 180px;
        width: 200px;
    }

    /****information section****/
    .information__wrapper {
        flex-direction: column;
        justify-content: center;
        /* align-items: center; */
        margin: 0 auto;
        width: 400px;
    }
    .information__title {
        width: 400px;
        margin-bottom: 25px;
    }

    /*****soft section*****/
    .soft__title-wrapp{
        flex-direction: column;
        align-items: baseline;
    }

    .soft__wrapper{
        max-width: 526px;
    }
    
}
@media (max-width: 900px) {
    /**soft img section*****/
    .soft__img-block {
        height: 350px;
        max-width: 520px;
        width: 100%;
        margin: 110px auto 0;
    }

    .soft__green {
        display: none;
    }

    .soft__orange {
        width: 200px;
        height: 200px;
        filter: blur(120px);
    }

    .soft__dalin, .soft__flower{
        display: none;
    }
    .soft__shop{
        position: absolute;
        top: 20%;
        left: 0%;
    }
    .soft__card{
        position: absolute;
        bottom: 0;
        left: 170px;
    }
    .soft__site{
        position: absolute;
        bottom: 25%;
        left: 280px;
    }

    /*****experience section **/
    .exp__arrow{
        display: none;
    }

    .exp__number-wrapper{
        flex-direction: column;
        width: 200px;
        margin: 120px auto 0;
    }

    .exp__number-item{
        margin-bottom: 50px;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .exp__title {
        margin-right: 0;
    }

    .exp__title-main .title-big{
        text-align: center;  
        font-size: 40px; 
    }

    /*****stores section ****/
    .stores__wrapper{
        display: block;
        width: 420px;
        /* flex-direction: column; */
        /* align-items: center; */
        margin: 0 auto;
    }
    .stores__picture {
        display: flex;
        justify-content: center;
        /* align-items: center; */
        
    }

    .stores__picture img {
        max-width: 638px;
        border-radius: 25px;
    }

    .stores__text-wrapper{
        margin: 50px 0 100px;
    }
    .offer__img {
        position: relative;
        width: 450px;
        height: 300px;
        margin: 0 auto;
    }

    .offer__picture img {
        position: absolute;
        top: 0;
        left: -60px;
        margin-top: 100px;
    }

}
@media (max-width: 767px) {


    /*main section*/



    .main__title {
        width: 316px;
    }

    .main__info {
        max-width: 315px;
    }

    .img-shop {
        position: absolute;
        top: 60px;
        left: 150px;
    }
    
    .img-card {
        position: absolute;
        top: 22%;
        left: 20px;
    }
    
    .img-main {
        position: absolute;
        top: 35%;
        left: -40px;
    }

    .main__orange-circl {
        width: 250px;
        height: 250px;
        top: 5%;
        box-shadow: none;
    }

    /*offer section*/
    .offer__wrapper {
        max-width: 500px;
        position: relative;
    }

    .offer__subtitle{
        font-size: 18px;
    }

    

    /*labels section*/

    .labels__text {
        width: 300px;
    }
 
    .labels__picture {
        position: relative;
        top: 0;
        left: -100px;
        width: 200px;
    }

    /***information section**/
    .inform-txt{
        width: 300px;
    }

    .information__title {
        width: 300px;
    }
    .information__wrapper{
        width: 300px;
    }

    .soft__link { 
        margin: 45px 0 0;
    }

    /**** stores section ***/
    .stores__wrapper{
        display: block;
        width: 299px;
    }

    .stores__picture {
        position: relative;
        bottom: 0;
        left: 20%;
    }
}


    

