/*
		POWERD BY ->>> NET-ATAK.PL ->>> Copyright ->>> 2016				
/*---------------------------------------------------------------------
	FONT IMPORT
---------------------------------------------------------------------*/
@import url(latolatinfonts.css);
@import url(bellota.css);
.LatoBlack {
	font-family: 'LatoBlack';
}
.LatoBlackItalic {
	font-family: 'LatoBlackItalic';
}
.LatoBold {
	font-family: 'LatoBold';
}
.LatoBoldItalic {
	font-family: 'LatoBoldItalic';
}
.LatoHairline {
	font-family: 'LatoHairline';
}
.LatoHairlineItalic {
	font-family: 'LatoHairlineItalic';
}
.LatoHeavy {
	font-family: 'LatoHeavy';
}
.LatoHeavyItalic {
	font-family: 'LatoHeavyItalic';
}
.LatoItalic {
	font-family: 'LatoItalic';
}
.LatoLight {
	font-family: 'LatoLight';
}
.LatoLightItalic {
	font-family: 'LatoLightItalic';
}
.LatoMedium {
	font-family: 'LatoMedium';
}
.LatoMediumItalic {
	font-family: 'LatoMediumItalic';
}
.LatoRegular {
	font-family: 'LatoRegular';
}
.LatoSemibold {
	font-family: 'LatoSemibold';
}
.LatoSemiboldItalic {
	font-family: 'LatoSemiboldItalic';
}
.LatoThin {
	font-family: 'LatoThin';
}
.LatoThinItalic {
	font-family: 'LatoThinItalic';
}
.BellotaRegular {
	font-family: 'BellotaRegular';
}
.BellotaItalic {
	font-family: 'BellotaItalic';
}
.BellotaBold {
	font-family: 'BellotaBold';
}
.BellotaLight {
	font-family: 'BellotaLight';
}
.BellotaLightItalic {
	font-family: 'BellotaLightItalic';
}
.BellotaBoldItalic {
	font-family: 'BellotaBoldItalic';
}
/*---------------------------------------------------------------------
	GLOBAL SETTINGS
---------------------------------------------------------------------*/
* {
	box-sizing: border-box;
	font-weight: 400 !important;
}
*,
html,
img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
a {
	color: #000;
}
a:link,
a:visited {
	text-decoration: none;
	cursor: pointer !important;
}
a:hover,
a:active {
	cursor: pointer !important;
	color: #A99D8E
}
img {
	max-width: 100%;
	height: auto;
}
a {
	text-decoration: none;
}
a,
a:link,
a:visited,
input[type="submit"],
.transition,
.transition2,
.catPreview .cell100:after,
.catPreview .cell100:before,
.catPreview2 .item h2:after,
.catPreview2 .item h2:before,
.catPreview .item .cell100 {
	-moz-transition: 0.2s ease-out;
	-webkit-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
}
.transition3 {
	-moz-transition: 0.3s ease-out;
	-webkit-transition: 0.3s ease-in;
	-o-transition: 0.3s ease-in;
	transition: 0.3s ease-in;
}
ul,
ol {
	list-style: inside;
}
input[type=text],
input[type=password],
input[type=email],
select,
textarea {
	font-family: 'LatoRegular';
	background: #fff;
	font-size: 14px;
	color: #454545
}
body {
	font-family: 'LatoLight';
	color: #454545;
	font-size: 14px;
}
p,
td {
	line-height: 160%;
}
b,
strong {
	font-family: 'LatoBlack';
}
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
	width: 100%;
	border: 1px solid #454545;
	padding: 10px;
}
textarea {
	height: 100px;
}
input[type="submit"] {
	cursor: pointer;
}
:-webkit-input-placeholder {
	color: #7C7C7C;
}
:-moz-placeholder {
	color: #7C7C7C;
	opacity: 1;
}
::-moz-placeholder {
	color: #7C7C7C;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #7C7C7C;
}
.container,
header .top,
header .menu.toggle {
	margin: 0 auto;
	width: 93%;
}
.clear {
	clear: both;
	width: 0px;
	height: 0px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.mobile {
	display: none;
}
.upper {
	text-transform: uppercase
}
.lower {
	text-transform: lowercase
}
.img {
	background-position: center;
	background-size: cover;
}
.coll50 {
	width: 50%;
}
.coll33 {
	width: 33.33%;
}
.coll25 {
	width: 25%;
}
.align_left {
	text-align: left;
}
.align_right {
	text-align: right;
}
.align_center {
	text-align: center;
}
.none {
	display: none;
}
.gold {
	color: #877241;
}
.white {
	color: #fff;
}
.black {
	color: #000;
}
.table100 {
	display: table;
	width: 100%;
	height: 100%;
	text-align: center;
}
.cell100 {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle
}
.absolute100 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
/*---------------------------------------------------------------------
	HEADER
---------------------------------------------------------------------*/
header {}
header .container {
	position: relative;
}
header .top {
	background: #a99d8e;
	height: 45px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 10;
}
header .menu.toggle {
	display: none;
	position: fixed;
	top: 45px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 11;
	background: #a99d8e;
	border-bottom: none;
}
header .menu.toggle a {
	color: #fff;
}
header .menu.toggle a:hover {
	color: #fff;
}
header .top img.logo2 {
	height: 25px;
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: none;
}
header .top a {
	color: #fff;
}
header .icons .menu-ico {
	background: url(../images/template/ico-menu.png) no-repeat top;
	width: 50px;
	height: 45px;
	cursor: pointer;
	display: none;
}
header .icons .menu-ico.open {
	background: url(../images/template/ico-menu.png) no-repeat bottom;
}
header .icons .logOff {
	width: 40px;
	height: 45px;
	background: url(../images/template/ico-logOff.png) no-repeat center;
	opacity: 0.7
}
header .icons .account {
	width: 30px;
	height: 45px;
	background: url(../images/template/ico-account.png) no-repeat center;
	opacity: 0.7
}
header .icons .cart {
	width: 50px;
	height: 45px;
	background: url(../images/template/ico-cart.png) no-repeat center;
	position: relative;
}
header .icons .cart span {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 15px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	display: block;
	background: #fff;
	color: #000;
	font-size: 10px;
	border-radius: 50%;
}
header .icons .cart span.none {
	display: none;
}
header .top .search {
	width: 50px;
	height: 45px;
	border: 1px solid #a99d8e;
	border-top: none;
	position: relative;
	overflow: hidden;
}
header .top .searchSubmit {
	background: #fff url(../images/template/ico-search.png) no-repeat center;
	width: 50px;
	height: 45px;
	margin: 0;
	cursor: pointer;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	border: none;
}
header .top .searchSubmit:hover {
	background: #fff url(../images/template/ico-search.png) no-repeat center;
	border: none;
}
header .top .searchPhrase {
	width: 198px;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	border: none;
	border-right: 1px solid #a99d8e;
}
header .top .ask {
	padding-top: 10px;
	padding-left: 50px;
}
header .logo {
	text-align: center;
	padding: 20px;
	padding-top: 65px;
	/* bo 45px fixed bar*/
}
header .menu {
	text-transform: uppercase;
	list-style: none;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	padding: 10px;
}
header .menu ul.main {
	text-align: center;
	display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
}
header .menu .main>li {
	display: inline-block;
	padding: 15px 0;
	margin: 0 10px;
	height: 45px;
}
header .menu .main>li>a {
	/* padding: 15px 30px; */
	padding: 15px 0;
}
header .menu .isSub ul {
	display: none;
}
header .menu .isSub {
	position: relative;
}
header .menu .isSub:hover ul.pozom_0 {
	display: block;
}
header .menu .isSub ul.pozom_0 {
	display: none;
	position: absolute;
	top: 55px;
	left: 50%;
	margin-left: -165px;
	width: 330px;
	padding: 10px 30px;
	border: 1px solid #a99d8e;
	background: #fff;
	z-index: 10;
}
header .menu .isSub ul.pozom_0:after {
	display: block;
	position: absolute;
	top: -13px;
	left: 0;
	width: 100%;
	height: 13px;
	content: ' ';
	background: url(../images/template/arr-up.png) no-repeat center;
}
header .menu .isSub ul.pozom_0>li {
	text-transform: uppercase;
	display: block;
	margin: 10px 0;
	padding: 10px 0;
	border-bottom: 1px solid #a99d8e;
	background: #a99d8e;
}
header .menu .isSub ul.pozom_0>li:last-child {
	border-bottom: none;
}
header .menu .isSub ul.pozom_0>li>a {
	padding: 10px;
}
header .menu .isSub ul.pozom_0>li:hover {
	background: #827667;
}
.slider_baner {
	height: 480px;
	overflow: hidden;
	position: relative;
	margin-top: 30px;
}
.home .slider_baner {
	height: 665px;
}
.slider_baner .area {
	height: 100%;
}
.slider_baner ul,
.home .slider_baner ul li {
	height: 100%;
	display: block;
}
.slider_baner .area ul li {
	height: 100%;
	display: block;
	background-image: url('../images/template/baner.jpg');
}
.slider_baner .overlay {
	background: #000;
	opacity: 0.19;
	z-index: 1;
}
.slider_baner .cont {
	z-index: 2;
	color: #fff;
}
.slider_baner .cont h1 {
	font-size: 65px;
}
.slider_baner .cont h2 {
	font-size: 53px;
}
.slider_baner .table100 {
	padding: 60px;
}
.slider_baner .cell100 {
	position: relative;
}
.slider_baner .cell100:after,
.slider_baner .cell100:before {
	position: absolute;
	display: block;
	content: " ";
	height: 320px;
	width: 320px;
}
.slider_baner .cell100:after {
	bottom: 0;
	left: 0;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.slider_baner .cell100:before {
	top: 0;
	right: 0;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
.sep {
	height: 1px;
	background: #d9d9d9;
	margin-top: 35px;
	margin-bottom: 35px;
}
.catPreview {
	float: right;
	width: 73%;
}
.catPreview .item {
	/* height: 560px; */
	width: 48%;
	float: left;
	margin-left: 2%;
	margin-bottom: 2%;
	overflow: hidden;
}
.catPreview .item>div {
	height: 100%;
	width: 100%;
}
.catPreview .item .pic {
	background-color: #d9d9d9;
	width: 100%;
	height: 414px;
	-webkit-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
}
.catPreview .item .pic:hover {
	-webkit-transform: rotate(1deg) scale(1.02);
	transform: rotate(1deg) scale(1.02);
}
.catPreview .table100 {
	padding: 20px;
}
.catPreview .cell100 {
	position: relative;
	/* height: 375px; */
}
.catPreview .cell100::after,
.catPreview .cell100::before {
	position: absolute;
	display: block;
	content: " ";
	height: 0px;
	width: 0px;
	z-index: -1;
}
.catPreview .cell100:hover::after,
.catPreview .cell100:hover::before {
	height: 150px;
	width: 320px;
	opacity:1;
}
.catPreview .cell100:after {
	bottom: 0;
	left: 0;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	opacity:0;
}
.catPreview .cell100:before {
	top: 0;
	right: 0;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	opacity:0;
}
.catPreview .item:hover .cell100:after,
.catPreview .item:hover .cell100:before {
	border-color: #fff;
}
#mapsgoogle {
	margin-bottom: 40px;
}
.orderprobka {
	float: right;
	width: 27%;
	text-align: center;
}
.orderprobka img {
	margin-bottom: 4.5%;
	width: 100%;
}
.orderSomePieces {
	cursor: pointer;
}
#orderSomePieces {
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 9999;
	background: #fff;
	border: 1px solid #cccccc !important;
	padding: 10px;
	display: none;
	box-shadow: 0px 0px 22px #747171;
	width: max-content;
	max-width: 1080px;
}
#orderSomePieces .etap1 {
	display: flex;
	flex-wrap: wrap;
	max-width: 1080px;
	width: 100%;
}
#orderSomePieces p {
	font-size: 20px;
	font-family: LatoBlack;
	text-transform: uppercase;
	text-align: center;
	padding-right: 25px;
	margin-bottom: 20px;
	margin-top: 20px;
	padding-left: 25px;
}
#orderSomePieces span {
	position: absolute;
	right: 0px;
	top: 0px;
	cursor: pointer;
	background: #000;
	padding: 0px;
	/* background: url(../images/template/ico-menu.png) no-repeat bottom; */
	background-color: rgba(0, 0, 0, 0);
	width: 45px;
	height: 45px;
	background-color: #a99d8e;
	top: -1px;
}
#orderSomePieces span img {
	padding:10px;
}
#orderSomePieces input,
#orderSomePieces textarea {
	border: 1px solid #dddddd;
	font-family: LatoRegular;
	margin: 3px;
	
}
#orderSomePieces textarea {
	max-width: 100%;
	min-width: 100%;
}
.fastcontact {
	text-align: center;
}
.banerPromo {
	float: left;
	width: 27%;
}
.banerPromo a {
	height: 320px;
	background: url(../images/template/promo.jpg) no-repeat center /cover;
	width: 100%;
	display: block;
}
.freshpromo {
	float: left;
	width: 73%;
	padding-left: 2%;
	overflow: hidden;
	max-height: 320px;
	padding:14px;
	border: 1px solid #48276e;
	/* background: #e7e3ec; */
}
.fastcontact h3 {
	margin-bottom: 0px;
	margin-top: 30px;
}
.fbico {
	margin-top: 10px;
}
.fastcontact p img {
	width: 25px;
	opacity: 0.4;
	margin: 0px 10px;
}
.catPreview h2 {
	font-size: 34px;
	padding: 50px;
	line-height: 170%;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}
