html,
body,
form,
.buttons input,
.listview select,
.limit select,
.sort select {
  margin: 0;
  padding: 0;
}
* {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
body {
  margin: 0;
  padding: 0;
  text-align: center;
  background-color: #fff;
  color: #333333;
  /* var text-color */
  min-width: 1100px;
}
body,
td,
th,
input,
textarea,
select,
a {
  font-size: 12px;
}
form {
  display: inline;
}
select {
  padding: 5px 10px;
  border: 1px solid #f1f1f1;
  /* var grey-light */
}
input,
textarea {
  padding: 8px 15px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #cacaca;
  /* var gray-dark */
  /*margin-top:10px;*/
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  line-height:120%;
}
input:focus,
select:focus,
textarea:focus {
  border: 1px solid #4c81d9;
  /* var base */
  outline: none;
}
.a_decor,
.a_decor a,
.a_decor a:visited,
.a_decor:hover,
.a_decor a:hover {
  color: #2b68cc;
  /* var base-dark */
  border-bottom: 1px dashed;
  text-decoration: none;
  cursor: pointer;
}
a,
a:visited {
  color: #333333;
  /* var text-color */
  text-decoration: underline;
  cursor: pointer;
  line-height:120%;
}
a:hover {
  text-decoration: underline;
  color: #4c81d9;
  /* var base */
}
a img {
  border: none;
}
h1,h2,h3,h4,h5 {
    padding:0;
    margin:0 0 15px;
    line-height:120%;
}
h1 {
    font-size:20px;
}
h2 {
    font-size:18px;
}
h3 {
    font-size:16px;
}
h4 {
    font-size:14px;
}
p {
  margin-top: 0px;
  line-height:120%;
}
html.notOverflow,
html.notOverflow body {
  overflow: hidden !important;
}
/* layout */
#container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  position: relative;
  left: 0;
}
#header {
  padding-bottom: 0;
  background-color: #ffffff;
  /* var header-color */
}
#header.min-width {
  padding-left:0 !important;
  padding-right:0 !important;
}
#header .min-width {
  background-color: #ffffff;
  /* var header-center-color */
}
#header .header-top.min-width {
  background-color: #ffffff;
  /* var header-center-top-color */
}
.header-top,
.header-center,
.header-bottom,
.content-container {
  margin: 0 auto;
}
.header-top {
  padding-top: 12px;
  padding-bottom: 12px;
  min-height: 40px;
}
.header-top .box {
  /* float: left; */
}
.header-top .login {
  /* float: right; */
}
.header-center .feedback {
  /* float: right; */
}
.header-center {
/*   padding-top: 40px;
height: 135px; */
  text-align: right;
}
.header-center .logo {
  height: 135px;
  float: left;
  display: table;
}
.header-elements > div {
    font-size:0;
}
.header-elements > div > div {
    display:inline-block;
    vertical-align:middle;
    float:none;
    font-size:12px;
}
#header .logo a {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
#header .logo {
  /*     float:left;
padding-top:0px;
padding-left:0px;
width:20%;
max-width:200px; */
}
#header .logo img {
  max-height: 135px;
}
/* .header-center .logo,.header-center .box {
    float:none !important;
    display: inline-block;
    vertical-align: middle;
}
.header-center .logo:before,.header-center .box:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
} */
.header-bottom-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: #4c81d9;
  /* var base */
}
.header-top-container {
  min-height: 40px;
  background: #ffffff;
  /* var header-top-bg */
  border-bottom: 1px solid #f1f1f1;
  /* var header-top-border */
}
.header-bottom-container {
  position: relative;
}
#column_right,
#column_left {
  float: right;
  width: 0px;
}
#column_left {
  float: left;
}
#content {
  margin: 0 0 0;
  padding-bottom: 15px;
}
/*#content .top .left,#content .top .right, #content .bottom .left, #content .bottom .right,#content .bottom .center {display:none;}*/
#content .top .left {
  /*background:url('../image/content_top_left.png') no-repeat;*/
  width: 5px;
  height: 0px;
  float: left;
}
#content .top .right {
  /*background:url('../image/content_top_right.png') no-repeat;*/
  width: 5px;
  height: 32px;
  float: right;
}
#content .top .center {
  /*background:url('../image/content_top_center.png') repeat-x;*/
}

.list {
  text-align: center;
}
.content-category-top,.content-top {
  margin-bottom: 15px;
  position: relative;
}
.h1-wrap,.h2-wrap {
    margin-bottom:15px;
    padding-left:35px;
    position: relative;
}
.h1-wrap:after,.h2-wrap:after, .content-category-top:after {
  position: absolute;
  left: 0;
  top: 49%;
  border-top: 1px solid #f1f1f1;
  /* var gray-light */
  height: 1px;
  width: 100%;
  content: ' ';
  z-index:0;
}
.h1-wrap *,.h2-wrap * {
  text-transform: uppercase;
  background: #ffffff;
  /* var content-color */
  padding: 5px 10px;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index:1;
}
.h1-category {
  padding-left:35px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index:1;    
}
.h1-category h1 {
  text-transform: uppercase;
  background: #ffffff;
  /* var content-color */
  padding: 5px 10px;
  margin: 0;
  position: relative;
  z-index:1;
}
#content .middle {
  /*
	border-left:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
	*/
  /* background:#FFFFFF; */
  /*padding: 0px 10px 10px 10px;*/
  min-height: 380px;
}
#content .bottom .left {
  /*background:url('../image/content_bottom_left.png') no-repeat;*/
  width: 5px;
  height: 5px;
  float: left;
}
#content .bottom .right {
  /*background:url('../image/content_bottom_right.png') no-repeat;*/
  width: 5px;
  height: 5px;
  float: right;
}
#content .bottom .center {
  /*background:url('../image/content_bottom_center.png') repeat-x;*/
  height: 5px;
  margin-left: 5px;
  margin-right: 5px;
}
.list-box ul {
  padding: 0 16px;
  margin: 0;
}
.list-box li {
  margin: 0 0 5px;
  color: #4c81d9;
  /* var base */
  font-size: 15px;
}
.list-box a {
  font-size: 14px;
}
.list-box a:hover {
  text-decoration: none;
}
.list-box1 ul {
  margin-left: 0;
}
.list-box1 li {
  margin: 0;
}
.list-box1 a:hover {
  text-decoration: none;
}
.list-box2 ul {
  padding: 0;
}
.list-box2 li {
  list-style: none;
  margin-bottom: 15px;
}
.list-box2 a {
  color: #1a1a1a;
  font-size: 13px;
  font-weight: 700;
  margin: 0 0 10px;
  display: block;
}
.list-box2 a:hover {
  color: #4c81d9;
  /* var base */
}
.list-box2 li span {
  display: block;
}
.list-box2 .shot {
  color: #999999;
  font-size: 10px;
  margin: 0 0 10px;
}
.list-box2 .date {
  display: block;
  color: #1a1a1a;
  font-size: 10px;
  margin: 0 0 1px;
}
.list-box3 ul {
  padding: 0;
  margin: 0;
}
.list-box3 li {
  margin: 0 0 15px;
  padding: 0 0 25px;
  border-bottom: 1px solid #f1f1f1;
  /* var gray-light */
}
.list-box3 a {
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  color: #4c81d9;
  /* var base */
  font-weight: 700;
}
.list-box3 a:hover {
  text-decoration: none;
  color: #000;
}
.list-box3 .date {
  font-size: 12px;
  color: #777;
  display: block;
  margin: 8px 0 15px;
}
.lb-des {
  margin: 3px 0 0;
  font-size: 14px;
  color: #222;
}
.list-content li {
  display: table;
  width:100%;
}
.list-content-left {
  padding-right: 10px;
  margin-bottom: 10px;
  /* width:40%; */
}
.list-content-right {
  /* width:58%; */
}
.list-content-left,
.list-content-right {
  display: table-cell;
  /* display:inline-block; */
  vertical-align: top;
}
.short_description {
  font-size: 10px;
  color: #999999;
  display: block;
  max-height: 90px;
  overflow: hidden;
  margin-bottom: 10px;
}
.news .short_description {
  clear: left;
  padding-top: 10px;
}
.main-list-content .list-box2 li {
  margin-bottom: 0;
}
.main-list-box-good {
  width: 100%;
  float: left;
  margin: 0 0 30px;
  overflow: hidden;
}
.main-list-box-good.slider-type2 {
  padding-top: 25px;
}
#content .middle .main-list-box-good.slider-type2:first-child {
    padding-top:0;
}
.desktop-module {
  display: none;
}
#content_bottom {
  margin-top: 0;
  float: left;
  width: 100%;
}
#content_top {
  width: 100%;
}
#content_top .box {
  margin-bottom: 20px;
}
#content #content_top .middle {
  min-height: auto !important;
}
.column a {
  text-decoration: none;
}
.column .box,
.block .box {
  border: 1px solid #f1f1f1;
  /* var gray-light */
  margin-bottom: 20px;
  text-align: left;
  position: relative;
  /*background: url('../image/box_top.png') repeat-x;*/
}
.column .box {
  background-color: #ffffff;
  /* var box-color */
}
.column .box .toggle {
  display: none;
  background: url(../image/box-arrow.png) no-repeat center center;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 17px;
  right: 17px;
  cursor: pointer;
}
.column .box h2,
.column .box .top,
.block .box h2,
.block .box .top {
  font-size: 14px;
  line-height:16px;
  /* font-weight:bold; */
  /* text-transform:uppercase; */
  /* background :white; */
  color: #333333;
  /* var text-color */
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  padding-top: 16px;
  padding-left: 20px;
}
.column .box .top img,
.block .box .top img {
  float: left;
  margin-right: 5px;
}
#content .column .middle,
#content .block .middle {
  min-height: auto !important;
}
.column .box .middle,
.block .box .middle {
  padding: 20px 20px 0;
  text-align: left;
  margin: 0;
  /* background:url('../image/box_middle.png') repeat-y; */
}
.column .box .bottom,
.block .box .bottom {
  height: 16px;
  /* background:url('../image/box_bottom.png') no-repeat; */
}
.success,
.warning,
.wait {
  padding: 8px 10px;
  padding-left: 30px;
  margin-bottom: 10px;
  font-size: 11px;
  text-align: left;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  box-sizing:border-box;
}
.success:before,
.warning:before,
.wait:before {
  content: ' ';
  font-family: FontAwesome;
  font-size: 16px;
  color: #000;
  left: 10px;
  top: 6px;
  position: absolute;
}
.wait:before {
  content: '\f05a';
  color: #C7C378;
}
.warning:before {
  content: '\f057';
  color: #C28E8E;
}
.success:before {
  content: '\f058';
  color: #A5BD71;
}
.success {
  background: #EFF6DF;
  border: 1px solid #A5BD71;
  color: #748A46;
}
.warning {
  background: #FFF0F0;
  border: 1px solid #C28E8E;
  color: #945656;
}
.wait {
  background: #FBFAEA;
  border: 1px solid #C7C378;
  color: #A8A457;
}
.required {
  color: #FF0000;
  font-weight: bold;
}
.error {
  color: #FF0000;
  display: block;
}

