<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("editor.css");
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;;
}
.wrap_main {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.container1 {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.wrap_content {
	flex: 1 0 auto;
}
.footer {
	background:#35373a;
	color:#fff;
	font-size:14px;
	padding:15px 0;
}
.pad0 {
	padding:0!important;
}
.wrap_footer {
	flex: 0 0 auto;
	background:#35373a;
	color:#fff;
	font-size:14px;
	padding:15px 0;
}
.wrap_footer a,
.footer a {
	color:#fff;
	text-decoration:none;
}
.wrap_footer a:hover,
.footer a:hover {
	text-decoration:underline;
}
.header {
	background:#35373a;
	color:#fff;
	font-size:12px;
	/*padding:9px 0;*/
}
.header a {
	color:#fff;
    text-decoration:underline;
    display: inline-block;
    padding-top:10px;
    padding-bottom: 10px;
}
.header a:hover {
    text-decoration:none;
}
img {
	display:inline-block;
	vertical-align:middle;
	max-width: 100%;
}
.menu_left a {
	color:#000;
	text-decoration:none;
}
.menu_left a:hover {
	color:#1fac83;
}
.menu_left p {
	margin:15px 0;
	white-space: nowrap;
}
.brand_left {
	background:#fafafa;
	border:#e1e1e1 1px solid;
}
.brand_left a {
    color: #000;
    text-decoration: none;
    display: block;
    padding: 10px 15px;
}
.brand_left a span {
	display:inline-block;
	opacity:0.5;
	width:25px;
}

.brand_left a:hover{
	background:#fff;
}
.bmenu:hover a {
	background:#fff;
}
.bmenu:hover .dlg2 {
	display:block;
}

.menu_top a {
	color:#000;
	text-transform:uppercase;
	font-size:15px;
	font-weight:500;
	text-decoration:none;
}
.menu_top a:hover,
.menu_top a.act {
	color:#1fac83;
}
.searchtext {
	border:#e1e1e1 1px solid;
	width:540px;
	padding:4px 5px 3px 5px;
	outline:none;
	font-size:14px;
}
.btn {
	border:none;
	text-decoration:none;
	color:#fff;
	background:#1fac83;
	padding:4px 15px 4px 15px;
	font-size:14px;
}
.btn:hover {
	opacity:0.7;
}
.megaslide {
	position:relative;
}
.prev {
	position:absolute;
	z-index:10;
	left:10px;
	top:200px;

	cursor:pointer;
}
.next {
	position:absolute;
	z-index:10;
	right:10px;
	top:200px;
	cursor:pointer;
}
.next:hover {
	opacity:0.7;
}
.gobtns {
	position:absolute;
	z-index:10;
	left:10px;
	top:350px;
}
.megaslide .go {
	display:inline-block;
	background:url(images/bullet_slide_031.png) 0 0 no-repeat;
	width:15px;
	height:15px;
}
.megaslide .go.act {
	background:url(images/bullet_slide_03.png) 0 0 no-repeat;
}
.content {
    line-height: 28px;
}
.content img {
    height: auto;
}
.dlg1 {
	position:absolute;
	z-index:100;
	width:320px;
	height:150px;
	display:none;
}
.dlg {
	position:absolute;
	max-width: 100%;
	z-index:100;
	width:560px;
	height:150px;
	padding: 10px 40px 40px 40px;
	display:none;
	background: #fff;
}
#infonewones.dlg {
	height:auto;
	padding: 10px 40px 40px 40px;
}
#infonewones.dlg a.registracia_link_popup{
    text-align: center;
    display: block;
    color: #fb0000;
    text-decoration: underline;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 22px;
}
#infonewones.dlg a.registracia_link_popup:hover{
    text-decoration:none;
}
#squiz.dlg {
	height:auto;
	padding: 10px 40px 40px 40px;
}
#squiz .questions_box{
    position: relative;
}
#squiz .questions_back{
    display: none;
    position: absolute;
    top: -40px;
    left: 0;
    color: #1fac83;
    font-weight: 300;
    border-bottom: 1px solid #1fac83;
    cursor: pointer;
}
#squiz .question{
    display: none;
    margin-bottom: 15px;
}
#squiz .question.first-quest{
    display: block;
}
#squiz .question-title{
    font-size: 18px;
    margin-bottom: 10px;
}
#squiz .question-title span{
    display: block;
    font-size: 16px;
    font-weight: 400;
}
#squiz .question label{
    display: block;
}
#squiz .question label span{
    display: inline-block;
    margin-left: 10px;
}
#squiz .question-submit{
    margin: 30px auto 0;
}
.dlg1_content_arrow {
	position:absolute;
	z-index:101;
	background:url(images/top_rect_of_dialog_07.png) 0 0 no-repeat;
	    height: 8px;
    width: 16px;
    top: -7px;
    left: 282px;
}
.dlg1_content {
	background:#fff;
	border:#d6d6d6 1px solid;
	padding:28px;
	font-size:15px;
}
#bg132 {
    background: #000;
    width: 100%;
    height: 100%;
    z-index: 90;
    position: absolute;
    left: 0px;
    top: 0px;
    display: none;
    opacity: 0.5;
}