.desc.categories_desc.v2 h2::before {
	position:relative;
	content:"Opis:";
	font-family:LatoRegular;
	color:#a99d8e;
	margin-right:5px;
}
.advantages {
	padding: 50px 0;
	float: left;
}
.advantages.v2 {
	float:none;
	border:1px solid #454545;
	margin-bottom:30px;
}
.advantages .item {
	width: 25%;
	float: left;
	text-align: center;
}
.advantages p {
	font-family: 'LatoBlack';
	font-size: 23px;
	text-transform: uppercase;
	margin-top: 40px;
	/* word-spacing: 1000px; */
}
footer {
	margin-bottom: 50px;
	color: #454545;
	clear: both;
	float: left;
	width: 100%;
}
footer a {
	color: #454545;
}
footer a:hover {
	color: #454545;
}
footer .container {
	background: white;
	padding: 0;
}
footer .foot_logo {
	margin-top: -20px;
margin-bottom: 17px;
}
footer .item {
	width: 100%;
	float: left;
}
footer .col-44 .item {
	width: calc(100% - 250px);
	white-space:nowrap;
}
footer .item.v2 {
	height:250px;
	min-width: 251px;
	width: 250px;
	/* padding:0 15px; */
	/* background: #cec9c3; */
}

.row {
	display: flex;
	flex-wrap:wrap;
}
.col-56 {
	width: 56%;
	display: flex;
	justify-content: space-between;
	padding:60px 0;
}
footer .col-56 .item {
	padding:0 15px;
}
footer .col-56 .item:first-child {
	padding-left:0;
}
.col-44 {
	width: 44%;
	display: flex;
	justify-content: space-between;
	background: #cec9c3;
	padding:60px 70px;
}
footer .item.przelamany {
	width: 60%;
}
footer .item.last {
	float: right;
	width: 15%;
	text-align: left;
	padding-top: 50px;
	display: grid;
}
footer .item.przelamany li {
	float: left;
	width: 25%;
}
footer h3 {
	text-transform: uppercase;
	font-family: 'LatoBlack';
	font-size: 20px;
	margin-bottom: 30px;
}
footer .last {
	text-align: left;
}
footer img {
	margin-bottom: 30px;
}
footer .item.v2 img {
	width:auto;
	max-width:100%;
	margin-bottom:0;
}
footer p {
	margin-bottom: 15px;
	color:#454545;
}
footer li {
	/* text-transform: uppercase; */
	display: block;
	margin-bottom: 5px;
}
.collNarrow {
	width: 30%;
}
.collWide {
	width: 70%;
	padding-left: 60px;
}
.submenu {
	padding: 20px 40px;
	border: 1px solid #454545
}
.submenu ul {
	display: none;
}
.submenu ul.pozom_0 {
	display: block;
}
.submenu ul.open {
	display: block;
}
.submenu li {
	display: block;
}
.submenu span a {
	padding: 25px 0;
}
.submenu span {
	text-transform: uppercase;
	font-size: 18px;
	padding: 25px 0;
	display: block;
	border-bottom: 1px solid #c2c2c2;
}
.submenu ul.pozom_0>li:last-child ul.pozom_1 li:last-child span {
	border-bottom: none;
}
.submenu ul.pozom_0>li>span {
	font-family: 'LatoBlack';
	font-size: 24px;
	padding-right: 40px;
}
.submenu ul.pozom_0>li>span {
	background: url(../images/template/arr-submenu-down.png) no-repeat right 10px center;
	position: relative;
}
.submenu ul.pozom_0>li>span .arr {
	position: absolute;
	width: 40px;
	height: 100%;
	display: block;
	cursor: pointer;
	right: 0;
	top: 0;
}
.submenu ul.pozom_0>li>span.active {
	background: url(../images/template/arr-submenu-up.png) no-repeat right 10px center;
}
.submenu ul.pozom_0 li ul.pozom_1 li span.active {
	padding-left: 40px;
	background: url(../images/template/submenu-active.png) no-repeat left center;
	font-family: 'LatoBlack';
}
.categories_desc {
	margin-top: 50px;
	margin-bottom: 10px;
	font-size: 16px;
}
.categories_desc p {
	margin-bottom: 10px;
}
.categories_desc p.main {
	font-family: 'LatoBlack';
	margin-bottom: 20px;
}
.catPreview2 {
	margin-top: -10px;
	margin-right: -10px;
}
.catPreview2 .item {
	padding: 10px;
	/* height: 350px; */
	height: 295px;
	overflow: hidden;
	position: relative;
}
.catPreview2 .item:before,
.catPreview2 .item:after {
	position: absolute;
	display: block;
	content: "";
	background: #b4b4b4;
	margin: auto;
}
.catPreview2 .item:before {
	/*pion*/
	height: 90%;
	width: 1px;
	right: 0;
	top: 0;
	bottom: 0;
}
.catPreview2 .item:after {
	/*poziom*/
	width: 90%;
	height: 1px;
	bottom: 0;
	left: 0;
	right: 0;
}
.catPreview2 a:nth-child(3n) .item:before {
	display: none;
}
.catPreview2 .item .img {
	height: 100%;
	/* padding: 60px; */
	padding: 30px;
	background-color: none;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}
