#Container {
    width: 100%;
    position: relative;
    background: #EDEDED;
    height: 820px;
}

.banners_parent{
    width: 100%;
    height: 410px;
    background-image: url('../graph/tlo_oferta.jpg');
    background-position: center;
    background-size: cover;
}

.top_column_info{
    width: 60%;
    margin-top: -90px;
    position: relative;
} 

.top_column_info:after{
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 80px;
    height: 80px;
    background: rgb(174, 201, 20, 0.5);
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
}


.top_column_info .column_top{
    height: 90px;
    background: rgb(75, 188, 239, 0.9);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top_column_info .column_top p{
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 2px;
}

.top_column_info .column_description{
    height: 140px;
    padding: 40px 60px 50px;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    color: #000;
    background: #fff;
    font-style: italic;
}

.oferta_blok{
    display: flex;
    flex-wrap: wrap;
    margin: 70px 40px;
    justify-content: space-between;
    position: relative;
}

.oferta_blok .oferta_element{
    width: 260px;
    height: 280px;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    cursor: pointer;
    transition: all 0.6s ease;
}

.oferta_blok .oferta_element:before{
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 80px;
    height: 80px;
    background: rgb(75, 188, 239, 0.25);
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    transition: all 0.4s ease;
}

.oferta_blok .oferta_element:hover::before {
    background: rgb(174, 201, 20, 0.5);
}

.oferta_blok .oferta_element .oferta_element_top{
    width: 100%;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.oferta_blok .oferta_element .oferta_element_top img{
    width: 85%;
    transition: all 0.6s ease;
}


.oferta_blok .oferta_element .oferta_element_bottom{
    background: #255AA5;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    transition: all 0.4s ease;
}

.oferta_blok .oferta_element .oferta_element_bottom p{
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 18px;
}

.oferta_blok .oferta_element:hover .oferta_element_bottom{
    background: #AEC914;
}

.oferta_blok .oferta_element:hover .oferta_element_top img{
    width: 95%;
}

.oferta_blok .oferta_hover_description{
    position: absolute;
    width: 700px;
    height: 140px;
    background: #fff;
    bottom: -230px;
    left: 50%;
    transform: translateX(-50%);
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    opacity: 0;
    transition: all 0.6s ease;
}

.oferta_blok .oferta_hover_description p{
    padding: 22px 30px 0;
    text-align: center;
}

.oferta_blok .oferta_hover_description .oferta_hover_title{
    color: #255AA5;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
}

.oferta_blok .oferta_hover_description .oferta_hover_opis{
    line-height: 26px;
    font-size: 18px;
}

/**hovery dla opisów kategorii**/

.oferta_blok .oferta_element_wrapper_pralki:hover .hover_pralki{
    opacity: 1;
}

.oferta_blok .oferta_element_wrapper_lodowki:hover .hover_lodowki{
    opacity: 1;
}

.oferta_blok .oferta_element_wrapper_kuchenki:hover .hover_kuchenki{
    opacity: 1;
}

.oferta_blok .oferta_element_wrapper_mikro:hover .hover_mikro{
    opacity: 1;
}

.oferta_blok .oferta_element_wrapper_suszarki:hover .hover_suszarki{
    opacity: 1;
}

.oferta_blok .oferta_element_wrapper_plyty:hover .hover_plyty{
    opacity: 1;
}

.oferta_blok .oferta_element_wrapper_tv:hover .hover_telewizory{
    opacity: 1;
}




.link_allegro{
    display: flex;
    flex-direction: row;
    background: #AEC914;
    height: 140px;
    width: 60%;
    align-items: center;
    justify-content: center;
    padding: 20px 10px 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.link_allegro p{
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 2px;
}

.link_allegro a{
    height: 100%;
    display: flex;
    align-items: center;
}

.link_allegro img{
    height: 80%;
}

@media only screen and (max-width: 1210px) {
   .oferta_blok {
        margin: 0;
      background: #fff;
   }
    .oferta_element_wrapper {
        width: 25%;
        padding: 0 15px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
   .oferta_blok_kategorie .oferta_element {
      width: 100%;
   }
   .oferta_element_wrapper  {
      width: 25%;
      padding: 0 15px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
   }
   .oferta_blok_kategorie .element_inne {
      width: 25%;
      padding: 0 15px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
   }
   .oferta_blok .oferta_element {
    width: 100%;
   }
    .oferta_blok .oferta_element.element_inne {
        width: 25%;
        padding: 0 15px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .top_column_info .column_description {
        height: auto;
    }
    .top_column_info {
        margin-bottom: 30px;
    }
    .oferta_blok {
        margin-bottom: 50px;
    }
    .link_allegro {
        width: calc(100% - 30px);
        margin-left: 0;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .oferta_blok .oferta_hover_description {
        bottom: -197px;
    }
}

@media only screen and (max-width: 992px) {
    .top_column_info .column_top p {
        font-size: 18px;
    }
    .oferta_element_wrapper {
        width: 33.333%;
    }
    .oferta_blok .oferta_element.element_inne {
        width: 33.3333%;
    }
    .oferta_blok {
        justify-content: inherit;
    }
    .oferta_blok .oferta_element:before {
        left: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .oferta_element_wrapper {
        width: 100%;
    }
    .oferta_blok .oferta_element:before {
        left: 0;
    }
    .oferta_blok .oferta_element .oferta_element_top img {
        width: 180px !important;
    }
    .oferta_blok .oferta_element {
        margin-top: 30px;
    }
    .oferta_blok .oferta_element.element_inne {
        width: 100%;
    }
    .oferta_blok .element_inne:before {
        left: 15px;
    }
    .oferta_blok {
        padding-top: 20px;
    }
    .top_column_info {
        margin-top: 30px;
    }
    .top_column_info {
        width: calc(100% - 30px);
        margin: 30px 15px 30px 15px;
    }
    .top_column_info .column_top {
        padding-left: 15px;
        padding-right: 15px;
        justify-content: center;
        text-align: center;
    }
    .top_column_info .column_description {
        padding: 20px 20px 25px 20px;
        font-size: 16px;
        line-height: 26px;
    }
    #Container {
        height: auto;
    }
    .top_column_info:after {
        display: none;
    }
    .oferta_blok .oferta_hover_description {
        display: none;
    }
    .oferta_blok {
        margin-bottom: 0;
        padding-bottom: 50px;
        margin-bottom: 50px;
    }
    .link_allegro {
        display: block;
        height: auto;
        text-align: center;
    }
    .link_allegro a {
        display: block;
    }
    .link_allegro p {
        font-size: 18px;
        padding-bottom: 3px;
    }
    .link_allegro img {
        height: auto;
        max-width: 100%;
    }
}