.dlg1_content a {
	color:#416eb8;
}
.dlg1_content input {
	width:240px;
	padding:5px;
	border:#d6d6d6 1px solid;
}
#success {
	height: auto!important;
}
.btn1 {
	border:none;
	text-decoration:none;
	color:#fff !important;
	background:#f5567f;
	padding:10px 35px;
	text-align:center;
	font-size:15px;
	font-weight:600;
	display: inline-block;
}
.btn2 {
	border:none;
	text-decoration:none;
	color:#fff !important;
	background:#f5567f;
	padding:5px 55px;
	text-transform:uppercase;
	text-align:center;
	font-size:15px;
	font-weight:600;
	display: inline-block;
}
.btn3 {
	border:none;
	text-decoration:none;
	color:#000 !important;
	/* background:#f5567f; */
	/* padding:5px 55px; */
	text-transform:uppercase;
	border-bottom:1px dashed;
	text-align:center;
	font-size:15px;
	font-weight:600;
	display: inline-block;
}
.btn3:hover {
	border-bottom:none;
}
.btn2:hover {
	opacity:0.7;
}
.dlg2 {
	position:absolute;
	z-index:100;
	width:320px;
	height:150px;
	left:200px;
	top:5px;
	display:none;
}
.dlg2_content {
	background:#fff;
	border:#d6d6d6 1px solid;
	padding:15px;
	font-size:15px;
}
.dlg2 a {
	display:inline-block;
}
.dlg2 a:hover {
	color:#1fac83 !important;
}
.bmenu {
	position:relative;
}
.dlg2_content_arrow {
    position: absolute;
    z-index: 9000;
    background: url(images/left_rect_of_dialog_03.png) 0 0 no-repeat;
    height: 16px;
    width: 8px;
    top: 7px;
    left: -7px;
}

.fils_item {
	position: relative;
}
.fils_item1 {
	position:absolute;
	z-index:100;
	width:320px;
	height:150px;
/*	left:150px;
	top:15px;*/
	display:none;
  /*  right: 0px;*/
  	left: 14px;
    bottom: 25px;
}
.fils_item1 .fils_item {
	width: auto;
}
.fils_item:hover .fils_item1  {
	display: block;
}
.fils_item1_content {
	background:#fff;
	border:#d6d6d6 1px solid;
	padding:5px 15px;
	font-size:15px;
}
.fils_item1 a {
	display:inline-block;
}
.fils_item1 a:hover {
	color:#1fac83 !important;
}

.fils_item1_arrow {
    position: absolute;
    z-index: 9000;
    background: url(images/left_rect_of_dialog_03.png) 0 0 no-repeat;
    height: 16px;
    width: 8px;
    top: 7px;
    left: -7px;
}
.path {
	font-size:14px;
	margin-bottom: 20px;
}

