/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}
body {
  font-size: 1em;
  line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
@font-face {
  font-family: 'als_rublregular';
  src: url('../font/rouble-webfont.eot');
  src: url('../font/rouble-webfont.eot?#iefix') format('embedded-opentype'), url('../font/rouble-webfont.woff') format('woff'), url('../font/rouble-webfont.ttf') format('truetype'), url('../font/rouble-webfont.svg#als_rublregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
         font-family: SegoeWP-Light;
         src: url(../font/SegoeWP-Light.ttf); 
        }
                           

input {
  outline: 0;
}
body {
  line-height: 1.4;
  font-size: 13px;
  background: #fff;
  color: #252b30;
  position: relative;
  min-width: 980px;
  font-family: 'PT Sans', Arial, Helvetica, sans-serif;
  /*-webkit-font-smoothing:antialiased;*/
  font-weight: normal;
}
a {
  color: #0059b3;
}
a:hover {
  color: #FF2828;
}
.rubl {
  font-family: 'als_rublregular';
  /*-webkit-font-smoothing:antialiased;*/
}
.center-wrap {
  max-width: 1360px;
  margin: 0 auto;
  position: relative;
}
header {
  position: relative;
  z-index: 600;
}
.top-nav {
  background: #f2f2f2;
  border-bottom: 1px solid #e0e0e0;
  height: 26px;
  line-height: 26px;
  color: #1a1a1a;
}
.top-nav .left {
  float: left;
  margin-left: 30px;
}
.top-nav .right {
  float: right;
  margin-right: 55px;
}
.top-nav .langs {
  font-size: 10px;
  font-weight: bold;
  float: left;
  margin-right: 15px;
}
.top-nav .langs span,
.top-nav .langs a {
  display: inline-block;
  margin-right: 10px;
}
.top-nav .langs a {
  color: inherit;
}
.top-nav .region {
  float: left;
  font-size: 12px;
}
.top-nav .region a {
  text-decoration: none;
  border-bottom: 1px dotted;
  color: inherit;
}
.top-nav .login,
.top-nav .register,
.top-nav .profile-link {
  float: left;
}
.top-nav .profile-link {
  position: relative;
  padding-left: 16px;
  background: url(../i/profile-icon.png) no-repeat left;
}
.top-nav .profile-link > a {
  display: inline-block;
  max-width: 163px;
  text-decoration: none;
  border-bottom: 1px dotted;
  color: inherit;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 15px;
  white-space: nowrap;
  vertical-align: middle;
}
.top-nav .profile-link .popup {
  position: absolute;
  background: #252b30;
  border-radius: 3px;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.5);
  z-index: 1000;
  left: -5px;
  display: none;
}
.top-nav .profile-link .popup a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  white-space: nowrap;
  color: #d9d9d9;
}
.top-nav .profile-link .popup a:first-child {
  border-radius: 3px 3px 0 0;
}
.top-nav .profile-link .popup a:last-child {
  border-radius: 0 0 3px 3px;
}
.top-nav .profile-link .popup a:hover {
  color: #ff2828;
  background: #2f3539;
}
.top-nav .profile-link .popup .angle {
  position: absolute;
  background: url(../i/popup-angle.png);
  width: 10px;
  height: 5px;
  left: 20px;
  top: -5px;
}
.top-nav .login {
  background: url(../i/login-arrow.png) no-repeat left;
  padding-left: 16px;
  position: relative;
}
.top-nav .login a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px dotted;
}
.top-nav .register {
  margin-left: 30px;
}
.top-nav .register a {
  color: inherit;
}
.top-nav .center-links {
  position: absolute;
  text-align: center;
  font-size: 10px;
  width: 600px;
  left: 50%;
  margin-left: -300px;
}
.top-nav .center-links a {
  color: inherit;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 20px;
  letter-spacing: 1px;
}
.top-nav a:hover {
  color: #FF2828;
}
.login-popup,
.pass-popup,
.basket-popup {
  position: absolute;
  background: #252b30;
  border-radius: 3px;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.8);
  z-index: 1000;
  right: 0px;
  padding: 0 20px 0px;
  width: 280px;
  color: #d9d9d9;
  line-height: 1.5;
  display: none;
}
 .required-text {
  color: #eb1e35;
  font-style: italic;
  font-size: 12px;
  line-height: 1.2;
  margin-top: 2px;
}
.login-popup .invalid .required-text,
.pass-popup .invalid .required-text,
.basket-popup .invalid .required-text {
  display: block;
}

