/* ==================================================== Układ =============================================== */
/*#CONTAINER {
  width: auto;
}*/
/* ==================================================== Elementy ============================================ */
/* ------- Mobilne menu - przycisk --------- */ 
#mobile-menu-button {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 30px;
  border: solid 0.075em #013069; /* dalej nie zmieniaj ;) */
  
  height: 1.15em;
  width: 0;
  padding-left: 1.30em;
  border-radius: 0.2em;
  cursor: pointer;
}
#mobile-menu-button:before {
  background: #013069;
  box-shadow: 
    0 0.25em 0 0 #013069,
    0 0.5em 0 0 #013069; /* dalej nie zmieniaj ;) */
 
  content: "";
  position: absolute;
  left: 0.15em;
  top: 0.25em;
  width: 1em;
  height: 0.15em;
}
/* ------------ Mobilne menu ------------- */ 

#mobile-menu-close {
  text-align: center;
	width:20px;
	margin-right:-50px;
	background: #013069;
	float:right;
}
.scroll-lock { /*blokowanie przewijania strony w tle */
  position: fixed;
}
.pop-up-menu {
	position: fixed;
	top:0;left:0;right:0;bottom:0;
	background:rgba(0, 0, 0, 0.8);
	display:none;
	z-index:2;
}
body.scroll-lock .pop-up-menu {
	display: block;
}
body.scroll-lock #mobile-menu-button {
	display:none;
}
nav.mobile-menu #mobile-menu-close {
	display:none;
}
nav.mobile-menu #mobile-menu-close i {
	color:#fff;
}
nav.mobile-menu.show-me {
  padding:0 5px;
}
nav.mobile-menu.show-me, nav.mobile-menu.show-me #mobile-menu-close {
  display: block;
	margin-left:0;
}
nav.mobile-menu.show-me #mobile-menu-close {
  position:fixed;
  top:0;
  right:0;
  z-index: 999;
  padding:12px 12px 12px 15px;
  margin:0;
}
nav.mobile-menu.show-me .search, nav.mobile-menu.show-me #cart-module {
  float:left;
  margin-bottom:50px;
}
nav.mobile-menu.show-me ul.nav {
  padding-bottom:2em;
}
nav.mobile-menu {
  display: block;
  /*position: fixed;*/
  /*right: 2.5%; top: 50px;*/
  position: fixed;
  left: 0;
  top: 0;
	bottom:0;
  max-height: 100%;
  width: 300px;
  max-width: 80%;
  
  margin-left: -100%;
  padding: 0;
  float: none;
  z-index: 10000;
	 overflow-y: auto;
 /* overflow: visible;*/
  background: #fff; /* e */
	
	transition: all 800ms;
 }