.item {
	/* width:240px; */
	width:244px;
	/* height: 340px; */
	height: 327px;
	padding:10px;
	position:relative;
	/* display:inline-block; */
	float:left;
	/*border-left:#ccc 1px solid;*/
	/*border-top:#ccc 1px solid;*/
	border:#ccc 1px solid;
	margin:0;
}
.exist {
	position: absolute;
	bottom: 5px;
	left:5px;
	width: 8px;
	height: 8px;
	background: url(/images/exist.png) 0 0 no-repeat;
	z-index: 10;
}
.zakaz {
	position: absolute;
	bottom: 5px;
	left:5px;
	width: 8px;
	height: 8px;
	background: url(/images/zakaz.png) 0 0 no-repeat;
	z-index: 10;
}
.exist1 {


	width: 8px;
	height: 8px;
	background: url(/images/exist.png) 0 0 no-repeat;

}
.zakaz1 {


	width: 8px;
	height: 8px;
	background: url(/images/zakaz.png) 0 0 no-repeat;

}
.item.i1 {
	/*border-right:#ccc 1px solid;*/
}
.item.i2 {
	/*border-bottom:#ccc 1px solid;*/
}

.item1 {
	/* width:240px; */
	width:219px;
	/* height: 340px; */
	height: 360px;
	padding:10px;
	position:relative;
	left:-1px;
	/* display:inline-block; */
	/*float:left;*/
	/*border-left:#ccc 1px solid;*/
	/*border-top:#ccc 1px solid;*/
	border:#ccc 1px solid;
	/*margin:0 10px;*/
}
.item1.i1 {
	left:0;
}

.clear {
	clear:both;
}
.discount {
	width:28px;
	height:26px;
	background: url(images/cat_pics_03.jpg) 0 0 no-repeat;
	position:absolute;
	z-index:10;
	top:0;
	right:0;
}
.item_name {
	height:56px;
	line-height:20px;
}
.item_metall {
	font-weight:600;
}

.item_name a,
.item_metall a {
	color:#000;
	text-decoration:none;
}
.item_art a {
	color:#7f7f7f;
	text-decoration:none;
}
.pager {
	text-align:center;
	font-size:18px;
	font-weight:600;
}
.pager a {
	display:inline-block;
	padding:1px 3px;
	margin:2px;
	text-decoration:none;
	color:#000;
}
.pager a.strel {
	color:#1fac83 !important;
}
.pager a.act,
.pager a:hover {
	background:#35373a;
	color:#fff !important;
}
.filter_box {
	background:#f5f5f5;
	padding:30px;
	display: none;
}
.filter_content {
	background:#fff;
	padding: 20px;
}
.filter_razdel a span {
	border-bottom:#000 1px dashed;
}
.filter_razdel a span.colcol {
	border-bottom:none;
}
.filter_razdel a {
	text-transform:uppercase;
	font-size:14px;
	font-weight:600;
	text-decoration:none;
	display:block;
	padding:5px 10px;
	color:#000;
	margin:10px 0;
}
.filter_razdel a.dis {
	color:#7f7f7f;
}
.filter_razdel a:hover,
.filter_razdel a.act {
	background:#fff;
}
.mart0 {
	margin-top:0  !important;
}
.marb0 {
	margin-bottom:0  !important;
}



input[type=checkbox].css-checkbox {
	position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
}

input[type=checkbox].css-checkbox + label.css-label {
	font-weight: normal!important;
	padding-left:25px;
	height:20px;
	display:inline-block;
	line-height:16px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:16px;
	vertical-align:middle;
	cursor:pointer;

}

input[type=checkbox].css-checkbox:checked + label.css-label {
	background-position: 0 -20px;
}

input[type=checkbox].css-checkbox:disabled + label.css-label {
	color:#ccc;
}

