:root {
  --primary-color: #f26241;
  --primary-light-color: rgba(242, 98, 65, 0.8);
  --secondary-color: #252526;
  --third-color: #313131;
  --background-color: #fefefe;
  --warning-color: #ed1818;
}

.header__menu-button,
.catalog-button,
.mobile-menu,
.header__search-button-show {
  display: none;
}

.footer__menu {
  margin-top: 28px;
}

.--mobile {
  display: none;
}

/* CTALOG ITEM BEGIN */
.catalog-item__recommend {
  position: absolute;
  top: -10px;
  left: -45px;
}

.catalog-item__recommend.project {
    left: -78px;
    top: 6px;
}

.catalog-item__recommend.stop {
    left: -61px;
    top: 1px;
}

.catalog-item__recommend.archive {
    left: -61px;
    top: 1px;
}

.catalog-item__compare-button {
  display: none;
}
/* CTALOG ITEM END */

/* MODAL COOKIE BEGIN */
.modal-cookie {
  position: fixed;
  bottom: 20px;
  left: 50%;
  max-width: 954px;
  width: 100%;
  display: none;
  align-items: center;
  justify-content: space-between;
  column-gap: 30px;
  padding: 25px;
  border-radius: 12px;
  background-color: var(--third-color);
  transform: translateX(-50%);
  z-index: 1000;
  box-sizing: border-box;
}

.modal-cookie__text {
  max-width: 574px;
  width: 100%;
  font-size: 14px;
  line-height: 130%;
  color: var(--background-color);
}

.modal-cookie__text > a {
  color: var(--primary-color);
  transition: 0.3s color ease-in-out;
}

.modal-cookie__text > a:hover {
    color: var(--background-color);
    text-decoration: none;
}

.modal-cookie__button {
  max-width: 270px;
  width: 100%;
  height: 50px;
  padding: 8px 20px;
  background-color: var(--primary-color);
  border: none;
  border-radius: 8px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 110%;
  color: var(--background-color);
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.3s background-color ease-in-out;
}

.modal-cookie__button:hover {
  background-color: var(--primary-light-color);
}
/* MODAL COOKIE END */

* {
    margin: 0;
    padding: 0;
    outline: none
}

html, body {
    height: 100%;
	
}

html {
    font-size: 100.01%;
}

body {
    color: #000;
    font-size: 12px;
    font-family: Arial;
    background:  url("../images/body-fon.png") repeat-y;

    background-position:top;
    height: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a, a:visited {
    color: #888;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: black;
}

a:focus {
    outline: none;
}

:focus, :active {
    outline: 0;
}

img {
    border: 0;
}

form {
    margin: 0;
    padding: 0;
}

ol, ul {
    list-style: none;
}

.clr {
    content: ".";
    display: block;
    float: none;
    clear: both;
    height: 0;
    overflow: hidden;
}

a.button {
    background: url("../images/button-l.png") no-repeat left top;
    text-decoration: none;
    display: inline-block;
    margin: 0 8px 0 0;
    cursor: pointer;
    color: #fefdd5;
    height: 30px;
}

a.button span {
    background: url("../images/button-r.png") no-repeat right top;
    text-decoration: none;
    display: inline-block;
    line-height: 18px;
    padding: 6px 14px;
    color: #fefdd5;
    height: 18px;
}

a.button:hover span {
    color: #fff;
}

input.button {
    background: url("../images/login-btn.png") no-repeat left top;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    color: #fefdd5;
    height: 30px;
    width: 72px;
    border: 0px;
}

#wrapper {
    background: url("../images/bg-wrap.jpg") no-repeat 50% 0;
    min-height: 100%;
}

#wrap {
    position: relative;
    height: 100%;
    margin: 0 auto;
    width: 954px;
}

#header {
    height: 200px;
    width: 954px;
    position: relative;
	margin-top:-334px;
}

#header a.logo {
    background: url("../images/logo.png") no-repeat 0 0;
    position: absolute;
    display: block;
    height: 105px;
    width: 294px;
    top: 15px;
    left: 40px;
}

#header div.phone-box {
    background: url("../images/head-phone.png") no-repeat 0 0;
    padding: 62px 0 0 0;
    position: absolute;
    font-size: 11px;
    font-weight: 700;
    display: block;
    color: #fff;
    height: 32px;
    left: 390px;
    top: 40px;
}

#header div.phone-box a {
    color: #ff5a00;
}

#header .auth {
    position: absolute;
    text-align: right;
    color: #ff5a00;
    right: 0px;
    padding-right: 377px;
    top: 146px;
}

#header .auth a {
    color: rgb(0, 184, 255);
    font-weight: 700;
    display: inline-block;
    font-size: 11px;
    margin: 0 8px;
}

#conteiner .menu-top {
    
    position: absolute;
    margin-top: -39px;
    width: 954px;
    height: 38px;
  border-radius: 10px 0px 0px 10px;
}

#conteiner .menu-top .wrap {
    float: left;
    width: 762px;
	
}

#conteiner .menu-top li {
    float: left;
    height: 38px;
    
}

#conteiner .menu-top li a {
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    color: #7980b1;
    height: 38px;
	background:#f6f6f6;
	border-left:1px solid #a7a7a7;
	
}

#conteiner .menu-top li.first a {border-radius: 5px 0 0 5px;}
#conteiner .menu-top li.last a {border-radius: 0 5px 5px 0;}
#conteiner .menu-top li a span {
    padding-top:10px;
	padding-left:19px;
	padding-right:19px;
    display: inline-block;
    line-height: 20px;
    height: 20px;
	color:#727272;
	font-size:11px;
	border-radius: 10px 0px 0px 10px;
}

#conteiner .menu-top ul.soc li a {background:none !important; border:none !important}
#conteiner .menu-top ul.soc li {background:none}
#conteiner .menu-top ul.soc {
    float:right;
    margin-top:3px;
}

#conteiner .menu-top li.act a,
#conteiner .menu-top li a:hover {
    background: url("../images/menuli.png") repeat-x;
    color: #727272;
	height:38px;
	text-shadow:1px 1px #fff;
}

#conteiner .menu-top div.cart {
    background: #f8f8f8;
    border-radius: 5px;
    color: #727272;
    float: left;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 191px;
}

#conteiner .menu-top div.cart:hover{
    background: #e4e4e4;
    cursor: pointer;
}

#conteiner .menu-top div.cart div {
    display: block;
    height: 34px;
    padding: 4px 0 0 6px;
}

#conteiner .menu-top div.cart a {
    padding: 0;
    background: url("../img/cart.png") no-repeat;
    display: inline-block;
    text-decoration: none;
    width: 110px;
    height: 17px;
}

#conteiner .menu-top div.cart b {
    text-transform: uppercase;
    color: #fefdd5;
}

#conteiner .menu-top #authbox {
    position: absolute;
    background: #211846;
    padding: 1px 1px;
    height: 102px;
    width: 220px;
    display: none;
    z-index: 5;
    right: 0px;
    top: 46px;
}

#conteiner .menu-top #authbox .wrap {
    background: #fff;
    padding: 10px 15px 5px 15px;
    height: 87px;
    width: 190px;
}

#conteiner .menu-top #authbox .wrap div {
    line-height: 22px;
}

#conteiner .menu-top #authbox .wrap div span {
    font-weight: 700;
    font-size: 14px;
}

#conteiner .menu-top #authbox a.cart-order {
    background: url("../images/cart-order.png") no-repeat 0 0;
    margin: 5px auto 0 auto;
    text-decoration: none;
    text-align: center;
    line-height: 18px;
    font-size: 14px;
    padding: 6px 0px;
    cursor: pointer;
    display: block;
    height: 18px;
    width: 150px;
    border: 0px;
    color: #fff;
}

#conteiner {
    width: 954px;
    min-height: 500px;
    position: relative;
    padding: 37px 0 0 0;
    z-index: 20;
}

#conteiner .content-top {
    background: url("../images/content-top.png") no-repeat 0 0;
    overflow: hidden;
    width: 954px;
    height: 10px;
	margin-top:2px;
}

#conteiner .content-middle {
    background: url("../images/content-bg.png") repeat-y 0 0;
    min-height: 500px;
    width: 954px;
	margin-top:-10px;
}