nav.mobile-menu ul {
  display: block;
  /*position: absolute;
  top:0;left:0;right:0;bottom:0;*/
/*  margin: 0;
  padding: 0;
  width: 100%;*/
}
nav.mobile-menu ul li {
  margin: 0;
  display: block;
	padding:10px 25px 5px 10px !important;
	border-bottom:1px solid #F1F1F1;
}
nav.mobile-menu ul li a, #mobile-menu-close {
  padding: 1em 1em; /* e */
  height: auto;
  text-decoration: none;
	font-weight:300 !important;
  font-size: 1.1em; /* e */
  color: #222; /* e */
}
nav.mobile-menu ul li a span:before {
	display: none;
}
nav.mobile-menu ul a:hover span {
  transform: none;
}
nav.mobile-menu ul li a:hover, #mobile-menu-close {
	color: #3F5F92;
}
nav.mobile-menu ul li ul { 
  display: none !important;
}
nav.mobile-menu .flags-mod {
  float:none;
  margin:0;
  background:#eee;
  padding:5px;
}
nav.mobile-menu .flags-mod > div {
  width:50px;
  margin-top:8px;
}
/* ==================================================== Media Queries ======================================= */
/* -------------------------------------------------------------- */
@media screen and (max-width: 1400px) {

    .contact-section-icon span.phone::before {
    display:none;
    }
    .contact-section-icon span {
      padding:0;
    }

    #PROMO-TOP, #BOTTOM {
			padding-left: 70px;
		}
		#logo {
			height:60px;
		}
		.caption h2 {
			font-size:3em;
		}

}
/* -------------------------------------------------------------- */
@media screen and (max-width: 1250px) {

/*		#PROMO-TOP {
			display:none;
		}
		.sidebar-wrapper {
    top: 0;
		}*/
		html, body, input, textarea {
    font-size: 13px;
  }
	#TOP-MINI .contact-section-icon {
    margin-top: 0;
    padding: 0;
    color: #d4d8e0;
    position: absolute;
    top: -32px;
}
#TOP-MINI .contact-section-icon span {
	padding:0;
	font-size:1.1em;
}
#TOP-MINI .contact-section-icon span:before, #TOP-MINI .contact-section-icon:before {
	display:none;
}
#NEWSLETTER-SECTION .nl-form {
	width:100%;
}
#NEWSLETTER-SECTION .nl-form h2 {
	text-align: left;
}
#NEWSLETTER-SECTION .download-file-mod {
	width:65%;
}
#HIGHLIGHT-CONTENT .gallery-mod {
	width:40%;
}
#HIGHLIGHT-CONTENT .border-style .tile .content {
    padding: 35px 0 0 30px;
}
#HIGHLIGHT-CONTENT .border-style .tile h3 {
	margin:0;
}
#LEAVE-NUMBER .img-module {
	width:45%;
}
.icon-tile {
    margin: 0;
    padding: 15px 40px 15px 15px;
}
.icon-tile .icon {
  width:50px;
  height:50px;
}
	
}
/* -------------------------------------------------------------- */
@media screen and (max-width: 1100px) {

  .page-section {
    padding: 30px 0;
  }
	.container {
	padding:0 50px;
}
.columns-x2 .columns-x2 > div {
  width:100%;
}
/*.card {
	min-height:0;
	height:auto !important;
}*/
  
  /* ----- przełączanie na mobilne menu ----- */  
  #mobile-menu-button {
    display: block;
  }
  nav {
    display: none;
  }
  #CONTAINER {
    width: auto;
  }
  #TOP {
    margin-top: 0;
  }
	#LEAVE-NUMBER h2, #HIGHLIGHT-CONTENT h3, #NEWSLETTER-SECTION h2, #NEWSLETTER-SECTION h3 {
		font-size:2.5em;
	}
	.columns-x5 > div {
		width:25%;
	}
	.start .columns-x5 > div:nth-child(5) {
		display:none;
	}
	.ak-slider .slide .caption {
		bottom:15px;
	}
	#TOP {
		height: 60px;
	}
	#TOP-MINI {
		height:60px;
		position:fixed;
		top:0;right:0;left:0;
	}
	#TOP-MINI .container {
		padding:0 75px;
	}
	#logo {
		height:40px;
		top:10px;
		left:2px;
	}
	#TOP-MINI .search {
		margin-top:6px;
	}
	#TOP-MINI #cart-module {
		margin-top:18px;
	}
  .contact-section-icon span {
    font-size:1.4em;
  }
	.hash-navigator-wrapper {
		padding:0;
	}
	#PARTNERS .mb-header {
		display:none;
	}
	#PARTNERS [data-grid="logo-box"] {
		padding-left:0;
	}
	#LEAVE-NUMBER form {
    padding: 50px;
}
#LEAVE-NUMBER h2 {
	text-align:left;
}
.cat-header > div {
	float:none;
	width:100%;
}
.cat-header .cat-button {
  float:left;
  width:auto;
}
/* --- artykuł ---- */
.article-content {
	padding: 60px 60px 60px 18%;
}

