html,
body,
form,
.buttons input,
.listview select,
.limit select,
.sort select {
  margin: 0;
  padding: 0;
}
* {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
body {
  margin: 0;
  padding: 0;
  text-align: center;
  background-color: #fff;
  color: #3c3c3c;
  /* var text-color */
  min-width: 1200px;
}
body,
td,
th,
input,
textarea,
select,
a {
  font-size: 12px;
}
form {
  display: inline;
}
input,
textarea,
select {
  padding: 11px 15px;
  -moz-border-radius: 5px;
  /* var form-field-border-radius */
  -webkit-border-radius: 5px;
  /* var form-field-border-radius */
  -khtml-border-radius: 5px;
  /* var form-field-border-radius */
  border-radius: 5px;
  /* var form-field-border-radius */
  border: 1px solid #cfcfcf;
  /* var gray-dark */
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
  line-height: 120%;
  box-sizing: border-box;
}
input[type="checkbox"] {
  vertical-align: middle;
}
select {
  padding: 9px 15px 8px;
}
input:focus,
select:focus,
textarea:focus {
  border: 1px solid #000000;
  /* var base */
  outline: none;
}
inpyt[type="password"]:-webkit-autofill {
  display: none;
}
.a_decor,
.a_decor a,
.a_decor a:visited,
.a_decor:hover,
.a_decor a:hover {
  color: #000000;
  /* var base-dark */
  border-bottom: 1px dashed;
  text-decoration: none;
  cursor: pointer;
}
a,
a:visited {
  color: #3c3c3c;
  /* var text-color */
  text-decoration: underline;
  cursor: pointer;
  line-height: 120%;
}
a:hover {
  text-decoration: underline;
  color: #000000;
  /* var base */
}
a img {
  border: none;
}
h1,
h2,
h3,
h4,
h5 {
  padding: 0;
  margin: 0 0 15px;
  line-height: 120%;
}
h1 {
  font-size: 22px;
}
h2 {
  font-size: 18px;
}
h3 {
  font-size: 16px;
}
h4 {
  font-size: 14px;
}
p {
  margin-top: 0px;
  line-height: 120%;
  font-size: 14px;
}
p a {
  font-size: 14px;
}
html.notOverflow,
html.notOverflow body,
html.notOverflowM,
html.notOverflowM body {
  overflow: hidden !important;
}
html.notOverflow #container {
  -webkit-filter: blur(1.6px);
  -moz-filter: blur(1.6px);
  -ms-filter: blur(1.6px);
  -o-filter: blur(1.6px);
  filter: blur(1.6px);
}
img {
  image-rendering: optimizeSpeed;
  /* Legal fallback                 */
  image-rendering: -moz-crisp-edges;
  /* Firefox                        */
  image-rendering: -o-crisp-edges;
  /* Opera                          */
  image-rendering: -webkit-optimize-contrast;
  /* Chrome (and eventually Safari) */
  image-rendering: crisp-edges;
  /* CSS3 Proposed                  */
  -ms-interpolation-mode: bicubic;
  /* IE8+                           */
}
/* layout */
#container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  position: relative;
  left: 0;
}
#column_right,
#column_left {
  float: right;
  width: 0px;
}
#column_left {
  float: left;
}
#column_right:after,
#column_left:after,
#column_right:before,
#column_left:before {
  content: ' ';
  display: table;
}
#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;
}
.list {
  text-align: center;
}
.content-category-top,
.content-top {
  margin-bottom: 15px;
  position: relative;
}
.h1-wrap,
.h2-wrap {
  margin-bottom: 15px;
  position: relative;
}
.h1-wrap:after,
.h2-wrap:after,
.content-category-top:after {
  position: absolute;
  left: 0;
  top: 49%;
  border-top: 1px solid #f4f4f4;
  /* var gray-light */
  height: 1px;
  width: 100%;
  /* content: ' '; */
  z-index: 0;
}
.h1-wrap *,
.h2-wrap * {
  /* text-transform: uppercase; */
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
}
.h1-category {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
  max-width: 55%;
}
.h1-category h1 {
  /* text-transform: uppercase; */
  padding: 5px 0;
  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;
}
.list-box ul {
  padding: 0 16px;
  margin: 0;
}
.list-box li {
  margin: 0 0 5px;
  color: #000000;
  /* 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: #000000;
  /* 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 #f4f4f4;
  /* var gray-light */
}
.list-box3 a {
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  color: #3c3c3c;
  /* var text-color */
  font-weight: 700;
}
.list-box3 a:hover {
  text-decoration: none;
  color: #000000;
  /* var base */
}
.list-box3 .date {
  font-size: 12px;
  color: #777;
  display: block;
  margin: 8px 0 15px;
}
.articles-list ul {
  padding: 0;
  margin: 0;
}
.articles-list-item {
  display: table;
  width: 100%;
  cursor: pointer;
  margin: 0 0 15px;
  padding: 0 0 25px;
  border-bottom: 1px solid #f4f4f4;
  /* var gray-light */
}
.articles-list-item-left {
  padding-right: 10px;
  margin-bottom: 10px;
  /* width:40%; */
}
.articles-list-item-right {
  /* width:58%; */
}
.articles-list-item-left,
.articles-list-item-right {
  display: table-cell;
  /* display:inline-block; */
  vertical-align: top;
}
a.articles-list-item-title {
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  color: #3c3c3c;
  /* var text-color */
  font-weight: 700;
}
.articles-list-item-date {
  font-size: 12px;
  color: #777;
  display: block;
  margin: 8px 0 15px;
}
.articles-list-item-desc {
  margin: 3px 0 0;
  font-size: 14px;
  color: #222;
}
.articles-list-item:hover a.articles-list-item-title {
  text-decoration: none;
  color: #000000;
  /* var base */
}
.short_description {
  font-size: 10px;
  color: #999999;
  display: block;
  max-height: 76px;
  overflow: hidden;
  margin-bottom: 10px;
}
.news .short_description {
  clear: left;
  padding-top: 10px;
}
.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 #eaeaea;
  /* var gray */
  margin-bottom: 20px;
  text-align: left;
  position: relative;
  /*background: url('../image/box_top.png') repeat-x;*/
}
/* убираем двойной отступ из-за боковой колонки*/
.column > .box:last-child,
.block > .box:last-child,
.column > .box + *:nth-last-child(2),
.block > .box + *:nth-last-child(2) {
  margin-bottom: 0;
}
/* .column > *:nth-last-child(2),
.block > *:nth-last-child(2) {
    margin-bottom: 0;
} */
.column .box {
  background-color: #ffffff;
  /* var box-color */
  -moz-border-radius: 5px;
  /* var box-border-radius */
  -webkit-border-radius: 5px;
  /* var box-border-radius */
  -khtml-border-radius: 5px;
  /* var box-border-radius */
  border-radius: 5px;
  /* var box-border-radius */
}
.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;
  color: #3c3c3c;
  /* 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: 12px;
  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: 8px;
  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 9px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  border-radius: 100%;
  background: #000000;
  /* var base */
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  color: #fff;
  font-size: 18px;
  display: inline-block;
  text-align: center;
}
.button-icon-view:hover {
  background-color: #4055e1;
  /* var secondary */
  color: #fff;
}
.button-text-solid {
  color: #ff0000 !important;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 10px;
  text-decoration: underline !important;
}
.button-text-solid:hover {
  text-decoration: none !important;
}
.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: #3c3c3c;
  /* var text-color */
  font-size: 12px;
  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: #3c3c3c;
  /* var text-color */
  font-size: 14px;
  line-height: 14px;
  font-family: FontAwesome;
  text-decoration: inherit;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -7px;
  display: block;
  text-align: center;
  padding-left: 3px;
}
.button-text:hover {
  color: #000000;
  /* var base */
  text-decoration: none;
}
.button-text:hover:after {
  color: #000000;
  /* var base */
}
.button-text3 {
  padding: 1px 0;
  padding-right: 20px;
}
.button-text2 {
  position: relative;
  color: #000000 !important;
  /* var base !important*/
  font-size: 14px;
  padding-right: 10px;
  text-decoration: none;
  line-height: 7px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin: 5px 0;
}
.button-text2:after {
  content: '\f105';
  /* fa-angle-right */
  color: #000000;
  /* var base */
  font-size: 16px;
  line-height: 15%;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  text-align: center;
}
.button-text2:hover {
  color: #000000 !important;
  /* var base !important*/
  text-decoration: none;
}
.button-text2:hover:after {
  color: #3c3c3c;
  /* var text-color */
}
.button-text-edit:after {
  content: '\f040';
}
.button-text-delete:after {
  content: '\f014';
}
/* base button */
.ui-button {
  color: #3c3c3c !important;
  /* var text-color !important*/
  display: inline-block;
  vertical-align: middle;
  padding: 10px 17px;
  margin: 0 3px;
  font-size: 14px !important;
  /* var font-size-button !important */
  cursor: pointer;
  box-sizing: border-box;
  border: none;
  text-decoration: none;
  background: #eaeaea;
  /* var default-bg-color */
  line-height: 120% !important;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  text-align: center;
  -moz-border-radius: 5px;
  /* var button-border-radius */
  -webkit-border-radius: 5px;
  /* var button-border-radius */
  -khtml-border-radius: 5px;
  /* var button-border-radius */
  border-radius: 5px;
  /* var button-border-radius */
}
.ui-button:last-child {
  margin-right: 0;
}
.ui-button:first-child {
  margin-left: 0;
}
.ui-button.ui-large {
  padding: 14px 17px;
}
.ui-button.ui-small {
  font-size: 12px !important;
  /* var font-size-button-small !important */
  padding: 5px 10px;
}
.ui-button i + span {
  padding-left: 4px;
}
.ui-button span + i {
  padding-left: 4px;
}
.ui-button i,
.ui-button span {
  display: inline-block;
  vertical-align: middle;
}
.ui-button.ui-uppercase {
  text-transform: uppercase;
}
.ui-button.ui-rectangular {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
}
/* button active */
.ui-button.ui-active {
  box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, 0.4);
}
/* all colors */
.ui-button.ui-error {
  color: #ffffff !important;
  /* var error-color !important*/
  background-color: #dc6048;
  /* var error-bg-color */
}
.ui-button.ui-warning {
  color: #ffffff !important;
  /* var warning-color !important*/
  background-color: #ffa003;
  /* var warning-bg-color */
}
.ui-button.ui-success {
  color: #ffffff !important;
  /* var success-color !important*/
  background-color: #6cb729;
  /* var success-bg-color */
}
.ui-button.ui-primary {
  color: #ffffff !important;
  /* var primary-color !important*/
  background-color: #000000;
  /* var primary-bg-color */
}
.ui-button.ui-secondary {
  color: #ffffff !important;
  /* var secondary-color !important*/
  background-color: #d04031;
  /* var secondary-bg-color */
}
/* button hover */
.ui-button:hover {
  background: #cfcfcf;
  /* var default-dark-color */
  box-shadow: none;
  text-decoration: none;
}
.ui-button.ui-error:hover {
  background: #cf4328;
  /* var error-dark-color */
}
.ui-button.ui-warning:hover {
  background: #d48400;
  /* var warning-dark-color */
}
.ui-button.ui-success:hover {
  background: #569221;
  /* var success-dark-color */
}
.ui-button.ui-primary:hover {
  background: #000000;
  /* var primary-dark-color */
}
.ui-button.ui-secondary:hover {
  background: #ac3427;
  /* var secondary-dark-color */
}
/* outline button */
.ui-outline .ui-button,
.ui-outline.ui-button {
  background-color: transparent !important;
  border: 1px solid #eaeaea;
  /* var default-bg-color */
  -webkit-transition: border-color 0.3s, color 0.3s;
  -moz-transition: border-color 0.3s, color 0.3s;
  -o-transition: border-color 0.3s, color 0.3s;
  transition: border-color 0.3s, color 0.3s;
  /* padding: 9px 17px; */
}
.ui-outline .ui-error,
.ui-outline.ui-error {
  color: #dc6048 !important;
  /* var error-bg-color !important*/
  border-color: #dc6048;
  /* var error-bg-color */
}
.ui-outline .ui-warning,
.ui-outline.ui-warning {
  color: #ffa003 !important;
  /* var warning-bg-color !important*/
  border-color: #ffa003;
  /* var warning-bg-color */
}
.ui-outline .ui-success,
.ui-outline.ui-success {
  color: #6cb729 !important;
  /* var success-bg-color !important*/
  border-color: #6cb729;
  /* var success-bg-color */
}
.ui-outline .ui-primary,
.ui-outline.ui-primary {
  color: #000000 !important;
  /* var primary-bg-color !important*/
  border-color: #000000;
  /* var primary-bg-color */
}
.ui-outline .ui-secondary,
.ui-outline.ui-secondary {
  color: #4055e1 !important;
  /* var secondary-bg-color !important*/
  border-color: #4055e1;
  /* var secondary-bg-color */
}
/* outline button hover*/
.ui-outline .ui-button:hover,
.ui-outline.ui-button:hover {
  border-color: #cfcfcf;
  /* var default-dark-color */
  background-color: transparent;
}
.ui-outline .ui-error:hover,
.ui-outline.ui-error:hover {
  color: #cf4328;
  /* var error-dark-color */
  border-color: #cf4328;
  /* var error-dark-color */
}
.ui-outline .ui-warning:hover,
.ui-outline.ui-warning:hover {
  color: #d48400;
  /* var warning-dark-color */
  border-color: #d48400;
  /* var warning-dark-color */
}
.ui-outline .ui-success:hover,
.ui-outline.ui-success:hover {
  color: #569221;
  /* var success-dark-color */
  border-color: #569221;
  /* var success-dark-color */
}
.ui-outline .ui-primary:hover,
.ui-outline.ui-primary:hover {
  color: #000000;
  /* var primary-dark-color */
  border-color: #000000;
  /* var primary-dark-color */
}
.ui-outline .ui-secondary:hover,
.ui-outline.ui-secondary:hover {
  color: #2036c9;
  /* var secondary-dark-color */
  border-color: #2036c9;
  /* var secondary-dark-color */
}
/* button disable */
.ui-button.ui-disabled,
.ui-button.ui-disabled:hover,
.ui-button.disabled,
.ui-button.disabled:hover {
  -webkit-transition: background 0.3s, border-color 0.3s;
  -moz-transition: background 0.3s, border-color 0.3s;
  -o-transition: background 0.3s, border-color 0.3s;
  transition: background 0.3s, border-color 0.3s;
  opacity: 0.4;
  cursor: not-allowed;
}
/*buttons*/
.ui-buttons {
  font-size: 0;
  margin: 20px 0 2px;
}
.ui-buttons:first-child {
  margin-top: 0;
}
.ui-buttons:last-child {
  margin-bottom: 0;
}
/* button together */
.ui-buttons.ui-together {
  overflow: hidden;
}
.ui-buttons.ui-together .ui-button {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  border-left-width: 0 !important;
  border-right-width: 0 !important;
  margin: 0;
}
/* кнопка - Добавить в корзину */
.a_add_to_cart {
  position: relative;
  font-size: 14px !important;
  padding: 7px 7px;
}
.a_add_to_cart span {
  overflow: hidden;
}
.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;
  z-index: 1;
}
.a_add_to_cart.add-yes font,
.addcart-product.add-yes font {
  display: block;
}
.pcard .addcart-product {
  position: relative;
}
.addcart-product font {
  top: -1px;
  right: -1px;
}
.pcard .addcart-product font {
  top: -7px;
  right: -7px;
}
.a_add_to_cart.add-yes,
.addcart-product.add-yes {
  background: #6cb729 !important;
  /* var success-bg-color !important*/
}
.addcart-product.add-yes:hover,
.a_add_to_cart.add-yes:hover {
  background: #569221 !important;
  /* var success-dark-color !important*/
}
.button-border-blue {
  margin-right: 0;
  border: 1px solid #f4f4f4;
  /* var gray-light */
  background: #fcfcfc;
  box-sizing: border-box;
}
.button-border-blue span {
  color: #000;
}
.button-border-blue:hover {
  border: 1px solid #ccd7e9;
  background: #f1f6ff !important;
}
/*кнопка "Добавить в сравнение */
.compare-catalog-button {
  position: relative;
  font-size: 18px !important;
  padding: 6px 7px;
}
.compare-catalog-button:hover {
  color: #6cb729 !important;
  /* var success-bg-color !important*/
}
.compare-catalog-button.compare-yes {
  color: #6cb729 !important;
  /* var success-bg-color !important*/
}
.compare-catalog-button.compare-yes:hover {
  color: #3c3c3c !important;
  /* var text-color !important*/
}
/*ссылка во весь блок*/
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 #f4f4f4;
  /* var gray-light */
  -moz-border-radius: 5px;
  /* var catalog-border-radius */
  -webkit-border-radius: 5px;
  /* var catalog-border-radius */
  -khtml-border-radius: 5px;
  /* var catalog-border-radius */
  border-radius: 5px;
  /* var catalog-border-radius */
}
.list_showlist-good {
  position: relative;
  text-align: left;
  color: #a2a2a2;
  /* var gray-very-dark */
  font-size: 14px;
  padding: 15px 0;
  margin: 0;
  border: 1px solid #f4f4f4;
  /* var gray-light */
  border-top: none;
  font-size: 0;
}
.list_showlist-good:last-child {
  -moz-border-radius: 0;
  /* var catalog-border-radius-0-0-1-1 */
  -webkit-border-radius: 0;
  /* var catalog-border-radius-0-0-1-1 */
  -khtml-border-radius: 0;
  /* var catalog-border-radius-0-0-1-1 */
  border-radius: 0;
  /* var catalog-border-radius-0-0-1-1 */
}
.list_showlist-good-left {
  margin-right: 2%;
}
.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: #3c3c3c;
  /* var text-color */
  text-decoration: none;
  /* text-transform:uppercase; */
}
.list_showlist a:hover {
  text-decoration: none;
  color: #000000;
  /* 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 .5s;
  -moz-transition: transform .5s;
  -o-transition: transform .5s;
  transition: transform .5s;
}
.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 #f4f4f4;
  /* var gray-light */
  box-shadow: 0 0 2px 2px #f4f4f4;
  /* 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_showlist-good-image-wrap {
  position: relative;
}
.list_showlist-good-image {
  display: none;
}
.list_showlist-good-image.show {
  display: block;
}
.list_showlist-good-image-wrap a {
  position: relative;
  z-index: 1;
}
.list_showlist-good-image-position {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 10px;
  width: 100%;
  text-align: center;
  opacity: 0;
  font-size: 0;
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}
.list_showlist-good-image-position-item {
  width: 25px;
  height: 5px;
  background: #fff;
  margin: 0 4px;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.35);
  box-sizing: border-box;
  padding: 0;
  -webkit-transition: background-color 0.2s, border-color 0.2s;
  -moz-transition: background-color 0.2s, border-color 0.2s;
  -o-transition: background-color 0.2s, border-color 0.2s;
  transition: background-color 0.2s, border-color 0.2s;
}
.list_showlist-good-image-position.count-1 {
  display: none;
}
.list_showlist-good-image-position.count-2 .list_showlist-good-image-position-item {
  width: 46%;
  margin: 0 2%;
}
.list_showlist-good-image-position.count-3 .list_showlist-good-image-position-item {
  width: 29%;
  margin: 0 2%;
}
.list_showlist-good-image-position.count-4 .list_showlist-good-image-position-item {
  width: 21%;
  margin: 0 2%;
}
.list_showlist-good-image-position.count-5 .list_showlist-good-image-position-item {
  width: 16%;
  margin: 0 2%;
}
.list_showlist-good-image-position-item.show {
  background: #000000;
  /* var base */
  border-color: #000000;
  /* var base-dark */
}
.list_showlist-good-image-wrap:hover .list_showlist-good-image-position {
  opacity: 1;
}
.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: 2px 4px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  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: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.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: #3c3c3c;
  /* var text-color */
  font-size: 12px;
}
.list_showtable td .image-hover-wrap {
  position: relative;
  text-align: center;
  z-index: 100;
}
.list_showtable td .image-hover-wrap img {
  position: absolute;
  right: 100%;
  top: -100%;
  -webkit-transition: transform .3s;
  -moz-transition: transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  z-index: 10;
  max-width: inherit;
  border: 1px solid #cfcfcf;
  /* var gray-dark */
}
.list_showtable td .image-hover-wrap:hover img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  z-index: 10;
}
.list_showtable td.list_showtable-image .image-hover {
  font-size: 22px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  color: #cfcfcf;
  /* var gray-dark */
}
.list_showtable td.list_showtable-image .image-hover:hover {
  color: #000000;
  /* var base */
}
.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: #000000;
  /* var base */
  text-decoration: none;
  font-size: 12px;
  /* text-transform:uppercase; */
  display: block;
}
.list_showtable td a.list_showtable-name:hover {
  color: #3c3c3c;
  /* var text-color */
}
.list_showtable .qr-price-title,
.list_showtable .qr-quantity-title,
.list_showtable .qr-sum-title {
  display: none;
  font-weight: 700;
}
.list_showtable .good-value,
.list_showtable .good-value-new {
  font-size: 13px;
}
.list_showtable .good-value-old {
  font-size: 11px;
  display: block;
}
.pageinfo {
  /*padding: 0;
  overflow: auto;
  text-align: left;
  background: #ffffff;
  /* var content-color */
  /*position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 0;
  z-index: 1;*/
  width: 100%;
    z-index: 1;
    display: block;
    float: right;
    bottom: 10px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 8px 16px;
    background-color: #f4f4f4;
    /* border-radius: 3px; */
    box-sizing: border-box;
}
.pageinfo .float-left_f3,
.pageinfo .float-left_f2,
.pageinfo .float-left_f1 {
  float: left;
  padding-left: 15px;
}
.pageinfo b {
  font-weight: 400;
  color: #3c3c3c;
  /* var text-color */
  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;
  -moz-border-radius: 5px;
  /* var form-field-border-radius */
  -webkit-border-radius: 5px;
  /* var form-field-border-radius */
  -khtml-border-radius: 5px;
  /* var form-field-border-radius */
  border-radius: 5px;
  /* var form-field-border-radius */
}
.pagination {
  margin: 40px 0 20px;
  text-align: center;
  width: 100%;
  float: left;
  color: #3c3c3c;
  /* 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: #3c3c3c;
  /* 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: #3c3c3c;
  /* var secondary */
  border: 2px solid #3c3c3c;
  /* var secondary */
}
.pagination .links a.number:hover {
  color: #4055e1;
  /* 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: #eaeaea;
  /* 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: #cfcfcf;
  /* 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: #fff;
  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;
}
#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-stock-empty {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #3c3c3c;
  /* var text-color */
  font-size: 20px;
  color: #945656;
}
.cart-stock-empty-stars,
.cart-stock-min-order {
  color: #945656;
  font-weight: bold;
  display: block;
  margin: 5px 0 8px;
  line-height: 120%;
}
.cart-info-wrap td {
  border-bottom: 1px solid #f4f4f4;
  /* var gray-light */
  padding: 2px 10px 2px 0;
  position: relative;
}
.cart-info-line {
  width: 5px;
  border-left: 1px solid #f4f4f4;
  /* 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 #f4f4f4;
  /* 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 #f4f4f4;
  /* 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;
  /* var gray-very-dark */
  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: #000000;
  /* 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;
}
.catalog-wrap:after {
  content: ' ';
  display: table;
  width: 100%;
  height: 1px;
}
.good {
  float: left;
  margin: 12px 5px 0px;
  width: 160px;
  max-width: 320px;
  height: 520px;
  /* 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 #f4f4f4;
  /* var gray-light */
  /*border-top: 1px solid #f4f4f4;
  /* var gray-light */
  position: relative;
}
/*.good-showcase:before {
    position: absolute;
    bottom:1px;
    left:0;
    width: 100%;
    height: 15px;
    content:' ';
    border-bottom: 1px solid #f1f1f1;
    z-index: 1;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}*/
