 /* #231f20 */



html{
	font-size: 15px;
}

body{
font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
	font-weight: 400;
	color: 13181f;
}

a {
	color: #033a8a;
}

.container {
    max-width: 1280px;
}

@media (min-width:992px){
	#main-header.sticky {
	  position: fixed;
	  top: 0;
	  width: 100%;
		z-index: 999;
	}

	.site-content.sticky-content{
		padding-top: 5rem;
	}

}

#primary-menu-wrap{
	z-index: 1;
}

/*a:visited {
	color: inherit;
}*/

a:hover, a:focus, a:active {
	color: #009ee3;
}

a:focus {
	outline: none;
}

a:hover, a:active {
	outline: 0;
}

span.orange{
	color: #ff8f26;
}

h1,h2,h3,h4,h5,h6{
	font-weight: 700;

}


h1, .h1{ font-size: 2.4rem  }
h2, .h2{ font-size: 2.4rem  }
h3, .h3{ font-size: 2rem  }
h4, .h4{ font-size: 1.867rem  }
h5, .h5{ font-size: 1.6rem  }
h6, .h6{ font-size: 1.133rem  }



img.custom-logo{
	width: 224px;
}

.site-logo{padding: 15px 0;}



.header-row-1{
	position:relative;
	z-index:2;
	/*height: 45px;*/
	/*padding: 18px 0;*/
}


.header-row-2{
	position: relative;
	background: #FFF;
	z-index: 999;
}

	.header-row-2.header-up{
		margin-top:-300px;
		-webkit-transition: all 0.6s;
	    -moz-transition: all 0.6s;
	    -ms-transition: all 0.6s;
	    -o-transition: all 0.6s;
	    transition: all 0.6s;
	}
	.header-row-2.header-down{
		margin-top:0;
		background: #FFF;
		box-shadow: 0 0 65px rgba(0,0,0,.07);
	    -webkit-transition: all 0.6s;
	    -moz-transition: all 0.6s;
	    -ms-transition: all 0.6s;
	    -o-transition: all 0.6s;
	    transition: all 0.6s;
	}



.hamburger {
    width: 32px;
    height: 38px;
    position: relative;
    cursor: pointer;
		display: inline-block;
    color: #fff;
    padding-top: 3px;
		margin-right: 60px;
}

.hamburger #hamburger {
    position: absolute;
    height: 100%;
    width: 100%;
}

.hamburger #hamburger span {
    width: 100%;
    height: 2px;
    position: relative;
    top: 0;
    left: 0;
    margin: 6px 0;
		display: block;
		background: #fff;
    transition: width ease 0.25s;
    transition-delay: 0s;
}

.hamburger #hamburger span:nth-child(1) {
    transition-delay: .5s;
    width: 100%;
}

.hamburger #hamburger span:nth-child(2) {
    transition-delay: .625s;
    width: 70%;
}

.hamburger #hamburger span:nth-child(3) {
    transition-delay: .75s;
    width: 100%;
    left: 0;
}

.before-cart .widget{
	display: block;
	float: left;
}



/* Navbar toggler */

.navbar{
	padding: 0;
}



.navbar-toggler {
  border: none;
  background: transparent !important;
}

	.navbar-toggler .top-bar {
	  transform: rotate(45deg);
	  transform-origin: 10% 10%;
	}

	.navbar-toggler .middle-bar {
	  opacity: 0;
	}

	.navbar-toggler .bottom-bar {
	  transform: rotate(-45deg);
	  transform-origin: 10% 90%;
	}

	.navbar-toggler.collapsed .top-bar {
	  -webkit-transform: rotate(0);
	  transform: rotate(0);
	}

	.navbar-toggler.collapsed .middle-bar {
	  opacity: 1;
	}

	.navbar-toggler.collapsed .bottom-bar {
	  -webkit-transform: rotate(0);
	  transform: rotate(0);
	}