.invalid {border: 1px solid #ff2828 !important;}

.login-popup .close,
.pass-popup .close,
.basket-popup .close {
  position: absolute;
  cursor: pointer;
  right: 20px;
  top: 25px;
  margin-top: -8px;
  background: url(../i/close-popup.png) no-repeat left top;
  width: 16px;
  height: 16px;
}
.login-popup .close:hover,
.pass-popup .close:hover,
.basket-popup .close:hover {
  background-position: left bottom;
}
.login-popup .title,
.pass-popup .title,
.basket-popup .title {
  font-weight: bold;
  font-size: 18px;
  width: 100%;
  padding: 0 20px;
  margin-left: -20px;
  border-bottom: 1px solid #2f3539;
  line-height: 50px;
  margin-bottom: 15px;
  color: #fff;
}
.login-popup .angle,
.pass-popup .angle,
.basket-popup .angle {
  position: absolute;
  background: url(../i/popup-angle.png);
  width: 10px;
  height: 5px;
  right: 20px;
  top: -5px;
}
.login-popup label,
.pass-popup label,
.basket-popup label {
  margin: 10px 0;
  display: block;
}
.login-popup .submit-area,
.pass-popup .submit-area,
.basket-popup .submit-area {
  border-top: 1px solid #2f3539;
  width: 100%;
  padding: 20px;
  margin-left: -20px;
  position: relative;
}
.login-popup input[type="checkbox"],
.pass-popup input[type="checkbox"],
.basket-popup input[type="checkbox"] {
  margin-right: 5px;
}
.login-popup input[type="text"],
.login-popup input[type="email"],
.pass-popup input[type="text"],
.pass-popup input[type="email"],
.basket-popup input[type="text"],
.login-popup input[type="password"],
.pass-popup input[type="password"],
.basket-popup input[type="password"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.51) inset;
  border-radius: 3px;
  border: none;
  width: 100%;
  display: block;
  height: 28px;
  font-family: inherit;
  color: #1a1a1a;
  padding: 0 10px;
}
.login-popup input[type="submit"],
.pass-popup input[type="submit"],
.basket-popup input[type="submit"],
.login-popup .button,
.pass-popup .button,
.basket-popup .button {
  height: 31px;
  padding: 0 15px;
  font-family: inherit;
  border-radius: 3px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px 0px 5px #ffffff inset;
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc));
  background-image: -webkit-linear-gradient(top, #ffffff, #cccccc);
  background-image: -moz-linear-gradient(top, #ffffff, #cccccc);
  background-image: -o-linear-gradient(top, #ffffff, #cccccc);
  background-image: linear-gradient(to bottom, #ffffff, #cccccc);
  font-size: 14px;
  border: none;
  text-shadow: 0px 1px 1px #fff;
}
.login-popup input[type="submit"]:hover,
.pass-popup input[type="submit"]:hover,
.basket-popup input[type="submit"]:hover,
.login-popup .button:hover,
.pass-popup .button:hover,
.basket-popup .button:hover {
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#bbbbbb));
  background-image: -webkit-linear-gradient(top, #eeeeee, #bbbbbb);
  background-image: -moz-linear-gradient(top, #eeeeee, #bbbbbb);
  background-image: -o-linear-gradient(top, #eeeeee, #bbbbbb);
  background-image: linear-gradient(to bottom, #eeeeee, #bbbbbb);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4), 0px 0px 10px 1px #ffffff inset;
}
.login-popup input[type="submit"]:active,
.pass-popup input[type="submit"]:active,
.basket-popup input[type="submit"]:active,
.login-popup .button:active,
.pass-popup .button:active,
.basket-popup .button:active {
  background-color: #dfdfdf;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dfdfdf), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #dfdfdf, #ffffff);
  background-image: -moz-linear-gradient(top, #dfdfdf, #ffffff);
  background-image: -o-linear-gradient(top, #dfdfdf, #ffffff);
  background-image: linear-gradient(to bottom, #dfdfdf, #ffffff);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4), 0px 0px 1px 1px #ffffff inset;
}
.login-popup .forgot-pass,
.pass-popup .forgot-pass,
.basket-popup .forgot-pass {
  position: absolute;
  right: 20px;
  font-size: 12px;
  line-height: 15px;
  top: 50%;
  margin-top: -7px;
  color: #999;
  cursor: pointer;
}
.login-popup .forgot-pass:hover,
.pass-popup .forgot-pass:hover,
.basket-popup .forgot-pass:hover {
  color: #ff2828;
}
.login-popup .forgot-pass span,
.pass-popup .forgot-pass span,
.basket-popup .forgot-pass span {
  border-bottom: 1px dotted;
}
.login-popup table,
.pass-popup table,
.basket-popup table {
  width: 100%;
  font-size: 12px;
}
.login-popup td,
.pass-popup td,
.basket-popup td {
  padding: 9px 10px;
  vertical-align: top;
}
.login-popup .pic-cell,
.pass-popup .pic-cell,
.basket-popup .pic-cell {
  padding-left: 0;
}
.login-popup .pic-cell img,
.pass-popup .pic-cell img,
.basket-popup .pic-cell img {
  max-width: 62px;
  width: auto;
  height: auto;
}
.login-popup .title-cell,
.pass-popup .title-cell,
.basket-popup .title-cell {
  font-size: 11px;
}
.login-popup .title-cell a,
.pass-popup .title-cell a,
.basket-popup .title-cell a {
  color: inherit;
  display: inline-block;
}
.login-popup .title-cell a:hover,
.pass-popup .title-cell a:hover,
.basket-popup .title-cell a:hover {
  color: #ff2828;
}
.login-popup .q-cell,
.pass-popup .q-cell,
.basket-popup .q-cell {
  white-space: nowrap;
}
.login-popup .price-cell,
.pass-popup .price-cell,
.basket-popup .price-cell {
  padding-right: 0;
  white-space: nowrap;
  color: #e5e5e5;
  font-weight: bold;
}
.basket-popup {
  width: 370px;
  top: 100%;
  margin-top: 10px;
}
.basket-popup .button {
  line-height: 31px;
  display: inline-block;
  text-decoration: none;
  color: #1a1a1a;
}
.basket-popup .submit-area {
  text-align: right;
}
.basket-popup .order-amount {
  margin-bottom: 5px;
  font-size: 13px;
}
.header-mid {
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  /*height: 140px;*/
  color: #1a1a1a;
  padding-top: 17px;
  padding-bottom: 10px;
}
.header-mid .logo,
.header-mid .info-block {
  float: left;
}
.header-mid .logo {
  margin-right: 65px;
  margin-left: 30px;
}
.header-mid .info-block {
  margin-right: 45px;
  padding-left: 20px;
  position: relative;
  top: 9px;
  min-height: 39px;
  background: url(../i/curv.png) no-repeat left top;
}
.header-mid .info-block.last {
  margin-right: 0;
}
.header-mid .info-block .label {
  font-size: 11px;
}
.header-mid .info-block .tel {
  font-size: 20px;
  font-weight: bold;
}
.header-mid .info-block .address {
  padding-top: 3px;
  font-size: 12px;
}
.header-mid .divider {
  height: 1px;
  background: #e0e0e0;
  border-bottom: 1px solid #fff;
  margin: 10px 15px;
}
.header-mid .all-goods-title {
  float: left;
  margin-left: 15px;
  width: 180px;
  padding-left: 20px;
  border-right: 1px solid #e0e0e0;
  box-shadow: 1px 0px 0px #f8f8f8;
}
.header-mid .all-goods-title > span {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  display: block;
  letter-spacing: 1px;
  line-height: 33px;
}
.header-mid .fixed-info {
  display: none;
}
.header-mid .right-cart {
  float: right;
  height: 33px;
  margin-right: 15px;
  position: relative;
}
.header-mid .cart-link {
  float: left;
  background: url(../i/cart-icon.png) no-repeat left;
  padding-left: 25px;
  line-height: 33px;
}
.header-mid .cart-link a {
  display: inline-block;
  vertical-align: middle;
  line-height: 15px;
  color: #2467b2;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}
.header-mid .cart-link a:hover {
  color: #FF2828;
}
.header-mid .cart-button {
  cursor: pointer;
  text-decoration: none;
  float: right;
  font-size: 12px;
  color: #999999;
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e7e7e7));
  background-image: -webkit-linear-gradient(top, #ffffff, #e7e7e7);
  background-image: -moz-linear-gradient(top, #ffffff, #e7e7e7);
  background-image: -o-linear-gradient(top, #ffffff, #e7e7e7);
  background-image: linear-gradient(to bottom, #ffffff, #e7e7e7);
  border-radius: 3px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  padding-left: 8px;
  padding-right: 30px;
  line-height: 33px;
  height: 33px;
  margin-left: 12px;
  position: relative;
  min-width: 80px;
  text-shadow: 0px 1px 1px #fff;
}
.header-mid .cart-button .text {
  display: inline-block;
  vertical-align: middle;
  line-height: 12px;
}
.header-mid .cart-button b {
  color: #1a1a1a;
}
.header-mid .cart-button .arrow {
  background: url(../i/cart-arrow.png);
  width: 5px;
  height: 3px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -2px;
}
.header-mid .cart-button:hover {
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#bbbbbb));
  background-image: -webkit-linear-gradient(top, #eeeeee, #bbbbbb);
  background-image: -moz-linear-gradient(top, #eeeeee, #bbbbbb);
  background-image: -o-linear-gradient(top, #eeeeee, #bbbbbb);
  background-image: linear-gradient(to bottom, #eeeeee, #bbbbbb);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4), 0px 0px 10px 1px #ffffff inset;
}
.header-mid .cart-button.selected,
.header-mid .cart-button:active {
  background-color: #f94056;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f94056), to(#eb1f36));
  background-image: -webkit-linear-gradient(top, #f94056, #eb1f36);
  background-image: -moz-linear-gradient(top, #f94056, #eb1f36);
  background-image: -o-linear-gradient(top, #f94056, #eb1f36);
  background-image: linear-gradient(to bottom, #f94056, #eb1f36);
  text-shadow: none;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  color: #fff;
}
.header-mid .cart-button.selected b,
.header-mid .cart-button:active b {
  color: #fff;
}
.header-mid .cart-button.selected .arrow,
.header-mid .cart-button:active .arrow {
  background: url(../i/arrow-white.png);
}
.header-mid .search-form {
  margin-left: 30px;
  float: left;
  width: 50%;
  width: -webkit-calc(100% - 230px - 190px - 40px - 30px);
  width: -moz-calc(100% - 230px - 190px - 40px - 30px);
  width: -ms-calc(100% - 230px - 190px - 40px - 30px);
  width: calc(100% - 230px - 190px - 40px - 30px);
}
.header-mid .search-form input[type="text"] {
  height: 33px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  font-size: 14px;
  font-family: inherit;
  border: 1px solid #bfbfbf;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.31) inset;
  border-radius: 4px;
  outline: 0;
  float: left;
  /*width: calc(1);*/
  width: 50%;
  display: block;
  width: -webkit-calc(100% - 90px);
  width: -moz-calc(100% - 90px);
  width: -ms-calc(100% - 90px);
  width: calc(100% - 90px);
}
.header-mid .search-form input[type="submit"] {
  height: 33px;
  padding: 0 20px;
  border-radius: 5px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px 0px 5px #ffffff inset;
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc));
  background-image: -webkit-linear-gradient(top, #ffffff, #cccccc);
  background-image: -moz-linear-gradient(top, #ffffff, #cccccc);
  background-image: -o-linear-gradient(top, #ffffff, #cccccc);
  background-image: linear-gradient(to bottom, #ffffff, #cccccc);
  font-size: 14px;
  width: 77px;
  margin-left: 10px;
  border: none;
  text-shadow: 0px 1px 1px #fff;
}
.header-mid .search-form input[type="submit"]:hover {
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#bbbbbb));
  background-image: -webkit-linear-gradient(top, #eeeeee, #bbbbbb);
  background-image: -moz-linear-gradient(top, #eeeeee, #bbbbbb);
  background-image: -o-linear-gradient(top, #eeeeee, #bbbbbb);
  background-image: linear-gradient(to bottom, #eeeeee, #bbbbbb);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4), 0px 0px 10px 1px #ffffff inset;
}
.header-mid .search-form input[type="submit"]:active {
  background-color: #dfdfdf;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dfdfdf), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #dfdfdf, #ffffff);
  background-image: -moz-linear-gradient(top, #dfdfdf, #ffffff);
  background-image: -o-linear-gradient(top, #dfdfdf, #ffffff);
  background-image: linear-gradient(to bottom, #dfdfdf, #ffffff);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4), 0px 0px 1px 1px #ffffff inset;
}
footer {
  background: #f2f2f2;
  padding-top: 20px;
  padding-bottom: 15px;
  font-size: 12px;
  color: #1a1a1a;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3) inset;
}
footer .col {
  float: left;
  min-height: 1px;
}
footer .col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .col li {
  margin-bottom: 10px;
}
footer .col a {
  text-decoration: none;
  border-bottom: 1px solid #becadf;
}
footer .col p {
  margin: 0;
  margin-bottom: 10px;
}
footer .left-col {
  width: 190px;
  margin-left: 15px;
  padding-left: 10px;
}
footer h4 {
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 15px;
  line-height: 20px;
}
footer h4 img {
  vertical-align: top;
  margin-right: 5px;
}
footer .right-cols {
  margin-left: 245px;
}
footer .right-cols .col {
  width: 33.3%;
}
footer .divider {
  height: 1px;
  background: #e6e6e6;
  margin: 20px 15px;
}
.content-wrap {
  position: relative;
  z-index: 10;
}
.content-wrap .content-col {
  padding-top: 30px;
  margin-left: 215px;
  padding-bottom: 1px;
}
.content-wrap .wide-content-col {
  margin: 0 30px;
  padding-top: 10px;
}
.home-about {
  padding-top: 28px;
  padding-bottom: 25px;
  margin-left: 30px;
  margin-right: 15px;
  position: relative;
  z-index: 100;
}
.home-about h4 {
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'PT Sans', Arial, Helvetica, sans-serif;
  /*-webkit-font-smoothing:antialiased;*/
  font-weight: normal;
  font-weight: bold;
  margin: 0;
  margin-bottom: 15px;
}
.home-about h4 a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #b3b3b3;
}
.home-about h4 a:hover {
  color: #FF2828;
}
.home-about .text {
  line-height: 20px;
}
.nav-catalog {
  /*position: absolute;*/
  position: relative;
  width: 200px;
  background: #252b30 url(../i/catalog-bg.png) no-repeat top;
  color: #d9d9d9;
  font-size: 12px;
  z-index: 500;
  margin-top: -302px;
  /*margin-left: 12px;*/
  float: left;
  left: 15px;
}
.nav-catalog > .arrow {
  position: absolute;
  left: 21px;
  top: 0;
  background: url(../i/top-catalog-arrow.png);
  width: 10px;
  height: 4px;
  z-index: 10;
}
.nav-catalog a {
  color: #d9d9d9;
  text-decoration: none;
}
.nav-catalog a span {
  border-bottom: 1px solid #5b5e60;
}
.nav-catalog li:hover > a span {
  border-bottom: 1px solid #6d3336;
}
.nav-catalog ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-catalog li {
  position: relative;
}
.nav-catalog .level1 {
  padding-top: 10px;
}
.nav-catalog .level1 > li:hover > a {
  color: #ff2828;
  background: #2f3539;
}
.nav-catalog .level1 > li:hover > .level2 {
  display: block;
}
.nav-catalog .level1 > li > a {
  display: block;
  padding: 10px 30px 10px 20px;
}

.nv-shift {
  margin-left:-7px;
}

.nav-catalog .level2 {
  position: absolute;
  left: 100%;
  top: -10px;
  background: #14171a;
  width: 200px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
}
.nav-catalog .level3 {
  background: #212429 !important;
}
.nav-catalog .level2 li {
  position: static;
}
.nav-catalog .level3 {
  margin-left: 200px;
}
.nav-catalog .level2 a {
  padding: 5px 20px;
  display: block;
}
.nav-catalog .level2 li:hover > a {
  color: #ff2828;
}

.home-cards {
  margin-left: 30px;
}
.home-cards:hover {
  position: relative;
  z-index: 200;
}
.home-cards h4 {
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'PT Sans', Arial, Helvetica, sans-serif;
  /*-webkit-font-smoothing:antialiased;*/
  font-weight: normal;
  font-weight: bold;
  margin: 0;
  margin-bottom: -25px;
}
.home-cards h4 a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #b3b3b3;
}
.home-cards h4 a:hover {
  color: #FF2828;
}
.home-cards .swiper-slide,
.home-cards .swiper-container {
  /*height: 270px;*/
}
.home-cards .swiper-container {
  padding-top: 12px;
  padding-top: 32px;
  padding-bottom: 54px;
  padding-bottom: 84px;
  margin-bottom: -84px;
  padding-left: 22px;
  margin-left: -22px;
  /*padding-right: 30px;*/
  width: 100%;
}

.home-cards .swiper-wrapper {
  height: 272px !important;
}

.home-cards .swiper-slide:hover {
  z-index: 100;
}

.home-cards .swiper-slide .item-card .title{
height:108px;
}

.home-cards .arrows {
  margin-right: 25px;
  text-align: right;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  -o-user-select: none;
  user-select: none;
}
.home-cards .arrows .left,
.home-cards .arrows .right {
  display: inline-block;
  width: 10px;
  height: 15px;
  cursor: pointer;
}
.home-cards .arrows .left {
  background: url(../i/items-left.png) no-repeat left top;
}
.home-cards .arrows .left:hover {
  background-position: left bottom;
}
.home-cards .arrows .right {
  margin-left: 20px;
  background: url(../i/items-right.png) no-repeat left top;
}
.home-cards .arrows .right:hover {
  background-position: left bottom;
}
.item-list {
  border: 1px solid #ededed;
  border-radius: 3px;
  margin-bottom: 10px;
  position: relative;
  min-height: 160px;
}
.item-list .found {
  color: #ec7b01 !important;
}
.item-list .bc {
  margin: 0;
  margin-top: 5px;
}
.item-list .pic {
  width: 180px;
  height: 136px;
  padding: 10px 0 10px 10px;
  line-height: 136px;
  text-align: center;
  float: left;
}
.item-list .pic a {
  display: block;
  width: 180px;
  height: 136px;
}
.item-list .pic img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.item-list .price-cart {
  width: 130px;
  background: #f2f2f2;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border-radius: 0 3px 3px 0;
}
.item-list .price-cart .block1 {
  height: 50%;
}
.item-list .price-cart .block2 {
  padding-top: 15px;
}
.item-list .price-cart .divider {
  height: 1px;
  position: absolute;
  left: 0;
  width: 100%;
  background: #fff;
  top: 50%;
}
.item-list .price-cart .price {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: center;
  padding-top: 20px;
}
.item-list .quantity {
  text-align: center;
}
.item-list .quantity-bars {
  width: 15px;
  height: 11px;
  display: inline-block;
  position: relative;
  top: -2px;
}
.item-list .quantity-bars b,
.item-list .quantity-bars i {
  width: 2px;
  margin-right: 1px;
  background: #d9d9d9;
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  top: -2px;
}
.item-list .quantity-bars b {
  background: #63a800;
}
.item-list .quantity-bars .bar1 {
  height: 3px;
}
.item-list .quantity-bars .bar2 {
  height: 5px;
}
.item-list .quantity-bars .bar3 {
  height: 7px;
}
.item-list .quantity-bars .bar4 {
  height: 9px;
}
.item-list .quantity-bars .bar5 {
  height: 11px;
}
.item-list .quantity-no {
  width: 11px;
  height: 11px;
  background: url(../i/q-no.png);
  display: inline-block;
  position: relative;
  top: 2px;
}
.item-list .quantity-text {
  font-size: 10px;
  font-weight: bold;
  color: #63a800;
  display: inline-block;
  text-transform: uppercase;
  margin-left: 5px;
  position: relative;
  line-height: 22px;
}
.item-list .quantity-text.no-text {
  color: #cc9696;
}
.item-list .quantity-text.order {
  color: #ffa200;
}

.item-list .details {
  margin-left: 200px;
  margin-right: 140px;
  padding: 18px 0;
}
.item-list .title {
  font-size: 16px;
  margin-bottom: 10px;

}
.item-list .title .found {
  text-decoration: underline;
}
.item-list .art-brand {
  overflow: hidden;
  font-size: 12px;
  margin-bottom: 10px;
}
.item-list .art-brand span {
  margin-right: 30px;
  display: inline-block;
}
.item-list .props {
  font-size: 12px;
  margin: 10px 0;
}
.item-list .props .prop {
  margin-right: 40px;
  display: inline;
  white-space:pre-wrap;
}
.item-list .props .prop-title {
  color: #999999;
}
.item-list .props .prop-value {
  color: #666;
}
.item-list .pane-label {
  float: left;
  height: 15px;
  background-color: #ededed;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#c4c9cd));
  background-image: -webkit-linear-gradient(top, #ededed, #c4c9cd);
  background-image: -moz-linear-gradient(top, #ededed, #c4c9cd);
  background-image: -o-linear-gradient(top, #ededed, #c4c9cd);
  background-image: linear-gradient(to bottom, #ededed, #c4c9cd);
  border-radius: 2px;
}
.item-list .pane-label .pane-label-pro,
.item-list .pane-label .pane-label-smb,
.item-list .pane-label .pane-label-home, 
.item-list .pane-label .pane-label-mid,
.item-list .pane-label .pane-label-isp{
  display: block;
  width: 23px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.item-list .pane-label .pane-label-pro {
  /*background-image: url(../i/pane-pro.png);*/
  background-image: url(../i/pro_icon_retina.png);
  background-size: auto 6px;
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 15px;
}
.item-list .pane-label .pane-label-smb {
  /*background-image: url(../i/pane-smb.png);*/
  background-image: url(../i/smb_icon_retina.png);
  background-size: auto 6px;
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 15px;
}
.item-list .pane-label .pane-label-home {
  /*background-image: url(../i/pane-home.png);*/
  background-image: url(../i/home_icon_retina.png);
  background-size: auto 6px;
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 15px;
}
.item-list .pane-label .pane-label-mid {
  /*background-image: url(../i/pane-pro.png);*/
  background-image: url(../i/mid_icon_retina.png);
  background-size: auto 6px;
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 15px;
}
.item-list .pane-label .pane-label-isp {
  /*background-image: url(../i/pane-pro.png);*/
  background-image: url(../i/isp_icon_retina.png);
  background-size: auto 6px;
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 15px;
}

.item-list .stars {
  float: left;
  line-height: 15px;
  margin-left: 5px;
}
.item-list .stars b,
.item-list .stars i {
  margin-right: 2px;
  width: 11px;
  display: inline-block;
  height: 10px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  background: url(../i/pane-stars.png);
}
.item-list .stars i {
  background-position: left top;
}
.item-list .stars b {
  background-position: left bottom;
}
.item-list .add-to-cart {
  text-align: center;
  margin-bottom: 10px;
}
.item-list .button {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  border-radius: 3px;
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dedede));
  background-image: -webkit-linear-gradient(top, #ffffff, #dedede);
  background-image: -moz-linear-gradient(top, #ffffff, #dedede);
  background-image: -o-linear-gradient(top, #ffffff, #dedede);
  background-image: linear-gradient(to bottom, #ffffff, #dedede);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5), 0px 0px 5px 1px #ffffff inset;
  padding: 0 10px;
  color: #252b30;
  text-decoration: none;
  font-size: 14px;
  text-shadow: 0px 1px 1px #fff;
}
.item-list .button:hover {
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#bbbbbb));
  background-image: -webkit-linear-gradient(top, #eeeeee, #bbbbbb);
  background-image: -moz-linear-gradient(top, #eeeeee, #bbbbbb);
  background-image: -o-linear-gradient(top, #eeeeee, #bbbbbb);
  background-image: linear-gradient(to bottom, #eeeeee, #bbbbbb);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4), 0px 0px 10px 1px #ffffff inset;
}
.item-list .button:active {
  background-color: #dfdfdf;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dfdfdf), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #dfdfdf, #ffffff);
  background-image: -moz-linear-gradient(top, #dfdfdf, #ffffff);
  background-image: -o-linear-gradient(top, #dfdfdf, #ffffff);
  background-image: linear-gradient(to bottom, #dfdfdf, #ffffff);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4), 0px 0px 1px 1px #ffffff inset;
}
.item-list .add-to-compare {
  text-align: center;
  font-size: 12px;
}
.item-list .add-to-compare a {
  text-decoration: none;
  display: inline-block;
  background: url(../i/compare-s.png) no-repeat left;
  padding-left: 20px;
}
.item-list .add-to-compare span {
  border-bottom: 1px dotted;
}


.pic-main{
position: relative;
}
.pic-main .label {
  width: 23px;
  height: 14px;
  position: absolute;
  left: 0px;
  top: 0px;
}
.pic-main .label.label-eol {
  /*background: url(../i/label-eol.png);*/
  background: url(../i/eol_icon_retina.png) no-repeat center;
  background-size: 100% auto;
}
.pic-main .label.label-eos {
  /*background: url(../i/label-eof.png);*/
  background: url(../i/eos_icon_retina.png) no-repeat center;
  background-size: 100% auto;
}
.pic-main .label.label-new {
  /*background: url(../i/label-new.png);*/
  background: url(../i/new_icon_retina.png) no-repeat center;
  background-size: 100% auto;
  width: 27px;
}
.pic-main .label.label-hot {  
  background: url(../i/hot_icon_retina.png) no-repeat center;  
  background-size: 100% auto;
}
.pic-main .label.label-sale {  
  width: 38px;
  background: url(../i/sale_icon_retina.png) no-repeat center;  
  background-size: 100% auto;
}

.item-list .label {
  width: 23px;
  height: 14px;
  position: absolute;
  left: 0px;
  top: 20px;
}
.item-list .label.label-eol {
  /*background: url(../i/label-eol.png);*/
  background: url(../i/eol_icon_retina.png) no-repeat center;
  background-size: 100% auto;
}
.item-list .label.label-eos {
  /*background: url(../i/label-eof.png);*/
  background: url(../i/eos_icon_retina.png) no-repeat center;
  background-size: 100% auto;
}
.item-list .label.label-new {
  /*background: url(../i/label-new.png);*/
  background: url(../i/new_icon_retina.png) no-repeat center;
  background-size: 100% auto;
  width: 27px;
}
.item-list .label.label-hot {
  /*background: url(../i/label-eol.png);*/
  background: url(../i/hot_icon_retina.png) no-repeat center;
  background-size: 100% auto;
}
.item-list .label.label-sale {
  width: 38px;
  /*background: url(../i/label-eof.png);*/
  background: url(../i/sale_icon_retina.png) no-repeat center;
  background-size: 100% auto;
}

.item-card .label {
  width: 23px;
  height: 14px;
  position: absolute;
  left: -17px;
  top: 0px;
}
.item-card .label.label-eol {
  background: url(../i/eol_icon_retina.png) no-repeat center;
  background-size: 100% auto;
}
.item-card .label.label-eos {
  background: url(../i/eos_icon_retina.png) no-repeat center;
  background-size: 100% auto;
}
.item-card .label.label-new {
  background: url(../i/new_icon_retina.png) no-repeat center;
  background-size: 100% auto;
  width: 27px;
}
.item-card .label.label-hot {
   background: url(../i/hot_icon_retina.png) no-repeat center;
   background-size: 100% auto;
}
.item-card .label.label-sale {
  width: 38px;
  background: url(../i/sale_icon_retina.png) no-repeat center;
  background-size: 100% auto;
}




.item-card .inner {
  width: 160px;
  position: relative;
}
.item-card .pane {
  background: url(../i/card-pane.png);
  height: 15px;
  margin-bottom: 10px;
  margin-top: 5px;
}
.item-card .pane-home {
  background: url(../i/card-pane-home.png);
}
.item-card .pane-home .pane-label {
  width: 29px;
}
.item-card .pane-label {
  width: 23px;
  float: left;
  height: 15px;
}
.item-card .pane-label-pro {
  /*background: url(../i/pane-pro.png) no-repeat center;*/
  background: url(../i/pro_icon_retina.png) no-repeat center;
  background-size: auto 6px;
  background-repeat: no-repeat;
  background-position: center;
}
.item-card .pane-label-smb {
  background: url(../i/smb_icon_retina.png) no-repeat center;
  background-size: auto 6px;
  background-repeat: no-repeat;
  background-position: center;  
}
.item-card .pane-label-home {
  background: url(../i/home_icon_retina.png) no-repeat center;
  background-size: auto 6px;
  background-repeat: no-repeat;
  background-position: center;
  
}
.item-card .pane-label-mid {
  /*background: url(../i/pane-pro.png) no-repeat center;*/
  background: url(../i/mid_icon_retina.png) no-repeat center;
  background-size: auto 6px;
  background-repeat: no-repeat;
  background-position: center;
  
}
.item-card .pane-label-isp {
  /*background: url(../i/pane-pro.png) no-repeat center;*/
  background: url(../i/isp_icon_retina.png) no-repeat center;
  background-size: auto 6px;
  background-repeat: no-repeat;
  background-position: center;  
}


.item-card .stars {
  float: left;
  line-height: 15px;
  margin-left: 5px;
}
.item-card .stars b,
.item-card .stars i {
  margin-right: 2px;
  width: 11px;
  display: inline-block;
  height: 10px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  background: url(../i/pane-stars.png);
}
.item-card .stars i {
  background-position: left top;
}
.item-card .stars b {
  background-position: left -10px;
}
.item-card .quantity-bars {
  float: left;
  width: 15px;
  height: 11px;
  margin-left: 10px;
}
.item-card .quantity-bars b,
.item-card .quantity-bars i {
  width: 2px;
  margin-right: 1px;
  background: #d9d9d9;
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  top: -2px;
}
.item-card .quantity-bars b {
  background: #63a800;
}
.item-card .quantity-bars .bar1 {
  height: 3px;
}
.item-card .quantity-bars .bar2 {
  height: 5px;
}
.item-card .quantity-bars .bar3 {
  height: 7px;
}
.item-card .quantity-bars .bar4 {
  height: 9px;
}
.item-card .quantity-bars .bar5 {
  height: 11px;
}
.item-card .quantity-no {
  width: 11px;
  height: 11px;
  background: url(../i/q-no.png);
  float: left;
  margin-left: 10px;
  position: relative;
  top: 4px;
}
.item-card .quantity-text {
  font-size: 10px;
  font-weight: bold;
  color: #63a800;
  float: left;
  text-transform: uppercase;
  margin-left: 10px;
  display: none;
  line-height: 22px;
}

.item-card .quantity-text.no-text {
  color: #cc9696;
}

.item-card .quantity-text.order {
  color: #ffa200;
}

.item-card .pic {
  width: 160px;
  height: 120px;
  line-height: 120px;
  text-align: center;
}
.item-card .pic a {
  display: block;
  width: 160px;
  height: 120px;
}
.item-card .pic img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.item-card .title {
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 17px;
  max-height: 88px;
  position: relative;
  overflow: hidden;
}
.item-card .price {
  font-weight: bold;
  font-size: 16px;
  float: left;
}
.item-card .details {
  position: relative;
  z-index: 10;
  padding-bottom: 10px;
}
.item-card .bg-layer {
  position: absolute;
  left: -17px;
  top: -17px;
  background: #fff;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  height: 100%;
  padding-bottom: 15px;
  border-radius: 5px;
  border: 2px solid #f25c6d;
  padding-bottom: 67px;
  box-shadow: 0px 5px 16px -5px rgba(0, 0, 0, 0.8);
  display: none;
}
.item-card .bottom-actions {
  display: none;
  height: 27px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 20;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1) inset;
  background: #f2f2f2;
  padding-top: 15px;
  padding-bottom: 10px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: -15px;
  border-radius: 0 0 5px 5px;
}
.item-card .bottom-actions a {
  font-size: 12px;
  text-decoration: none;
}
.item-card .inner:hover .bottom-actions,
.item-card .inner:hover .bg-layer {
  display: block;
}
.item-card .inner:hover .stars b {
  background-position: left bottom;
}
.item-card .inner:hover .quantity-text {
  display: block;
}
.item-card .add-to-cart {
  float: left;
  margin-left: 0px;
}
.item-card .add-to-compare {
  float: right;
  margin-right: 5px;
}
.item-card .add-to-compare a {
  border-bottom: 1px dotted;
  line-height: 27px;
}
.item-card .button {
  display: inline-block;
  height: 27px;
  line-height: 27px;
  border-radius: 3px;
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dedede));
  background-image: -webkit-linear-gradient(top, #ffffff, #dedede);
  background-image: -moz-linear-gradient(top, #ffffff, #dedede);
  background-image: -o-linear-gradient(top, #ffffff, #dedede);
  background-image: linear-gradient(to bottom, #ffffff, #dedede);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5), 0px 0px 5px 1px #ffffff inset;
  padding: 0 10px;
  color: #0059B3;
  text-shadow: 0px 1px 0px #fff;
}
.item-card .button:hover {
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#bbbbbb));
  background-image: -webkit-linear-gradient(top, #eeeeee, #bbbbbb);
  background-image: -moz-linear-gradient(top, #eeeeee, #bbbbbb);
  background-image: -o-linear-gradient(top, #eeeeee, #bbbbbb);
  background-image: linear-gradient(to bottom, #eeeeee, #bbbbbb);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4), 0px 0px 10px 1px #ffffff inset;
}
.item-card .button:active {
  background-color: #dfdfdf;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dfdfdf), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #dfdfdf, #ffffff);
  background-image: -moz-linear-gradient(top, #dfdfdf, #ffffff);
  background-image: -o-linear-gradient(top, #dfdfdf, #ffffff);
  background-image: linear-gradient(to bottom, #dfdfdf, #ffffff);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4), 0px 0px 1px 1px #ffffff inset;
}
.home-certs {
  padding-top: 18px;
  background: url(../i/cers-bg.jpg) no-repeat left top;
  height: 162px;
}
.home-certs .block-title {
  text-align: center;
  margin-bottom: 15px;
}
.home-certs h4 {
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'PT Sans', Arial, Helvetica, sans-serif;
  /*-webkit-font-smoothing:antialiased;*/
  font-weight: normal;
  margin: 0;
  margin-bottom: 15px;
  font-weight: bold;
  font-family: Georgia, Times New Roman, Times, serif;
}
.home-certs h4 a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #98b3a3;
  color: #21563c;
  letter-spacing: 5px;
}
.home-certs h4 a:hover {
  color: #FF2828;
}
.home-certs .logo {
  height: 49px;
}
.home-certs .certificates {
  margin-left: 30px;
}
.home-certs .certificate {
  float: left;
  width: 33.3%;
  font-size: 13px;
}
.home-certs .certificate .inner {
  padding-right: 40px;
}
.home-certs .certificate .title {
  font-weight: bold;
}
.home-news {
  padding-top: 28px;
  padding-bottom: 25px;
  margin-left: 30px;
  overflow: hidden;
}
.home-news h4 {
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'PT Sans', Arial, Helvetica, sans-serif;
  /*-webkit-font-smoothing:antialiased;*/
  font-weight: normal;
  font-weight: bold;
  margin: 0;
  margin-bottom: 15px;
}
.home-news h4 a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #b3b3b3;
}
.home-news h4 a:hover {
  color: #FF2828;
}
.home-news .news-item {
  float: left;
  width: 33.3%;
}
.home-news .news-item .inner {
  padding-right: 30px;
}
.home-news .news-item .title {
  margin-bottom: 10px;
}
.home-slider {
  position: relative;
}
.home-slider .swiper-container {
  height: 302px;
  background: #000;
}
.home-slider .swiper-slide {
  height: 302px;
  width: 790px;
  opacity: 0.3;
  overflow: hidden;
  position: relative;
}
.home-slider .slide-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../i/active-slide-overlay.png) no-repeat left top;
  z-index: 10;
  pointer-events: none;
  opacity: 0;
}
.home-slider .slide-content {
  position: absolute;
  z-index: 20;
  color: #fff;
  padding: 20px;
  border: 5px solid #fff;
  left: 450px;
  bottom: 60px;
  max-width: 240px;
}
.home-slider .slide-content .title {
  line-height: 20px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.home-slider .slide-content .text {
  font-size: 13px;
}
.home-slider .swiper-slide-active {
  opacity: 1;
}
.home-slider .swiper-slide-active .slide-overlay {
  opacity: 1;
}
.home-slider .arrows-wrap {
  max-width: 1360px;
  margin: 0 auto;
  position: relative;
}
.home-slider .arrows {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  -o-user-select: none;
  user-select: none;
  position: absolute;
  left: 50%;
  bottom: 20px;
  z-index: 100;
  white-space: nowrap;
  line-height: 28px;
}
.home-slider .arrows .swiper-pagination {
  display: inline-block;
  vertical-align: middle;
  line-height: 28px;
  margin: 0 5px;
}
.home-slider .arrows .swiper-pagination-switch {
  vertical-align: middle;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 3px;
  cursor: pointer;
  background: url(../i/home-pager.png) no-repeat left top;
}
.home-slider .arrows .swiper-active-switch {
  background-position: left bottom;
}
.home-slider .arrows .left,
.home-slider .arrows .right {
  vertical-align: middle;
  width: 18px;
  height: 28px;
  background: url(../i/home-arrows.png) no-repeat left top;
  cursor: pointer;
  display: inline-block;
}
.home-slider .arrows .right {
  background-position: left bottom;
}
.bought-watch {
  padding-top: 28px;
  padding-bottom: 25px;
  border-top: 1px solid #e6e6e6;
  margin-left: 30px;
  margin-right: 15px;
  position: relative;
  overflow: hidden;
}
.bought-watch.wide-bought-watch {
  margin-left: 0;
  margin-right: 0;
}
.bought-watch .fade-out {
  position: absolute;
  width: 60px;
  right: 0;
  top: 0;
  height: 100%;
  /*background-color: @from;*/
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #ffffff);
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0), #ffffff);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0), #ffffff);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
  pointer-events: none;
}
.bought-watch h4 {
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'PT Sans', Arial, Helvetica, sans-serif;
  /*-webkit-font-smoothing:antialiased;*/
  font-weight: normal;
  font-weight: bold;
  margin: 0;
  margin-bottom: 25px;
}
.bought-watch h4 a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #b3b3b3;
}
.bought-watch h4 a:hover {
  color: #FF2828;
}
.bought-watch h4 sup {
  font-weight: normal;
  font-size: 10px;
}
.bought-watch .item {
  float: left;
  width: 110px;
  margin-right: 20px;
}
.bought-watch .pic {
  width: 100px;
  height: 75px;
  line-height: 75px;
  text-align: center;
}
.bought-watch .pic a {
  display: block;
  width: 100px;
  height: 75px;
}
.bought-watch .pic img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}
.bought-watch .title {
  font-size: 11px;
  line-height: 14px;
  height: 28px;
}
.bought-watch .title a {
  color: #0059b3;
}
.bought-watch .title a:hover {
  color: #FF2828;
}
.bought-watch .price {
  font-size: 14px;
  margin: 4px 0 2px;
}
.bought-watch .time {
  color: #b2b2b2;
  font-size: 11px;
}
.bought-watch .items-wrap {
  width: 10000px;
}
.bc {
  font-size: 10px;
  margin-bottom: 15px;
  position: relative;
  z-index: 500;
}
.bc > span,
.bc > a {
  color: #999999;
  display: inline-block;
  margin-right: 3px;
}
.bc a:hover {
  color: #ff2828;
}
.bc .sub-crumbs-opener {
  display: inline-block;
  margin-right: 3px;
  position: relative;
  border-bottom: 1px dotted;
  color: #999999;
  line-height: 1.2;
}
.bc .sub-crumbs-opener:hover {
  color: #000;
}
.bc .sub-crumbs-opener:hover ul {
  display: block;
}
.bc .sub-crumbs-opener b {
  font-weight: normal;
  cursor: pointer;
}

.bc .sub-crumbs-opener a.active{
  cursor: pointer;
}

.bc ul {
  display: none;
  cursor: auto;
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #252b30;
  white-space: nowrap;
  border-radius: 3px;
  left: 0;
  top: 100%;
  margin-top: 10px;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.5);
}
.bc ul:after {
  content: ' ';
  position: absolute;
  left: 0;
  top: -10px;
  width: 100%;
  height: 10px;
}
.bc ul:before {
  content: ' ';
  position: absolute;
  background: url(../i/bc-arrow.png);
  width: 12px;
  height: 9px;
  top: -9px;
  left: 20px;
}
.bc ul a {
  display: block;
  padding: 10px 15px;
  color: #d9d9d9;
  font-size: 12px;
  text-decoration: none;
}
.bc ul a span {
  display: inline-block;
  line-height: 1;
  border-bottom: 1px solid #a5a6a7;
}
.bc ul a:hover {
  background: #2f3539;
}
.bc ul a:hover span {
  border-color: #c32d2f;
}
.bc ul a.active {
  background: none;
  text-decoration: none;
  color: #555d63;
  cursor: default;
}
.bc ul a.active span {
  border-bottom: none;
}
.bc li {
  border-bottom: 1px solid #2f3539;
}
.bc li:first-child a {
  border-radius: 3px 3px 0 0;
}
.bc li:last-child {
  border-bottom: none;
}
.bc li:last-child a {
  border-radius: 0 0 3px 3px;
}
h1,
h1.page-title {
  font-size: 28px;
  margin: 0;
  line-height: 30px;
  color: #1a1a1a;
  margin-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 20px;
}
h1.no-border-title,
h1.page-title.no-border-title {
  border-bottom: none;
  padding-bottom: 0;
}
h1 sup,
h1.page-title sup {
  font-size: 21px;
}
.sort-pagination {
  overflow: hidden;
  padding-bottom: 12px;
  border-bottom: 1px solid #e6e6e6;
  margin: 20px 0;
}
.sort-pagination .view-type {
  margin-right: 30px;
  float: left;
}
.sort-pagination .view-type a {
  display: block;
  float: left;
  height: 26px;
  width: 26px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  background-position: center;
  background-repeat: no-repeat;
}
.sort-pagination .view-type .view-list {
  border-left: 1px solid #e6e6e6;
  border-radius: 3px 0 0 3px;
  background-image: url(../i/view-list.png);
}
.sort-pagination .view-type .view-list.selected {
  background-image: url(../i/view-list-active.png);
}
.sort-pagination .view-type .view-grid {
  border-right: 1px solid #e6e6e6;
  border-radius: 0 3px 3px 0;
  background-image: url(../i/view-grid.png);
}
.sort-pagination .view-type .view-grid.selected {
  background-image: url(../i/view-grid-active.png);
}
.sort-pagination .view-type .selected {
  background-color: #f2f2f2;
}
.sort-pagination .ordering {
  float: left;
  margin-right: 30px;
}
.sort-pagination .ordering a {
  float: left;
  height: 26px;
  border: 1px solid #e6e6e6;
  border-right: none;
  white-space: nowrap;
  line-height: 26px;
  padding: 0 8px;
  color: #999999;
  text-decoration: none;
}
.sort-pagination .ordering .selected {
  background-color: #f2f2f2;
  color: #ff2828;
}
.sort-pagination .ordering a:hover {
  color: #ff2828;
}
.sort-pagination .ordering a:first-child {
  border-radius: 3px 0 0 3px;
}
.sort-pagination .ordering a:last-child {
  border-radius: 0 3px 3px 0;
  border-right: 1px solid #e6e6e6;
}
.sort-pagination .ordering .rubl-small {
  font-size: 10px;
}
.sort-pagination .in-stock {
  float: left;
  color: #999;
  position: relative;
  line-height: 28px;
}
.sort-pagination .in-stock label {
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
}
.sort-pagination .in-stock label:hover {
  color: #ff2828;
}
.sort-pagination .in-stock input {
  display: none;
}
.sort-pagination .in-stock .fake-checkbox {
  float: left;
  background: url(../i/fake-check.png) no-repeat left 3px;
  padding-left: 15px;
  height: 15px;
  margin-right: 5px;
}
.sort-pagination .in-stock .selected .fake-checkbox {
  background: url(../i/fake-check-active.png) no-repeat left top;
}
.pagination {
  float: right;
  font-size: 14px;
  line-height: 28px;
}
.pagination a,
.pagination span {
  display: inline-block;
  margin: 0 9px;
}
.pagination .dots,
.pagination .all-pages {
  color: #999;
}
.pagination .all-pages {
  font-size: 10px;
}
.pagination a:hover {
  color: #ff2828;
}
.pagination .selected {
  font-weight: bold;
  color: #ff2828;
}
.bottom-pagination {
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 15px;
}
.category-grid {
  padding-left: 15px;
  padding-top: 15px;
}
.category-grid .item-card {
  float: left;
  margin-right: 30px;
  margin-bottom: 45px;
  width: 190px;
}
.category-grid .item-card .title {
  height: 88px;
}
.category-grid .bg-layer {
  display: block;
  border-color: transparent;
  box-shadow: 0px 0px 0px 1px #ededed;
  border-radius: 3px;
  padding-bottom: 15px;
}
.category-grid .item-card:hover {
  z-index: 100;
  position: relative;
}
.category-grid .item-card:hover .bg-layer {
  border-radius: 5px;
  border: 2px solid #F25C6D;
  padding-bottom: 67px;
  box-shadow: 0px 5px 16px -5px rgba(0, 0, 0, 0.8);
}
.header-mid .internal-catalog-button {
  border-color: transparent;
  box-shadow: none;
  position: relative;
  /*ul.level1 {
        width: 200px;
    }*/
}
.header-mid .internal-catalog-button .nav-catalog {
  position: absolute;
  margin: 0;
  left: 0px;
  display: none;
  top: 100%;
  width: 100%;
  margin-top: 1px;
  background-image: none;
  padding-bottom: 20px;
}
.header-mid .internal-catalog-button .nav-catalog.cols2 {
  width: 400px;
}
.header-mid .internal-catalog-button .nav-catalog.cols3 {
  width: 600px;
}
.header-mid .internal-catalog-button .nav-catalog.cols4 {
  width: 800px;
}
.header-mid .internal-catalog-button .nav-catalog.cols5 {
  width: 1000px;
}
.header-mid .internal-catalog-button .nav-catalog > ul {
  width: 200px;
  float: left;
  position: relative;
}
.header-mid .internal-catalog-button .nav-catalog > ul:hover {
  z-index: 100;
}
.header-mid .internal-catalog-button .nav-catalog .level2 {
  border: 1px solid #30353a;
  background: #14171a;
}
.header-mid .internal-catalog-button .nav-catalog .level2:before {
  content: ' ';
  background: url(../i//level2-arrow.png);
  width: 6px;
  height: 10px;
  position: absolute;
  left: -6px;
  top: 30px;
}
.header-mid .internal-catalog-button .nav-catalog .level3:before {
  display: none;
}

.header-mid .internal-catalog-button .nav-catalog .level2,
.header-mid .internal-catalog-button .nav-catalog .offers {
  box-shadow: 0px 0px 10px #000;
}
.header-mid .internal-catalog-button > span {
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.8), 0px 1px 0px rgba(255, 255, 255, 0.8) inset;
  display: block;
  width: 178px;
  padding-left: 20px;
  margin-left: -20px;
  cursor: pointer;
  position: relative;
  z-index: 1000;
}
.header-mid .internal-catalog-button > span .arrow {
  background: url(../i/cart-arrow.png);
  width: 5px;
  height: 3px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -2px;
}
.header-mid .internal-catalog-button > span:hover {
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc));
  background-image: -webkit-linear-gradient(top, #ffffff, #cccccc);
  background-image: -moz-linear-gradient(top, #ffffff, #cccccc);
  background-image: -o-linear-gradient(top, #ffffff, #cccccc);
  background-image: linear-gradient(to bottom, #ffffff, #cccccc);
  color: #ff2828;
  text-shadow: 0px 1px 1px #fff;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2), 0px 1px 0px rgba(255, 255, 255, 0.8) inset;
}
.header-mid .internal-catalog-button > span.opened {
  border-radius: 3px 3px 0 0;
  box-shadow: none;
  border-color: transparent;
  color: #fff;
  background-color: #f94056;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f94056), to(#ec2138));
  background-image: -webkit-linear-gradient(top, #f94056, #ec2138);
  background-image: -moz-linear-gradient(top, #f94056, #ec2138);
  background-image: -o-linear-gradient(top, #f94056, #ec2138);
  background-image: linear-gradient(to bottom, #f94056, #ec2138);
  text-shadow: none;
}
.header-mid .internal-catalog-button > span.opened .arrow {
  background: url(../i/all-goods-arrow.png);
  width: 10px;
  height: 4px;
  position: absolute;
  right: auto;
  left: 20px;
  top: 100%;
  margin-top: 0;
}
.compare-link {
  position: absolute;
  right: 50px;
  bottom: -50px;
  
  line-height: 28px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
}
.compare-link .compare-link-inner {
  box-shadow: -1px 0px 10px rgba(39, 80, 127, 0.3);
  height: 28px;
  border: 1px solid #fff;
  border-top: 1px solid #e6e6e6;
  border-radius: 0 0 3px 3px;
  background: #fff;
}
.compare-link a,
.compare-link span {
  float: left;
}
.compare-link a {
  padding-left: 35px;
  padding-right: 10px;
  text-transform: uppercase;
  background: #f2f2f2 url(../i/compare.png) no-repeat 10px center;
  font-size: 10px;
  border-radius: 0 0 0 3px;
}
.compare-link span {
  width: 28px;
  text-align: center;
  font-size: 11px;
}
.category-filter-center {
  position: relative;
  margin: 0 auto;
  max-width: 1360px;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.category-filter {
  position: relative;
  width: 100%;
  margin-left: -30px;
  background: #000000 url(../i/filter-bg.jpg) repeat;
  color: #858c92;
}
.category-filter .row {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  background: url(../i/filter-border.png) repeat-x left bottom;
}
.category-filter .row:last-child {
  background: none;
}
.category-filter .row.selected .label {
  color: #fff;
}
.category-filter .row.selected .cancel {
  position: absolute;
  width: 15px;
  height: 15px;
  cursor: pointer;
  background: url(../i/filter-cancel.png) no-repeat center;
  top: 1px;
  left: -20px;
}
.category-filter .row.selected .cancel:hover {
  background: url(../i/filter-cancel-red.png) no-repeat center;
}
.category-filter .row.price-filter-row {
  padding-bottom: 25px;
}
.category-filter .row.price-filter-row .label {
  padding-top: 5px;
}
.category-filter .row.price-filter-row .cancel {
  top: 5px;
}
.category-filter .label {
  width: 190px;
  float: left;
  font-weight: bold;
  position: relative;
}
.category-filter .values {
  margin-left: 210px;
  /*margin-right: 100px;*/
}
.category-filter .fake-checkbox {
  float: left;
  margin-right: 20px;
  cursor: pointer;
  padding-left: 18px;
  background: url(../i/fake-check-inactive.png) no-repeat left 3px;
}
.category-filter .fake-checkbox.hidden-label {
  display: none;
}
.category-filter .fake-checkbox input {
  display: none;
}
.category-filter .fake-checkbox:hover {
  background: url(../i/fake-check.png) no-repeat left 3px;
}
.category-filter .fake-checkbox.checked {
  color: #fff;
  font-weight: bold;
  background: url(../i/fake-check-active.png) no-repeat left top;
}
.category-filter .fake-checkbox:hover {
  color: #ff2828;
}
.category-filter .show-all-values, .category-filter .hide-all-values {
  float: left;
  border-bottom: 1px dotted;
  display: none;
  cursor: pointer;
}
.category-filter .show-all-values-button .show-all-values, .category-filter .show-all-values-button .hide-all-values {
  display: block;
}
.category-filter .show-all-labels .fake-checkbox.hidden-label {
  display: block;
}
.category-filter .show-all-labels .show-all-values {
  display: none;
}
.category-filter .filter-actions {
  position: absolute;
  right: 30px;
  top: 20px;
  z-index: 20;
}
.category-filter .filter-actions > div {
  float: left;
  margin-left: 20px;
  cursor: pointer;
  font-size: 12px;
  line-height: 25px;
}
.category-filter .filter-actions > div span {
  border-bottom: 1px dotted;
}
.category-filter .filter-actions .filter-reset {
  padding-right: 10px;
  background: url(../i/filter-cancel.png) no-repeat right;
}
.category-filter .filter-actions .filter-reset:hover {
  color: #ff2828;
  background: url(../i/filter-cancel-red.png) no-repeat right;
}
.category-filter .filter-actions .filter-collapse {
  border: 1px solid #404b54;
  border-radius: 20px;
  padding: 0px 12px;
  position: relative;
  top: -1px;
}
.category-filter .filter-actions .filter-collapse span {
  margin-right: 5px;
  border-bottom: none;
}
.category-filter .filter-actions .filter-collapse b {
  font-weight: normal;
  border-bottom: 1px dotted;
}
.category-filter .filter-actions .filter-collapse:hover {
  color: #ff2828;
}
.category-filter .filter-actions .filter-collapse .hide-filter {
  display: inline;
}
.category-filter .filter-actions .filter-collapse .show-filter {
  display: none;
}
.category-filter .price-slider .input-left,
.category-filter .price-slider .input-right {
  float: left;
  font-size: 14px;
}
.category-filter .price-slider .input-left span.rubl,
.category-filter .price-slider .input-right span.rubl {
  line-height: 25px;
  float: left;
  margin-left: 3px;
}
.category-filter .price-slider input[type="text"] {
  width: 55px;
  padding: 0 5px;
  height: 25px;
  text-align: right;
  outline: 0;
  font-family: inherit;
  border: none;
  border-radius: 3px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.8) inset;
  float: left;
}
.category-filter #price-slider {
  width: 245px;
  float: left;
  margin: 0 15px;
  position: relative;
  height: 5px;
  border-radius: 0;
  border: none;
  box-shadow: none;
  top: 21px;
  background: url(../i/sliderline_2.png) no-repeat top;
}
.category-filter #price-slider .ui-slider-range {
  border-radius: 0;
  border: none;
  background: url(../i/sliderline_1.png) no-repeat center;
}
.category-filter .ui-slider-handle {
  border-radius: 0;
  box-shadow: none;
  border: none;
  background: url(../i/slider-handle.png);
  width: 17px;
  height: 22px;
  outline: 0;
  top: -21px;
}
.category-filter .max-val {
  color: #858c92;
  font-style: italic;
  font-size: 10px;
  white-space: nowrap;
  position: absolute;
  right: 0;
  top: 5px;
}
.category-filter .category-filter-selected-props {
  display: none;
}
.category-filter.collapsed-filter {
  height: 60px;
}
.category-filter.collapsed-filter .category-filter-selected-props {
  position: absolute;
  left: 30px;
  line-height: 60px;
  display: block;
}
.category-filter.collapsed-filter .show-filter {
  display: inline !important;
}
.category-filter.collapsed-filter .hide-filter {
  display: none !important;
}
.category-filter.collapsed-filter .row {
  display: none;
}
.product-content {
  padding-top: 15px;
}
.product-left {
  float: left;
  width: 350px;
}
.product-left .pic-main {
  width: 340px;
  height: 255px;
  text-align: center;
  line-height: 255px;
}
.product-left .pic-main img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.product-left .pics-slider {
  position: relative;
}
.product-left .swiper-container {
  width: 280px;
  height: 70px;
}
.product-left .swiper-container a {
  width: 80px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  display: block;
  margin: 3px auto 0;
  box-shadow: 0px 1px 3px #57626b;
  box-shadow: 0px 1px 3px rgba(87, 98, 107, 0.5);
}
.product-left .swiper-container a.active {
  box-shadow: 0px 1px 3px rgba(225, 87, 87, 0.7);
}
.product-left .swiper-container img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.product-left .arrow-left,
.product-left .arrow-right {
  width: 20px;
  height: 60px;
  position: absolute;
  cursor: pointer;
  box-shadow: 0px 1px 3px rgba(87, 98, 107, 0.5);
  top: 3px;
}
.product-left .arrow-left:active,
.product-left .arrow-right:active {
  box-shadow: 0px 0px 0px 1px #eaebec;
}
.product-left .arrow-left.inactive,
.product-left .arrow-right.inactive {
  opacity: 0.4;
  box-shadow: 0px 1px 3px rgba(87, 98, 107, 0.5) !important;
}
.product-left .arrow-left {
  left: 10px;
  background: url(../i/pics-left.png) no-repeat center 23px;
}
.product-left .arrow-left:hover {
  background-position: center -159px;
}
.product-left .arrow-left.inactive {
  background: url(../i/pics-left.png) no-repeat center 23px !important;
}
.product-left .arrow-right {
  right: 10px;
  background: url(../i/pics-right.png) no-repeat center 23px;
}
.product-left .arrow-right:hover {
  background-position: center -159px;
}
.product-left .arrow-right.inactive {
  background: url(../i/pics-right.png) no-repeat center 23px !important;
}
.product-right {
  margin-left: 370px;
}
.product-right .description {
  font-size: 15px;
  padding-top: 10px;
}
.product-right .description .full {
  display: none;
}
.product-right .show-full {
  margin-top: 10px;
  color: #2467b2;
  font-size: 17px;
  background: url(../i/show_full-icon.png) no-repeat left;
  padding-left: 25px;
}
.product-right .show-full span {
  border-bottom: 1px dotted;
  cursor: pointer;

}
.product-right .show-full span:hover {
  color: #ff2828;
}
.product-right .actions .pane,
.product-right .actions .rate {
  display: inline-block;
}
.product-right .actions .prop {
  display: inline-block;
  color: #999999;
  margin-left: 30px;
}
.product-right .actions .prop span {
  color: #1a1a1a;
}
.product-right .pane-label {
  float: left;
  height: 15px;
  background-color: #ededed;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#c4c9cd));
  background-image: -webkit-linear-gradient(top, #ededed, #c4c9cd);
  background-image: -moz-linear-gradient(top, #ededed, #c4c9cd);
  background-image: -o-linear-gradient(top, #ededed, #c4c9cd);
  background-image: linear-gradient(to bottom, #ededed, #c4c9cd);
  border-radius: 2px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.product-right .pane-label .pane-label-pro,
.product-right .pane-label .pane-label-smb,
.product-right .pane-label .pane-label-home,
.product-right .pane-label .pane-label-mid,
.product-right .pane-label .pane-label-isp, {
  display: block;
  width: 23px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.product-right .pane-label .pane-label-pro {
  /*background-image: url(../i/pane-pro.png);*/
  background-image: url(../i/pro_icon_retina.png);
  background-size: auto 6px;
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 15px;
}
.product-right .pane-label .pane-label-smb {
  background-image: url(../i/smb_icon_retina.png);
  background-size: auto 6px;
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 15px;
}
.product-right .pane-label .pane-label-home {
  background-image: url(../i/home_icon_retina.png);
  background-size: auto 6px;
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 15px;
}
.product-right .pane-label .pane-label-mid {
  /*background-image: url(../i/pane-pro.png);*/
  background-image: url(../i/mid_icon_retina.png);
  background-size: auto 6px;
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 15px;
}
.product-right .pane-label .pane-label-isp {
  /*background-image: url(../i/pane-pro.png);*/
  background-image: url(../i/isp_icon_retina.png);
  background-size: auto 6px;
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 15px;
}


.product-right .rate {
  position: relative;
}
.product-right .rate .stars {
  position: relative;
  z-index: 1;
}
.product-right .rate .stars span {
  margin-right: 2px;
  width: 11px;
  display: inline-block;
  height: 10px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  background: url(../i/pane-stars.png) no-repeat left top;
  cursor: pointer;
}
.product-right .rate .stars span.selected {
  background-position: left bottom;
}
.product-right .rate .popup {
  background: url(../i/rate-popup2.png);
  width: 186px;
  height: 65px;
  position: absolute;
  left: 50%;
  margin-left: -94px;
  top: -55px;
  text-align: center;
  font-size: 12px;
  color: #999999;
}
.product-right .rate .popup span {
  cursor: pointer;
  background: url(../i/stars-big.png) no-repeat left top;
  width: 26px;
  height: 24px;
  display: inline-block;
  margin-top: 15px;
  margin: 17px 3px 0;
}
.product-right .rate .popup span.selected {
  background-position: left bottom;
}
.product-right .price-cart {
  margin-top: 10px;
  overflow: hidden;
}
.product-right .no-in-stock .price-block .price {
  color: #808080;
  width: 100%;
  left: 20px;
}
.product-right .no-in-stock .quantity-text {
  color: #63a800;
}
.product-right .no-in-stock .buy-compare {
  height: 49px;
}
.product-right .price-block {
  position: relative;
  background: url(../i/price-block.png);
  width: 400px;
  height: 98px;
  float: left;
  margin-right: 15px;
}
.product-right .price-block .old-price {
  position: absolute;
  font-size: 13px;
  color: #e15757;
  left: 1px;
  top: -19px;
  text-decoration: line-through;
}

 .price .old-price-grid {
  position: relative;
  font-size: 13px;
  color: #e15757;
  left: 0px;
  top: -37px;
  text-decoration: line-through;
}

 .old-price-list {
  position: relative;
  font-size: 13px;
  left: -15px;
  top: 2px;
  color: #e15757;
  text-decoration: line-through;
}

 .price-disc-block {
  position: relative;
  top:-15px;
  height:27px;
}

.product-right .price-block .price {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 20px;
  left: 20px;
  line-height: 27px;
}
.product-right .price-block .q-input {
  position: absolute;
  left: 170px;
  top: 20px;
}
.product-right .price-block .button {
  height: 30px;
  line-height: 30px;
  border-radius: 3px;
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dedede));
  background-image: -webkit-linear-gradient(top, #ffffff, #dedede);
  background-image: -moz-linear-gradient(top, #ffffff, #dedede);
  background-image: -o-linear-gradient(top, #ffffff, #dedede);
  background-image: linear-gradient(to bottom, #ffffff, #dedede);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5), 0px 0px 5px 1px #ffffff inset;
  padding: 0 10px;
  color: #252b30;
  text-decoration: none;
  font-size: 14px;
  position: absolute;
  top: 17px;
  right: 20px;
  text-shadow: 0px 1px 1px #fff;
}
.product-right .price-block .button:hover {
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#bbbbbb));
  background-image: -webkit-linear-gradient(top, #eeeeee, #bbbbbb);
  background-image: -moz-linear-gradient(top, #eeeeee, #bbbbbb);
  background-image: -o-linear-gradient(top, #eeeeee, #bbbbbb);
  background-image: linear-gradient(to bottom, #eeeeee, #bbbbbb);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4), 0px 0px 10px 1px #ffffff inset;
}
.product-right .price-block .button:active {
  background-color: #dfdfdf;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dfdfdf), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #dfdfdf, #ffffff);
  background-image: -moz-linear-gradient(top, #dfdfdf, #ffffff);
  background-image: -o-linear-gradient(top, #dfdfdf, #ffffff);
  background-image: linear-gradient(to bottom, #dfdfdf, #ffffff);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4), 0px 0px 1px 1px #ffffff inset;
}
.product-right .price-block .button-in-cart {
  cursor: auto;
}
.product-right .price-block .button-in-cart a {
  text-decoration: none;
}
.product-right .price-block .button-in-cart:hover {
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dedede));
  background-image: -webkit-linear-gradient(top, #ffffff, #dedede);
  background-image: -moz-linear-gradient(top, #ffffff, #dedede);
  background-image: -o-linear-gradient(top, #ffffff, #dedede);
  background-image: linear-gradient(to bottom, #ffffff, #dedede);
}
.product-right .price-block .button-in-cart:active {
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dedede));
  background-image: -webkit-linear-gradient(top, #ffffff, #dedede);
  background-image: -moz-linear-gradient(top, #ffffff, #dedede);
  background-image: -o-linear-gradient(top, #ffffff, #dedede);
  background-image: linear-gradient(to bottom, #ffffff, #dedede);
}
.product-right .buy-compare {
  background: #f2f2f2;
  height: 98px;
  border-radius: 3px;
  float: left;
  font-size: 13px;
}
.product-right .buy-compare .buy {
  border-bottom: 1px solid #e8e8e8;
  box-shadow: 0px 1px 0px #ffffff;
}
.product-right .buy-compare > div {
  padding: 0 10px;
  line-height: 49px;
  width: 122px;
}
.product-right .buy-compare a {
  text-decoration: none;
  padding-left: 25px;
}
.product-right .buy-compare span {
  border-bottom: 1px dotted;
}
.product-right .buy-compare .compare a {
  background: url(../i/compare.png) no-repeat left;
}
.product-right .buy-compare .buy a {
  background: url(../i/1click.png) no-repeat left;
}
.product-right .buy-compare .in-compare {
  font-size: 11px;
}
.product-right .buy-compare .in-compare span {
  background: url(../i/compare.png) no-repeat left;
  display: block;
  padding-left: 25px;
  margin-right: -10px;
}
.product-right .buy-compare .in-compare a {
  padding: 0;
  text-decoration: underline;
}
.product-right .quantity {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 5px;
}
.product-right .quantity-bars {
  display: inline-block;
  width: 15px;
  height: 11px;
}
.product-right .quantity-bars b,
.product-right .quantity-bars i {
  width: 2px;
  margin-right: 1px;
  background: #000;
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  top: -4px;
}
.product-right .quantity-bars b {
  background: #63a800;
}
.product-right .quantity-bars .bar1 {
  height: 3px;
}
.product-right .quantity-bars .bar2 {
  height: 5px;
}
.product-right .quantity-bars .bar3 {
  height: 7px;
}
.product-right .quantity-bars .bar4 {
  height: 9px;
}
.product-right .quantity-bars .bar5 {
  height: 11px;
}
.product-right .quantity-no {
  width: 11px;
  height: 11px;
  background: url(../i/q-no.png);
  display: inline-block;
  position: relative;
  top: 2px;
}
.product-right .quantity-text {
  font-size: 10px;
  font-weight: bold;
  color: #63a800;
  display: inline-block;
  text-transform: uppercase;
  margin-left: 5px;
  line-height: 22px;
}

.product-right .quantity-text.no-text {
  color: #63a800;
}

.product-right .quantity-text.order {
  color: #ffa200;
}

.q-input {
  white-space: nowrap;
}
.q-input .switch {
  display: inline-block;
}
.q-input .minus,
.q-input .plus {
  width: 20px;
  height: 27px;
  float: left;
  cursor: pointer;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  -o-user-select: none;
  user-select: none;
}
.q-input .minus {
  background: url(../i/minus.png) no-repeat left top;
}
.q-input .minus:hover {
  background-position: left bottom;
}
.q-input .plus {
  background: url(../i/plus.png) no-repeat left top;
}
.q-input .plus:hover {
  background-position: left bottom;
}
.q-input input[type="text"] {
  float: left;
  height: 27px;
  border: none;
  font-family: inherit;
  width: 27px;
  outline: none;
  padding: 0 5px;
  margin: 0;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5) inset;
  font-size: 16px;
  text-align: right;
}
.q-input b {
  margin-left: 8px;
  font-weight: normal;
  float: left;
  color: #cccccc;
  font-size: 16px;
  line-height: 27px;
}
.soput-items {
  margin-top: 30px;
}
.soput-items h3 {
  margin: 0;
  font-weight: bold;
  font-size: 16px;
  color: #1a1a1a;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.soput-items .cat-title {
  font-size: 12px;
  color: #1a1a1a;
  margin-bottom: 12px;
  font-weight: bold;
}
.soput-items .items {
  font-size: 12px;
  /*margin-bottom: 25px;*/
}
.soput-items .item {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.soput-items .pic {
  float: left;
  width: 80px;
}
.soput-items .pic img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.soput-items .info {
  margin-left: 100px;
}
.soput-items .price-cart {
  margin-top: 3px;
}
.soput-items .price {
  font-size: 14px;
  font-weight: bold;
}
.soput-items .to-cart {
  color: #e15757;
  font-style: italic;
  text-decoration: none;
  border-bottom: 1px dotted;
  margin-left: 10px;
}
.soput-items .to-cart:hover {
  color: #ff2828;
}
.product-tabs {
  margin-top: 30px;
  border-bottom: 1px solid #e6e6e6;
  border-top: 3px solid #e6e6e6;
  line-height: 47px;
  font-size: 16px;  
  height: 46px;
  min-width: 731px;
}
.product-tabs .tab {
  display: inline-block;
  color: #0059b3;
  border-top: 3px solid transparent;
  position: relative;
  top: -3px;
  margin: 0 30px;
  cursor: pointer;
}
.product-tabs .tab span {
  border-bottom: 1px dotted;
}
.product-tabs .tab:hover {
  color: #ff2828;
}
.product-tabs .tab.active {
  border-top: 3px solid #e15757;
  font-weight: bold;
  color: #000;
  cursor: default;
}
.product-tabs .tab.active span {
  border-bottom: none;
  text-transform: uppercase;
}
.product-tabs .tab sup {
  font-size: 11px;
  font-weight: normal;
  margin-left: 3px;
}
.product-tabs .tab.tab-props {
  background: url(../i/tab-props.png) no-repeat left;
  padding-left: 20px;
}
.product-tabs .tab.tab-comments {
  background: url(../i/tab-comments.png) no-repeat left;
  padding-left: 20px;
}
.product-tabs .tab.tab-del {
  background: url(../i/tab-del.png) no-repeat left;
  padding-left: 25px;
}
.product-tabs .tab.tab-doc {
  background: url(../i/doc_ping.png) no-repeat left;
  padding-left: 25px;
}
.product-tabs .tab:first-child {
  margin-left: 0;
}
.product-tabs .tab:last-child {
  margin-right: 0;
}
.product-tabs-content .tab {
  display: none;
}
.product-tabs-content .tab.active {
  display: block;
}
.product-tabs-content .prop {
  overflow: hidden;
  margin: 14px 0;
}
.product-tabs-content .prop b {
  position: absolute;
  border-bottom: 1px dashed #cccccc;
  height: 1px;
  right: 0;
  bottom: 3px;
}
.product-tabs-content .prop .name {
  float: left;
  position: relative;
  width: 250px;
}
.product-tabs-content .prop .name span {
  display: inline-block;
}
.product-tabs-content .prop .value {
  margin-left: 260px;
}
.product-tabs-content .comment {
  margin: 20px 0;
  padding-bottom: 20px;
  border-bottom: 1px dotted #e6e6e6;
}
.product-tabs-content .comment .text {
  margin-bottom: 10px;
}
.product-tabs-content .comment .info {
  color: #999;
}
.product-tabs-content .comment .info > span {
  margin-right: 10px;
}
.product-tabs-content .comment .author {
  color: #1a1a1a;
  font-weight: bold;
}
.product-tabs-content .rate {
  float: right;
}
.product-tabs-content .stars b,
.product-tabs-content .stars i {
  margin-right: 2px;
  width: 11px;
  display: inline-block;
  height: 10px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  background: url(../i/pane-stars.png);
}
.product-tabs-content .stars i {
  background-position: left top;
}
.product-tabs-content .stars b {
  background-position: left -10px;
}
.product-tabs-content .leave-comment {
  background: #f2f2f2;
  padding: 20px;
}
.product-tabs-content .leave-comment .button {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  border-radius: 3px;
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dedede));
  background-image: -webkit-linear-gradient(top, #ffffff, #dedede);
  background-image: -moz-linear-gradient(top, #ffffff, #dedede);
  background-image: -o-linear-gradient(top, #ffffff, #dedede);
  background-image: linear-gradient(to bottom, #ffffff, #dedede);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5), 0px 0px 5px 1px #ffffff inset;
  padding: 0 15px;
  color: #252b30;
  text-decoration: none;
  font-size: 14px;
  text-shadow: 0px 1px 1px #fff;
}
.product-tabs-content .leave-comment .button:hover {
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#bbbbbb));
  background-image: -webkit-linear-gradient(top, #eeeeee, #bbbbbb);
  background-image: -moz-linear-gradient(top, #eeeeee, #bbbbbb);
  background-image: -o-linear-gradient(top, #eeeeee, #bbbbbb);
  background-image: linear-gradient(to bottom, #eeeeee, #bbbbbb);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4), 0px 0px 10px 1px #ffffff inset;
}
.product-tabs-content .leave-comment .button:active {
  background-color: #dfdfdf;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dfdfdf), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #dfdfdf, #ffffff);
  background-image: -moz-linear-gradient(top, #dfdfdf, #ffffff);
  background-image: -o-linear-gradient(top, #dfdfdf, #ffffff);
  background-image: linear-gradient(to bottom, #dfdfdf, #ffffff);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4), 0px 0px 1px 1px #ffffff inset;
}
.profile-tabs-content {
  margin-bottom: 50px;
}
.profile-tabs-content .tab {
  display: none;
}
.profile-tabs-content .active {
  display: block;
}
.profile-tabs {
  margin-top: 0px;
  border-bottom: 1px solid #e6e6e6;
  border-top: 3px solid #e6e6e6;
  line-height: 47px;
  font-size: 16px;
  height: 46px;
}
.profile-tabs .tab {
  display: inline-block;
  color: #0059b3;
  border-top: 3px solid transparent;
  position: relative;
  top: -3px;
  margin: 0 30px;
  cursor: pointer;
}
.profile-tabs .tab span {
  border-bottom: 1px dotted;
}
.profile-tabs .tab:hover {
  color: #ff2828;
}
.profile-tabs .tab.active {
  border-top: 3px solid #e15757;
  font-weight: bold;
  color: #000;
  cursor: default;
}
.profile-tabs .tab.active span {
  border-bottom: none;
  text-transform: uppercase;
}
.profile-tabs .tab:first-child {
  margin-left: 0;
}
.profile-tabs .tab:last-child {
  margin-right: 0;
}
.profile-form {
  padding-top: 30px;
  font-size: 14px;
  width: 605px;
}
.profile-form.only-form {
  padding-top: 0;
  margin-bottom: 50px;
}
.profile-form.password-form > p {
  font-size: 16px;
}
.profile-form .row {
  margin: 15px 0;
}
.profile-form .label {
  float: left;
  width: 195px;
  text-align: right;
  line-height: 26px;
}
.profile-form .label.fieldset-label {
  padding-top: 13px;
}
.profile-form .fields {
  margin-left: 210px;
}
.profile-form input[type="text"],
.profile-form input[type="password"],
.profile-form textarea {
  width: 373px;
  padding: 0 10px;
  border: none;
  font-family: inherit;
  border: 1px solid #bfbfbf;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2) inset;
  border-radius: 3px;
  height: 26px;
  outline: 0;
}
.profile-form input[type="text"].tel,
.profile-form input[type="password"].tel,
.profile-form textarea.tel {
  width: 125px;
}
.profile-form textarea {
  resize: none;
  height: 100px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.profile-form input[type="radio"],
.profile-form input[type="checkbox"] {
  margin-right: 5px;
}
.profile-form label {
  cursor: pointer;
}
.profile-form label.selected {
  font-weight: bold;
}
.profile-form .required {
  color: #ff2828;
}
.profile-form .fieldset {
  border: 1px solid #e6e6e6;
  background: #f7f7f7;
  padding: 10px 20px;
  border-radius: 3px;
}
.profile-form .fieldset p {
  margin: 5px 0;
}
.profile-form .submit-area {
  background: #f7f7f7;
  padding: 20px;
  position: relative;
}
.profile-form .auth-return {
  position: absolute;
  color: #999;
  font-size: 13px;
  line-height: 16px;
  height: 16px;
  display: inline-block;
  right: 20px;
  top: 50%;
  margin-top: -8px;
}
.profile-form .auth-return:hover {
  color: #ff2828;
}
.profile-form .button {
  display: inline-block;
  height: 43px;
  line-height: 43px;
  border-radius: 3px;
  margin-left: 190px;
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dedede));
  background-image: -webkit-linear-gradient(top, #ffffff, #dedede);
  background-image: -moz-linear-gradient(top, #ffffff, #dedede);
  background-image: -o-linear-gradient(top, #ffffff, #dedede);
  background-image: linear-gradient(to bottom, #ffffff, #dedede);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5), 0px 0px 5px 1px #ffffff inset;
  padding: 0 15px;
  color: #252b30;
  text-decoration: none;
  font-size: 18px;
  border: none;
  font-family: inherit;
  text-shadow: 0px 1px 1px #fff;
}
.profile-form .button:hover {
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#bbbbbb));
  background-image: -webkit-linear-gradient(top, #eeeeee, #bbbbbb);
  background-image: -moz-linear-gradient(top, #eeeeee, #bbbbbb);
  background-image: -o-linear-gradient(top, #eeeeee, #bbbbbb);
  background-image: linear-gradient(to bottom, #eeeeee, #bbbbbb);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4), 0px 0px 10px 1px #ffffff inset;
}
.profile-form .button:active {
  background-color: #dfdfdf;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dfdfdf), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #dfdfdf, #ffffff);
  background-image: -moz-linear-gradient(top, #dfdfdf, #ffffff);
  background-image: -o-linear-gradient(top, #dfdfdf, #ffffff);
  background-image: linear-gradient(to bottom, #dfdfdf, #ffffff);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4), 0px 0px 1px 1px #ffffff inset;
}
.profile-form .required-text {
  display: none;
  color: #ff2828;
  font-style: italic;
  font-size: 12px;
}
.profile-form .invalid .required-text {
  display: block;
}
.profile-form .invalid input[type="text"],
.profile-form .invalid input[type="password"] {
  border: 1px solid #ff2828;
}
table.orders-history {
  width: 942px;
}
table.orders-history thead {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
}
table.orders-history th,
table.orders-history td {
  text-align: right;
}
table.orders-history .order-id {
  text-align: left;
  padding-left: 10px;
}
table.orders-history .order-id span {
  border-bottom: 1px dotted;
  font-size: 18px;
  color: #0059b3;
}
table.orders-history .order-id span.ready {
  color: #1a1a1a;
}
table.orders-history .selected .order-id span {
  color: #ff2828;
}
table.orders-history th {
  border-bottom: 1px solid #e6e6e6;
  padding: 7px 0;
}
table.orders-history td {
  padding: 15px 0;
  border-bottom: 1px solid #e6e6e6;
}
table.orders-history .order-amount {
  padding-right: 10px;
}
table.orders-history td.order-amount {
  font-weight: bold;
  width: 120px;
}
table.orders-history td.order-status {
  text-transform: uppercase;
  font-size: 10px;
  width: 170px;
}
table.orders-history td.order-status span {
  letter-spacing: 1px;
  color: #fff;
  display: inline-block;
  padding: 1px 5px;
  border-radius: 3px;
}
table.orders-history td.order-status .status-new {
  background: #da7720;
}
table.orders-history td.order-status .status-bill {
  background: #cdb200;
}
table.orders-history td.order-status .status-delivery {
  background: #91b144;
}
table.orders-history td.order-status .status-ready {
  background: #8a97b1;
}
table.orders-history td.order-status .status-cancel {
  background: #e5e5e5;
  color: #ec2037;
}
table.orders-history > tbody > tr:hover > td {
  background: #f7f7f7;
  cursor: pointer;
}
table.orders-history > tbody > tr:hover > .order-id span {
  color: #ff2828;
}
table.orders-history tr.order-details {
  display: none;
}
tr.order-details > td {
  background: #fff !important;
  cursor: auto !important;
  padding: 0;
}
tr.order-details td {
  text-align: left;
}
tr.order-details .order-details-popup {
  border-radius: 5px;
  border: 2px solid #f04559;
  box-shadow: 0px 5px 30px rgba(48, 81, 112, 0.6);
  position: relative;
  z-index: 100;
}
tr.order-details .angle {
  background: url(../i/order-arrow.png);
  width: 14px;
  height: 8px;
  position: absolute;
  left: 30px;
  top: -8px;
}
tr.order-details .order-items {
  background: #fff;
  padding: 20px;
  position: relative;
  z-index: 10;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  border-radius: 5px 5px 0 0;
}
tr.order-details .order-items table {
  width: 100%;
}
tr.order-details .order-items table td {
  padding: 7px 0px;
  border: none;
}
tr.order-details .order-summary {
  padding: 10px 20px;
  background: #f7f7f7;
  border-bottom: 1px solid #e6e6e6;
}
tr.order-details .left {
  float: left;
}
tr.order-details .right {
  float: right;
  text-align: right;
}
tr.order-details .itogo {
  font-weight: bold;
  color: #ff2828;
  font-size: 14px;
}
tr.order-details .itogo b {
  color: #1a1a1a;
}
tr.order-details .order-actions {
  padding: 15px 20px;
  background: #f7f7f7;
  border-radius: 0 0 5px 5px;
  text-align: right;
  font-size: 12px;
}
tr.order-details .order-actions a {
  margin-left: 30px;
  display: inline-block;
  text-decoration: none;
  color: #999;
}
tr.order-details .order-actions a:hover {
  color: #ff2828;
}
tr.order-details .order-actions span {
  border-bottom: 1px dotted;
}
tr.order-details .order-actions .repeat-order {
  background: url(../i/order-repeat.png) no-repeat left;
  padding-left: 20px;
}
tr.order-details .order-actions .cancel-order {
  background: url(../i/order-cancel.png) no-repeat left;
  padding-left: 20px;
}
.cart-table {
  width: 100%;
  margin-bottom: 40px;
}
.cart-table .label {
  width: 23px;
  height: 14px;
  position: absolute;
  left: 0px;
  top: 20px;
}

.small-gr {
 font-size: smaller;
 color: #545454;
}

.cart-table .label.label-eol {
  background: url(../i/eol_icon_retina.png) no-repeat center;
  background-size: 100% center;
}
.cart-table .label.label-eos {
  background: url(../i/eos_icon_retina.png) no-repeat center;
  background-size: 100% center;
}
.cart-table .label.label-new {
  background: url(../i/new_icon_retina.png) no-repeat center;
  background-size: 100% center;
  width: 27px;
}
.cart-table .label.label-hot {
  background: url(../i/hot_icon_retina.png) no-repeat center;  
  background-size: 100% center;
}
.cart-table .label.label-sale {
  width: 38px;
  background: url(../i/sale_icon_retina.png) no-repeat center;  
  background-size: 100% center;
}


.cart-table thead {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
}
.cart-table th,
.cart-table td {
  vertical-align: top;
}
.cart-table td {
  padding-top: 15px;
  padding-bottom: 15px;
}
.cart-table th {
  border-bottom: 1px solid #e6e6e6;
  padding: 7px 0;
  text-align: right;
  white-space: nowrap;
}
.cart-table .th-title {
  text-align: left;
}
.cart-table tbody tr {
  border-bottom: 1px dotted #e6e6e6;
}
.cart-table .pic-cell {
  position: relative;
}
.cart-table .pic-cell .pic {
  width: 120px;
  height: 90px;
  display: block;
  text-align: center;
  line-height: 90px;
}
.cart-table .pic-cell img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.cart-table .details-cell {
  padding-left: 20px;
  padding-right: 20px;
}
.cart-table .title {
  font-size: 16px;
  margin-bottom: 10px;
}
.cart-table .art-brand {
  overflow: hidden;
  font-size: 12px;
  margin-bottom: 10px;
}
.cart-table .art-brand span {
  margin-right: 30px;
  display: inline-block;
}
.cart-table .props {
  font-size: 12px;
  margin: 10px 0;
}
.cart-table .props .prop {
  margin-right: 25px;
}
.cart-table .props .prop-title {
  color: #999999;
}
.cart-table .props .prop-value {
  color: #666;
}
.cart-table .pane-label {
  float: left;
  height: 15px;
  background-color: #ededed;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#c4c9cd));
  background-image: -webkit-linear-gradient(top, #ededed, #c4c9cd);
  background-image: -moz-linear-gradient(top, #ededed, #c4c9cd);
  background-image: -o-linear-gradient(top, #ededed, #c4c9cd);
  background-image: linear-gradient(to bottom, #ededed, #c4c9cd);
  border-radius: 2px;
}
.cart-table .pane-label .pane-label-pro,
.cart-table .pane-label .pane-label-smb,
.cart-table .pane-label .pane-label-home,
.cart-table .pane-label .pane-label-mid,
.cart-table .pane-label .pane-label-isp {
  display: block;
  width: 23px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.cart-table .pane-label .pane-label-pro {
  background-image: url(../i/pro_icon_retina.png);
  background-size: auto 6px;
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 15px;
}
.cart-table .pane-label .pane-label-smb {
  background-image: url(../i/smb_icon_retina.png);
  background-size: auto 6px;
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 15px;
}
.cart-table .pane-label .pane-label-home {
  background-image: url(../i/home_icon_retina.png);
  background-size: auto 6px;
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 15px;
}
.cart-table .pane-label .pane-label-mid {
  background-image: url(../i/mid_icon_retina.png);
  background-size: auto 6px;
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 15px;
}
.cart-table .pane-label .pane-label-isp {
  background-image: url(../i/isp_icon_retina.png);
  background-size: 75% auto;
  background-size: auto 6px;
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 15px;
}

.cart-table .stars {
  float: left;
  line-height: 15px;
  margin-left: 5px;
}
.cart-table .stars b,
.cart-table .stars i {
  margin-right: 2px;
  width: 11px;
  display: inline-block;
  height: 10px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  background: url(../i/pane-stars.png);
}
.cart-table .stars i {
  background-position: left top;
}
.cart-table .stars b {
  background-position: left bottom;
}
.cart-table .price-cell,
.cart-table .amount-cell,
.cart-table .q-cell {
  white-space: nowrap;
  padding-left: 20px;
  padding-right: 20px;
  text-align: right;
}
.cart-table td.price-cell {
  font-size: 20px;
}
.cart-table td.amount-cell {
  font-size: 20px;
  font-weight: bold;
}
.cart-table .q-input {
  line-height: 27px;
}
.cart-table .q-input .switch {
  vertical-align: middle;
  border-radius: 3px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
}
.cart-table .remove-cell {
  line-height: 27px;
}
.cart-table .remove-cell a {
  display: inline-block;
  vertical-align: middle;
  width: 11px;
  height: 15px;
  background: url(../i/cart-delete.png) no-repeat left top;
}
.cart-table .remove-cell a:hover {
  background-position: left bottom;
}
.cart-table tfoot {
  text-align: right;
}
.cart-table .total-amount {
  margin-bottom: 10px;
  font-size: 22px;
}
.cart-table .total-amount b {
  font-size: 28px;
}
.cart-table .make-order .button {
  display: inline-block;
  border: none;
  font-size: 18px;
  color: #fff;
  border-radius: 3px;
  height: 42px;
  line-height: 42px;
  background-color: #f8585a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f8585a), to(#ed4a4b));
  background-image: -webkit-linear-gradient(top, #f8585a, #ed4a4b);
  background-image: -moz-linear-gradient(top, #f8585a, #ed4a4b);
  background-image: -o-linear-gradient(top, #f8585a, #ed4a4b);
  background-image: linear-gradient(to bottom, #f8585a, #ed4a4b);
  padding: 0 20px;
  text-decoration: none;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
}
.cart-table .make-order .button:hover {
  background-color: #fe6365;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fe6365), to(#e03c3d));
  background-image: -webkit-linear-gradient(top, #fe6365, #e03c3d);
  background-image: -moz-linear-gradient(top, #fe6365, #e03c3d);
  background-image: -o-linear-gradient(top, #fe6365, #e03c3d);
  background-image: linear-gradient(to bottom, #fe6365, #e03c3d);
}
.cart-table .make-order .button:active {
  background-color: #e64445;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e64445), to(#f8575a));
  background-image: -webkit-linear-gradient(top, #e64445, #f8575a);
  background-image: -moz-linear-gradient(top, #e64445, #f8575a);
  background-image: -o-linear-gradient(top, #e64445, #f8575a);
  background-image: linear-gradient(to bottom, #e64445, #f8575a);
}
.order-pane {
  position: relative;
  display: none;
  z-index: 10;
  margin-bottom: 100px;
  margin-top: -65px;
  border-radius: 10px;
  border: 2px solid #F04559;
  box-shadow: 0px 5px 30px rgba(48, 81, 112, 0.6);
  background: #fff;
  padding: 20px;
  padding-bottom: 50px;
}
.order-pane .pane-title {
  font-size: 24px;
  font-weight: bold;
  margin-left: 190px;
  margin-bottom: 20px;
}
.order-pane .submit-area {
  background: none;
  padding: 0;
  text-align: left;
}
.order-pane .required-tip {
  position: absolute;
  font-size: 13px;
  color: #999999;
  left: 650px;
  top: 60px;
  width: 200px;
}
.order-pane .order-form .required-tip {
  top: 20px;
}
.order-pane .address-row .label {
  padding-top: 0;
  line-height: 19px;
}
.order-pane .address-row .work-time {
  font-size: 12px;
  color: #999;
}
.order-pane .map {
  width: 395px;
  height: 241px;
  background: #eee;
}
.order-pane form {
  padding-top: 0;
  position: relative;
  width: auto;
}
.order-pane form .label {
  width: 175px;
}
.order-pane form .fields {
  margin-left: 190px;
}
.order-pane form .button {
  display: inline-block;
  border: none;
  font-size: 18px;
  color: #fff;
  border-radius: 3px;
  height: 42px;
  line-height: 42px;
  background-color: #f8585a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f8585a), to(#ed4a4b));
  background-image: -webkit-linear-gradient(top, #f8585a, #ed4a4b);
  background-image: -moz-linear-gradient(top, #f8585a, #ed4a4b);
  background-image: -o-linear-gradient(top, #f8585a, #ed4a4b);
  background-image: linear-gradient(to bottom, #f8585a, #ed4a4b);
  padding: 0 20px;
  text-decoration: none;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
  padding: 0 25px;
}
.order-pane form .button:hover {
  background-color: #fe6365;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fe6365), to(#e03c3d));
  background-image: -webkit-linear-gradient(top, #fe6365, #e03c3d);
  background-image: -moz-linear-gradient(top, #fe6365, #e03c3d);
  background-image: -o-linear-gradient(top, #fe6365, #e03c3d);
  background-image: linear-gradient(to bottom, #fe6365, #e03c3d);
}
.order-pane form .button:active {
  background-color: #e64445;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e64445), to(#f8575a));
  background-image: -webkit-linear-gradient(top, #e64445, #f8575a);
  background-image: -moz-linear-gradient(top, #e64445, #f8575a);
  background-image: -o-linear-gradient(top, #e64445, #f8575a);
  background-image: linear-gradient(to bottom, #e64445, #f8575a);
}
.order-pane form .login-tip {
  margin: 25px 0;
  margin-left: 190px;
}
.order-pane form.order-form {
  width: 590px;
}
.order-pane .order-amount-row {
  margin: 5px 0;
  margin-top: 30px;
  margin-bottom: -25px;
}
.order-pane .order-amount-row .fields {
  font-size: 18px;
  font-weight: bold;
}
.order-pane .order-total-row {
  margin-top: 40px;
}
.order-pane .order-total-row .label {
  font-weight: bold;
  line-height: 1;
  padding-top: 13px;
}
.order-pane .order-total-row .fields {
  font-size: 24px;
  font-weight: bold;
  color: #ff2828;
}
.order-pane .delivery-block,
.order-pane .order-payment-row {
  margin: 45px 0;
}
.order-pane .comment-row {
  margin-bottom: 30px;
}
.order-pane .total-order-submit {
  background: #eee;
  width: 100%;
  padding-left: 40px;
  margin-left: -20px;
  margin-bottom: -50px;
  border-radius: 0 0px 5px 5px;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2) inset;
}
.order-pane .total-order-submit .button {
  display: inline-block;
  border: none;
  font-size: 18px;
  color: #fff;
  border-radius: 3px;
  height: 42px;
  line-height: 42px;
  background-color: #f8585a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f8585a), to(#ed4a4b));
  background-image: -webkit-linear-gradient(top, #f8585a, #ed4a4b);
  background-image: -moz-linear-gradient(top, #f8585a, #ed4a4b);
  background-image: -o-linear-gradient(top, #f8585a, #ed4a4b);
  background-image: linear-gradient(to bottom, #f8585a, #ed4a4b);
  padding: 0 20px;
  text-decoration: none;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
  padding: 0 25px;
  margin-left: 170px;
  font-family: inherit;
}
.order-pane .total-order-submit .button:hover {
  background-color: #fe6365;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fe6365), to(#e03c3d));
  background-image: -webkit-linear-gradient(top, #fe6365, #e03c3d);
  background-image: -moz-linear-gradient(top, #fe6365, #e03c3d);
  background-image: -o-linear-gradient(top, #fe6365, #e03c3d);
  background-image: linear-gradient(to bottom, #fe6365, #e03c3d);
}
.order-pane .total-order-submit .button:active {
  background-color: #e64445;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e64445), to(#f8575a));
  background-image: -webkit-linear-gradient(top, #e64445, #f8575a);
  background-image: -moz-linear-gradient(top, #e64445, #f8575a);
  background-image: -o-linear-gradient(top, #e64445, #f8575a);
  background-image: linear-gradient(to bottom, #e64445, #f8575a);
}
.order-pane .yur-fields,
.order-pane .fiz-fields {
  display: none;
}
.order-pane .yur-fields.active-person-fields,
.order-pane .fiz-fields.active-person-fields {
  display: block;
}
.order-pane .selfpick-fields,
.order-pane .transport-fields {
  display: none;
}
.order-pane .selfpick-fields.active-delivery-fields,
.order-pane .transport-fields.active-delivery-fields {
  display: block;
}
.fake-select {
  position: relative;
  padding: 0 10px;
  border: none;
  font-family: inherit;
  border: 1px solid #bfbfbf;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2) inset;
  border-radius: 3px;
  height: 26px;
  line-height: 26px;
  width: 185px;
  cursor: pointer;
}
.fake-select ul {
  position: absolute;
  background: #fff;
  list-style: none;
  padding: 0;
  margin: 0;
  border-radius: 3px;
  left: 0px;
  top: 5px;
  width: 100%;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
  cursor: auto;
  display: none;
  z-index: 200;
  overflow: auto;
  max-height: 220px;
}
.fake-select li {
  display: block;
  padding: 0 10px;
  cursor: pointer;
}
.fake-select li:hover {
  background: #E15757;
  color: #fff;
}
.fake-select .arrow {
  position: absolute;
  background: url(../i/city-arrow.png);
  width: 5px;
  height: 3px;
  right: 5px;
  top: 50%;
  margin-top: -1px;
}
.order-tabs {
  margin-top: 0px;
  border-bottom: 1px solid #e6e6e6;
  border-top: 3px solid #e6e6e6;
  line-height: 47px;
  font-size: 16px;
  height: 46px;
  margin-left: 190px;
  margin-right: 190px;
}
.order-tabs .tab {
  display: inline-block;
  color: #0059b3;
  border-top: 3px solid transparent;
  position: relative;
  top: -3px;
  margin: 0 30px;
  cursor: pointer;
}
.order-tabs .tab span {
  border-bottom: 1px dotted;
}
.order-tabs .tab:hover {
  color: #ff2828;
}
.order-tabs .tab.active {
  border-top: 3px solid #e15757;
  font-weight: bold;
  color: #000;
  cursor: default;
}
.order-tabs .tab.active span {
  border-bottom: none;
  text-transform: uppercase;
}
.order-tabs .tab:first-child {
  margin-left: 0;
}
.order-tabs .tab:last-child {
  margin-right: 0;
}
.order-tabs-content .tab {
  display: none;
}
.order-tabs-content .active {
  display: block;
}
.blog-item {
  overflow: hidden;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #e6e6e6;
  font-size: 14px;
}
.blog-item h3 {
  font-weight: normal;
  font-size: 18px;
  margin: 0;
  margin-bottom: 10px;
}
.blog-item .pic {
  float: left;
  margin-right: 10px;
}
.blog-item .date {
  font-size: 11px;
  color: #999;
  margin-top: 5px;
}
.blog-items .pagination {
  float: none;
  margin: 30px 0;
}
.info-page {
  font-size: 15px;
  padding-bottom: 70px;
}
.info-page h2 {
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 15px;
}
.info-page h3 {
  font-size: 17px;
  margin-top: 30px;
  margin-bottom: 15px;
}
.info-page p {
  margin: 15px 0;
}
.info-page ul,
.info-page ol {
  margin: 20px 0;
}
.info-page ul li,
.info-page ol li {
  margin: 10px 0;
  padding-left: 8px;
}
.info-page ol {
  font-weight: bold;
}
.info-page ol span {
  font-weight: normal;
}
.info-page table {
  font-size: 14px;
}
.info-page table th {
  font-size: 10px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 10px 5px;
}
.info-page table td {
  padding: 12px 10px;
}
.info-page table th,
.info-page table td {
  border-bottom: 1px dotted #e6e6e6;
  text-align: right;
  padding-left: 20px;
  padding-right: 20px;
}
.info-page table th:first-child,
.info-page table td:first-child {
  padding-left: 0;
  text-align: left;
}
.info-page table th:last-child,
.info-page table td:last-child {
  padding-right: 0;
}
.reg-terms {
  font-size: 12px;
}
.reg-terms input {
  float: left;
}
.reg-terms span {
  display: block;
  margin-left: 20px;
  position: relative;
  top: -2px;
}
.site-map {
  padding-bottom: 50px;
}
.site-map ul {
  list-style: none;
  margin: 0;
  float: left;
  padding: 0;
  width: 27%;
}
.site-map ul.first-list {
  width: 19%;
}
.site-map li {
  margin-bottom: 10px;
  padding-right: 15px;
}
.site-map .title {
  font-size: 16px;
  font-weight: bold;
  height: 35px;
}
.page404 {
  color: #e5e5e5;
  background: #252b30;
}
.page404 .header-mid {
  background: #252b30;
  color: #999;
}
.page404 .info-block {
  background-image: url(../i/curv404.png);
}
.page404 h1 {
  font-size: 60px;
  border: none;
  color: #e5e5e5;
  padding-bottom: 0;
  margin: 0;
}
.page404 h2 {
  font-size: 24px;
  font-weight: normal;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 35px;
}
.page404 .content-wrap {
  margin-left: 104px;
  margin-top: 100px;
}
.page404 p.search {
  font-size: 18px;
}
.page404 p.search a {
  color: #419bff;
}
.page404 .search-form {
  float: left;
  width: 100%;
}
.page404 .search-form input[type="text"] {
  height: 33px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  font-size: 14px;
  font-family: inherit;
  border: 1px solid #bfbfbf;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.31) inset;
  border-radius: 4px;
  outline: 0;
  float: left;
  display: block;
  width: 750px;
}
.page404 .search-form input[type="submit"] {
  height: 33px;
  padding: 0 20px;
  border-radius: 5px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px 0px 5px #ffffff inset;
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc));
  background-image: -webkit-linear-gradient(top, #ffffff, #cccccc);
  background-image: -moz-linear-gradient(top, #ffffff, #cccccc);
  background-image: -o-linear-gradient(top, #ffffff, #cccccc);
  background-image: linear-gradient(to bottom, #ffffff, #cccccc);
  font-size: 14px;
  width: 77px;
  margin-left: 10px;
  border: none;
  float: left;
  text-shadow: 0px 1px 1px #fff;
}
.page404 .search-form input[type="submit"]:hover {
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#bbbbbb));
  background-image: -webkit-linear-gradient(top, #eeeeee, #bbbbbb);
  background-image: -moz-linear-gradient(top, #eeeeee, #bbbbbb);
  background-image: -o-linear-gradient(top, #eeeeee, #bbbbbb);
  background-image: linear-gradient(to bottom, #eeeeee, #bbbbbb);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4), 0px 0px 10px 1px #ffffff inset;
}
.page404 .search-form input[type="submit"]:active {
  background-color: #dfdfdf;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dfdfdf), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #dfdfdf, #ffffff);
  background-image: -moz-linear-gradient(top, #dfdfdf, #ffffff);
  background-image: -o-linear-gradient(top, #dfdfdf, #ffffff);
  background-image: linear-gradient(to bottom, #dfdfdf, #ffffff);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4), 0px 0px 1px 1px #ffffff inset;
}
.search-page-form {
  padding: 20px;
  background: #f8f5e7;
}
.search-page-form .results {
  font-size: 12px;
  color: #999;
  margin-top: 5px;
}
.search-page-form input[type="text"] {
  height: 33px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  font-size: 14px;
  font-family: inherit;
  border: 1px solid #bfbfbf;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.31) inset;
  border-radius: 4px;
  outline: 0;
  float: left;
  display: block;
  width: 750px;
}
.search-page-form input[type="submit"] {
  height: 33px;
  padding: 0 20px;
  border-radius: 5px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px 0px 5px #ffffff inset;
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc));
  background-image: -webkit-linear-gradient(top, #ffffff, #cccccc);
  background-image: -moz-linear-gradient(top, #ffffff, #cccccc);
  background-image: -o-linear-gradient(top, #ffffff, #cccccc);
  background-image: linear-gradient(to bottom, #ffffff, #cccccc);
  font-size: 14px;
  width: 77px;
  margin-left: 10px;
  border: none;
  float: left;
  text-shadow: 0px 1px 1px #fff;
}
.search-page-form input[type="submit"]:hover {
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#bbbbbb));
  background-image: -webkit-linear-gradient(top, #eeeeee, #bbbbbb);
  background-image: -moz-linear-gradient(top, #eeeeee, #bbbbbb);
  background-image: -o-linear-gradient(top, #eeeeee, #bbbbbb);
  background-image: linear-gradient(to bottom, #eeeeee, #bbbbbb);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4), 0px 0px 10px 1px #ffffff inset;
}
.search-page-form input[type="submit"]:active {
  background-color: #dfdfdf;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dfdfdf), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #dfdfdf, #ffffff);
  background-image: -moz-linear-gradient(top, #dfdfdf, #ffffff);
  background-image: -o-linear-gradient(top, #dfdfdf, #ffffff);
  background-image: linear-gradient(to bottom, #dfdfdf, #ffffff);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4), 0px 0px 1px 1px #ffffff inset;
}
.popup-layer {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
  z-index: 50000;
  display: none;
}
.comment-popup,
.comment-popup-done,
.one-click-popup {
  position: absolute;
  width: 600px;
  left: 50%;
  margin-left: -300px;
  top: 300px;
  background: #fff;
  border-radius: 3px;
  z-index: 100000;
  display: none;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.5);
}
.comment-popup .comment-done,
.comment-popup-done .comment-done,
.one-click-popup .comment-done {
  font-size: 18px;
  text-align: center;
  padding: 30px 0;
}
.comment-popup .title,
.comment-popup-done .title,
.one-click-popup .title {
  font-size: 18px;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #e6e6e6;
  padding: 0 20px;
  margin-bottom: 25px;
}
.comment-popup .close,
.comment-popup-done .close,
.one-click-popup .close {
  position: absolute;
  cursor: pointer;
  right: 20px;
  top: 25px;
  width: 16px;
  height: 16px;
  opacity: 0.5;
  margin-top: -8px;
  background: url(../i/close-popup.png) no-repeat left top;
}
.comment-popup .close:hover,
.comment-popup-done .close:hover,
.one-click-popup .close:hover {
  background-position: left bottom;
  opacity: 1;
}
.comment-popup .row,
.comment-popup-done .row,
.one-click-popup .row {
  margin-bottom: 20px;
}
.comment-popup .label,
.comment-popup-done .label,
.one-click-popup .label {
  float: left;
  margin-left: 30px;
  width: 130px;
  padding-top: 5px;
}
.comment-popup .required,
.comment-popup-done .required,
.one-click-popup .required {
  color: #ff2828;
}
.comment-popup input[type="text"],
.comment-popup-done input[type="text"],
.one-click-popup input[type="text"],
.comment-popup textarea,
.comment-popup-done textarea,
.one-click-popup textarea {
  border-radius: 3px;
  border: 1px solid #bfbfbf;
  padding: 5px;
  resize: none;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2) inset;
  width: 395px;
  outline: 0;
  font-family: inherit;
}
.comment-popup input[type="text"].tel,
.comment-popup-done input[type="text"].tel,
.one-click-popup input[type="text"].tel,
.comment-popup textarea.tel,
.comment-popup-done textarea.tel,
.one-click-popup textarea.tel {
  width: 140px;
}
.comment-popup form p,
.comment-popup-done form p,
.one-click-popup form p {
  font-size: 16px;
  padding: 0 20px;
  margin-top: -10px;
}
.comment-popup textarea,
.comment-popup-done textarea,
.one-click-popup textarea {
  height: 65px;
}
.comment-popup .submit-area,
.comment-popup-done .submit-area,
.one-click-popup .submit-area {
  background: #f2f2f2;
  padding: 20px 0;
  padding-left: 160px;
  border-radius: 0 0 3px 3px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1) inset;
  margin-top: 25px;
}
.comment-popup input[type="submit"],
.comment-popup-done input[type="submit"],
.one-click-popup input[type="submit"],
.comment-popup .button,
.comment-popup-done .button,
.one-click-popup .button {
  height: 31px;
  padding: 0 15px;
  font-family: inherit;
  border-radius: 3px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px 0px 5px #ffffff inset;
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc));
  background-image: -webkit-linear-gradient(top, #ffffff, #cccccc);
  background-image: -moz-linear-gradient(top, #ffffff, #cccccc);
  background-image: -o-linear-gradient(top, #ffffff, #cccccc);
  background-image: linear-gradient(to bottom, #ffffff, #cccccc);
  font-size: 14px;
  border: none;
  text-shadow: 0px 1px 1px #fff;
}
.comment-popup input[type="submit"]:hover,
.comment-popup-done input[type="submit"]:hover,
.one-click-popup input[type="submit"]:hover,
.comment-popup .button:hover,
.comment-popup-done .button:hover,
.one-click-popup .button:hover {
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#bbbbbb));
  background-image: -webkit-linear-gradient(top, #eeeeee, #bbbbbb);
  background-image: -moz-linear-gradient(top, #eeeeee, #bbbbbb);
  background-image: -o-linear-gradient(top, #eeeeee, #bbbbbb);
  background-image: linear-gradient(to bottom, #eeeeee, #bbbbbb);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4), 0px 0px 10px 1px #ffffff inset;
}
.comment-popup input[type="submit"]:active,
.comment-popup-done input[type="submit"]:active,
.one-click-popup input[type="submit"]:active,
.comment-popup .button:active,
.comment-popup-done .button:active,
.one-click-popup .button:active {
  background-color: #dfdfdf;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dfdfdf), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #dfdfdf, #ffffff);
  background-image: -moz-linear-gradient(top, #dfdfdf, #ffffff);
  background-image: -o-linear-gradient(top, #dfdfdf, #ffffff);
  background-image: linear-gradient(to bottom, #dfdfdf, #ffffff);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4), 0px 0px 1px 1px #ffffff inset;
}
.compare-content {
  margin-top: -25px;
  position: relative;
  background: #fafafa;
  margin-bottom: 40px;
}
.compare-content .compare-left {
  width: 200px;
  background: #fafafa url(../i/compare-left-shadow.png) repeat-y right;
  /*box-shadow: -2px 0 3px rgba(0,0,0,0.1) inset;*/
  float: left;
}
.compare-content .compare-left .props {
  position: relative;
  z-index: 10;
}
.compare-content .compare-left .prop {
  font-size: 13px;
  padding: 15px 20px;
  border-top: 1px solid #fafafa;
}
.compare-content .compare-left .prop:first-child {
  border-color: #f2f2f2;
}
.compare-content .props-switch {
  height: 362px;
}
.compare-content .props-switch span {
  display: block;
  padding: 20px;
}
.compare-content .props-switch a {
  display: inline-block;
  color: #999999;
  text-decoration: none;
  background: #fff;
  padding: 5px 10px;
  border: 1px solid #e6e6e6;
  width: 120px;
}
.compare-content .props-switch a:first-child {
  border-radius: 3px 3px 0 0;
  border-bottom: none;
}
.compare-content .props-switch a:last-child {
  border-radius: 0 0 3px 3px;
}
.compare-content .props-switch a:hover {
  color: #ff2828;
}
.compare-content .props-switch a.selected {
  background: #f3f3f3;
  color: #ff2828;
}
.compare-content .compare-items {
  margin-left: 200px;
  background: #fff;
  position: relative;
}
.compare-content .item-col {
  width: 230px;
  padding: 0 0px;
  float: left;
}
.compare-content .item-col .prop {
  border-top: 1px solid #f2f2f2;
  padding: 15px 20px 15px 30px;
}
.compare-content .item-card {
  padding-top: 35px;
  height: 327px;
  width: 160px;
  margin-left: 30px;
  position: relative;
}
.compare-content .item-card .price-row {
  overflow: hidden;
}
.compare-content .item-card .bottom-actions {
  display: block;
  position: static;
  padding: 0;
  width: auto;
  background: none;
  box-shadow: none;
  margin-left: 0;
}
.compare-content .item-card .title {
  height: 88px;
}
.compare-content .bottom-card {
  height: auto;
  background: #fafafa url(../i/compare-bottom-shadow.png) repeat-x left top;
  width: auto;
  margin: 0;
  padding-left: 30px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 35px;
}
.compare-content .compare-delete {
  position: absolute;
  background: url(../i/cart-delete.png) no-repeat left top;
  width: 11px;
  height: 15px;
  z-index: 100;
  right: -15px;
  top: 15px;
}
.compare-content .compare-delete:hover {
  background-position: left bottom;
}
.compare-content .prop.selected {
  background-color: #f8f5e7;
}
.compare-content .compare-left .prop.selected {
  background-image: url(../i/prop-bg.png);
  background-repeat: repeat-y;
  background-position: right;
}
.compare-content .swiper-slide {
  width: 230px;
}
.compare-content .swiper-wrapper {
  width: 50000px;
}


.compare-arrow-right {
  position: absolute;
  right: 0;
  background: url(../i/compare-right.png) no-repeat left top;
  width: 48px;
  height: 188px;
  cursor: pointer;
  top: 396px;
  z-index: 1000;
  display: none;
}
.compare-arrow-right:hover {
  background-position: left bottom;
}
.compare-arrow-right.invisible {
  display: none !important;
}
.compare-arrow-left {
  position: absolute;
  left: 0px;
  background: url(../i/compare-left.png) no-repeat left top;
  width: 48px;
  height: 188px;
  cursor: pointer;
  top: 396px;
  z-index: 1000;
  display: none;
}
.compare-arrow-left:hover {
  background-position: left bottom;
}
.compare-arrow-left.invisible {
  display: none !important;
}
.fixed-panel-holder {
  height: 35px;
}
.fixed-panel-wrap.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 960px;
  background-color: #efefef;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #efefef, #e6e6e6);
  background-image: -moz-linear-gradient(top, #efefef, #e6e6e6);
  background-image: -o-linear-gradient(top, #efefef, #e6e6e6);
  background-image: linear-gradient(to bottom, #efefef, #e6e6e6);
  padding: 10px 0;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
}
.fixed-panel-wrap.fixed .fixed-info {
  display: block;
  margin-left: 25px;
  float: left;
  width: 200px;
  white-space: nowrap;
}
.fixed-panel-wrap.fixed .fixed-info .fixed-logo {
  float: left;
}
.fixed-panel-wrap.fixed .fixed-info .fixed-contacts {
  margin-left: 45px;
}
.fixed-panel-wrap.fixed .search-form {
  width: 50%;
  width: -webkit-calc(100% - 230px - 190px - 40px - 30px - 200px);
  width: -moz-calc(100% - 230px - 190px - 40px - 30px - 200px);
  width: -ms-calc(100% - 230px - 190px - 40px - 30px - 200px);
  width: calc(100% - 230px - 190px - 40px - 30px - 200px);
}
.fixed-panel-wrap .fixed-panel-wrap-center {
  margin: 0 auto;
  max-width: 1360px;
  position: relative;
}
.catalog-list-col {
  float: left;
  width: 31%;
  margin-bottom: 32px;
  margin-right: 3.5%;
}
.catalog-list-col:nth-child(3n) {
  margin-right: 0;
}
.catalog-list-col .catalog-list-item {
  margin-bottom: 10px;
}
.catalog-list-col a {
  display: block;
  padding: 10px 20px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  background-color: #f7f7f7;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#ededed));
  background-image: -webkit-linear-gradient(top, #f7f7f7, #ededed);
  background-image: -moz-linear-gradient(top, #f7f7f7, #ededed);
  background-image: -o-linear-gradient(top, #f7f7f7, #ededed);
  background-image: linear-gradient(to bottom, #f7f7f7, #ededed);
  text-decoration: none;
}
.catalog-list-col a:hover {
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
}

.order-complite{
  margin: 30px auto; 
  width:560px; 
  font-size:17px;  
  background-color:#f2f2f2;
}
.order-complite .inner-text{
  padding: 20px;
  padding-bottom: 0px;
}
.order-complite .bottom-text{
  padding-bottom: 20px;
}

.order-complite hr{
  border-color: #fff;
}
.order-complite .cart-button {
  cursor: pointer;  
  text-decoration: none;  
  font-size: 14px;
  color: #252b30;
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e7e7e7));
  background-image: -webkit-linear-gradient(top, #ffffff, #e7e7e7);
  background-image: -moz-linear-gradient(top, #ffffff, #e7e7e7);
  background-image: -o-linear-gradient(top, #ffffff, #e7e7e7);
  background-image: linear-gradient(to bottom, #ffffff, #e7e7e7);
  border-radius: 3px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  padding-left: 8px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: 22px;  
  text-shadow: 0px 1px 1px #fff;
  width:auto;
}

.order-complite .cart-button b {
  color: #1a1a1a;
}

.order-complite .cart-button:hover {
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#bbbbbb));
  background-image: -webkit-linear-gradient(top, #eeeeee, #bbbbbb);
  background-image: -moz-linear-gradient(top, #eeeeee, #bbbbbb);
  background-image: -o-linear-gradient(top, #eeeeee, #bbbbbb);
  background-image: linear-gradient(to bottom, #eeeeee, #bbbbbb);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4), 0px 0px 10px 1px #ffffff inset;
}
.order-complite .cart-button.selected,
.order-complite .cart-button:active {
  background-color: #f94056;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f94056), to(#eb1f36));
  background-image: -webkit-linear-gradient(top, #f94056, #eb1f36);
  background-image: -moz-linear-gradient(top, #f94056, #eb1f36);
  background-image: -o-linear-gradient(top, #f94056, #eb1f36);
  background-image: linear-gradient(to bottom, #f94056, #eb1f36);
  text-shadow: none;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  color: #fff;
}
.order-complite .cart-button.selected b,
.order-complite .cart-button:active b {
  color: #fff;
}

div.delivery-info{
  color:#999;
  font-size: 12px;
  font-style: normal; 
  margin-left:21px;
}
.search-form {
  position: relative;
}
.search-popup {
  position: absolute;
  left: 2px;
  top: 100%;
  margin-top: 1px;
  background: #fff;
  width: 80%;
  overflow: auto;
  max-height: 500px;
  border-radius: 0px 0px 5px 5px;
  box-shadow: 0px 3px 10px rgba(0,0,0,0.5);
  display: none;
  z-index: 5000;
}
.fixed-panel-wrap.fixed .search-popup{
  left: auto;
  right: 92px;
  width:80%;
  min-width: 400px;

}
.search-popup .pic {
  float: left;
  width: 80px;

}
.search-popup .pic img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.search-popup .info {
  margin-left: 100px;
}
.search-popup a {
  text-decoration: none;
  color: inherit;
  padding: 10px;
  display: block;
}
.search-popup .item {
  overflow: hidden;
  border-bottom: 1px solid #ededed;
}
.search-popup .title {
  font-size: 14px;
  color: #0059b2;
  line-height: 1.3;
  margin-bottom: 10px;
}
.search-popup .price {
  font-size: 16px;
  font-weight: bold;
}
.search-popup a:hover {
  background: #f3f3f3;
}
.search-popup a:hover .title {
  color: #ff2828;
}

/*=====================кол-во товаров на странице===========================*/
.item-num{
  float: left;
  color: #999;
  position: relative;
  line-height: 28px;
  margin-left: 30px;
}
.item-num span{
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
  border-bottom: 1px dotted #999;
  cursor: pointer;
}
.item-num ul{
  width: 210px;
  display: none;
  cursor: auto;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #252b30;
  white-space: nowrap;
  border-radius: 3px;
  left: 0px;
  margin-left: -15px;
  top: 100%;
  margin-top: 10px;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.5);
}
.item-num:hover ul{
  display: block;
}
.item-num ul:before {
  content: ' ';
  position: absolute;
  background: url(../i/bc-arrow.png);
  width: 12px;
  height: 9px;
  top: -9px;
  left: 20px;
}
.item-num ul:after {
  content: ' ';
  position: absolute;
  left: 0;
  top: -10px;
  width: 100%;
  height: 10px;
}
.item-num li{
  border-bottom: 1px solid #2f3539;
}
.item-num li:hover{
  color: #ff2828;
}
.item-num li a{
  display: block;
  padding: 5px 15px;
  color: #d9d9d9;
  font-size: 12px;
  text-decoration: none;
}
.item-num li:first-child a {
  border-radius: 3px 3px 0 0;
}
.item-num ul a:hover {
  background: #2f3539;
}
.item-num ul a.active{
  background: none;
  text-decoration: none;
  color: #555d63;
  cursor: default;
}
.item-num a:hover {
  color: #ff2828;
}
.item-num li:last-child {
  border-bottom: none;
}
.item-num li:last-child a {
  border-radius: 0 0 3px 3px;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
.clearleft {
  clear: left;
}
.clearright {
  clear: right;
}
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix,
.clearleft,
.clearright {
  *zoom: 1;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

.disabled {
color:black;
text-decoration:line-through;
}