.catPreview2 .item h2 {
	padding: 45px 30px;
	background: rgba(255, 255, 255, 0.65);
	font-size: 18px;
	position: relative;
	width: 90%;
	margin: 0 auto;
}
.catPreview2 .item h2:after,
.catPreview2 .item h2:before {
	position: absolute;
	display: block;
	content: " ";
	height: 30px;
	width: 90px;
}
.catPreview2 .item h2:after {
	bottom: 15px;
	left: 15px;
	border-left: 1px solid #454545;
	border-bottom: 1px solid #454545;
}
.catPreview2 .item h2:before {
	top: 15px;
	right: 15px;
	border-right: 1px solid #454545;
	border-top: 1px solid #454545;
}
.catPreview2 .item:hover h2:after,
.catPreview2 .item:hover h2:before {
	border-color: #A99D8E
}
.bread ul {
	display: block;
	text-align: center;
	margin-top: 20px;
}
.bread li {
	display: inline-block;
	font-size: 18px;
	margin: 0 5px;
}
.categories .sep.one {
	margin-top: 20px;
}

.products_items {
	display: flex;
	flex-wrap:wrap;
}
.product_item {
	
	width: 25%;
	text-align: center;
	position: relative;
}
.product_item:after,
.product_item:before {
	position: absolute;
	display: none;
	content: " ";
	height: 120px;
	width: 90px;
}
.product_item:after {
	bottom: 0;
	right: 0;
	border-right: 1px solid #454545;
	border-bottom: 1px solid #454545;
}
.product_item:before {
	top: 0;
	left: 0;
	border-top: 1px solid #454545;
	border-left: 1px solid #454545;
}
.product_item:hover:after,
.product_item:hover:before {
	display: block;
}
.product_item .pic {
	height: 210px;
	position: relative;
	margin-bottom: 10px;
	padding: 20px 40px;
}
.product_item .pic .wrapp {
	height: 100%;
	position: relative;
}
.product_item .prices_p {
	padding: 0 40px;
	text-align: left;
	
	
}
.product_item .p_brutto {
	font-family: LatoMedium;
	font-size:18px;
}
.product_item .pic img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
	display: block;
}
.product_item p {
	font-size: 16px;
}
.product_item .name {
	font-family: 'LatoBlack';
	line-height: 20px;
	min-height: 40px;
}
.product_item .name span {
	text-transform: uppercase;
}
.product_item .name b {
	font-family: 'LatoRegular';
	color: #a99d8e;
}
.products h1.cat_name,
.product h1 {
	font-family: 'LatoBlack';
	font-size: 34px;
	margin-bottom: 50px;
}
.product h1 span.cat_name {
	font-family: 'LatoBlack';
	font-size: 34px;
	margin-bottom: 20px;
	color: #a99d8e;
	text-transform: none;
	display: block;
}
.product h1 span {
	text-transform: uppercase;
}
.product h1 b {
	font-family: 'LatoRegular';
	color: #a99d8e;
}
.product .gallery {
	width: 35%;
}
.product .bigProdGall {
	height: 300px;
	overflow: hidden;
	position: relative;
}
.product .bigProdGall:after,
.product .bigProdGall:before {
	position: absolute;
	display: block;
	content: " ";
	height: 100%;
	width: 100%;
}
.product .bigProdGall:after {
	bottom: 0;
	right: 0;
	border-right: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
}
.product .bigProdGall:before {
	top: 0;
	left: 0;
	border-top: 1px solid #efefef;
	border-left: 1px solid #efefef;
}
.product .bigProdGall ul {
	display: block;
	width: 100%;
	height: 100%;
}
.product .bigProdGall ul li {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.product .bigProdGall img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	padding: 20px;
	max-width: 100%;
	max-height: 100%;
	width: auto !important;
}
.product .thumProd {
	height: 70px;
	margin-top: 30px;
	overflow: hidden;
	position: relative;
}
.product .thumProd ul {
	height: 100%;
	overflow: hidden;
}
.product .thumProd ul li {
	height: 100%;
	display: block;
	border: 1px solid #ddd;
}
.product .thumProd ul li img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.product .details {
	width: 65%;
	padding-left: 100px;
	padding-top: 0;
	margin-top: -120px;
}
.product h2 {
	font-size: 28px;
	margin: 50px 0;
}
.product h2 b {
	font-family: 'LatoRegular';
	color: #a99d8e;
}
.product h2 span {
	font-family: 'LatoBlack';
}
.desc {
	font-family: 'LatoRegular';
	font-size: 16px;
}
.desc p,
.desc li {
	line-height: 200%;
}
.product .field {
	font-size: 18px;
	font-family: 'LatoRegular';
	margin-bottom: 25px;
	margin-right:0px;
	line-height: 40px;
	width: 100%;
	display: flex;
	align-items: center;
}
.product .field.proce {
	align-items: baseline;
}
.product .field .tit {
	width: 250px;
	float: left;
	font-family: 'LatoRegular';
	color: #262930;
	line-height: 1.5;
}
.product .field .tit .mintitle {
	font-size: 12px;
	color: #262930;
	display: block;
	line-height: 1;
}
.product .field .cont {
	width: calc(100% - 250px);
	float: right;
	display: flex;
	align-items: center;
	margin-left:auto;
}
.cont.cont_price {
	flex-wrap: wrap;
}
.product .field .cont_price .netto_priceSpan {
	width: 100%;
	font-size: 14px;
	line-height: 1;
	font-family: LatoRegular;
}
.product .field .cont_price .productPriceBrutto {
	width: 100%;
	white-space: nowrap;
}
#shipping ul li label span {
	display: block;
}
.product .btn.addToCart {
	width: calc(100% - 200px);
	padding: 8px 5px;
	margin-bottom: 0;
	margin-left: 30px;
	max-width: 230px;
	white-space: nowrap;
}
.product .quantity input {
	width: 89px;
	display: inline-block;
	margin-right: 10px;
	text-align: center;
	border: 1px solid #a99d8e;
}
.product .quantity b {
	font-family: 'LatoRegular';
	color: #a99d8e;
	margin-right: 5px;
}
.product .quantity span {
	font-size: 12px;
}
.product .btns {
	margin-top: 50px;
	display: none;
}
.btn {
	width: 260px;
	background: #3f4146;
	font-family: 'LatoBlack';
	text-align: center;
	padding: 20px;
	font-size: 16px;
	margin-bottom: 10px;
	display: inline-block;
	color: #fff;
}
.btn a {
	color: #fff;
}
.btn:hover {
	color: #fff;
}
.btn.light {
	background: #a99d8e;
}
.product .btn {
	display: block;
}
.product .sbHolder {
	width: 200px;
}
#product_page .products {
	margin: 50px 0;
	width: 70%;
	margin-left: auto;
	padding-left: 61px;
}
#nav {
	margin: 30px 0;
	text-align: center;
}
#nav b {
	margin: 0 5px;
	cursor: pointer;
	font-family: 'LatoRegular'
}
#nav b:hover,
#nav b.active {
	color: #A99D8E;
}
.desc h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'LatoBold';
	margin-bottom: 30px;
}
.desc ul,
.desc ol {
	margin-bottom: 30px;
}
.desc h1 {
	font-size: 40px;
}
.desc p {
	margin-bottom: 20px;
}
.desc a {
	font-family: 'LatoBlack';
	color: #A99D8E;
}
.form input,
.form textarea {
	margin-bottom: 20px;
}
.container.padd {
	padding: 0 60px;
}
p#remind.button a:hover {
	color: #A99D8E;
}
#question {
	background: rgba(255, 255, 255, 0.95);
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 8000;
	top: 0;
	left: 0;
}
#question .container {
	margin-top: 200px !important;
	width: 50%;
}
#question img {
	cursor: pointer;
	height: 48px;
	position: fixed;
	right: 20px;
	top: 20px;
	width: 48px;
	z-index: 8000;
}
#question h2 b {
	font-family: 'LatoRegular';
	color: #A99D8E;
}
#question h2 span {
	text-transform: uppercase;
}
#question input.err,
#question textarea.err {
	border: 1px solid #e30000;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(255, 50, 50, 0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(255, 50, 50, 0.75);
	box-shadow: 0px 0px 5px 0px rgba(255, 50, 50, 0.75);
}
/* 
.catPreview .item:hover .cell100{
	background: #000;
}
.catPreview .item:hover .cell100 h2{
	color: #fff;
}
.catPreview  .cell100:after, .catPreview  .cell100:before{
	border-color: #fff;
}
 */
