.productNotFound {
	float: left;
	width: 100%;
	padding: 20vh 0;
	display: flex;
	text-align: center;
	justify-content: center;
}

.productNotFound .heading {
	width: 100%;
	text-align: center;
	text-transform: uppercase;
}

@media only screen and (max-width: 450px){
	.gridItems .item .imgSection {
		position: relative;
		z-index: auto;
		left: auto;
		right: auto;
		height: auto;
		width: 50%;
		float: left;
		-webkit-background-size: cover;
		background-size: cover;
		background-position: center;
	}

	.productsListCat.gridItems .item .imgSection {
		height: 140px;
	}

	.productsListCat.gridItems .item .imgSection img {
		display: none;
	}

	.gridItems .item .nameHelper{
		float: right;
		width: 50%;
		height: 100%;
		text-align: center;
		padding: 14px;
	}

	.gridItems .item .nameHelper:before {
		font-size: 14px;
		left: 50%;
		margin-left: -7px;
		bottom: 5px;
		top: auto;
		width: 14px;
	}

	.promoSection .gridItems .item .nameHelper:before {
		display: none;
	}

	.promoSection .gridItems .item .imgSection  {
		height: 100%;
		min-height: 100px;
	}

	.promoSection .gridItems .item .imgSection img {
		display: none;
	}
}


@media only screen and (max-width: 400px){

	.productsListCat.gridItems .item .imgSection {
		height: 120px;
	}

	.gridItems .item .nameHelper{
		font-size: 14px;
	}
}


#theProduct .productContent .wrapper>.left>.productsSlider img {
	width: 100%;
}



header #headerTop .langChoice .social-icon img{
	width: 20px;
	height: 20px;
	-webkit-transition: all 0.15s ease-out 0s;
-moz-transition: all 0.15s ease-out 0s;
transition: all 0.15s ease-out 0s;
position: relative;
top: 0;
}


header #headerTop .langChoice .social-icon img:hover{
	top: -2px;
}

header #headerTop .langChoice .social-label span{
display: none;
}

html[lang=pl] 	header #headerTop .langChoice .social-label span{
	display: inline;
}

@media only screen and (min-width: 950px){
	header #headerTop .langChoice .social-label{
		margin-left: 23px !important;
		margin-right: 10px !important;
	}
}

header #headerTop .langChoice .social-label{
	display: none;
}

@media only screen and (min-width: 830px){
	header #headerTop .langChoice .social-label{
		display: inline-block;
	}
}

@media only screen and (max-width: 1024px){
	header #headerTop .wrapper>*.rightSide {
	    padding-right: 0.333333em;
	}
}

@media only screen and (max-width: 640px){
	header #headerTop .langChoice .social-breaker {
	    display: block;
			margin-top: 10px !important;
	}
}

header.header-fixed #headerTop .wrapper>.leftSide .logotype {
    position: relative;
    top: 110px;
}
header.header-fixed {
    top: -106px;
    box-shadow: 1px 1px 2px 0px rgba(1,1,1,0.16);
}

.header-fixed #headerTop {
	padding: 0;
}

header:not(.header-fixed) #headerTop .wrapper>*.rightSide {
	padding: 0;
}


.item.markerClicked {
	position: relative;
	z-index:1;
}

.item:before {
	content:"";
	position:absolute;
	opacity:0;
	background: #ffefc8;
	z-index:-1;
	pointer-events:none;
	transition:all 0.25s ease-in-out;
}

.item.markerClicked:before {
	left:-5px;
	top:-5px;
	bottom:-5px;
	right:-5px;
	opacity:1;
}

.productsVideos {
	float:left;
	width: 100%;
	margin: 0 0 25px;

	display: grid;
	grid-gap: 10px;
	grid-template-columns: repeat(3, 1fr);
}

@media all and (max-width:580px) {
	.productsVideos {
		grid-template-columns: repeat(3, 1fr);
	}
}

.productsVideos:after {
	content:"";
	flex:auto;
}

.productsVideos img {
	width: 100%;
	float:left;
}


.productsVideos a {
	position: relative;
}

.productsVideos__title {
	font-size: 12px;
	color: #fff;
	position: absolute;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.1);
	bottom: 25px;
	left:0;
	right: 0;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}

.productsVideos__mask {
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	background: rgba(0,0,0,0.4);
	color:#d51e1e;
	display:flex;
	justify-content: center;
	align-items:center;
	font-size:35px;
	transition:all 0.25s ease-in-out;
}

@media all and (min-width: 1023px) {
	.productsVideos a:hover .productsVideos__mask {
		background: rgba(0,0,0,0.1);
	}
}


.promoSection .promo>.right .desc img,
.promoSection .promo>.right .desc iframe{
	max-width: 100%;
	height: auto;
}

.buttons__image img {
	display: inline-block;
	margin-bottom: 1px;
	transition: all 0.25s ease-in-out;
}

.buttons__image:hover img {
	opacity: 0.8;
}


.form.form-full-width input.input-size-15 {
	width: 100%;
}

.form-full-width .formRow .fieldHelper .options-full-width {
	margin-top: 0px;
}

.form-full-width .formRow input.checkbox {
	margin-bottom: 0;
}

.select-tags {
	width: 100%;
}



.catalog {
	width: 100%;
	float: left;
}

.catalog .wrapper {
	display: flex;
	height: 332px;
	align-items: center;
	justify-content: space-between;
	background-repeat: no-repeat;
	background-position: center;
}

.catalog .heading {
	margin-bottom: 14px;
}

.catalog .catalog__buttons {
	text-align: right;
	padding-right: 155px;
	padding-bottom: 40px;
}

.catalog .catalog__button-container {
	float:right;
	width: 100%;
	text-align: right;
}

.catalog .catalog__button-container .btn {
	min-width: 245px;
	text-align: center;
	display: inline-block;
}

.catalog .catalog__text {
	float: right;
	max-width: 330px;
	margin-bottom: 45px;
}

@media all and (max-width:1100px) {
	.catalog .catalog__buttons {
		padding-right: 0;
		position: relative;
		z-index:1;
	}

	.catalog .catalog__img {
		width: 40%;
	}
}

@media all and (max-width:550px) {
	.catalog {
		position: relative;
	}

	.catalog .wrapper {
		height: 245px;
	}

	.catalog .catalog__img {
		position: absolute;
		z-index: 0;
		top:5px;
		left: 5px;
		opacity: 0.3;
	}

	.catalog .catalog__buttons {
		width: 100%;
		padding-bottom: 0;
		text-align: center;
	}

	.catalog .catalog__text {
		display: inline-block;
		float: none;
	}

	.catalog .catalog__button-container {
		text-align: center;
	}
}

.fancybox-title {
	display: block !important;
}

.fancybox-overlay.fancybox-overlay-fixed {
	z-index: 1000000000;
}