.img-category {
	width:35%;
}
.subcategory-box {
	width:80%;
}
.subcategory-box .buttons-wrapper {
    float: right;
    width: 80%;
}
#HIGHLIGHT-CONTENT .atuts-wrapper {
	width:140px;
	margin-left:-70px;
}
#HIGHLIGHT-CONTENT .atuts-wrapper .atut-box span.int {
	font-size:2em;
}
#HIGHLIGHT-CONTENT .atuts-wrapper .atut-box span.txt {
	font-size: 1.1em;
}
#nice-cart-contents, #nice-cart-form {
	width:100%;
	padding-bottom:20px;
}
.icon-tile .content p {
	display: none;
}
.icon-tile .content {
  margin-top:20px;
}
}
/* -------------------------------------------------------------- */
@media screen and (max-width: 900px) {
	
	#PAGE-HEADER h1 {
		font-size:2em;
	}
	.columns-x4 > div {
		width:33%;
	}
	.columns-x4 > div:first-child {
		display:none;
	}
	.contact-section-icon span {
		font-size:1.5em;
	}
	#LEAVE-NUMBER .img-module {
		margin-top:-35px;
	}
	#LEAVE-NUMBER form {
		width:90%;
		padding:30px;
	}
	#NEWSLETTER-SECTION .download-file-mod {
    width: 90%;
    padding: 30px;
}
#NEWSLETTER-SECTION .download-file-mod .tile .thb {
    right: 75%;
    width: 45%;
}
#NEWSLETTER-SECTION .download-file-mod .tile .content {
	padding:0 0 0 35%;
}
#NEWSLETTER-SECTION .download-file-mod .tile h3 {
    margin: 0 0 25px 0px;
}
.product .thb {
    box-shadow: inset 0 0 30px 30px #f2f2f2;
}
		.caption h2 {
			font-size:2em;
		}
.product .product-code, .product .product-manufacturer {
    display:none;
}
.product .content {
	border:0;
}

/* ---- produkty ---- */
.product-page-left, .product-page-right {
	width:100%;
	padding-bottom:10px;
}
.info-box .mb-header h2 {
  font-size:1.2em;
}
.info-box .mb-header {
  display:none;
}
.icon-tile {
  padding:10px 30px 10px 10px;
}
.icon-tile .thb {
  width:100%;
}
.icon-tile .icon {
  margin:auto;
  border: 2px solid #0160d4;
  padding:10px;
  width:40px;
  height:40px;
}
.icon-tile .content {
  padding:3px 0;
}
.icon-tile .content h3 {
  text-align: center;
  font-size:1em;
}
#LEAVE-NUMBER form, #LEAVE-NUMBER .text_link {
 padding: 20px 50px 20px 20px;
 width: 100%;
}
#LEAVE-NUMBER .img-module {
 display: none;
}

}
/* -------------------------------------------------------------- */
@media screen and (max-width: 700px) {

  	.container {
		padding:0 15px;
	}
  .columns-x3 > div {
    width:50%;
  }
  .info-box .columns-x3 > div {
    width:33%;
  }
  .columns-x4 > div {
  width:50%;
  }
	#HIGHLIGHT-CONTENT .gallery-mod {
    width: 100%;
		margin:10px 0;
	}
	#HIGHLIGHT-CONTENT .border-style {
		width:90%;
		padding: 30px 30px 30px 90px;
	}
	#HIGHLIGHT-CONTENT .border-style .tile .thb {
    position: absolute;
    top: -15px;
    left: -170px;
	}
	.columns-x5 > div {
		width:50%;
	}
  	.columns-x6 > div, .columns-x7 > div {
		width:25%;
	}

