
.banners_parent{
    width: 1198px;
    height: 380px;
    margin: 0 auto;
    background-image: url('../graph/baner_glowna.jpg');
    background-position: center;
    background-size: cover;
    max-width: 100%;
}

.banners_box{
    width: 1198px;
    height: 380px;
    max-width: 100%;
    margin-top: -380px;
    background: linear-gradient(to right,#F39200 15%,rgba(255,0,0,0));
}

.banners_box .banners_text{
    width: 42%;
    height: 100%;
    padding: 40px;
}

.banners_box .banners_text p{
    padding-bottom: 20px;
}

.banners_box .banners_text .banners_text_title{
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 36px;
    letter-spacing: 1px;
    color: #fff;
}

.banners_box .banners_text .banners_text_opis{
    line-height: 24px;
    color: #000;
    font-size: 15px;
}

.banners_box .banners_text .banners_arrow img{
    width: 100%;
    opacity: 0.8;
    margin-top: -40px;
}

.box_trade{
    width: 90%;
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.box_trade .box_trade_text{
    text-align: center;
    width: 70%;
}

.box_trade .box_trade_text .trade_text_title{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 20px;
}

.box_trade .box_trade_text .trade_text_opis{
    width: 90%;
    margin: auto;
    line-height: 26px;
    font-size: 15px;
}

.box_trade .box_trade_text .trade_text_opis span{
    font-weight: bold;
}

.box_trade .box_trade_icon{
    width: 30%;
}

.box_trade .box_trade_icon img{
    width: 100%;
}

.box_towary{
    background: #DADADA;
    height: 160px;
    display: flex;
    flex-direction: column;
    padding: 40px 0;
    margin-top: 150px;
    width: 100%;
}

.box_towary .towary_title{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 30px;
    text-align: center;
    margin-top: -150px;
}

.box_towary .towary_schemat{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.box_towary .towary_schemat .towary_schemat_box{
    width: 24%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.box_towary .towary_schemat .towary_schemat_box:after{
    content: "";
    display: block;
    height: 5px;
    width: 50px;
    background: #fff;
    margin: 0 auto;
    position: absolute;
    top: 35%;
    right: -20%;
}

.box_towary .towary_schemat .towary_schemat_box:last-of-type:after{
    width: 0px;
}

.box_towary .towary_schemat .towary_schemat_box .schemat_box_circle{
    width: 180px;
    height: 180px;
    background: #F39200;
    clip-path: circle(50% at 50% 50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.dla_odbiorcow .towary_schemat .towary_schemat_box:nth-child(even) .schemat_box_circle{
    background: #404040;
}

.box_towary .towary_schemat .towary_schemat_box .schemat_box_circle img{
    width: 70%;
}

.box_towary .towary_schemat .towary_schemat_box p{
    text-transform: uppercase;
    width: 85%;
    text-align: center;
    font-size: 14px;
    margin-top: 25px;
    line-height: 22px;
    font-weight: bold;
}

.dla_dostawcow .towary_schemat .towary_schemat_box:nth-child(odd) .schemat_box_circle{
    background: #404040;
}

.dla_odbiorcow{
    background: #BEBEBE;
}



/*.w_budowie{
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.w_budowie p{
    font-size: 18px;
    text-align: center;
}*/





.block_onas{
    width: 100%;
    height: 360px;
    background: #EDEDED;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
    margin-top: 120px;
}

.block_onas:after{
    content: "";
    display: block;
    position: absolute;
    bottom: 20px;
    right: 30px;
    width: 200px;
    height: 200px;
    background: rgb(174, 201, 20, 0.5);
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

.block_onas .tlo_green{
    height: 100%;
    width: 30%;
    background: #AEC914;
}

.block_onas .oferta_photo{
    width: 62%;
    position: absolute;
    margin-bottom: 50px;
    left: 20px;
}

.block_onas .oferta_photo img{
    width: 100%;
}

.block_onas .oferta_text{
    width: 36%;
    z-index: 9;
}


.block_onas .oferta_text .text_title{
    padding: 20px 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
}

.block_onas .oferta_text .text_opis{
    padding-right: 50px;
    line-height: 28px;
    font-style: italic;
    font-size: 18px;
}



@media only screen and (max-width: 767px){
    
    .box_trade {
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    }
    
    .box_trade .box_trade_icon {
    width: 25%;
    }
    
    .box_towary .towary_schemat{
    width: 80%;
    margin: 0 auto;
    }
    
}

@media only screen and (max-width: 1198px) {
     .banners_text {
        display: flex;
        height: 380px;
        flex-direction: column;
        justify-content: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;        
    }   
    .banners_box .banners_text {
        padding: 20px 15px;
        width: 51%;
    }
    .banners_box .banners_text .banners_arrow img {
        width: auto;
        max-width: 100%;
    }
	.box_towary .towary_schemat .towary_schemat_box p {
		margin-top: 15px;
	}
	.banners_box .banners_text {
		width: 65%;
	}
}

@media only screen and (max-width: 992px) {
    .box_trade {
        margin-top: 40px;
    }
    .box_towary .towary_schemat .towary_schemat_box:after {
        display: none;
    }
    .box_towary .towary_schemat .towary_schemat_box {
        width: 32%;
    }   
}

@media only screen and (max-width: 767px) {
    .banners_box .banners_text {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
        height: 380px !important;
        width: 100%;
    }
    .banners_arrow {
        display: none;
    }
    .banners_box .banners_text .banners_text_title {
        font-size: 18px;
        line-height: 23px;
    }
    .banners_box .banners_text .banners_text_opis {
        line-height: 18px;
        color: #000;
        font-size: 14px;
    }
    .banners_text_opis {
        margin-bottom: 0;
    }
    .banners_box .banners_text {
        display: flex;
        justify-content: center;
        flex-direction: column;
        background: rgba(243,146,0,0.6);
        padding: 30px;
    }
    
    .box_trade{
        position: relative;
    }
    
    .box_trade .box_trade_text {
        width: 100%;
        padding: 0 15px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
    }
    .box_trade .box_trade_text .trade_text_opis {
        width: 100%;
    }
    .box_trade .box_trade_text .trade_text_title {
        font-size: 18px;
        line-height: 23px;    
    }
    .box_trade .box_trade_icon {
        width: 60%;
        position: absolute;
        top: 40px;
        left: 52%;
        transform: translateX(-50%);
    }
    
    .box_trade .box_trade_icon img{
        width: 100%;
        filter: opacity(0.3);
    }
    
    .box_towary .towary_schemat .towary_schemat_box {
        width: 100%;
    }
    .box_towary .towary_schemat {
        width: 100%;
        flex-wrap: wrap;
    }
    .box_towary {
        height: auto;
    }
    .box_towary .towary_schemat .towary_schemat_box {
        margin-bottom: 30px;
    }
    .box_towary .towary_schemat .towary_schemat_box.box_4 {
        margin-bottom: 0;
    }
}