.success.hide,
.warning.hide {
    display:none;
}

.help {
  cursor: pointer;
}
.tooltip {
  border: 1px solid #FDDA5C;
  background: #FBFF95;
  padding: 5px;
  font-size: 11px;
  width: 250px;
}
#preview {
  position: absolute;
  border: 1px solid #CCCCCC;
  background: #1B57A3;
  padding: 5px;
  display: none;
  color: #fff;
  width: 312px;
  z-index: 1000;
}
.clear {
  overflow: hidden;
  width: 100%;
  clear: both;
}
.button-icon-view {
  padding: 3px 10px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  border-radius: 100%;
  background: url(../image/icon-arrow.png) no-repeat center center #4c81d9;
  /* var base */
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.button-icon-view:hover {
  background-color: #d2d2d2;
}
.button-text-dotted {
  color: #ff0000 !important;
  font-size: 16px;
  border-bottom: 1px dotted #ff0000;
  padding-bottom: 1px;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 10px;
}
.button-text-dotted:hover {
  border-bottom: 1px solid #ff0000;
  text-decoration: none;
}
.button-text {
  position: relative;
  color: #4c81d9;
  /* var base */
  font-size: 12px;
  background: url('../image/button-text.png') no-repeat right center;
  padding-right: 10px;
  text-decoration: none;
  line-height: 7px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin: 5px 0;
}
.button-text:after {
  content: '\f105';
  /* fa-angle-right */
  color: #aaa;
  font-size: 12px;
  line-height: 12px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -7px;
  display: block;
  text-align: center;
}
.button-text:hover:after {
  color: #4c81d9;
}
.button-text:hover {
  color: #4c81d9;
  /* var base */
  text-decoration: none;
}
.button-text3 {
  padding: 1px 0;
  padding-right: 15px;
}
.button-text2 {
  position: relative;
  color: #4c81d9;
  /* var base */
  font-size: 14px;
  background: url('../image/button-text-hover.png') no-repeat right center;
  padding-right: 10px;
  text-decoration: none;
  line-height: 7px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin: 5px 0;
}
.button-text2:hover {
  color: #4c81d9;
  /* var base */
  text-decoration: none;
}
.button-text2:after {
  content: '\f105';
  /* fa-angle-right */
  color: #4c81d9;
  /* var base */
  font-size: 12px;
  line-height: 12px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -7px;
  display: block;
  text-align: center;
}
.button-text2:hover:after {
  color: #aaa;
}
.button-text-edit {
  background: url('../image/icon-edit2.png') no-repeat right center;
}
.button-text-edit:hover {
  background: url('../image/icon-edit2-hover.png') no-repeat right center;
}
.button-text-delete {
  background: url('../image/icon-delete2.png') no-repeat right center;
}
.button-text-delete:hover {
  background: url('../image/icon-delete2-hover.png') no-repeat right center;
}
.button-yes,
.button-yes2,
.button-yes3,
.button-no {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.button-yes {
  text-align: left;
  background: #4c81d9;
  /* var base */
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
}
.button-yes span {
  padding: 15px;
  padding-right: 25px;
  margin-right: 15px;
  display: block;
  position: relative;
  /* background: url(../image/icon-yes.png) no-repeat right center; */
}
.button-yes span:after {
  content: '\f00c';
  /* fa-check  */
  color: #fff;
  font-size: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -8px;
  display: block;
  text-align: center;
}
.button-yes:hover {
  background-color: #2b68cc;
  /* var base-dark */
  color: #fff;
  text-decoration: none;
}
.button-yes3 span {
  /* background: url(../image/icon-back.png) no-repeat right center; */
}
.button-yes3 span:after {
  content: '\f104';
  /* fa-angle-left */
  color: #fff;
}
.button-yes2 {
  text-align: left;
  background: #ffb131;
  /* var secondary */
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
}
.button-yes2 span {
  padding: 15px;
  padding-right: 25px;
  margin-right: 15px;
  display: block;
  position: relative;
  /* background: url(../image/icon-yes.png) no-repeat right center; */
}
.button-yes2 span:after {
  content: '\f00c';
  /* fa-check  */
  color: #fff;
  font-size: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -8px;
  display: block;
  text-align: center;
}
.button-yes2:hover {
  background-color: #ffa003;
  /* var secondary-dark */
  color: #fff;
  text-decoration: none;
}
.button-no {
  text-align: left;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  background: #f1f1f1;
  /* var gray-light */
  color: #333333;
  /* var text-color */
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
}
.button-no span {
  padding: 15px;
  padding-right: 25px;
  margin-right: 15px;
  display: block;
  position: relative;
  /* background: url(../image/icon-no.png) no-repeat right center; */
}
.button-no span:after {
  content: '\f00d';
  /* fa-times  */
  color: #6a6363;
  font-size: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -8px;
  display: block;
  text-align: center;
}
.button-no:hover {
  background-color: #efefef;
  color: #333333;
  /* var text-color */
  text-decoration: none;
}
.button i {
  padding-right: 5px;
}
.button {
  padding-left: 17px;
  display: inline-block;
  margin-right: 5px;
  background: #4c81d9;
  /* var base */
  /*background:url('../image/button_left.png') top left no-repeat;*/
  text-decoration: none;
  color: #fff;
  *display: inline;
  *zoom: 1;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  behavior: url('catalog/view/javascript/pie.htc');
  text-align: center;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.button span {
  color: #fff;
  display: block;
  padding: 9px 17px 9px 2px;
  /*background:@base;*/
  /* var base */
  /*background:url('../image/button_right.png') top right no-repeat;*/
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 10px 5px 0;
  -khtml-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  behavior: url('catalog/view/javascript/pie.htc');
}
.button .fa-lg {
  vertical-align: -10%;
}
.button-border-blue {
  margin-right: 0;
  border: 1px solid #f1f1f1;
  /* var gray-light */
  background: #fcfcfc;
  box-sizing: border-box;
}
.compare-icon span {
  /* background: url(../image/compare-icon.png) no-repeat center left; */
  color: #2b68cc;
  /* var base-dark */
  text-transform: uppercase;
}
.addcart-icon span {
  text-align: center;
  /* background: url(../image/addcart-icon.png) no-repeat center left; */
}
.a_add_to_cart {
    border: 1px solid #ffb131;
    /* var secondary */
}
.a_add_to_cart font,.addcart-product font {
    background: #737373;
    color: #fff;
    border:1px solid #fff;
    padding: 4px 5px;
    font-size: 12px;
    line-height: 10px;
    position: absolute;
    top: -10px;
    right: -10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    display:none;
    font-weight:700;
}
.a_add_to_cart.add-yes font,.addcart-product.add-yes  font {
    display:block;
}
.addcart-product font {
    top:-1px;
    right:-1px;
}
.a_add_to_cart.add-yes {
    border: 1px solid #56B55B;
}
.a_add_to_cart.add-yes,.addcart-product.add-yes {
    background:#56B55B;
}
.a_add_to_cart.add-yes:hover {
    border: 1px solid #56B55B !important;
}
.addcart-product.add-yes:hover,.a_add_to_cart.add-yes:hover {
    background:#399d3f !important;
}
.button-border-blue:hover {
  border: 1px solid #ccd7e9;
  background: #f1f6ff !important;
}
.compare-icon.button-border-blue:hover {
  border: 1px solid #f1f1f1;
  background: #fcfcfc !important;
  color: #56B55B;
}
.compare-icon.button-border-blue:hover span {
  color: #4EA922;
}
.button2 {
  background: #ffb131;
  /* var secondary */
}
.button2 span {
  /*background:@secondary;*/
  text-transform: uppercase;
}
.button4 {
  background: #e8e8e8;
}
.button4 span {
  /*background:#d3d2d2;*/
  text-transform: uppercase;
  color: #575757;
}
.button-silver {
  background: #f1f1f1;
  /* var gray-light */
  color: #333;
}
.button-silver span {
  color: #333;
}
.button-not-radiur,
.button-not-radius span {
  border-radius: 0;
}
a.button:hover {
  color: #fff;
  background: #2b68cc;
  /* var base-dark */
  text-decoration: none;
}
a.button:hover span {
  /*background:@base-dark;*/
}
.btnQ:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity = 70);
}
a.button2:hover {
  background: #ffa003;
  /* var secondary-dark */
}
a.button2:hover span {
  /*background:@secondary-dark;*/
}
a.button4:hover {
  background: #c9c9c9;
}
a.button4:hover span {
  /*background:#c9c9c9;*/
}
a.button-silver:hover {
  background: #e8e6e6;
}
.btnQ {
  cursor: pointer;
}
.button-back span {
  background-image: none;
  position: relative;
  padding: 15px;
  margin-right: 0;
  padding-left: 25px;
  margin-left: 15px;
}
.button-back span:after {
  display: none;
}
.button-back span:before {
  content: '\f060';
  /* fa-arrow-left  */
  color: #000;
  font-size: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -8px;
  display: block;
  text-align: center;
}
/*ссылка во весь блок*/
a.a-all {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  z-index: 1;
  filter: alpha(opacity = 0);
}
a.a-all:hover {
  opacity: 0.2;
  filter: alpha(opacity = 20);
}
.buttons {
  border-top: 1px solid #d3d2d2;
  padding-top: 15px;
  margin-top: 25px;
}
.buttons table {
  width: 100%;
  border-collapse: collapse;
}
.buttons table td {
  vertical-align: middle;
}
.content {
  /* background:#F7F7F7; */
  /* border:1px solid #DDDDDD; */
  padding: 10px;
  margin-bottom: 10px;
}
.list_category {
  text-align: center;
  width: 100%;
}
.list_showlist {
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid #f1f1f1;
  /* var gray-light */
}
.list_showlist-good {
  position: relative;
  text-align: left;
  color: #a2a2a2;
  font-size: 14px;
  padding: 15px 0;
  margin: 0;
  border: 1px solid #f1f1f1;
  /* var gray-light */
  border-top: none;
  font-size:0;
  
}
.list_showlist-good-left {
  margin-right: 2%;
}
.list_showlist-good-right {
}
.list_showlist-good-right .good-rating {
  margin-top: 7px;
}
.list_showlist-good-left,
.list_showlist-good-right {
  width: 20%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  position: relative;
  z-index: 1;
  padding:0 5px;
  box-sizing:border-box;
  font-size:12px;
}
.list_showlist-good-right {
  width: 18%;
}
.list_showlist-good-center {
  width: 58%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  position: relative;
  z-index: 1;
  margin-right: 2%;
  font-size:12px;
}
.list_showlist a {
  font-weight: bold;
  font-size: 15px;
  color: #333333;
  /* var text-color */
  text-decoration: none;
  /* text-transform:uppercase; */
}
.list_showlist a:hover {
  text-decoration: none;
  color: #4c81d9;
  /* var base */
}
.list_showlist .good-new,
.list_showlist .good-old,
.list_showlist .good-value {
  padding: 0;
}
.list_showlist-border {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  box-sizing: border-box;
}
.list_showlist-good img,
.list_showlist-border {
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}
.list_showlist-good:hover a img {
  transform: scale(1.08) translateX(5px);
  -webkit-transform: scale(1.08) translateX(5px);
  -moz-transform: scale(1.08) translateX(5px);
  -o-transform: scale(1.08) translateX(5px);
  -ms-transform: scale(1.08) translateX(5px);
  
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.list_showlist .list_showlist-good:hover .list_showlist-border {
  border: 1px solid #f1f1f1;
  /* var gray-light */
  box-shadow: 0 0 2px 2px #f1f1f1;
  /* var gray-light */
}
.list_showlist-good .good-value,
.list_showlist-good .good-value-new {
  height: auto;
  padding: 0;
}
.list_showlist-line {
  /* border-bottom:1px solid #eceaea; */
  width: 100%;
  height: 1px;
  margin: 5px 0;
}
.list_showtable {
  margin: 0 0 5px;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #f3f2f2;
  box-sizing: border-box;
}
.list_showtable .good-ico-new,
.list_showtable .good-ico-top,
.list_showtable .good-ico-spec {
  color: #fff;
  padding: 3px 6px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  font-size: 9px;
  height: auto !important;
  width: auto !important;
  text-transform: uppercase;
  background-image: none;
  position: static;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin: 5px 0 5px 0;
}
.list_showtable .good-ico-new:before,
.list_showtable .good-ico-top:before,
.list_showtable .good-ico-spec:before {
  display: none;
}
.list_showtable .good-ico-new {
  background-color: #40c15e !important;
  /* var new-color !important*/
}
.list_showtable .good-ico-top {
  background-color: #4983d3 !important;
  /* var top-color !important*/
}
.list_showtable .good-ico-spec {
  background-color: #ff434b !important;
  /* var special-color !important*/
}
.list_showtable tr {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.list_showtable tr.even {
  background-color: #f7f7f7;
}
.list_showtable tr:hover {
  background-color: #fafafa;
}
.list_showtable tr.head {
  background-color: #eceaea !important;
}
.list_showtable td {
  /*text-align:left;*/
  vertical-align: top;
  padding: 7px 10px;
  margin: 0;
  vertical-align: middle;
  color: #333333;
  /* var text-color */
  font-size: 12px;
}
.list_showtable tr.head td {
  padding: 15px 10px;
  font-size: 13px;
  color: #555;
  font-weight: 700;
  text-align: center !important;
}
.list_showtable td.list_showtable-name {
  position: relative;
}
.list_showtable td.list_showtable-name a.name {
  color: #4c81d9;
  /* var base */
  text-decoration: none;
  font-size: 13px;
  /* text-transform:uppercase; */
  display: block;
}
.list_showtable td a.list_showtable-name:hover {
  color: #333333;
  /* var text-color */
}
.list_showtable .qr-price-title,
.list_showtable .qr-quantity-title,
.list_showtable .qr-sum-title {
  display: none;
  font-weight: 700;
}
.pageinfo {
  padding: 4px 0 0;
  overflow: auto;
  text-align: left;
  background: #ffffff;
  /* var content-color */
  position: absolute;
  top: 50%;
  margin-top: -19px;
  right: 0;
  z-index: 1;
}
.pageinfo .float-left_f3,
.pageinfo .float-left_f2,
.pageinfo .float-left_f1 {
  float: left;
  padding-left: 10px;
}
.pageinfo b {
  font-weight: 400;
  color: #cacaca;
  /* var gray-dark */
  font-size: 12px;
  text-transform: uppercase;
}
.pageinfo .float-left_f3 b {
  padding-right: 7px;
}
.pageinfo .float-left_f2 b {
  padding-right: 7px;
}
.pageinfo .float-left_f1 b {
  padding-right: 7px;
}
.pageinfo .float-left {
  float: left;
}
.pageinfo select {
  border-radius: 0;
  padding: 5px 5px;
}
.pagination {
  margin: 40px 0 20px;
  text-align: center;
  width: 100%;
  float: left;
  color: #333333;
  /* var text-color */
}
.pagination .links,
.pagination .results {
  padding: 5px 5px 5px 0px;
  text-align: center;
}
/*.pagination .links {float:left;}*/
.pagination .links a,
.pagination .links b,
.pagination .links span {
  font-size: 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  text-decoration: none;
}
.pagination .links span {
  font-size: 14px;
}
.pagination .links a.number,
.pagination .links b {
  border: 2px solid #ffffff;
  /* var bg-color */
  padding: 3px 8px;
  color: #333333;
  /* var text-color */
  background: #ffffff;
  /* var bg-color */
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  border-radius: 20px;
}
.pagination .links b {
  color: #ffb131;
  /* var secondary */
  border: 2px solid #ffb131;
  /* var secondary */
}
.pagination .links a.number:hover {
  color: #ffb131;
  /* var secondary */
}
.pagination .links a.next {
  /*background: url(../image/paginator-next.png) no-repeat;*/
  width: 13px;
  height: 23px;
  margin: 0 8px;
  position: relative;
}
.pagination .links a.next:after,
.pagination .links a.prev:after {
  font-family: FontAwesome;
  text-decoration: :none;
  color: #f6f6f6;
  /* var gray */
  font-size: 36px;
  position: relative;
  line-height:61%;
}
.pagination .links a.next:after {
  content: '\f105';
}
.pagination .links a.prev:after {
  content: '\f104';
}
.pagination .links a.next:after:hover,
.pagination .links a.prev:after:hover {
  color: #cacaca;
  /* var gray-dark */
}
.pagination .links a.next:hover {
  /*background: url(../image/paginator-next-hover.png) no-repeat;*/
}
.pagination .links a.prev {
  /*background: url(../image/paginator-prev.png) no-repeat;*/
  width: 13px;
  height: 23px;
  margin: 0 8px;
}
.pagination .links a.prev:hover {
  /*background: url(../image/paginator-prev-hover.png) no-repeat;*/
}
/*.pagination .results {float:right;}*/
.tabs {
  width: 100%;
  height: 31px;
  margin-bottom: 0px;
}
.tabs a {
  float: left;
  display: block;
  padding: 6px 15px 7px 15px;
  margin-right: 2px;
  border: 1px solid #DDD;
  background: #ffffff url('../image/tab_3.png') repeat-x;
  color: #000;
  font-weight: bold;
  font-size: 13px;
  text-decoration: none;
  z-index: 1;
  position: relative;
  top: 1px;
}
.tabs a.selected {
  background: #ffffff url('../image/tab_3.png') repeat-x;
  border-bottom: 0px;
  padding-bottom: 8px;
  z-index: 3;
}
.tab_page {
  border: 1px solid #DDD;
  background: #FFF;
  padding: 10px;
  display: block;
  z-index: 2;
  margin-bottom: 10px;
}
#footer {
  width: 100%;
  background-color: #ffffff;
  /* var footer-color */
}
#footer .min-width {
  background-color: #ffffff;
  /* var footer-center-color */
}
.footer-container {
  padding-top: 35px;
  /* padding-bottom: 35px; */
}
.footer-contact {
  width: 320px;
}
.footer-contact a {
    text-decoration:none;
    font-size:14px;
}
.footer-contact p i {
    text-align:center;
    width:14px;
    margin-right:3px;
}
.footer-contact a:hover {
    text-decoration:none;
}
.mini-info {
  width: 200px;
  line-height: 14px;
}
.footer-contact .contact-blog {
  width: 48%;
  margin-right: 1%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
.footer-payment {
  max-width: 200px;
  margin-bottom: 30px;
  text-align: right;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
.footer-payment img {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin-right: 20px;
  margin-bottom: 15px;
}
.footer-payment img:last-child {
    margin-right:0;
}
.footer .site-map {
  color: #333333;
  /* var text-color */
  font-size: 14px;
  padding-left: 25px;
  background: url(../image/sitemap.png) no-repeat left center;
}
.footer .site-map:hover {
  text-decoration: none;
  color: #333333;
  /* var text-color */
  opacity: 0.7;
  filter: alpha(opacity = 70);
}
.footer-title {
  font-size: 12px;
  color: #333333;
  /* var text-color */
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 700;
}
.footer p {
    font-size:14px;
}
.menu-bottom {
  padding: 0;
  margin: 0;
  /* margin: 0 30px 10px 0; */
  /*float:left;*/
}
.menu-bottom li {
  padding: 0;
  margin: 0 0 5px;
  font-size: 14px;
  color: #333333;
  /* var text-color */
  list-style: none;
}
.menu-bottom li:before {
  content: '\f111';
  /* fa-cirecle  */
  color: #4c81d9;
  /* var base */
  font-size: 8px;
  margin-right: 8px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.menu-bottom a {
  font-size: 14px;
  text-decoration: none;
  /*text-decoration: underline;*/
}
.menu-bottom a:hover {
  text-decoration: none;
}

a.copyright {
  color: #B4B4B4;
}
#information ul {
  /* margin-top:0px; */
  margin-bottom: 0px;
  margin-left: 8px;
  padding-left: 12px;
  list-style: none;
}
#tooltip {
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
  position: absolute;
  visibility: hidden;
  padding: 3px;
  max-width: 300px;
  z-index: 100;
}
/*.product-number,#cart-top-total {
    color: #B41818;
    font-weight: 700;
}*/
.ajax_loading32 {
  text-align: center;
  background: url('../image/ajax-loader32.gif') center center no-repeat transparent;
  width: 32px;
  height: 32px;
}
.ajax_loading16 {
  text-align: center;
  background: url('../image/ajax-loader16.gif') center center no-repeat transparent;
  width: 16px;
  height: 16px;
}
table.cart {
    margin-top:20px;
}
.cart-info-button-wrap {
  border-collapse: collapse;
}
.cart-info-button-wrap .button-yes,
.cart-info-button-wrap .button-no {
  float: left;
  width: 207px;
}
.cart-info-button-wrap .button-yes {
  float: right;
}
.cart-info-button-wrap .button-yes span,
.cart-info-button-wrap .button-yes2 span {
  padding-top: 16px;
  padding-bottom: 16px;
}
.cart-info-button-wrap .button-yes.chekoutquick-button {
  width: 228px;
}
.cart-back {
  border: 1px solid #cacaca;
  /* gray-dark */
  border-right: none;
}
.cart-clear {
  border: 1px solid #cacaca;
  /* gray-dark */
}
.cart-stock-empty {
    position: absolute;
    top:10px;
    left:10px;
    color:;
    font-size:20px;
    color: #945656;
}
.cart-stock-empty-stars {
    color: #945656;
    font-weight: bold;
}
.cart-info-wrap td {
  border-bottom: 1px solid #f1f1f1;
  /* var gray-light */
  padding: 2px 10px 2px 0;
  position: relative;
}
.cart-info-line {
  width: 5px;
  border-left: 1px solid #f1f1f1;
  /* var gray-light */
  margin-left: 5px;
  right: 0;
  position: absolute;
  height: 52px;
  top: 50%;
  margin-top: -26px;
}
.cart-info-line-mini {
  width: 5px;
  border-left: 1px solid #f1f1f1;
  /* var gray-light */
  margin: -8px 5px 0;
  right: -10px;
  position: absolute;
  height: 16px;
  top: 50%;
}
.cart-info-wrap .cb {
  display: none;
}
.cart-info-wrap {
  border-top: 1px solid #f1f1f1;
  /* var gray-light */
  border-collapse: collapse;
  width: 100%;
}
td.cart-t-quantity-wrap {
  /*border-right: 1px solid #EAEDF6;*/
  width: 108px;
}
.cart-product_remove {
  width: 12px;
  height: 12px;
  display: block;
  cursor: pointer;
  position: relative;
  /* background: url(../image/cart-info-delete.png) no-repeat; */
}
.cart-product_remove:after {
  content: '\f00d';
  /* fa-times  */
  color: #d22300;
  font-size: 16px;
  line-height: 16px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  text-align: center;
}
.cart-product_remove:hover:after {
  color: #b11d00;
}
.cart-product_remove:hover {
  /* background: url(../image/cart-info-delete-hover.png) no-repeat; */
}
.cart-img {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 19%;
  margin-right: 2%;
}
.cart-img img {
  max-width: 75px;
  width: 100%;
  height: auto;
}
.cart-info-block {
  width: 77%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.cart-info-block div {
  color: #a2a2a2;
  font-size: 12px;
  margin-bottom: 3px;
}
.cart-info a {
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
}
.cart-info a:hover {
  text-decoration: none;
}
.cart-t-price {
  font-size: 12px;
  font-weight: 700;
  width: 100px;
}
.cart-t-total {
  font-size: 12px;
  width: 100px;
  color: #4c81d9;
  /* var base */
  font-weight: 700;
}
.cart-total-price {
  font-size: 18px;
}
.cart-price {
  text-align: left;
  margin: 30px 0;
}
.cart-total-price {
  font-size: 16px;
  font-weight: 700;
}
#cart-total-fmt {
  color: #f0454c;
}
.good_description div {
  width: 100%;
  line-height: 16px;
  margin-bottom: 12px;
  margin-top: 10px;
  display: block;
  font-size: 12px;
}
.good_description table,
.good_description td {
  border: 1px solid #EEE;
  margin: 0px;
  padding: 3px;
  line-height: 12px;
}
.good_description td div {
  margin: 0px;
  line-height: 14px;
}
.good_description div {
  text-align: justify;
  padding-bottom: 10px;
}
.good {
  float: left;
  margin: 12px 5px 0px;
  width: 160px;
  max-width: 250px;
  height: 360px;
  /* min-width:160px !important; */
  position: relative;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.good-showcase {
  border-left: 1px solid #f1f1f1;
  /* var gray-light */
  border-top: 1px solid #f1f1f1;
  /* var gray-light */
}
.good-list-wrap .good {
  margin: 0;
  padding: 12px 5px 0px;
  border: 1px solid #f1f1f1;
  /* var gray-light */
  border-left: none;
  border-top: none;
  padding: 10px 2% !important;
  width: 25% !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* .good-list-wrap .good:nth-child(5n) {
    border-left:1px solid @gray-light;
} */
.good-border {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.good:hover a img {
  transform: scale(1.08);
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  -ms-transform: scale(1.08);
  
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  
  /*     -webkit-filter: saturate(170%);
-moz-filter: saturate(170%);
-ms-filter: saturate(170%);
-o-filter: saturate(170%);
filter: saturate(170%); */
  /*     background-color:@gray-very-light; */
}
.good-list-wrap .good:hover .good-border {
  border: 1px solid #f1f1f1;
  /* var gray-light */
  box-shadow: 0 0 2px 2px #f1f1f1;
  /* var gray-light */
  /*     background-color:@gray-very-light; */
}
/* .good:hover {
    transition:All 0.5s ease;
    -webkit-transition:All 0.5s ease;
    -moz-transition:All 0.5s ease;
    -o-transition:All 0.5s ease;
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
} */
/*border for good*/
/* .good-border {
    width:101%;
    height:101%;
    position: absolute;
    top:0;
    left:-0.5%;
    border:2px solid @gray-light;
    display:none;
    -moz-box-shadow:0 0 5px @gray-light;
    -webkit-box-shadow:0 0 5px @gray-light;
    -o-box-shadow:0 0 5px @gray-light;
    box-shadow:0 0 5px @gray-light;
} */
.good-category {
  margin: 10px 1% !important;
  height: 190px !important;
  text-align: center;
  width: 23% !important;
}
.good-wrapper_top {
  /*background:url('../image/good_top.png') no-repeat;*/
  height: 0px;
}
.good-wrapper_bottom {
  /*background:url('../image/good_bottom.png') no-repeat;*/
  height: 0px;
}
.good-wrapper {
  position: relative;
  /*background:url('../image/good_fon.png') repeat-y;*/
  text-align: left;
  padding: 0;
  height: 100%;
  -moz-border-radius: 5px;
  /* Firefox */
  -webkit-border-radius: 5px;
  /* Safari, Chrome */
  -khtml-border-radius: 5px;
  /* KHTML */
  border-radius: 5px;
  /* CSS3 */
  behavior: url('catalog/view/javascript/pie.htc');
}
.good-wrapper_c {
  margin: auto;
}
.good-wrapper {
  text-align: center;
}
.good img,
.good-ico-new,
.good-ico-top,
.good-ico-spec {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.good-title-container {
  padding: 3px 3%;
  height: 45px;
  overflow: hidden;
  width: 93%;
  margin: 0 auto;
}
.good-title {
  text-align: center;
  display: table;
  width: 100%;
  /* background:url(../image/title-opacity.png) repeat-x; */
}
.good-title a {
  display: table-cell;
  height: 50px;
  vertical-align: middle;
  /*для темного фона*/
  /* text-shadow:#fff -1px 0 5px,#fff 1px 0 5px,#fff 0 -1px 5px,#fff 0 1px 5px; */
}
.good a {
  font-size: 14px;
  line-height:120%;
  text-decoration: none;
  color: #333333;
  /* var text-color */
  font-weight: 200 !important;
}
.a_add_to_cart,
.compare {
  position:relative;
  padding: 0;
  margin-right: 10px;
  background-size: 16px 16px !important;
}
.a_add_to_cart span,
.compare span {
  overflow: hidden;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px 7px;
  text-align: center;
  color: #fff;
  font-size: 18px;
}
.compare span {
  color: #4c81d9;
  /* var base */
}
.a_add_to_cart span {
  /* background: url(../image/addcart-icon.png) no-repeat center center; */
}
.compare span {
  background-position: center center;
}
.compare-container .a_add_to_cart {
  margin-right: 0;
}
.compare i,
.a_add_to_cart i {
  padding-right: 0;
}
.compare-icon.compare-yes {
  border-color: #CDEAD3;
  background: #F0FFF2 !important;
}
.compare-icon.compare-yes span {
  color: #4EA922;
}
.compare-icon.compare-yes:hover {
  /* border-color:#CCD7E9; */
  /* background:#F1F6FF !important; */
}
.compare-icon.compare-yes:hover span {
  color: #4C81D9;
}
.compare-icon.compare-yes:hover {
  border: 1px solid #F1F1F1;
  background: #fff !important;
}
.good-category a.category-title {
  text-align: center;
  display: block;
  margin-top: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
}
/* увеличивает высоту шрифта, если больше трех строчек */
/* .good:hover .good-title {
    max-height:180px;
    background:url(../image/title-opacity.png) repeat-x;
} */
/* .good img {
    width:100% !important;
    height:auto !important;
} */
.good-category img {
  width: auto !important;
}
.good a:hover {
  color: #4c81d9;
  /* var base */
  text-decoration: none;
}
.good-rating {
  margin-bottom: 10px;
}
.good-rating span {
  position: relative;
  content: ' ';
  width: 56px;
  height: 14px;
  display: inline-block;
  vertical-align: top;
}
.good-rating span:before,
.good-rating span:after {
  content: '\f006';
  /* fa-star-o */
  font-size: 12px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}
.good-rating span:after {
  color: #ffb131;
  /* var secondary */
}
.good-rating span:before {
  color: #eee;
  content: '\f006\f006\f006\f006\f006';
  /* fa-star-o */
}
/* .good-rating img.stars0:before {
  content:'\f006\f006\f006\f006\f006';fa-star-o
}
.good-rating img.stars1:before {
  content:'\f005\f006\f006\f006\f006';fa-star-o
}
.good-rating img.stars2:before {
  content:'\f005\f005\f006\f006\f006';fa-star-o
}
.good-rating img.stars3:before {
  content:'\f005\f005\f005\f006\f006';fa-star-o
}
.good-rating img.stars4:before {
  content:'\f005\f005\f005\f005\f006';fa-star-o
}
.good-rating img.stars5:before {
  content:'\f005\f005\f005\f005\f005';fa-star-o
} */
.good-rating span.stars0:after {
  content: '';
}
.good-rating span.stars1:after {
  content: '\f005';
}
.good-rating span.stars2:after {
  content: '\f005\f005';
}
.good-rating span.stars3:after {
  content: '\f005\f005\f005';
}
.good-rating span.stars4:after {
  content: '\f005\f005\f005\f005';
}
.good-rating span.stars5:after {
  content: '\f005\f005\f005\f005\f005';
}
.good-bottom {
  bottom: 0;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 3;
  /*background:url('../image/stiker.png') repeat-x transparent;*/
}
.good-line {
  /* border-top:1px solid @gray-light; */
  width: 105px;
  margin: 7px auto 7px;
}
.good-price_2 {
  margin-top: 8px;
}
.good-price_2-dop {
  color: #a2a2a2;
  font-size: 14px;
  margin-bottom: 10px;
}
.good-value,
.good-value-new {
  padding-top: 5px;
  font-size: 16px;
  color: #000;
  height: 25px;
  font-weight: 700;
}
.good-value-old {
  text-decoration: line-through;
  font-size: 12px;
  color: #aaa;
  font-weight: 400;
}
.good-ico-new,
.good-ico-top,
.good-ico-spec {
  width: 30px;
  height: 30px;
  background-size: 46px 46px !important;
  position: absolute;
  z-index: 2;
}
.good-ico-new:before,
.good-ico-top:before,
.good-ico-spec:before {
  color: #fff;
  font-size: 8px;
  line-height: 10px;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  text-align: center;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  border-radius: 100%;
  width: 30px;
  height: 20px;
  padding-top: 10px;
  text-transform: uppercase;
}
.good-ico-new:before {
  content: '\041d\043e\0432\044b\0439';
  background: #40c15e;
  /* var new-color */
  border: 5px solid #40c15e;
  /* var new-color */
}
.good-ico-top:before {
  content: '\0445\0438\0442';
  background: #4983d3;
  /* var top-color */
  border: 5px solid #4983d3;
  /* var top-color */
}
.good-ico-spec:before {
  content: '\0430\043a\0446\0438\044f';
  background: #ff434b;
  /* var special-color */
  border: 5px solid #ff434b;
  /* var special-color */
}
.good-ico-new {
  left: 50%;
  margin-left: -23px;
  top: 10px;
  /*margin-left:-35px;*/
  /* background: url('../image/product-new.png') no-repeat; */
}
.good-ico-top {
  right: 10px;
  top: 10px;
  /* background: url('../image/product-top.png') no-repeat; */
}
.good-ico-spec {
  left: 10px;
  top: 10px;
  /* background: url('../image/product-spec.png') no-repeat; */
}
/* .good:hover .good-ico-new,.good:hover .good-ico-top,
.good:hover .good-ico-spec {
    opacity:0.4;
    filter:~"~"alpha(opacity = 40)"";
}
.good:hover img {
    opacity:0.2;
    filter:~"~"alpha(opacity = 20)"";
} */
.good input {
  width: 30px;
}
/*#quantity {
	margin:0px;
	padding:0px;
	height:20px;
	margin:0 0 0 3px;
	padding-left:3px;
	border-right:none;
	line-height:20px;
}*/
.select-popup-link,
.select-popup-link:hover {
  background-image: url(../image/select_i.gif);
  background-repeat: no-repeat;
  background-position: 100% 1px;
  margin-right: 7px;
  padding-right: 16px;
}
.select-popup {
  margin-top: 3px;
  display: none;
  z-index: 1000;
  text-align: left;
  font-size: 11px;
  position: absolute;
  width: 110px;
  background-color: #FFF;
  border: 1px solid #000;
  font-weight: normal;
  opacity: 0.9;
  filter: alpha(Opacity=90);
}
.select-popup ul {
  list-style: none;
  padding: 4px;
  margin: 0;
  width: 100%;
}
.select-popup li {
  display: block;
  width: 102px;
}
.select-popup li a {
  padding: 2px 4px;
  color: #333333;
  /* var text-color */
  display: block;
  text-decoration: none;
}
.select-popup li a:hover {
  background-color: #97D6FF;
  color: #000;
  text-decoration: none;
}
.f1 {
  width: 140px;
}
.f1 .select-popup {
  margin-left: 95px;
}
.f2 {
  width: 105px;
}
.f2 .select-popup {
  margin-left: 31px;
}
.f3 {
  width: 190px;
}
.f3 .select-popup {
  margin-left: 78px;
}
/* #quickview_blank,#quickview_content {
    -webkit-transition: opacity 0.1s ease, height 0.5s ease;
    -moz-transition: opacity 0.1s ease, height 0.5s ease;
     -o-transition: opacity 0.1s ease, height 0.5s ease;
    transition: opacity 0.1s ease, height 0.5s ease; 
}
#quickview_blank {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1000;
    background-color:#000;
    overflow:hidden;
    opacity:0.3;
    filter:~"~"alpha(opacity = 30)";
    visibility:visible;
}
#quickview_top {
    background:@base;
    padding-top:15px;
}
#quickview_top,#quickview_bottom {
    min-height:35px;
    width:96%;
    padding:10px 2%;
    display:inline-block;
    *display:inline;
    *zoom:1;
    vertical-align:top;
}
#quickview_bottom {
    border-top:1px solid @gray-light;
}
#quickview_content {
    font-size:14px;
    text-align:right;
    position: fixed;
    top:50%;
    left:50%;
    background:#FFF;
    box-shadow:0 0 12px #000;
    z-index:2000;
    padding:5px 15px 15px;
    z-index:1001;
    overflow:hidden;
    visibility:visible;
}
#quickview_middle {
    overflow:auto;
}
#quickview_blank.hide,#quickview_content.hide {
    opacity:0;
    filter:~"~"alpha(opacity = 0)";
    visibility:hidden;
}
#quickview_content .quickview_content_wrap {
    text-align:left;
}
#quickview_content a {font-size:14px;color:#363636;text-decoration:none;}
#quickview_content h2 {
    text-align:left;
    font-size:14px;
    color:#fff;
    font-weight:400;
    text-transform:uppercase;
    margin:0;
    padding:9px 0 0;
    padding-right:50px;
    position:relative;
    width:95%;
    z-index:1;
}
#quickview_content h2 a {
    color:#fff;
    width:93%;
    display:inline-block;
    *display:inline;
    *zoom:1;
    vertical-align:top;
}
#quickview_content h2 a:hover {
    color:#fff;
}
#quickview_content h2.notTransform {
    text-transform:inherit;
    font-size:16px;
}
#quickview_content h2.notTransform a {font-size:16px;}
#quickrequest_form {
    
}
#quickrequest_form input,#quickrequest_form textarea {
    display:block;
    padding:8px 2%;
    width:96%;
    margin-top:10px;
} */
#quickview_blank,
#quickview_content {
  -webkit-transition: opacity 0.1s ease, height 0.5s ease;
  -moz-transition: opacity 0.1s ease, height 0.5s ease;
  -o-transition: opacity 0.1s ease, height 0.5s ease;
  transition: opacity 0.1s ease, height 0.5s ease;
}
#quickview_blank {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: #000;
  overflow: hidden;
  opacity: 0.3;
  filter: alpha(opacity = 30);
  visibility: visible;
}
#quickview_content {
  max-height: 80%;
  font-size: 14px;
  text-align: right;
  position: fixed;
  top: 50%;
  left: 50%;
  background: #FFF;
  box-shadow: 0 0 12px #000;
  z-index: 2000;
  padding: 5px 15px 15px;
  min-height: 100px;
  z-index: 1001;
  overflow-x: hidden;
  visibility: visible;
}
#quickview_blank.hide,
#quickview_content.hide {
  opacity: 0;
  filter: alpha(opacity = 0);
  visibility: hidden;
}
#quickview_content .quickview_content_wrap {
  margin-top: 8px;
  text-align: left;
}
#quickview_content a {
  font-size: 14px;
  color: #333333;
  /* var text-color */
  text-decoration: none;
}
#quickview_content h2 {
  text-align: left;
  background: #4c81d9;
  /* var base */
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  padding: 20px;
  padding-right: 40px;
  position: relative;
  top: -13px;
  left: -20px;
  width: 95%;
  z-index: 1;
}
#quickview_content h2 a {
  color: #fff;
  width: 93%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
