@media only screen and (max-width:444px){
.scrollup{
right:20px;
}
}

@media screen and (max-width: 768px) {
.main__column {display:none;}
.head{display:block;}

.footer {
height:100%;
padding:10px;
}

.feedback {font-size:13px;}

.cell__item {width: 100%;}

.mobiltable table {width:100%;}
.mobiltable thead {display: none;}
.mobiltable tr:nth-of-type(2n) {background-color: inherit;}
.mobiltable tr td:first-child {font-weight:bold;font-size:1.3em;}
.mobiltable tr th:first-child {font-weight:bold;font-size:1.3em;}
.mobiltable tbody td, .mobiltable tbody th {display: block; text-align:left;}
.mobiltable tbody td, .mobiltable tbody th:before {
content: attr(data-th);
display: block;
text-align:left;
}

.ankfulltd {width:200px;}
.ankfulltd2 {width:100%;}

.head{
	width:100%;
	height:50px;
	min-width:320px;
	overflow:hidden;
	color:#fff;
	padding:5px 0;
	top:0px;
	z-index:999;
	border-bottom:2px solid #9E0638;
	background:#000;
}
.burger{
	display:inline-block;
	float:right;
	margin-right:10px;
	color:#690022;
	text-decoration:none;
	background:url("../images/burger_b.png") right no-repeat;
	padding: 30px 45px 10px 0px;
	font-size:18px;
}
.menu{
	position:absolute;
	right:0px;
	padding:0;
	background:#8d8680;
	color:#fff;
	width:300px;
	display:none;
	z-index:999;
	top:0px;
}
.menu ul{
	padding:0;
	margin:0;
	list-style:none;
}
.menu li{
	border-bottom:1px solid #fff;
}
.menu a{
	display:block;
	padding:10px 0 10px 35px;
	color:#fff;
	font-size:16px;
	text-decoration:none;
}
.menu a:hover{
	background-color:#ccc;
	color:#333;
}
.iconsau{
	background:url("../images/menu.png") 1px 8px no-repeat;
}
#menuoff{
	display:block;
	padding:13px 0;
	text-align:center;
	background:#fff;
	color:#1b75cc;
	border:1px solid #8d8680;
	border-top:none;
	font-size:18px;
	font-weight:bold;
}


.mobnews {margin-bottom:16px;font-size:15px;}
.mobnewsfoto {margin-bottom:16px;font-size:15px;}
.linenews {display:block;}

.header {/*background:#000;*/margin-bottom:-2px;}

.select {max-width:180px;}

.bannertopblock {text-align:center;}
.bannerdownblock {text-align:center;}

.catalog {padding:10px;}

.newscomment {display:none;}
.newscommentline {display:block;}

}

@media screen and (max-width: 768px) {
.mobnews a {color:#1a4e97;font-size:22px;}
.mobnewsfoto a {color:#1a4e97;font-size:22px;}
.topautmenu {display:none;}
.indexmenu {display:block;}
.newsbl {width:100%;}
.nofull {display:block;}
.headermob1 {padding-left:0px;padding-right:0px;}
.products__list_news a {font-size:17px;}
.showmobil {display:block;}
.showfull {display:none;}
}