/*  Nagłówek    */
#offer_welcome{
    width: 100%;
    background-color: var(--offer_welcome-bg);
}

#offer_welcome > .container{
    position: absolute;
    padding-top: 30px;
}

.wellcom_container {
    /*background-image: url('../img/laptop.png');*/
    /*background-repeat: no-repeat;*/
    /*background-position: right;*/
    /*background-size: contain;*/
    min-height: 344px;
    display: flex;
    padding-left: 200px;
    max-width: 2000px;
    margin-left: auto;
    margin-right: auto;
}

.wellcom_container > img{
    max-height: 344px !important;
    width: auto !important;
    display: flex;
    margin-right: 200px;
    max-width: 2000px;
    margin-left: auto;
}

.offer_wellcom_content{
    max-width: 619px;
    margin-top: 99px;
    padding: 0 !important;
}

.offer_welcome_content > h1{
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 150%;
}
.offer_welcome_content > p {
    font-family: Mulish;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
}

.offer_wellcom_content span {
    font-family: 'Mulish';
    color: var(--color-black);
}
/*  end     -   Nagłówek   -   end  */


/*  Kategorie   */
#categories {
    margin-top: 80px;
    margin-bottom: 150px;
}

.section_header {
    max-width: 100%;
}

#categories .section_body {
    margin-top: 34px;
}

#categories .slider{
    margin: 0
}

#categories .slide > a{
    display: flex;
}

#categories .slider a > .slide-image {
    width: 165px;
    margin-right: 0px;
    /*margin-top: 16px;*/
    /*width: 30%;*/
}

    #categories .slider .slide .slide-image{
        display: flex;
        justify-content: space-between;
        margin-bottom: 32px;
        align-items: center
    }

#categories .slider a > .slide-image > img{
    width: 111px;
}

#categories .slide > a > .slide-content{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 32px;
}
/*  end     -   Kategorie   -   end  */


/*  Produkty    */
#products .section_body{
    margin-top: 48px;
    margin-bottom: 150px;
}

#products .slider {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
}

#products .slider a > .slide-image{
    margin-right: 32px;
}

#products .slider .slide-image{
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
    align-items: center;
}

#products .slider .slide-image > div{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
/*  end     -   Produkty   -   end  */


/*  Technologie     */
#technologies h2{
    margin-bottom: 32px;
}
#technologies .section_body{
    margin-top: 48px;
    margin-bottom: 231px;
}

#technologies .slider{
    margin-top: 0;
    margin-bottom: 120px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

#technologies .slide-elem {
    border: 1px solid var(--color-separator);
    padding: 30px 60px;
    margin-bottom: 32px;
    /*margin-left: 5px;*/
    /*margin-right: 5px;*/
}

#technologies .slide-elem  a{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#technologies .slide-elem > a > h4{
    font-family: Space Grotesk;
    font-size: 20px;
    line-height: 150%;
    font-weight: bold;
}

/*  end     -   Technologie  -   end  */


/*  Napisz do nas   */
#write_us{
    background-color: var(--write_us);
    min-height: 534px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#write_us > .block{
    color: var(--color-white);
    min-width: 389px;
    text-align: center;
}

#write_us > .block > a > button{
    display: block;
    margin: 0 auto;
    margin-top: 40px;
}

#write_us > .block > p {
    font-family: 'Space Grotesk';
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: center;
}

#write_us > .block > h2{
    font-family: 'Space Grotesk';
    font-size: 56px;
    font-weight: 500;
    line-height: 84px;
    letter-spacing: 0em;
    text-align: center;
    color: var(--color-white);
}
/*  end     -   Napisz do nas   -   end  */


/*  MEDIA   */
@media screen and (min-width: 1301px) {
    #technologies .slide-elem {
        min-width: auto;
        width: 31%;
    }
}

@media screen and (min-width: 901px) and (max-width: 1300px){
    .wellcom_container{
        padding-left: 69px;
    }

    .wellcom_container > img{
        margin-right: 0px;
        margin-left: 20px;
    }

    .offer_wellcom_content{
        max-width: 600px;
        margin-top: 99px;
    }

    #technologies .slide-elem {
        min-width: auto;
        width: 48%;
    }

    #technologies .slide-elem > *{
        display: block;
        width: 100%;
    }
}

@media screen and (min-width: 0px) and (max-width: 1300px){
    #categories .slide {
        align-items: flex-start;
        align-content: flex-start;
        width: 99%;
    }

    #products .slide {
        align-items: flex-start;
        align-content: flex-start;
    }

    #products .slide-image{
        padding-top: 20px;
    }
}

@media screen and (min-width: 501px) and (max-width: 900px){
    .wellcom_container{
        width: 100%;
        padding-left: 40px;
        padding-right: 40px;
    }

    .wellcom_container > img{
        display: none !important;
    }

    #products .slide {
        /*flex-direction: row !important;*/
        width: 100% !important;
    }

    #products .slider .slide-content.border-left-1{
        border-left: none;
        padding-left: 0px;
    }

    #categories .slider .slide .slide-image{
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-bottom: 32px;
    }

    #products .slider .slide-image{
        justify-content: center;
    }

    #write_us{
        display: none;
    }

    #technologies .slide-elem {
        min-width: auto;
        width: 100%;
    }

}

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

    .wellcom_container {
        width: 100%;
        padding-left: 40px;
        padding-right: 40px;
    }

    .wellcom_container > img{
        display: none;
    }

    #categories .slide > a{
        flex-direction: column;
    }

    #products .slide > a > .slide-content{
        width: 100%;
        margin-left: 0px;
        text-align: left;
    }

    #products .slide{
        width: 100%;
    }
    
    #products .slider a {
        width: 100%;
    }

    #products .slider a > .slide-image{
        margin-right: 0px !important;
    }

    #categories .slider .slide .slide-image{
        width: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-bottom: 32px;
        justify-content: center;
    }

    #categories .slide > a > .slide-content{
        margin-left: 0;
    }

    #products .slide > a{
        flex-direction: column;
        width: 100%;
    }

    #products .slide > a > .slide-content {
        flex-direction: column;
        width: 100%;
    }

    #products .slide-image{
        width: auto !important;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-bottom: 32px;
        justify-content: center
    }
    
    #technologies .slide-elem{
        width: 100%;
    }

    #write_us h1{
        font-size: 48px !important;
    }

}