#conteiner .content-bottom {
   
    overflow: hidden;
    width: 954px;
    height: 0px;
}

#conteiner .left-side {
    float: left;
    width: 228px;
    padding: 10px 0 0 0;
}

#conteiner .middle-side {
    float: left;
    width: 516px;
    padding: 10px 0;
}

#conteiner .right-side {
    float: left;
    width: 190px;
    padding: 10px 0 0 20px;
}

#conteiner h1 {
    text-transform: uppercase;
    padding: 0 0 0 1px;
    margin: 0 0 6px 0px;
    font-family: Arial;
    font-weight: 400;
    font-size: 18px;
    color: #13131d;
}

#conteiner .left-side .search {
    padding: 0 0 20px 20px;
}

#conteiner .left-side .search .inp {
    background: url("../images/search-inp.png") no-repeat left top;
    padding:0 12px 2px 12px;
    margin: 0 0 5px 0px;
    font-size: 11px;
    color: #626269;
    width: 189px;
    height: 22px;
    border: 0px;
}

#conteiner .left-side .search .btn {
    background: url("../images/search-btn.png") no-repeat left top;
    display: inline-block;
    margin: 5px 0 0 0;
    cursor: pointer;
    width: 100px;
    height: 30px;
    border: 0px;
}

#result.left-side__search {
    -webkit-box-shadow: 0 0 10px 2px #ddd;
    -moz-box-shadow: 0 0 10px 2px #ddd;
    box-shadow: 0 0 10px 2px #ddd;
    border: 1px solid #a5a4a4;
    position: absolute;
    background: #fff;
    text-align: left;
    font-weight: bold;
    max-width: 400px;
    min-width: 200px;
    display: none;
    z-index: 1000;
}

#result.left-side__search .sw {
    padding: 5px;
    color: #626269;
}

#conteiner .left-side .category {
    background: url("../images/category-bg.png") repeat-y 0 0;
    margin: 0 0 20px 0px;
}

#conteiner .left-side .category .top {
    background: url("../images/category-top.png") no-repeat left top;
}

#conteiner .left-side .category .bottom {
    background: url("../images/category-bottom.png") no-repeat left bottom;
    padding: 50px 0 35px 0px;
    min-height: 500px;
}

#conteiner .left-side .category li {
    width: 200px;
}

#conteiner .left-side .category li a {
    background: url("../images/category-sep.png") no-repeat left bottom;
    padding: 0 0 2px 0;
    text-decoration: none;
    display: block;
    color: black;
}

#conteiner .left-side .category li a span {
    padding: 7px 12px 9px 20px;
    display: block;
    width: 180px;
}

#conteiner .left-side .category li a.act span,
#conteiner .left-side .category li a:hover span {
    text-decoration: underline;
    background: #fff;
}

#conteiner .left-side .category li li {
    margin-left: 20px;
    width: 180px;
}

#conteiner .left-side .category li li a {
    background: url("../images/category-sep.png") no-repeat -20px bottom;
}

#conteiner .left-side .category li li a span {
    padding-left: 10px;
    width: 170px;
}

#conteiner .left-side .category li li li {
    width: 160px;
}

#conteiner .left-side .category li li li a {
    background: url("../images/category-sep.png") no-repeat -40px bottom;
}

#conteiner .left-side .category li li li a span {
    padding-left: 10px;
    width: 150px;
}

#conteiner .left-side .articles {
    padding: 0 0 20px 20px;
    width: 180px;
}

#conteiner .left-side .articles li {
    background: url("../images/articles-li.png") no-repeat 0 7px;
    padding: 0 0 12px 10px;
    width: 185px;
}

#conteiner .left-side .articles li a {
    color: #ff5d04;
}

#conteiner .left-side .articles .all {
    text-align: right;
}

#conteiner .left-side .articles .all a {
    font-size: 11px;
    color: #7F7F7F;
}

#conteiner .middle-side #breadcrumb {
    font-size: 11px;
    color: #626269;
    font-weight: 700;
    padding: 0 0 10px 0px;
    line-height: 16px;
    float: left;
    width: 100%;
}

#conteiner .middle-side #breadcrumb ul {
    margin: 0;
    padding: 0;
}

#conteiner .middle-side #breadcrumb ul li {
    float: left;
}

#conteiner .middle-side #breadcrumb ul li:last-child {
    float: none;
}

#conteiner .middle-side #breadcrumb a {
    color: #626269;
    font-weight: 400;
    border-right: 1px solid;
}

#conteiner .middle-side #breadcrumb ul li:last-child a {
    cursor: default;
    border-right: none;
}

#conteiner .middle-side #breadcrumb span {
    display: inline-block;
    padding: 0 7px;
}

#conteiner .middle-side #breadcrumb span.last-bradcramp {
    display: inline;
    color: #626269;
    font-weight: 400;
    padding: 0;
}

#conteiner .middle-side .banner {
    margin-bottom: 15px;
    overflow: hidden;
    height: 160px;
    width: 516px;
}

#conteiner .middle-side .cat-list {
    padding: 0 0 15px 0;
}

#conteiner .middle-side .cat-list p,
#conteiner .middle-side .brend-list p {
    padding: 0 0 5px 0px;
    display: block;
    font-size: 11px;
    color: #626269;
}

#conteiner .middle-side .cat-list li {
    float: left;
    width: 258px;
    line-height: 16px;
    padding: 2px 0 2px 0;
    background: url("../images/cat-list-li.png") no-repeat 0 8px;
}

#conteiner .middle-side .cat-list li a {
    padding: 0 0 0 10px;
    text-decoration: none;
    color: black;
}

#conteiner .middle-side .cat-list li a:hover {
    text-decoration: underline;
}

#conteiner .middle-side .brend-list {
    padding: 0 0 5px 0;
}

#conteiner .middle-side .brend-list .block {
    _background: url("../images/brend-list-bg.png") repeat-x 0 0;
    _height: 42px;
}

#conteiner .middle-side .brend-list .block div {
    _background: url("../images/brend-list-left.png") no-repeat left top;
    _height: 42px;
}

#conteiner .middle-side .brend-list .block div div {
    _background: url("../images/brend-list-right.png") no-repeat right top;
    padding: 8px 0px;
    line-height: 16px;
    min-height: 18px;
}

#conteiner .middle-side .brend-list label {
    font-size: 12px;
    text-decoration: none;
    display: inline-block;
    margin: 0 12px 4px 0;
    color: black;
    height: 14px;
}

#conteiner .middle-side .brend-list label:hover {
    text-decoration: underline;
}

#conteiner .middle-side .brend-list label input {
    _display: none;
    height: 13px;
    width: 13px;
    color: #E2E2E2;
    font-size: 9px;
    margin: 0 5px 0 0;
}

#conteiner .middle-side .brend-list label input[type=checkbox] {
    float: left;
    display: block;
}

#conteiner .middle-side .brend-list label span {
    display: block;
    line-height: 14px;
    padding: 1px 0px;
    cursor: pointer;
    height: 14px;
}

#conteiner .middle-side .brend-list label input[type=checkbox] + span {
    float: left;
}

#conteiner .middle-side .brend-list label.act span {
    font-weight: 700;
}

#conteiner .middle-side .catalog .item {
    border-radius: 10px;
    padding: 10px 0px 10px 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    border: 1px solid #a5a5a5;
    margin-bottom: 13px;
    height: 136px;
    overflow: hidden;
}

#conteiner .middle-side .catalog .item .img {
    float: left;
    width: 150px;
    min-height: 110px;
    overflow: hidden;
    padding: 1px 10px;
    text-align: center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    border: 1px solid #a5a5a5;
}

#conteiner .middle-side .catalog .item .img img {
    max-width: 150px;
    height: 110px;
}

#conteiner .middle-side .catalog .item .desc {
    padding: 0 0 0 12px;
    float: left;
    width: 310px;
}

#conteiner .middle-side .catalog .item .title {
    padding-bottom: 12px;
}

#conteiner .middle-side .catalog .item .title a {
    color: #7980b1;
    font-size: 14px;
    font-weight: 700;
    text-decoration: underline;
}

