@media only screen and (max-width : 1200px) {
a#a-contacts {width: 30px;}
a#a-contacts span {display: none;}
a.logo {height: 30px}
a.logo-right {width: 240px;}
a.logo img, a.logo-right img {height: 30px;}
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1000px) {
a.logo img:nth-child(1), a.logo img:nth-child(2) {display: none;}
a.logo {
	float: left;
	width: 116px;
	height: 40px;
	background: url(../images/logo.png) center left no-repeat;
}
a.logo:hover {background: url(../images/logo-color.png) center left no-repeat;}
a.logo-right {
	display: none;
}
.ekran {display: none!important}
.mobile {display: block!important}

a#cart {
	width: 75px;
	font: normal 18px/40px 'Open Sans';
	text-align: center;
}
a#cart .dop-txt {
	display: none;
}

a#cart #cart-total {
	float: none;
	margin: 0px;
}

a#a-contacts {
	width: 50px;
	background: url(../images/tel.png) center center no-repeat;
}
a#a-contacts:hover {background: url(../images/tel-blue.png) center center no-repeat;}

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

.catalog-wrap .catalog {
	width: 100%;
}
footer .row:nth-child(3) {display: none;}

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
.wrap-width {width: 320px;}
table.doc {
	width: 95%;
}
table.doc td {
	display: block;
	float: left;
	width: 100%;
	min-height: 60px;
	box-sizing: border-box;
}
table.doc td:nth-child(1) {
	width: 50%;
	border-right: none;
	border-bottom: solid 1px #ccc;
	font-weight: 600;
}
table.doc td:nth-child(2) {
	width: 50%;
	border-right: solid 1px #2e4b7a;
	border-bottom: solid 1px #ccc;
}
table.doc td:nth-child(3) {
	border-top: none;
	border-bottom: solid 1px #2e4b7a;
}
table.doc tr.doc-ttl td {
	width: 100%;
}
table.doc tr.doc-th td {
	
}
table.doc tr.doc-th td:nth-child(3) {
	display: none;
}

table.tab {
	width: 95%;
}
table.tab td,
table.tab th {
	display: block;
	float: left;
	width: 100%;
	box-sizing: border-box;
}
table.tab th {
	width: 50%;
	display: none;
}
table.tab th:nth-child(1),
table.tab th:nth-child(2) {
	display: block;
}
table.tab td {
	border-top: none;
	border-right: solid 1px #ccc;
	border-left: solid 1px #ccc;
	border-bottom: dashed 1px #ccc;
}
table.tab td:nth-child(1) {
	width: 50%;
	border-right: dashed 1px #ccc;
	font-weight: 600;
}
table.tab td:nth-child(2) {
	width: 50%;
	border-left: none;
}
table.tab td:last-child {
	border-bottom: solid 1px #ccc;
}


}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

.wrap-width {width: 480px;}
#contacts {
	position: absolute;
	left: 50%;
	margin-left: -160px;
	top: 100px;
	width: 320px;
	height: 400px;
}
a#a-contacts-close {
	float: right;
	margin: 10px;
}

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
header {
	display: flex;
	justify-content: space-between;
}
a.logo {
	order: 1;
}
.search {
	width: 400px;
	order: 2;
}
a#a-contacts {
	order: 3;
}
a#cart {
	order: 4;
}
a.logo-right {
	order: 5;
}
a#a-menu-main {
	order: 6;
}

.wrap-width {width: 100%; max-width: 1200px;}
.cat-block a {
	width: 50%;
	height: 100px;
	box-sizing: border-box;
}
.cat-block a:nth-child(2) {
	border-top: solid 1px #eee;
}
.cat-block a:nth-child(odd) {
	padding-right: 1%;
	border-right: solid 1px #eee;
}
.cat-block a:nth-child(even) {
	padding-left: 1%;
}

