
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
body{
    font-family: 'Panton', sans-serif;
    background: #fff;
    color:#3d3d3d;
}
strong,b{
    font-weight: 700;
}
.tar{
    text-align: right;
}
.tac{
    text-align: center;
}

.m0{
    margin:0;
}
.m30x0{
    margin:30px 0;
}
.p0{
    padding: 0;
}
.p0x30{
    padding: 0 30px;
}
.pl30{
    padding-left: 30px;
}
.dib{
    display: inline-block;
}
a{
    color: #94b131;
}
a:hover,
a:focus,
a:active{
    text-decoration: none;
    color: #687c22;
    outline: none;
}
select:focus,
select:active,
input:focus,
input:active{
    outline: none;
}
h1, h2, h3, h4, h5, h6{
    font-weight:600;
    position: relative;
}
.mb100{
    margin-bottom: 100px;
}

p{
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 1.2px;
}
.bar-inner{
    text-align: right;
}
.grey {
    color: grey;
}
.form-control{
    display: inline-block;
    max-width: 200px;
}

.navbar{
    background: #fff;
    margin:0;
    border:none;
}
.navbar .navbar-brand{
    height: auto;
    padding: 5px;
    margin: 13px 0;
    padding-left: 15px;
    float: none;
    display: inline-block;
    vertical-align: middle;
}
.navbar-header{
    float: none;
    display: inline-block;
    vertical-align: middle;
    padding: 11px 0;
}

#szukajvalue{
    border-radius: 28px;
    border-color: #d0d0d0;
    box-shadow: none;
    font-size: 14px;
    font-weight: 600;
    padding: 14px 48px 14px 28px;
    height: auto;
    max-width: 333px;
    display: block;
}
.search-inner button{
    position: absolute;
    right: 4px;
    top: 4px;
    color: #fff;
    height: 42px;
    width: 42px;
    background: #DF2A08;
    border:none;
    border-radius: 50%;
    line-height: 42px;
}
.main-top,
.list-top{
    font-size: 0;
}
.plac .box-inner{
    background-image: url(../img/Set1.jpg);
    background-position: center; 
    background-size: cover;
}
.architektura .box-inner{
    background-image: url(../img/rem1.jpg); 
    background-position: center;
    background-size: cover;
}
/*.projekty .box-inner{
    background-image: url(../img/projekty.jpg); 
    background-position: center;
    background-size: cover;
}*/
.main-top .box a:hover .box-inner{
    transform: scale(1.1);
}
.main-top .box a{
    overflow: hidden;
    display: block;
}
ul.nawierzchnia {
    list-style: none;
}
ul.nawierzchnia li {
    display: block;
    /*max-width: 300px;*/
}
ul.nawierzchnia li p {
    display: inline-block;
}
ul.nawierzchnia li p.value {
    margin: 0 5px;
}
.nawierzchnia .box-inner{
    background-image: url(../img/plac-zabaw2.jpg); 
    background-position: center;
    background-size: cover;
}
.list-top .nawierzchnia .box-inner{
    background-position: right bottom -50px;
    background-size: contain;
}
.list-top .projekty .box-inner {
    background-position: right top;
}
.list-top .plac .box-inner {
    background-size: 220px;
}
.box{
    display: inline-block;
    vertical-align: top;
}
.list-top .box{
    height: 200px;
}
.box-inner{
    background-color:#fff;
    background-repeat: no-repeat;
    width: 100%;
    padding: 20px;
    position: relative;
    height: 636px;
    transition: all 0.3s ease-out;
}
#main-top .box > a{
    overflow: hidden;
    position: relative;
    display: block;
}
#main-top .box > a:hover .box-inner{
    transform: scale(1.1);
}
.actions {
    display: inline-block;
    float: right;
    margin-top: -8px;
}
.col-4{
    width: 33.3%;
}
.col-2{
    width: 16.66666667%;
}
.col-3{
    width: 25%;
}
.col-6 {
    width: 50%;
}
.row-line .col-4,
.row-line .col-6 {
    float: left;
}
.row-line .col-4:last-child{
    float: right;
}
.row-line .nice-select {
    width: 98%;
}
.box-title{
    text-align: center;
    height: 101px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    z-index: 1;
    position: relative;
}
.plac .box-title{
    background: #93B308 url(../img/arrow-right.svg) no-repeat center right 50px;
}
.nawierzchnia .box-title{
    background: #DF2A08 url(../img/arrow-right.svg) no-repeat center right 50px;
}
.architektura .box-title{
    background: #454444 url(../img/arrow-right.svg) no-repeat center right 50px;
}
.bg-overlay{
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    left: 0;
    top:0;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}
.box a:hover .bg-overlay{
    opacity: 0;
}
.box a:hover .box-title{
    background-position: center right 30px;
}
/*.fa-right{
    width: 14px;
    height: 22px;
    display: inline-block;
    background: url(../img/arrow-right.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translate(0,-50%);
}*/

.box-title h3{
    color:#fff;
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
    padding: 0px 65px;
}

.products{
    padding: 50px 0;
    text-align: center;
}

