.banners_parent{
    width: 1198px;
    height: 380px;
    margin: 0 auto;
    background-image: url('../graph/baner_onas.jpg');
    background-position: center;
    background-size: cover;
}

.banners_box{
    width: 1198px;
    height: 380px;
    background: rgb(243, 146, 0, 0.25);
    margin-top: -380px;
    background: linear-gradient(to left,#F39200 15%,rgba(255,0,0,0));
}

.banners_box .banners_text{
    width: 33%;
    height: 100%;
    padding: 40px;
    float: right;
    text-align: right;
}

.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;
}

.banners_box .banners_text .banners_arrow img{
    width: 100%;
    opacity: 0.8;
    margin-top: 0px;
    margin-left: -40px;
}

/*.w_budowie{
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.w_budowie p{
    font-size: 18px;
    text-align: center;
}*/

.nasz_cel{
        height: 200px;
    background: #DADADA;
    padding: 40px;
    text-align: center;
    margin-top: 20px;
}

.nasz_cel .cel_title{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 20px;
}

.nasz_cel .cel_opis{
    font-size: 15px;
    width: 70%;
    margin: auto;
    line-height: 24px;
}

.nasz_cel .cel_opis span{
    font-weight: bold;
}

.box_schemat{
    height: auto;
    width: 90%;
    display: flex;
    flex-direction: column;
    padding: 40px 0;
    margin-top: -80px;
}

.box_schemat .schemat{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

.box_schemat .schemat .schemat_box{
    width: 24%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}


.box_schemat .schemat .schemat_box .schemat_box_circle{
    width: 240px;
    height: 240px;
    background: #F39200;
    clip-path: circle(50% at 50% 50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.box_schemat .schemat .schemat_box .circle_1{
    background: #828282;
}

.box_schemat .schemat .schemat_box .circle_3{
    background: #404040;
}


.box_schemat .schemat .schemat_box .schemat_box_circle img{
    width: 70%;
}

.box_schemat .schemat .schemat_box p{
    text-transform: uppercase;
    width: 85%;
    text-align: center;
    font-size: 14px;
    margin-top: 25px;
    line-height: 22px;
    font-weight: bold;
}

.box_schemat .schemat .schemat_box .circle_2 img{
    filter: brightness(0) invert(1);
}

.box_schemat .schemat  .schemat_arrow{
    width: 45%;
    margin: 0 20px;
}

.box_schemat .schemat .schemat_arrow img{
    width: 100%;
}

.box_schemat .schemat .arrows_right{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 200px;
}

.box_schemat .schemat_text{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin: 0 40px;
}

.box_schemat .schemat_text p{
    width: 32%;
    text-align: center;
    line-height: 24px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

.box_schemat .schemat_text .schemat_text_right{
    color: #F39200;
}

.box_more_details{
    width: 100%;
    height: 260px;
    background-image: url('../graph/palety_tlo.jpg');
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.box_more_details .more_details{
    width: 40%;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 40px;
    line-height: 52px;
    letter-spacing: 2px;
}

.box_more_details .more_details_button{
    margin-left: 40px;
    background: #F39200;
    border: 2px solid #F39200;
    width: 15%;
    height: 40px;
    transition: all 0.5s ease;
}

.box_more_details .more_details_button a{
    color: #fff;
    font-size: 17px;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box_more_details .more_details_button:hover{
    background: none;
    border: 2px solid #fff;
}








@media only screen and (max-width: 1210px) {
    .top_column_info .column_description {
        height: auto;
    }
    .onas_opis {
        background: #fff;
        margin-top: 30px;
    }
    .onas_opis .onas_ikonka, .onas_opis_details {
        padding: 40px 15px;
    }
}

@media only screen and (max-width: 992px) {
    .top_column_info .column_top p {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
.top_column_info {
    width: calc(100% - 30px);
    margin: 30px 15px 30px 15px;
}
.top_column_info .column_description {
    padding: 20px 20px 25px 20px;
    font-size: 16px;
    line-height: 26px;
}
.top_column_info:after {
    display: none;
}
.onas_opis {
    margin-top: 0;
}
.onas_opis .onas_ikonka:before {
    display: none;
}
.onas_opis {
    display: block;
}
.onas_opis .onas_ikonka, .onas_opis_details {
    width: 100%;
    padding: 0;
}
.onas_opis .onas_ikonka img {
    width: 200px;
}
.onas_opis {
    padding-top: 45px;
}
.onas_opis_details {
    padding: 25px 0 0 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;    
}
.onas_opis {
    padding-left: 15px;
    padding-right: 15px;
}
.link_oferta {
    width: 240px;
    text-align: center;
    padding: 0 15px;
    font-size: 18px;
}
.link_oferta a {
    font-size: 18px;
}
.onas_opis {
    margin-bottom: 5px;
}
}


@media only screen and (max-width: 1198px) {
    .banners_box {
        width: 100%;
    }
    .banners_box .banners_text {
        padding: 20px 15px;
    }
    .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 {
        width: 43%;
    }
    .nasz_cel {
        height: auto;
    }
    .box_schemat {
        margin-top: 0;
    }
    .box_more_details .more_details {
        line-height: 36px;
    }
    .banners_parent {
        max-width: 100%;
    }
}

@media only screen and (max-width: 992px) {
    .banners_box .banners_text {
        width: 64%;
    }
    .box_schemat .schemat .schemat_arrow {
        display: none;
    }
    .box_schemat .schemat .schemat_box .schemat_box_circle {
        width: 180px;
        height: 180px;
    }
    .box_schemat .schemat_text {
        margin: 10px 20px 0 20px;
    }
    .box_more_details .more_details {
        font-size: 26px;
        line-height: 34px;
    }
}

@media only screen and (max-width: 767px) {
    .banners_box .banners_text {
        width: 100%;
        text-align: left;
    }
    .banners_box .banners_text .banners_text_opis {
        font-size: 14px;
        line-height: 18px;
    }
    .banners_box .banners_text .banners_text_title {
    font-size: 18px;
    line-height: 23px;
}
.banners_arrow {
    display: none;
}
.banners_box .banners_text {
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: rgba(243,146,0,0.6);
    padding: 30px;
}
.nasz_cel {
    margin-top: 5px;
}
.nasz_cel {
    padding: 37px 15px 40px 15px;
}
.nasz_cel .cel_opis {
    width: 100%;
}
.box_schemat .schemat .schemat_box {
    width: 33.3333%;
}
.box_schemat .schemat .schemat_box .schemat_box_circle {
    width: 100px;
    height: 100px;
}
.box_schemat .schemat_text {
    display: block;
    margin: 10px 0 0 0;
}
.box_schemat .schemat_text p {
    width: 100%;
}
.box_schemat .schemat_text .schemat_text_left {
    padding: 20px 0 25px 0;
}
.box_more_details .more_details {
    font-size: 18px;
    line-height: 23px;
}
.box_more_details .more_details {
    width: 100%;
    padding: 0;
}
.box_more_details {
    width: 100%;
    padding: 0 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;  
}
.box_more_details .more_details {
    text-align: center;
}
.box_more_details .more_details_button {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}
}