#conteiner .middle-side .catalog .item .title a:hover {
    text-decoration: none;
}

#conteiner .middle-side .catalog .item .text {
    color: #000;
    font-size: 12px;
    line-height: 14px;
    padding: 0 15px 0 0;
    width: 165px;
    float: left;
}

#conteiner .middle-side .catalog .item .right {
    float: left;
    width: 130px;
    height: 110px;
    font-size: 11px;
    color: #626269;
}

#conteiner .middle-side .catalog .item .right p.pad {
    padding-bottom: 4px;
}

#conteiner .middle-side .catalog .item .price {
    padding: 0 0 5px 0px;
    font-weight: 700;
    font-size: 23px;
    color: black;
}

#conteiner .middle-side .catalog .item .price.replace_button {
    font-size: 150%;
}

#conteiner .middle-side .catalog .item .price span {
    font-size: 11px;
}

#conteiner .middle-side .catalog .item .link {
}

#conteiner .middle-side .catalog .item .link a {
    margin: 0 7px 0 0;
    display: inline-block;
    cursor: pointer;
    height: 28px;
    width: 28px;
}

#conteiner .middle-side .catalog .item .link a.info {
    background: url("../images/icon-i.png") no-repeat 0 0;
}

#conteiner .middle-side .catalog .item .link a.cart {
    background: url("../images/icon-cart.png") no-repeat 0 0;
}

#conteiner .middle-side .catalog .item .art {
    color: #626269;
    font-weight: 700;
    margin: -12px 0 0 1px;
    font-size: 11px;
    float: left;
}

#conteiner .middle-side .page-nav {
    border-radius: 10px;
    margin: 5px 0 5px 0px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    border: 1px solid #a5a5a5;
    font-weight: 700;
    padding: 3px 20px;
    font-size: 14px;
    color: black;
    height: 26px;
}

#conteiner .middle-side .page-nav span {
    display: inline-block;
    font-weight: 400;
    font-size: 12px;
    color: #626269;
    width: 80px;
}

#conteiner .middle-side .page-nav a {
    text-decoration: underline;
    display: inline-block;
    text-align: center;
    font-weight: 700;
    color: black;
    font-size: 14px;
    padding: 5px 5px;
    height: 16px;
    width: 16px;
}

#conteiner .middle-side .page-nav a:hover,
#conteiner .middle-side .page-nav a.act {
    color: #626269;
    text-decoration: none;
    background: url("../images/page-nav-act.png") no-repeat 0 0;
}

#conteiner .middle-side .desc-home {
    color: #000013;
    line-height: 18px;
    font-size: 12px;
	margin-top:5px;
}

#conteiner .middle-side .desc-home p {
    padding: 0 0 15px 0px;
}

#conteiner .middle-side .desc-home ul {
    margin: 3px 0px 3px 10px;
}

#conteiner .middle-side .desc-home li {
    background: url("../images/desc-li.png") no-repeat 0 9px;
    padding: 1px 0 1px 7px;
    line-height: 18px;
}

#conteiner .middle-side .desc-home li a {
    text-decoration: underline;
    color: #000013;
}

#conteiner .middle-side .desc-home li a:hover {
    text-decoration: none;
}

#conteiner .block-home {
    background: url("../images/kor.png");
    margin: 0;
    height: 190px;
    width: 954px;
}

#conteiner .block-home .left {
    width: 954px;
    height: 200px;
}

#conteiner .block-home .right {
    padding: 18px 0 0 0;
    height: 210px;
    width: 954px;
}

#conteiner .block-home .item {
    float: left;
    width: 148px;
    margin: 0 5px;
}

#conteiner .block-home .item .img {
    margin: 0 auto;
    text-align: center;
    height: 120px;
}

#conteiner .block-home .item .img img {
    height: 100px;
}

#conteiner .block-home .item .desc {
    padding: 0px 10px;
}

#conteiner .block-home .item .title {
    padding-bottom: 6px;
    line-height: 18px;
    text-align: center;
}

#conteiner .block-home .item a {
    color: #7980b1;
    font-size: 11px;
    font-weight: 700;
    text-decoration: underline;
}

#conteiner .block-home .item .text {
    color: #fefdd5;
    font-size: 12px;
    line-height: 14px;
    padding: 0 0 6px 0;
}

#conteiner .block-home .item .price {
    padding: 0 10px 0 1px;
    height: 28px;
    font-weight: 700;
    font-size: 17px;
    color: #fff;

    text-align: center;
}

#conteiner .block-home .item .price span {
    font-size: 11px;
}

#conteiner .block-home .item .link {
    float: left;
}

#conteiner .block-home .item .link a {
    margin: 0 7px 0 0;
    display: inline-block;
    cursor: pointer;
    height: 28px;
    width: 28px;
}

#conteiner .block-home .item .link a.info {
    background: url("../images/icon-i.png") no-repeat 0 0;
}

#conteiner .block-home .item .link a.cart {
    background: url("../images/icon-cart.png") no-repeat 0 0;
}

#conteiner .block-home a.more {
    display: inline-block;
    padding: 10px 0 0px 0px;
    margin-bottom: 20px;
    height: 20px;
    float: right;
}

#product {
    padding: 20px 0px;
}

#product h1 {
    display: block;
    padding: 0 0 0 0;
    margin-bottom: 15px;
    font-family: Arial;
    font-size: 18px;
    font-weight: 700;
    color: black;
}

#product .img {
    float: left;
    width: 270px;
}

#product .img .pic {
    width: 249px;
    height: 170px;
    text-align: center;
    padding: 11px 10px;
    margin: 0 0 13px 0px;
    background: url("../images/product-img.png") no-repeat 0 0;
}

#product .img .pic img {
    max-width: 249px;
    height: 170px
}

#product .img .thumbs {
}

#product .img .thumbs div.item {
    background: url("../images/product-thumb.png") no-repeat 0 0;
    display: block;
    margin: 0 14px 10px 0;
    overflow: hidden;
    padding: 4px 3px;
    width: 120px;
    height: 77px;
    float: left;
}

#product .img .thumbs div.item.last {
    margin-right: 0px;
}

#product .img .thumbs div.item img {
    max-width: 120px;
    margin: 0 auto;
    height: 76px;
}

#product > a > img {
    max-height: 50px;
    max-width: 70px;
}

#product .desc {
    float: left;
    width: 230px;
    padding: 0 0 0 15px;
}

#product .desc .info {
    /*height:198px;*/
    height: auto;
    width: 230px;
    overflow: hidden;
}

#product .desc .info .describe {
    margin: 13px 0;
    display: block;
    color: #626269;
}

#product .desc .btn-box {
}

#product .desc .btn-box .price {
    float: left;
    width: 162px;
    font-size: 11px;
    color: #626269;
}

#product .desc .btn-box .price .pro {
    font-size: 14px;
    font-weight: 700;
    padding: 0 0 5px 0px;
}

#product .desc .btn-box .price .pr {
    font-size: 24px;
    font-weight: 700;
    color: black;
}

#product .desc .btn-box .price .pr span {
    font-size: 11px;
}

#product .desc .btn-box a.cart-add {
    background: url("../images/icon-cart.png") no-repeat 50% 0;
    display: inline-block;
    text-align: center;
    padding: 30px 0 0 0;
    line-height: 16px;
    font-size: 14px;
    font-weight: 700;
    color: #602000;
    height: 16px;
    width: 52px;
}

#product .tabs {
    width: 100%;
    height: 36px;
    display: block;
    margin: 20px 0 0 0;
    background: url("../images/tabs-act-bg.png") repeat-x left 35px;
}

#product .tabs li {
    float: left;
    height: 36px;
    _background: url("../images/tabs-act-bg.png") repeat-x left top;
}

#product .tabs a {
    display: block;
    margin-right: 2px;
    position: relative;
    font-weight: bold;
    font-size: 11px;
    color: #211846;
    height: 36px;
    z-index: 1;
    top: 1px;
    cursor: pointer;
}

#product .tabs a span {
    display: inline-block;
    height: 36px;
}

#product .tabs a span span {
    display: inline-block;
    line-height: 20px;
    padding: 8px 12px;
    height: 19px;
}