#quickview_content h2 a:hover {
  color: #fff;
}
#quickview_content h2.notTransform {
  text-transform: inherit;
  font-size: 16px;
}
#quickview_content h2.notTransform a {
  font-size: 16px;
}
#quickrequest_form input,
#quickrequest_form textarea {
  display: block;
  padding: 8px 2%;
  width: 96%;
  margin-top: 10px;
}
.close_btn {
  /* background: url('../image/close-btn.png') no-repeat center center; */
  position: absolute;
  top: 20px;
  right: 20px;
  width: 15px;
  height: 16px;
  cursor: pointer;
  z-index: 10;
  color: #fff;
}
.close_btn:after {
  content: '\f00d';
  /* fa-times */
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  color: #fff;
}
.close_btn:hover {
  opacity: 0.6;
  filter: alpha(opacity = 60);
}
.slider-box {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  /*margin-bottom:20px;*/
}
.slider-box .s {
  width: 100%;
  height: 100%;
  z-index: 5;
  position: relative;
}
.slider-box .s-info {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 70%;
  background: #f8f8f8;
  padding: 10px;
}
.slider-box {
  overflow: hidden;
}
.slider-box,
.slider-box .s-info,
.slider-box .s,
.slider-box img {
  -moz-border-radius: 6px;
  /* Firefox */
  -webkit-border-radius: 6px;
  /* Safari, Chrome */
  -khtml-border-radius: 6px;
  /* KHTML */
  border-radius: 6px;
  /* KHTML */
  /*behavior: url('catalog/view/javascript/pie.htc');*/
}
.slider-box .s-info {
  padding: 10px 15px;
}
.slider-box .s-info .s-title {
  font-size: 16px;
  color: #4c81d9;
  /* var base */
}
.slider-box img {
  display: block;
}
#pager {
  bottom: 20px;
  left: 20px;
  position: absolute;
  text-align: left;
  z-index: 6;
  width: 67px;
}
#pager a {
  /*border:1px solid #fff;*/
  background-color: #4c81d9;
  /* var base */
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 6px;
  -moz-border-radius: 100%;
  /* Firefox */
  -webkit-border-radius: 100%;
  /* Safari, Chrome */
  -khtml-border-radius: 100%;
  /* KHTML */
  border-radius: 100%;
  /* KHTML */
  behavior: url('catalog/view/javascript/pie.htc');
}
#pager a.selected {
  background-color: #2b68cc;
  /* var base-dark */
}
/*для слайдеров*/
#slider-wrap {
  position: relative;
  width: 98%;
  padding: 0 1%;
  /*overflow: hidden;  */
}
.slider-type2 #slider-wrap {
  width: 100%;
  padding: 0;
}
.slider-left-border,
.slider-right-border {
  position: absolute;
  top: 1%;
  height: 98%;
  width: 60px;
  z-index: 14;
}
.slider-type2 .slider-left-border,
.slider-type2 .slider-right-border {
  display: none;
}
.slider-left-border {
  background: url(../image/slider-opacity-left.png) repeat-y top left;
  left: 0;
}
.slider-right-border {
  background: url(../image/slider-opacity-right.png) repeat-y top right;
  right: 0;
}
.slider-prev,
.slider-next {
  position: absolute;
  top: 0;
  width: 30px;
  height: 100%;
  z-index: 100;
  cursor: pointer;
}
.slider-prev,
.slider-next,
.slider-prev:after,
.slider-next:after {
  background: no-repeat center center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}
