.inn-logo img {
	min-width: 200px;
}
.file__list {
	position: fixed;
	left: 10px;
	top: 10px;
	z-index: 99;
}
.file__list .burger {
	display: block;
	width: 35px;
    height: 20px;
	margin: 0;
	background: #eee;
	float: left;
}
.file__list ul {
	border: 1px solid rgba(77, 77, 77, 0.3);
	border-radius: 3px;
	background: #eee;
	font-size: 14px;
	padding: 5px;
	display: none;
	padding-top: 40px;
}
.file__list ul.show {
	display: block;
}
.file__list .burger span {
	margin-top: 10px;
}
.file__list .burger span,
.file__list .burger span:after,
.file__list .burger span:before {
	width: 20px;
}
.file__list .burger span:before {
	bottom: -4px;
}
.file__list .burger span:after {
	top: -4px;
}
#header:after,
#middle:after{
    content: "";
    display: table;
    clear: both;
}

#page {
	min-width: 320px;
}
img {
	max-width: 100%;
}
#header {
	position: relative;
	overflow: visible;
}
#inn-left {
	margin: 2.5em 2em 0 2em;
}

.slide {
	background: #ccc;
}
#activeBorder {
/*	display: none;*/
}
.menu.show {
	opacity: 1;
	max-height: 1000px;
	border-color: rgba(77, 77, 77, 0.3);
	padding-bottom: 20px;
	transition: .5s;
	
}
.menu.show #navigation {
	pointer-events: all;
}
.menu.show .inn-nav > * {
	opacity: 1;
	transition: .4s
}
.menu.show #phones {
	opacity: 1;
	transition: .4s
}
.burger {
	display: none;
	width: 46px;
	height: 30px;
	line-height: 30px;
	margin-right: 1.8em;
	background: transparent;
	border: 1px solid rgba(77, 77, 77, 0.3);
	border-radius: 3px;
	float: right;
	text-align: center;
	vertical-align: middle;
	margin-top: 40px;
	cursor: pointer;
}
.burger span {
	background: rgba(77, 77, 77, 0.8);
	display: inline-block;
	height: 2px;
	width: 25px;
	margin-top: 14px;
	position: relative;
}
.burger span:after,
.burger span:before {
	content: '';
	position: absolute;
	background: inherit;
	display: inline-block;
	height: 2px;
	width: 25px;
}
.burger span:after {
	top: -6px;
	left: 0;
}
.burger span:before {
	bottom: -6px;
	left: 0;
}
.slogan {
	display: none;
	max-width: 200px;
	float: right;
	margin: 0;
	margin-top: 18px;
	position: relative;
}
#logo {
	pointer-events: none;
}
.inn-logo {
	padding-left: 20px;
}
.inn-logo a {
	pointer-events: all;
}
.burger_sidebar {
	float: left;
	margin-left: 20px;
	margin-bottom: 40px;
	margin-right: 0;
	position: relative;
	z-index: 1;
	position: relative;
	display: none;
}
.burger_sidebar:after {
	content: '';
	position: absolute;
	left: -10px;
	top: -10px;
	right: -10px;
	bottom: -10px;
}
.burger_triangle {
	display: inline-block;
	width: 6px;
	height: 6px;
	border: 2px solid rgba(77, 77, 77, 0.8);
	border-color: rgba(77, 77, 77, 0.8) rgba(77, 77, 77, 0.8) transparent transparent;
	transform: rotate(45deg)
}
.burger_triangle--left {
	transform: rotate(-135deg)
}
.burger_triangle + span {
	padding-left: 10px;
}
#left .burger_sidebar {
	margin: 0;
    float: right;
    margin-top: 25px;
    margin-right: 20px;
}
.sidebar_open {
	overflow: hidden;
	pointer-events: none;
}

/**/
.lbox img {
	max-width: 100%;
}

.accordion h2, 
.accordion > a {
	text-indent: 0 !important;
	line-height: 1.5 !important;
	padding: 4px !important;
	padding-left: 10px !important;
	height: inherit !important;
}
/**/
.pubrow p.pubannot {
	min-height: 50px;
}
/*Delete*/
#bottomline {
	background: url(../images/btmline.jpg);
}
.pubrow p.pubannot {
	background: url('../images/article.jpg') no-repeat 0px 0 !important;
}