/* #productPrice.unselected{ color: #D6D0C9; } */
.products_items p.price {
	margin-bottom: 10px;
	line-height: 20px;
	min-height: 20px;
}
 .pricestrike {
	text-decoration: line-through;
}
.freshpromo .pricestrike+b {
	text-decoration: none;
	color: #48276e !important;
}
.koszyk,
.podsumowanie {
	font-family: 'LatoRegular';
}
.koszyk div.container.padd div.bread {
	margin-bottom: 30px;
}
.catPreview2 .table100 div.cell100 {
	vertical-align: bottom;
}
.catPreview2 .table100 div.cell100 h2 {
	margin-bottom: 0;
}
.social div {
	float: left;
	margin-right: 10px;
}
/* .social div a img {
	opacity: 0.4;
} */
.blogPage .submenu ul.pozom_0>li>span {
	background: none;
}
.blogPage .submenu li:last-child span {
	border-bottom: none;
}
.blogPage .submenu span.active a {
	color: #A99D8E;
}
.wpis {
	padding-bottom: 40px;
}
.wpis .table {
	display: table;
	width: 100%;
}
.wpis .table .cell {
	display: table-cell;
	vertical-align: top;
}
.wpis .table .cell.pic {
	width: 30%;
	padding-right: 40px;
}
.sitePagi {
	text-align: center;
}
.sitePagi a {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #a99d8e;
	margin: 0 2px;
}
.sitePagi a:hover,
.sitePagi a.active {
	background: #a99d8e;
	color: #fff;
}
.wpisImg {
	width: 40%;
	float: right;
	margin-left: 40px;
	margin-bottom: 40px;
}
select {
	height: 40px;
	border: 1px solid #454545;
	padding: 0 15px;
	font-family: 'LatoBlack';
}
.product-old-price{
	font-family: 'LatoLight';
}
.cssmap-250 {
	margin-right:0 !important;
   }

   footer .more_column {
	width: 100%;
	display: flex;
	margin: 25px 0;
}
footer .more_column .part1 {
	width: 56%;
	display: flex;
}
footer .more_column .part2 {
	width: 44%;
	display: flex;
}

.need_advice {
	background: #efefef;
	padding: 20px 25px;
	display: flex;
	flex-wrap: wrap;
}

.need_advice .part1 {
	width: 37%;
	padding: 0 5px;
}

.need_advice .title {
	font-family: 'LatoBlack';
	color: #262930;
	font-size: 20px;
	margin-bottom: 20px;
}

.need_advice .part1:first-child .title {
	color: #a99d8e;
}
.need_advice .icon_text {
	display: flex;
	align-items: center;
}
.need_advice .icon {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right:10px;
}
.need_advice .text a {
	font-size:16px;
}
.need_advice .icon img {
	width: 100%;
}
.need_advice .part2 {
	display: flex;
	width: 26%;
	justify-content: flex-end;
}
.need_advice .part2 .person {
	margin-left:15px;
	text-align: center;
}
.need_advice .part2 .person img {
	width: 57px;
	height: 57px;
	border-radius:50%;
	margin-left:auto;
	margin-right:auto;
	min-width: 57px;
	margin-bottom:10px;
	object-fit: cover;
}
.order_probka {
	display: flex;
	margin-top: 30px;
	border: 1px solid #a99d8e;
	padding: 28px 0px 24px 28px;
	justify-content: space-between;
	align-items: center;
}
.order_probka .btn {
	background:#a99d8e;
	margin-bottom:0;
	max-width: 230px;
}
.order_probka p {
	font-size:16px;
}

.product_options_content {
	display: flex;
	margin-top: 30px;
}
.product_options_content .options {
	padding: 30px 0;
	border-top: 1px solid #a99d8e;
	border-bottom: 1px solid #a99d8e;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-right: 50px;
	height: 100px;
}
  .product_options_content .right_options {
	width: 35%;
  }
  .product_options_content .left_options {
	width: 65%;
  }

  .product_options_content .option {
	max-width: 120px;
	text-align: center;
	cursor: pointer;
	color: #454545;
	font-size:15px;
	font-family: LatoRegular;
}
.product_options_content .option.active {
	font-family:'LatoBlack';
	max-width: 125px;
}
.product_options_content .right_options .option {
	max-width: 150px;
}
.product_options_content .right_options .options {
	background-color: #efefef;
	padding-left: 30px;
}
.product_options_content .sizes_reading {
	height: 230px;
	background: #efefef;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
}
.product_options_content .sizes_reading img {
	max-width: 100%;
	max-height: 100%;
}