.navbar-nav > .nav-item a{
	display: block;
	padding: 1.933rem 1.6rem;
	position: relative;
	font-size: 0.933rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #033A8A;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}

.navbar-nav > .nav-item a:hover,
.navbar-nav > .nav-item a:focus{
	color: #DB222A;
	text-decoration: none;
}


.navbar-nav > .nav-item.active a{
		color: #033a8a;
}


/**Mega Menu **/

/* .navbar .container {
    position: relative;
} */
.navbar-nav, .navbar .collapse, .navbar-nav li {
  position: static;
}
.menu-item-has-children, .menu-item-has-children .dropdown-menu {
  left: auto;
}
.menu-item-has-children .dropdown-menu {
  width: auto !important;
}

.dropdown-toggle::after {
    width: 8px;
    height: 8px;
    border-width: 0 0 2px 2px;
    border-color: #DDD;
    border-style: solid;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* Make dropdown visible on hover */
@media (min-width: 992px) {
  .dropdown > .dropdown-menu {
    position: absolute;
    top: 100%;
		text-align: center;
    z-index: 1000;
    float: none;
    min-width: 10rem;
    padding: 0;
    list-style: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    opacity: 0;
    margin-top: 10px !important;
    display: block;
    visibility:hidden;
    min-width: 150px;
    transition: all  0.2s ease-in-out;
  }
  .dropdown:hover > .dropdown-menu {
    visibility:visible;
    display: block;
    opacity: 1;
    margin-top: 0px !important;
		-webkit-transition: all  0.2s ease-in-out;
    transition: all  0.2s ease-in-out;
  }

  .mega-menu-parent.dropdown .dropdown-menu {
	    position: absolute;
	    left:  0;
			width: 100%;
			transition: all 0.2s ease-in-out;
  }

	ul.dropdown-menu{
		background: #eaecf0;
	}
}

.dropdown-menu .menu-item a {
	padding: 1rem 2rem;
	text-align: left;
	color: #818181;
}

.dropdown-menu .menu-item a:hover{
	color: #000;
	background-color: #f2f4f7;
}

.dropdown-menu .menu-item a:before,
.dropdown-menu .menu-item a:after{
	display: none;
}

.dropdown > .dropdown-menu li:last-child a{
	border-bottom: none;
}

.mega-menu-item{
	padding: 1rem 4rem 4rem 4rem;
	text-align: left;
	max-height: calc(100vh - 75px);
	overflow: auto;
}

.mega-menu-wrapper ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.mega-menu-item ul.menu{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.mega-menu-item ul.menu > li{
	padding: 0;
	width: 20%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
	margin-top: 2rem;
	position: relative;
	padding-top: 2rem;
}

.mega-menu-item ul.menu > li:after{
	content: '';
	width: calc(100% - 1rem);
	position: absolute;
	top: 0;
	left: 1rem;
	background: #DDD;
	height: 1px;
}



.mega-menu-item ul li a:before{
	display: none;
}

.mega-menu-item ul.menu > li > a{
	color: #000;
	padding-left: 1rem;
	padding-bottom: 0.667rem;
	padding-top: 0.667rem;
	position: relative;
}


.mega-menu-item ul.menu > li > a:after{
	content: '';
	position: absolute;
	top: 25%;
	left: 0;
	width: 4px;
	height: 50%;
	background: #009ee3;
}

.mega-menu-item ul.menu > li > a:hover,
.mega-menu-item ul.menu > li.current-cat > a,
.mega-menu-item ul.children > li.current-cat > a{
	color: #009ee3;
}


.mega-menu-item ul.children > li > a{
	position: relative;
	padding: 0.333rem;
	padding-left: 1rem;
	text-transform: none;
	font-weight: 500;
}

.mega-menu-item ul.children > li > a:after{
	content: '';
	position: absolute;
	top: 20%;
	left: 0;
	width: 4px;
	height: 60%;
	background: #f4d35e;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	transform-origin: left;
	-webkit-transition: transform .3s ease;
	transition: transform .3s ease;
}

.mega-menu-item ul.children > li > a:hover:after{
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}



#site-navigation{
	padding-top: 0;
	padding-bottom: 0;
}

#primary-menu li a{
	position: relative;
}

#primary-menu li a:after,
#primary-menu li a:before {
    content: '';
		width: 5px;
		height: 16px;
		border: 2px solid #DB222A;
    position: absolute;
		top: 50%;
		margin-top: -8px;
		opacity: 0;
		-webkit-transition: all 400ms ease;
		transition: all 400ms ease;
}

#primary-menu li a:after{right: 2px; border-left: none; -webkit-transform: translateX(20px); transform: translateX(20px);}
#primary-menu li a:before{left: 2px; border-right: none; -webkit-transform: translateX(-20px); transform: translateX(-20px);}

