/**/

@media (max-width: 1160px) {
body, body *{
	box-sizing: border-box;
}
header, section, footer {
	margin: 0 auto;
	margin-top: 16px;
	min-width: 100vw;
	max-width: 100vw;
	width: 100vw;
}
body, html{
	width:100%;
	max-width:100vw;
	padding: 0;
	margin: 0;
}
body > header{
	width:100vw;
	padding:1%;
	box-sizing: border-box;
}
body > section{
	width:100vw;
	padding:1%;
	box-sizing: border-box;
}
body > footer{
	width:100vw;
	padding:1%;
	box-sizing: border-box;
}
	.header .center{
		width: 80%;
	}
	.header .right{
		float: left;
		width: 100%;
	}
	#tabs1 {
		padding-bottom: 10px;
		margin-top:12px;
		width: 32%;
		float: left;
		margin-right: 1%;
	}
	.topGroup1 {
		padding-bottom: 10px;
		margin-top:12px;
		width: 32%;
		float: left;
		margin-right: 1%;
	}
	.logoBig{
		display: none;
	}
	.logoMid{
		display: block;
		width:200px;
		height: auto;
	}
	.header form input[type="text"] {
		margin-right: 1%;
	}
	.cart{
		padding-bottom: 10px;
		margin-top:12px;
		width: 32%;
		float: left;
		margin-right: 1%;
	}
	.section .left {
		float: left;
		width: 250px;
		position: relative;
		z-index: 5;
	}
	.section .center-inner, .section .center {
		float: right;
		width: 100%;
		margin-left: -250px;
		padding-left: 250px;
		box-sizing: border-box;
	}
	.horizontal-menu, .wrapper {
		padding-right: 0;
		padding-left: 30px;
	}
	.header-form {
		padding-right: 0;
		padding-left: 30px;
	}
	.products {
		width: 100%;
	}
	.catalog-list li {
		margin-right: 2%;
		width: 48%;
	}
	div.col-sm-6:nth-child(1){
		margin-top:12px;
	}
	div.col-sm-6:nth-child(2){
		margin-top:12px;
	}
	a.checkout.nextStep{
		top:8px !important;
	}
	.preview_picture, .detail_picture {
		float: left;
		max-width: 100%;
		width: 100%;
		height: auto;
	}
}

@media (max-width: 1160px) {
	#tabs-1 .tabsEmail {
		font: normal 15px/20px Tahoma;
	}
	#tabs-1 .tabsPhone {
		font: normal 15px/20px Tahoma;
	}
}
@media (max-width: 1160px) {
	.header .left {
    float: left;
    width: 100px;
}
.header .center {
	width: calc(100% - 100px);
	margin-left: 0;
	padding-left: 12px;
}
.logoMid {
	display: block;
	width: 100%;
	height: auto;
}
.horizontal-menu {
	/* padding-right: 30px; */
	/* padding-left: 30px; */
	/* padding-top: 47px; */
	background: rgb(255, 255, 255) url(/images/menu2.png) no-repeat 4px 1px;
	border-radius: 3px;
	border: 1px solid rgb(222, 222, 222);
	/* position: relative; */
	width: 56px;
	height: 49px;
	cursor: pointer;
	background-size: contain;
	box-shadow: 0px 0px 3px rgb(170, 170, 170);
	float: left;
	/* position: relative; */
	/* z-index: 10; */
	/* margin-right: -57px; */
}
.horizontal-menu ul {
	width: 100%;
	/* height: 40px; */
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
	position: relative;
	border-radius: 3px;
	position: absolute;
	top: 80px;
	left: 0;
	height: auto;
	background: #fff !important;
	z-index: 20;
	border-bottom: 1px solid #dedede;
	display: none;
}
.horizontal-menu.toggle ul{
	display:block;
}
.horizontal-menu ul li {
	float: none;
	width: 100%;
	border-right: 1px RGB(255, 255, 255) solid;
	list-style: none;
	/* padding: 10px; */
}
.horizontal-menu ul li a {
	display: block;
	color: rgb(59, 89, 152);
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	text-shadow: none;
	background: rgba(255, 255, 255, 0);
	transition-duration: 500ms;
	transition-property: background;
	font-size: 20px;
	border-top: 1px solid #dedede;
	padding: 10px 0;
}
.horizontal-menu ul li:last-child {
	border: none;
	width: 100%;
	position: static;
	right: -6px;
	top: 0;
}
.header form {
	margin-top: 7px;
}
.header-form {
	padding-right: 0;
	padding-left: 0;
	float: left;
	width: calc(100% - 57px);
	margin-left: 0;
	padding-left: 13px;
	position: relative;
}
.header form input[type="submit"] {
	color: transparent;
	background: url(/images/sea2.png) no-repeat center;
	text-shadow: none;
}
#tabs1 {
	width: 100%;
	float: left;
	margin-right: 1%;
}
.tabs-1, .tabs-2, .tabs-3 {
	z-index: 10;
	padding: 5px 7px;
}
#tabs-1 .tabsPhone {
	margin-bottom: 0;
	display: inline-block;
	vertical-align: middle;
	margin-right: 1%;
}
#tabs-1 .tabsEmail {
	display: inline-block;
	vertical-align: middle;
}
#tabs-1 .tabsEmail {
		font: normal 20px/20px Tahoma;
	}
	#tabs-1 .tabsPhone {
		font: normal 18px/20px Tahoma;
	}