.seo_desc_additional {
	margin-top:65px;
	padding-left:30px;
}
.seo_desc_additional p {
	margin-bottom: 30px;
	font-family: 'LatoRegular';
}
.expanded_container {
	width: 78%;
	margin-top:30px;
}
.expanded_container table {
	width: 100%;
}
.expanded_container table td {
	border: 1px solid #efefef;
	padding: 5px 25px;
	border-right: 0px;
	border-bottom: none;
	font-size: 14px;
	font-family: LatoRegular;
}
.expanded_container table tr:last-child td {
	border-bottom:1px solid #efefef;
}
.expanded_container table td:last-child {
	border-right:1px solid #efefef;
}
.may_be_usefull {
	margin-top:40px;
}
.may_be_usefull .item {
	display: flex;
	width: 100%;
	align-items: center;
	padding:22px 0;
	border-bottom:1px solid #efefef;
}
.may_be_usefull .item .text {
	padding-right: 25px;
	font-size: 16px;
}
.may_be_usefull .item .text p {
	margin-top:10px;
	color:black;

}
.may_be_usefull .item:last-child {
	border-bottom:none;
}
.may_be_usefull .item .picture img {
	min-width: 100px;
	/* margin-right: 25px; */
	max-height: 76px;
	object-fit: contain;
}
.may_be_usefull .title {
	font-family: 'LatoBlack';
	font-size:28px;
	color:#a99d8e;
	margin-bottom:10px;
}
.may_be_usefull .item .picture {
	display: flex;
	justify-content: center;
	margin-right: 20px;
}
.may_be_usefull .item .btn {
	width: 100%;
	max-width: 140px;
	height: 45px;
	margin-left: auto !important;
	line-height: 2.4;
	font-size: 12px;
	cursor: pointer;
}
.expanded_container .expanded {
	display: none;
}
.expanded_container .expanded p {
	
	font-family:LatoRegular;
}
.expanded .btn {
	font-size: 13px;
max-width: 180px;
height: 50px;
line-height: 1;
margin-top: 15px;
}
.cat_h2 {
	width: 35%;
}
.need_advice .person p {
	font-size:10px;
}

.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #a99d8e !important;
	border-radius: 0 !important;
	height: 37px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 37px !important;
	font-family: 'LatoRegular';
	font-size: 14px;
	color: #3f4146 !important;
	padding-left: 20px !important;
}

.mobile_size_reading {
	display: none;
}
.sizes_reading a {
	width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tpay_div {
	margin-top:30px;
	display: flex;
	align-items: center;
	gap:20px;
}
.tpay_div input {
	background: #30d366 !important;
	border: none !important;
	color: black !important;
	padding: 15px 39px !important;
	border-radius: 25px;
	font-size: 14px;
	width: 300px !important;
	max-width: 50%;
}
.tpay_div img {
	max-width: 55%;
}

@media screen and (max-width: 1800px) {
	.product .details {
		width: 65%;
		padding-left: 70px;
		
	}
	.product .field {
		font-size: 17px;
		
	}
	.product .field .tit {
		width: 210px;
	}
	.product .field .cont {
		width: calc(100% - 230px);
		
	}
	.need_advice .title {
		font-size: 18px;
		margin-bottom: 15px;
	}
	.need_advice {
		padding: 25px;

	}
	.need_advice .part2 .person img {
	width: 48px;
	height: 48px;
	min-width: 48px;
	
}
	/* .totalprice.field .tit {
		width: 230px !important;
	} */
}

@media screen and (max-width: 1700px) {
	.collNarrow {
		width: 26%;
	}
	.collWide {
		width: 74%;
		padding-left: 40px;
	}
	#product_page .products {
		width: 74%;
		padding-left: 40px;
	}
	.submenu span {
		padding: 20px 0;
	}
	.submenu span a {
		font-size: 16px;
		
	}
	.product .details {
		
		padding-left: 40px;
	}
}
@media screen and (max-width: 1600px) {
	.submenu ul.pozom_0>li>span {
		font-size: 20px;
	}
	.submenu span {
		font-size: 16px;
	}
	.catPreview2 .item {
		height: 310px;
	}
	.catPreview2 .item h2 {
		font-size: 15px;
	}
	/* .product .gallery {
		width: 40%;
	}
	.product .details {
		width: 60%;
	} */
	.product .btn.addToCart {
		font-size:14px;
	}
	.order_probka .btn {
	
		font-size: 14px;
	}
	.product_item .p_brutto {
		font-size:16px;
	}
}
@media screen and (max-width: 1500px) {
	.product .details {
		padding-left: 50px;
	}
	.select_attr {
		padding: 0px 14px;	
	}
	.col-44 {
		
		padding: 30px 40px;
	}
	.col-56 {
		
		padding: 30px 0px;
	}
	footer .item.v2 {
	
	transform: scale(0.8) translate(20%,-10%);
}
}
@media screen and (max-width: 1440px) {
	.product .btn.addToCart {
		width: calc(100% - 185px);
		margin-left: 21px;
		font-size: 13px;
	}
	.productAttrib {
		
		font-size: 13px;
	}
	.product .field .tit .mintitle {
	
		font-size: 10px;
	}
	.product .field .tit {
		width: 180px;
		font-size:15px;
	}
	.product .field .cont {
		width: calc(100% - 190px);
	}
	.product .field {
		font-size: 15px;
	}
	.product .field .cont_price .netto_priceSpan {
		font-size:13px;
	}
	.need_advice .title {
	font-size: 15px;
	
}

.need_advice .icon {
	width: 25px;
	height: 25px;
	
}
.need_advice .text a {
	font-size:13px;
}
.need_advice .part2 .person img {
	width: 38px;
	height: 38px;
	min-width: 38px;
}
.order_probka .btn {
	max-width: 165px;
	font-size: 13px;
}
.order_probka p {
	font-size: 14px;
}
.order_probka .icon img {
	width: 41px;
}
.product_options_content .option {

	font-size: 13px;
}
.expanded_container table td {

	font-size: 13px;
}
}
@media screen and (max-width: 1400px) {
	/* .catPreview .item{ height: 400px; } */
	.catPreview .cell100:hover::after,
	.catPreview .cell100:hover::before {
		width: 60%;
		height: 60%;
	}
	/*.catPreview .table100{ padding: 40px; }*/
	.catPreview h2 {
		font-size: 28px;
		padding: 0px;
	}
	.advantages p {
	
		font-size: 16px;
		
	}
	.slider_baner .cont h1 {
		font-size: 50px;
	}
	.slider_baner .cont h2 {
		font-size: 35px;
	}
	.slider_baner .table100 {
		padding: 50px;
	}
	.home .slider_baner {
		height: 550px;
	}
	.slider_baner {
		height: 400px;
	}
	.slider_baner .cell100::after,
	.slider_baner .cell100::before {
		height: 70%;
		width: 30%;
	}
	/* footer .container {
		padding: 50px;
	} */
	footer h3 {
		font-size: 16px;
	}
	footer img {
		width: 130px;
	}
	.sep {
		margin-top: 25px;
		margin-bottom: 25px;
	}
	.submenu span a{
		font-size: 14px;
	}
	.submenu ul.pozom_0>li>span {
		font-size: 18px;
	}
	.submenu {
		padding: 10px 20px;
	}
	.collWide {
		padding-left: 40px;
	}
	.catPreview2 .item .img {
		padding: 30px;
	}
	.catPreview2 .item h2 {
		padding: 45px 25px
	}
	.product_item {
		width: 33.33%;
	}
	.btn {
		font-size: 14px;
		width: 230px;
		padding: 17px;
	}
	.container.padd {
		padding: 0 50px;
	}
	header .top .ask {
		padding-left: 50px;
	}
	.catPreview .item .pic {
		height: 299px;
	}
	.catPreview .cell100 {
		height: 250px;
	}
	.social_div a img {
		
		width: 30px !important;
	}
	footer .foot_logo {
		margin-top: -9px !important;
		margin-bottom:22px !important;
		
	}
}
@media screen and (max-width: 1300px) {
	.productAttrib {
		
		font-size: 12px;
	}
	.product .btn.addToCart {
		width: calc(100% - 164px);
		margin-left: 10px;
		font-size: 12px;
	}
}
@media screen and (max-width: 1200px) {
	.catPreview2 .item {
		width: 50%;
	}
	.product_item {
		width: 50%;
	}
	.product .gallery {
		width: 100%;
	}
	.product .details {
		width: 100%;
		padding-left: 0;
	}
	.slider_baner .cont h1 {
		font-size: 40px
	}
	.slider_baner .cont h2 {
		font-size: 30px
	}
	header .menu .main>li>a {
		/* padding: 15px 20px; */
		padding: 15px 0;
	}
	.catPreview2 a:nth-child(3n) .item:before {
		display: block;
	}
	.catPreview2 a:nth-child(2n) .item:before {
		display: none;
	}
	/* .orderprobka{
		display: none;
	}	 */
	.catPreview {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	.catPreview a {
		width: 50%;
	}
	.catPreview a:nth-child(1){
		padding-right:1%;
	}
	.catPreview a:nth-child(2){
		padding-left:1%;
	}
	.catPreview a:nth-child(3){
		padding-right:1%;
	}
	.catPreview a:nth-child(4){
		padding-left:1%;
	}
	.catPreview a:nth-child(5){
		padding-right:1%;
	}
	.catPreview a:nth-child(6){
		padding-left:1%;
	}
	.catPreview .item .pic {
		height: 160px;
	}
	.catPreview .item {
		width:100%;
		margin-left:0;
		margin-bottom:4%;
	}
	.catPreview .item>div {
		height: 58%;
		width: 100%;
	}
	.catPreview .cell100 {
		position: relative;
		padding: 25px;
		height: auto;
	}
	.catPreview .table100 {
		padding: 25px;
	}
	.catPreview h2 {
		padding: 0px !important;
		font-size: 21px !important;
	}
	.orderprobka {
		display: flex;
		width: 100%;
	}
	#orderSomePieces {
		max-width: calc(100% - 30px);
	}
	.orderprobka a {
		margin-right:2%;
	}
	.orderprobka a:last-child {
		margin-right:0;
	}
	#area {
		min-height: 182px !important;
		height:auto !important;
		padding-top: 64%;
	}
	.social div {
	
		margin-right: 0;
		margin-left: 10px;
	}
	.social_div .part2 {
	margin-top: 25px !important;
	flex-wrap: wrap;
}
.social_div .part1 {
	margin-top: 25px !important;
}
.social_div .part2 p {
	margin-top: 10px;
	width: 100%;
	text-align: right;
}
.social_div .part2 h3 {
	font-size: 15px !important;
	padding-right: 15px !important;
}
.col-44 {
	padding: 30px 20px;
}
.product .details {
	margin-top:0;
}

