/*  Workflow baner   */
#workflow_header{
    background-color: var(--workflow_header-bg);
    background-image: url(../img/big-circle.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 30px;
    padding-bottom: 140px;
}

#workflow_header .block{
    color: var(--color-white);
    display: block;
    max-width: 745px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
}

.welcome-span{
    top: 50px;
    position: relative;
}

.welcome-span p{
    padding-left: 10px;
    color: var(--color-white);
}

.arrows path {
    stroke: #FFFFFF;
}

#workflow_header .block > .logo_block{
    display: flex;
    flex-direction: row;
    max-width: 700px;
    margin: 0 auto;
}

#workflow_header .block > .logo_block > .product {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto;
    border-right: 1px solid var(--color-white);
    padding-right: 60px;
    margin-left: 20px;
}

#workflow_header .block > .logo_block > .product > img{
    /*width: 50%;*/
    width: 70px;
}

#workflow_header .block > .logo_block > .product > h3{
    color: var(--color-white);
    font-family: Space Grotesk;
    font-size: 34px;
    line-height: 51px;
    letter-spacing: 0px;
    font-weight: 700;
    text-align: left;

}

#workflow_header  .block > .logo_block > h1{
    color: var(--color-white);
    font-family: Space Grotesk;
    font-size: 58px;
    font-style: normal;
    font-weight: 500;
    line-height: 74px;
    letter-spacing: 0em;
    text-align: left;
    padding-left: 70px;
}

#workflow_header  .block >  p {
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    color: var(--color-white);
    margin-top: 70px;
}

#workflow_header  .block > .button_block {
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
    display: flex;
    max-width: 444px;
    flex-direction: row;
    justify-content: space-around;
}

#workflow_header .block > button{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}
/*  end     -   Workflow baner   -   end  */

/*  Opis    */
#blue_description {
    background-color: var(--blue_description-bg);
    padding-top: 92px;
    padding-bottom: 112px;
}

#blue_description .career__header_content p{
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-family: Mulish;
    text-align: center;
    margin-top: 20px;
    line-height: 150%;
    color: var(--color-black);
}

#blue_description .career__header_content p:nth-of-type(1){
    color: var(--color-blue);
    font-size: 28px;
    font-weight: 700;
    line-height: 33px;
}

#blue_description .career__header_content p:nth-of-type(2){
    color: var(--color-black);
    font-weight: 400;
    line-height: 24px;
}

#blue_description .career__header_content p.blue{
    color: var(--color-blue);
    font-size: 28px;
    font-weight: 700;
    line-height: 33px;
}

/*  Możliwości  */
#possibilities {
    background-color: var(--possibilities-bg);
    padding-bottom: 92px;
    padding-top: 115px;
}

#possibilities h3{
    font-family: 'Space Grotesk';
    font-size: 34px;
    line-height: 150%;
    font-weight: bold;
    text-align: left;
}

#possibilities .content_items{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}

#possibilities .content_items > .possible__item:nth-child(2n-1){
    border-right: 1px solid var(--color-separator);
}

#possibilities .content_items > .possible__item:nth-last-child(1){
    border-bottom: none;
}

#possibilities .content_items > .possible__item:nth-last-child(2){
    border-bottom: none;
}

#possibilities .content_items > .possible__item{
    display: flex;
    align-items: center;
    flex-direction: row;
    min-height: 200px;
    border-bottom: 1px solid var(--color-separator);
}
#possibilities .content_items > .possible__item > div:nth-of-type(1){
    width: 20%;
    display: flex;
    justify-content: center;
}

/*#possibilities .content_items > .possible__item >  div:nth-of-type(1) > img{*/
/*    width: 40%;*/
/*}*/

#possibilities .content_items > .possible__item > div:nth-of-type(2){
    width: 80%;
    display: flex;
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 40px;
}

#possibilities .content_items > .possible__item > div > h3{
    font-family: Space Grotesk;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 0px;
    text-align: left;
}

#possibilities .content_items > .possible__item > div > p{
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #969696;
}
/*  end     -   Możliwości   -   end  */

/*  Dlaczeg warto   */
#why_good{
    background-color: var(--why_good-bg);
    padding-top: 80px;
    padding-bottom: 65px;
}