h2,h1{
    color:#191919;
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 50px;
}
.products h2{
    text-align: center;
}
.section-title .more{
    /*float: right;*/
    position: absolute;
    right: 0;
    bottom: 0px;
}
.section-title{
    position: relative;
    margin-bottom: 40px;
}
.more{
    text-transform: uppercase;
    color:#3D3D3D;
    font-weight: 700;
    font-size: 12px;
    border-bottom: 2px solid #ff440d;
    letter-spacing: 0.5;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.more:hover{
    color:#ff440d;
}
.more i{
    margin-left: 5px;
}
.nav-tabs>li>a{
    padding: 14px 30px;
    border:1px solid transparent;
    background: none;
    border-radius: 0;
    font-weight: 600;
    font-size: 21px;
    color:#191919;
    transition: all 0.3s ease-in-out;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
    color:#93B308;
    background: none;
    border:1px solid #E9E9E9;
}
.nav-tabs{
    border:none;
    margin-bottom: 20px;
    text-align: center;
}
.nav-tabs>li{
    margin:0 5px;
    float: none;
    display: inline-block;
}
.nav-tabs>li>a:hover{
    border:1px solid #E9E9E9;
}
.nav>li>a:hover, .nav>li>a:focus{
    background: none;
}
.product-row{
    font-size: 0;
    letter-spacing: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.product-item{
    display: inline-block;
    vertical-align: top;
    width: 20%;
    padding: 10px;
    margin-bottom: 20px;
}
.prod-name{
    text-align: center;
    margin-bottom: 10px;
}
.prod-name p{
    color:#93B308;
    font-size: 18px;
    font-weight: 500;
    font-family: "Rubik", sans-serif;
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out;
    letter-spacing: 0;
    line-height: 1.1;
}
.view-list .prod-name p{
    font-size: 24px;
}
.realizations .prod-name p{
    margin-bottom: 0;
}
.realizations .prod-name p.location,
.location{
    margin: 10px 0;
    font-size: 16px;
    color: #DF2A08;
    padding-left: 17px;
    background: url(../img/location.svg) no-repeat center left;
    background-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: "Panton", sans-serif;
}
.realizations .prod-img,
.realizations .products-container.view-list .prod-name{
    vertical-align: middle;
}
.realizations .products-container.view-list .prod-name{
    padding-left: 30px;
}
.realizations .view-list .prod-right{
    align-items: center;
    justify-content: center;
    width: 23%;
}
.realizations .view-list .prod-left{
    width: 77%;
}
.realizations .products-container .product-item .btn{
    margin:0;
}
.realizations .cart-btn .btn span {
    padding: 17px 35px;
}
.realizations .products-container.view-list .product-item-inner{
    padding: 10px;
}
.realizations .tytul-produktu{
    margin-bottom: 0;
    font-family: "Panton", sans-serif;
    font-weight: 700;
    color: #191919;
}
.realizations .street{
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #191919;
    line-height: 1;
    letter-spacing: 0;
}
.realizations .numer-katalogowy{
    padding-bottom: 0;
    margin-bottom: 0;
    border:none;
}
.realizations .desktop-view,
.realizations .mobile-view{
    padding-bottom: 20px;
    border-bottom: 1px solid #EFEFEF;
    margin-bottom: 20px;
}
.realizations .product-info p,
.realizations .product-info ul{
    margin-bottom: 15px;
}
.realizations .product-info p,
.realizations .product-info p span,
.realizations .product-info li{
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 16px!important;
    line-height: 1.6;
    color: #3d3d3d!important;
    font-family: 'Panton', sans-serif!important;
}
.realizations .product-info ul{
    padding-left: 25px;
}
.realizations .cart-btn{
    display: inline-block;
}
.realizations .product-info{
    margin-bottom: 30px;
}
.cart-btn .fa-envelope{
    display: inline-block;
    background: #93B308 url(../img/mail.svg) no-repeat center;
    width: 60px;
    margin-bottom: 0;
    vertical-align: middle;
    height: auto;
}
.cart-btn .fa-envelope:before{
    display: none;
}
.realizations .mobile-view .tytul-produktu,
.realizations .mobile-view .numer-katalogowy{
    text-align: left;
}
.thumb-content{
    cursor: pointer;
}
#map_canvas{
    height: 283px;
    width: 100%;
}
.realizations .product-description p{
    margin-bottom: 10px;
}
/*.calculation-description .note-editable {*/
/*    overflow-y: scroll;*/
/*}*/
.prod-name p.price,
.add-to-cart .price{
    color:#454444;
    font-weight: 500;
    font-size: 19px;
    font-family: "Rubik", sans-serif;
    margin-bottom: 7px;
    letter-spacing: 0;
    line-height: 1.4;
}
.add-to-cart .price{
    margin-bottom: 15px;
}
.add-to-cart .price span{
    font-size: 15px;
    font-weight: 400;
    margin-right: 6px;
}
.add-to-cart .price span.ask-price{
    color: #93B308;
    margin-right: 0;
}
.products-container .prod-name p .ask-price{
    font-size: 15px;
    font-weight: 400;
}
.minus{
    background: #E8EAED url(../img/minus.svg) no-repeat center;
    width: 30px;
    height: 50px;
    border:1px solid #D9D9D9;
    vertical-align: middle;
}
.plus{
    background: #E8EAED url(../img/plus.svg) no-repeat center;
    width: 30px;
    height: 50px;
    border:1px solid #D9D9D9;
    vertical-align: middle;
}

.prod-img{
    height: 220px;
    margin-bottom: 15px;
    width: 100%;
}
.product-item-inner{
    background: #fff;
    padding: 20px;
    text-align: center;
    border: 1px solid #EBEBEB;
    height: 100%;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.product-item a:hover .prod-name p{
    /*color: #ff440d;*/
}
.product-item a:hover .prod-name p.price{
    /*color: #a4a4a4;*/
}
.btn{
    padding: 14px 30px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    color:#fff;
    background: #191919;
    border-radius: 0;
    letter-spacing: 2px;
    white-space: normal;
    transition: all 0.3s ease-in-out;
    width: auto;
}
.btn:focus{
    box-shadow: none;
    outline: none;
}
.btn:hover,
.product-item .btn:hover,
.cart-btn .btn:hover,
.btn:focus {
    background: #3D3D3D;
    color:#fff;
}
.product-item .btn,
.cart-btn .btn{
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    color:#fff;
    background: #191919;
    display: block;
    padding: 0;
    border: 0;
    margin-top: 20px;
    letter-spacing: 0;
    font-family:"Rubik", sans-serif;
    display: flex;
}
.cart-btn .btn{
    margin-top: 0;
}
.view-grid .cart-btn .btn{
    margin-top: 20px;
}
.product-item .btn .fa-cart,
.cart-btn .fa-cart{
    display: inline-block;
    background:#93B308 url(../img/cart2.svg) no-repeat center;
    width: 60px;
    margin-bottom: 0;
    vertical-align: middle;
    height: auto;
}
.product-item .btn span,
.cart-btn .btn span{
    width: calc(100% - 60px);
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    padding: 17px 15px;
    /*padding-top: 13px;*/
    line-height: 1;
}
.cart-btn .btn span{
    padding: 17px 25px;
    /*padding-top: 15px;*/
}
.no-price i{
    background:#93B308;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.no-price .price-item p{
    margin-bottom: 5px;
}
.no-price .price-item{
    max-width: none;
    width: auto;
}
.no-price .cart-btn .btn span,
.no-price.cart-btn .btn span{
    width: calc(100% - 50px);
}
.to-cart{
    margin-bottom: 20px;
}
.product-status{
    margin-bottom: 25px;
}
.product-status,
.delivery{
    color:#8B8B8B;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    padding-left: 25px;
}
.available{
    background: url(../img/tick.svg) no-repeat left top 3px;
}
.delivery{
    padding-left: 40px;
    background: url(../img/delivery.svg) no-repeat left top;
    margin-bottom: 15px;
    line-height: 1.2;
    max-width: 430px;
}
.red-det{
    padding: 15px 0;
    margin-bottom: 15px;
    border-top:1px solid #EFEFEF;
    border-bottom:1px solid #EFEFEF;
}
.red-det p{
    font-size: 16px;
    font-weight: 700;
    padding-left: 25px;
    background: url(../img/tick-red.svg) no-repeat left top 4px;
    display: inline-block;
    vertical-align: top;
}
.red-det p:first-child{
    margin-right: 15px;
}
.red-det p span{
    color:#DF2A08;
}
.product-info h6{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 15px;
}
.downloadfile a{
    display: inline-block;
    color:#686464;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    background: #FDFFF4 url(../img/pdf.png) no-repeat center left 20px;
    border:1px solid #CCDF76;
    padding: 18px 30px 18px 60px;
    line-height: 1.2;
}
.downloadfile a span{
    font-weight: 600;
}
.show-img{
    height: 300px;
    margin-bottom: 10px;
    display: block;
}
.show-date{
    background: #fff;
    padding: 10px;
    display: inline-block;
    margin-top: 20px;
    color: #1b1b1b;
    font-weight: 600;
    font-size: 14px;
}
.show-details{
    padding: 10px;
}
h5{
    font-size: 22px;
    font-weight: 600;
    color:#3D3D3D;
    margin-bottom: 10px;
    line-height: 1.2;
}
.show-details p{
    font-size: 14px;
    font-weight: 400;
    color: #6b6b6b;
    margin-bottom: 10px;
}
.show-details .more{
    border:none;
}
.orange{
    color:#ff440d;
}
.orange:hover{
    color:#3D3D3D;
}

p.sub-title{
	font-weight: 700;
    font-size: 16px;
    line-height: 1.4;
}

footer{
    padding: 100px 0 60px;
    background: #191919;
    font-size: 16px;
    font-weight: 400;
    color:#636363;
    position: relative;
}
footer:before{
    content:'';
    width: 75%;
    position: absolute;
    right: 0;
    top: -15px;
    height: 15px;
    background: #93B308;
}
footer a{
    color:#636363;
    transition: all 0.3s ease-in-out;
}

footer h6{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    color:#fff;
    letter-spacing: 1px;
}
.menu-footer li,
.footer-contact li{
    font-size: 16px;
    font-weight: 400;
    list-style: none;
    /*margin: 3px 0;*/
    letter-spacing: 1px;
    line-height: 1.6;
}
.copyright{
    margin-top: 50px;
}
.copyright p{
    color:#707070;
    font-size: 12px;
}
.menu-footer li a{
    color:#636363;
    line-height: 1.2;
    display: inline-block;
}
.logo-footer{
    margin-bottom: 20px;
}
footer a:hover,
.menu-footer li a:hover{
    color:#8b8b8b;
}
.navbar-toggle .icon-bar{
    background:#DF2A08;
    width: 27px;
    height: 4px;
    border-radius: 4px;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 5px;
    background: #93B308;
}
.navbar-toggle{
    margin-top: 0;
    border-radius: 0;
    border: 1px solid #E2E2E2;
    padding: 8px 6px;
    float: none;
    vertical-align: middle;
    margin-left: 0px;
    margin-right: 10px;
    margin-bottom: 0;
}
.breadcrumb{
    background: none;
    font-size: 13px;
    font-weight: 600;
    padding: 17px 0;
    border-bottom: 1px solid #EFEFEF;
    margin-bottom: 50px;
}
.breadcrumb a{
    color: #8B8B8B;
}
.breadcrumb>.active{
    color:#8B8B8B;
}

.breadcrumb>li+li:before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    color: #93B308;
    padding: 0 20px;
}
.products-page h2,
.products-page h2 span{
    padding-right: 0;
    margin-bottom: 20px;
    font-size: 28px!important;
    font-family:"Panton", sans-serif!important;
    color:#191919!important;
}
.category-description-top{
    text-align: center;
    max-width: 1320px;
    margin:0 auto;
    margin-bottom: 80px;
}
.category-description-top p,
.category-description-top span,
.category-description-top strong {
    font-size: 16px!important;
    color:#191919!important;
    font-family:"Panton", sans-serif!important;
    font-weight: 600;
}
.page-text-content p,
.page-text-content span,
.page-text-content li{
    /*font-size: 16px!important;*/
    font-family:"Panton", sans-serif!important;
    letter-spacing: 1px!important;
    line-height: 1.6!important;
    /*color:#191919!important;*/
}
.page-text-content ul{
    padding-left: 25px;
}
.products-page .section-title{
    margin-bottom: 15px;
}
.product-page{
    padding-bottom: 80px;
}
.product-page .page-title,
.page-text .page-title{
    border-top: 13px solid #93B308;
}
.tytul-produktu{
    font-family:"Rubik", sans-serif;
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 10px;
}
.numer-katalogowy{
    color:#3D3D3D;
    font-size: 15px;
    font-family:"Rubik", sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    padding-bottom: 15px;
    border-bottom:1px solid #EFEFEF;
    margin-bottom: 25px;
}
.price-content{
    margin-bottom: 20px;
    font-size: 0;
}
.price-item{
    display: inline-block;
    width: 50%;
    max-width: 250px;
    vertical-align: top;
}
.price-item p,
.variant p{
    font-size: 16px;
    color:#191919;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
}
.variant{
    margin-bottom: 25px;
}
.variant p{
    margin-bottom: 5px;
}
.add-to-cart .variant{
    margin-bottom: 15px;
    width: 100%;
}
.products-container .add-to-cart .variant{
    margin-bottom: 10px;
}
.variant .nice-select{

}
.nice-select .current{
    max-width: 100%;
    overflow: hidden;
    display: block;
    line-height: 1.2;
}
select,
.nice-select{
    font-size: 21px;
    font-weight: 300;
    font-family:"Rubik", sans-serif;
    color:#3D3D3D;
    max-width: 380px;
    border: 1px solid #D9D9D9;
    padding: 12px 25px 12px 15px;
    width: 100%;
    line-height: 1;
    height: auto;
    border-radius: 0;
}
.variant .nice-select:after{
    border-color:#3D3D3D;
}
.pseudo-select.nice-select:after {
    display: none;
}
.nice-select .option{
    font-weight: 300;
    display: block;
    border:none;
}
.nice-select .option.selected{
    font-weight: 300;
}
.price-item p.price-netto{
    text-transform: none;
    font-size: 36px;
    font-weight: 400;
}
.price-item p.price-brutto{
    color:#93B308;
    text-transform: none;
    font-size: 36px;
    font-weight: 600;
}
.to-cart .quantity-content{
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.to-cart .cart-btn{
    display: inline-block;
    vertical-align: middle;
    width: 200px;
}
.prod-pagination{
    font-size: 0;
    margin-bottom: 10px;
    padding-top: 15px;
}
p.list-info{
    color:#8c8b8b;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    text-align: center;
}

.pagination-content{
    display: inline-block;
    vertical-align: middle;
    /*width: 33.3%;*/
    width: 100%;
    font-size: 14px;
    text-align: center;
    font-weight: 700;
}
.pagination>li {
    display: inline-block;
    margin: 0 3px;
    background: #93b308;
    color: white;
}
.pagination>li>a, .pagination>li>span {
    /*color:#a6a6a6;*/
    color: white;
    background: none;
    border: none;
    /*padding: 3px 9px;*/
    padding: 6px 12px;
    font-weight: 700;
    font-size: 16px;
}
.pagination li:hover {
    background: #a3c50c;
}
.pagination>li.active {
    background: black;
}
.pagination>li.active a,
.pagination>li.active a:hover,
.pagination>li a:hover {
    color: white;
}
.icon-function {
    width: 56px;
    height: 56px;
}
.icon-function-smaller {
    background-size: 56px 689px;
    width: 32px;
    height: 32px;
}
.product-description{
    padding: 0 15px;
    margin-top: 50px;
}
.product-description .nav-tabs{
    text-align: left;
    margin-bottom: 50px;
    border-bottom: 1px solid #E0E0E0;
}
.product-description .nav-tabs>li>a{
    font-size: 20px;
    font-weight: 700;
    color: #3D3D3D;
    border:none;
    padding: 18px 50px;
    letter-spacing: 0;
}
.product-description .nav-tabs>li{
    margin:0;
}
.product-description p,
.product-description li,
.tab-pane,
.product-description .panel-collapse{
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.6;
}
.product-description p {
    margin: 10px 0px;
}

.product-description .tab-content ul{
    padding-left: 25px;
}
.product-description .nav-tabs>li.active>a, 
.product-description .nav-tabs>li.active>a:hover, 
.product-description .nav-tabs>li.active>a:focus{
    color:#fff;
    background: #93B308;
    border:none;
}
.panel-title a{
    color: #fff;
    background: #93B308;
    border: none;
    padding: 20px 15px;
    display: block;
    font-size: 20px;
    font-weight: 700;
}
.panel-title a.collapsed{
    background: #F8F8F8;
    color:#3D3D3D;
}
.panel-title a .caret{
    background: url(../img/arrow-right.svg) no-repeat center;
    background-size: contain;
    width: 17px;
    height: 17px; 
    margin:0;
    transform: rotate(-90deg);
    position: absolute;
    right: 15px;
    margin-top: 2px;
    border:none;
}
.panel-title a.collapsed .caret{
    background: url(../img/arrow-down-green.svg) no-repeat center;
    background-size: contain; 
    transform: rotate(0deg);
    margin-top: 4px;
}
.panel-heading{
    padding: 0;
    border-radius: 0;
    border:none;
}
.panel{
    box-shadow: none;
    border-radius: 0;
    border:none;
    margin-bottom: 10px;
}
.panel ul{
    padding-left: 25px;
}
.panel .panel-collapse{
    padding: 25px 0;
}
.category-products{
    margin-top: 80px;
}
.category-products h2{
    text-align: center;
    margin-bottom: 30px;
}
.main-img img{
    max-width: 100%;
}
.main-img a{
    display: inline-block;
    border:1px solid #EFEFEF;
    padding: 10px;
    min-height: 430px;
    display: flex;
    align-items: center;
}

.slider-counter {
    text-align: right;
    padding: 10px 20px;
    font-weight: bold;
    color: black;
    margin-bottom: -40px;
    z-index: 9;
    position: relative;
    font-size: 18px;
    font-family: "Rubik", sans-serif;
}

.dropdown-link {
    width: 22px;
    height: 22px;
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 9999;
    cursor: pointer;
}

.dropdown-link:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 50%;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px;
}

.dropdown-link:hover:after {
    border-bottom: 2px solid #93B308;
    border-right: 2px solid #93B308;
}

.thumbnails .slide-item .thumb-content{
    border:1px solid #EFEFEF;
    min-height: 136px;
    display: flex;
    align-items: center;
}
.thumbnails .slide-item.slick-current .thumb-content{
    border-color:#C9D986;
}
.thumbnails img{
    max-width: 100%;
}

.slick-prev, .slick-next {
    top: unset;
    z-index: 9999;
    margin-top: 65px;
}

.slick-prev {
    left: 30px;
}

.slick-next {
    right: 30px;
}

.product-img .slick-slide{
    padding: 7px;
}
.product-img .main-img .slick-slide{
    padding-top: 0;
}
.sort{
    display: inline-block;
    vertical-align: middle;
    /*width: 33.3%;*/
    font-size: 12px;
    /*text-align: right;*/
    margin-right: 15px;
}
.sort label{
    color:#686464;
    font-size: 14px;
    margin-right: 12px;
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    margin-bottom: 0;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    color: #3D3D3D;
    background: none;
    border: none;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus{
    color: #ff440d;
    background: none;
    border: none;
}
.sort select,
.sort .nice-select{
    width: auto;
    background: none;
    padding: 14px 35px 11px 15px;
    box-shadow: none;
    font-size: 13px;
    font-weight: 400;
    cursor: pointer;
    height: auto;
    color:#686464;
    border:1px solid #D0D0D0;
    border-radius: 6px;
    font-family: "Panton", sans-serif;
    vertical-align: middle;
}
.sort .nice-select .option,
.sort .nice-select .option.selected{
    font-weight: 400;
}
.form-control:focus{
    /*border:none;*/
    box-shadow: none;
    border-color:#D9D9D9;
}

#contactPokazForm label.error {
    text-align: center;
    background: #df2a08;
    color: white;
    display: inline-block;
    margin: 3px auto 0;
    padding: 5px;
}

.products-container .product-item{
    width: 25%;
    margin-bottom: 0;
}
.products-container.view-list .product-item{
    width: 100%;
    padding: 6px 10px;
}
.products-container .product-item-inner{
    font-size: 0;
    text-align: left;
    padding: 20px;
}
.products-container.view-grid .product-item-inner{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.products-container.view-list .product-item-inner{
    padding-top: 30px;
        display: flex;
        flex-direction: row;
}
.products-container .product-row{
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
}
.prod-left{
    display: inline-block;
    width: 100%;
    vertical-align: top;
    font-size: 14px;
}
.view-list .prod-left{
    width:70%;
    /*padding-right: 7px;*/
    font-size: 0;
    position: relative;
}
.prod-right{
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.view-list .prod-right{
    width: 30%;
    /*padding-left: 7px;*/
    display: flex;
    flex-wrap: wrap;
}
.products-container .prod-name{
    margin-bottom: 0px;
    text-align: center;
}
.products-container.view-list .prod-name{
    text-align: left;
    width: 70%;
    display: inline-block;
    vertical-align: top;
    padding-left: 15px;
}
.prod-name p.cat-nr{
    color:#757575;
    font-size: 12px;
    letter-spacing: 0;
    font-weight: 400;
    font-family: "Rubik", sans-serif;
}
.view-list .prod-name p.cat-nr{
    font-size: 14px;
    color:#757575;
    font-weight: 400;
    letter-spacing: 0;
    font-family: "Rubik", sans-serif;
}
.view-list .cat-nr span{
    color:#DF2A08;
}

.products-container.view-list .prod-name p.price{
    display: none;
}
.products-container .prod-name p.desc{
    font-size: 16px;
    font-weight: 400;
    color:#3D3D3D;
    font-family:"Panton", sans-serif;
    letter-spacing: 1px;
    line-height: 1.6;
    word-break: break-word;
}
.view-grid .prod-name p.desc{
    display: none;
}
.add-to-cart{
    font-size: 14px;
    text-align: center;
}
.view-list .add-to-cart{
    text-align: right;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding-left: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-content: space-between;
}
.cat-numb{
    color:#737373;
    font-weight: 700;
    float: left;
    margin: 8px 0;
}
.fRight{
    float: right;
}
.quantity{
    font-size: 24px;
    font-weight: 300;
    color:#193559;
    width: 90px;
    text-align: center;
    height: auto;
    padding: 6px;
    border:1px solid #D9D9D9;
    box-shadow: none;
    border-radius: 0;
    font-family: "Rubik", sans-serif;
    vertical-align: middle;
    margin: 0 -1px;
    height: 50px;
}
.quantity-content{
    font-size: 0;
}
.view-grid .quantity{
    width: calc(100% - 60px);
    max-width: none;
}
/*.view-grid .quantity-content{
    display: none;
}*/
.view-grid .list-price{
    display: none;
}
.products-container .product-item .btn {
    margin-bottom: 0;
    margin-top: 10px;
}

.products-container .prod-img{
    display: inline-block;
    height: 205px;
}
.products-container.view-list .prod-img{
    height: 170px;
    margin-bottom: 0;
    width: 30%;
    float: left;
}
.added{
    font-size: 12px;
    color:#fff;
    text-transform: uppercase;
    padding: 10px 15px;
    background: #e22812;
    font-weight: 700;
    display: inline-block;
    position: absolute;
    left: -28px;
    bottom: 0;
}
.added .fa-cart {
    background: url(../img/cart-white.svg) no-repeat center;
    vertical-align: -4px;
    margin-right: 3px;
    width: 24px;
    height: 20px;
    background-size: 22px;
    display: inline-block;
    margin-bottom: 0;
}
.view-grid .prod-left .added,
.product-row .added{
    display: block;
    margin-top: -56px;
    position: relative;
    width: 80px;
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
}
.products-container.view-list .added {
    top: 60px;
}
.products-container .prod-name a:hover p{
    /*color:#ff440d;*/
}
.products-container .prod-name a:hover p.price{
    /*color:#a4a4a4;*/
}
.products-container .prod-name a:hover p.desc{
    /*color:#3D3D3D;*/
}
.category-description-bottom{
    margin-top: 20px;
    font-size: 14px;
}
.category-description-bottom p{
    margin-bottom: 15px;
}
.category-description-bottom p span,
.category-description-bottom li{
    font-size: 16px!important;
    font-family:"Panton", sans-serif!important;
    color:#3D3D3D!important;
    line-height: 1.6!important;
}
.category-description-bottom ul{
    padding-left: 25px;
}
.products-page{
    padding-bottom: 50px;
}
.calculator{
    width: 40%;
    display: inline-block;
    vertical-align: middle;
}
.calculator h4{
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 15px;
}
.cart-contact{
    display: inline-block;
    vertical-align: middle;
    width: 60%;
    text-align: right;
}
.cart-contact a{
    font-weight: 600;
    color:#3d3d3d;
}
.count-cart{
    font-size: 0;
    margin:20px 0 40px;
}
.calc-data{
    padding: 18px;
    padding-left: 65px;
    padding-right: 25px;
    background: #FDFFF6 url(../img/cart.svg) no-repeat center left 20px;
    text-align: center;
    border: 1px solid #93B308;
    display: inline-block;
}
.calc-data p{
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    padding: 0 8px;
    font-size: 16px;
    letter-spacing: 0;
}
.calc-data p.countProducts span{
    color:#93B308;
}
.calc-data p.val span{
    color:#DF2A08;
}
#kalkulacje,
table{
    width: 100%;
}
#kalkulacje thead td,
table thead td,
table thead th{
    color:#93B308;
    font-weight: 700;
    font-size: 14px;
    vertical-align: bottom;
    line-height: 1;
    position: relative;
}
#kalkulacje tr,
table tr{
    border-bottom: 1px solid #DDDDDD;
}
#kalkulacje td,
table td,
table th{
    padding: 11px;
}
#kalkulacje td a,
table td a{
    color:#3d3d3d;
}
#kalkulacje td a:hover,
table td a:hover{
    color:#94b131;
}
#kalkulacje tbody td{
    letter-spacing: 0.5px;
    vertical-align: middle;
    font-size: 15px;
    /*white-space: nowrap;*/
}
#kalkulacje tbody td:nth-child(2){
    white-space: normal;
}
#kalkulacje td a.removeProduct{
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #D9000D;
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding: 5px;
}
#kalkulacje .quantity{
    font-size: 16px;
    height: 38px;
    width: 50px;
    font-weight: 400;
    font-family: 'Panton', sans-serif;
    border-radius: 0;
}
#kalkulacje .minus,
#kalkulacje .plus{
    width: 22px;
    height: 38px;
    background-size: 11px;
}
.podsumowanie-cena,
.podsumowanie-cena2{
    padding-right: 50px;
    display: inline-block;
}
.page-text .page-text-content .podsumowanie-cena p,
.page-text .page-text-content .podsumowanie-cena2 p,
.podsumowanie-cena p,
.podsumowanie-cena2 p{
    margin-bottom:5px;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 15px;
}
.podsumowanie-cena p span,
.podsumowanie-cena2 p span{
    font-weight: 600;
    width: 94px;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    padding-right: 10px;
}
.podsumowanie-cena p dfn,
.podsumowanie-cena2 p dfn{
    min-width: 140px;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
}
.headCount{
    min-width: 115px;
}
.add-product-col{
    text-align: right;
}
.add-product .cart-btn .btn span{
    padding: 13px 25px;
    line-height: 1.6;
}
.add-product .cart-btn .btn{
    display: inline-flex;
}
.page-text .btn-icon{
    display: inline-flex;
    letter-spacing: 0;
    font-family: "Rubik", sans-serif;
    padding: 0;
    border: 0;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    background: #191919;
}
.page-text .btn-icon i{
    background: #93B308;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-text .btn-icon span{
    padding: 13px 25px;
    width: calc(100% - 50px);
}