.good-list-wrap .good {
  margin: 0;
  /*padding: 12px 5px 0px;
  border: 1px solid #f4f4f4;*/
  /* var gray-light */
  border-left: none;
  border-top: none;
  /*padding: 10px 1% !important;
  width: 25% !important;*/
  padding: 5px !important;
  width: 33.3% !important;
}
/* .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.04);
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -o-transform: scale(1.04);
  -ms-transform: scale(1.04);
  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 #f4f4f4;
  /* var gray-light */
 /* box-shadow: 0 0 2px 2px #f4f4f4;
  /* 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');*/
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
    -webkit-transition: border-color .3s;
    -moz-transition: border-color .3s;
    -o-transition: border-color .3s;
    transition: border-color .3s;
}
.good-wrapper_c {
  margin: auto;
  padding: 10px;
    box-sizing: border-box;
    height: 100%;
    position: relative;
    border: 1px solid transparent;
    -webkit-transition: border-color .3s;
    -moz-transition: border-color .3s;
    -o-transition: border-color .3s;
    transition: border-color .3s;
}
.good-wrapper {
  text-align: center;
}
.good img {
  -webkit-transition: transform .3s;
  -moz-transition: transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
}
.good-title-container {
  padding: 3px 3%;
  height: 57px;
  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: 63px;
  vertical-align: middle;
  /*для темного фона*/
  /* text-shadow:#fff -1px 0 5px,#fff 1px 0 5px,#fff 0 -1px 5px,#fff 0 1px 5px; */
  text-align: left;
  font-weight: 600 !important;;
}
.good a {
  font-size: 14px;
  line-height: 120%;
  text-decoration: none;
  color: #3c3c3c;
  /* var text-color */
  font-weight: 200;
}
.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: #000000;
  /* var base */
  text-decoration: none;
}
.good-rating {
  margin-bottom: 7px;
}
.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: #4055e1;
  /* 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: 10px;
  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: 12px;*/
  position: absolute;
    left: -2px;
    top: 100%;
    width: calc(100% + 2px);
    /* height: 0; */
    padding: 15px 0px 15px;
    background-color: #ffffff;
    border: 1px solid #bbbbbb;
    border-top: none;
    opacity: 0;
    transition: opacity .3s ease, height .3s ease;
    z-index: 15;
    visibility:hidden;
}
.good-price_2-dop {
  color: #a2a2a2;
  /* var gray-very-dark */
  font-size: 14px;
  margin-bottom: 10px;
  display:none;
}
.good-value,
.good-value-new {
  padding-top: 5px;
  font-size: 26px;
  color: #333333;
  height: 25px;
  font-weight: 600;
}
.good-value-new {
  color: #d04031;
}
.good-value-old {
  text-decoration: line-through;
  font-size: 12px;
  color: #aaa;
  font-weight: 400;
  padding: 0 3px;
  text-decoration-color: #ac3427;
}
.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: 60%;
  margin-left: -23px;
  top: 15px;
  /*margin-left:-35px;*/
  /* background: url('../image/product-new.png') no-repeat; */
}
.good-ico-top {
  right: 60px;
  top: 15px;
  /* background: url('../image/product-top.png') no-repeat; */
}
.good-ico-spec {
  left: 25px;
  top: 15px;
  /* 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: #3c3c3c;
  /* 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 .1s, height 0.5s;
  -moz-transition: opacity .1s, height 0.5s;
  -o-transition: opacity .1s, height 0.5s;
  transition: opacity .1s, height 0.5s;
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -o-transform: rotateX(0);
  transform: rotateX(0);
}
#quickview_blank {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5001;
  background-color: #000;
  overflow: hidden;
  opacity: 0.4;
  filter: alpha(opacity = 40);
  visibility: visible;
  -webkit-transition: opacity .2s ease;
  -moz-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
}
#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: 5002;
  overflow-x: hidden;
  visibility: visible;
  -webkit-transition: opacity .2s ease;
  -moz-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
}
#quickview_blank.hide,
#quickview_content.hide {
  opacity: 0;
  filter: alpha(opacity = 0);
  visibility: hidden;
}
#quickview_content .quickview_content_wrap {
  padding: 15px;
  text-align: left;
}
#quickview_content .ajax_loading32 {
  margin: 30px 0;
}
#quickview_content a {
  font-size: 14px;
  color: #3c3c3c;
  /* var text-color */
  text-decoration: none;
}
#quickview_content h2 {
  text-align: left;
  background: #4a4a4a;
  /* var base */
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  padding: 20px;
  padding-right: 40px;
  position: relative;
  top: -15px;
  left: -20px;
  width: 97%;
  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[type="text"],