.slider-prev:after,
.slider-next:after {
  font-size: 40px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  text-align: center;
  color: #4c81d9;
  /* var base */
}
.slider-prev:after {
  content: '\f104';
  /* fa-angle-left */
  right: 10px;
}
.slider-next:after {
  content: '\f105';
  /* fa-angle-right */
  right: 13px;
}
.slider-prev:hover:after {
  color: #aaa;
}
.slider-next:hover:after {
  color: #aaa;
}
.slider-prev {
  left: 0;
  /* background-image: url(../image/slider-left.png ); */
}
.slider-next {
  right: 0;
  /* background-image: url(../image/slider-right.png ); */
  /*background-position: center right;*/
}
.slider-type2 .slider-prev,
.slider-type2 .slider-next {
  height: 30px;
  width: 40px;
  top: -70px;
  background-color: transparent;
}
.slider-type2 .slider-prev {
  right: 25px;
  left: inherit;
}
.slider-type2 .slider-next {
  right: -13px;
}
.slider-prev:hover {
  /* background-image: url(../image/slider-left-hover.png ); */
}
.slider-prev:hover,
.slider-next:hover {
  /* background-color: rgba(255, 255, 255, 0.65); */
}
.slider-next:hover {
  /* background-image: url(../image/slider-right-hover.png ); */
}
.slider-type2 .slider-prev:hover,
.slider-type2 .slider-next:hover {
  background-color: transparent;
}
.slider-prev.disabled,
.slider-next.disabled {
  color: #eee;
}
.slider-prev.disabled {
  /* background-image: url(../image/slider-left.png ); */
}
.slider-next.disabled {
  /* background-image: url(../image/slider-right.png ); */
}
.slider-prev.disabled,
.slider-next.disabled {
  opacity: 0.3;
  filter: alpha(opacity = 30);
  cursor: default;
}
#slider-wrap .good {
  margin: 12px 7px 0px;
}
#slider-wrap .good:first-child {
  margin-left: 0 !important;
}
#slider-wrap .good:last-child {
  margin-right: 0 !important;
}
/*.slider-prev:hover {background: url(../image/slider-left-a.png) no-repeat; }*/
/*.slider-next:hover {background: url(../image/slider-right-a.png) no-repeat;  }*/
.tabs-1 {
  width: 100%;
  min-height: 250px;
  margin-top: 10px;
}
.tabs-1 .tabs-ul {
  height: 48px;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #cacaca;
  /* var gray-dark */
  /*background: url(../image/tab-b.jpg) repeat-x bottom;*/
}
.tabs-1 .tabs-ul li {
  float: left;
  list-style: none outside none;
  margin: 0;
}
.tabs-1 .tabs-ul a {
  background: #f1f1f1;
  /* var gray-light */
  color: #333333;
  /* var text-color */
  font-size: 14px;
  display: block;
  padding: 10px 20px;
  margin: 0;
  text-decoration: none !important;
  border: 1px solid #cacaca;
  /* var gray-dark */
  border-left: none;
  border-bottom: none;
  position: relative;
  top: 11px;
}
.tabs-1 .tabs-ul li:first-child a {
  border: 1px solid #cacaca;
  /* var gray-dark */
}
.tabs-1 .tabs-ul a:hover {
  background: #f6f6f6;
  /* var gray */
}
.tabs-1 .tabs-ul a.selected {
  background: #fff;
  cursor: default;
  color: #000;
  border: 1px solid #cacaca;
  /* var gray-dark */
  border-top: 4px solid #4c81d9 !important;
  /* var base !important*/
  border-bottom: 0 !important;
  padding: 12px 20px;
  top: 5px;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -khtml-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.tabs-1 > div {
  padding: 10px;
  border: 1px solid #cacaca;
  /* var gray-dark */
  border-top: none;
}
.content-wrap1 {
  background: #fdfdfd;
  padding: 10px 15px;
  margin-bottom: 10px;
}
.radio {
  width: 16px;
  height: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  cursor: pointer;
  /* background: url(../image/radio-style.png); */
  overflow: hidden;
  /*float:left;*/
  margin-right: 8px;
  position: relative;
}
.radioChecked {
  background-position: 0 -16px;
}
.radio:after {
  content: '\f111';
  /* fa-circle  */
  font-size: 16px;
  position: absolute;
  left: 1px;
  top: -1px;
  color: #4c81d9;
  /* var base */
  font-family: FontAwesome;
}
.radio.radioChecked:after {
  content: '\f058';
  /* fa-check-circle  */
}
.radio input {
  margin-left: -17px;
  opacity: 0;
  filter: alpha(opacity = 0);
}
.add_to_cart_good input {
  border-radius: 0;
  padding: 3px 2%;
  width:96%;
  margin-top:3px;
}
.quantity-style-wrap {
  /*max-width:150px;*/
  height: 30px;
  border: 1px solid #f1f1f1;
  /* var gray-light */
  background: #f6f6f6;
  /* var gray */
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}
.quantity-style-wrap input,
.quantity-style-wrap .quantity-input {
  width: 35px;
  border: none;
  color: #333333;
  /* var text-color */
  font-size: 16px;
  padding: 5px;
  text-align: center;
  margin: 0;
  background: #f6f6f6;
  /* var gray */
}
.quantity-style-up,
.quantity-style-down {
  width: 28px;
  height: 30px;
  cursor: pointer;
  background: #fff;
  position: relative;
}
.quantity-style-down {
  /* background: url(../image/up-big.png) no-repeat; */
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  -khtml-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
.quantity-style-down:hover {
  /* background: url(../image/up-big-hover.png) no-repeat; */
}
.quantity-style-up {
  /* background: url(../image/down-big.png) no-repeat; */
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  -khtml-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
.quantity-style-up:hover {
  /* background: url(../image/down-big-hover.png) no-repeat; */
}
.quantity-style-up:after,
.quantity-style-down:after {
  font-size: 20px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  position: absolute;
  top: 5px;
  display: block;
  text-align: center;
  color: #cacaca;
  /* var gray-dark */
  background: #fff;
}
.quantity-style-up:after {
  content: '\f105';
  /* fa-angle-right */
  right: 50%;
  margin-right: -4px;
}
.quantity-style-down:after {
  content: '\f104';
  /* fa-angle-left  */
  left: 50%;
  margin-left: -4px;
}
.quantity-style-up:hover:after,
.quantity-style-down:hover:after {
  color: #000;
}
.quantity-style-up,
.quantity-style-down,
.quantity-style-wrap input,
.quantity-style-wrap .quantity-input,
.quantity-style-wrap {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
/*
    quantity-style mini
*/
.quantity-style-mini {
  height: 18px;
}
.quantity-style-mini input,
.quantity-style-mini .quantity-input {
  height: 14px;
  padding: 2px;
  width: 35px;
  font-size: 12px;
}
.quantity-style-mini .quantity-style-up,
.quantity-style-mini .quantity-style-down {
  width: 16px;
  height: 18px;
}
.quantity-style-mini .quantity-style-up:after,
.quantity-style-mini .quantity-style-down:after {
  font-size: 16px;
  top: 0px;
}
.quantity-style-mini .quantity-style-up:after {
  right: 50%;
  margin-right: -4px;
}
.title-mini1 {
  color: #A2A2A2;
  font-size: 12px;
  display: block;
  margin-bottom: 10px;
}
.add_to_cart_good-q {
  padding-bottom: 15px;
  border-bottom: 1px solid #f1f1f1;
  /* var gray-light */
}
.add_to_cart_good-q .quantity-style,
.add_to_cart_good-q .quantity-sum {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 49%;
  text-align: left;
}
#content.text-page {
  color: #333333;
  /* var text-color */
  font-size: 14px;
}
#content.text-page h1 {
  background: none;
  color: #333;
  /* var text-color */
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  margin-bottom: 10px;
}
#content.text-page h1:after,
#content.text-page h2:after {
  border: none;
}
#content.text-page p {
  margin: 0 0 25px;
  padding: 0;
  color: #333333;
  /* var text-color */
  font-size: 14px;
}
#content.text-page h2 {
  margin: 0 0 15px;
  padding: 0;
  background: none;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  color: #333333;
  /* var text-color */
}
#content.text-page ul {
  margin: 0 0 25px;
  padding: 0;
}
#content.text-page ul li {
  /* padding-left: 15px; */
  /* background: url(../image/point.png) no-repeat left center; */
  list-style: none;
  margin: 0 0 5px;
}
#content.text-page ul li:before {
  content: '\f111';
  /* fa-cirecle  */
  color: #4c81d9;
  /* var base */
  font-size: 8px;
  margin-right: 8px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