.collWide {
	width: 68%;
	
}
#product_page .products {
	width: 68%;
	
}
.collNarrow {
	width: 32%;
}
.product_options_content {
	flex-wrap: wrap;
}
.product_options_content .left_options {
	width: 100%;
}
.product_options_content .right_options {
	width: 100%;
}
.product_options_content .options {
	padding: 15px 0;
	padding-right: 0;
	height: 73px;
}
.expanded_container {
	width: 100%;
}
.seo_desc_additional {
	margin-top: 40px;
	padding-left: 0px;
}
.cat_h2 {
	width: 100%;
}
}
/* mobile */
@media screen and (max-width: 1000px) {
	body {
		padding-top: 45px;
	}
	header .logo {
		display: none;
	}
	header .top img.logo2 {
		display: inline;
	}
	header .icons .menu-ico {
		display: block;
	}
	header .top .ask {
		display: none;
	}
	header .top .phone {
		display: block;
		width: 50px;
		height: 45px;
		background: url(../images/template/ico-phone.png) no-repeat center;
	}
	header .top .phone a {
		display: block;
		width: 100%;
		height: 100%;
	}
	body {
		padding-top: 65px;
	}
	header .top {
		width: 100%;
	}
	header .menu {
		position: fixed;
		top: 45px;
		left: 0;
		right: 0;
		margin: auto;
		z-index: 11;
		width: 100%;
		display: none;
		background: #a99d8e;
		border-bottom: none;
	}
	header .menu a {
		color: #fff;
	}
	header .menu a:hover {
		color: #fff;
	}
	header .menu .main li {
		display: block;
		height: auto;
		padding: 0;
	}
	header .menu .main li a {
		padding: 5px 0;
		display: inline-block;
	}
	header .menu .isSub ul.pozom_0 {
		display: none;
		position: static;
		margin: 0;
		width: 100%;
		background: #BFB3A4;
		padding: 0;
	}
	header .menu .isSub ul.pozom_0>li {
		margin: 0;
		padding: 0;
	}
	header .menu .isSub {
		position: relative;
	}
	header .menu .isSub span.plus {
		background: url(../images/template/ico-plus-minus.png) no-repeat top right;
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 30px;
	}
	header .menu .isSub span.plus.open {
		background: url(../images/template/ico-plus-minus.png) no-repeat bottom right;
	}
	header .menu .isSub:hover ul.pozom_0 {
		display: none;
	}
	header .top .search {
		position: absolute;
		top: 0;
		right: 0;
	}
	header .top .icons {
		padding-right: 50px;
	}
	.slider_baner .table100 {
		padding: 30px;
	}
	.home .slider_baner {
		height: 400px;
	}
	.advantages {
		padding: 20px 0;
		padding-bottom: 40px;
	}
	.advantages img {
		height: 60px;
	}
	.advantages p {
		font-size: 16px;
		margin-top: 20px;
	}
	.collNarrow {
		width: 100%;
	}
	.collWide {
		width: 100%;
		padding: 0;
		margin-top: 30px;
	}
	.catPreview2 {
		margin-left: -10px;
	}
	.submenu ul.pozom_0 {
		display: none;
	}
	#product_page .products {
		width: 100%;
		margin-top:50px;
		padding-left:0;
	}
	.submenu .productHeader {
		height: 32px;
		display: block;
		text-transform: uppercase;
		font-family: 'LatoBlack';
		color: #000;
		background: url(../images/template/ico-plus-minus-black.png) no-repeat top right;
		line-height: 32px;
	}
	.submenu .productHeader.open {
		background: url(../images/template/ico-plus-minus-black.png) no-repeat bottom right;
	}
	.submenu ul.pozom_0>li>span {
		font-size: 14px;
	}
	.submenu span,
	.submenu span a {
		padding: 10px 0;
	}
	.slider_baner .cont h1 {
		font-size: 30px;
	}
	.slider_baner .cont h2 {
		font-size: 25px;
	}
	.slider_baner {
		height: 300px;
	}
	.catPreview .item {
		height: 160px;
	}
	.catPreview .table100 {
		padding: 30px;
	}
	.catPreview h2 {
		padding: 20px;
		font-size: 25px;
	}
	footer .item {
		padding-right: 20px;
	}
	.banerPromo,
	.freshpromo {
		display: none;
	}
	footer .item.przelamany {
		width: 75%;
	}
	#question .container {
		margin-top: 50px !important;
	}
	#question .container {
		width: 90%;
	}
	#question h2 {
		margin-top: 10px;
	}
	#question .form input,
	#question .form textarea {
		margin-bottom: 10px;
	}
	#question textarea {
		height: 60px;
	}
	#question input[type="text"],
	#question input[type="email"],
	#question input[type="password"],
	#question textarea {
		padding: 5px 10px
	}
	.container.padd {
		padding: 0;
	}
	.contentMenu {
		height: auto;
	}
	.orderprobka {
		width: 100%;
	}
	.product_item .prices_p {
		text-align: center;
		padding:0 20px;
	}
	/* .orderprobka img {
		width: 32%;
	} */
	/* #orderSomePieces {
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		-webkit-transform: none;
		transform: none;
	} */
	.etap1 a {
		width: 100% !important;
	}
	header .menu ul.main {
		display: block;
	}
	footer .item {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
		padding: 0;
	}
	footer .item.last {
		margin-bottom: 0px;
		width: 100%;
		justify-content: center;
		text-align: center;
	}
	.social .divtop {
		margin-right: 0;
		display: flex;
		justify-content: center;
	}
	footer .item.v2 {
		height:auto;
	}
	#area {
		padding-top:0 !important;
		width:250px !important;
		height:250px !important;
		margin-left: auto;
		margin-right: auto;
	}
	footer .item.przelamany {
		width: 100%;
	}
	footer .item.przelamany li {
		width: 100%;
		padding:5px;
	}
	footer .container {
		padding:0px;
		padding-bottom:30px;
	}
	.col-56 {
		width: 100%;
		padding:0;
	}
	.col-44 {
	width: 100%;
	justify-content: center;
	flex-wrap: wrap;
}
footer .col-44 .item {
	width: 100%;

}
footer .item.v2 {	
	transform: none;
}
footer .col-44 .item h3 {
	margin-top:20px;
	/* margin-bottom:0; */
}
.cssmap-250 {
	
	margin-right: auto !important;
}

.pay_div {
	width: 100% !important;
	margin-top: 25px;
}
.pay_div img {
	margin-top: 0 !important;	
}