#quickrequest_form textarea {
  display: block;
  padding: 8px 2%;
  width: 96%;
  margin-top: 10px;
}
#quickrequest_form .quickrequest-textarea-login {
  padding: 10px 15px;
  width: 100%;
  box-sizing: border-box;
}
.close_btn {
  /* background: url('../image/close-btn.png') no-repeat center center; */
  position: absolute;
  top: 20px;
  right: 20px;
  width: 15px;
  height: 20px;
  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: 20px;
  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: #000000;
  /* 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: #000000;
  /* var base */
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 6px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  border-radius: 100%;
  behavior: url('catalog/view/javascript/pie.htc');
}
#pager a.selected {
  background-color: #000000;
  /* var base-dark */
}
.tabs-1 {
  width: 100%;
  min-height: 250px;
  margin-top: 10px;
}
.tabs-1 .tabs-ul {
  height: 48px;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #cfcfcf;
  /* 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: #f4f4f4;
  /* var gray-light */
  color: #3c3c3c;
  /* var text-color */
  font-size: 14px;
  display: block;
  padding: 10px 20px;
  margin: 0;
  text-decoration: none !important;
  border: 1px solid #cfcfcf;
  /* var gray-dark */
  border-left: none;
  border-bottom: none;
  position: relative;
  top: 11px;
}
.tabs-1 .tabs-ul li:first-child a {
  border: 1px solid #cfcfcf;
  /* var gray-dark */
}
.tabs-1 .tabs-ul a:hover {
  background: #eaeaea;
  /* var gray */
}
.tabs-1 .tabs-ul a.selected {
  background: #fff;
  cursor: default;
  color: #000;
  border: 1px solid #cfcfcf;
  /* var gray-dark */
  border-top: 4px solid #000000 !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 .tabs-ul li + li a.selected {
  border-left: 0;
}
.tabs-1 > div {
  padding: 10px;
  border: 1px solid #cfcfcf;
  /* var gray-dark */
  border-top: none;
}
.content-wrap1 {
  background: #f4f4f4;
  /* var gray-light */
  padding: 15px 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: #000000;
  /* 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 #f4f4f4;
  /* var gray-light */
  background: #eaeaea;
  /* var gray */
  -moz-border-radius: 5px;
  /* var quantity-border-radius */
  -webkit-border-radius: 5px;
  /* var quantity-border-radius */
  -khtml-border-radius: 5px;
  /* var quantity-border-radius */
  border-radius: 5px;
  /* var quantity-border-radius */
}
.quantity-style-wrap input,
.quantity-style-wrap .quantity-input {
  width: 35px;
  border: none;
  color: #3c3c3c;
  /* var text-color */
  font-size: 16px;
  padding: 5px;
  text-align: center;
  margin: 0;
  background: #eaeaea;
  /* 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;
  /* var quantity-border-radius-1-0-0-1 */
  -webkit-border-radius: 5px 0 0 5px;
  /* var quantity-border-radius-1-0-0-1 */
  -khtml-border-radius: 5px 0 0 5px;
  /* var quantity-border-radius-1-0-0-1 */
  border-radius: 5px 0 0 5px;
  /* var quantity-border-radius-1-0-0-1 */
}
.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;
  /* var quantity-border-radius-0-1-1-0 */
  -webkit-border-radius: 0 5px 5px 0;
  /* var quantity-border-radius-0-1-1-0 */
  -khtml-border-radius: 0 5px 5px 0;
  /* var quantity-border-radius-0-1-1-0 */
  border-radius: 0 5px 5px 0;
  /* var quantity-border-radius-0-1-1-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: #cfcfcf;
  /* 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;
  /* var gray-very-dark */
  font-size: 12px;
  display: block;
  margin-bottom: 10px;
}
.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;
}
#text-page-wrap {
  color: #3c3c3c;
  /* var text-color */
  font-size: 14px;
}
#text-page-wrap h1 {
  background: none;
  color: #3c3c3c;
  /* var text-color */
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  margin-bottom: 10px;
}
#text-page-wrap h1:after,
#text-page-wrap h2:after {
  border: none;
}
#text-page-wrap p {
  margin: 0 0 15px;
  padding: 0;
  color: #3c3c3c;
  /* var text-color */
  font-size: 17px;
}
#text-page-wrap h2 {
  margin: 0 0 15px;
  padding: 0;
  background: none;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  color: #3c3c3c;
  /* var text-color */
}
#text-page-wrap h3 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}
#text-page-wrap h4 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}
#text-page-wrap h5 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color: #000000;
  /* var base */
}
#text-page-wrap ul {
  margin: 0 0 15px 15px;
  padding: 0;
}
#text-page-wrap ul li {
  /* padding-left: 15px; */
  /* background: url(../image/point.png) no-repeat left center; */
  list-style: none;
  margin: 0 0 8px;
  position: relative;
  padding-left: 15px;
}
#text-page-wrap ul li:before {
  content: '\f111';
  /* fa-cirecle  */
  color: #000000;
  /* 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;
  position: absolute;
  left: 0;
  top: 5px;
}
#text-page-wrap ol li {
  margin-bottom: 8px;
}
#text-page-wrap ul li ul,
#text-page-wrap ol li ul {
  padding-left: 10px;
  margin-top: 10px;
}
#text-page-wrap ol li ol {
  margin-top: 10px;
}
#text-page-wrap li #text-page-wrap h2,
#text-page-wrap h3,
#text-page-wrap h4,
#text-page-wrap h5,
#text-page-wrap h6 {
  margin-bottom: 8px;
}
#text-page-wrap ul + h2,
#text-page-wrap ul + h3,
#text-page-wrap ul + h4,
#text-page-wrap ul + h5,
#text-page-wrap ul + h6 {
  margin-top: 25px;
}
#text-page-wrap blockquote {
  border-left: 6px solid #000000;
  /* var base */
  padding: 15px 30px;
  margin: 0 0 25px;
  background: #fbfbfb;
  font-size: 16px;
  font-style: italic;
  color: #000000;
  /* var base */
}
#text-page-wrap table {
  margin: 0;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  box-sizing: border-box;
  position: relative;
  border: 1px solid #dfdfdf;
}
#text-page-wrap table tr,
.table td {
  -webkit-transition: background-color 0.1s;
  -moz-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  transition: background-color 0.1s;
}
#text-page-wrap table tr {
  border-bottom: 1px solid #dfdfdf;
}
#text-page-wrap table tr:hover {
  background-color: #f7f7f7;
}
#text-page-wrap table td:hover {
  background-color: #ebebeb;
}
#text-page-wrap table thead tr {
  background-color: #EDEDED !important;
  border-bottom: 0;
}
#text-page-wrap 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;
}
#text-page-wrap table thead tr {
  border-bottom: 1px solid #dfdfdf;
}
#text-page-wrap table thead tr th {
  padding: 10px 7px;
  color: #848386;
  font-weight: 400;
}
#text-page-wrap table th:last-child,
.table td:last-child {
  border-right: none;
}
#text-page-wrap table.table-no-border,
#text-page-wrap table.table-no-border tr,
#text-page-wrap table.table-no-border thead tr,
#text-page-wrap table.table-no-border td,
#text-page-wrap table.table-no-border th {
  border: none;
}
#text-page-wrap table.table-no-border tr:hover {
  background-color: transparent;
}
#text-page-wrap table.table-no-border td:hover {
  background-color: transparent;
}
#text-page-wrap 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 #f4f4f4;
  /* var gray-light */
  height: 10px;
  margin: 5px 0 5px;
}
#text-page-wrap a {
  color: #000000;
  /* var base */
  font-size: 14px;
}
#text-page-wrap a:hover {
  text-decoration: none;
}
#content .contact h2 {
  border: none;
  color: #000000;
  /* var base */
  font-size: 14px;
  font-weight: 700;
  text-transform: none;
}
.contact-form {
  font-size: 0;
}
.contact-left,
.contact-right {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  text-align: left;
  font-size: 12px;
  box-sizing: border-box;
}
.captcha-left,
.captcha-right {
  vertical-align: middle;
}
.contact-right {
  padding-left: 30px;
}
.contact-bottom {
  border-top: 1px solid #f4f4f4;
  /* var gray-light */
  padding-top: 10px;
  margin-top: 10px;
}
.contact input,
.contact textarea {
  width: 100%;
  margin-top: 5px;
  box-sizing: border-box;
}
.contact input[type="checkbox"] {
  width: auto;
}
.contact .captcha input {
  width: 100%;
}
.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 #f4f4f4;
  /* var gray-light */
  padding: 5px 0 35px;
}
.contact-content-bottom {
  padding: 25px 0 15px;
  border-bottom: 1px solid #f4f4f4;
  /* 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: #000000;
  /* 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: #000000;
  /* 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: '\f041';
  /* 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-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: #f4f4f4;
  /* var gray-light */
  font-size: 22px;
  font-family: FontAwesome;
  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: #000000;
  /* var base */
}
.checkout-title-bg-silver {
  position: absolute;
  left: 0;
  bottom: 26px;
  height: 4px;
  width: 100%;
  background: #f4f4f4;
  /* var gray-light */
  z-index: 1;
}
.checkout-title-bg-50,
.checkout-title-bg-100 {
  position: absolute;
  left: 0;
  bottom: 26px;
  width: 50%;
  background: #000000;
  /* var base */
  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: #000000;
  /* var base */
  display: block;
  font-size: 12px;
  margin-bottom: 10px;
  font-weight: 400;
}
.p-info input {
  position: relative;
  left: -15px;
  width: 300px;
}
.account-button .ui-button {
  width: 250px;
}
.account-edit-button .ui-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 #f4f4f4;
  /* 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 #f4f4f4;
  /* 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 #f4f4f4;
  /* 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 #f4f4f4;
  /* 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;
  /* var gray-very-dark */
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  font-weight: 400;
}
.confirm-left p font {
  color: #3c3c3c;
  /* var text-color */
  font-size: 14px;
}
.confirm-left p font.confirm-nomber {
  color: #000000;
  /* var base */
  font-size: 24px;
  font-weight: 700;
}
.confirm-count {
  color: #a2a2a2;
  /* var gray-very-dark */
  font-size: 12px;
  margin-bottom: 20px;
}
.confirm-total {
  color: #3c3c3c;
  /* var text-color */
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 20px;
  text-align: right;
}
.confirm-total span {
  color: #4055e1;
  /* 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: #000000;
  /* 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: #000000;
  /* var base */
}
.table-list3 td {
  padding: 15px 10px;
}
.add-address-form,
.payment-content-form {
  /*border-top:1px solid @gray-light;*/
  margin-top: 25px;
  padding: 10px;
  background: #f5f4f4;
  -moz-border-radius: 5px;
  /* var base-border-radius */
  -webkit-border-radius: 5px;
  /* var base-border-radius */
  -khtml-border-radius: 5px;
  /* var base-border-radius */
  border-radius: 5px;
  /* var base-border-radius */
  /*padding-top:25px;*/
  max-height: 0;
  display: none;
  text-align: left;
}
.add-address-form.show,
.payment-content-form.show {
  max-height: 500px;
  display: block;
}
.add-address-form td,
.payment-content-form td {
  padding: 5px;
}
.add-address-form-button {
  padding: 5px;
}
#address_2 table td {
  padding: 5px 10px;
  padding-left: 0;
}
.payment-content-form input[type="text"] {
  min-width: 245px;
}
#passport_series,
#passport_num {
  width: 125px;
  min-width: auto;
}
.payment-conent-info {
  font-size: 12px;
  line-height: 16px;
  padding-left: 36px;
  background: #f4f4f4;
  /* var gray-light */
  border: 1px solid #cfcfcf;
  /* var gray-dark */
  color: #000;
}
.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%;
}
/*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: 20px;
  background-color: transparent;
  /* var content-color */
}
#up-button {
  color: #000;
  position: fixed;
  left: 5px;
  bottom: 40px;
  font-size: 29px;
  display: none;
  cursor: pointer;
  background-color: #fff;
  padding: 10px 11px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  border-radius: 100%;
  z-index: 200;
  border: 1px solid #000000;
  /* var base */
}
#up-button:hover {
  color: #000000;
  /* var base */
}
.review-top {
  border-bottom: 1px solid #f4f4f4;
  /* var gray-light */
  padding-bottom: 10px;
  margin: 10px 0 20px;
  font-size: 0;
}
.review-top-left,
.review-top-right {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  text-align: left;
}
.review-top-left {
  font-size: 12px;
  color: #3c3c3c;
  /* 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 #f4f4f4;
  /* 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: #000000;
  /* 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: #4055e1;
  /* 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: #000000;
  /* 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);
  box-sizing: border-box;
}
.review-form-2 {
  background: #f4f4f4;
  /* 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;
}
.review-form input[type="text"],
.review-form textarea {
  display: block;
  padding: 10px 15px;
  width: 100%;
  max-width: 630px;
  margin-top: 10px;
  font-size: 14px;
  box-sizing: border-box;
}
.review-form .buttons-wrap {
  border-color: #cfcfcf;
  /* var gray-dark */
}
.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: #ff7404;
  /* 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;
}
.rf-button .button {
  margin: 0;
}
.rf-button .button i {
  padding: 9px 5px 9px 0;
  vertical-align: -20%;
}
.rating-stars span {
  cursor: pointer;
}
#review_title {
  display: none;
}
.option-wrap {
  margin: 0 0 10px;
}
.option-wrap label {
  font-size: 12px;
  margin: 0 0 5px;
  display: block;
}
.option-color-h-list {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 2px solid transparent;
  margin: 1px 1px 1px 0;
  cursor: pointer;
  position: relative;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
}
.option-color-h-list:hover {
  opacity: 0.7;
  z-index: 2;
}
.option-color-h-list[data-disabled="disabled"] {
  opacity: 0.2;
  cursor: default;
}
.option-color-h-list[data-disabled="disabled"]:after {
  content: '\f05e';
  font-family: FontAwesome;
  color: #000;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -15px;
  width: 100%;
  text-align: center;
  background: rgba(255, 255, 255, 0.2);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
}
/*
.option-color-h-list[data-selected="selected"]:after {
    content:'\f00c';
    font-family: FontAwesome;
    color: rgba(13, 125, 0, 0.68);
    font-size: 21px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -10px;
    width: 100%;
    text-align: center;
}
*/
.option-color-h-list[data-selected="selected"] {
  border: 2px solid rgba(0, 0, 0, 0.7);
  /* box-shadow:  0 1px 3px 1px rgba(0, 0, 0, 0.5); */
  opacity: 1;
}
[tooltip]:before {
  position: absolute;
  content: attr(tooltip);
  opacity: 0;
  top: 40px;
  left: 0;
  background: #000;
  color: #fff;
  font-size: 10px;
  padding: 3px 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  z-index: 99;
  width: 60px;
}
[tooltip]:hover:before {
  opacity: 1;
}
.options-color-select-left {
  display: inline-block;
  vertical-align: middle;
  height: 15px;
  width: 15px;
  margin-right: 5px;
}
.options-color-select-right {
  display: inline-block;
  vertical-align: middle;
}
/****************************************** 
  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: #262626;
  /* var base-light */
}
.dark-style .catalog-datetime {
  color: #666666;
  /* var base-very-light */
}
.dark-style .copyright a {
  color: #eee;
}
.dark-style .footer-contact p {
  color: #ffffff;
  /* var text-color-light */
}
.dark-style .footer-contact a {
  color: #ffffff;
  /* var text-color-light */
}
.dark-style .footer-contact a:hover {
  color: #262626;
  /* var base-light */
}
.dark-style .mini-info {
  color: #ffffff;
  /* var text-color-light */
}
.coupon-container #coupon {
  border-top: 1px solid #f4f4f4;
  /* var gray-light */
  padding: 30px 0 10px;
}
.coupon-container b {
  margin-bottom: 20px;
  display: block;
}
.coupon-container input {
  width: 210px;
  vertical-align: middle;
}
.button-report-supply {
  position: relative;
}
.button-report-supply i {
  position: absolute;
  left: 17px;
  top: 16px;
  font-size: 18px;
}
.button-report-supply span {
  padding-left: 30px !important;
  text-align: left;
}
.button-report-supply-small {
  padding: 9px 11px;
  vertical-align: top;
}
.button-report-supply-small i {
  padding: 0;
  color: #fff;
}
.button-report-supply-small:hover i {
  color: #fff;
}
.reportsupplyform-wrap input[type="text"] {
  width: 100%;
  box-sizing: border-box;
  font-size: 14px;
}
#reportsupply-form {
  margin-bottom: 20px;
}
.checkoutquick_form input[type="text"],
.checkoutquick_form textarea {
  display: block;
  padding: 9px 12px;
  width: 100%;
  margin-top: 5px;
  box-sizing: border-box;
}
.agreement-wrap {
  font-size: 13px;
  margin-top: 10px;
  display: block;
}
.agreement-wrap a {
  font-size: 13px;
  color: #000000;
  /* var base */
}
.agreement-wrap input[type="checkbox"] {
  padding: 0;
  margin: 0 5px;
}
#agreement-text {
  font-size: 11px;
  color: #6d6c6c;
  max-width: 450px;
  margin-top: 10px;
}
#agreement-text a {
  font-size: 11px;
  color: #000000;
  /* var base */
}
.agreement-wrap.error {
  animation: agreement-error 0.4s ease-in-out infinite;
  -webkit-animation: agreement-error 0.4s ease-in-out infinite;
}
.buttons-wrap {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #f4f4f4;
  /* var gray-light */
}
.button-switch-wrap {
  font-size: 0;
  margin: 0 0  15px;
  -moz-border-radius: 5px;
  /* var button-switch-border-radius */
  -webkit-border-radius: 5px;
  /* var button-switch-border-radius */
  -khtml-border-radius: 5px;
  /* var button-switch-border-radius */
  border-radius: 5px;
  /* var button-switch-border-radius */
  overflow: hidden;
}
.button-switch {
  font-size: 12px;
  color: #000;
  border: 1px solid #cfcfcf;
  /* var gray-dark */
  background: #f4f4f4;
  /* var gray-light */
  text-transform: uppercase;
  padding: 8px 10px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.button-switch:first-child {
  -moz-border-radius: 5px 0 0 5px;
  /* var button-switch-border-radius-1-0-0-1 */
  -webkit-border-radius: 5px 0 0 5px;
  /* var button-switch-border-radius-1-0-0-1 */
  -khtml-border-radius: 5px 0 0 5px;
  /* var button-switch-border-radius-1-0-0-1 */
  border-radius: 5px 0 0 5px;
  /* var button-switch-border-radius-1-0-0-1 */
}
.button-switch:last-child {
  -moz-border-radius: 0 5px 5px 0;
  /* var button-switch-border-radius-0-1-1-0 */
  -webkit-border-radius: 0 5px 5px 0;
  /* var button-switch-border-radius-0-1-1-0 */
  -khtml-border-radius: 0 5px 5px 0;
  /* var button-switch-border-radius-0-1-1-0 */
  border-radius: 0 5px 5px 0;
  /* var button-switch-border-radius-0-1-1-0 */
}
.button-switch + .button-switch {
  border-left: none;
}
.button-switch:hover {
  background: #cacaca;
  /* gray-dark */
  color: #000;
  text-decoration: none;
}
.button-switch.active {
  padding-left: 30px;
  background: #000000 !important;
  /* var base !important*/
  color: #fff;
  border-color: #000000;
  /* var base */
}
.button-switch.active:after {
  content: '\f00c';
  /* fa-check  */
  color: #fff;
  font-size: 15px;
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -8px;
  display: block;
}
@keyframes agreement-error {
  10% {
    transform: translateX(-5px);
  }
  30% {
    transform: translateX(0px);
  }
  70% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0px);
  }
}
.contact .agreement-wrap,
.contact .agreement-wrap a {
  font-size: 13px;
}
#create-customer-org-form input[type="text"],
#create-customer-org-form input[type="password"] {
  width: 100%;
  max-width: 470px;
}
#create-customer-org-form .ui-grid-wrap {
  margin-bottom: 10px;
  max-width: 470px;
  overflow: hidden;
}
#create-customer-org-form .ui-field {
  max-width: 470px;
}
#create-customer-form input[type="text"],
#create-customer-form input[type="password"] {
  width: 100%;
  max-width: 350px;
}
.login-form-buttons {
  margin-top: 15px;
}
.login-form-buttons > a {
  display: inline-block;
}
#login-form p,
#login-form p a,
#login-form li {
  font-size: 13px;
}
#login-form p a {
  color: #000000;
  /* var base */
  font-weight: 700;
}
#login-form p a:hover {
  text-decoration: none;
}
#login-form input[type="text"],
#login-form input[type="password"] {
  width: 100%;
}
.agreement-cookies-status-wrap {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 8px 12px;
  box-sizing: border-box;
  color: #fff;
  font-size: 0;
  z-index: 9990;
  text-align: left;
  opacity: 1;
  visibility: visible;
  display: table;
  /* box-shadow: 0px 0 7px 0px rgba(0, 0, 0, 0.55);
    -webkit-box-shadow: 0px 0 7px 0px rgba(0, 0, 0, 0.55);
    -o-box-shadow: 0px 0 7px 0px rgba(0, 0, 0, 0.55); */
  -webkit-transition: opacity .5s, visibility;
  -moz-transition: opacity .5s, visibility;
  -o-transition: opacity .5s, visibility;
  transition: opacity .5s, visibility;
  border-top: 1px solid #fff;
}
.agreement-cookies-status-wrap.hide {
  opacity: 0;
  visibility: hidden;
}
.agreement-cookies-status-buttons,
.agreement-cookies-status-text {
  display: table-cell;
  vertical-align: middle;
}
.agreement-cookies-status-text {
  margin: 0;
  font-size: 13px;
}
.agreement-cookies-status-buttons {
  text-align: right;
  width: 250px;
}
.agreement-cookies-status-wrap a {
  font-size: 13px;
}
.agreement-cookies-status-wrap a.text-button {
  color: #fff;
  text-decoration: none;
  margin-left: 10px;
}
.agreement-cookies-status-wrap a.text-button:hover {
  text-decoration: underline;
}
.agreement-cookies-status-wrap .button {
  padding-left: 10px;
}
.agreement-cookies-status-wrap .button span {
  padding: 6px 10px 6px 2px;
}
.payments-button-list .ui-button,
.cart-info-button-wrap .ui-button {
  font-weight: 700;
}
#footer {
  width: 100%;
}
.footer-container {
  padding-top: 35px;
  /* padding-bottom: 35px; */
}
.footer-bottom {
  padding: 10px 0;
}
a.copyright {
  color: #949494;
}
/* #footer  */
.box-footer {
  display: inline-block;
  padding: 5px;
  vertical-align: top;
}
.box-footer-top {
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 10px;
  text-align: left;
  position: relative;
}
.box-footer-top.hide {
  display: none;
}
.box-footer + .box-footer {
  padding-left: 15px;
}
.footer-top-container,
.footer-center-container,
.footer-bottom-container {
  background: #f3f3f3;
  /* var footer-color */
}
.footer-top.min-width,
.footer-center.min-width,
.footer-bottom.min-width {
  background: #f3f3f3;
  /* var footer-center-color */
}
.footer-top-container,
.footer-center-container {
  border-bottom: 1px solid #cacaca;
  /* var gray-light */
}
.footer-center,
.footer-top {
  padding: 20px 0;
}
.footer-center .ui-grid > * > .box-footer-column,
.footer-top .ui-grid > * > .box-footer-column,
.footer-center .ui-blocks > * > .box-footer-column,
.footer-top .ui-blocks > * > .box-footer-column {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.footer-center .ui-grid > * > .box-footer-column > .box-footer,
.footer-top .ui-grid > * > .box-footer-column > .box-footer,
.footer-center .ui-blocks > * > .box-footer-column > .box-footer,
.footer-top .ui-blocks > * > .box-footer-column > .box-footer {
  display: table-cell;
}
.mobile-column-auto-off .box-footer + .box-footer {
  padding-left: 5px;
}
.footer-center .ui-grid > *.mobile-column-auto-off > .box-footer-column,
.footer-top .ui-grid > *.mobile-column-auto-off > .box-footer-column,
.footer-center .ui-blocks > *.mobile-column-auto-off > .box-footer-column,
.footer-top .ui-blocks > *.mobile-column-auto-off > .box-footer-column {
  display: block;
}
.footer-center .ui-grid > *.mobile-column-auto-off > .box-footer-column > .box-footer,
.footer-top .ui-grid > *.mobile-column-auto-off > .box-footer-column > .box-footer,
.footer-center .ui-blocks > *.mobile-column-auto-off > .box-footer-column > .box-footer,
.footer-top .ui-blocks > *.mobile-column-auto-off > .box-footer-column > .box-footer {
  display: inline-block;
}
.quickrequest-block {
  display: inline-block;
  vertical-align: top;
  width: 48%;
}
.quickrequest-block.right {
  margin-left: 3%;
}
.quickrequest-product .pcard-price,
.quickrequest-product .pcard-price {
  margin: 0;
  padding: 0;
}
.quickrequest-product .pcard-name {
  margin: 10px 0 10px;
  color: #3c3c3c;
  /* var text-color */
}
.quickrequest-product .subinfo {
  font-size: 12px;
  display: block;
  margin: 10px 0;
  color: #777;
}
.quickrequest-product textarea {
  height: 166px;
}
#content_search input[type="text"],
#content_search select {
  width: 100%;
}
.box-main {
  padding: 15px 0;
}
.box-main .box-main-container.min-width {
  background: transparent !important;
}
.box-main .box-main-top h2 {
  text-transform: uppercase;
  margin-bottom: 13px;
  padding: 9px 0;
  font-size: 18px;
} 
.advantages .box-main-top h2 {
    font-size: 26px;
    font-weight: 400;
    /* text-transform: uppercase; */
    /* font-family: 'Bebas'; */
    display: inline-block;
    padding: 5px 10px;
    border: 2px solid #202020;
    background-color: #fff;
    position: relative;
    z-index: 1;
}    
/*.advantages .box-main-top h2:after {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    background-color: #202020;
    content: ' ';
} */
.box-main .main-products-list {
  /*border-left: 1px solid #eaeaea;*/
  /* var gray */
}
.box-main .main-products-list .good {
  /*border: 1px solid #eaeaea;
  /* var gray */
  /*border-left: none;
  margin: 0;
  padding: 10px;*/
}
.box-main .main-products-list .owl-item:first-child .good {
  border-left: none;
}
.main-slider-item-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: #000;
  opacity: 0;
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}
.main-slider-item-link:hover {
  opacity: 0.2;
}
.horizontal-slider {
  font-size: 0;
}
.horizontal-slider .owl-nav {
  position: absolute;
  top: -53px;
  right: 0;
  width: 80px;
  height: 100%;
  z-index: 100;
  cursor: pointer;
}
.horizontal-slider .owl-next,
.horizontal-slider .owl-prev {
  display: inline-block;
  color: #3c3c3c;
  /* var text-color */
  font-size: 40px;
  width: 40px;
  text-align: center;
  margin: 0;
  cursor: pointer;
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
  border: 1px solid #eaeaea;
  /* var gray */
  box-sizing: border-box;
  float: none;
}
.horizontal-slider .owl-prev {
  -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;
}
.horizontal-slider .owl-next {
  border-left: 0;
  -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;
}
.horizontal-slider .owl-next:hover,
.horizontal-slider .owl-prev:hover {
  color: #000000;
  /* var base */
}
.horizontal-slider .owl-prev.disabled,
.horizontal-slider .owl-next.disabled {
  color: #eaeaea;
  /* var gray */
  cursor: default;
}
.horizontal-slider .good {
  width: 100% !important;
  text-align: center;
}
.horizontal-slider.owl-carousel .owl-item img {
  display: inline-block;
  max-width: none;
}
.main-list-content .list-box2 li {
  margin-bottom: 0;
}
.main-list-box-good,
.main-list-box {
  width: 100%;
  margin: 0 0 30px;
  position: relative;
  overflow: hidden;
}
.main-list-box-good.slider-type2 {
  padding-top: 25px;
}
#content .middle .main-list-box-good.slider-type2:first-child {
  padding-top: 15px !important;
}
.news-left {
  float: left;
  clear: left;
  padding-right: 10px;
}
.news .short_description p {
  font-size: 13px;
}
.main-box-news ul {
  padding: 0;
}
.main-box-news li {
  max-width: 500px;
  max-height: 150px;
  margin-bottom: 10px;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  list-style: none;
}
.main-box-news .news-right a {
  color: #3c3c3c;
  /* var text-color */
  font-size: 14px;
  margin: 0 0 5px;
  display: block;
}
.main-box-news .news-right a:hover {
  color: #000000;
  /* var base */
}
.main-box-news li span {
  display: block;
}
.main-box-news .short-description {
  color: #3c3c3c;
  /* var text-color */
  font-size: 14px;
  margin: 0;
  max-height: 82px;
  clear: left;
  padding-top: 10px;
  overflow: hidden;
}
.main-box-news .short-description p {
  font-size: 14px;
}
.main-box-news .date {
  display: block;
  color: #999;
  font-size: 12px;
  margin: 0 0 1px;
}
/* для старых СЛАЙДЕРОВ !!!!!  */
/*для слайдеров*/
#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: color 0.3s, background-color 0.3s;
  -moz-transition: color 0.3s, background-color 0.3s;
  -o-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
  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: #000000;
  /* 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;
}
.listview-block-item {
  font-size: 18px;
  color: #3c3c3c;
  /* var text-color */
  display: inline-block;
  padding: 7px 3px;
  cursor: pointer;
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}
.listview-block-item.select {
  cursor: default;
}
.listview-block-item.select,
.listview-block-item:hover {
  color: #000000;
  /* var base */
}
.home-container {
  /*padding: 0;*/
}
.home-container.min-width {
  padding: 0 10px;
}
.home-container.min-width .box-main .min-width {
  padding: 0;
}
.box-main:first-child {
  /* margin-top: 30px; */
}
#after-header .box-main,
#before-footer .box-main {
  margin: 0;
  padding: 0;
}
.button-pricerequest-small {
  padding: 9px 11px;
  vertical-align: top;
}
.pricerequest-brand {
  margin-bottom: 15px;
}
.pricerequest-model {
  color: #818181;
  font-size: 14px;
}
.pricerequest-name {
  font-size: 18px;
  margin-bottom: 15px;
}
.pricerequest-block .ui-field input[type="text"],
.pricerequest-block .ui-field textarea {
  width: 100%;
}
.pricerequest-block .ui-field label {
  font-weight: 700;
}
#pricerequest_form .subinfo {
  font-size: 10px;
  margin: 10px 0 0;
}
#pricerequest_form .pcard-model {
  margin: 0 0 3px;
  text-transform: uppercase;
  font-size: 14px;
}
.productstock-bottom-left-right .button-text-solid {
  padding-left: 15px;
}
.confirm-info-attention {
  font-size: 18px;
  border: 1px dashed;
  padding: 5px;
  margin: 0 0 30px;
  color: #e63700;
  text-align: center;
}
/*.slider-prev:hover {background: url(../image/slider-left-a.png) no-repeat; }*/
/*.slider-next:hover {background: url(../image/slider-right-a.png) no-repeat;  }*/
@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;
}*/
.advantages-item-image img {
    max-width: inherit;
}    
.good-option {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    font-size: 12px;
}
.it-name {
    font-size: 12px;
    line-height: 20px;
    color: #888888;
    white-space: nowrap;
}
.borderdot {
    width: 100%;
    border-bottom: 1px dotted #ccc;
    margin: 0 5px;
    min-width: 1px;
    white-space: nowrap;
}
.it-options {
    color: #333333;
    font-size: 12px;
    display: flex;
    align-items: center;
    white-space: nowrap;
}
img.country {
    /*margin-left: 5px;
    margin-right: 0;
    width: 14px !important;*/
}    
.it-options .country {
    margin-left: 5px;
    margin-right: 0;
    width: 14px !important;
    max-width: none;
}
/*.i-flag-16 {
    display: inline-block;
    height: 16px;
    width: 16px;
    vertical-align: middle;
    line-height: 16px;
    margin-right: 3px;
    background: url(../images/flags16.png) no-repeat;*/