#product .tabs a.selected {
    background: url("../images/tabs-act-bg.png") repeat-x left top;
    text-decoration: none;
    z-index: 3;
}

#product .tabs a.selected span {
    background: url("../images/tabs-act-left.png") no-repeat left top;
}

#product .tabs a.selected span span {
    background: url("../images/tabs-act-right.png") no-repeat right top;
}

#product .page {
    display: block;
    padding: 10px 0px;
    margin-bottom: 10px;
    z-index: 2;
}

#shipping-cart,
#customer,
#orderplaced {
    padding: 15px 0px;
}

#shipping-cart table {
    border: 1px solid #9C9FA8;
    margin-bottom: 12px;
    width: 100%;
}

#shipping-cart td, #shipping-cart th {
    vertical-align: middle;
    border: 1px solid #9C9FA8;
    text-align: center;
}

#shipping-cart th {
    padding: 7px 5px;
    font-weight: 700;
    background: #C6CAD7;
}

#shipping-cart td {
    padding: 7px 8px;
}

#shipping-cart td.img {
    width: 50px;
}

#shipping-cart td.name {
    text-align: left;
    width: 240px;
}

#shipping-cart td.col {
    width: 50px;
}

#shipping-cart td.col input {
    border: 1px solid #ccc;
    text-align: center;
    padding: 2px 5px;
    color: #333;
    width: 40px;
}

#shipping-cart td.price {
    font-size: 13px;
    font-weight: 700;
    color: #282828;
    width: 100px;
}

#shipping-cart td.price span {
    font-size: 11px;
    display: block;
}

#shipping-cart td.remove {
    width: 30px;
}

#shipping-cart .sel {
    border: 1px solid #ccc;
    height: 22px;
    width: 100px;
}

#customer table {
    margin-bottom: 12px;
}

#customer td,
#customer th {
    vertical-align: middle;
    padding: 5px 0px;
    text-align: left;
}

#customer th {
    width: 150px;
    font-weight: 700;
    vertical-align: top;
    color: #444;
}

#customer th span {
    color: #B51525;
}

#customer td .inp {
    border: 1px solid #D7D7D7;
    line-height: 16px;
    padding: 3px 7px;
    width: 300px;
}

#customer .inp:focus {
    border: 1px solid #bbb;
}

#orderplaced table {
    border: 1px solid #9C9FA8;
    margin-bottom: 12px;
    width: 100%;
}

#orderplaced td, #orderplaced th {
    vertical-align: middle;
    border: 1px solid #9C9FA8;
    text-align: left;
}

#orderplaced th {
    padding: 7px 5px;
    font-weight: 700;
}

#orderplaced td {
    padding: 7px 8px;
}

#orderplaced table.info {
    width: 360px;
    text-align: left;
}

#orderplaced table.info th,
#orderplaced table.info td {
    vertical-align: top;
    width: 120px;
}

#conteiner .right-side .new {
    padding: 0 0 30px 0px;
}

#conteiner .right-side .new .item {
    padding: 0 0 15px 0;
    width: 172px;
}

#conteiner .right-side .new .item .img {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    border: 1px solid #a5a5a5;
    margin-bottom: 4px;
    text-align: center;
    padding: 10px 10px;
    height: 92px;
    width: 150px;
}

#conteiner .right-side .new .item .img img {
    max-width: 150px;
    height: 92px;
}

#conteiner .right-side .new .item .title a {
    text-decoration: underline;
    font-weight: 700;
    text-align: center;
    font-size: 14px;
    color: black;
}

#conteiner .right-side .brends .item {
    width: 160px;
    min-height: 43px;
    overflow: hidden;
    background: #dbdbdb;
    border: 1px solid #d5d5d5;
    text-align: center;
    margin-bottom: 13px;
}

#conteiner .right-side .brends .item img {
    width: 160px;
    max-height: 43px;
}

#reguser {
    padding: 15px 0px;
}

#reguser td,
#reguser th {
    vertical-align: top;
    text-align: left;
    padding: 5px 0px;
}

#reguser th {
    width: 190px;
    font-weight: 700;
    vertical-align: middle;
}

#reguser th span {
    color: #A00E20;
}

#reguser .inp {
    border: 1px solid #D7D7D7;
    line-height: 16px;
    padding: 3px 7px;
    width: 300px;
}

#reguser .inp:focus {
    border: 1px solid #bbb;
}

#reguser .captcha {
    position: relative;
    height: 50px;
}

#reguser .captcha img {
    position: absolute;
    border: 1px solid #D7D7D7;
    top: 0px;
    left: 0px;
}

#reguser .captcha .inp {
    position: absolute;
    left: 180px;
    width: 120px;
    top: 0px;
}

#login {
    width: 300px;
    margin: 0 auto;
    padding: 15px 0px;
}

#login td, #login th {
    vertical-align: middle;
    padding: 7px 0px;
    text-align: left;
}

#login th {
    width: 100px;
    font-weight: 700;
}

#login .inp {
    border: 1px solid #D7D7D7;
    line-height: 16px;
    padding: 3px 7px;
    margin-right: 2px;
    width: 200px;
}

#login .inp:focus {
    border: 1px solid #bbb;
}

#login td.btns {
    text-align: right;
}

#pageslist, #pages {
    padding: 15px 0px;
}

#pageslist .item {
    border-bottom: 1px solid #ddd;
    padding: 10px 0px;
}

#pageslist .item .img {
    float: left;
    margin: 0 10px 10px 0px;
}

#pageslist .item h2 {
    font-size: 15px;
    font-weight: 400;
    padding: 0 0 10px 0px;
    line-height: 18px;
}

#pageslist .item h2 a {
    text-decoration: underline;
    color: #000000;
}

#pageslist .item h2 a:hover {
    text-decoration: none;
}

#pageslist .item h2 span {
    float: right;
    color: #000000;
    font-size: 12px;
    display: inline-block;
}

#pageslist .item a.more {
    float: right;
    display: inline-block;
    margin: 15px 0 0px 0;
    color: #0e0e0e;
}

#pageslist .item .text,
#pages .text {
    padding: 0 0 15px 0px;
    line-height: 16px;
    color: #3C3C3C;
}

#pages .all-page {
    border-top: 1px solid #ddd;
    line-height: 16px;
    padding: 7px 0px;
    height: 14px;
}

#pages .all-page span {
    color: #333;
    float: left;
}

#pages .all-page a {
    float: right;
}

/*filtr*/
#filter-box {
}

#filter-box .price {
    font-size: 11px;
}

#filter-box .price p,
#filter-box .brends p {
    display: block;
    font-size: 12px;
    line-height: 16px;
    padding: 6px 0 3px 0px;
    font-weight: 700;
}

#filter-box .price .inp {
    background: url("../images/filter-price-inp.png") no-repeat 0 0;
    display: inline-block;
    padding: 3px 10px;
    color: #626269;
    font-size: 11px;
    margin: 0 4px;
    height: 20px;
    border: 0px;
    width: 54px;
}

#filter-box .brends .row {
    vertical-align: middle;
    padding: 1px 0px 1px 10px;
    font-size: 11px;
    color: #626269;
}

#filter-box .brends .row .check {
    width: 15px;
    height: 15px;
    margin: 1px 7px 0 0;
}

#filter-box .brends .row label {
    cursor: pointer;
    vertical-align: top;
}

#filter-box .btn {
    padding: 10px 0 0 0;
}

#filter-box .btn input.button {
    background: url("../images/filter-btn.png") no-repeat 0 0;
    margin-right: 15px;
    width: 88px;
}

#filter-box .switcher {
    cursor: pointer;
    padding-bottom: 3px;
}

#filter-box .switcher-icon {
    background: url("../images/switcher.png") no-repeat;
    float: left;
    margin: 4px 5px 0 0;
    display: block;
    height: 8px;
    width: 8px;
}

#filter-box .switcher-on .switcher-icon {
    background-position: -15px 0;
}

#filter-box .switcher-off .switcher-icon {
    background-position: 0px 0;
}

#filter-box .switcher .b-pseudo-link {
    top: -0.1em;
    font-weight: normal;
    white-space: normal;
    border-bottom: 1px dotted black;
    text-decoration: none;
    color: #222;
}