#why_good h3{
    font-family: Space Grotesk;
    font-size: 34px;
    line-height: 51px;
    letter-spacing: 0px;
    font-weight: 700;
    text-align: left;
}

#why_good p{
    font-family: Mulish;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 18px;
    color: var(--color-black);
}

#why_good .good_items{
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-evenly;
}

#why_good .good_items > .good__item > div{
    margin: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    min-height: 200px;
    background-color: var(--good__item);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.06);
}

#why_good .good_items > .good__item > div > img{
    padding: 0;
    height: 30px;
    width: 30px;
    margin-left: 50px;
    margin-right: 50px;
}

#why_good .good_items > .good__item > div > p{
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    padding-right: 50px;
    color: var(--color-black);
}
/*  end     -   Dlaczego warto   -   end  */

/*  Poznaj Softeris   */
.blue_banner{
    background-color: var(--blue_banner-bg);
    background-image: url(../img/big-circle.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 30px;
    padding-bottom: 160px;
}

.blue_banner .block{
    color: var(--color-white);
    display: block;
    /*max-width: 745px;*/
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 110px;
}

.blue_banner  .block > h1{
    color: var(--color-white);
    font-family: Space Grotesk;
    font-size: 58px;
    font-style: normal;
    font-weight: 500;
    line-height: 74px;
    letter-spacing: 0em;
    text-align: center;
}

.blue_banner .block >  p {
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    color: var(--color-white);
    margin-top: 50px;
}

.blue_banner  .block > .button_block {
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    display: flex;
    max-width: 444px;
    flex-direction: row;
    justify-content: space-around;
}

.blue_banner .block > button{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}
/*  end     -   Poznaj Softeris   -   end  */

/*  Zastosowania    */
#usages{
    padding-top: 130px;
    padding-bottom: 100px;
    background-color: var(--usages-bg);
}

#usages  h3{
    font-family: Space Grotesk;
    font-size: 24px;
    /*line-height: 51px;*/
    margin-bottom: 20px;
    letter-spacing: 0px;
    text-align: center;
    font-weight: 700;
}

#usages  >div > div:nth-of-type(1) > h3{
    font-size: 34px;
}

#usages .usages_content{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;
}

#usages .usages_content > .using_item{
    padding: 15px;
}

#usages .usages_content > .using_item > div {
    display: flex;
    flex-direction: row;
    min-height: 250px;
    background-color: var(--using_item);
}

#usages .usages_content > .using_item > div> img{
    padding: 30px 40px;
    min-width: 200px !important;
}

#usages .usages_content > .using_item > div > div{
    padding-top: 45px;
    padding-right: 40px;
    padding-bottom: 45px;
}

#usages .usages_content > .using_item > div > div > h3{
    text-align: left;
}

#usages .usages_content > .using_item > div > div > p{
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--color-black);
}
/*  end     -   Zastosowania   -   end  */

/*  Rozwój   */
#company-vision{
    padding-top: 145px;
    padding-bottom: 120px;
}

#company-vision h3{
    font-family: Space Grotesk;
    font-size: 34px;
    line-height: 51px;
    letter-spacing: 0px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
}

#company-vision .row > div span{
    margin-bottom: 0;
}
/* Styl z main.css */
/*  end     -   Rozwój   -   end  */

/*  Jak to działa   */
#how_its_working{
    padding-bottom: 135px;
}

#how_its_working .working_content{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

#how_its_working .working_content .working_item {
    display: flex;
    align-items: center;
    flex-direction: row;
    height: 200px;
    border: 1px solid var(--color-separator);
    border-collapse: collapse;
}

#how_its_working .working_content .working_item:nth-of-type(1){
    padding: 0px 60px 60px 0px;
    flex-direction: column;
    border: none;
    align-items: flex-start;
}

#how_its_working .working_item h3{
    font-family: Space Grotesk;
    font-size: 34px;
    line-height: 51px;
    letter-spacing: 0px;
    text-align: left;
    font-weight: 700;
}

#how_its_working .working_item p{
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--color-black);
}

#how_its_working .working_item img{
    display: flex;
    width: 60px;
    height: 52px;
    margin-left: 50px;
    margin-right: 50px;
}