#content.text-page ul li ul {
  padding-left: 30px;
}
#content.text-page blockquote {
  border-left: 6px solid #4c81d9;
  /* var base */
  padding: 15px 30px;
  margin: 0 0 25px;
  background: #fbfbfb;
  font-size: 16px;
  font-style: italic;
  color: #4c81d9;
  /* var base */
}
#content.text-page table {
  margin: 0;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  box-sizing: border-box;
  position: relative;
  border: 1px solid #dfdfdf;
}
#content.text-page table tr,
.table td {
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
#content.text-page table tr {
  border-bottom: 1px solid #dfdfdf;
}
#content.text-page table tr:hover {
  background-color: #f7f7f7;
}
#content.text-page table td:hover {
  background-color: #ebebeb;
}
#content.text-page table thead tr {
  background-color: #EDEDED !important;
  border-bottom: 0;
}
#content.text-page table td,
th {
  /*text-align:left;*/
  vertical-align: top;
  padding: 3px 7px;
  margin: 0;
  vertical-align: middle;
  color: #333;
  font-size: 14px;
  border-right: 1px solid #dfdfdf;
  text-align: center;
  box-sizing: border-box;
  overflow: hidden;
}
#content.text-page table thead tr {
  border-bottom: 1px solid #dfdfdf;
}
#content.text-page table thead tr th {
  padding: 10px 7px;
  color: #848386;
  font-weight: 400;
}
#content.text-page table th:last-child,
.table td:last-child {
  border-right: none;
}