#filter-box .switcher .foptions {
    margin-left: 1.3em;
    list-style: none;
    padding: 0;
}

#footer {
    padding: 12px 5px 0px 5px;
    position: relative;
    width: 945px;
	background: url("../images/footerb.png") no-repeat;
}

#footer a.logo {
    background: url("../images/footer-logo.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 48px;
    width: 184px;
}

#footer .copyright {
    color: #fff;
    font-size: 12px;
    line-height: 19px;
    padding-left: 15px;
    padding-top: 2px;
	margin-top:-2px;
}

#footer .count {
    position: absolute;
    right: -19px;
    top: 1px;
}

#footer .count img {
    float: left;
    margin: 0 20px 0 0;
}

.brand_cat {
    padding: 5px;
    margin-bottom: 10px;
    /*border: 1px solid silver;
    -moz-border-radius: 10px 10px 10px 10px;
    -khtml-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;*/
}

.brand_cat a {
    line-height: 1.5;
}

#p_text {
    color: #626269;
    font-size: 18px;
    padding: 0 0 10px 0;
}

.h {
    text-transform: uppercase;
    padding: 0 0 0 1px;
    margin: 0 0 6px 0px;
    font-family: Arial;
    font-weight: 400;
    font-size: 18px;
    color: #13131d;
	text-align: center;
}

.hitcarouselDiv {
    background: url("../images/block-home-bg.png") repeat-x 0 0;
    margin: 0px;
    height: 250px;
    width: 518px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
}

.hitjCarouselLite ul {
    width: 100%;
    padding: 0px;
    margin: 0px;

}

.hitjCarouselLite ul li {
    padding: 11px;
    margin: 0px;
}

li.itemm {
    border-radius: 10px;
    padding: 10px 11px 10px 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;

    margin-bottom: 13px;

    width: 150px;
}

li.itemm .img {
    float: left;
    width: 130px;
    min-height: 110px;
    overflow: hidden;
    padding: 1px 10px;
    text-align: center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    border: 1px solid #a5a5a5;
    background: #fff;
}

li.itemm .img img {
    max-width: 130px;
    height: 110px;
}

li.itemm .desc {
    padding: 0 0 0 12px;
    float: left;

}

li.itemm .title {
    padding-bottom: 12px;
    height: 14px;
}

li.itemm .title a {
    color: #7980b1;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
}

li.itemm .title a:hover {
    text-decoration: none;
}

li.itemm .text {
    color: #000;
    font-size: 11px;
    line-height: 14px;
    padding: 0 15px 0 0;
    color: #FEFDD5;
    float: left;
}

li.itemm .price {
    padding: 0 0 5px 0px;
    font-weight: 700;
    font-size: 20px;
    color: #FEFDD5;
}

li.itemm .price span {
    font-size: 11px;
}

li.itemm .link {
}

li.itemm .link a {
    margin: 0 7px 0 0;
    display: inline-block;
    cursor: pointer;

}

.hitjCarouselLite ul li.itemm .link a.info {
    background: url("../images/icon-i.png") no-repeat 0 0;
    height: 28px;
    width: 28px;
}

li.itemm .link a.cart {
    background: url("../images/icon-cart.png") no-repeat 0 0;
    height: 28px;
    width: 28px;
}

#tab_desc  ul {
    list-style-type: disc;
    margin-left: 40px;
}

#last-news {
    overflow: auto;
    width: 100%;
}

#last-news > div {
    display: block;
    font-size: 11px;
    margin-right: 10px;
    /*overflow: auto;*/
    width: 244px;
    height: 78px;
    float: left;
}

#last-news img.image {
    float: left;
    width: 80px;
    margin-right: 6px;
}

.news-page__list-item {
    width: 100%;
    overflow: auto;
    margin-bottom: 15px;
}

.news-page__list-item .image {
    float: left;
    width: 80px;
    margin-right: 6px;
}

.menu-level-0 {
    font-weight: 600;
/*    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);*/
}

.category {
    position: relative;
}

.category .bottom-brands {
    position: absolute;
    top: 21px;
    left: 104px;
}

.category .bottom-brands a {
    text-transform: uppercase;
    text-transform: uppercase;
    padding: 0 0 0 1px;
    margin: 0 0 6px 0;
    font-family: Arial;
    font-weight: 400;
    font-size: 18px;
    color: #13131d;
}

#header .auth a {
    background: #5C6085;
    padding: 5px 10px;
    border-radius: 9px;
    color: #fff;
}

#top_contacts {
   right:0;
}

#top_contacts, #auth_form {
    position: absolute;
    top: 0px;
}

#top_watsapp {
    background: url("../image/top_watsapp.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    color: #c0c0c0;
    height:26px;
    padding: 0px 0 0px 32px;
    line-height:30px;
    float:right;
    font-size:17px;
    margin-top:10px;
    margin-right:10px;
}

#top_watsapp a {
    color: #c0c0c0;
    font-size:17px;
}

#top_max {
    background: url("../image/top_max.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    color: #c0c0c0;
    height:26px;
    padding: 0px 0 0px 32px;
    line-height:30px;
    float:right;
    font-size:17px;
    margin-top:10px;
    margin-right:10px;
}

#top_max a {
    color: #c0c0c0;
    font-size:17px;
}

#top_phone {
    background: url("../image/top_phone.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    color: #c0c0c0;
    height:26px;
    padding: 0px 0 0px 32px;
	line-height:30px;
	float:right;
	font-size:17px;
	margin-top:10px;
	margin-right:10px;
}
#top_phone a {
    color: #c0c0c0;
    font-size:17px;
}
#top_addr {  
    color: #ffffff;
    height:26px;
    padding: 0px 0 0px 31px;
	float:right;
	font-size:15px;
	margin-top:15px;
	margin-right:10px;
	width:370px;
}
#top_timework {  
    color: #ffffff;
    height:26px;
    padding: 0px 0 0px 12px;	
	float:right;
	font-size:20px;
	margin-top:25px;
	font-weight: 600;
}
#dayswork{
	color: #ffffff;
    height:26px;
    padding: 0px 0 0px 12px;
	
	float:right;
	font-size:15px;
	margin-top:30px;
	margin-right:10px;
}
.top-left-contacts {
   
    float: left;
    position: relative;
	margin-left:1px;
	margin-top:-1px;
}

#top_email, #top_email a {
    color: #fff;
}

#top_email {
 
    color: #c0c0c0;
    height:26px;
    padding: 0px 0 0px 32px;
	line-height:30px;
	float:right;
	font-size:17px;
	margin-top:10px;
    background: url("../image/top_email.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    margin-right:10px;
}

#top_email a {
    text-decoration: none;
	color: #c0c0c0;
}

#top_email, #top_email a , #top_isq a{
    color: #c0c0c0 !important;
}

#callback_submit {
    background: transparent;
    padding: 10px 18px;
    float:right;
	margin-top:150px;
    color: #c0c0c0;
	border:1px solid #c0c0c0;
    height: auto;
	font-size:14px;
	margin-right:0px;
    text-transform: uppercase;
}

#top_isq {
    background: url("../image/icq_protocol.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    color: #c0c0c0;
    height:26px;
    padding: 0px 0 0px 32px;
	line-height:30px;
	float:right;
	font-size:17px;
	margin-top:10px;
}

.active-link {
    background: #5938BE;
    border-radius: 3px;
    box-shadow: 1px 1px 8px #000000 inset;
    color: #FFFFFF !important;
}

.active-link:hover {
    background: #fff !important;
    color: #5938BE !important;
}

.comment-table td {
    padding-bottom: 10px;
}

.review_date {
    border-top: 1px solid #DBDBDB;
    color: black;
    padding: 3px 0;
}

.review_author {
    font-weight: 600;
    float: right;
    clear: both;
}

.clear {
    clear: both;
}

.right-block {
    padding-bottom: 10px;
}

.brand-pic {
    max-height: 60px;
    max-width: 60px;
}

.brandlist-pic {
    max-height: 100px;
    max-width: 100px;
}

#conteiner .middle-side .cat-list li a.listin-brand {
    padding: 0 !important;
}