.page-text-content .add-product .cart-btn .btn span{
    font-family: "Rubik", sans-serif!important;
}
.save-cart{
    margin-top: 30px;
}
.save-cart h3{
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    color:#191919;
}
.page-text .page-text-content .save-cart p,
.save-cart p{
    margin-bottom: 15px;
}
.save-cart a span{
    display: inline-block;
    vertical-align: middle;
    color:#191919;
    font-family: "Rubik", sans-serif!important;
    line-height: 1.2!important;
}
.save-cart a span strong{
    display: block;
}
.save-cart a .save-img{
    width: 60px;
    height: 51px;
    margin-right: 20px;
}
.save-cart .save-online .save-img{
    background:#93B308 url(../img/save.svg) no-repeat center;
}
.save-cart .save-pdf .save-img{
    background:#DF2A08 url(../img/save-pdf.svg) no-repeat center;
}
.save-cart .print .save-img{
    background:#3D3D3D url(../img/print.svg) no-repeat center;
}


.left-menu{
    background: #F8F8F8;
    padding: 15px 0;
}
#categoryMenu ul{
    list-style: none;
}
.left-menu .navbar-collapse{
    padding: 0;
    float: none;
}
h4{
    font-size: 29px;
}
.left-menu h4{
    padding: 0 20px;
    font-size: 29px;
    margin-bottom: 10px;
}
.prod-pagination h4{
    display: inline-block;
    margin-bottom: 10px;
}
.prod-pagination:after {
    content: '';
    clear: both;
    display: table;
}
.playtime-alert {
    position: fixed;
    width: 50%;
    background: white;
    z-index: 9999;
    text-align: center;
    max-width: 500px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 15px;
}