#primary-menu li a:hover:before,
#primary-menu li a:focus:before,
#primary-menu li a:active:before,
#primary-menu li.active a:before,
#primary-menu li a:hover:after,
#primary-menu li a:focus:after,
#primary-menu li a:active:after,
#primary-menu li.active a:after{
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.home-slider-wrapper{
	position: relative;
	z-index: 0;
}

.image-div{
	height: 274px;
	width: 100%;
	background-position: center;
	background-size: cover;
}

.usluga-block{
	margin-bottom: 30px;
	background: #eff6fb;
}

.usluga-block .text-wrapper{
	padding: 50px 30px;
}

.usluga-block .text-wrapper h2{
	font-size: 2rem;
}


/* Buttons */

.btn, input[type="submit"]{
	border-radius: 0;
	padding: 1.2rem 3.333rem 1.2rem 3.333rem;
	font-weight: 700;
	font-size: 0.8rem;
	text-transform: uppercase;
	border: none;
	position: relative;
	overflow: hidden;
	border-radius: 0;
	letter-spacing: 0.03em;
	/* box-shadow: 20px 10px 30px rgba(0,0,0,0.2); */
	-webkit-transition: color 0.25s ease-in-out, background-color 0.45s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: color 0.25s ease-in-out, background-color 0.45s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.elementor .btn{
		box-shadow: 20px 10px 30px rgba(0,0,0,0.2)!important;
		z-index: 1;
}


.btn span{
	margin-left: 6px;
}

.btn:after,
.big-btn:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	background: #DB222A;
	-webkit-transition: transform .3s ease;
	transition: transform .3s ease;
}

.big-btn:before,
.btn:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #949fa8;
	z-index: -2;
}

.big-btn{
	display: block;
	width: 100%;
	text-align: center;
	padding: 28.18px;
	font-weight: 700;
	text-transform: uppercase;
	overflow: hidden;
	position: relative;
	z-index: 1;
	letter-spacing: 0.03em;
	color: #FFF;
	background: transparent;
	font-size: 0.867rem;
	margin-top: -1px;
	-webkit-transition: color .2s ease;
	transition: color .2s ease;
}

.big-btn:hover,
.big-btn:focus{
	text-decoration: none;
	color: #FFF;
}

.big-btn i{
	margin-left: 15px;
}

.big-btn.see-all:before{
	background: #009ee3;
}