#content.text-page table.table-no-border,
#content.text-page table.table-no-border tr,
#content.text-page table.table-no-border thead tr,
#content.text-page table.table-no-border td, 
#content.text-page table.table-no-border th{
    border:none;
}
#content.text-page table.table-no-border tr:hover {
  background-color: transparent;
}
#content.text-page table.table-no-border td:hover {
  background-color: transparent;
}
#content.text-page table.table-no-border thead tr {
  background-color: transparent !important;
}

.content-container img {
  max-width: 100%;
}
.text-page-date {
  color: #1a1a1a;
  font-size: 12px;
}
.text-page-line {
  border-top: 1px solid #f1f1f1;
  /* var gray-light */
  height: 10px;
  margin: 5px 0 5px;
}
.text-page a {
  color: #4c81d9;
  /* var base */
  font-size: 14px;
}
.text-page a:hover {
  text-decoration: none;
}
#content .contact h2 {
  border: none;
  color: #4c81d9;
  /* var base */
  font-size: 14px;
  font-weight: 700;
  text-transform: none;
}
.contact-left,
.contact-right,
.captcha-left,
.captcha-right {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 48%;
  text-align: left;
}
.captcha-left,
.captcha-right {
  vertical-align: middle;
}
.contact-left,
.captcha-left {
  margin-right: 2%;
}
.contact input,
.contact textarea {
  display: block;
  padding: 8px 2%;
  width: 96%;
  margin-top: 5px;
}
.contact .captcha input {
  width: 100px;
  padding: 8px 15px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.contact h3 {
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 15px;
}
.contact-map-wrap {
  margin-top: 25px;
}
.contact-map {
  margin-bottom: 25px;
}
.contact-content-top {
  border-bottom: 1px solid #f1f1f1;
  /* var gray-light */
  padding: 5px 0 35px;
}
.contact-content-bottom {
  padding: 25px 0 15px;
  border-bottom: 1px solid #f1f1f1;
  /* var gray-light */
  margin-bottom: 10px;
}
.contact-content-bottom ul {
  padding: 0;
  margin: 0;
}
.contact-content-bottom ul li {
  width: 30%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  padding: 0;
  margin: 0 1%;
  list-style: none;
  font-size: 14px;
}
.contact-content-bottom ul li h3 {
  color: #4c81d9;
  /* var base */
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 10px;
}
.contact-street-wrap,
.contact-phone-wrap,
.contact-email-wrap {
  position: relative;
}
.contact-street-wrap:before,
.contact-phone-wrap:before,
.contact-email-wrap:before {
  content: '';
  /* fa-cirecle  */
  color: #4c81d9;
  /* var base */
  font-size: 30px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  display: block;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}
.contact-street-wrap:before {
  content: '\f17e';
  /* fa-map-marker   */
}
.contact-phone-wrap:before {
  content: '\f095';
  /* fa-phone  */
}
.contact-email-wrap:before {
  content: '\f1fa';
  /* fa-at  */
}
.contact-street-wrap {
  /* background: url(../image/contact-street.png) no-repeat left top; */
  padding-left: 34px;
}
.contact-phone-wrap {
  /* background: url(../image/contact-phone.png) no-repeat left top; */
  padding-left: 34px;
}
.contact-phone-wrap a {
    font-size: 14px;
    text-decoration: none;
}
.contact-email-wrap {
  /* background: url(../image/contact-email.png) no-repeat left top; */
  padding-left: 34px;
}
.contact-time-wrap {
  background: url(../image/contact-time.png) no-repeat left top;
  padding-left: 34px;
}
.checkout-container {
  max-width: 1024px;
  margin: 0 auto 50px !important;
}
.checkout-title-wrap {
  padding: 0;
  margin: 40px 0 20px;
  height: 58px;
  position: relative;
}
.checkout-title ul {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 58px;
  position: relative;
  z-index: 3;
}
.checkout-title li {
  list-style: none;
  display: block;
  width: 200px !important;
  top: 0;
  position: absolute;
}
.checkout-title li.center {
  margin-left: -100px;
  left: 50%;
  text-align: center;
}
.checkout-title li.left {
  left: 0;
  text-align: left;
}
.checkout-title li.right {
  right: 0;
  text-align: right;
}
.checkout-title li span {
  display: block;
  margin-bottom: 5px;
}
.checkout-title li .checkout-title-img {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 20px;
  height: 20px;
  /* background: url(../image/checkout-circle.png) no-repeat; */
  position: relative;
}
.checkout-title li .checkout-title-img:after {
  content: '\f111';
  /* fa-circle  */
  color: #f1f1f1;
  /* var gray-light */
  font-size: 22px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  position: absolute;
  top: -3px;
  right: 1px;
  display: block;
  text-align: center;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  border-radius: 100%;
  background: #ffffff;
  /* var @content-color*/
  padding: 2px;
}
.checkout-title li .checkout-title-img:last-child:after {
  right: 0;
}
.checkout-title li .checkout-title-img.active {
  background: none;
  /* background: url(../image/checkout-circle-ready.png) no-repeat; */
}
.checkout-title li .checkout-title-img.active:after {
  content: '\f058';
  /* fa-check-circle */
  color: #4c81d9;
  /* var base */
}
.checkout-title-bg-silver {
  position: absolute;
  left: 0;
  bottom: 26px;
  height: 4px;
  width: 100%;
  background: #f1f1f1;
  /* var gray-light */
  z-index: 1;
}
.checkout-title-bg-50,
.checkout-title-bg-100 {
  position: absolute;
  left: 0;
  bottom: 26px;
  width: 50%;
  background: #f1f1f1;
  height: 4px;
  z-index: 2;
}
.checkout-title-bg-100 {
  width: 100%;
}
.p-info {
  margin-bottom: 20px;
  /* padding-left:35px; */
}
.p-info span {
  font-size: 14px;
}
.p-info b {
  color: #4c81d9;
  /* var base */
  display: block;
  font-size: 12px;
  margin-bottom: 10px;
  font-weight: 400;
}
.p-info input {
  position: relative;
  left: -15px;
  width: 300px;
  border: 1px solid #d3d2d2;
  color: #483d3d;
}
.account-button .button {
  width: 200px;
}
.account-edit-button .button {
  width: 150px;
}
.account-page h3 {
  font-size: 12px;
  text-transform: uppercase;
  /* padding-left:35px; */
  margin: 0 0 20px;
}
.table-list2 {
  border-collapse: collapse;
}
.table-list2 td {
  padding: 15px 0;
  border-bottom: 1px solid #f1f1f1;
  /* var gray-light */
}
.table-list2 td font {
  font-size: 14px;
  padding: 0 5px;
  color: #aaa;
}
.table-list2 tr.odd {
  background: #fefefe;
}
.table-list2 tr.even {
  background: #fff;
}
.inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
#cart-content {
  text-align: center;
}
.payment-list {
  border-top: 1px solid #f1f1f1;
  /* var gray-light */
  padding-top: 30px;
  border-collapse: collapse;
  width: 100%;
  position: relative;
}
.payment-list-bg {
  background: #fff;
  opacity: 0.8;
  filter: alpha(opacity = 80);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.payment-list ul,
.payment-list textarea {
  padding: 0;
  margin: 20px 0 0;
}
.payment-list li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.payment-list li p {
  padding: 0 0 0 20px;
  margin: 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 87%;
}
.payment-list li span.radio {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* height:100%; */
  min-height: 16px;
  background-repeat: no-repeat !important;
}
.payment-list li .radio-wrap {
  position: relative;
  margin: 0 0 5px;
}
.table-list3 {
  border-top: 1px solid #f1f1f1;
  /* var gray-light */
  border-collapse: collapse;
  width: 100%;
}
.table-list3 td {
  padding-top: 30px;
  padding-right: 30px;
  width: 200px;
  text-align: left;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
.table-list3 td.table-list-title {
  width: 130px;
}
.table-list3 td .radio {
  float: left;
  clear: left;
}
.table-list3 td .radio-wrap {
  position: relative;
}
.table-list3 td p {
  padding: 0;
  padding-left: 30px;
  margin: 0;
}
.table-list3 td label {
  display: block;
}
.confirm-left {
  width: 192px;
  border: 1px solid #f1f1f1;
  /* var gray-light */
  padding: 14px;
}
.confirm-left-title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 20px;
}
.confirm-left p {
  margin: 0 0 15px;
  padding: 0;
}
.confirm-left p b {
  color: #a2a2a2;
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  font-weight: 400;
}
.confirm-left p font {
  color: #333333;
  /* var text-color */
  font-size: 14px;
}
.confirm-left p font.confirm-nomber {
  color: #4c81d9;
  /* var base */
  font-size: 24px;
  font-weight: 700;
}
.confirm-count {
  color: #a2a2a2;
  font-size: 12px;
  margin-bottom: 20px;
}
.confirm-total {
  color: #333333;
  /* var text-color */
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 20px;
  text-align: right;
}
.confirm-total span {
  color: #ffb131;
  /* var secondary */
}
.confirm-info {
  margin-bottom: 50px;
  position: relative;
  width: 100%;
}
.confirm-info .button {
  position: absolute;
  right: 0;
  top: 0;
}
#content .confirm-info h2 {
  margin: 0 0 20px;
  padding: 0;
  color: #4c81d9;
  /* var base */
  font-size: 14px;
  border: none;
  text-transform: capitalize;
}
.confirm-info ul {
  padding: 0;
  margin: 0;
}
.confirm-info li {
  margin-right: 50px;
  max-width: 200px;
  font-size: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  list-style: none;
}
.confirm-info li span {
  display: block;
  font-size: 12px;
  margin-bottom: 10px;
}
.confirm-subtitle-wrap {
  border-top: 1px solid #D3D2D2;
  padding-top: 15px;
  margin-top: 25px;
}
.confirm-subtitle {
  margin-bottom: 5px;
  font-size: 14px;
  text-align: right;
}
.confirm-subtitle font {
  font-weight: 400;
}
.adresses-list {
  margin-top: 10px;
}
.adresses-list p {
  /*font-size:12px;*/
  margin-bottom: 10px;
}
.adresses-list .radio,
.adresses-list label {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
.adresses-list label {
  width: 85%;
}
.tl2-nomber {
  color: #4c81d9;
  /* var base */
}
.table-list3 td {
  padding: 15px 10px;
}
.add-address-form {
  /*border-top:1px solid @gray-light;*/
  margin-top: 25px;
  padding: 10px;
  background: #f5f4f4;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  /*padding-top:25px;*/
  max-height: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.add-address-form.show {
  max-height: 500px;
}
.add-address-form td {
  padding: 5px;
}
.add-address-form-button {
  padding: 5px;
}
#address_2 table td {
  padding: 5px 10px;
  padding-left: 0;
}
.form-style1 .fs-title {
  text-transform: uppercase;
  display: block;
  margin-bottom: 15px;
  font-size: 14px;
}
.form-style1 label {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 3px;
  display: block;
}
.good-list-wrap {
  float: left;
  width: 100%;
}
#tab_products .quantity-text,
#tab_products .price-text,
#tab_products .cart-t-total-text,
#tab_histroy .comment,
#tab_histroy .data-added,
#tab_histroy .status,
#tab_downloads .file-size,
#tab_downloads .file-date,
#tab_downloads .file-name {
  display: none;
  font-weight: 700;
  color: #000;
}
.checkout-confirm-t-right {
  margin-left: 1%;
}
.news-left {
  float: left;
  clear: left;
  padding-right: 10px;
}
.main-box-news li {
  max-width: 48%;
  max-width: 500px;
  max-height: 150px;
  margin-bottom: 10px;
  overflow: hidden;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
/*box-sizing:border-box; - не учитывает padding в ширине и в высоте*/
/*включите, если хотите быстро сделать фон одним цветом, а центральную часть другим*/
body {
  background: #ffffff;
  /* var bg-color */
}
.min-width {
  background: #ffffff;
  /* var content-center-color */
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.no-padding {
  padding-left: 0;
  padding-right: 0;
}
.content-container {
  padding-top: 20px;
  padding-bottom: 10px;
  background-color: #ffffff;
  /* var content-color */
}
#up-button {
  color: #444;
  position: fixed;
  right: 40px;
  bottom: 20px;
  font-size: 40px;
  display: none;
  cursor: pointer;
  background-color: #fff;
  padding: 4px 7px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  border-radius: 100%;
  z-index: 200;
}
#up-button:hover {
  color: #000;
}
.review-top {
  border-bottom: 1px solid #f1f1f1;
  /* var gray-light */
  padding-bottom: 10px;
  margin: 10px 0 20px;
}
.review-top-left,
.review-top-right {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 49%;
  text-align: left;
}
.review-top-left {
  font-size: 12px;
  color: #333333;
  /* var text-color */
  font-weight: 700;
}
.review-top-right {
  text-align: right;
}
.review-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.review-list li {
  list-style: none;
  display: block;
  margin: 10px 0 25px;
  width: 100%;
  border-bottom: 1px solid #f1f1f1;
  /* var gray-light */
  padding-bottom: 20px;
}
.rl-left,.rl-right {
    display:inline-block;
    vertical-align:top;
}
.rl-left {
    width:10%;
}
.rl-right {
    width:87%;
    margin-left:2%;
}
.rl-product {
    padding-bottom:10px;
    color:#555;
}
.rl-product a {
    color:#555;
    /* background-color:#f1f1f1; */
    /* var gray-light */
    /* padding: 4px 8px; */
    font-size:11px;
}
.rl-product a i {
    margin-right:2px;
}
.rl-product a:hover {
    color:#4c81d9;
    /* var base */
}
.rl-rating img {
  /*     opacity:0;
filter:~"~"alpha(opacity = 0)""; */
  position: relative;
  content: ' ';
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: top;
}
.rl-rating img:before {
  content: '\f006';
  /* fa-star-o */
  font-size: 14px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  text-align: center;
  color: #eee;
}
.rl-rating img.ch:before {
  color: #ffb131;
  /* var secondary */
  content: '\f005';
  /* fa-star-o */
}
.rl-top {
  margin-bottom: 15px;
}
.rl-user,
.rl-rating {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 49%;
}
.rl-user {
  text-align: left;
  font-size: 14px;
  line-height:16px;
  color: #4c81d9;
  /* var base */
  font-weight: 700;
}
.rl-user i {
    margin-right:3px;
}
.rl-rating {
  text-align: right;
}
.rl-des {
  font-size: 14px;
}
.review-form {
  width: 100%;
  opacity: 0;
  filter: alpha(opacity = 0);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  box-sizing: border-box;
}
.review-form-2 {
  background: #f1f1f1;
  /* var gray-light */
  padding: 15px 15px;
}
.review-form.show {
  opacity: 1;
  filter: alpha(opacity = 100);
}
.review-form-left,
.review-form-right {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  text-align: left;
}
.review-form-left {
  width: 37%;
}
.review-form-right {
  width: 59%;
}
.review-form span {
  font-size: 14px;
}
.review-form .review-form-info {
  margin: 0 0 15px;
  color: #5c5151;
  font-size: 12px;
}
.review-form p,
.rf-rating {
  padding: 0;
  margin: 0 0 20px;
  font-size: 12px;
}
.review-button-list {
  text-align: left;
}
.open-close-form-review,
.open-close-form-review span {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.review-form input,
.review-form textarea {
  display: block;
  padding: 9px 1.3%;
  width: 97%;
  max-width: 630px;
  margin-top: 10px;
  font-size: 14px;
}
.review-form b {
  font-size: 14px;
}
.rating-stars {
  margin-left: 10px;
}
.rating-stars,.rating-stars span {
    display: inline-block;
    vertical-align: top;
}
.rating-stars span {
  /*     opacity:0;
filter:~"~"alpha(opacity = 0)""; */
  position: relative;
  width: 18px;
  height: 18px;
}
.rating-stars span:before {
  content: '\f006';
  /* fa-star-o */
  font-size: 18px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  text-align: center;
  color: #aaa;
}
.rating-stars span.ch:before {
  color: #ffb131;
  /* var secondary */
  content: '\f005';
  /* fa-star  */
}
.review-form input,
.review-form span,
.rf-rating img {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.captcha-block {
  margin-bottom: 20px;
}
.captcha-block .captcha {
  width: 48%;
  margin-right: 2%;
}
.captcha-block #captcha-wrap,
.captcha-block .captcha {
  display: inline-block;
  vertical-align: middle;
}
.rf-button {
  text-align: left;
  margin-top: 13px;
}
.rf-button .button {
  margin: 0;
}
.rating-stars span {
  cursor: pointer;
}
#review_title {
  display: none;
}
#compare-box {
  float: right;
}
.compare-box .compare-link {
  text-decoration: none;
  font-size: 12px;
}
.compare-box .compare-link i {
  margin-right: 8px;
}
.compare-box .compare-link span {
  color: #4c81d9;
  /* var base */
  font-weight: 700;
}