.social_div {
	width: 100% !important;
	
}
.social_div .part1 {
	justify-content: center !important;
}
.social_div .part2 {
	justify-content: center !important;
	
}
.social_div .part2 p {
	
	text-align: center !important;
}
footer {
	margin-bottom:0;
}

footer .more_column {
	
	flex-wrap: wrap;
}

footer .more_column .part1, footer .more_column .part2 {
	width: 100% !important;
	
}
footer .more_column .item {
	
	text-align: left;
}
.mobile_size_reading {
	display: block;
	margin-bottom:24px;
}
.original_reading {
	display: none;
}



}
@media screen and (max-width: 800px) {
	footer h3 {
		margin-bottom: 10px;
	}
	.advantages p {
		font-size: 12px;
	}
	.advantages img {
		font-size: 40px;
	}
	.bread li {
		font-size: 16px;
	}
	.slider_baner .cont h1 {
		font-size: 24px;
	}
	.slider_baner .cont h2 {
		font-size: 18px;
	}
	header .menu {
		border-bottom: 1px solid #fff;
	}
	header .top img.logo2 {
		height: 17px;
		top: 14px;
	}
	.wpis .table .cell.pic {
		display: none;
	}
	.wpis .m_pic {
		display: block;
		margin-bottom: 20px;
	}
	.col-56 {
		
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 700px) {
	#cart .iloscInput {
		border:1px solid #a99d8e !important;
		text-align: center;
	}
	.tpay_div img {
		max-width: 100%;
		width: 100%;
	}
	.tpay_div {
		flex-wrap:wrap;
	}
	.tpay_div input {
		width: 100% !important;
		margin-top:20px;
		max-width: 100%;
	}
}
@media screen and (max-width: 600px) {

	.mobile_option {
		display: block !important;
		width: 100%;
		max-width: 100%;
		margin-bottom: 10px;
		text-align: center;
		cursor: pointer;
		color: #454545;
		font-size: 14px;
		font-family: LatoRegular;
		padding:10px 0;
		border:1px solid #a99d8e;
		
	}
	.mobile_option.active {
		font-family:LatoBold;
	}
	.mobile_size_reading .options {
		display: flex !important;
		justify-content: center;
		padding-left:0 !important;
	}
	.mobile_size_reading .option {
		margin-bottom:0 !important;
		
	}
	.product_options_content .options {
		display: none;
	}
	.expanded_container .expanded {
		margin-bottom:30px;
		margin-top:30px;
		text-align: center;
	}

	footer .item.przelamany {
		width: 100%;
	}
	footer .item.przelamany li {
		width: 100%;
	}
	.catPreview a {
		width: 100%;
	}
	.catPreview .item {
		height: 359px !important;
	}
	.catPreview .item .pic{ 
		height: 359px !important;
	}
	.catPreview .item .name{ 
		height: 359px !important;
	}
	footer .more_column .part1, footer .more_column .part2 {
	
		flex-wrap: wrap;
	}
	footer .more_column .item {
		text-align: center;
		width: 100% !important;
		margin-bottom:0 !important;
	}
	.more_column h3 {
		min-height: auto !important;
		
	}
	footer .more_column {
		margin-bottom:0 !important;
	}
	footer .more_column .item:last-child {
		margin-bottom:20px !important;
	}
	.product .btns.only_mobile {
		display: flex;
		margin-top:0;
	}
	.product .cont .btn.addToCart {
		display: none;
	}
	.product .btns.only_mobile a {
		width: 100%;
		max-width: 100%;
		font-size: 12px;
		height: 50px;
		margin-left: 0;
		margin-bottom: 20px;
		line-height: 2.5;
	}

	.need_advice .part1 {
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
	}
	.need_advice .icon_text {
		justify-content: center;
	}
	.need_advice .part2 {
		width: 100%;
		justify-content: center;
	}
	.need_advice .part2 .person:first-child {
		margin-left:0;
	}
	.product_options_content .options {
		
		height: auto;
		flex-wrap: wrap;
	}
	.product_options_content .option {

		width: 100%;
		max-width: 100%;
		margin-bottom: 10px;
	}
	.product_options_content .option.active {
		max-width: 100%;
	}
	.order_probka {
		padding: 20px 0px 20px 20px;
	}
	.order_probka .icon img {
		width: 33px;
	}
	.order_probka .btn {
		max-width: 103px;
		font-size: 12px;
		padding: 15px 5px;
	}
	.order_probka p {
		font-size: 12px;
	}
	.may_be_usefull .item {
	
		flex-wrap: wrap;
	}
	
	.may_be_usefull .item .btn {
		max-width: 100%;
		margin-top: 15px;
		cursor: pointer;
		width: 100%;
	}
	.may_be_usefull .text {
		width: calc(100% - 120px);
	  }
	  .sredobw input {
		
		width: 100%;
	}
	.product .field .cont {
		flex-wrap:wrap;
	}
	#cart .usun {
		width: 42px !important;
		display: block;
		margin-left: auto;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	#cart .cena, #cart .ilosc, #cart .wartosc {
		width: 32% !important;
	}
	.orderprobka {
		flex-wrap:wrap;
	}
	.orderprobka a {
		margin-right: 0;
		width: 100%;
	}
	#orderSomePieces {
		max-width: 100%;
		overflow: scroll;
		max-height: 100%;
	}
	#orderSomePieces .po30 {
		width: 100%;
	}
	#orderSomePieces .po70 {
		width: 100%;
	}
}	
@media screen and (max-width: 500px) {
	.catPreview a {
		width: 100%;
	}
	.catPreview2 .item {
		width: 100%;
	}
	.product_item {
		width: 100%
	}
	/* .product .gallery{ height: 250px; } */
	.product .bigProdGall {
		height: 250px;
	}
	.advantages .item {
		width: 50%;
	}
	.home .slider_baner {
		height: 300px;
	}
	.catPreview .item {
		position: relative;
		margin-bottom: 20px;
	}
	.catPreview .item .pic {
		width: 100%;
		height: 100%;
		position: absolute;
	}
	.catPreview .item .name {
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: 1;
		color: #fff;
		background: rgba(0, 0, 0, 0.5);
	}
	.catPreview .cell100::before,
	.catPreview .cell100::after {
		border-color: #fff;
	}
	.home .sep.first {
		display: none;
	}
	.slider_baner {
		margin-bottom: 20px;
	}
	header .top .icons {
		padding: 0;
	}
	header .icons .account,
	header .icons .cart,
	header .icons .logOff {
		display: none;
	}
	header .menu {
		top: 89px;
	}
	header .top .search {
		top: 45px;
		width: 100%;
		background: #fff;
		display: none;
	}
	header .top .searchPhrase {
		width: calc(100% - 50px);
	}
	.slider_baner .table100,
	.catPreview .table100,
	.slider_baner .cell100 {
		padding: 20px;
	}
	header .menu .mobile {
		display: block;
	}
	.catPreview2 a .item:before {
		display: none !important;
	}
	.wpisImg {
		width: 100%;
		float: none;
		margin-left: 0;
		margin-bottom: 30px;
	}
	.catPreview .item {
		width: 100%;
	}
	.orderprobka img {
		width: 100%;
	}
	#orderSomePieces p {
		font-size: 12px;
	}
	.orderprobka {
		flex-wrap:wrap;
	}
	.orderprobka a {
		margin-right:0;
	}
	.productAttrib {
		width: 100%;
	}
}
#mapsgoogle {
	height: 250px;
}
.front,
.back {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	backface-visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
}
.front {
	z-index: 2;
	transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
}
.back {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.pic {
	perspective: 1000px;
}
.pic:hover .wrapp,
.pic.hover .wrapp {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
}
.wrapp {
	transition: 0.6s;
	transform-style: preserve-3d;
	position: relative;
}
.dymekG {
	color: #000;
}
.name.left {
	width: 100%;
}
.name.right {
	width: 100%;
}
.po30 {
	float: left;
	width: 40%;
}
.po70 {
	float: left;
	width: 60%;
	display: none;
}
.po70 form,
.po30 .text {
	padding-top: 20px;
}
.po30 {
	padding: 15px;
}
.po30 img {
	width: 20px;
	padding-right: 5px;
}
.po70 select {
	border: 1px solid #ccc;
	margin-left: 10px;
	width: 88%;
	margin-bottom: 10px;
}
#orderSomePieces .po70 select {
	width: 100%;
	margin-left:3px;
	padding-left:5px;
	margin-bottom:3px;
}
.etap1.galgal a {
	float:left;
}
.etap1 a {
	display: block;
	width: 50%;
	height: 230px;
	/* float: left; */
	padding: 5px;
	transition: 0.3s all;
	border:0px solid transparent;
	position: relative;
}
.etap1 a::after, .etap1 a::before {
	position: absolute;
	display: block;
	content: " ";
	height: 0px;
	width: 0px;
	z-index: 1;
	transition:0.3s all;
	
}
.etap1 a:hover::after, .etap1 a:hover::before {
	width: 60%;
	height: 60%;
}
.etap1 a::before {
	top: 15px;
	right: 15px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
.etap1 a::after {
	bottom: 15px;
	left: 15px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
/* .etap1 a:hover {
	border: 5px solid #000;
} */
.etap1 .item {
	height: 100%;
	width: 100%;
}
.etap1 .pic.img.left {
	height: 100%;
	width: 100%;
}
.etap1 .name.right {
	width: 100%;
	margin-top: 100px;
}
#orderSomePieces .etap1 .name.right {
	
	margin-top: 0px;
}
.desc .etap1.galgal .name.right {
	margin-top:0;
}
.etap1 .upper {
	width: 100%;
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	font-size: 17px;
	margin-bottom:0;
}
#orderSomePieces .etap1 .name.right .cell100 {
	background-color: #0000002b;
}
.etap1 .titleBig {
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	width: 100%;
}
.etap2 .po30 {
	display: none;
}
.etap2 textarea {
	height: 100px;
}
.shippPrice {
	font-size: 12px;
}
.iloscInput {
	border: 0px !important;
}
#mapsgoogle {
	background: url('../images/template/mapatlo.jpg') no-repeat center right / contain;
	width: 75%;
	float: right;
}
.additionalTitle{
	min-height:30px;
}
.summarydiv .label_radio {
	opacity:1 !important;
}
.newfield {
	display:flex;
	width:100%;
	flex-wrap:wrap;
}
.select_attr {
	display: block;
	border: 1px solid black;
	width: max-content;
	min-width: 95px;
	font-size: 12px;
	padding: 0px 20px;
	margin-right: 12px;
	margin-bottom: 12px;
}
.productAttrib a.active {
	background:#3f4146;
	color:white;
}
.productAttrib {
	display: flex;
	flex-wrap: wrap;
}
#area {
	width: auto;
	height: 100%;
	position: relative;
	/* padding-top: 64%; */
	max-height:250px;
}
#map_poland{ 
	position: absolute;
	top:0;
	left:0; 
	z-index: 1; 
	height:100%;
	max-height:250px;
} 
#area li{ 
	position: absolute;
	top:0;
	left:0; 
	z-index: 2; 
	display: none; 
	height:100%;
	cursor: pointer;
	width:auto;
} 
footer .item.v2 img {
	height: 100%;
}
.mapcloud {
	position: absolute;
	transform: translate(-50%,-50%);
	background: white;
	color:black;
	padding: 15px;
	text-align: center;
	width: 230px;
}
.mapcloud.mc1 {
	left: 50%;
	top: 40%;
}
.mapcloud.mc2 {
	left: 55%;
	top: 45%;
}
.mapcloud.mc3 {
	left: 55%;
	top: 0%;
}
.mapcloud.mc4 {
	left: 25%;
	top: 0%;
}
.mapcloud.mc5 {
	left: 65%;
	top: 45%;
}
.mapcloud.mc6 {
	left: 65%;
	top: 25%;
}
.mapcloud.mc7 {
	left: 77%;
	top: -9%;
}