#inn-laser-title {
	height: inherit !important;
}
/*END Delete*/
@media screen and (max-width: 1366px){
	.slider-nav {
		float: none;
		width: 100%;
	}
	.slider {
		margin: 0 auto;
		width: 700px;
	}
	.slider-wrap {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		-webkit-display: flex;
		-moz-display: flex;
		-ms-display: flex;
		-o-display: flex;
		display: flex;
		
		-webkit-flex-wrap: wrap-reverse;
		-moz-flex-wrap: wrap-reverse;
		-ms-flex-wrap: wrap-reverse;
		-o-flex-wrap: wrap-reverse;
		flex-wrap: wrap-reverse;
		
		height: 690px;
	}
	
	.porder a {
		margin-bottom: 10px;
		display: block;
	}
	.porder .buybutton {
		margin-bottom: 10px;
		margin-left: -9px;
	}
}
@media screen and (max-width: 1080px){
	.inn-logo {
		height: 70px;
	}
/*
	#navigation,
	#phones {
		position: absolute;
		display: none;
	}
*/
	.menu #navigation {
		pointer-events: none;
	}
	#logo {
		max-width: 470px;
		width: 100%;
		margin-bottom: 20px;
	}
	#header {
		margin-bottom: 20px;
	}
	.burger {
		display: block;
	}
	.menu {
	/*		display: none;*/
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background: #fff;
		z-index: 2;
	/*	width: 100%;*/
		padding: 20px;
		padding-top: 0;
		padding-bottom: 0;
		border-top: 1px solid rgba(77, 77, 77, 0.3);
		border-color: transparent;
		-webkit-box-shadow: 2px 10px 10px -10px rgba(0, 0, 0, 0.2);
		box-shadow: 2px 10px 10px -10px rgba(0, 0, 0, 0.2);
		max-height: 0px;
		transition: .2s;
	}
	.menu .inn-nav > * {
		opacity: 0;
		transition: .1s;
		
	}
	.menu #phones {
		opacity: 0;
		transition: .1s;
	}
	.slogan {
		display: inline-block;
	}
	#slogan {
		display: none;
	}
	.inn-nav {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		-webkit-display: flex;
		-moz-display: flex;
		-ms-display: flex;
		-o-display: flex;
		display: flex;
		
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		
		padding-top: 30px;
	}
	.navlinks {
		order: 2;
	}
	.search {
		order: 1;
		margin-bottom: 13px;
		pointer-events: all;
	}
	#left {
		margin-top: -2.8em;
	}
	.inn-cat-item {
		max-width: 760px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (max-width: 991px){
	#left {
/*		display: none;*/
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		min-width: 265px;
		overflow: auto;
		background: #fff;
		z-index: 101;
		margin-top: 0;
		-webkit-box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
		box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
		transform: translate(-105%);
		transition: .2s;
		pointer-events: all;
	}
	#left.show {
		transform: translate(0)
	}
	#page {
		transition: padding .2s
	}
	#indx {
		width: 100%;
	}
	#inn-indx,
	#inn-content,
	#inn-laser-title{
		margin-left: 20px;
	}
	#phones {
		float: left;
	}
	.burger_sidebar {
		display: block;
	}
	
	/**/
	#content {
		width: 100%;
	}
	/**/
	
	/**/
	.prodlist {
		text-align: center;
	}
	.baseprod {
		text-align: left;
	}
	/**/
	
	/**/
	.accordion {
		width: 100% !important;
	}
	#inn-content iframe {
		width: 100% !important;
	}
	/**/
	
	/**/
	.pubrow {
		padding-right: 0 !important;
	}
	/**/
	
	/**/
	.category,
	.xprod-list{
		text-align: center;
	}
	.group-item {
		margin-bottom: 5.5em;
	}
	.group-item:last-child {
		margin-bottom: 20px;
	}
	/**/
	
	/**/
	.breadcrumbs {
		margin-left: 20px;
		margin-bottom: 40px;
	}
	/**/
	
	/**/
	.annot {
		width: 53%;
	}
	/**/
	
	.sechead {
		overflow-x: scroll !important;
		position: relative;
	}
	
	.sechead table {
/*		width: 100% !important;*/
	}
	
	.pr_limg {
		float: none !important;
	}
	.pr_right {
		margin-left: 0 !important;
	}
	
	#photogal p {
		text-align: center;
	}
}