.playtime-alert p {
    padding-bottom: 10px;
}

.playtime-alert.success {
    border: 5px solid #93b308;
}

.playtime-alert.error {
    border: 5px solid #DF2A08;
}

#categoryMenu a{
    color:#686464;
    font-weight: 400;
    font-size: 15px;
    padding: 11px 20px;
    display: block;
    white-space: normal;
    border-bottom: 1px solid #EFEFEF;
}
#categoryMenu a:hover{
    color:#191919;
}

#categoryMenu .active > a{
    color:#93B308;
    font-weight: 700;
}

#categoryMenu .dropdown-menu .active a{
    background: none;
    color:#93B308;
}
#categoryMenu .dropdown-menu{
    position: relative;
    float: none;
    border:none;
    background: none;
    box-shadow: none;
    padding: 0;
    z-index: 1;
}
#categoryMenu .dropdown-menu .dropdown-menu{
    padding-left: 20px;
}
#categoryMenu .dropdown-menu .dropdown-menu a{
    color:#686464;
    border: none;
    padding: 5px 0px;
}
#categoryMenu .dropdown-menu .dropdown-menu li{
    padding-left: 20px;
    position: relative;
}
#categoryMenu .dropdown-menu .dropdown.active > a,
#categoryMenu .dropdown.active > a{
    border-bottom:none;
}
#categoryMenu .dropdown-menu .dropdown-menu li:before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 1px;
    background: #93B308;
    position: absolute;
    left: 0;
    top: 15px;
}
#categoryMenu .dropdown-menu>li>a:hover, 
#categoryMenu .dropdown-menu>li>a:focus{
    background: none;
}
#categoryMenu .dropdown-menu a:hover{
    color:#191919;
}
.col-right{
    /*padding-left: 25px;*/
}
.pagination{
    margin:10px 0;
}
.page-text{
    padding: 0px 0 70px 0;
}
#szukajformamax2{
	display: none;
	position: absolute;
    z-index: 1;
    background: rgb(255 255 255);
    width: 100%;
    left: 0;
    padding: 15px 0;
    text-align: left;
    margin-top: 11px;
    border-bottom: 13px solid #93B308;
}
#szukajformamax2 form{
	max-width: 1170px;
	padding: 0 15px;
	margin:0 auto;
}
.showbox-inner{
	background: #fff;
	height: 100%;
}
.showroom-container .show-details{
	padding: 10px 20px 15px;
}
.row-flex{
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.col-flex{
	-ms-flex: none;
    -webkit-flex: none;
    flex: none;
}
.showroom-container .col-flex{
	margin-bottom: 25px;
}
.menu-top{
    margin-bottom: 10px;
}
.menu-top li{
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    border-right:1px solid #E2E2E2;
}
.menu-top li.menu-login,
.menu-top li.menu-lang,
.menu-top li.noBorder{
    border:none;
}
.fa-profil{
    width: 17px;
    height: 17px;
    background: url(../img/profil.svg) no-repeat center;
    background-size: 17px; 
    margin-right: 10px;
    margin-bottom: 3px;
    display: inline-block;
    vertical-align: middle;
}
.menu-top li.menu-login,
.menu-top li.menu-lang{
    padding: 0;
    padding-right: 5px;
}
.menu-login a{
    border:1px solid #93B308;
    padding: 8px 14px 4px;
}
.menu-login-logged a{
    color: white !important;
    border:1px solid #93B308;
    background: #93B308;
}
.menu-login-logged a .fa-profil {
    background: url(../img/profil-white.svg) no-repeat center;
}
.menu-top a{
    color:#7E7E7E;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
}
.menu-top li.menu-lang select{
    border:1px solid #E2E2E2;
    padding: 9px 14px 8px;
    font-size: 11px;
    font-weight: 700;
    color:#707070;
    display: inline-block;
    font-family: "Panton", sans-serif;
}
#main-menu li{
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    margin:0 10px;
}
#main-menu a{
    color:#191919;
    font-size: 16px;
    font-weight: 600;
}
.menus{
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
    text-align: right;
}
.cart-top{
    display: inline-block;
    vertical-align: middle;
}
.cart-top a{
    color:#191919;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    padding: 17px 10px;
    border: 1px solid #D1D1D1;
}
.fa-cart{
    display: block;
    background: url(../img/cart.svg) no-repeat center;
    background-size: 28px;
    margin:0 auto;
    width: 28px;
    height: 26px;
    margin-bottom: 5px;
}