#footer .copy {
    color: #fff;
    width:150px;
	float:right;
	margin-right:120px;
	line-height:20px;
    font-size: 11px;
}

.news-section {
    margin-bottom: 20px;
}

#conteiner .left-side .news-left {
    padding: 0 0 20px 20px;
    width: 180px;
}

#conteiner .left-side .news-left li p {
    padding-left: 5px;
}

.news-left .all {
    margin-left: 105px;
}

#conteiner .middle-side .brand-listing li {
    background: none !important;
}

#conteiner .middle-side .brand-listing li {
    padding: 16px 0;
    width: 182px !important;
}

#conteiner .left-side .category .top {
    background: url("../images/category-bottom.png") no-repeat left bottom !important;
    padding-bottom: 40px;
}

#conteiner .left-side .category .bottom {
    background: url("../images/category-top.png") no-repeat left top !important;
    min-height: 150px !important;
    padding: 50px 0 0 !important;
}

#conteiner .left-side .views {
    padding: 5px 14px;
}

#conteiner .left-side .views > p {
    font-size: 16px;
}

#conteiner .left-side .views .views-page {
    display: table;
    float: left;
    border-bottom: 1px solid #eee;
    width: 95%;
}

#conteiner .left-side .views .views-page:nth-child(2) {
    border-top: 1px solid #eee;
    margin-top: 5px;
}

#conteiner .left-side .views .views-page .image {
    float: left;
    width: 75px;
    overflow: hidden;
    margin-right: 7px;
}

#conteiner .left-side .views .views-page .image {
    max-width: 100%;
}

#conteiner .left-side .views .views-page > a {
    display: table-cell;
    vertical-align: middle;
}

.right-side .news-right {
    width: 178px;
}

.middle-side #last-news .all {
    float: right;
}

.menu-top .active-linkss span.discountss {
    padding: 0 !important;
}

.menu-top .active-linkss img {
    /*background: url("../image/cooltext1474827549.gif") no-repeat 0 0;
    width: 78px;
    height: 38px;*/
    margin-top: -1px;
    margin-left: -2px;
}

.category-img {
    width: 516px;
    max-height: 400px;
    overflow: hidden;
    text-align: center;
}

.category-img img {
    max-width: 100%;
    max-height: 100%;
}

.product-detail-info .color_blue {
    color: #5C92FC;
}

.product-detail-info .orange {
    color: #EC6A24;
}

.product-detail-info .orange-price {
    background: #EC6A24;
    border-radius: 0 3px 3px 0;
    color: #FFFFFF;
    font-style: normal;
    font-size: 18px;
    font-weight: 600;
    line-height: 31px;
    padding: 6px 10px;
}

.product-detail-info .orange-price.project_equipment {
    font-size: 90%;
}

.product-detail-info .tiangle {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 16.5px 16px 16.5px 0;
    border-color: transparent #ec6a24 transparent transparent;
    float: left;
}

.product-detail-info a.cart-add:hover {
    text-decoration: none;
}

.product-detail-info a.cart-add:hover span {
    box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.4);
    color: #FEFDD5;
}

.product-detail-info .cart-add span {
    background: #EC6A24;
    border-radius: 5px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    color: #FFFFFF;
    display: block;
    font-size: 18px;
    line-height: 18px;
    margin-top: 10px;
    padding: 5px 6px;
    position: relative;
    text-align: center;
    width: 177px;
}

.product-detail-info .button-add-prod {
    float: left;
    margin-right: 6px;
}

.product-detail-info .chk {
        margin-top: 16px;
    margin-left: 34px;
}

.product-detail-info #sc_1866 {
    float: right;
}

.product-detail-info a {
    color: #0e0e0e;
}

#baner {
    width: 869px;
    height: 583px;
    background: url("../img/bg_popup.png") 0 0 no-repeat;
    position: fixed;
    top: -600px;
    left: 50%;
    margin-left: -435px;
    z-index: 99999;
}

.cont_ban {
    width: 869px;
    height: 583px;
    position: relative;
}

#close_popup {
    display: block;
    width: 30px;
    height: 30px;
    background: url("../img/close.png") 0 no-repeat;
    position: absolute;
    top: 72px;
    right: 6px;
}

.bt_popup {
    display: block;
    width: 243px;
    height: 45px;
    background: url("../img/bg_btn.png") 0 no-repeat;
    position: absolute;
    bottom: 20px;
    left: 500px;
}
iframe {
    display: block;
    position: relative;
    z-index: 10;
}
#header #top_email a, #header #top_isq a {
    color: #fff;
}
.index-slider {
    margin-left: 80px;
    width: 50px !important;
    height: 50px !important;
    position: absolute;
}
#conteiner .center-block {
    margin: -50px 0px 20px;
    width: 100%;
}
#footer #bottom_contacts {
    width: 200px;
    float: left;
	margin-left:90px;
}
#footer #callback_submit_bottom {
    background: transparent;
    
    color: #fff;
	border:1px solid #fff;
    font-size: 10px;
    height: auto;
    padding: 5px 9px;
    text-transform: uppercase;
}
#footer a {
    color: #fff;
    font-size: 12px;
}
#footer #bottom_email {
    font-size: 12px;
    line-height: 20px;
    padding-left: 0px;
    color: #fff;
}
#footer #bottom_isq {
    color: #fff;
    line-height: 20px;
    margin-top: 2px;
    padding-left: 0px;
}
#footer .menu-bottom-center {
    width: 110px;
    float: left;
	margin-left:30px;
}
#footer .menu-bottom-center ul {
    padding-left: 10px;
}
#footer .menu-bottom-center ul li {
    color: #fff;
    padding: 2px;
}
#footer .menu-bottom-right {
    width: 230px;
    float: left;
}
#footer .menu-bottom-right ul {
    padding-left: 40px;
}
#footer .menu-bottom-right ul li {
    color: #fff;
    padding: 2px;
}
#footer .bottom-last-contacts {
    width: 254px;
    float: left;
    position: relative;
}
#footer #bottom_phone {
    font-size: 13px;
    padding: 5px 5px 5px 0px;
    color: #fff;
}
#footer .footer__socials {
    position: relative;
    float: left;
	margin-left: 145px;
	margin-top: -5px;
}
#footer .footer__socials-list {
    display: flex;
}
#footer .footer__socials-item {
    margin-right: 10px;
}
#footer .footer__socials-item:last-child {
    margin-right: 0;
}
#footer .footer__socials-icon {
    width: 28px;
    height: 28px;
    display: block;
    transition: opacity 0.3s ease-in-out;
}
#footer .footer__socials-icon.--vk {
    background: url("../redesign/icons/vk.svg") no-repeat center;
    background-size: cover;
}
#footer .footer__socials-icon.--tg {
    background: url("../redesign/icons/tg.svg") no-repeat center;
    background-size: cover;
}
#footer .footer__socials-icon:hover {
    opacity: 0.9;
}

.error {
    color: #FF0000;
}
.error-404 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 16px;
}
.brand_cat table {
    width: 100%;
    margin: 0;
    padding: 0;
}
.brand_cat table td, .brand_cat table th {
    text-align: left;
}
.brand_cat table td {
    vertical-align: top;
    width:30%;
}
.middle .about-block {
    width: 100%;
    margin-bottom: 30px;
}
.dop-css.desc-home img {
    margin:0 10px 10px 0;
}
.filter-brand {
    border-bottom: 1px solid silver;
    padding: 10px 0;
}
.catalog-sort {
    padding-top: 5px;
    float: right;
}
#products > img {
    margin-left:141px;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 10;
}
#products .item .desc {
    position: relative;
}
#products .item .desc > img {
    height: 50px;
    left: -42px;
    position: absolute;
    top: -14px;
    width: 50px;
}
#products .item span.link > div {
    float: right;
}
.desc-home .desc img {
    margin:0 10px 10px 0;
}
.middle .comp {
    text-align: left;
}
.middle .comp th {
    text-align: center;
}
.middle .comp th:first-child, .middle .comp th:nth-child(2) {
    text-align: left;
}
.middle .comp th:last-child {
    width:32px;
}
.middle .comp td {
    border-bottom: 1px solid grey;
}

.middle .comp td.center {
    text-align: center;
}