@media screen and (max-width: 768px){
	.prod-item {
		width: 100%;
		max-width: 350px;
		margin: 0 auto;
		display: block;
		
		text-align: center;
	}
	
	.spec-img-price {
		float: right;
		margin-right: 0;
	}
	
	.spec-annot {
		padding-right: 0 !important;
	}
	
	.slider {
		height: 250px;
	}
	.slider-wrap {
		height: 540px;
	}
	.slider iframe {
		height: 250px !important;
		width: inherit !important;
	}
	.new-contact__grid-two {
		width: 100% !important;
		margin-bottom: 20px;
	}
	.annot {
		width: 100%;
		margin-left: 0;
		margin-top: 20px;
	}
	.price {
		position: absolute;
		right: 20px;
	}
	
	.tb-sel {
		border: none !important;
	}
	.tb-tabs {
		float: none !important;
	}
	.tb-content {
		margin-left: 0 !important;
		border-right: 1px solid #ccc;
	}
	div.tabbox {
		border: none !important;
	}
	#tblcart tr,
	#tblcart td {
		display: block;
		text-align: center;
		padding-right: 0;
	}
	#tblcart tr td:nth-child(2) div {
		margin: 0 auto;
	}
	#tblcart tr:first-child {
		display: none;
	}
	#tblcart tr td:last-child a {
		float: right;
		margin-top: -30px;
	}
	#bottomtr {
		padding-top: 30px;
	}
	.cbuttons input {
		margin-bottom: 10px;
	}
	.publication {
		padding-right: 0 !important;
	}
	#rh-snippet,
	#activeBorder{
		display: none !important;
	}
}
@media screen and (max-width: 560px){
	.burger {
		float: left;
		clear: left;
		margin-top: 0;
		margin-left: 20px;
	}
	#header {
		padding-bottom: 20px;
	}
	.search {
    	margin-top: 7px;
    	position: absolute;
    	top: -56px;
		right: 20px;
		opacity: 1 !important;
	}
	.new-contact__block-line,
	.new-contact__h2{
		text-align: center;
	}
	
	.addcart-hdr-side {
		width: 100% !important;
		margin-bottom: 30px;
		text-align: center;
	}
	.addcart-hdr-side2 {
		float: none !important;
		width: 100% !important;
	}
}
@media screen and (max-width: 480px){
	#cinfo, 
	#address, 
	#links {
		width: 100%;
		margin-left: 0;
	}
	.spec-img-price {
		margin-right: 20px;
	}
	.inn-nav {
		width: 100%;
	}
	#navigation {
		float: none;
	}
	.navlinks li {
		float: none;
	}
	.slogan {
		float: left;
		order: 2;
		margin-top: -30px;
		text-align: center;
	}
	.inn-logo img {
		float: left;
		clear: left;
		order: 1;
	}
	.inn-logo  {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		-webkit-display: flex;
		-moz-display: flex;
		-ms-display: flex;
		-o-display: flex;
		display: flex;
		
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		
		-ms-align-items: center;
		align-items: center;
	}
	#logo {
		margin-bottom: 65px;
	}
	#srchstr {
		min-width: 150px !important;
	}
	.tagselect li:last-child {
		padding-left: 0 !important;
		display: inline-block;
		width: 100%;
		margin-top: 15px;
	}
	#inn-content iframe {
		height: 250px !important;
	}
	#inn-content a.important,
	#inn-content a.linkcolor{
		display: block;
		line-height: 0.8;
	}
	#inn-content h4 {
		margin-bottom: 15px;
	}
	.price {
		background: none;
	}
	
	form dl {
		overflow: visible !important;
	}
	form dt {
		float: none !important;
	}
	form dd {
		width: 100% !important;
	}
	
	form dd input,
	form dd textarea{
		width: 100%;
	}
	.selectimg {
		margin-left: 0 !important;
	}
	.pricebox {
		padding-left: 0 !important;
	}
	
	#colorbox h1{
		max-width: 300px;
	}
	#cboxLoadedContent {
		height: 420px !important;
	}
}