#how_its_working .working_item h4{
    font-family: Space Grotesk;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0px;
    font-weight: 700;
    text-align: left;
    padding: 60px 70px 60px 0px;
}
/*  end     -  Jak to działa   -   end  */

/*  Subskrybcja   */
#subscription{
    padding-top: 120px;
    padding-bottom: 140px;
    background-color: var(--subscription-bg);
}

#subscription h3{
    font-family: Space Grotesk;
    font-size: 34px;
    letter-spacing: 0px;
    text-align: center;
    font-weight: 700;
}

#subscription .subscription_content{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-evenly;
    margin-top: 30px;
}

#subscription .subscription_content > .sub__item{
    display: flex;
    flex-direction: column;
    margin-top: 50px;
}

#subscription .subscription_content > .sub__item > img{
    display: flex;
    width: 64px;
    height: 64px;
    margin: 0 auto;
}

#subscription .subscription_content > .sub__item > p{
    display: flex;
    justify-content: space-around;
    width: 80%;
    margin: 0 auto;
    color: var(--color-black);
    text-align: center;
    font-family: 'Mulish';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    padding-top: 36px;
    padding-left: 0;
    padding-right: 0;
}
/*  end     -   Subskrybcja   -   end  */

/*  Opinie  */
#opinions{
    padding-top: 130px;
    padding-bottom: 105px;
    background-color: var(--opinions-bg);
}

#opinions .opinion_content{
    margin-top: 50px;
}

#opinions h3{
    font-family: Space Grotesk;
    font-size: 34px;
    line-height: 51px;
    letter-spacing: 0px;
    text-align: left;
    font-weight: 700;
}

#opinions p{
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    padding-top: 20px;
    color: var(--color-black);
}

#opinions .single_opinion{
    max-width: 615px;
    padding: 60px;
    background-color: var(--single_opinion);
    display: flex;
    flex-direction: column;
}

#opinions .single_opinion .opinion_describe{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 28px;
}

#opinions .single_opinion > p{
    font-family: Mulish;
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
}

#opinions .single_opinion .opinion_describe > div{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#opinions .single_opinion .opinion_describe > div > p{
    font-family: Space Grotesk;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
    font-weight: 700;
}

#opinions .single_opinion .opinion_describe > div > span{
    font-family: Space Grotesk;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
    color: var(--color-black);
}
/*  end     -   Opinie   -   end  */


/*  MOBILE  */
@media screen and (min-width: 0px) and (max-width: 1800px) {
    /*#usages .usages_content > .using_item > div{*/
    /*    height: auto;*/
    /*}*/
}

@media screen and (min-width: 0px) and (max-width: 1500px) {

    /*  Dlaczego warto?  */
    #why_good .good_items > .good__item{
        max-width: 100%;
    }

}

@media screen and (min-width: 0px) and (max-width: 1300px) {

    /*  Możliwości  */
    #possibilities .content_items > .possible__item:nth-child(2n-1){
        border-right: none;
    }

    #possibilities .content_items > .possible__item:nth-last-child(2){
        border-bottom: 1px solid var(--color-separator);
    }

    /*  Zastosowania  */
    #usages .usages_content > .using_item{
        max-width: 100%;
    }

}


@media screen and (min-width: 0px) and (max-width: 900px) {

    /*  Workflow baner   */
    #workflow_header .block > .logo_block {
        flex-direction: column;
        margin: 0 auto;
    }

    #workflow_header .block > .logo_block > .product {
        display: flex;
        border-right: none;
        width: 35%;
        padding-bottom: 30px;
        margin: 0 auto;
    }

    #workflow_header .block > .logo_block > .product > img {
        width: 80px;
    }

    #workflow_header .block > .logo_block > .product > h3{
        font-size: 48px;
    }

    #workflow_header .block > .logo_block > h1 {
        font-size: 36px;
        text-align: center;
        padding-top: 60px;
        padding-left: 0px;
        border-top: 1px solid var(--color-white);
    }
    #workflow_header .block > p{
        margin-top: 50px;
    }

    #possibilities .content_items > .possible__item{
        height: auto;
    }

    #company-vision .row > div h3{
        margin-top: 30px;
    }

    #company-vision div > img{
        margin-top: 40px;
        margin-bottom: 40px;
    }


}
@media screen and (min-width: 501px) and (max-width: 900px) {

    #why_good .good_items > .good__item > div{
        min-height: auto;
    }

    #company-vision div > img{
        max-width: 60%;
    }

}