label.css-label {
	background-image:url(/images/csscheckboxnew.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
label.css-label.dis {
	color:#7f7f7f;
}
input[type=radio].css-checkbox {
	position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
}

input[type=radio].css-checkbox + label.css-label1 {
	padding-left:19px;
	height:16px;
	display:inline-block;
	line-height:16px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:14px;
	vertical-align:middle;
	cursor:pointer;

}

input[type=radio].css-checkbox:checked + label.css-label1 {
	background-position: 0 -14px;
}
label.css-label1 {
	background-image:url(images/csscheckbox_453a0c80f1a02fb8856b46fd9974418f.png);
	font-size: 18px !important;
	font-weight: 400 !important;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.fils_item {
	float:left;
	width: 180px;
	height: 16px;
	padding: 10px 0;
	margin: 4px 15px 6px 0;
	box-sizing: content-box;
}
.tab[iter="1"] .fils_item {
	height:40px;
}
#pokazat {
	position:absolute;
	border:#72cbb1 1px solid;
	z-index:100;
	/* display:none; */
}
.pokazat_content a {
	color:#416eb8 !important;
}
.pokazat_content {
	width: 124px;
	height: 62px;
	padding:10px;
	background:#fff;
}
.pokazat_arrow {
	position:absolute;
	background:url(images/pokazat_arrow.png) 0 0 no-repeat;
	height: 16px;
    width: 9px;
    top: 20px;
    right: -9px;
}
h1 span {
	font-size:22px;
	color:#7f7f7f;
	text-transform:lowercase;
}
.podh {
	font-size:18px;
	text-align:center;
}
/*.small_icons {
	position:relative;
	margin-top: 20px;
}*/
.any-class1 li {
	/* border:#ccc 1px solid; */
	padding:5px 0;
}
.highslide-resize {
	display: none !important;
}
.next_small {
	position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 10;
}
.prev_small {
	position:absolute;
	top:-18px;
	left:30px;
	z-index:10;
}
.big_image {
	position:relative;
	/* top:-20px; */
}
.tovar_brand {
	background:#f5f5f5;
	padding:5px 10px;
	font-size:18px;
}
.line1 {
	height:1px;
	background:#e5e5e5;
	margin:10px 0;
}
.harki a {
	color:#416eb8 !important;
}
.trtop {
	font-weight:600;
}
.btn4 {
	border:none;
	text-decoration:none;
	color:#fff !important;
	background:#dedede;
	padding:7px 15px;
	text-transform:uppercase;
	text-align:center;
	font-size:15px;
	font-weight:600;
	display: inline-block;
	/*position:relative;*/
	/*top:-23px;*/
	/*left:10px;*/
}
.btn7 {
	/*width: 80px;*/
}
.btn4:hover,
.btn4.act {
	background:#f5567f;
}
.prices textarea {
	width:170px;
	height:50px;
	border:#e5e5e5 1px solid;
	padding:3px 5px;
	outline:none;
	resize:none;
}
.prices input {
	width:40px;
	border:#e5e5e5 1px solid;
	padding:3px 5px;
	outline:none;
}

.prices td {
	padding:7px;
	border-right:#e5e5e5 1px solid;;
	border-bottom:#e5e5e5 1px solid;;
}
.prices1 td {

	border-right:none;

}
.prices tr td:last-of-type {
	border-right:none;
	border-bottom:none;
}
.prices tr:last-of-type td {
	border-bottom:none;
}
.prices tr:first-of-type td {
	/*border-bottom:none;*/
}
.btn5 {
	border:none;
	text-decoration:none;
	color:#fff !important;
	background:#f5567f;
	padding:5px 33px;
	text-transform:uppercase;
	text-align:center;
	font-size:15px;
	font-weight:600;
	display:block;
	margin-top:10px;
}
.btn6 {
	border:none;
	text-decoration:none;
	color:#fff !important;
	background:#f5567f;
	padding:5px 33px;
	text-transform:uppercase;
	text-align:center;
	font-size:15px;
	font-weight:600;
	display:inline-block;
	margin-top:10px;
	width: 130px;
}
.btn5:hover,
.btn6:hover {
	opacity: 0.7;
}
.itog {
	color:#1fac83;
	font-size: 25px;
}
.cartForm input {
	width: 265px;
	padding:10px 5px;
	border:#ccc 1px solid;
	outline: none;
}
.cartForm textarea {
	width: 568px;
	height: 100px;
	padding:10px 5px;
	border:#ccc 1px solid;
	outline: none;
	resize: none;
}
.prices1 img {
	position:relative;
	top:5px;
}
.prices1 {
	font-size:14px;
	line-height:23px;
}
.asd {
	display:none;
}
.catalog_li3.act {
	font-weight:bold;
}

#fmReg input,
#fmProfile select,
#fmReg select,
#fmLogin input,
#fmLogin1 input,
#fmProfile input {
    width: 265px;
    padding: 10px 5px;
    border: #ccc 1px solid;
    outline: none;
}
#fmReg select,
#fmProfile select {
	width: 275px;
}