footer .wrap-width {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
footer .row {
	float: left;
	clear: none;
}
footer .row:nth-child(1) {width: 250px; order: 2;}
footer .row:nth-child(2) {width: 100px; order: 1;}
footer .row:nth-child(3) {width: 250px; order: 3;}
footer form {
    margin: 0px;
}
footer form label {
	font: normal 14px/18px 'Myriad Pro';
	color: #cccccc;
}
footer form .row {
    margin-top: 0px;
}
footer form .row:nth-child(1) {width: 100%}
footer form .row:nth-child(2) {width: 100%}
footer form input[type="submit"] {
	margin-top: 0px;
}

.akc {
	display: flex;
	flex-wrap: wrap;
}
.akc a {
	width: 46%;
	margin: 2%;
	box-sizing: border-box;
}
.catalog-wrap {
	display: flex;
	flex-wrap: wrap;
}
.catalog {
	width: 46%;
	margin: 2%;
}


.product-item {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 30px;
    padding-bottom: 30px;
}
.product-ttl {
	margin: 30px 0px;
	order: 1;
}
.product-img {
	float: left;
	order: 2;
}
.product-desc {
    float: left;
	width: calc(100% - 460px);
	margin: 0px;
	padding-left: 20px;
	box-sizing: border-box;
	order: 3;
}
.product-price {
    float: right;
	width: 300px;
	margin-left: 0;
	justify-content: flex-start;
	order: 4;
}
.product-add {
    position: absolute;
	width: 300px;
	right: 0;
	bottom: 30px;
}

#product-page {
	position: relative;
	float: left;
	width: 100%;
}
#product-page .product-ttl {
    width: calc(100% - 150px);
}
#product-page .artikul {
    position: absolute;
	top: 45px;
	right: 0;
	width: 100px;
}
#product-page .product-desc {
    float: left;
	width: 100%;
	margin-bottom: 30px;
	padding-left: 0px;
}
#product-page .product-page-img  {
    float: left;
	width: 350px;
	
}
#product-page .product-price {
	float: right;
	width: calc(100% - 380px);
	margin-top: 0px;
}
#product-page .product-add {
    position: static;
	float: right;
	width: calc(100% - 380px);
}
#product-page .product-txt {
    margin-top: 50px;
}




}

@media only screen and (min-width : 1200px) {
a.logo img:nth-child(1), a.logo img:nth-child(2) {
	height: 40px;
}
}


/* Medium Devices, Desktops */
@media only screen and (min-width : 1000px) {
header {
	align-items: center;
	height: 100px;
}


a#a-menu-close,
#a-menu-main,
.menu-head {
	display: none;
}
#menu-main {
	display: block;
	position: static;
	float: left;
	width: 100%;
	height: 42px;
	z-index: 1;
}
#menu-main ul{
	display: flex;
}
#menu-main ul li {
	width: 20%;
	border-bottom: none;
}
#menu-main ul li a, #menu-main ul li span {
	padding: 0px 10px;
	white-space: nowrap;
	font: normal 13px/28px 'Open Sans';
	justify-content: center;
	text-transform: uppercase;
}
#menu-main ul li a.ext {
	padding-right: 30px;
}
#menu-main ul li#all-tovars {
	display: none;
}

a#a-menu-tov,
.menu-tov-head,
.menu-tov-footer {
	display: none;
}
nav.menu {
	float: left;
	width: 300px;
	clear: none;
}
#menu-tov {
	display: block;
	position: static;
	height: auto;
	z-index: 1;
	border: none;
}
#magazin_left_menu_category {
	height: auto;
	overflow-y: visible;
}
#menu-tov ul li a:after {
	display: none;
}
#menu-tov li {
	display: none;
}
#menu-tov ul.ul_uroven_0 > li {
	display: block;
}

#main h1 {display: block;}
.text-gl {display: block;}
.ssilka_category {
	float: right;
	width: calc(100% - 320px);
	padding: 0px 10px;
	box-sizing: border-box;
}
a.a-back {
	background: #fff;
	color: #c4c4c4;
	border-bottom: dashed 1px #ccc;
}
a.a-back:before {
	content: '';
	float: left;
	width: 16px;
	height: 18px;
	margin-left: -40px;
	margin-right: 20px;
	background: url(../images/back-w.png) left top no-repeat;
}
a.a-back:hover {
	background: #fff;
	color: #2bacff;
}
a.a-back:hover:before {
	background: url(../images/back-w.png) left bottom no-repeat;
}
#main {
	float: right;
	width: calc(100% - 320px);
	clear: none;
}






}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}