/* CSS reset  */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
img {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  border: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
input {
  padding: 0;
  margin: 0;
}
body {
  line-height: 1;
}
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* LESS  */
.fl {
  float: left;
}
.fr {
  float: right;
}
.dbl {
  display: block;
}
.prl {
  position: relative;
}
.fix {
  position: fixed;
}
.abs {
  position: absolute;
}
.nr {
  background-repeat: no-repeat !important;
}
.unoselect {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}
.tc {
  text-align: center;
}
.hand {
  cursor: pointer;
}
.sp5 {
  height: 5px;
}
.sp10 {
  height: 10px;
}
.sp15 {
  height: 15px;
}
.sp20 {
  height: 20px;
}
.sp25 {
  height: 25px;
}
.sp30 {
  height: 30px;
}
.sp35 {
  height: 35px;
}
.sp40 {
  height: 40px;
}
.sp45 {
  height: 45px;
}
.sp50 {
  height: 50px;
}
.sp55 {
  height: 55px;
}
.sp60 {
  height: 60px;
}
.sp65 {
  height: 65px;
}
.sp70 {
  height: 70px;
}
.clr {
  clear: both;
}
.clr-after {
  content: '';
  display: block;
  clear: both;
}
.ital {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
.none {
  display: none;
}
input,
select,
textarea {
  font-family: inherit;
}
.float-fix {
  display: table;
  width: 100%;
}
/*  ?????  */
a {
  color: #008bd0;
}
a:hover {
  color: #0a989c !important;
}
.dashed {
  color: #008bd0;
  border-bottom: 1px dashed #008bd0;
  cursor: pointer;
}
.dashed:hover {
  color: #0a989c;
  border-color: #0a989c;
}
.pic {
  background: url('/img/a.png');
}
.bg {
  background: url('/img/b.jpg');
}
/* ????? */
html {
  height: 100%;
  overflow-y: scroll;
}
html.adopt-tablet {
  overflow-y: auto;
}
body {
  height: 100%;
  font-family: Arial, sans-serif;
  font-size: 16px;
  background: #18666a;
  background: linear-gradient(to bottom, #18666a, #222222);
  background: black;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
.site {
  background: white;
  min-height: 100%;
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.2);
  max-width: 1145px;
  min-width: 765px;
  margin: 0 auto;
  margin-bottom: -184px;
}
.adopt-wide .site {
  max-width: 1400px;
}
.site.black {
  background: #d8d8d8;
}
/*
.site.black a {
    color: white;
    text-decoration: none;
    border-bottom: 1px solid #aaa;
    padding-bottom: 1px;
}
.site.black a:hover {
    color: @pink;
    border-color: @pink;
}
*/
.top-gradient {
  height: 100px;
  background: linear-gradient(to bottom, #242424, black);
  margin-bottom: -100px;
}
.logo {
  width: 207px;
  height: 75px;
  margin-bottom: -75px;
  position: relative;
  top: 5px;
  left: 5px;
  background: url('../img/logo.png');
}
.adopt-narrow .logo {
  left: 10px;
}
.logo a {
  display: block;
  height: 55px;
  border-bottom: none !important;
}
.menu {
  clear: both;
  position: relative;
  font-size: 105%;
  height: 40px;
  margin-bottom: -40px;
  width: 530px;
  left: 48%;
  margin-left: -255px;
  top: -13px;
}
.adopt-tablet .menu {
  top: -20px;
  font-size: 90%;
  width: 250px;
  margin-left: -100px;
}
.menu:after {
  content: '';
  display: block;
  clear: both;
}
.menu li {
  float: left;
  padding: 7px 12px;
  margin-right: 10px;
}
.adopt-tablet .menu li {
  margin-right: 20px;
  margin-bottom: 5px;
}
.menu li:last-child {
  margin-right: 0;
}
.menu li.active {
  padding-top: 6px;
  padding-bottom: 6px;
  border: 1px solid #aaa;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 4px;
}
.adopt-tablet .menu li.cart {
  clear: both;
}
.menu li.active a {
  border-bottom: none;
  text-shadow: none;
}
.menu li:first-child a {
  border-bottom: none;
  display: block;
  width: 32px;
  height: 30px;
  background: url('/img/a.png');
  background-position: 0 -53px;
  position: relative;
  top: -7px;
}
.site.black .menu li:first-child {
  opacity: 0.4;
}
.adopt-tablet .menu li:first-child {
  display: none;
}
.top-phone {
  color: #18666a;
  color: black;
  height: 30px;
  margin-bottom: -30px;
  font-size: 130%;
  float: right;
  position: relative;
  top: 12px;
  margin-right: 25px;
  line-height: 130%;
  text-shadow: 0 0 5px white;
  font-weight: bolder;
}
.top-phone.one {
  top: 30px;
}
.top-phone:before {
  content: '';
  display: block;
  background: url('/img/a.png');
  width: 20px;
  height: 20px;
  margin-bottom: -20px;
  background-position: -40px -63px;
  position: relative;
  left: -35px;
  top: 6px;
}
.top-email {
  display: block;
  height: 20px;
  margin-bottom: -20px;
  float: right;
  margin-right: 30px;
  position: relative;
  top: 73px;
  font-size: 95%;
  border-bottom: none !important;
  color: black !important;
  z-index: 2;
}
.top-email.one {
  top: 66px;
}
.top-email:hover {
  color: #18666a !important;
}
.top-email:before {
  content: '';
  display: block;
  width: 17px;
  height: 13px;
  margin-bottom: -13px;
  background: url('/img/a.png');
  background-position: -372px -3px;
  position: relative;
  left: -23px;
  top: 2px;
  opacity: 0.75;
}
.adopt-narrow .top-email,
.adopt-narrow .top-phone {
  margin-right: 8px;
}
.search-block {
  height: 40px;
  margin-bottom: -40px;
  position: relative;
  top: 100px;
  background: white;
  margin-right: 20px;
}
.adopt-narrow .search-block {
  margin-right: 8px;
}
.search-block:after {
  content: '';
  display: block;
  clear: both;
}
.search-block label {
  display: block;
  background: #18666a;
  background: linear-gradient(to bottom, #0a989c, #046b6e);
  float: left;
  line-height: 40px;
  color: white;
  padding: 0 25px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  font-size: 90%;
}
.adopt-narrow .search-block label {
  padding-left: 10px;
}
.search-block label:before {
  content: '';
  display: block;
  width: 20px;
  height: 40px;
  margin-bottom: -40px;
  background: url('/img/a.png');
  background-position: -153px -101px;
  position: relative;
  left: 100%;
  margin-left: 25px;
}
.search-block .button-holder {
  height: 40px;
  width: 150px;
  float: right;
  padding-left: 15px;
}
.search-block .button-holder:before {
  content: '';
  display: block;
  height: 40px;
  margin-bottom: -40px;
  background: white;
  width: 5px;
  position: relative;
  left: -15px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.search-block .button-holder input {
  width: 100%;
  display: block;
}
.pink-button {
  background: #18666a;
  background: linear-gradient(to bottom, #0a989c, #046b6e);
  border: none;
  border-bottom: 3px solid #034345;
  color: white;
  border-radius: 5px;
  line-height: 37px;
  font-size: 100%;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-align: center;
}
.pink-button.slim {
  line-height: 28px;
  font-size: 90%;
}
.pink-button:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.search-block .input-holder {
  margin-left: 240px;
  margin-right: 170px;
}
.search-block .input-holder input {
  display: block;
  font-size: 100%;
  line-height: 40px;
  border: 0;
  width: 100%;
  height: 40px;
}
header {
  height: 160px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  background: url('../img/header.0.8.png');
  background-size: 100% 100%;
  text-shadow: 0 0 30px rgba(255, 255, 255, 0.6);
  position: relative;
  z-index: 2;
}
.adopt-tablet header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
}
.adopt-tablet header.with-shadow {
  box-shadow: 0 0 6px rgba(255, 255, 255, 0.6);
}
.adopt-tablet .tablet-top-space {
  height: 160px;
}
header a {
  color: black;
  text-decoration: none;
  border-bottom: 1px solid black;
  padding-bottom: 1px;
  font-weight: bolder;
  text-shadow: 0 0 5px white;
}
header a:hover {
  color: #18666a !important;
  border-color: #18666a;
}
footer {
  height: 183px;
  background: url('../img/bottom.jpg') 50% 100%;
  background-size: 100% auto;
  max-width: 1145px;
  min-width: 765px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.adopt-wide footer {
  max-width: 1400px;
}
footer div.footer {
  height: 125px;
  padding-top: 28px;
  background: #383b40;
  background: linear-gradient(to bottom, #dddddd, #8c8c8c);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  padding-left: 25px;
  color: black;
  font-size: 80%;
  line-height: 1.6em;
}
.adopt-narrow footer div.footer {
  padding-left: 10px;
}
footer div.footer a {
  color: black;
  text-decoration: none;
}
footer div.footer a:hover {
  color: black !important;
  text-decoration: underline;
}
.logo-bottom {
  background: url('/img/a.png');
  background-position: -224px 0;
  width: 134px;
  height: 19px;
  margin-bottom: 20px;
}
footer .copy {
  display: block;
  position: relative;
  width: 10px;
  height: 10px;
  margin-bottom: -10px;
  left: -1.1em;
}
.adopt-narrow footer .copy {
  width: auto;
  height: auto;
  margin-bottom: 0;
  left: 0;
  display: inline;
}
.up-arrow {
  position: fixed;
  background: url('/img/a.png');
  background-position: -95px -343px;
  width: 94px;
  height: 105px;
  z-index: 10;
  left: 500px;
  top: 100%;
  margin-top: -110px;
  left: 1450px;
  cursor: pointer;
}
.footer-space {
  clear: both;
  height: 184px;
}
.pink-button.search {
  padding-left: 20px;
}
.pink-button.search:before {
  content: '';
  display: block;
  background: url('/img/a.png');
  width: 23px;
  height: 24px;
  margin-bottom: -24px;
  background-position: -136px -55px;
  position: relative;
  top: 8px;
}
.layout {
  padding-left: 25px;
  display: table;
}
.layout.one-col {
  padding-right: 20px;
}
.adopt-narrow .layout {
  padding-left: 10px;
}
.adopt-narrow .layout.one-col {
  padding-right: 8px;
}
.cont-col {
  background: #f6f5f3;
  float: right;
  width: 250px;
  padding: 40px 0 40px 20px;
  box-shadow: -3px 0 5px rgba(0, 0, 0, 0.05);
}
.adopt-tablet .cont-col {
  display: none;
}
.cont-col h2 {
  color: #7b7b7b;
  font-size: 160%;
  margin-bottom: 0.5em;
}
.cont-col h2.cart:before {
  content: '';
  display: block;
  width: 73px;
  height: 63px;
  margin-bottom: -63px;
  background: url('/img/a.png');
  background-position: -116px -269px;
  position: relative;
  left: 100%;
  margin-left: -73px;
  top: -20px;
}
.cont-col h2.contacts:before {
  content: '';
  display: block;
  width: 73px;
  height: 63px;
  margin-bottom: -63px;
  background: url('/img/a.png');
  background-position: -116px -195px;
  position: relative;
  left: 100%;
  margin-left: -73px;
  top: -20px;
  background-color: #dbdbdb;
}
.adopt-tablet .cont-col h2.contacts:before,
.adopt-tablet .cont-col h2.cart:before {
  display: none;
}
.cont-col hr {
  border: none;
  display: block;
  clear: both;
  height: 5px;
  background: url('/img/a.png');
  background-position: 0 -493px;
  width: 270px;
  margin-left: -20px;
  margin-bottom: 2.2em;
}
.adopt-tablet .cont-col hr {
  margin-left: -15px;
  width: 180px;
}
.cart-status {
  font-size: 90%;
  line-height: 1.4em;
  margin-bottom: 1.5em;
}
.cart-status span.rub {
  display: inline-block;
  width: 9px;
  height: 10px;
  background: url('/img/a.png');
  background-position: -76px -141px;
  position: relative;
  top: 5px;
}
.cart-status span.link {
  display: block;
  padding-top: 0.7em;
  color: #008bd0;
  font-weight: bolder;
}
.compare-status {
  font-size: 90%;
  line-height: 1.4em;
  margin-bottom: 1.5em;
}
.compare-status span.link {
  display: block;
  padding-top: 0.7em;
  color: #008bd0;
  font-weight: bolder;
}
ul.contacts {
  padding-top: 0.7em;
  font-size: 95%;
  font-weight: bolder;
  color: #345;
}
.adopt-tablet ul.contacts {
  font-size: 90%;
  padding-top: 0.2em;
}
ul.contacts li {
  margin-bottom: 1em;
  padding-left: 30px;
}
ul.contacts li:before {
  content: '';
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  margin-bottom: -20px;
  left: -30px;
  background: url('/img/a_new.png');
}
ul.contacts li.phone:before {
  background-position: -116px -83px;
  /*background-position: -194px -86px;*/
}
ul.contacts li.email:before {
  background-position: -116px -107px;
  /*background-position: -193px -139px;*/
}
ul.contacts li.email {
  margin-bottom: 1.2em;
}
ul.contacts li.icq:before {
  background-position: -116px -135px;
  top: -3px;
}
ul.contacts li.skype:before {
  background-position: -116px -165px;
  /*background-position: -194px -112px;*/
  top: -2px;
  left: -29px;
}
.tablet-br {
  display: none;
}
.adopt-tablet .tablet-br {
  display: inline;
}
.left-column {
  padding-top: 25px;
  margin-right: 290px;
  min-width: 830px;
}
.adopt-tablet .left-column {
  margin-right: 10px;
}
.d-nav {
  font-size: 80%;
  color: #789;
  margin-bottom: 1em;
  position: relative;
  top: -0.5em;
}
.d-nav a {
  color: #445566;
}
.content {
  line-height: 1.35em;
  color: #123;
  font-size: 90%;
}
.text-content h3,
.text-content h1,
.text-content h1,
.content h3,
.content h2,
.content h1 {
  color: #7b7b7b;
  font-size: 180%;
  margin-bottom: 0.8em;
  line-height: 1.4em;
}
.content h3,
.text-content h3 {
  font-size: 140%;
}
.content blockquote,
.text-content blockquote {
  font-style: italic;
  border: 1px solid #f1f1f1;
  padding: 1em 2em;
  margin-bottom: 1em;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}
.content blockquote p:last-of-type,
.text-content blockquote p:last-of-type {
  margin-bottom: 0;
}
h1 sup,
h2 sup {
  font-size: 60%;
  position: relative;
  top: -0.6em;
}
.content p {
  margin-bottom: 0.8em;
}
.catalog-root {
  position: relative;
}
.catalog-root.fixed {
  position: fixed;
  top: 0;
  background: white;
  border-bottom: 1px solid #dadada;
  padding-top: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
  padding-top: 1em;
  padding-left: 25px;
  z-index: 100;
}
.adopt-narrow .catalog-root.fixed {
  padding-left: 10px;
}
.catalog-root li {
  float: left;
  line-height: 31px;
  font-size: 110%;
  margin-right: 30px;
  padding: 0 10px;
}
.adopt-tablet .catalog-root li {
  margin-right: 20px;
}
.catalog-root li span {
  color: #008bd0;
  border-bottom: 1px dashed #008bd0;
  cursor: pointer;
}
.catalog-root li span:hover {
  color: #0a989c;
  border-color: #0a989c;
}
.catalog-root li.active.pink {
  background: #0a989c;
}
.catalog-root li.active.green {
  background: #008e4e;
}
.catalog-root li.active.blue {
  background: #005da7;
}
.catalog-root li.active span {
  color: white;
  border-bottom: none;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.catalog-root {
  padding-top: 0.5em;
}
.catalog-root:after {
  content: '';
  display: block;
  clear: both;
  height: 2em;
}
.catalog-root.fixed:after {
  height: 1em;
}
.catalog-root li.active:before {
  content: '';
  display: block;
  width: 17px;
  height: 31px;
  margin-bottom: -31px;
  background: url('/img/a.png');
  position: relative;
  left: 100%;
  margin-left: 10px;
}
.catalog-root li.active.pink:before {
  background-position: -35px -181px;
}
.catalog-root li.active.green:before {
  background-position: -35px -99px;
}
.catalog-root li.active.blue:before {
  background-position: -35px -140px;
}
.catalog-group .image-holder {
  float: left;
  width: 90px;
}
.catalog-group .image-holder img {
  display: block;
  margin: 0 auto;
}
.catalog-group figcaption {
  margin-left: 115px;
  font-size: 130%;
  margin-bottom: 0.5em;
}
.c-brief {
  margin-left: 115px;
  font-size: 90%;
}
.c-brief p {
  margin-bottom: 0.3em;
  position: relative;
  top: -0.15em;
}
.catalog-group figcaption a {
  color: #456;
  text-decoration: none;
}
.catalog-group ul {
  margin-left: 115px;
}
ul.cat-childs li,
.catalog-group ul li {
  float: left;
  margin-bottom: 0.5em;
}
ul.cat-childs {
  padding-left: 0 !important;
}
ul.cat-childs li:after,
.catalog-group ul li:after {
  content: '|';
  color: #aaa;
  padding: 0 10px;
}
ul.cat-childs li:before {
  display: none !important;
}
ul.cat-childs li:last-child:after,
.catalog-group ul li:last-child:after {
  display: none;
}
.catalog-group:after {
  content: '';
  display: block;
  clear: both;
  border-bottom: 1px dotted #dadada;
  height: 1.4em;
  margin-bottom: 1.4em;
}
.bar-spacer {
  height: 67px;
}
.catalog-section .catalog-group:last-child:after {
  border-bottom: 2px solid #dadada;
}
.catalog-section:last-child .catalog-group:last-child:after {
  border-bottom: none;
}
.product-images {
  width: 300px;
  float: left;
  padding: 8px 3px;
  overflow: hidden;
  height: 200px;
}
.product-images img {
  display: block;
  margin: auto;
  border-radius: 8px;
  position: relative;
}
.adopt-tablet .product-images {
  width: 260px;
}
.adopt-tablet .product-images img {
  max-width: 250px;
}
.product-right {
  margin-left: 350px;
}
.adopt-tablet .product-right {
  margin-left: 295px;
}
.price-block {
  max-width: 280px;
  padding-top: 10px;
  padding-bottom: 20px;
}
.price-block li {
  border-bottom: 1px solid #dadada;
  padding-bottom: 3px;
  margin-bottom: 15px;
}
.price-block li:after {
  content: '';
  display: block;
  clear: both;
}
.price-block li span:first-child {
  background: white;
  display: block;
  float: left;
  position: relative;
  padding: 0 7px 7px 0;
  font-size: 95%;
  color: #567;
  top: 6px;
}
.price-block li span:last-child {
  float: right;
  font-size: 110%;
  color: #567;
  margin-right: 20px;
  position: relative;
  top: 5px;
}
.price-block li span:last-child:before {
  content: '';
  display: block;
  width: 13px;
  height: 15px;
  margin-bottom: -15px;
  /*
  background: url('/img/a.png');
  background-position: -76px -119px;
  */
  position: relative;
  left: 100%;
  margin-left: 7px;
  top: 1px;
}
.price-block li:first-child span:last-child {
  color: #008e4e;
  font-size: 150%;
}
.price-block li:first-child span:last-child:before {
  width: 17px;
  height: 18px;
  margin-bottom: -18px;
  background-position: -92px -97px;
  top: 0;
}
.pink-button.add-to-cart {
  max-width: 210px;
  font-size: 110%;
  padding-left: 30px;
  margin-left: 40px;
}
.pink-button.compare {
  max-width: 210px;
  font-size: 110%;
  padding-left: 30px;
  margin-left: 40px;
}
.pink-button.ask-price-vailability {
  max-width: 210px;
  font-size: 110%;
  padding-left: 30px;
  margin-left: 40px;
  display: block;
  text-decoration: none;
  color: white !important;
}
.pink-button.slim.add-to-cart {
  width: 58px;
  font-size: 90%;
  padding-right: 6px;
  white-space: nowrap;
}
.pink-button.add-to-cart:before {
  content: '';
  display: block;
  width: 29px;
  height: 25px;
  margin-bottom: -25px;
  background: url('/img/a.png');
  background-position: -200px -55px;
  position: relative;
  top: 6px;
}
.pink-button.compare:before {
  content: '';
  display: block;
  width: 29px;
  height: 25px;
  margin-bottom: -25px;
  position: relative;
  top: 6px;
}
.pink-button.slim.add-to-cart:before {
  width: 19px;
  height: 17px;
  margin-bottom: -17px;
  background-position: -233px -55px;
  left: -25px;
}
.all-width {
  width: 100%;
  padding-left: 25px;
  padding-right: 20px;
  margin-left: -25px;
}
.bookmarks {
  font-size: 110%;
  color: #999;
  margin-left: -25px;
  padding-left: 0 !important;
}
.adopt-tablet .bookmarks {
  font-size: 120%;
}
.bookmarks li {
  float: left;
  padding: 9px 15px;
  border: 1px solid #dadada;
  border-left: none;
  border-bottom: none;
  border-top-right-radius: 7px;
  margin-right: -5px;
  cursor: pointer;
  margin-bottom: 0 !important;
}
.bookmarks li:first-child {
  padding-left: 25px;
}
.bookmarks li.active {
  background: #f2f5f7;
  color: black;
}
.tab-content {
  clear: both;
  background: #f2f5f7; 
  /* margin-bottom: 2em; */
  margin-bottom: 1em;
  padding-top: 1.5em;
  padding-bottom: 10px;
}
.categories-found:after,
.adopt-tablet .catalog-bar:after,
.tab-content:after {
  content: '';
  display: block;
  width: 100%;
  height: 14px;
  background: url('/img/shadow.jpg') 50% 0 no-repeat;
  position: relative;
  top: 24px;
}
.adopt-tablet .catalog-bar:after {
  top: 14px;
}
.text-content ul {
  padding-left: 30px;
  margin-bottom: 1.5em;
}
.catalog-bar ul li.active {
  font-weight: bolder;
}
.catalog-bar ul li.active a {
  color: #0a989c;
}
.text-content ul li {
  margin-bottom: 0.8em;
}
.text-content ul li:before {
  content: '';
  display: block;
  width: 5px;
  height: 9px;
  margin-bottom: -9px;
  background: url('/img/a.png');
  background-position: -76px -233px;
  position: relative;
  left: -17px;
  top: 0.35em;
}
.text-content em,
.text-content i {
  font-style: italic;
}
.tab-content h2 {
  color: #222;
  font-size: 120%;
  margin-bottom: 0.7em;
}
.accessory {
  float: left;
  width: 33%;
}
.accessory > div {
  width: 210px;
  height: 210px;
  display: table;
  border: 1px solid #dadada;
  border-radius: 7px;
  margin: auto;
}
.adopt-tablet .accessory > div {
  width: 160px;
  height: 160px;
}
.accessory > div > span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.accessory > div > span img {
  max-width: 180px;
  max-height: 180px;
  border-radius: 7px;
}
.adopt-tablet .accessory > div > span img {
  max-width: 140px;
  max-height: 140px;
}
.accessory > a {
  display: block;
  text-align: center;
  width: 85%;
  margin: auto;
  padding-top: 10px;
}
.catalog-bar {
  float: right;
  width: 223px;
  padding: 36px 10px 30px 22px;
  display: none;
}
.adopt-tablet .catalog-bar {
  background: #f7f8fa;
  margin-left: -10px;
  padding-top: 20px;
}
.adopt-tablet .catalog-bar li {
  float: left;
}
.adopt-tablet .catalog-bar,
.adopt-wide .catalog-bar {
  display: block;
}
.adopt-tablet .catalog-bar {
  width: auto;
  float: none;
  padding-bottom: 1px;
}
.adopt-wide .main-area {
  margin-right: 255px;
  box-shadow: 3px 0 5px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
}
.catalog-bar h2 {
  font-size: 160%;
  margin-bottom: 15px;
}
.adopt-tablet .catalog-bar h2 {
  display: none;
}
.catalog-bar h3 {
  line-height: 31px;
  color: white;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  float: left;
  padding-left: 22px;
  margin-left: -22px;
  padding-right: 10px;
  font-size: 100%;
  margin-bottom: 0;
}
.adopt-tablet .catalog-bar h3 {
  width: 0;
  font-size: 0;
  text-shadow: none;
  padding-left: 0;
}
.catalog-bar h3.green {
  background: #008e4e;
}
.catalog-bar h3.blue {
  background: #005da7;
}
.catalog-bar h3.pink {
  background: #0a989c;
}
.catalog-bar h3:before {
  content: '';
  display: block;
  width: 17px;
  height: 31px;
  margin-bottom: -31px;
  background: url('/img/a.png');
  position: relative;
  left: 100%;
  margin-left: 10px;
}
.catalog-bar h3.pink:before {
  background-position: -35px -181px;
}
.catalog-bar h3.green:before {
  background-position: -35px -99px;
}
.catalog-bar h3.blue:before {
  background-position: -35px -140px;
}
.catalog-bar ul {
  clear: both;
  padding-top: 15px;
  font-size: 85%;
  line-height: 1.3em;
  padding-left: 13px;
}
.adopt-tablet .catalog-bar ul {
  clear: none;
  padding-top: 6px;
}
.adopt-tablet .catalog-bar ul:after {
  content: '';
  display: block;
  clear: both;
}
.catalog-bar ul li:before {
  left: -13px;
}
.adopt-tablet .catalog-bar ul li {
  font-size: 90%;
  margin-bottom: 7px;
}
.adopt-tablet .catalog-bar ul li:before {
  display: none;
}
.adopt-tablet .catalog-bar ul li:after {
  content: '|';
  color: #999;
  padding-left: 5px;
  padding-right: 5px;
}
.adopt-tablet .catalog-bar ul li:last-child:after {
  display: none;
}
.slider-holder {
  padding-left: 25px;
  margin-left: -25px;
  padding-right: 20px;
  height: 440px;
  padding-top: 35px;
  color: white;
  overflow: hidden;
  background: url('../img/bg.png');
  background-size: 100% 100%;
}
.adopt-tablet .slider-holder {
  padding-right: 8px;
}
.slider-holder .img {
  display: block;
  position: relative;
  float: left;
  position: absolute;
}
.adopt-tablet .slider-holder .img {
  margin-left: -130px;
}
.slider-holder .right {
  margin-left: 450px;
  position: relative;
  z-index: 1;
}
.adopt-tablet .slider-holder .right {
  margin-left: 310px;
}
.slider-holder h2 {
  font-size: 160%;
  margin-bottom: 20px;
  line-height: 1.4em;
}
.slider-holder .rittal-logo {
  display: block;
  float: left;
  margin-top: 60px;
}
.slider-holder .txt {
  margin-left: 130px;
  line-height: 1.3em;
  padding-right: 10px;
  color: black;
  font-size: 90%;
}
.adopt-tablet .slider-holder .txt {
  margin-left: 110px;
  font-size: 95%;
}
.slider-holder .txt p {
  margin-bottom: 10px;
}
.slider-holder .pink-button {
  width: 150px;
  margin-top: 30px;
}
.slider-points {
  margin-left: 490px;
  position: relative;
  top: -20px;
}
.adopt-tablet .slider-points {
  margin-left: 350px;
}
.slider-points-holder {
  height: 30px;
  margin-bottom: -30px;
  margin-top: -30px;
}
.slider-points li {
  float: left;
  width: 20px;
  height: 20px;
  background: url('/img/a.png');
  background-position: -71px -162px;
  margin-right: 10px;
  cursor: pointer;
}
.slider-points li:hover {
  background-position: -71px -186px;
}
.slider-points li.active {
  background-position: -71px -208px !important;
}
.banner {
  width: 100%;
  margin-bottom: 30px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.main-content {
  color: white;
  margin-right: 20px;
}
.main-content h1,
.main-content h2 {
  color: white;
  font-size: 200%;
}
.adopt-tablet .main-content {
  margin-right: 8px;
}
.catalog-main:after {
  content: '';
  display: block;
  clear: both;
  height: 40px;
}
.catalog-main li {
  width: 33%;
  float: left;
  text-align: center;
}
.catalog-main li.green {
  width: 34%;
}
.catalog-main li > span {
  display: block;
  background: url('/img/a.png');
  width: 151px;
  height: 151px;
  margin: 0 auto 15px auto;
  cursor: pointer;
}
.catalog-main li > span a {
  display: block;
  width: 151px;
  height: 151px;
  text-decoration: none !important;
}
.catalog-main li.green > span {
  background-position: -272px -26px;
}
.catalog-main li.blue > span {
  background-position: -272px -336px;
}
.catalog-main li.pink > span {
  background-position: -272px -181px;
}
.catalog-main li a {
  font-size: 125%;
  text-decoration: underline !important;
  border-bottom: none !important;
}
.catalog-main li a:hover {
  text-decoration: none !important;
}
.catalog-main li.green a {
  color: #037543 !important;
}
.catalog-main li.pink a {
  color: #b81536 !important;
}
.catalog-main li.blue a {
  color: #052d91 !important;
}
.text-bg {
  background-repeat: no-repeat !important;
  margin-bottom: -11px;
  padding-bottom: 30px;
  padding-left: 25px;
  margin-left: -25px;
  width: 100%;
  padding-right: 20px;
  color: black;
  padding-top: 10px;
}
/*
.text-bg a {
    color: #052D91;
}
.text-bg a:hover {
    color: #052D91 !important;
    text-decoration: none;
}
*/
.adopt-tablet .text-bg {
  padding-left: 10px;
  margin-left: -10px;
  padding-right: 8px;
}
.prop-table {
  width: 100%;
  margin-bottom: 1.5em;
  margin-top: 1.5em;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.prop-table td {
  padding: 10px 15px;
  border-bottom: 1px dotted #999;
}
.prop-table tr:nth-child(2n) td {
  background: white;
}
.prop-table tr:last-child td {
  border-bottom: none;
}
.pro-files {
  padding-left: 0 !important;
  margin-top: 1.5em;
  margin-bottom: 2em;
}
.pro-files li {
  margin-bottom: 0.8em;
  padding-bottom: 0.8em;
  border-bottom: 1px dotted #dadada;
  font-size: 110%;
  padding-left: 1em;
}
.pro-files li:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.pro-files li:before {
  display: none !important;
}
.pro-files li:last-of-type {
  border-bottom: none;
}
.pro-files li img {
  display: block;
  float: left;
  margin-right: 1em;
  position: relative;
  top: -2px;
}
.not-found {
  color: #8b4513;
  font-size: 120%;
}
.category-case {
  margin-bottom: 3em;
}
.category-case:after {
  content: '';
  display: block;
  clear: both;
}
.category-case .img {
  width: 140px;
  float: left;
}
.category-case .img img {
  display: block;
  margin: auto;
  border-radius: 5px;
  padding-bottom: 20px;
}
.category-case .desc {
  margin-left: 165px;
  padding-bottom: 20px;
}
.category-case .desc *:last-child {
  margin-bottom: 0;
}
.category-case h2 {
  color: #222;
  font-size: 140%;
  margin-bottom: 0.5em;
}
.product-list {
  width: 100%;
}
.shadow {
  height: 14px;
  background: url('/img/shadow.jpg') 50% 0 no-repeat;
}
.tab-content .shadow {
  display: none;
}
.product-list td {
  border-bottom: 1px solid #dadada;
  padding: 10px;
  vertical-align: middle;
}
.product-list.no-images tr:last-child td {
  padding-bottom: 18px;
}
.product-list .img-holder {
  width: 1%;
  text-align: center;
  padding-left: 0;
  padding-right: 20px;
}
.product-list .but-holder {
  width: 1%;
  padding-right: 0;
  padding-left: 0;
}
.product-list .img-holder img {
  max-width: 50px;
  border-radius: 5px;
}
.product-list .price-holder {
  width: 1%;
  /*white-space: nowrap;*/
  padding-right: 40px;
}
.product-list .price-holder span {
  font-size: 110%;
  font-weight: bolder;
}
.price-holder span:after,
.product-list .price-holder span:after {
  content: '';
  display: inline-block;
  width: 9px;
  height: 10px;
  /*
  background: url('/img/a.png');
  background-position: -76px -141px;
  */
  position: relative;
  margin-left: 3px;
  top: -1px;
}
.product-list thead td {
  color: #678;
  font-size: 90%;
}
.filter-block {
  background: #f5f5f5;
  width: 100%;
  padding-left: 25px;
  margin-left: -25px;
  padding-right: 18px;
  margin-bottom: 2em;
  padding-top: 1.5em;
}
.adopt-tablet .filter-block {
  margin-left: -10px;
  padding-left: 10px;
  padding-right: 10px;
}
.filter-block:after {
  content: '';
  display: block;
  clear: both;
  height: 14px;
  background: url('/img/shadow.jpg') 50% 0 no-repeat;
  position: relative;
  top: 14px;
}
.filter-block label {
  width: 190px;
  float: left;
  font-size: 90%;
  padding-top: 3px;
  text-align: right;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}
.filter-block .right {
  margin-left: 220px;
}
.filter-block .right select,
.filter-block .right input {
  font-size: 100%;
  border: 1px solid #aaa;
  line-height: 22px;
  padding: 2px 5px;
  border-radius: 4px;
  background: linear-gradient(to bottom, #ffffff, #e5e5e5);
}
.filter-block .right select:focus,
.filter-block .right input:focus {
  border-color: #999;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.filter-block .right input[type=text] {
  width: 80px;
  margin-right: 10px;
}
.filter-block .right input[type=checkbox] {
  position: relative;
  top: 5px;
}
.pink-button.selection {
  width: 150px;
  margin: 7px 0 5px 220px;
  float: left;
}
.reset-filter {
  font-size: 95%;
  margin-left: 30px;
  position: relative;
  top: 11px;
}
.pro-points {
  clear: both;
  padding-top: 10px;
  text-align: center;
}
.pro-points li {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: #777;
  margin-right: 6px;
  border-radius: 9px;
  cursor: pointer;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}
.pro-points li:hover {
  background: #444;
}
.pro-points li.active {
  background: #de0069;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  position: relative;
  top: 1px;
}
.category-top {
  position: relative;
  top: -0.5em;
}
.category-bottom {
  margin: 2em 0 3em 0;
}
.ui-menu-item {
  font-size: 80% !important;
}
.search-error {
  color: #0a989c;
  font-size: 120%;
  margin-top: -0.5em;
}
.pink {
  color: #0a989c;
}
.content.one-col {
  padding-top: 20px;
  margin-right: 20px;
}
.categories-found {
  background: #f7f8fa;
  padding: 0.5em 0.7em;
  line-height: 1.6em;
}
.categories-found:after {
  content: '';
  display: block;
  clear: both;
  position: relative;
  top: 22px;
}
.categories-found li {
  float: left;
}
.categories-found li:after {
  content: '|';
  color: #aaa;
  padding: 0 0.6em;
}
.categories-found li:last-child:after {
  display: none;
}
.product-quantity {
  border: 1px solid #aaa;
  height: 21px;
  line-height: 21px;
  text-align: center;
  width: 25px;
  border-radius: 4px;
}
.product-quantity:focus {
  border-color: #888;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.quantity-holder.pro-card {
  float: left;
  position: relative;
  top: 8px;
}
.minus-button,
.plus-button {
  display: none;
  border: 1px solid #dadada;
  color: #999;
  font-weight: bolder;
  height: 11px;
  line-height: 11px;
  text-align: center;
  width: 11px;
  margin-bottom: -13px;
  border-radius: 2px;
  position: relative;
  z-index: 2;
  left: 7px;
  cursor: pointer;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}
.pro-card .minus-button,
.pro-card .plus-button {
  display: block;
}
.product-list tr:hover td .plus-button,
.product-list tr:hover td .minus-button {
  display: block;
}
.plus-button {
  top: -14px;
}
.minus-button {
  top: 24px;
  line-height: 10px;
}
.minus-button:hover,
.plus-button:hover {
  color: #0a989c;
  border-color: #0a989c;
}
.total {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  font-size: 110%;
}
.delete-from-cart {
  display: block;
  border: none;
  background: #0a989c;
  color: white;
  width: 18px;
  height: 18px;
  font-weight: bolder;
  line-height: 0;
  font-size: 14px;
  border-radius: 3px;
  opacity: 0.7;
  cursor: pointer;
}
.delete-from-cart:hover {
  opacity: 1;
}
.delete-td {
  width: 1%;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
#cart_total_no_discount {
  text-decoration: line-through;
}
#cart_button {
  width: 300px;
  margin-bottom: 25px;
}
#cart_order {
  border-top: 1px dotted #aaa;
}
.form-normal label {
  display: block;
  font-size: 100%;
  margin-bottom: 0.2em;
}
.form-normal label span {
  color: #0a989c;
}
.form-normal input[type=text] {
  border: 1px solid #aaa;
  width: 98%;
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  padding: 0 1%;
  border-radius: 4px;
  margin-bottom: 0.8em;
}
.form-normal input[type=text]:focus {
  border-color: #999;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.form-normal .checkbox-section {
  padding-top: 7px;
}
.form-normal .checkbox-section input {
  position: relative;
  top: 2px;
  margin-right: 6px;
}
.form-normal .checkbox-section i {
  color: #008bd0;
  border-bottom: 1px dashed #008bd0;
  cursor: pointer;
}
.form-normal .checkbox-section i:hover {
  color: #0a989c;
  border-color: #0a989c;
}
.form-normal .checkbox-notice {
  display: block;
  font-size: 90%;
  padding-left: 23px;
  padding-top: 7px;
  color: #345;
}
.col-left {
  width: 48%;
  float: left;
}
.col-right {
  width: 48%;
  float: right;
}
#cart_brief {
  float: right;
  font-size: 16px;
  padding-top: 10px;
  padding-left: 10px;
}
#cart_brief span {
  font-weight: bolder;
}
#cart_finish {
  width: 300px;
  float: left;
}
.require-mark {
  border-color: #0a989c !important;
  box-shadow: 0 0 5px #0a989c;
}
.order-errors {
  padding: 15px 23px;
  margin-left: 350px;
  border: 1px dotted #aaa;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  position: relative;
  top: -7px;
}
.order-errors h2 {
  font-size: 130%;
  color: #0a989c;
  margin-bottom: 0.4em;
}
.order-errors ul,
.order-errors ul li:last-child {
  margin-bottom: 0;
}
.order-errors ul li:after {
  content: ';';
}
.order-errors ul li:last-child:after {
  content: '.';
}
.counters {
  float: right;
  height: 50px;
  margin-bottom: -50px;
  position: relative;
  top: -60px;
  padding-right: 20px;
  opacity: 0.5;
}
.counters img {
  margin-left: 10px;
}
.slide {
  width: 100%;
  clear: both;
  position: relative;
  height: 425px;
  margin-bottom: -425px;
}
.accessory-header td {
  background: #f1f1f1;
  font-size: 16px;
  padding-top: 0.9em;
  padding-bottom: 0.9em;
}
.contacts-content {
  font-size: 90%;
  margin-top: 2em;
  color: #234;
  margin-right: 1.5em;
}
.menu-cart-status {
  background: #18666a;
  color: white;
  width: 16px;
  height: 15px;
  font-size: 12px;
  font-weight: bolder;
  line-height: 15px;
  margin-bottom: -15px;
  text-align: center;
  position: relative;
  left: 100%;
  border-radius: 10px;
  top: -8px;
  margin-left: -2px;
}
.catalog-content {
  position: relative;
  top: -0.5em;
}
.stock {
  margin-left: 40px;
  width: 235px;
  position: relative;
  top: -0.8em;
  white-space: nowrap;
}
.stock.empty {
  color: #0a989c;
}
.stock b {
  color: #008e4e;
}
.cert-item {
  margin-bottom: 1em;
}
.cert-item img {
  vertical-align: -7px;
  margin-right: 0.5em;
}
.cert-inner {
  padding-left: 33px;
  padding-top: 0.7em;
  display: none;
}

.h1 {
  display: block;
  font-size: 2em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  margin-left: 0px;
  margin-right: 0px;
  font-weight: bold;
  line-height: 1;
}

.h2 {
  display: block;
  font-size: 1.5em;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
  left: 0px;
  right: 0px;
  font-weight: bold;
}


.h3 {
  display: block;
  font-size: 1.17em;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0px;
  margin-right: 0px;
  font-weight: bold;
}

.h4 {
  display: block;
  margin-top: 1.33em;
  margin-bottom: 1.33em;
  margin-left: 0px;
  margin-right: 0px;
  font-weight: bold;
}


.h5 {
  display: block;
  font-size: 0.83em;
  margin-top: 1.67em;
  margin-bottom: 1.67em;
  margin-left: 0px;
  margin-right: 0px;
  font-weight: bold;
}


.h6 {
  display: block;
  font-size: 0.67em;
  margin-top: 2.33em;
  margin-bottom: 2.33em;
  margin-left: 0px;
  margin-right: 0px;
  font-weight: bold;
}

.boldtag {
    font-weight: bold;
}



.information {
	margin: 10px auto;
	width: 90%;
}
.information .left {
	display:inline-block;
	vertical-align:top;
	width:49%;

}
.information  img {
	margin-right:15px;
	float:left;
}
.information .info-title{
	margin-bottom: 6px;
	font-size:22px;
	color:#125069;
	display: block;
}


.information .right {
	display:inline-block;
	vertical-align:top;
	width:49%;
}

.information p {
	font-size: 13px;
}

.order-title {font-size:30px; color:#125069; margin-bottom: 33px;text-align: center;}


.message {
	width: 950px;
	padding: 25px;
	font-size: 14px;
	margin-bottom: 30px;
	margin: 30px auto;
	background:#ececec;

}
.product-page {
	width: 100% !important;
    padding: 22px !important;
    margin-bottom: 30px !important;
    background: #ececec !important;
    position: relative !important;
    left: -25px !important; 
	margin-top: 0px !important;
}

.message .top{
	margin-bottom: 25px;
}

.message .top .left{
	display:inline-block;
	width: 15%;
}

.message .top .right{
	display:inline-block;
	width:80%;
	font-size: 13px;
	vertical-align: top;
	margin-left:15px;
}
.message .top .right span{
	display:block;
	color:#000;
	font-size: 18px;
	margin-bottom: 5px;
}


.message .form {
	display:block;
	width:100%;
}


.message .form input{
    padding: 10px;

    border: 2px solid #CCC;
}


.message .form input#name{
    width: 96%;
    margin-bottom: 15px;
}

.message .form input#phone{
    width: 30%;
}

.message .form input#email{
    width: 61%;
}

.message .form textarea#note{
    width: 96%;
    margin-top:15px;
}


.form{
    padding: 10px;
}

.message .form textarea, .comment-form .form textarea{
    width: 96%;
    padding: 10px;
    margin-bottom: 20px;
    border: 2px solid #CCC;
}
.message .form input:focus, .comment-form .form input:focus{
    border: 2px solid #eb7b06;
}
.message .form textarea:focus, .comment-form .form textarea:focus{
    border: 2px solid #eb7b06;
}

.message .form .right{
	display: inline-block;
	text-align: right;
	color: #FFF;
	float: right;
	padding: 10px;
	background-color: #aeaeae;
	position: relative;
}

.message .form .right:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-right-color: #aeaeae;
	border-width: 18px;
	margin-top: -18px;
}




.message .form input[type="button"], .comment-form .form input[type="button"] {
    padding: 15px;
    margin-bottom: 20px;
    font-weight: bold;
    width: 30%;
    height: auto;
    padding: 10px;
    margin-bottom: 20px;
    color:#FFF;
    border: 2px solid #0e8435;
    background: #10ba48;
    border-radius: 5px;
    cursor: pointer;
    -moz-box-shadow: 0 0 0 60px rgba(0,0,0,0) inset, .1em .1em .1em #333;
    -webkit-box-shadow: 0 0 0 60px rgba(0,0,0,0) inset, .1em .1em .1em #333;
    box-shadow: 0 0 0 60px rgba(0,0,0,0) inset, .1em .1em .1em #333;
}
.message .form input[type="button"]:active, .comment-form .form input[type="button"]:active {
    top: .1em;
    box-shadow: 0 0 0 60px rgba(0,0,0,.05) inset;
    outline: none;
}
.message .form input[type="button"]:focus, .comment-form .form input[type="button"]:focus {
    outline: none;
}

.message .with-error {
    border: 2px solid red !important;
	2px solid red !important;
}

#overlay {
	z-index: 1000;
	position: fixed;
	background-color: #000;
	opacity: 0.8;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	display: none;
}

.message-sent, .comment-sent {
	background: #FA2626;
	color:#FFF;
	border-radius: 10px;
	padding: 60px;
	display: none;
	position: fixed;
	z-index: 1001;
	top: 40%;
	left: 40%;
	font-weight: bold;
}


.compare-table-wrapper {
    .border-radius(6px);
    border:1px solid #ccc;
    overflow: auto;
    width: 820px;
}

.compare-table {
    border-spacing: 0px;
    border-collapse: collapse;
    border:0px;

    font-size: 13px;
    line-height: 16px;
    color: #1a1a1a;
    font-weight: 300;
}

.compare-table tr {
    border-bottom:1px solid #e6e6e6;
}

.compare-table tr:last-of-type {
    border-bottom:0px;
}


.compare-table td {
    border-right:1px solid #e6e6e6;
}

.compare-table td:last-of-type {
    border-right:0px;
}

.compare-table tr, th, td {
    overflow: hidden;
    padding:0px;
}

.compare-table td {
    min-width: 23%;
    padding:10px 15px;
}

.compare-table td:first-child {
    min-width:0% !important;
    max-width:10% !important;
    width:8% !important;
    padding:10px !important;
    vertical-align: top;
}

.compare-table tr {
    background-color: #fff;
    .transition(~"background-color", 0.3s);
}

.compare-table tr:nth-child(odd) {
    background-color: #f2f2f2;
}

.compare-table tr:hover {
    background-color: #e7f2f7;
}

.compare-table tr.goods-line {
    background-color: #fff !important;
}

.compare-table tr.goods-line td {
    padding:0px !important;
}

.compare-table b {
    font-weight: 700;
}
.compare-table .title-wrapper {
    padding: 4px;
}
.compare-table .link {
    .block();
    .on-center();
    overflow: hidden;
    text-decoration: none;
    color: #1a1a1a;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    .transition(~"color", 0.3s);

    :hover ,
    :active {
        color:#ff0000;
        .transition(~"color", 0.3s);
    }
    :visited {
        color:#551e72;
        .transition(~"color", 0.3s);
    }
}
.product-right .analog-wrapper {
	padding: 15px 0 15px 40px;
	font-size: 16px;
}
.product-right .analogs-title {
	color: red;
	font-weight: bold;
	font-size: 34px;
	padding-top: 15px;
	padding-bottom: 15px;
}