.coupon-container #coupon {
    border-top: 1px solid #f1f1f1;
    padding:30px 0 10px;
}
.coupon-container  b {
    margin-bottom:20px;
    display:block;
}
.coupon-container input {
    width:209px;
}
.good-old {
    text-decoration: line-through;
    color: #aaa;
}
.good-new {
    font-weight: 700;
}

/****************************************** 
  dark-style
******************************************/
.dark-style .footer .left {
  color: #ffffff;
  /* var text-color-light */
}
.dark-style .footer .site-map {
  color: #ffffff;
  /* var text-color-light */
}
.dark-style .footer .site-map:hover {
  color: #ffffff;
  /* var text-color-light */
}
.dark-style .footer-title {
  color: #ffffff;
  /* var text-color-light */
}
.dark-style .footer .right p {
  color: #ffffff;
  /* var text-color-light */
}
.dark-style .menu-bottom li {
  color: #ffffff;
  /* var text-color-light */
}
.dark-style .menu-bottom li a {
  color: #ffffff;
  /* var text-color-light */
}
.dark-style .menu-bottom li a:hover {
  color: #cadaf4;
  /* var base-light */
}
.dark-style .catalog-datetime {
  color: #ffffff;
  /* var base-very-light */
}
.dark-style .copyright a {
  color: #eee;
}
.dark-style .footer-contact p {
  color: #fff;
  /* var text-color-light */  
}
.dark-style .footer-contact a {
  color: #fff;
  /* var text-color-light */ 
}
.dark-style .footer-contact a:hover {
  color: #cadaf4;
  /* var base-light */
}
.dark-style .mini-info {
  color: #fff;
  /* var text-color-light */    
}
.whatsapp {
    color:#22a710;
}
.whatsapp i {
    color:#22a710;
    font-size: 15px;
}
.viber {
   color:#a710a2; 
}
.viber i {
    color:#a710a2;
    font-size: 15px;
}
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  /*   .good-ico-new {
  background: url('../image/product-new@2x.png') no-repeat;
}
.good-ico-top {
  background: url('../image/product-top@2x.png') no-repeat;
}
.good-ico-spec {
  background: url('../image/product-spec@2x.png') no-repeat;
} */
  /*   .a_add_to_cart span,
.addcart-icon span {
  background-image: url(../image/addcart-icon@2x.png);
  background-size: 16px 16px !important;
}
.compare span,
.compare-icon span {
  background-image: url(../image/compare-icon@2x.png);
  background-size: 16px 16px !important;
} */
}
@media screen and (max-width: 1150px) {
  .main-h1 {
    max-width: 526px !important;
  }
}
/*конец для двойного фона*/
/*.main-box-categories,.main-box-categories #slider-wrap,.main-box-categories .caroufredsel_wrapper {
    min-height:200px;
}*/
/*#comments {
    border-top:1px solid @gray-light;
    padding-top:30px;
    margin-bottom:30px;
}*/