.cart-count,
.cart-price{
    display: block;
    font-size: 13px;
    font-weight: 600;
}
.cart-count{
    color:#7E7E7E;
    margin: 2px 0;
}
.cart-price{
    color:#93B308;
}

.moreOptions{
	color:#93B308;
    font-size: 14px;
    font-weight: 600;
    margin-right: 10px;
    margin-top: 5px;
    display: inline-block;
}
.search-inner{
	display: inline-block;
	position: relative;
    text-align: right;
    margin-top: 22px;
    vertical-align: middle;
    padding-left: 20px;
    width: 333px;
}
#szukajformamax2 input.text{
	width: 100%;
    background: none;
    padding: 11px;
    box-shadow: none;
    font-size: 13px;
    font-weight: 400;
    cursor: pointer;
    height: auto;
    color: #686464;
    border: 1px solid #D0D0D0;
    border-radius: 6px;
    font-family: "Panton", sans-serif;
}
#szukajformamax2 input.text.szukajinfo{
    width: calc(100% - 60px);
}
.szukaj-checkbox input{
	vertical-align: middle;
    display: inline-block;
    margin-top: 0;
    margin-right: 5px;
}
#szukajformamax2 label{
	color: #686464;
    font-size: 14px;
    margin-right: 15px;
}
#szukajformamax2 .szukaj-checkbox label{
	vertical-align: middle;
    display: inline-block;
    /*font-size: 12px;*/
}
.szukaj-checkbox{
    margin-left: 58px;
}
.szukaj-inline{
    margin-bottom: 20px;
    display: inline-block;
}
.szukaj-inline label{
    margin-bottom: 5px;
}
.szukaj-button{
	text-align: center;
}
.szukaj-button input{
    padding: 15px 20px;
    width: 100%;
    max-width: 200px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    background: #191919;
    letter-spacing: 0;
    font-family: "Rubik", sans-serif;
    border: 0;
    border-radius: 0;
}