.mapcloud.mc8 {
	left: 65%;
	top: -11%;
}

.mapcloud.mc9 {
	top: -22%;
	left: 35%;
}

.mapcloud.mc10 {
	top: -15%;
	left: 7%;
}

.mapcloud.mc11 {
	top: 0;
}

.mapcloud.mc13 {
	left: 25%;
	top: 33%;
}
.mapcloud.mc14 {
	left: 66%;
	top: 35%;
}
.mapcloud.mc15 {
	left: 51%;
	top: 20%;
}

.mapcloud.mc16 {
	left: 40%;
	top: -7%;
}
.mapcloud p {
	width:100%;
	margin-bottom:0;
	text-transform:none;
}

#map_form {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 2000;
	background: rgba(255,255,255,0.3);
}

#map_form.show {
	display: block;
}

.form_content {
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	border: 1px solid #cccccc !important;
	padding: 10px;
	box-shadow: 0px 0px 22px #747171;
	position: relative;
	top:50%;
	transform:translateY(-50%);
}

.form_content .napis p {
	font-size: 20px;
	font-family: LatoBlack;
	text-transform: uppercase;
	text-align: center;
	padding-right: 25px;

}

.form_content span {
	position: absolute;
	right: 0px;
	top: 0px;
	cursor: pointer;
	background: #000;
	padding: 10px;
}

.form_content form p {
	margin:5px 0;
}
.infotech {
	margin-bottom: 40px;
}

.sredobw input {
	border: 1px solid #a99d8e;
	padding: 10px;
}

.sredobw input.offbtn {
	opacity:0.2;
}
.szerwys input {
	border: 1px solid #a99d8e;
	padding: 10px 20px;
	font-family: LatoRegular;
	color: #454545;
	font-size: 14px;
	width: 186px;
}
.show_model_photo {
width: calc(100% - 230px);
padding-bottom:30px;
margin-left:auto;
height: 300px;

}
.show_model_photo img {
	max-height: 100%;
	object-fit: cover;
	object-position: center;
	max-width: 100%;
	width: 100%;
}
.cont.flex-wrap {
	flex-wrap:wrap;
}
.szerwys input.offbtn {
	opacity:0.2;
}
.mobile_option {
	display: none;
}

.totalprice.field {
	width:100%;
	display: flex;
}
/* .totalprice.field .tit {
	width:250px;
} */

.cssmap > li a, .cssmap > li a:hover, .cssmap-tooltip-content {
	background: white !important;
	color: black !important;
	text-shadow: none !important;
	font-family: 'LatoLight' !important;
	font-size:14px !important;
	font-weight:400 !important;
}

.cssmap > li a .minibtn, li a .minibtn:hover, .cssmap-tooltip-content .minibtn {
	background:#d2c7be !important;
	padding:10px;
	width:180px;
	margin-left:auto;
	margin-right:auto;
	background: #A99D8E !important;
}
.cssmap > li a b, li a b:hover, .cssmap-tooltip-content b {
text-transform:uppercase !important;
display: block;
margin-top:10px;
margin-bottom:5px;
}

.cssmap-tooltip-content{
	padding: 15px;
	border-radius:0 !important;
	max-width: 230px !important;
   }
  
  

   .pay_div {
	width: 49%;
}

.social_div {
	width: 51%;
	/* padding-left:7%; */
}
.pay_div img {
	margin-bottom: 0;
/* margin-top: -14px; */
width: 100%;
max-width: 800px;
}
.social_div .part1 {
	display: flex;
	justify-content: flex-end;
	margin-top: 50px;
}
.social_div .part1 img {
	margin-bottom:0;
}
.social_div .part2 {
	display: flex;
	justify-content: flex-end;
	margin-top: 50px;
	align-items: center;
	
}
.social_div .part2 h3 {
	margin-bottom:0;
	font-size:20px;
	padding-right:30px;
}
.social_div a img {
	margin-bottom:0;
}
.social_div .part2 p {
	margin-bottom:0;
}
.more_column h3 {
	min-height: 24px;
	white-space:nowrap;
}
footer .more_column li.li_blog_footer {
	/* float: left; */
	width: 99% !important;
	box-sizing: border-box;
	margin-bottom: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
	height: 1.2em;
	white-space: nowrap;
	display: inherit;
}
footer .more_column .item {
	width: 33.33%;
	padding:0 15px;
}
footer .more_column .item:first-child {
	padding-left:0;
}