#fmReg input.red ,
#fmProfile input.red {
	border-color:#fb0000;
}
.red {
	color:#fb0000;
}
.tab {
	display: none;
	overflow-x: hidden;
    overflow-y: auto;
    max-height: 459px;
}
.preloader {
	text-align: center;
	font-size: 16px;
	color: #1fac83;
}
.pagesonrow a,
.pagesonrow {
	color:#000;
	font-size: 18px;
	text-decoration: none;
}
.pagesonrow a {
	display: inline-block;
	padding: 0 3px;
	margin: 0 5px;
}
.pagesonrow a:hover,
.pagesonrow a.act {
	color:#1fac83;
}
.disabl {
	color:#ccc;
}

.colcol {
	font-size: 14px;
    color: #fff;
    background: #f5567f;
    width: 20px;
    line-height: 19px;
    height: 20px;
    position: relative;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    top: -11px;
    border: none;
}
#getFixed {
	background: #fff;
	z-index: 10;
}
.trtop .tablesorter-header {
	background: #fff;
	font-size: 16px;
	color:#000;
	padding: 0 20px 0 5px;
	border-right:#e5e5e5 1px solid;;
	text-align: left;
	cursor:pointer;
	background: url(/inc/jquery.tablesorter/themes/blue/ascdesc.jpg) right 12px no-repeat;
}
.trtop .tablesorter-header:last-of-type {
	border-right:none;
	background: none;
}
.trtop .tablesorter-header.tablesorter-headerAsc {
	background: url(/inc/jquery.tablesorter/themes/blue/asc.gif) right 14px no-repeat;
}
.trtop .tablesorter-header.tablesorter-headerDesc {
	background: url(/inc/jquery.tablesorter/themes/blue/desc.gif) right 14px no-repeat;
}
#cart3 {
	width: 50px;
	height: 50px;
	z-index: 100;
	position: fixed;
	top:113px;
	right: 20px;
}
#cart3 span {
    color: #fff;
    font-size: 12px;
    border-radius: 50%;
    background: #fb0000;
     min-width: 12px;
     max-width: 21px;
     height: 18px;
    padding: 0px 5px 5px 5px;
    display: inline-block;
    text-align: center;
    float: right;
}
#info1 {
	/*height: 67px;*/
}


.use-cookie-info {
	display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 5px;
    padding: 4px 7px;
    max-width: 300px;
    color: #fff;
    font-size: 11px;
    background: #000;
    border: 1px solid #999;
    border-radius: 5px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .3);
    opacity: .7;
    z-index: 2000;
    line-height: 15px;
    cursor: pointer;
}

.use-cookie-info:after {
    content: 'x';
    position: absolute;
    top: 1px;
    right: 5px;
    display: block;
    /* -webkit-box-sizing: inherit; */
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

.responsive-header-a a {
	padding-left:9px;
	padding-right: 9px;
	border-left: #68696c 1px solid;
	text-decoration: none;
}
.responsive-header-a a img {
	max-width: 24px;
}
.header1 {
	padding: 10px 0;
}
#fmSearch1 .searchtext,
#fmSearch2 .searchtext {
	width: 96%;
}
.search320 {
	margin-top: 10px;
	margin-bottom: 20px;
}
.copyright {
	text-align: right;
}
.footer_menu a {
	display: inline-block;
	width: 47%;
	text-align: right;
		margin: 7px 0;
}
.owlslides .owl-nav {
	position: absolute;
	top: 40%;
	width: 100%;
	z-index: 10;
}
.owlslides .owl-prev {
	position: absolute;
    z-index: 11;
    left: 10px;
    height: 51px;
    cursor: pointer;
    outline: none;
}
.owlslides .owl-next {
	position: absolute;
    z-index: 11;
    height: 51px;
    right: 10px;
    cursor: pointer;
    outline: none;
}
.owlslides .owl-dots {
	position: absolute;
    z-index: 10;
    bottom: 10px;
    text-align: center;
    width: 100%;
}
.owlslides .owl-dot {
    display: inline-block;
    background: url(images/bullet_slide_031.png) 0 0 no-repeat !important;
    width: 15px;
    height: 15px;
    outline: none;
    margin-right: 10px;
}
.owlslides .owl-dot.active {
	background: url(images/bullet_slide_03.png) 0 0 no-repeat !important;
}