.zakToPhone, .zakToPhone:hover {
	display: inline-block;
	vertical-align: middle;
	/* text-indent: -40000px; */
	color: transparent;
	width: 30px;
	overflow: hidden;
	white-space: nowrap;
	margin-top: 0;
}
.login-menu, .login-menu-2 {
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
}
.topGroup1 {
	width: 137px;
	margin-top: 2px;
	position: relative;
	z-index: 5;
}
.login-menu, .login-menu-2 {
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
}
.login-menu ul {
	width: 95px;
}
.login-menu ul li:first-child {
	width: auto;
	border-radius: 4px;
	margin-right: 3%;
	text-indent: -40000px;
}
.login-menu ul li:last-child {
	width: auto;
	border-radius: 4px;
	text-indent: -40000px;
}
.login-menu ul li:first-child a{
	background: url(/images/login2.png) no-repeat center;
}
.login-menu-2 ul li:first-child a {
	background: url(/images/login3.png) no-repeat center;
	text-shadow: none;
	text-indent: -4000px;
	width: 40px;
	
}
.login-menu-2 ul li:first-child {
	width: auto;
	position: relative;
	margin-right:5px;
	border-radius: 3px;
}
.login-menu-2 ul li:last-child {
	width: auto;
	border: none;
	position: relative;
	margin-right:5px;
	border-radius: 3px;
}
.login-menu-2 ul li:last-child a {
	background: url(/images/logout2.png) no-repeat center;
	text-shadow: none;
	text-indent: -4000px;
	width: 40px;	
	
}
.login-menu ul li:last-child a{
	background: url(/images/reg2.png) no-repeat center;
}
.login-menu ul li a {
	text-shadow: none;
	width: 40px;
}
.zakToPhone, .zakToPhone:hover{
	position: static;
}
.cart {
	padding-bottom: 5px;
	margin-top: 2px;
	width: 100%;
	float: left;
	margin-right: 0;
	margin-left: -150px;
	padding-left: 150px;
	border: 0 none;
	font-size: 12px;
	position: static;
}
.cart a {
	font: bold 12px Tahoma;
}
.cart img {
	margin-right: 4px;
}
.section .center-inner, .section .center {
	float: none;
	width: 100%;
	margin-left: 0;
	padding-left: 0;
	box-sizing: border-box;
}
.section .left {
	float: left;
	width: 100%;
	position: relative;
	z-index: 5;
}
footer nav {
	margin-top: 2px;
	margin-bottom: 32px;
}
footer nav ul {
	margin: 10px auto;
	width: 100%;
}
footer nav ul li {
	float: none;
	padding-right: 0;
	padding-left: 0;
	list-style: none;
	text-align: center;
}
footer nav ul li a {
	padding: 5px 0;
	display: block;
}
footer:nth-child(3) > p:nth-child(2) > a:nth-child(2) > img:nth-child(1){
	display:block;
	margin: 10px auto;
	text-align:center;
	float:none;
}
.wrapper-inner {
	padding-left: 0;
}
.counter {
	position: static;
	bottom: 50px;
	left: 30px;
}
.left-menu {
	display:none;
	margin-top: 16px;
	position: fixed;
	top: 60px;
	left: 0;
	width: 100%;
	z-index:20;
}
.left-menu.active{
	display:block;
}








}

@media (max-width: 540px) {
	.catalog-list li {
	margin-right: 0%;
	width: 100%;
}
.wrapper {
    padding-right: 0;
    padding-left: 0;
}
.bx_order_make .bx_block.r1x3 {
	width: 100%;
}
.bx_order_make .bx_block.r3x1 {
	width: 100%;
}



}




