@media screen and (min-width: 0px) and (max-width: 500px) {

    /*  Workflow baner   */
    #workflow_header .block > .logo_block > .product {
        display: flex;
        border-right: none;
        width: 70%;
        padding-bottom: 40px;
        margin: 0 auto;
        align-items: start;
    }

    #workflow_header .block > .button_block{
        margin-top: 40px;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
    }

    #workflow_header .block > .button_block > button{
        width: 50%;
        margin: 0 auto;
    }

    #workflow_header .block > .button_block > a:nth-of-type(2){
        margin-top: 20px;
    }

    /*  end  -  Workflow baner  -  end  */

    /*  Jak to działa?  */
    #how_its_working .working_content .working_item{
        display: flex;
        flex-direction: column;
        height: auto;
        padding: 40px;
    }

    #how_its_working .working_item h4{
        padding: 40px 0 0 0;
        font-size: 18px;
    }
    /*  end  -  Jak to działa?  -  end  */


    /* Możliwości */
    #possibilities .content_items > .possible__item{
        flex-direction: column;
        height: auto;
        width: 100%;
    }

    #possibilities .content_items > .possible__item > div:nth-of-type(1){
        width: 70%;
        padding: 40px 20px 40px 20px;
    }

    #possibilities .content_items > .possible__item > div > img{
        margin: 0 auto;
    }

    #possibilities .content_items > .possible__item > div:nth-of-type(2){
        padding: 0px 0px 40px 0px;
    }

    #possibilities .content_items > .possible__item > div > h3{
        font-size: 24px;
    }

    /* end  -  Możliwości  -  end */

    /* Dlaczego warto? */
    #why_good .good_items > .good__item{
        flex-direction: column;
        min-height: auto;
        width: 90%;
        margin: 0 auto;
        margin-bottom: 18px;
    }

    #why_good .good_items > .good__item > div{
        flex-direction: column;
        padding: 40px;
        min-height: auto;
        margin: 0;
    }

    #why_good .good_items > .good__item > div > img {
        width: 50%;
        margin: 0 auto;
    }

    #why_good .good_items > .good__item > div>  p{
        padding-right: 0px;
    }
    /* end  -  Dlaczego warto?  -  end */

    /*  Poznaj softeris */
    .blue_banner .block > .button_block{
        margin-top: 60px;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
    }

    .blue_banner .block > h2{
        font-size: 48px;
    }

    .blue_banner .block > .button_block > button{
        width: 50%;
        margin: 0 auto;
    }

    .blue_banner .block > .button_block > a:nth-of-type(2){
        margin-top: 20px;
    }
    /*  end - Poznaj softeris  -  end  */

    /*  Zastosowania  */
    #usages .usages_content > .using_item{
        flex-direction: column;
        height: auto;
        margin-bottom: 22px;
    }

    #usages .usages_content > .using_item > div {
        flex-direction: column;
        padding: 30px 30px 55px 30px;
    }

    #usages .usages_content > .using_item > div > div {
        padding-top: 25px;
        padding-right: 0px;
        padding-bottom: 0px;
    }

    #usages .usages_content > .using_item > div > img{
        width: 200px;
    }

    /*  end   - Zastosowania  -  end  */

    /*  Subskrybcja */
    #subscription h3{
        font-size: 24px;
    }

    /*  Zadowoleni klienci  */
    #opinions .single_opinion {
        display: flex;
        flex-direction: column;
        padding: 40px;
        background-color: var(--single_opinion);
    }

    #opinions .single_opinion > p{
        padding-bottom: 30px;
    }

    #opinions .single_opinion .opinion_describe > div{
        margin-left: 20px;
    }

    #opinions .single_opinion .opinion_describe > img:nth-of-type(1){
        width: 30%;
        height: 30%;
    }
    #opinions .single_opinion .opinion_describe > img:nth-of-type(2){
        width: 20%;
        height: 20%;
    }
    /*  end  -  Zadowoleni klienci  -   end  */

    #company-vision .row > div:nth-of-type(odd){
        padding-right: 0px;
    }

}