nav.mobilemenu {
  background: #fff;
  display: none;
  /*padding-right: .25em;*/
  position: absolute;
  right: -18em;
  top: 0;
  /*padding-top: 5em;*/
  box-sizing: border-box;
  z-index: 20;
  height: 100%;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
nav.mobilemenu.active { right: 0; display: block;}
nav.mobilemenu .menu {
  list-style: none;
  line-height: 44px;
  background: #fff;
  margin: auto;
  /*outline: 1px solid red;*/
  padding-left: 0;
  /*width: 260px;*/
  width: 100%;
}

nav.mobilemenu .menu a {
  /*background: url(icons.png) no-repeat left top;*/
  color: #010101;
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  padding-left: 15px;
  width: 100%;
  text-align: left;
}

nav.mobilemenu .menu a:hover {
  	color: #1fac83;
}

nav.mobilemenu .menu li {
  	padding-left: .5em;
}
nav.mobilemenu .menu li.sitepunkt {
	background: #1fac83;
	padding-left: .2em;
	border-bottom: #088460 1px solid;
}
nav.mobilemenu .menu li.sitepunkt a {
	color: #fff;
}
nav.mobilemenu .menu li.sitepunkt a:hover {
	color: #fff;
}

/*nav.mobilemenu .menu li:hover { box-shadow: 15em 0 rgba(52,152,219,.2)inset; }
nav.mobilemenu .menu li:nth-child(2) a { background-position: 0 -42px; }
nav.mobilemenu .menu li:nth-child(3) a { background-position: 0 -84px; }
nav.mobilemenu .menu li:nth-child(4) a { background-position: 0 -126px; }
nav.mobilemenu .menu li:nth-child(5) a { background-position: 0 -168px; }
nav.mobilemenu .menu li:last-child a { background-position: 0 -210px; }

*/
.tanketa label {
	font-weight: normal;
}
.tanketa td  {
	padding: 5px 0;
}
.big_image {
	width: 400px;
}
.kompl_prev.disabled {
	display: none;
}
.middle.noact {
	display: none;
}
.sort_a {
	display: inline-block;
	padding-right: 17px;
}
.allsort {
 	background: url(/inc/jquery.tablesorter/themes/blue/ascdesc.jpg) right 8px no-repeat;
}
.sort_asc {
 	background: url(/inc/jquery.tablesorter/themes/blue/asc.gif) right 11px no-repeat;
}
.sort_desc {
 	background: url(/inc/jquery.tablesorter/themes/blue/desc.gif) right 11px no-repeat;
}

hr.hr {
    margin: 15px 0;
}
.old_price {
    text-decoration: line-through;
    font-size: 14px;
}
@media (min-width: 992px) {
	.container {
	    width: 1008px;
	}
}
@media (min-width: 1200px){
	.container {
	    width: 1240px;
	}
}
@media (max-width: 1200px){
	.item {
		width: 262px;
	}
}

@media (min-width: 1030px){
	.menubig {
		padding-left: 40px;
	}
	.main_content {
		padding-left: 40px;
	}
}

@media (min-width: 992px) and (max-width: 1029px) {
	.menubig {
		position: relative;
		left: 23px;
	}
	.main_content {
		padding-left: 39px;
	}
	.menu_left p {
		font-size: 14px;
	}
}

@media (min-width: 990px) {
	.logo img {
		width: 134px;
		max-width: none;
	}
}
@media (max-width: 990px) {
	.big_image {
		width: 300px;
	}
	.trtop .tablesorter-header {
		font-size: 14px;
	}
	.prices td {
		font-size: 14px;
	}
	.burger {
		position: relative;
	}
	.tanketa {
		max-width: 100%;
	}
	.item {
		width: 240px;
	}
	.tab {
	    max-height: 363px;
	}
	.burger-a {
		z-index: 33;
		position: relative;
		width: 54px;
		height: 54px;
		display: inline-block;
		background: url(/images/responsive/menu.jpg) 0 0 no-repeat;
		background-size: contain;
	}
	.burger-a.act {
		background: url(/images/responsive/close.jpg) 0 0 no-repeat;
		background-size: contain;
		/*top: -50px;*/
	}
	.header1 .logo img {
		max-width: 100px;
	}
	#cart3 {
		display: none!important;
	}
	.header{
		position: fixed;
		z-index: 100;
		width: 100%;
	}
	.header1 {
		margin-top: 43px;
	}
	.header1 #fmSearch {
		margin-top: 10px;
	}
	.header1 .searchtext {
		width: 96%;
	}
	.header1 .row {
		display: flex;
	}
	.header1 .row &gt; div {
		display: flex;
		position: relative;
		top: -9px;
	}
	.header1 .row &gt; div:first-child {
		top: 0;
	}
	.search_tel768 {
		flex-direction: column;
		justify-content: flex-end;
	}
	.header1 .burger {
		justify-content: flex-end;
		align-items: flex-end;
	}

	.footer_menu a {
		display: block;
		width: 100%;
		text-align: right;
		margin: 7px 0;
	}
}
@media (max-width: 1200px) and (min-width: 991px) {
	.tel1024 {
		font-size: 26px !important;
	}
}
@media (max-width: 767px) {
	.xs-mar-10 {
		display:inline-block;
		margin: 12px 0;
	}
	.kompls .item1,
	.kompls ul,
	.kompls li {
		width: 100%;
	}
	.trprice td {
		border-top: #000 1px solid;
	}
	.small_icons .prev_small {
		    transform: rotate(-90deg);
	    top: 32px;
	    left: -18px;
	}
	.any-class1 {
		left: 9px !important;
	}
	.cart-img {
		padding-left: 0 !important;
		width: 22%;
		min-width: 64px;
	}
	.cart-opis {
		display: none;
	}
	.showopis {
		display: inline-block;
		text-align: center;
		margin-bottom: 10px;
		color: #000 !important;
		text-decoration: none !important;
		border-bottom: #000 1px dashed!important;
	}
	.hideopis {
		display: inline-block;
		text-align: center;
		margin-bottom: 10px;
		color: #000 !important;
		text-decoration: none !important;
		border-bottom: #000 1px dashed!important;
	}
	.cart-col {
		width: 15%;
		max-width: 54px;
	}
	.cart-del {
		width: 10%;
		padding: 7px 0 !important;
		max-width: 29px;
	}
   .small_icons .next_small {
	    transform: rotate(-90deg);
	    top: 32px;
	    right: 10px;
	    left: inherit;
	}
	.btn4.btn7.ord {
		padding: 0;
	}
	.btn4.btn7.ord img {
		max-width: 50px;
		height: 50px;
		widows: 50px;
	}
	.prices-table-wrap {
		width: 100%;
		max-width: 100%;
		max-height: 400px;
		overflow:auto;

	}
	.order-tr-head td.preimtd50:nth-child(3),
	.order-tr-head td.preimtd50:nth-child(4) {
		border-bottom: #ccc 1px solid;
	}
	.order-tr-detail-hr td.preimtd {
		border-bottom: #ccc 1px dashed;
	}
	.filter_content {
		background: none;
	}
	.tab {
		background: #fff;
		padding: 20px;
	}
	.filters_tab_switch_mobile {
		display: block;
		width: 100%;
		text-transform: uppercase;
		font-size: 14px;
		font-weight: 600;
		text-decoration: none!important;
		padding: 5px 10px;
		color: #000!important;
		margin: 10px 0;
	}
	.filters_tab_switch_mobile.act {
		background: #fff;
	}
	.filter_box {
		padding: 15px;
	}
	.filter_content {
		padding: 0;
	}
	.preimtd {
		display: block;
		width: 100%;
		padding: 5px 0;
	}
	.phone100 {
		display: block;
		width: 100%;
		padding: 5px 0;
	}
	.preimtd50 {
		display: block;
		width: 48%;
		float: left;
		padding: 5px 0;
	}
	.phone50 {
		display: block;
		width: 48%;
		float: left;
		padding: 5px 0;
	}
	.item {
		width: 100%;
		margin-bottom: 10px;
	}
	.cartForm {
		max-width: 100%;
	}
	.cartForm textarea {
	    width: 265px;
	}
	.header1 .row &gt; div {
		top: 0;
		display: block;
	}
	.copyright {
		text-align: left;
	}
	.header1 .row {
		display: block;
	}
	.useremail {
		line-height: 24px;
		font-size: 9px;
	}
	.header1 .phone img {
		max-width: 50px;
	}
	.header1 .logo img {
		max-width: 77px;
	}
}
@media (max-width: 400px) {
	.owlslides .owl-nav {
		top: 20%;
	}
}
</pre></body></html>