.wiecejopcji{
	text-align: center;
    margin-top: 10px;
}
.wiecejopcji a{
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.offer{
    /*padding: 75px 0 0;*/
}
.offer-top{
    padding-top: 75px;
}
.offer.offer-mobile-view{
    display: none;
}
.offer-top h5{
    max-width: 1320px;
    margin:0 auto;
    text-align: center;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 1.2px;
    margin-bottom: 70px;
}
.offer .desc p{
    font-size: 16px;
    letter-spacing: 1.2px;
    line-height: 1.6;
}
.offer-item .offer-img{
    height: 520px;
}
.offer-item{
    font-size: 0;
    margin-bottom: 70px;
}
.offer1,
.offer3{
    padding-left: 20px;
}
.offer2{
    padding-right: 20px;
    margin-top: -200px;
}
.offer1 .offer-img{
    background: url(../img/rem1.jpg) no-repeat center;
    background-size: cover;
}
.offer2 .offer-img{
    background: url(../img/Set1.jpg) no-repeat center;
    background-size: cover;
}
.offer3 .offer-img{
    background: url(../img/plac-zabaw2.jpg) no-repeat center;
    background-size: cover;
}
.offer-desc{
    width:65%;
    padding: 30px 30px;
    display: inline-block;
    margin-top: -130px;
    vertical-align: middle;
}
.offer1 .offer-desc{
    background: #454444;
}
.offer2 .offer-desc{
    background: #93B308;
}
.offer3 .offer-desc{
    background: #DF2A08;
}
h6{
    font-size: 28px;
    font-weight: 600;
}
.offer h6{
    color:#fff;
    margin-bottom: 20px;
}
.offer-desc p{
    font-size: 15px;
    color:#fff;
    line-height: 1.6;
    letter-spacing: 1.2px;
}
.offer-item a{
    display: inline-block;
    width: 35%;
    letter-spacing: 1.2px;
    font-size: 16px;
    font-weight: 700;
    vertical-align: middle;
    text-align: center;
    color:#3D3D3D;
}
.offer-item a i{
    margin-left: 10px;
    font-size: 19px;
    margin-bottom: 7px;
    display: inline-block;
    vertical-align: middle;
}
.offer2 a i{
    color:#93B308;
}
.offer3 a i{
    color:#DF2A08;
}
.offer .desc{
    padding:50px;
    padding-top: 70px;
}
.contact-right{
    position: absolute;
    right: 40px;
    z-index: 1000;
}
.contact-right img{
    opacity: 0.7;
}
.contact-right li{
    list-style: none;
    text-align: center;
    margin: 10px 0;
}
.contact-right a{
    display: inline-block;
    text-align: center;
}
.big-phone{
    width: 90px;
    height: 90px;
    background: #93B308 url(../img/phone.svg) no-repeat center;
    border-radius: 50%;
}
.categories{
    padding:50px 0;
    text-align: center;
}
.cat-items{
    font-size: 0;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
}
.cat-items .item{
    color:#686464;
    font-size: 18px;
    font-weight: 400;
    padding: 18px 20px;
    display: inline-block;
    vertical-align: top;
    border:1px solid #CCDF76;
    background: #FDFFF4;
    margin: 0.4%;
    width: 19.2%;
    text-align: center;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cat-items .item:hover{
    background: #93B308;
    border-color:#748E04;
    color:#fff;
    font-weight: 700;
}
.about{
    background: url(../img/img5.png) no-repeat center left;
    background-size: 50%;
    padding: 50px 0;
    margin-bottom: 70px;
}
.about-desc{
    padding-left:50px;
}
.about h5{
    font-size: 19px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 1.2px;
    margin-bottom: 30px;
}
.about p{
    padding-left: 40px;
    margin-bottom: 25px;
}
.footer-social{
    list-style: none;
}
.footer-social li{
    display: inline-block;
    margin-right: 15px;
}
.footer-contact a{
    color:#93B308;
}
.footer-contact .footer-mail a{
    color:#DF2A08;
}
.menu-footer li{
    padding-left: 25px;
    position: relative;
}
.menu-footer li:before{
    content:'';
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 1px;
    background: #93B308;
    /*margin-right: 8px;
    margin-top: -4px;*/
    position: absolute;
    left: 0;
    top: 12px;
}
.mobile-buttons{
    display: inline-block;

}
.mobile-buttons ul{
    list-style: none;
}
.mobile-buttons li{
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    margin-right: 5px;
}
.section-title h1{
    font-size: 46px;
    font-weight: 700;
    color:#93B308;
    text-align: center;
    margin-bottom: 0;
}
.page-text .section-title{
    margin-bottom: 20px;
    margin-top: 15px;
}
.page-text .section-title h1{
    text-align: left;
    font-size: 36px;
    color:#191919;
}
.page-text .page-text-content p{
    margin-bottom: 20px;
}
.page-text .page-text-content ul{
    padding-left: 0;
}
.page-text .page-text-content li::marker{
    display: none;
}
.page-text .page-text-content li{
    padding-left: 26px;
    position: relative;
    list-style: none;
}
.page-text .page-text-content li:before{
    content:'';
    width: 16px;
    height: 16px;
    background: url(../img/tick-green.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    left:0;
    top:5px;
}
.pagin-right{
    float: right;
}
.change-view,
.grid-view,
.list-view{
    display: inline-block;
    vertical-align: middle;
}
.grid-view{
    margin-right: 10px;
    padding: 10px;
    border:1px solid #ccc;
    border-radius: 6px;
    width: 42px;
    height: 42px;
    cursor: pointer;
}
.list-view{
    padding: 12px 10px;
    border:1px solid #D0D0D0;
    border-radius: 6px;
    background: none;
    width: 42px;
    height: 42px;
    cursor: pointer;
}
.grid-view svg path,
.list-view svg path{
    fill:#8B8B8B;
}
.grid-view.active,
.list-view.active{
    background: #E6F2B1;
    border-color:#93B308;
    cursor:default;
}
.grid-view.active svg path,
.list-view.active svg path{
    fill:#93B308;
}
.col-left{
    width: 20%;
}
.col-right{
    width:80%;
}
.mobile-view{
    display: none;
}
.about-img{
    display: none;
}
.search-page{
    padding-bottom: 70px;
}
.nice-select{
    float: none;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center left 10px;
}
.menu-lang [data-value="PL"]{
    background-image: url(../img/pl.png);
}
.menu-lang [data-value="EN"]{
    background-image: url(../img/en.png);
}
.menu-lang .nice-select .option{
    display: block;
    padding-left: 30px;
    padding-right: 25px;
    border:none;
    font-weight: 700;
    background-repeat: no-repeat;
    background-position: center left 10px;
}
.menu-lang .nice-select{
    height: 35px;
    line-height: 1;
    font-size: 11px;
    color:#707070;
    padding: 11px 15px;
    padding-left: 30px;
    padding-right: 26px;
    border-radius: 0;
    border-color:#E2E2E2;
    font-weight: 700;
    letter-spacing: 1px;
    
}
.menu-lang .nice-select:active, 
.menu-lang .nice-select.open, 
.menu-lang .nice-select:focus{
    border-color:#E2E2E2;
}
.nice-select .list{
    margin-top: 0px;
    border-radius: 0;
    border:1px solid #E2E2E2;
    box-shadow: none;
    margin-left: -1px;
    /*right: 0;*/
    margin-right: -1px;
    max-height: 400px;
    overflow-y: auto;
    min-width: 100%;
}
.nice-select:after{
    width: 9px;
    height: 9px;
    border-bottom: 3px solid #C7C7C7;
    border-right: 3px solid #C7C7C7;
    margin-top: -6px;
    right: 11px;
}
.navbar-collapse.in{
    overflow: visible;
}
.login-forms{
    max-width: 1260px;
    margin: 0 auto;
}
.register,
.login{
    border:2px solid #C4C4C4;
    padding: 40px;
}
.login-forms h2{
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}
.register h2{
    color:#93B308;
}
.login h2{
    color:#DF2A08;
}
.login-forms p{
    margin-bottom: 15px;
    font-weight: 600;
    letter-spacing: 1px;
}
label{
    display: block;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 700;
    margin-bottom: 3px;
}
input{
    border:1px solid #D0D0D0;
    max-width: 430px;
    width: 100%;
    padding: 16px 25px;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 600;
}
input[type="checkbox"], 
input[type="radio"]{
    width: auto;
}
input[type="image"]{
    border: none;
    padding: 0;
    width: auto;
    border-radius: 0;
    max-width: none;
}
.input{
    margin-bottom: 15px;
}
.register-top{
    border-bottom:1px solid #F3F3F3;
    margin-bottom: 15px;
}
.group-input{
    font-size: 0;
}
.group-input .input{
    width: 50%;
    max-width: 240px;
    display: inline-block;
    vertical-align: middle;
}
#wybierz-uzytkownik .group-input .input{
    width:auto;
    max-width: none;
}
#wybierz-uzytkownik .nice-select{
    width: auto!important;
}
.zipcode{
    font-size: 14px;
    font-weight: 600;
    padding-left: 10px;
}
.input .postnum1{
    width: 70px;
}
.input .postnum2{
    width: 87px;
}
.input.checkbox label{
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
}
.register .input.checkbox label{
    font-size: 13px;
}
.checkbox input{
    width: auto;
}
legend{
    margin-bottom: 5px;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 700;
}
legend.head-3 {
    color: #191919;
    font-size: 24px;
    margin-top: 30px;
}
.pasek{
    padding-left: 30px;
}
.pasek .input.checkbox label {
    font-size: 16px;
}
.login-forms .btn{
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    width: auto;
}
.register .btn{
    background:#93B308;
}
.login .btn{
    background:#DF2A08;
}
.login .btn-black{
    background:#191919;
}
.forgot-password{
    max-width: 430px;
    text-align: right;
    font-size: 13px;
    font-weight: 600;
}
.forgot-password a{
    text-decoration: underline;
    color:#DF2A08;
}
.remind .login,
.remind .register{
    max-width: 500px;
    margin:0 auto;
}
.btn-green{
    background: #93B308;
}
#wybierz-uzytkownik .select,
.input span.select,
.legenda .select{
    display: none;
}
.input .nice-select{
    max-width: 430px;
}
.logged-as,
.need_updates {
    padding: 18px 25px;
    background: #FDFFF6;
    text-align: center;
    border: 1px solid #93B308;
    margin-bottom: 30px;
}
.need_updates {
    background: #ffe8e4;
    border: 1px solid #df2a08;
}
.logged-as p,
.need_updates p {
    margin-bottom: 10px;
}
.filterCalculation,
.filterNumCalculation,
table input{
    border-radius: 28px;
    border: 1px solid #d0d0d0;
    box-shadow: none;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 30px 10px 20px;
    color: #555;
    width: 100%;
}
.filterCalculation {
    max-width: 100%;
}
.filterCalculation::placeholder,
.filterNumCalculation::placeholder{
    color:#a7a7a7;
}
.filterClear,
.filterClear2{
    position: absolute;
    right: 23px;
    top: 23px;
}
.paginate{
    margin-top: 30px;
}
.paginate a{
    padding: 8px;
    text-align: center;
    display: inline-block;
    min-width: 35px;
    background: #fdfff7;
    border: 1px solid #94b131;
}
.page-text .breadcrumb{
    margin-bottom: 0;
}
.page-text .page-title{
    margin-bottom: 50px;
}
.contact-page p{
    font-weight: 600;
}
.page-text .contact-top p{
    margin-bottom: 0;
}
.contact-top,
.contact-phone{
    padding-bottom: 15px;
    border-bottom: 1px solid #EFEFEF;
    margin-bottom: 15px;
}
.page-text .contact-phone p{
    font-weight: 600;
    margin-bottom: 10px;
}
.contact-phone a{
    color:#DF2A08;
    font-size: 21px;
}
.contact-phone a.mail{
    color:#93B308;
    font-size: 16px;
}
.page-text .contact-phone .small{
    font-style: italic;
    font-weight: 400;
    margin-bottom: 0;
}
.contact-banner{
    margin-top: 60px;
    margin-bottom: 40px;
}
.contact-banner img{
    margin-top: -46px;
    margin-right: -56px;
    height: calc(100% + 46px);
}
.contact-banner .row{
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
.col-red{
    padding: 0;
    background: #DF2A08;
    height: 126px;
    display: flex;
    justify-content: flex-end;
    z-index: 1;
}
.col-green{
    background: #93B308;
    padding-left: 130px;
    align-content: center;
    display: flex;
    flex-wrap: wrap;
}
.page-text .col-green p{
    margin-bottom: 0;
    color:#fff;
}
.col-green h5{
    color:#fff;
    margin-bottom: 5px;
}
.col-green a{
    color:#DF2A08;
    text-decoration: underline;
}
h3{
    font-size: 36px;
    color: #191919;
    font-weight: 700;
}
.contact-form h3{
    margin-bottom: 20px;
}
textarea{
    border: 1px solid #D0D0D0;
    width: 100%;
    padding: 16px 25px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
}
.contact-form textarea{
    min-height: 260px;
}
.page-text-content .contact-form .btn span{
    font-family: "Rubik", sans-serif!important;
}
.contact-form .btn span{
    padding: 17px 35px;
    width: calc(100% - 50px);
    line-height: 1;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
.contact-form .btn .fa-envelope{
    display: inline-block;
    background: #93B308 url(../img/mail.svg) no-repeat center;
    width: 60px;
    margin-bottom: 0;
    vertical-align: middle;
    height: auto;
}
.contact-form .btn{
    padding: 0;
    letter-spacing: 0;
    display: flex;
    font-size: 16px;
    font-weight: 400;
    border: none;
    align-items: stretch;
}
.contact-form .btn .fa-envelope:before{
    display: none;
}
.which_rabat label{
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
}
.which_rabat{
    margin-bottom: 15px;
}
.which_rabat legend,
.which_rabat label {
    font-size: 16px;
}
.which_rabat .radio input[type="radio"] {
    margin-left: 0;
}
.rabat-box{
    text-align: left;
    padding: 25px;
    background: #FDFFF6;
    border: 1px solid #93B308;
    margin-top: 15px;
    margin-bottom: 15px;
}
.rabat-box .rabat {
    clear: both;
    margin-bottom: 0;
}
.rabat-box .rabat label {
    padding-top: 20px;
    font-size: 16px;
}
.edit-calc .podsumowanie-cena,
.edit-calc .podsumowanie-cena2{
    display: block;
    padding-right: 0;
}
.file-download{
    margin-bottom: 10px;
}
.pdf-file{
    background: #94b131 url(../img/save-pdf.svg) no-repeat center;
    width: 50px;
    height: 50px;
    margin-right: 20px;
}
.file-download span{
    display: inline-block;
    vertical-align: middle;
    color: #191919;
    font-family: "Rubik", sans-serif!important;
    line-height: 1.2!important;
}
.file-download input[type="checkbox"]{
    position: absolute;
}
.file-download a{
    display: inline-block;
    vertical-align: middle;
}
.file-download .usun-pozycje{
    margin-left: 10px;
    cursor: pointer;
    color: #b2b2b2;
    font-size: 14px;
    line-height: 1!important;
}
.add-file{
    background: #94b131;
    color: #fff;
    padding: 14px 16px 15px;
    display: inline-block;
    vertical-align: middle;
}
.add-file:hover,
.add-file:focus{
    color:#fff;
}
.add-input{
    vertical-align: middle;
}
.legenda{
    margin-bottom: 15px;
}
.fa-exclamation{
    color: #dc0012;
    font-size: 12px;
}
.edit{
    font-size: 14px;
    margin-right: 5px;
    vertical-align: middle;
}
.remove{
    vertical-align: middle;
}
.legenda td{
    vertical-align: middle;
}
#upload{
    margin-bottom: 20px;
}

#CalculationForm input,
#TempProductForm input[type='text'] {
    max-width: none;
    border-radius: 10px;
}

#CalculationForm textarea {
    border-radius: 10px;
}

.note-editor .btn {
    padding: 5px 8px 5px 10px;
    font-size: 12px;
    border-radius: 3px;
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    color: black;
}

#upload.szaretlo2 {
    background-color: #F0F0F0;
    padding-top: 6px;
    height: 100%;
    overflow: auto;
    min-height: 200px;
    padding-bottom: 60px;
}

#upload .obrazekpierwszy {
    background-image: url(../img/obrazekpodgladtlo.png);
    height: 128px;
    width: 188px;
    float: left;
    margin-right: 3px;
}