.btn:hover:after,
.btn:focus:after,
.big-btn:hover:after,
.big-btn:focus:after{
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.btn-primary:before{
	background: #033A8A;
}

.btn-primary{
	position: relative;
	background: transparent;
	color: #FFF;
}


.btn-primary:hover,
.btn-primary:focus{
	background: transparent;
	color: #FFF;
}

.btn-secondary {
	background: transparent;
	color: #222;
}

.site-footer .btn-secondary{
	color: #222;
}

.btn-secondary:before{
	background: #fff;
}


.btn-secondary:hover,
.btn-secondary:focus{
	background: transparent;
}

.btn.btn-small{
	padding: .5rem 3.333rem;
}

/* Bordered btn */

.btn.btn-pdf{
	color: #949fa8;
	border: 2px solid #ebeef1;
	padding-top: 1.057rem;
	padding-bottom: 1.057rem;
}

.btn.btn-ask{
	margin-right: 1rem;
}

.btn.btn-pdf,
.btn.btn-ask{
	margin-bottom: 1rem;
}

.btn.btn-pdf:before{
	background: #FFF;
}

.btn.btn-pdf:after{
	background: #ebeef1;
}

.btn.btn-pdf:hover,
.btn.btn-pdf:focus{
	color: #212529;
}


/* Navbar toggler */

.navbar-toggler {
    outline: none;
    box-shadow: none;
    background: transparent;
    border: none;
    display: block;
    cursor: pointer;
		margin-top: 5px;
		margin-right: 1rem;
    z-index: 2; /* and place it over the hamburger */
    -webkit-touch-callout: none;
    border: none;
}

.navbar-toggler:focus{
     border: none;
     box-shadow: none;
     outline: none;
}

 .navbar-toggler span{
	 display: block;
	 width: 42px;
	 height: 3px;
	 margin-bottom: 6px;
	 position: relative;
	 background: #000;
	 border-radius: 0px;
	 z-index: 1;
	 transform-origin: 4px 0px;
	 -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease;
	 transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease;
	 border-radius: 8px;
}

 .navbar-toggler  span:first-child
{
  transform-origin: 0% 0%;
}

 .navbar-toggler  span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

 .navbar-toggler.open span{
    opacity: 1;
    -webkit-transform: translate(0px, -19px) rotate(45deg) ;
    transform: translate(0px, -19px) rotate(45deg) ;
      background: #15181e;
 }

 .navbar-toggler.open span:nth-last-child(3)
{
  opacity: 0;
  -webkit-transform: rotate(0deg) scale(0.2, 0.2);
  transform: rotate(0deg) scale(0.2, 0.2);
}

 .navbar-toggler.open span:nth-last-child(2)
{
  -webkit-transform: translate(1px, 16px) rotate(-45deg) ;
  transform: translate(1px, 16px) rotate(-45deg) ;
}



/* Contact form 7 */

.wpcf7-form  p{
    margin-bottom: 0;
}

.wpcf7-form .wpcf7-form-control-wrap{
    margin-top: 10px;
    display: block;
}

.wpcf7-form label{
    font-weight: 500;
    display: block;
    width: 100%;
}

div.wpcf7-response-output {
    border-width: 1px!important;
    padding: 15px!important;
}

.rodo{
    display: block;
    margin-bottom: 15px;
}

.rodo label{
    font-weight: 400;
    font-size: 0.867rem;
}


/* Forms */

.input-text, input[type="email"],
input[type="password"],
input[type="search"],
input[type="text"],
input[type="url"],
input[type="tel"], textarea {
    padding: 1.2rem 0;
    background-color: transparent;
    outline: 0;
    border: 0;
    -webkit-appearance: none;
    border-radius: 0;
    box-sizing: border-box;
    width: 100%;
		border: none;
		border-bottom: 1px solid #DDD;
		font-size: 1rem;
		text-transform: none;
		height: 44px;
}

textarea{
	height: auto;
}

.white-form .input-text,
.white-form input[type="email"],
.white-form input[type="password"],
.white-form input[type="search"],
.white-form input[type="text"],
.white-form input[type="url"],
.white-form input[type="tel"], .white-form textarea{
	background: #FFF;
	border: none;
}

.blue-span span{
	color: #009ee3;
}

.white-form input[type="submit"]{
	background: #009ee3;
	color: #FFF;
	padding: 1.2rem 3.333rem 1.2rem 3.333rem;
	font-weight: 700;
	font-size: 0.8rem;
	text-transform: uppercase;
	border: none;
	position: relative;
	overflow: hidden;
	border-radius: 0;
	letter-spacing: 0.03em;
	line-height: 1.5;
}

.input-icon {
    position: relative;
		margin-bottom: 1rem;
}

.input-icon > i {
    position: absolute;
    top: 0;
    right: 0;
    width: 55px;
    font-size: 1.2rem;
    text-align: center;
    height: 55px;
    line-height: 55px;
    z-index: 1;
    color: #FFF;
		background: #c3ccd5;
}

.btn.mt-2{
	margin-top: 2rem;
}

.wpcf7-form .wpcf7-acceptance{
	display: block;
	margin: 5px 0;
}

.year-licznik .elementor-counter-number{
	color: #000!important;
}

.year-licznik  .elementor-counter-number-prefix,
.year-licznik  .elementor-counter-number-suffix{
	font-size: 66%;
	margin-top: 13px;
}

.grey-logos img{
	/* -webkit-filter: grayscale(100%);
	filter: grayscale(100%); */
	opacity: .8;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.right-bullets .swiper-pagination{
	padding-right: 5rem;
	text-align: right;
	bottom: -3rem!important;
}

.grey-logos img:hover{

	opacity: 1;
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}


.wpcf7-form .wpcf7-acceptance label{
	text-transform: none;
	font-weight: 400;
	font-size: 12px;
}


.wpcf7-form label{
	font-size: 0.867rem;
	color: #949fa8;
	font-weight: 600;
	text-transform: uppercase;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	border-color: #033A8A;
	background: #033A8A;
	font-size: 13px;
	margin-left: 0;
	color: #FFF;
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 13px;
    font-weight: normal;
    display: block;
    text-transform: none;
    margin-top: 0.333rem;
}

input.wpcf7-not-valid{
	border-color: #dc3232!important;
}



::-webkit-input-placeholder { /* Edge */

}

:-ms-input-placeholder { /* Internet Explorer 10-11 */

}

::placeholder {

}

textarea.input-text {
    min-height: 10em;
}

/*  Main slider custom nav  */

.slider-next, .slider-prev {
    position: relative;
    width: 6rem;
    height: 6rem;
    display: inline-block;
    z-index: 1;
    cursor: pointer;
		background: #DDD;
		-webkit-transition: all 200ms ease;
		transition: all 200ms ease;
}

.slider-prev {
	margin-left: 0;
	background: #FFF;
}

.slider-custom-nav{
	position: relative;
	background: #FFF;
	display: block;
	margin-top: -6rem;
	width: 100%;
	height: 6rem;
	text-align: right;
}


.slider-custom-nav:before{
	content: '';
	width: 180px;
	height: 90px;
	position: absolute;
	top: 0;
	left: -180px;
	background: #FFF;
	opacity: 0.8;
}

.slider-next:before, .slider-prev:before {
    content: '';
    width: 15px;
    height: 15px;
    border: 2px solid;
    border-width: 0 0 2px 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -7px;
    margin-left: -7px;
    border-color: #000;
    z-index: 1;
    opacity: .3;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.slider-next::before {
    -webkit-transform: rotate(135deg);
    transform: rotate(225deg);
}

.slider-next:hover,
.slider-prev:hover{
	background: #ffbf00;
}



/* Others */


.main-menu-phone {
 display:block;
 float: left;
	border-left: 1px solid #eee;
	padding-left: 30px;
}
.main-menu-phone .icon {
 display:block;
 float: right;
 position: relative;
 font-size:1.375rem;
 margin-left:1rem;
 border-radius:50%;
 color:#fff;
 width:3rem;
 height:3rem;
 line-height:3rem;
 text-align:center;
}

.main-menu-phone .icon:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #DB222A;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: -1;
}

.main-menu-phone .phone-desc{
	font-size: 1rem;
	color: #033A8A;
	line-height: 1;
}

.main-menu-phone .phone-wrap{
	display: inline-block;
}

.top-right-widgets{
	text-align: right;
}

.top-right-widgets .widget{
	display: inline-block;
	margin-left: 15px;
}

.topbar{
	background: #C1DFF0;
  padding: 8px 0;
  color: #033A8A;
  font-weight: 500;
  font-size: 15px;
}

.topbar .widget span{
	color: #DB222A;
}



.main-menu-phone .phone {
 display:block;
 float: left;
 margin-right: 15px;
 font-weight:600;
 font-size:1.25rem;
 color: #DB222A;
  color: #033A8A;
 margin-top: 4px;
}
.main-menu-phone .phone-wrap span {
 font-weight:300;

 color: #888;
}

/* Home oferta */

.sec-head.text-center{
	text-align: center;
}

.sec-head h2,
.sec-head h1{
	font-size: 2.667rem;
	letter-spacing: -1.5px;
	color: #012150;
	margin-bottom: 0;
}

.sec-head span{
	position: relative;
	font-size: 0.8rem;
	text-transform: uppercase;
	letter-spacing: .20em;
	color: #a3adb7;
	font-weight: 700;
	display: inline-block;
	margin-bottom: 10px;
}


.sec-head span:before{
	content: "";
	display: none;
	margin-right: 10px;
	border-width: 5px;
	border-style: solid;
	border-top-color: #033A8A;
	border-left-color:  #033A8A;
	border-right-color: transparent;
	border-bottom-color: transparent;
	display: inline-block;
}



.v-lines {
    position: absolute;;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    pointer-events: none;
		height: 100%;
		width: 100%;
}

.v-lines .line-item {
	height: 100%;
	border-left: 1px solid rgba(0,0,0,0.1);
	opacity: 0.5;
}

.v-lines .line-4{
	border-right: 1px solid rgba(0,0,0,0.1);
}

.v-lines .container {
    height: 100%;
}

.v-lines .row{
	height: 100%;
}

.products-categories{
	position: relative;
	padding: 5rem 0 5rem 0;
}

.products-categories:before{
	content: '';
	position: absolute;
	width: 50%;
	height: calc(100%);
	background: #FFF;
	left: 0;
}


.products-categories .v-lines{
	height: calc(100%)
}

.products-categories .sec-head{
	margin-bottom: 5rem;
	padding-left: 3rem;
}


.products-categories.offer-page-cats:before {
	top: 0;
	height: 100%;
}

.icon-scroll{
	display: block;
	position: absolute;
	left: 50%;
	top: -22px;
	z-index: 1;
	margin-left: -22px;
	font-size: 1.375rem;
	color: #fff;
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	background: #DB222A;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.icon-scroll span{
	display: block;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.category-block {
  position:relative;
  overflow:hidden;
	box-sizing: border-box;
}
.category-block:after {
  position:absolute;
  content:'';
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:#000;
  opacity:.2;
  z-index:1;
  -webkit-transition:all .2s ease;
  -o-transition:all .2s ease;
  transition:all .2s ease
}
.category-block:hover:after,
.category-block:focus:after {
  opacity:.45
}
.text-block {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%
}
.category-block .block-title {
  font-size:1.6rem;
  position:absolute;
  bottom:0;
  left:0;
  padding:3rem;
  z-index:2
}
.category-block .block-title:before {
  content:'';
  position:absolute;
  top:1.333rem;
  left:3rem;
  width:2rem;
  height:1px;
  background:#fff;
  -webkit-transform:scaleX(0);
  -ms-transform:scaleX(0);
  -o-transform:scaleX(0);
  transform:scaleX(0);
  transform-origin:left;
  -webkit-transition:transform .4s .1s ease;
  -o-transition:transform .4s .1s ease;
  transition:transform .4s .1s ease
}
.category-block:hover .block-title:before,
.category-block:focus .block-title:before {
  -webkit-transform:scaleX(1);
  -ms-transform:scaleX(1);
  -o-transform:scaleX(1);
  transform:scaleX(1)
}
.category-block .block-title a {
  color:#fff
}
.category-block .desc {
  opacity:0;
  position:relative;
  color:#fff;
  z-index:2;
  padding:0 3rem 3rem;
  -webkit-transform:translateX(1rem);
  -ms-transform:translateX(1rem);
  -o-transform:translateX(1rem);
  transform:translateY(1rem)
}
.category-block:hover .block-title,
.category-block:focus .block-title {
  position:relative;
  -webkit-transform:translateY(2rem);
  -ms-transform:translateY(2rem);
  -o-transform:translateY(2rem);
  transform:translateY(2rem);
  -webkit-transition:transform .7s ease;
  -o-transition:transform .7s ease;
  transition:transform .7s ease
}
.category-block:hover .desc,
.category-block:focus .desc {
  opacity:1;
  -webkit-transform:translateX(0);
  -ms-transform:translateX(0);
  -o-transform:translateX(0);
  transform:translateY(0);
  -webkit-transition:all .4s .1s ease;
  -o-transition:all .4s .1s ease;
  transition:all .4s .1s ease
}
.category-block .hidden-link {
  position:absolute;
  top:0;
  left:0;
  z-index:3;
  width:100%;
  height:100%;
  opacity:0
}

.button-next,
.button-prev{
	position: absolute;
	top: 50%;
	margin-top: -1.5rem;
	font-size: 1.375rem;
	width: 3rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
	color: #FFF;
	z-index: 3;
}

.button-next{
	right: 15px;
}

.button-prev{
	left: 15px;
}

.button-next:before,
.button-prev:before{
	content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #DB222A;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: -1;
}

.category-block .text-block h2{
	font-size: 1.667rem;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.category-block .text-block a,
.category-block .text-block h2{
	color: #FFF;
}

.category-block .hidden-link{
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}



#cookie-notice{
	font-family: 'Montserrat', sans-serif!important;
}
#cookie-notice .cn-button:not(.cn-button-custom) {
	border-radius: 0!important;
	color: #000!important;
	font-weight: 500!important;
}



/* Home about */

.home-features{
	position: relative;
	padding: 5rem 0;
}
/*
.home-features .row{position: relative}

.home-features .row:before{
	content: '';
	z-index: 3;
	position: absolute;
	left: 0;
	top: -5rem;
	width: 25%;
	height: 25%;
	background: #FFF;
}

 .home-features .row:after{
	content: '';
	z-index: 3;
	position: absolute;
	left: 25%;
	top: calc(25% -5rem);
	width: 25%;
	height: 25%;
	background: #f2f2f2;
}
*/
.home-features .bg-image{
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background-position: center;
	background-size: cover;
	opacity: .13;
}

.home-features .bg-image_2{
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-position: center;
	background-size: cover;
}

.home-features_text{
	padding-left: 5rem;
	position: relative;
	z-index: 1;
}

.home-features_text .sec-head{
	margin-bottom: 3rem;
}

.h-icons{
	padding: 8.667rem 0;
	position: relative;
	background: #EFF6FB;
}


.icon-block{
	position: relative;
	padding-left: 2rem;
	z-index: 1;
}

.icon-block h4{
	font-size: 2.667rem;
	line-height: 2.667rem;
	color: #0F110C;
}


.icon-block p{
	margin-bottom: 0;
	color: #a3adb7;
	line-height: 1;
	font-weight: 600;
	margin-top: 5px;
	padding-left: 2rem;
}

.icon-block:before{
	content: '';
	position: absolute;
	top: 0;
	left: 1rem;
	width: 44px;
	height: 44px;
	border: 2px solid #033a8a;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: -1;
}

.home-cta-bottom{
	padding: 8.667rem 0 3.333rem 0;
	position: relative;
}

.home-cta-bottom:before{
	content: '';
	background: #000;
	opacity: .5;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.home-form-wrapper{
	display: block;
	padding: 3.333rem;
	background: #FFF;
	margin-bottom: -8.667rem;
}

.cta-text h2{
	color: #FFF;
	margin: 0;
}


.wpcf7-submit{margin-top: 1rem; background: #033A8A; color: #FFF;}
.wpcf7-submit:hover,
.wpcf7-submit:focus{
	background: #323232;
	color: #FFF;
}

.swiper-pagination-bullets.swiper-pagination-horizontal{
	position: relative!important;;
	bottom: 0!important;;
	margin-top: 4rem!important;;
}

.swiper-pagination-bullet {
	width: 16px!important;;
	height: 16px!important;;
}

.swiper-pagination-bullet-active{
	background: #033A8A!important;
}

.gallery {
 margin-bottom:0
}
.gallery .gallery-item {
 position:relative;
 overflow:hidden
}
.gallery .gallery-item a {
 display:block;
 position:relative
}
.gallery .gallery-item img {
 -webkit-transition:all .8s ease;
 -webkit-transition:all .8s ease
}
.gallery .gallery-item:hover img {
 -webkit-transform:scale(1.04);
 transform:scale(1.04)
}
.gallery .gallery-item a:before {
 content:'\e816';
 display:inline-block;
 background:#033A8A;
 font-size:1.375rem;
 border-radius:0;
 color:#fff;
 width:3rem;
 height:3rem;
 line-height:3rem;
 text-align:center;
 position:absolute;
 top:50%;
 left:50%;
 margin-top:-1.5rem;
 margin-left:-1.5rem;
 font-family:"linearus";
 font-style:normal;
 font-weight:400;
 speak:never;
 text-decoration:inherit;
 text-align:center;
 font-variant:normal;
 -webkit-font-smoothing:antialiased;
 -moz-osx-font-smoothing:grayscale;
 -webkit-transform:translateY(50px);
 transform:translateY(50px);
 opacity:0;
 z-index:1;
 -webkit-transition:all .3s ease;
 transition:all .3s ease
}
.gallery .gallery-item:hover a:before {
 -webkit-transform:translateY(0);
 transform:translateY(0);
 opacity:1
}
.error-404 {
 padding:5rem 0
}

/* Footer */

.site-footer{
	background: #323232;
	color: #8b8b8b;
	padding: 6rem 0;
	padding: 10rem 0 6rem 0;
}

.site-footer a{
	color: #8b8b8b;
}

.footer-1-area img{
	width: 200px;
}

.copyright-bar{
	background: #323232;
	color: #FFF;
	padding: 2rem 0;
	border-top: 1px solid rgba(255,255,255,.1);
	color: rgba(255,255,255,.5);
	text-align: right;
}

.copyright-bar a{
	color: #FFF;
}



.footer-phone-wrap{
	font-weight: 600;
	font-size: 1.25rem;
	color: #FFF;
	margin-bottom: 8px;
}

.footer-phone-desc{
	display: inline-block;
	position: relative;
	color: #FFF;
}

.footer-phone-desc:after{
	content: '';
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #FFF;
}

.site-footer .menu{
	padding: 0;
	margin: 0;
	list-style: none;
}

.site-footer .menu li a{
	display: block;
	padding: 2px 0;
}

.site-footer .btn{
	z-index: 1;
  position: relative;
  margin-top: 30px;
}

.footer-phone-wrap span{font-weight: 300;}

.footer-realizacja{
	display: block;
	margin-top: 1rem;
	color: rgba(255,255,255,.3);
	font-size: 0.867rem;
}

.widget-title{
	color: #FFF;
	margin-bottom: 1rem;
	font-weight: 600;
}

.sec-head.elem h1{
	margin-top: 0;
}

.breadcrumbs,
.breadcrumbs a{color: #FFF; font-weight: 600;}

.realizacja-item{
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}

.realizacja-item:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .2;
  z-index: 1;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.realizacja-item .overlay-link{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	opacity: 0;
	margin-bottom: 30px;
}

.locate{
	color: #FFF;
  display: block;
  font-weight: 600;
  margin-top: 20px;
}

.realizacja-item h3{
	font-size: 1.667rem;
	color: #FFF;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.realizacja-item  img{
	-webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}

.realizacja-item:hover  img{
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
}

.realizacja-item .text-wrap{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 3rem;
	z-index: 2;
}


@media(max-width: 1450px){
	html{font-size: 14px}
	.cta-text{padding-left: 5rem;}
}

@media(max-width: 1350px){

}

@media(max-width: 1300px){
	.cta-text{padding-left: 2rem;}
	.home-features_text {padding-left: 3rem; padding-right: 2rem}
}


/* 1200px */
@media (max-width:1200px){
	.main-menu-phone{padding-left: 15px;}
	img.custom-logo {width: 174px;}
}

/* 1024px */
@media (max-width:1024px){

}

/* 991px */
@media (max-width:991px){
	.site-logo {padding: 15px 1rem;}
	img.custom-logo {width: 136px;}
	.products-categories:before {width: 75%}
	.icon-scroll {left: 75%}
	.home-features .bg-image_2 {width: 40%;}
	#primary-menu-wrap{padding: 2rem 0; text-align: center;}
	.navbar-nav > .nav-item a{
		text-align: center;
		padding: 1rem 2rem;
		font-size: 1.133rem;
	}
	#primary-menu li a:after, #primary-menu li a:before {display: none}
	.main-menu-phone {
	  display: inline-block;
	  float: none;
	  border-left: none;
	  padding-left: 0;
	}

	.top-right-widgets  #custom_html-6{display: none}

	.before-cart{
		display: block;
		width: 100%;
		float: left;
		text-align: center;
	}

	.before-cart .widget {
	  display: block;
	  float: none;
		margin-top: 2rem;
	}

	.icon-block {
		margin-bottom: 3rem;
		display: inline-block;
		padding-left: 0;
	}
	.h-icons{
		text-align: center;
		padding: 5rem 0 2rem 0;
	}

	.icon-block::before {
		left: 50%;
		margin-left: -22px;
	}

}

/* 767px */
@media (max-width:767px){
	.home-features .bg-image_2 {
	  width: 100%;
	  position: relative;
	  height: 400px;
	}

	.products-categories .sec-head {margin-top: 0;}
	.products-categories {padding-bottom: 0; padding-top: 3rem;}
	.products-categories:before {top: 0; height: 100%}
	.products-categories .sec-head {margin-bottom: 4rem;}
	.home-features_text{padding: 3rem 2rem 0 2rem;}
	.home-cta-bottom {padding-top: 3em}
	.cta-text {padding: 0 1rem 4rem 1rem;}
	.footer-widgets{text-align: center;}
	.footer-1-area img {margin-bottom: 2rem}
	.copyright-bar{text-align: center;}
	.home-features_text .sec-head {margin-bottom: 2rem;}
}

/* 575px */
@media (max-width:575px){
	.home-features_text {padding: 3rem 1rem 0 1rem;}
	.h-icons {
	  text-align: center;
	}
	.realizacja-item .text-wrap {padding: 2rem}
	.icon-block p {padding-left: 0}
	.cta-text h2 {font-size: 36px;}
	.products-categories .sec-head {padding-left: 1rem}
	.category-block .text-block h2 {font-size: 2.2rem;}

}