.options-1 {
    /*margin-top: 10px;*/
    padding: 3px 4%;
}   
.action-prod span {
    font-weight: 300;
    font-size: 12px;
    line-height: 24px;
    text-transform: uppercase;
    /*border-top: 2px solid #ffffff;*/

}
.action-prod {
    position: absolute;
    top: 180px;
    left: 0;
    z-index: 10;
    width: 100%;
}
.action-prod2 span {
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    text-transform: uppercase;
    /*border: 2px solid #ffffff;*/
    text-align: center;
    border-left: none;

}
.action-prod2 {
    width: 220px;
    visibility: visible;
    background-color: #ffffff;
    top: auto;
    position: absolute;
    z-index: 1;
    padding: 2px;
    margin: 0;
    list-style: none;
}    
.good img {
    max-width: none;
    height: auto;
    
}    
.pageinfo .float-left_f1 {
    padding-left: 30px;
    float:right;
}    
.good.good-category {
    height: auto;
    text-align: center;
    width: auto;
    display: inline-block;
    vertical-align: top;
    margin: 0 8px 8px 0px;
    min-width: auto!important;
}
.good.good-category a.category-title {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 10px 0 10px;
    color: #33363B;
    text-decoration: none;
    border: 1px solid #D4D4D4;
    /*margin: 0 10px 10px 0;*/
    border-radius: 3px;
    font-size: 14px;
    /*transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;*/
    font-weight: 400 !important;
}
.good.good-category a.category-title:hover {
    color: #ffffff;
    text-decoration: none;
    background-color:#3c3c3c;
} 
.good-price-text {
    color: #333333;
    font-size: 12px;
    display: block;
}
.box-main-top h1 {
    font-size: 18px;
    font-weight: 600;
}    
.ui-vertical-middle, .ui-vertical-middle > * {
    vertical-align: middle !important;
}  
.pageinfo .float-left_f2 {
    padding-left: 12px;
}  
.p-icons {
    /*right: 0;
    text-align: center;
    padding: 14px;
    /* left: 0; */
     /* bottom: auto; */
    /*width: 40px;
    visibility: visible;
    background-color: transparent;
    /* bottom: auto; */
    position: absolute;
    z-index: 1;
    padding-top: 250px;
    margin: 0;
    position: absolute;
    top: 0;
    /*left: 0;*/
    z-index: 1;
    padding: 10px;
    right:0;
}
.p-icons img {
    padding:5px;
}
.p-icons li {
    display: inline;
    padding: 0 2px;
}   
.p-icons img, .tire-icons img, .p-icons2 img, .p-icons4 img, .price-icons-3d .tire-icons img {
    max-width: 40px !important;
    /* text-decoration-color: #ac3427; */
}    
.weather {
    text-align: center;
    width: 50px;
    visibility: visible;
    background-color: transparent;
    top: auto;
    position: absolute;
    z-index: 1;
    padding: 20px;
    margin: 0;
    list-style: none;
    right:0;
}
.product-card-v3__additional {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.product-card-v3__additional .product-card-infoblock {
    display: flex;
    flex-direction: column;
    width: 31.6%;
    margin-bottom: 0;
    box-sizing: border-box;
}

.product-card-infoblock {
    background-color: rgba(40, 47, 55, .06);
    border-radius: 3px;
    padding: 3px;
    margin-bottom: 12px;
}
.product-card-v3__additional .product-card-infoblock__title {
    display: flex;
    justify-content: space-between;
}

.product-card-infoblock__title {
    padding: 3px 12px;
    margin-bottom: 3px;
    font-weight: 600;
    font-size: 14px;
}
.product-card-v3__additional .product-card-infoblock__content {
    flex-grow: 1;
}

.product-card-infoblock__content {
    padding: 7px 12px;
    background-color: #fff;
    font-size: 14px;
    line-height: 1.3em;
    display: flex
}
.product-card-infoblock__ico {
    width: 40px;
    flex-shrink: 0;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-card-infoblock__ico img {
    max-width: 100%;
    max-height: 100%;
}
.product-card-infoblock__text {
    flex-grow: 1;
}
.product-card-infoblock__info-text {
    display: none;
    position: absolute;
    bottom: calc(100% + 6px);
    left: -135px;
    font-size: 14px;
    font-weight: normal;
    color: #ffffff;
    width: 150px;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 3px;
}
.product-card-infoblock__info {
    position: relative;
    display: inline-block;
    cursor: pointer;
}  
@media screen and (max-width: 1052px) {
	.product-card-v3 .add-form-wrapper__top {
		flex-direction: column;
	}

	.add-form-wrapper__square {
		width: 100%;
	}

	.product-price-sale__description {
		left: -228px;
	}

	.add-form-wrapper__units--calculate {
		margin-top: 30px;
		margin-left: 0;
		padding-top: 0;
	}

	.product-num-table--v3 .product-quantity {
		max-width: 100%;
		width: 100%;
	}

	.product-num-table--v3 .product-quantity .product-quantity__field {
		max-width: 100%;
		flex-grow: 1;
	}
}

@media screen and (max-width: 768px) {
	.product-card-v3-top .skus {
		overflow-x: scroll;
		margin-top: 30px;
		padding-bottom: 0;
	}

	.custom-control-label-bs .sku-name {
		white-space: nowrap;
	}

	.product-card-v3__main .add2cart {
		margin-top: 30px;
	}

	.add-form-wrapper_body--no-calc .product-num-table--v3 .product-quantity .product-quantity__field {
		max-width: 62px;
	}

	.add-form-wrapper_body--no-calc  .product-card-v3__price-top {
		margin-right: auto;
	}

	.product-card-v3__additional {
		flex-direction: column;
	}

	.product-card-v3__additional .product-card-infoblock {
		width: 100%;
	}

	.product-card-v3__additional .product-card-infoblock:not(:first-child) {
		margin-top: 15px;
	}

	.product-card-infoblock__info-text {
		left: -228px;
	}
}
@media screen and (max-width: 768px) {
.product-card-infoblock__info-text {
    left: -228px;
}

.product-card-infoblock__info-text {
    display: none;
    position: absolute;
    bottom: calc(100% + 6px);
    left: -135px;
    font-size: 14px;
    font-weight: normal;
    color: #ffffff;
    width: 260px;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 3px;
}    
}
.product-card-infoblock__info:hover::before, .product-card-infoblock__info:hover .product-card-infoblock__info-text {
    display: block;
}

.product-card-infoblock__info::before {
    display: none;
    content: '';
    position: absolute;
    bottom: 65%;
    left: 50%;
    border: 7px solid transparent;
    border-top-color: rgba(0, 0, 0, 0.9);
    transform: translateX(-50%);
}   
.p-icons2 {
    right: 0;
    text-align: center;
    padding-right: 14px;
    width: 40px;
    visibility: visible;
    background-color: transparent;
    top: auto;
    position: absolute;
    z-index: 1;
    padding-top: 14px;
    margin: 0;
}
.p-icons2 li {
    display: inline;
} 
.p-icons3 {
     text-align: center;
    width: 60px;
    visibility: visible;
    background-color: transparent;
    top: auto;
    position: absolute;
    z-index: 1;
    padding: 20px;
    margin: 0;
    list-style: none;
} 
.p-icons4 {
    right: 0;
    text-align: center;
    padding-right: 14px;
    width: 40px;
    visibility: visible;
    background-color: transparent;
    top: auto;
    position: absolute;
    z-index: 1;
    padding-top: 64px;
    margin: 0;
}    
.p-icons4 li {
    display: inline;
}    
.good:hover .good-price_2 {
    height: auto;
    opacity: 1;
    visibility: visible;
    display: block;
    /* -webkit-box-shadow: 0px 7px 8px 0 rgba(0, 0, 0, 0.3); */
    -moz-box-shadow: 0px 7px 8px 0 rgba(0, 0, 0, 0.3);
    /* box-shadow: 0px 7px 8px 0 rgba(0, 0, 0, 0.3); */

    display: block;
}   
.good:hover .good-wrapper {
    border-color: #bbbbbb;
    

}   
.catalog-wrap {
    width: 100%;
    padding: 0;
}    
.hori-slider {
  font-size: 0;
}
.hori-slider .owl-nav {
  position: absolute;
  top: -53px;
  right: 0;
  /* width: 10px; */
  height: 40%;
  z-index: 10;
  cursor: pointer;
}
.hori-slider .owl-next {
   float: right;
}
.hori-slider .owl-next,
.hori-slider .owl-prev {
  /* display: inline-block; */
  color: #3c3c3c;
  /* var text-color */
  font-size: 30px;
  width: 30px;
  text-align: center;
  margin: 0;
  cursor: pointer;
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
  /* var gray */
  box-sizing: border-box;
  float: left;
}
.hori-slider .owl-prev {
  -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;
}
.hori-slider .owl-next {
  border-left: 0;
  -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;
}
.hori-slider .owl-next:hover,
.hori-slider .owl-prev:hover {
  color: #000000;
  /* var base */
}
.hori-slider .owl-prev.disabled,
.hori-slider .owl-next.disabled {
  color: #eaeaea;
  /* var gray */
  cursor: default;
}
.hori-slider .good {
  width: 100% !important;
  text-align: center;
}
.hori-slider.owl-carousel .owl-item img {
  display: inline-block;
  max-width: none;
}
.hori-slider .owl-prev i {
    padding-right: 5px;
    position: relative;
    top: -1px;
}
.hori-slider .owl-next i {
    padding-left: 5px;
    position: relative;
    top: -1px;
}   
.hori-slider .owl-nav {
  position: absolute;
  top: 30%;
  left: 0;
  z-index: 11;
  margin-top: -18px;
  width: 100%;
}
.hori-slider .owl-next,
.hori-slider .owl-prev {
  display: inline-block;
  color: #000;
  background: #fff;
  font-size: 60px;
  width: 40px;
  text-align: center;
  margin: 0 5px;
  cursor: pointer;
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 1;
}
.hori-slider .owl-prev {
  float: left;
}
.hori-slider .owl-next {
  float: right;
}
.hori-slider:hover .owl-next,
.hori-slider:hover .owl-prev {
  opacity: 0.8;
}
.hori-slider .owl-next:hover,
.hori-slider .owl-prev:hover {
  opacity: 0.6;
}    
.good-ico {
    position: absolute;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 15px;
}    
.good-ico img {
    max-width: 40px !important;
} 
.p-icons5 {
    text-align: center;
    width: 60px;
    visibility: visible;
    background-color: transparent;
    top: auto;
    position: absolute;
    z-index: 1;
    padding: 20px;
    margin: 0;
    list-style: none;
    left: 80px;
}    
.good-stok {
    top: 0;
    left: 0;
    position: absolute;
    display: inline-block;
    padding: 5px 10px 5px 10px;
    background: #33363B;
    color: #fff;
    font-size: 11px;
    z-index: 1;
    text-transform: uppercase;
    background: #ff512f;
    background-image: linear-gradient(90deg,#ff512f 0,#f09819 51%,#ff512f);
}