.middle .dop_comp td {
    border-bottom: none;
}

.middle .comp th {
    background: #eeeeee;
    padding: 5px 0;
    font-weight: bold;
}

.comp-button {
    padding: 5px; float: right;
}

.middle.comtact > div {
    width: 100%;
    margin-bottom: 30px;
}
.middle.comtact > div {
    width: 100%;
    margin-bottom: 30px;
}
.middle.comtact .desc-cont {
    margin-bottom: 10px;
}

.middle.comtact table {
    width: 100%;
    padding: 5px;
}
.middle.comtact table tr {
    vertical-align: top
}
.middle.comtact table td {
    float: left;
}
.middle.comtact table tr td:first-child {
    width: 110px;
}
.middle.comtact table tr td:last-child {
    width: 130px;
}
.middle.comtact table tr td img, .middle.comtact table tr td span {
    visibility: hidden;
}
.middle.comtact table tr:last-child td img, .middle.comtact table tr:last-child td span {
    visibility: visible;
}
.middle.comtact table tr td font {
    color: #F00;
}
.middle.comtact table input#first_name, .middle.comtact table input#email {
    width: 250px;
}
.middle.comtact table textarea {
    width: 250px;
}
.carouselDiv .jCarouselLite ul li > div {
    margin: 2px;
    text-align: center;
}
.carouselDiv .jCarouselLite ul li div img {
    width: 130px;
    height: 130px;
}
.carouselDiv .jCarouselLite ul li div span {
    font-size: 12px;
    color: #900;
    font-weight: bold;
}
.shadeDiv .slide > div {
    margin: 2px;
    text-align: center;
}
.shadeDiv .slide img {
    width: 130px;
    height: 130px;
}
.shadeDiv .slide span {
    font-size: 12px;
    color: #900;
    font-weight: bold;
}
#orderplaced .order-1 tr td {
    float: right;
}
#orderplaced .order-1 tr td:first-child {
    color: #777;
    font-size: 14px;
    font-weight: bold;
    float: none;
}
#orderplaced .order-2 tr.bold {
    font-weight: bold;
}
#orderplaced .order-2 td.width-1 {
    text-align: center;
    width: 1px;
}
#orderplaced .order-2 td.width-2 {
    text-align: center;
    width: 100px;
}
#orderplaced .order-2 td.width-3 {
    text-align: right;
    width: 100px;
}
.payment {
    width: 100%;
    margin-bottom: 30px;
}
.payment .payform {
    width: 100%;
}
.payment .payform table {
    width: 100%;
}
.payment .payform .top {
    vertical-align: top;
}
.payment .payform table .width-150 {
    width: 150px
}
.payment .payform #idto, .payment .payform table input[name=sbrf_fio], .payment .payform table input[name=sbrf_adress] {
    width:130px;
    border: 1px inset #555;
}
.payment .payform table .center {
    text-align: center;
}

.payment .payform table .background {
    background:#f1f5fa;
}

.price-list {
    width: 100%;
    margin-bottom: 30px;
}
.price-list table {
    width: 100%;
}
.price-list table tr td:first-child {
    width: 30px;
}
#poll-results .bar-container {
    float: left;
}
#poll-results .bar-container div {
    background-color: rgb(253, 83, 0);
    float: left;
}
#poll p {
    text-align: left;
    margin-left: 10%;
}
.tags > div {
    width: 100%;
    margin-bottom: 30px;
}
.tags > div > div {
    text-align: right;
}
.tags > div > p {
    text-align: right;
}
.tags div table {
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.tags div table td {
    vertical-align: top;
    text-align: center
}
.shop-cart-div-1 {
    padding: 10px;
    color:red;
    font-weight:bold;
    font-size:15px;
}
.shop-cart-div-2 {
    font-size:12px;
}
#tab_related table {
    width: 100%;
}
#tab_related table tr {
    text-align: justify;
    vertical-align: top;
}
#tab_related table tr td {
    text-align:center;
}
.write-1 textarea {
    width: 99%;
}
.write-1 input[type=radio] {
    margin: 0;
}
#products .pic img.dop-img {
    padding-left:160px;
    width: 50px;
    height: 50px;
    position: absolute;
}
#products .pic img.dop-img.project {
    padding-left: 153px;
    width: auto;
    height: auto;
}
#products .pic img.dop-img.stop {
    padding-left: 159px;
    width: auto;
    height: auto;
}
#product .desc table.product-detail-info td.top {
    vertical-align: top
}
#product .compare-but {
    /*line-height: 31px;*/
    position: relative;
    /*float: right;*/
}
#product .compare-but .btn-i-fm {
	    position: absolute;
    right: 200px;
    top: 14px;
}
.chae-g{
	position:absolute;
	left: 10px;
    top: 20px;
}

.new-chak-btn{
	display: inline-block;
    /* padding: 12px 35px; */
    /* background-color: #EC6A24; */
    color: #1B1A1A;
    width: 50%;
}
.new-chak-btn:hover{
	cursor:pointer;
}

#product table td.social {
    padding-top:5px;
}
.q-thing {
    font-size:12px;
    font-family:Arial;
    float: right;
	margin-top: -33px;
}

#product .tabs li .q-thing {
    margin: -1px 0 0 0;
    background: #EC6A24;
    border-radius: 5px;
    padding: 4px 10px;
    height: auto;
}


#product table td.social > div {
    padding-top:5px;
}
#product table td.social > div > div {
    float:right;
    font-size: 10px;
    text-align: right;
}
.top.social .dop-but {
    padding-top:5px;
}
.top.social .dop-but > div:first-child {
    float:right;
    font-size: 10px;
    text-align: right;
}

.middle-side .brand_cat table th > p.img > img {
    max-width: 105px;
    max-height: 50px;
}
#product > a.product-detail-bottom-img img {
    max-width: 70px;
    max-height: 50px;
    float: right;
}

.right-side .news-left #last-news li.news-section {
    margin: 4px 1px;
    border-bottom: 1px dashed gray;
    padding-bottom: 7px;
    border-radius: 8px;
}

.right-side .news-left #last-news li.news-section img.image {
    max-width: 60px;
    float: left;
    display: block;
}

.right-side .news-left #last-news li.news-section a {
    margin-left: 66px;
    display: block;
}

.right-side .news-left #last-news li.news-section p {
    margin-left: 66px;
    display: block;
    font-size: 11px;
}

.brand_cat table th > div {
    width: 78%;
    float: left;
}

#tab_review, #tab_review #read, #tab_review #read .div_review, #tab_review #read .div_review > div {
    position: relative;
}
#tab_review #read .heading {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
#tab_review #read .div_review > div {
    background: #f7f7f7;
    border: 2px solid #ededed;
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 10px;
}
#tab_review #read .div_review > div p:first-child {
    font-weight: bold;
    margin-bottom: 8px;
}
#tab_review #read .buttons {
    text-align: right;
}
#tab_review #read .buttons a, #tab_review #write .buttons a {
    text-decoration: none;
    display: inline-block;
}
#tab_review #read .buttons a span, #tab_review #write .buttons a span {
    background: #ec6a24;
    border-radius: 5px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    color: #fff;
    display: block;
    font-size: 18px;
    line-height: 18px;
    margin-top: 10px;
    padding: 5px 6px;
    position: relative;
    text-align: center;
    width: 177px;
}
#tab_review #read .buttons a:hover span, #tab_review #write .buttons a:hover span {
    box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.4);
    color: #FEFDD5;
    cursor: pointer;
}
#tab_review #write .write_div {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
#tab_review #write .div_review_write {
    background: #f7f7f7;
    border: 2px solid #ededed;
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 5px;
}
#tab_review #write #results {
    margin-bottom: 10px;
}
#tab_review #write .div_review_write form .left {
    float: left;
    padding-left: 7px;
    width: 275px;
}
#tab_review #write .div_review_write form .right {
    margin-left: 260px;
    width: 246px;
}
#tab_review #write .div_review_write form div.row {
    margin-bottom: 10px;
}
#tab_review #write .div_review_write form div.row > label {
    display: block;
    line-height: 20px;
    width: 100%;
}
#tab_review #write .div_review_write form .left div.row:last-child > label {
    width: 90px;
    float: left;
}
#tab_review #write .div_review_write form div.row img {
    float: left;
}
#tab_review #write .div_review_write form div.row input[type=text] {
    background: #e7e8e8;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 4px 8px;
    width: 200px;
}
#tab_review #write .div_review_write form div.row textarea {
    background: #e7e8e8;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 4px 8px;
    width: 240px;
}
#tab_review #write .div_review_write form div.row input#captcha {
    margin-left: 5px;
    padding: 10px 3px;
    width: 88px;
}
#tab_review #write .div_review_write form div.row > div {
    float: left;
    margin-right: 9px;
}
#tab_review .stars_container {
    background: #dadada none repeat scroll 0 0 / 100% 100%;
    height: 30px;
    margin: 0;
    position: absolute;
    right: 0;
    top: 1px;
    width: 68px;
}
#tab_review .stars_bg {
    background: rgba(0, 0, 0, 0) url("/css/css_artcomplex/img/stars.png") no-repeat scroll center center;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 101;
}
#tab_review .stars_progres {
    background: #ffad00;
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
}