#upload .galeriapodglad {
    width: 220px;
    float: left;
    margin: 5px 0px 5px 4px;
}

#upload .pbg {
    margin-top: 65px;
}

/*.note-editable p {*/
/*    min-height: 1em;*/
/*}*/

/*.note-editable br {*/
/*    content: "A" !important;*/
/*    display: block !important;*/
/*    margin-bottom: 1em !important*/
/*}*/

/* media queries */


@media (max-width: 1799px){
    .contact-right{
        right:15px;
    }
}
@media (max-width: 1729px){
    .contact-right{
        display: none;
    }
}

@media (max-width: 1579px){
    .search-inner{
        width: auto;
    }
    .contact-right{
        display: block;
    }
    .product-description .nav-tabs>li>a{
        padding: 18px 25px;
    }
    .product-item .btn .fa-cart, .cart-btn .fa-cart{
        width: 50px;
    }
    .product-item .btn span, .cart-btn .btn span{
        width: calc(100% - 50px);
        padding: 17px 8px;
    }
    .view-list .product-item .btn span{
        padding: 17px 11px;
    }
    .realizations .view-list .product-item .btn span{
        padding: 17px 35px;
    }
    .cart-btn .btn span {
        padding: 17px 25px;
    }
    select, .nice-select {
        font-size: 18px;
    }
}

@media (max-width:1366px){ 
    
    h3 {
        font-size: 22px;
    }
    .contact-right{
        display: none;
    }
    .box-inner{
        height: 450px;
    }
}

@media (max-width:1199px){ 
    h3{
        font-size: 20px;
    }   
    .col-2 {
        width: 50%;
    }
    
    .calc-data p span.val{
        font-size: 16px;
        padding: 0 2px;
    }
    .calculator{
        padding: 20px 5px;
    }
    .added {
        font-size: 10px;
        padding: 6px 10px;
    }
    .products-container .prod-name p.desc {
        font-size: 12px;
    }
    .products-container .prod-name p {
        font-size: 16px;
    }
    .col-left{
        width: 25%;
    }
    .col-right{
        width: 75%;
    }
    .pagin-right{
        float: none;
    }
    .products-container .product-item,
    .product-item {
        width: 33.33%;
    }
    .contact-right{
        display: block;
    }
    .mobile-view{
        display: block;
    }
    .desktop-view{
        display: none;
    }
    .mobile-view .numer-katalogowy{
        border:none;
        padding: 0;
        text-align: center;
    }
    .mobile-view .tytul-produktu{
        text-align: center;
    }
    .product-img{
        margin-bottom: 30px;
    }
    .product-description{
        padding: 0;
        margin-top: 30px;
    }
    .category-products .product-item{
        /*width: 33.33%;*/
    }
    .category-products .product-row {
        text-align: center;
    }
    .products-container .product-item-inner{
        padding: 10px;
    }
    .products-container.view-list .product-item-inner{
        padding-top: 20px;
    }
    /*.products-container.view-list .prod-name{
        width: 60%;
    }*/
    .view-list .add-to-cart{
        /*width: 40%;*/
        padding-left: 15px;
    }
    .box-title h3{
        font-size: 24px;
        padding: 0px 40px;
    }
    .box .box-title{
        height: 85px;
        background-size: 11px;
        background-position:center right 25px;
    }
    .offer .desc {
        padding: 30px;
        padding-top: 35px;
    }
    .offer .desc h2{
        margin-bottom: 30px;
    }
    .about-img{
        display: block;
        margin-bottom: 30px;
    }
    .about-img img{
        margin:0 auto;
    }
    .about{
        background: none;
        padding: 0;
    }
    .about-desc{
        padding-left: 0;
    }
    .menu-lang .nice-select,
    .nice-select .option{
        padding-left: 26px;
        padding-right: 23px;
    }
    .nice-select .option,
    .nice-select{
        background-position: center left 7px;
    }
    .realizations .products-container.view-list .prod-name {
        padding-left: 15px;
    }
    .realizations .prod-name p.location, .location{
        font-size: 14px;
        padding-left: 15px;
        background-size: 9px;
    }
    .realizations .view-list .product-item .btn span {
        padding: 17px 15px;
    }
    .realizations .products-container.view-list .prod-img {
        height: 130px;
    }

}

@media(max-width: 1149px){
    .contact-right{
        display: none;
    }
}


@media (max-width:991px){ 
    
    #menu li{
        display: block;
        text-align: right;
        margin-bottom: 10px;
    }
    #menu{
        margin-top: 0;
    }
    .product-item{
        width: 33.33%;
    }
    h5 {
        font-size: 18px;
    }
    .show-img {
        height: 200px;
        margin-bottom: 15px;
    }
    .show-details {
        padding: 0;
    }
    .show-date{
        padding: 7px;
        font-size: 12px;
    }
    
    .calc-data p span.lab{
        font-size: 12px;
    }
    .calculator h4 {
        font-size: 25px;
    }
    .calc-data p span.val {
        font-size: 14px;
    }
    
    .footer-item{
        margin-bottom: 50px;
    }
    .copyright{
        margin-top:20px;
    }
    .cart-top{
        display: none;
    }
    .fa-profil{
        width: 20px;
        height: 20px;
        background-size: 20px;
        margin-right: 0;
        margin-bottom: 0;
    }
    .mobile-profile a{
        display: inline-block;
        font-size: 0;
        padding: 9px;
        border: 1px solid #E2E2E2;
    }
    .mobile-cart a{
        display: inline-block;
        font-size: 0;
        padding: 7px;
        border: 1px solid #E2E2E2;
        position: relative;
    }
    .fa-cart{
        background-size: 24px;
        width: 24px;
        height: 24px;
        margin-bottom: 0;
    }
    .cart-count{
        position: absolute;
        top: 0;
        margin: 0;
        font-size: 11px;
        width: 16px;
        height: 16px;
        background: #DF2A08;
        border-radius: 50%;
        color:#fff;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        line-height: 17px;
    }
    .container .navbar-header{
        width: 100%;
        margin: 0;
    }
    .search-inner{
        margin-top: 12px;
    }
    .navbar .navbar-brand{
        padding: 0;
        margin: 0px 0;
    }
    .mobile-buttons{
        float: right;
        margin-top: 17px;
    }
    .search-inner button{
        height: 32px;
        width: 32px;
        line-height: 32px;
        font-size: 14px;
    }
    #szukajvalue{
        padding: 9px 38px 9px 20px;
    }
    .moreOptions{
        margin-top: 3px;
    }
    .menu-top li.menu-login{
        display: none;
    }
    #main-menu{
        margin-bottom: 20px;
    }
    .menus{
        text-align: left;
    }
    .col-left,
    .col-right{
        width: 100%;
    }
    .category-products {
        margin-top: 40px;
    }
    .left-menu .navbar-collapse{
        width: 100%;
    }
    .left-menu .navbar-toggle{
        width: 100%;
        text-align: left;
        padding: 18px 20px;
        margin:0;
        border:none;
    }
    .left-menu{
        padding: 0;
        margin-bottom: 25px;
    }
    .left-menu h4{
        display: none;
    }
    .navbar-left .sr-only{
        display: block;
        width: auto;
        clip: unset;
        height: auto;
        margin: 0;
        position: relative;
        font-size: 28px;
        font-weight: 600;
    }
    .navbar-left .icon-bar{
        background: #93B308;
        width: 13px;
        height: 4px;
        border-radius: 0;
        top: 36px;
        position: absolute;
        right: 22px;
        transform: rotate(-45deg);
    }
    .navbar-left .collapsed .icon-bar{
        transform: rotate(45deg);
    }
    .navbar-left .icon-bar+.icon-bar{
        right: 15px;
        transform: rotate(45deg);
        margin-top: 0px;
    }
    .navbar-left .collapsed .icon-bar+.icon-bar{
        transform: rotate(-45deg);
    }
    .navbar-left .icon-bar:nth-child(3){
        display: none;
    }
    .breadcrumb{
        padding: 10px 0;
        margin-bottom: 15px;
    }
    .category-description-top{
        margin-bottom: 30px;
    }
    .box-inner{
        height: 315px;
    }
    .box-title h3{
        font-size: 22px;
    }
    .offer.offer-mobile-view{
        display: block;
    }
    .offer.offer-desktop-view{
        display: none;
    }
    .offer-top h5{
        margin-bottom: 20px;
    }
    .products .tab-pane > .btn-black{
        display: none;
    }
    .offer .desc{
        padding:0;
        margin-bottom: 50px;
    }
    .offer1, .offer3{
        padding: 0;
    }
    .offer2{
        padding: 0;
        margin-top: 0;
    }
    .cat-items .item{
        width: 32.5%;
    }
    .section-title h1 {
        font-size: 36px;
    }
    .login{
        margin-bottom: 30px;
    }
    .col-green{
        padding-left: 85px;
    }

}