#LEAVE-NUMBER .img-module {
    display:none;
}
#HIGHLIGHT-CONTENT .border-style {
    width: 100%;
    padding: 20px;
}
#HIGHLIGHT-CONTENT .border-style .tile .content {
    padding: 0;
}
#HIGHLIGHT-CONTENT .border-style .tile .thb, #HIGHLIGHT-CONTENT .atuts-wrapper {
	display:none;
}
#NEWSLETTER-SECTION .nl-form {
    width: 100%;
    padding: 20px;
}
#NEWSLETTER-SECTION .download-file-mod {
    width: 100%;
    padding: 20px;
		margin-top:35px;
}
#NEWSLETTER-SECTION .download-file-mod .tile .content {
    padding: 0;
}
#NEWSLETTER-SECTION .download-file-mod .tile .thb {
    display:none;
}
#LEAVE-NUMBER form {
    width: 100%;
		padding:20px;
}
.img-category {
	display:none;
}
.subcategory-box {
	width:100%;
}
.icon-tile {
  background:#eee;
  padding:10px;
}
}
/* -------------------------------------------------------------- */
@media screen and (max-width: 550px) {

  .columns-x3 > div, .columns-x2 > div, .columns-x4 > div {
    width:100%;
    height:auto !important;
  }
  .tile .content {
  padding: 15px 0;
  width:100%;
  }
  .text-wrapper {
    width: 100%;
    max-width:100%;
  }
  .content_block.float-left, .content_block.float-right {
    padding:0;
    min-width:100%;
  }
  .article-img {
    max-width:100%;
    float:none;
    margin:0;
  }
.ak-slider .slide .caption {
	display:none;
}
.ak-slider .moveFwd .n-ico, .ak-slider .moveBack .n-ico {
	font-size:30px;
}
h2 {
	font-size:1.8em;
}
#LEAVE-NUMBER h2, #HIGHLIGHT-CONTENT h3, #NEWSLETTER-SECTION h2, #NEWSLETTER-SECTION h3 {
	font-size:1.8em;
}
.inside-button li {
	width:auto;
}
/*.inside-button li input {
	padding:5px 25px 5px 15px;
}
.inside-button ul li:last-child {
	margin:0;
}
.inside-button .submit-area .button {
	margin-left:-40px;
}*/
#credits {
	margin:0;
}
/* ---- produkty ---- */
.specyfication-wrapper {
	margin:0;
	padding:10px;
	background:#f6f6f6;
}
.specyfication-wrapper .border-style {
	padding:0;
	margin:0;
	width:100%;
	border:0;
}
#PAGE-HEADER h1 {
		font-size:1.8em;
	}
	.add-to-cart-container {
    float: none;
		clear:both;
    width: 320px;
    height: 190px;
    overflow: hidden;
    position: relative;
}
.add-to-cart-container > div {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 320px;
}
		.add-to-cart-wrapper .buttons-pill {
		width:100%;
	}
	
	/* --- artykuł ---- */
.article-content {
	padding: 0;
	margin:0;
	max-width:100%;
	background:none;
}

.subcategory-box .buttons-wrapper {
	float:left;
	width:100%;
}

.nice-cart-product .controls {
	width:100%;
}
.nice-cart-product .data .tile {
	margin:0;
}
	.border-style, #NEWSLETTER-SECTION .download-file-mod, #LEAVE-NUMBER form {
		border-width: 2px !important;
		padding:10px !important;
	}
.info-box {
  padding:0;
}

.icon-tile .content {
  min-width:70px;
}
.popup-window .content {
 padding: 30px;
 align-items: flex-end;
}
.popup-window .content h2 {
 font-weight: 500;
}

}
/* -------------------------------------------------------------- */
@media screen and (max-width: 400px) {

	.columns-x5 > div {
    width:100%;
    height:auto !important;
  }
	/*.sidebar-wrapper {
		display:none;
	}*/
	.button, .buttons a {
		font-size:0.7rem;
	}
  .icon-tile .content h3 {
    font-size:0.9em;
  }
  .icon-tile .icon {
    margin: auto;
    border: 1px solid #0160d4;
    padding: 5px;
    width: 30px;
    height: 30px;
}
.popup-window .content {
 padding: 20px 20px 20px 20px;
}
.popup-window .content h2 {
 font-size: 2rem;
 font-weight: 500;
}
.popup-window .controls {
 padding: 0;
}

	
}