#zayavka {
    background: #f7f7f7;
    border: 2px solid #ededed;
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 5px;
    position: relative;
}
#zayavka form .left {
    float: left;
    padding-left: 7px;
    width: 223px;
}
#zayavka form .right {
    margin-left: 238px;
    width: 260px;
}
#zayavka form div.row {
    margin-bottom: 10px;
}
#zayavka form div.row > label {
    display: block;
    line-height: 20px;
    width: 100%;
}
#zayavka form .left div.row:last-child > label {
    width: 90px;
    float: left;
}
#zayavka form div.row img {
    float: left;
}
#zayavka form div.row input[type=text] {
    background: #e7e8e8;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 4px 8px;
    width: 200px;
}
#zayavka form div.row textarea {
    background: #e7e8e8;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 4px 8px;
    width: 240px;
}
#zayavka form div.row input#captcha1 {
    margin-left: 5px;
    padding: 10px 3px;
    width: 88px;
}
#zayavka form input[type=submit] {
    background: #ec6a24;
    border-radius: 5px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    color: #fff;
    display: block;
    font-size: 18px;
    line-height: 18px;
    margin-top: 10px;
    padding: 5px 6px;
    position: relative;
    text-align: center;
    width: 177px;
    border: none;
    float: right;
}
#zayavka form input[type=submit]:hover {
    box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.4);
    color: #FEFDD5;
    cursor: pointer;
}
.title-heading {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
.social {
    position: relative;
}
.social #ya_share1 {
    position: absolute;
    right: -2px;
}

#products .dop-but .stars_container {
    background: #dadada none repeat scroll 0 0 / 100% 100%;
    height: 30px;
    margin: 0;
    position: absolute;
    left: 0;
    top: 5px;
    width: 100px;
}
#products .dop-but .stars_bg {
    background: rgba(0, 0, 0, 0) url("/css/css_artcomplex/img/stars1.png") no-repeat scroll center center;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 101;
}
#products .dop-but .stars_progres {
    background: #ffad00;
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
}
#products .dop-but p.count_rating {
    font-size: 14px;
    font-weight: bold;
    left: 104px;
    position: absolute;
    top: 11px;
}

#conteiner .middle-side.dop-class, #conteiner .middle-side, .right-side {
    margin-top: -6px !important;
    padding-top: 0 !important;
}

#conteiner .right-side.dop-class {
    margin-top: -6px;
    padding-top: 0;
}

.fon-header {width:100%; height:334px;  background-position:top;  position:relative; }



.nashi_prei img {
    vertical-align: top;
    margin-right: 18px;
    margin-bottom: 10px;
}
.pprei {
    font-size: 20px;
    margin-bottom: 5px;
}
.imgfl {
    float: left;
    margin-right: 10px;
}
.nstat ul li {
    background: url('/images/1/12.png') no-repeat;
    background-position: 0px 3px;
    padding-left: 40px;
    margin-bottom: 10px;
    height: 30px;
}
.nstat {
    padding: 20px 20px;
    border: 3px solid #f57142;
    border-radius: 5px;
    margin-bottom: 30px;
    margin-top: 25px;
    
}
.nstat p {
    text-align: center;
    margin-bottom: 20px;
    font-size: 18px;
}
.shema {
    text-align: center;
}
#conteiner .middle-side .cat-list p {
    font-size: 18px;
}
#conteiner .content-middle .left-side .ssReviews {
    padding: 0 0 20px 20px;
    width: 180px;
}
#conteiner .content-middle .left-side .ssReviews .ssReview {
    color: #ff5d04;
    margin: 8px 0;
    padding-bottom: 8px;
    border-bottom: solid 1px #A7A7A7;
}
#conteiner .content-middle .left-side .ssReviews .ssReview:last-child {
    border-bottom: 0;
}
#conteiner .content-middle .left-side .ssReviews .ssReview a {
    color: #ff5d04;
}
#conteiner .content-middle .left-side .ssReviews .ssReview p {
    color: #444444;
}

.dt-color{
	color:#ec6a24;
}

.know-price{
	font-size:12px;
	font-family:Arial;
}
.imgA {
    height: 169px;
}
.tablestydonr {
    border-collapse: collapse;
}

.tablestydonr tbody tr td {
    border:  1px solid black;
    width: 24%;
    text-align: center;
}
.tablestydonr tbody tr td img {
    height: 100px;
}
.tablestydonr tbody tr td.chetverty {
    padding-top: 12px;
}
.tablestydonr tbody tr td.pyatiy {
    padding-top: 12px;
}
.IMGmidi {
    float: left;
    padding: 5px 15px 0px 0px;
}
.aljust p {
    text-align: justify
}
.imgfloatleft {
    float: left;
}
.IMGstudmonit {
    height: 164px;
}
.IMGstudmonit1 {
    height: 105px;
}
.IMGstudmonit2 {
    height: 115px;
}
.imgZvukObr {
    height: 107px;
}
.tablestydonrA {
    border-collapse: collapse;
}

.tablestydonrA tbody tr td {
    border:  1px solid black;
    width: 32%;
    text-align: center;
}
.tablestydonrA tbody tr td img {
    height: 100px;
}
.tablestydonrA tbody tr td.chetverty {
    padding-top: 12px;
}
.tablestydonrA tbody tr td.pyatiy {
    padding-top: 12px;
}
.imgzvukktart {
    float: left;
    height: 180px;
}
.divjust {
    text-align: justify;
}
.svetoborTable {
    width:100%;
    border-collapse: collapse;          
}
.svetoborTable tbody tr td img {
    height: 170px;
}
.svetoborTable tbody tr td {
    width: 49%;
    text-align: center;
    border:  1px solid black;
}

.imgXX {
    height: 108px;
}

.news-list ul{
    list-style: disc;
    padding-left: 30px;
}

.brand_cat .brand-description {
    overflow: hidden;
    margin-bottom: 20px;
    width: 100%;
    display: none;
    font-weight: normal;
}

.brand_cat .more {
    cursor: pointer;
    display: block;
    margin: 0 30px 6px 0;
    text-align: right;
    color: #a9a9a9;
    text-decoration: underline;
}

#custinfo_form .buttons .button{
    float: left;
}

#custinfo_form .buttons small{
    float: left;
    width: 200px;
}

#products .item {
    position: relative;
}

#products .item .discontinued {
    position: absolute;
    color: #F00;
    -moz-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    transform: rotate(-20deg);
    font-size: 15px;
    font-weight: 600;
    left: 5px;
    top: 20px;
}

#product #products {
    position: relative;
}

#products > .img > .discontinued {
    position: absolute;
    color: #F00;
    -moz-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    transform: rotate(-20deg);
    font-size: 17px;
    font-weight: 600;
    left: 0px;
    top: 14px;
}

.news-page__content ul {
    list-style: disc;
    margin-left: 15px;
}

.blog-page__content ul {
    margin-left: 15px;
    margin-top: 20px;
    list-style: disc;
}

.blog-page__content ul li {
    margin-bottom: 10px;
}

.news-page__wrap a {
    color: #EC6A24;
}

.blog-page__content a {
    color: #EC6A24;
}