@media (max-width:767px){
    
    .col-4,
    .col-2 {
        width: 100%;
    }
    
    .product-item{
        width: 50%;
    }
    h2{
        font-size: 32px;
    }
    
    .nav-tabs>li>a{
        font-size: 16px;
    }
    .show-details{
        margin-bottom: 20px;
    }
    .about p.sub-title {
        font-size: 14px;
    }
    .text-row img{
        margin:0 auto;
    }
    .text-col{
        padding-bottom: 50px;
    }
    footer{
        text-align: center;
    }
    .logo-footer{
        margin:0 auto;
        margin-bottom: 20px;
    }
    .menu-footer{
        margin-top: 20px;
    }
    footer h6{
        margin-bottom: 10px;
    }
    .col-3 {
        width: 50%;
    }
    
    .calculator{
        margin-bottom: 0;
    }
    .left-menu {
        background: #F8F8F8;
        padding: 5px 0;
        margin-bottom: 25px;
    }
    .navbar-left{
        overflow: auto;
    }
    .navbar-toggle {
        margin-top: 0;
        margin-bottom: 0;
    }
    .col-right{
        padding-left: 15px;
    }
    .list-info{
        width: 100%;
    }
    .pagination-content{
        /*width: 50%;*/
        width: 100%;
        text-align: left;
    }
    .sort{
        /*width: 50%;*/
    }
    .menu-footer{
        max-width: 200px;
        text-align: left;
        margin: 0 auto;
    }
    .footer-item {
        margin-bottom: 30px;
    }
    .copyright p.tar{
        text-align: center;
    }
    .footer-social li:last-child{
        margin:0;
    }
    .navbar-brand>img{
        width: 90px;
    }
    .navbar .navbar-brand{
        padding: 0;
        margin: 10px 0;
    }
    .navbar-header{
        padding: 10px 0;
    }
    .search-inner{
        display: block;
        padding-left: 0;
    }
    #szukajvalue{
        max-width: none;
    }
    .menu-top li,
    #main-menu li{
        border:none;
        display: block;
        margin: 10px 0;
        padding: 0;
    }
    .menu-top .nice-select li{
        margin:0;
    }
    .menus{
        font-size: 0;
        display: block;
    }
    .menu-top,
    #main-menu{
        width: 50%;
        display: inline-block;
        vertical-align: top;
    }
    #main-menu{
        float: left;
    }
    .products-container .product-item{
        width: 50%;
    }
    .category-products h2{
        font-size: 36px;
    }
    footer:before{
        width: 100%;
        height: 11px;
        top: -11px;
    }
    .tytul-produktu{
        font-size: 28px;
        margin-bottom: 6px;
    }
    .numer-katalogowy{
        margin-bottom: 15px;
    }
    .col-right{
        padding:0;
    }
    .price-item {
        width: 100%;
        max-width: none;
    }
    .to-cart .quantity-content{
        display: block;
        margin-bottom: 10px;
    }
    .product-info{
        margin-top: 35px;
    }
    .main-img a{
        min-height: 240px;
    }
    .thumbnails .slide-item .thumb-content{
        min-height: 76px;
    }
    .product-img .slick-slide {
        padding: 4px;
    }
    .view-list .quantity-content{
        float: left;
        padding-right: 10px;
    }
    .products-container.view-list .product-item .btn{
        margin:0;
    }
    .view-list .prod-right,
    .view-list .prod-left{
        width: 100%;
    }
    .view-list .add-to-cart .price {
        margin-bottom: 10px;
        width: 100%;
    }
    .products-container.view-list .prod-name {
        /*width: 100%;*/
    }
    .view-list .add-to-cart {
        width: 100%;
        padding-left: 0;
    }
    .prod-pagination h4{
        display: block;
        text-align: center;
    }
    .pagin-right{
        text-align: center;
    }
    .box-title h3{
        font-size: 18px;
    }
    .box .box-title{
        height: 60px;
    }
    .section-title h1{
        font-size: 28px;
    }
    .category-description-top p, .category-description-top span, .category-description-top strong {
        font-size: 15px!important;
        font-weight: 600!important;
    }
    .products-page .section-title {
        margin-bottom: 25px;
    }
    .breadcrumb{
        margin-bottom: 20px;
    }
    .view-list .product-item .btn span{
        padding: 17px 15px;
    }
    .realizations .view-list .prod-left,
    .realizations .view-list .prod-right{
        width: 100%;
    }
    .realizations .view-list .prod-right{
        justify-content: flex-end;
    }
    .realizations .products-container .prod-name p.desc{
        line-height: 1.2;
    }
    .col-red{
        justify-content: center;
        height: 57px;
    }
    .contact-banner img{
        margin-right: 0;
        margin-top: -87px;
        height: calc(100% + 87px);
    }
    .col-green{
        padding: 20px;
        justify-content: center;
        text-align: center;
    }
    .contact-banner {
        margin-top: 95px;
    }
}


@media (max-width:580px){
    .col-3 {
        width: 100%;
    }
    .pagin-right{
        text-align: left;
    }
    .sort{
        margin-right: 10px;
    }
    .sort:first-child{
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .sort label{
        width: 95px;
        margin-right: 0;
    }
    .box-title h3{
        font-size: 15px;
    }
    .box-title{
        height: 50px;
        background-size: 8px;
    }
    .box-inner{
        height: 175px;
    }
    .offer-top {
        padding-top: 35px;
    }
    .offer-top h5{
        font-size: 15px;
        margin-bottom: 0;
        line-height: 1.6;
    }
    .section-title{
        margin-bottom: 20px;
    }
    .products h2{
        margin-bottom: 0;
    }
    .products{
        padding-bottom: 10px;
    }
    .products .nav-tabs>li>a,
    .products .nav-tabs>li.active>a, 
    .products .nav-tabs>li.active>a:hover, 
    .products .nav-tabs>li.active>a:focus,
    .products .nav-tabs>li>a:hover{
        border-width: 2px;
    }
    .products .nav-tabs>li>a{
        padding: 13px 20px;
    }
    .products .nav-tabs>li{
        margin:0;
    }
    .offer .desc{
        text-align: center;
    }
    .offer .desc h2 {
        margin-bottom: 20px;
    }
    .offer .desc p{
        font-size: 15px;
        font-weight: 600;
    }
    .offer-item{
        margin:0 -15px;
    }
    .offer-item .offer-img {
        height: 230px;
    }
    .offer-desc{
        width: 100%;
        margin-top: 0;
    }
    .offer h6{
        font-size: 25px;
        margin-bottom: 10px;
    }
    .offer-item a{
        width: 100%;
        padding: 24px 15px 20px;
    }
    .offer-item a i {
        margin-left: 15px;
    }
    .categories h2{
        margin-bottom: 25px;
    }
    .cat-items .item {
        width: 100%;
        margin: 5px 0;
    }
    .about-desc{
        text-align: center;
    }
    .about p{
        padding-left: 0;
    }
    .about h5{
        font-size: 18px;
        line-height: 1.5;
    }
    .view-list .add-to-cart .price{
        font-size: 16px;
    }
    .view-list .add-to-cart .price span {
        font-size: 14px;
    }
    .view-list .quantity-content{
        float: none;
        margin-bottom: 10px;
        padding-right: 0;
    }
    .products-container.view-list .product-item .btn{
        font-size: 14px;
        max-width: 190px;
        margin-right: 0;
        margin-left: auto;
        display: inline-flex;
    }
    .products-container.view-list .product-item .btn span{
        padding: 15px 15px;
    }
    .products-container.view-list .quantity {
        font-size: 18px;
        width: 70px;
        height: 40px;
    }
    .products-container.view-list .minus,
    .products-container.view-list .plus{
        height: 40px;
    }
    .view-list .add-to-cart{
        display: inline-block;
    }
    .products-container.view-list .product-item .no-price .btn span{
        padding: 15px 15px;
    }
    .products-container.view-list .product-item .no-price .btn{
        max-width: none;
    }
    .register, .login{
        padding: 20px;
    }
    
    
}

@media (max-width:480px){
    
    h3 {
        font-size: 16px;
        margin-bottom: 0;
    }
    .box-title a{
        font-size: 14px;
    }
    
    .product-item{
        width: 100%;
        padding: 5px 0;
    }
    .products-container .product-row{
        margin:0;
    }
    h6 {
        font-size: 14px;
    }
    .top-bar input{
        max-width: 130px;
        padding: 8px 10px;
        font-size: 10px;
    }
    #szukajformamax2 input.text{
    	max-width: none;
    	font-size: 12px;
    }
    .top-bar a{
        padding: 8px 10px;
        font-size: 10px;
    }
    .top-bar .moreOptions{
    	padding: 8px 5px;
    }
    .prod-left{
        width: 100%;
        margin-bottom: 15px;
        text-align: center;
    }
    .prod-right{
        width: 100%;
        text-align: center;
    }
    .products-container .prod-name{
        text-align: center;
    }
    .pagination-content{
        width: 100%;
        text-align: center;
    }
    .list-info{
        text-align: center;
    }
    .products-container .product-item {
        width: 100%;
    }
    footer{
        padding-top: 45px;
    }
    .category-description-bottom{
        text-align: center;
    }
    .category-description-bottom li,
    .category-description-top li{
        text-align: left;
    }
    select, .nice-select {
        font-size: 16px;
    }

}

@media (max-width:400px){
    
}
@media (max-width:360px){
    
}

@media (min-width: 992px){
    /*.left-menu .navbar-toggle {
        display: none;
    }
    .left-menu .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        overflow: visible !important;
    }*/
    .navbar-collapse{
        display: inline-block!important;
        vertical-align: middle;
        float: right;
    }
    .mobile-buttons{
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1199px){
    #main-menu a{
        font-size: 14px;
    }
    #main-menu li{
        margin: 0 7px;
    }
    .menu-top li.menu-login, .menu-top li.menu-lang{
        padding-right: 1px;
    }
    .menu-top li.menu-lang select{
        padding: 9px 9px 8px;
    }
    .menu-login a{
        padding: 8px 8px 4px;
    }
    .menu-top a {
        font-size: 13px;
    }
    .menu-top li{
        padding: 0 4px;
    }
    .menus{
        padding-right: 2px;
    }
    .cart-top a{
        padding: 17px 6px;
    }
    .navbar-brand>img{
        width: 110px;
    }
    #szukajvalue{
        padding: 14px 48px 14px 19px;
    }
    .search-inner{
        padding-left: 0;
    }
}


@media (min-width:1580px){
    .container{
        width: 1550px;
    }
}