@import url(hacks.css);
.autocomplete-suggestions {
  border: 1px solid #999;
  background: #FFF;
  cursor: default;
  overflow: auto;
}
.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
}
.autocomplete-selected {
  background: #F0F0F0;
}
.autocomplete-suggestions strong {
  font-weight: normal;
  color: #3399FF;
}
.show-more {
  text-align: center;
}
.show-more a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  overflow: hidden;
  background: transparent url(img/show-more-bg.png) no-repeat 0 0;
  padding-left: 50px;
}
.show-more a span {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  background: transparent url(img/show-more-bg.png) no-repeat 100% 0;
  padding-right: 50px;
  height: 40px;
  line-height: 38px;
  text-decoration: none;
  color: #333333;
  font-size: 18px;
}
.pagination {
  text-align: center;
}
.pagination-title {
  color: #5a5a5a;
  font-size: 14px;
}
.pagination-list,
.pagination-list li,
.pagination-list a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
  background: none;
}
.pagination-list {
  margin-top: 10px;
}
.pagination-list li {
  margin-left: 9px;
}
.pagination-list li:first-child {
  margin-left: 0;
}
.pagination-list li a {
  text-decoration: none;
  font-size: 14px;
  color: #5a5a5a;
  text-shadow: 0 1px #fff;
  padding: 0 8px;
  height: 27px;
  line-height: 27px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #edecec;
  -webkit-box-shadow: inset 0 -1px #d2d2d2;
  -moz-box-shadow: inset 0 -1px #d2d2d2;
  box-shadow: inset 0 -1px #d2d2d2;
  background-image: -webkit-linear-gradient(bottom, #e7e6e6, #f4f4f4);
  background-image: -moz-linear-gradient(bottom, #e7e6e6, #f4f4f4);
  background-image: -o-linear-gradient(bottom, #e7e6e6, #f4f4f4);
  background-image: -ms-linear-gradient(bottom, #e7e6e6, #f4f4f4);
  background-image: linear-gradient(to top, #e7e6e6, #f4f4f4);
}
.pagination-list li.active a {
  text-shadow: none;
  background-color: #e2e2e2;
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.35);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.35);
  background-image: -webkit-linear-gradient(bottom, #e6e6e6, #e0e0e0);
  background-image: -moz-linear-gradient(bottom, #e6e6e6, #e0e0e0);
  background-image: -o-linear-gradient(bottom, #e6e6e6, #e0e0e0);
  background-image: -ms-linear-gradient(bottom, #e6e6e6, #e0e0e0);
  background-image: linear-gradient(to top, #e6e6e6, #e0e0e0);
}
.image-gallery,
.image-gallery li,
.image-gallery a {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  background: none;
}
.image-gallery {
  overflow: hidden;
  zoom: 1;
  margin: -10px -7px 18px -7px;
}
.image-gallery li {
  width: 33%;
  float: left;
}
.image-gallery li:first-child .product {
  margin-left: 0;
}
.image-gallery li a {
  margin: 10px 7px 0 7px;
  border: 1px solid #9e9e9e;
}
.image-gallery li a img {
  width: 100%;
}
.baloon {
  padding: 6px 10px 6px 18px;
  color: #e40000;
  font-size: 12px;
  line-height: 14px;
  font-style: normal;
  float: left;
  width: 170px;
  display: block;
  position: absolute;
  top: 2px;
  left: 100%;
  margin-left: 15px;
  z-index: 3;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #ececec;
  -webkit-box-shadow: 0 1px 1px rgba(113, 113, 113, 0.43);
  -moz-box-shadow: 0 1px 1px rgba(113, 113, 113, 0.43);
  box-shadow: 0 1px 1px rgba(113, 113, 113, 0.43);
  background-image: -webkit-linear-gradient(bottom, #e9e9e9, #f0f0f0);
  background-image: -moz-linear-gradient(bottom, #e9e9e9, #f0f0f0);
  background-image: -o-linear-gradient(bottom, #e9e9e9, #f0f0f0);
  background-image: linear-gradient(to top, #e9e9e9, #f0f0f0);
}
.baloon:before {
  content: '';
  display: block;
  width: 11px;
  height: 20px;
  position: absolute;
  top: 4px;
  left: -10px;
  background: transparent url(img/baloon-bullet.png) no-repeat 0 0;
}
.form:before,
.form:after {
  content: " ";
  display: table;
}
.form:after {
  clear: both;
}
.form-line {
  margin-top: 33px;
  position: relative;
}
.form-line:before,
.form-line:after {
  content: " ";
  display: table;
}
.form-line:after {
  clear: both;
}
.form-line label {
  width: 122px;
  float: left;
  display: block;
  font-size: 14px;
  color: #4d4d4d;
  border: none;
  padding-top: 9px;
}
.form-line label span {
  color: #e40000;
}
.form-line input {
  display: block;
  padding: 0 10px;
  width: 240px;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
  border: none;
  background: transparent url(img/form-input.png) no-repeat 0 0;
}
.form-line input.big {
  width: 365px;
  background-image: url(img/form-input-big.png);
}
.form-line input.small {
  width: 60px;
  background-image: url(img/form-input-small.png);
}
.form-line input.error {
  background-position: 0 -35px;
}
.form-line textarea {
  padding: 10px;
  display: block;
  width: 342px;
  height: 115px;
  overflow: hidden;
  border: none;
  background: transparent url(img/form-textarea.png) no-repeat 0 0;
  resize: none;
}
.form-line textarea.big {
  width: 516px;
  height: 115px;
  background-image: url(img/form-textarea-big.png);
}
.form-line textarea.error {
  background-position: 0 -135px;
}
.form .column {
  float: left;
  position: relative;
}
.form .column.indent {
  width: 154px;
  margin-left: 70px;
}
.form-controls {
  margin-top: 20px;
  padding-left: 333px;
}
.form-controls:before,
.form-controls:after {
  content: " ";
  display: table;
}
.form-controls:after {
  clear: both;
}
.form-controls.big {
  padding-left: 448px;
}
.form-controls input {
  display: block;
  cursor: pointer;
  cursor: hand;
  margin: 0;
  padding: 0;
  border: none;
  width: 150px;
  height: 34px;
  line-height: 34px;
  color: #000;
  font: 16px Verdana, sans-serif;
  overflow: hidden;
  background: transparent url(img/form-button.png) no-repeat 0 0;
  text-align: center;
}
.form-controls input.big {
  width: 210px;
  height: 34px;
  background-image: url(img/form-button-big.png);
}
.form-controls.error {
  padding-left: 0;
}
.form-error {
  float: left;
  width: 250px;
  margin-right: 10px;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #f00;
  padding: 14px 14px 14px 60px;
  background: #ffffff url(img/form-error-icon.png) no-repeat 20px 50%;
}
.form-hr {
  width: 100%;
  margin-top: 25px;
  height: 2px;
  background: transparent url(img/hr.png) repeat-x 0 0;
}
body {
  background: #f7f7f7 url(img/body-bg.jpg) repeat-x 0 0;
}
body.large .banners-list li {
  width: 24%;
  margin-left: 1%;
}
body.large .banners-list li:first-child {
  margin-left: 0;
}
body.large .products-list li {
  width: 25%;
}
body.small .banners-list .last-child {
  display: none;
}
/*body.small .products-list .last-child {*/
body.small .products-list li:nth-child(4) {
  display: none;
}
.container {
  margin: 0 auto;
  min-width: 982px;
  max-width: 1296px;
}
.container-box {
  padding: 0 20px;
}
.box {
  margin: 0 auto;
  width: 80%;
}
.header {
  z-index: 10;
  position: relative;
  height: 159px;
  background: #f6d33a url(img/header-bg.jpg) repeat-x 0 0;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.33);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.33);
}
.header-box {
  background: transparent url(img/header-box-bg.jpg) no-repeat 50% 0;
}
.header-top {
  height: 50px;
}
.header-top-left {
  float: left;
  width: 71%;
}
.header-top-right {
  /*margin-left: 6%;*/
  float: right;
  width: 16%;
}

.ico-after-auth
{
  width: 20%;
}

.header-bottom {
  height: 109px;
}
.header-bottom-left {
  float: left;
  width: 17%;
}
.header-bottom-right-wrapper {
  float: left;
  width: 80%;
  margin-left: 3%;
  position: relative;
}
.header-bottom-right-wrapper:before,
.header-bottom-right-wrapper:after {
  content: " ";
  display: table;
}
.header-bottom-right-wrapper:after {
  clear: both;
}
.header-bottom-right-wrapper {
  zoom: 1;
}
.header-bottom-center {
  width: 73%;
  float: left;
}
.header-bottom-right {
  float: right;
  width: 210px;
}
.header-anounce {
  padding: 17px 0 0 2px;
  white-space: nowrap;
}
.header-anounce a {
  display: inline-block;
  color: #727272;
  font-size: 14px;
  text-shadow: 0 1px rgba(255, 255, 255, 0.65);
}
.header-anounce-label {
  background: transparent url(img/header-anounce-label-bg.png) no-repeat 0 0;
  padding-left: 11px;
  margin-right: 6px;
}
.header-anounce-label,
.header-anounce-label span {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
}
.header-anounce-label span {
  height: 19px;
  line-height: 17px;
  padding-right: 11px;
  color: #fbe051;
  font-size: 14px;
  text-decoration: none;
  text-shadow: 0 1px rgba(0, 0, 0, 0.46);
  background: transparent url(img/header-anounce-label-bg.png) no-repeat 100% 0;
}
.header-anounce-text {
  overflow: hidden;
  height: 19px;
  max-width: 88%;
  text-overflow: ellipsis;
  text-decoration: underline;
}

.header-anounce-text span {
  display: inline-block;
  text-decoration: underline;
}

.header-anounce-text:hover span {
  text-decoration: none;
}

.header-anounce-refresh {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  overflow: hidden;
  text-align: left;
  text-indent: -9999px;
  width: 11px;
  height: 12px;
  margin-left: 8px;
  background: transparent url(img/refresh-icon.png) no-repeat 0 100%;
}
.header-authorisation {
  padding: 6px 0 0 0;
  text-align: right;
  position: relative;
}
.header-authorisation-button {
  padding: 8px 20px;
  margin-right: -20px;
}
.header-authorisation-button,
.header-authorisation-button a,
.header-authorisation-button span {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
}
.header-authorisation-button a {
  padding-left: 35px;
  background: transparent url(img/authorisation-icon.png) no-repeat 0 0;
  text-decoration: none;
}
.header-authorisation-button a:hover span {
  text-decoration: none;
}
.header-authorisation-button span {
  height: 28px;
  line-height: 28px;
  text-decoration: underline;
  color: #000;
  font-size: 14px;
}
.header-authorisation-popup {
  display: none;
  position: absolute;
  top: 48px;
  right: -30px;
  width: 451px;
  padding-top: 7px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 3px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0 4px 3px rgba(0, 0, 0, 0.55);
  box-shadow: 0 4px 3px rgba(0, 0, 0, 0.55);
  z-index: 10;
  background: #f4f4f4 url(img/header-authorisation-popup-bg.png) repeat-x 0 100%;
}
.header-authorisation-popup-login {
  padding: 18px 26px 14px;
  background: transparent url(img/hr.png) repeat-x 0 0;
}
.header-authorisation-popup-register {
  padding: 20px 26px 28px;
  background: transparent url(img/hr.png) repeat-x 0 0;
}
.header-authorisation-popup-form input[type="text"],
.header-authorisation-popup-form input[type="password"] {
  text-align: center;
  display: block;
  width: 152px;
  padding: 3px 15px;
  border: none;
  background-color: #ebebeb;
  -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.75), inset 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.75), inset 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.75), inset 0 1px 1px rgba(0, 0, 0, 0.2);
  background-image: -webkit-linear-gradient(bottom, #f3f3f3, #e5e4e4);
  background-image: -moz-linear-gradient(bottom, #f3f3f3, #e5e4e4);
  background-image: -o-linear-gradient(bottom, #f3f3f3, #e5e4e4);
  background-image: linear-gradient(to top, #f3f3f3, #e5e4e4);
}
.header-authorisation-popup-form input[type="submit"] {
  text-align: center;
  cursor: pointer;
  width: 184px;
  padding: 3px 0;
  border: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 1px #717171;
  -moz-box-shadow: 0 1px 1px #717171;
  box-shadow: 0 1px 1px #717171;
  background-image: -webkit-linear-gradient(bottom, #f2c52c, #fbdc60);
  background-image: -moz-linear-gradient(bottom, #f2c52c, #fbdc60);
  background-image: -o-linear-gradient(bottom, #f2c52c, #fbdc60);
  background-image: linear-gradient(to top, #f2c52c, #fbdc60);
  font-size: 14px;
  color: #000;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.81);
}
.header-authorisation-popup .line {
  margin-top: 4px;
}
.header-authorisation-popup .line:before,
.header-authorisation-popup .line:after {
  content: " ";
  display: table;
}
.header-authorisation-popup .line:after {
  clear: both;
}
.header-authorisation-popup .line {
  zoom: 1;
}
.header-authorisation-popup .line:first-child {
  margin-top: 0;
}
.header-authorisation-popup .column {
  float: left;
  width: 183px;
  margin-left: 23px;
}
.header-authorisation-popup .column:first-child {
  margin-left: 0;
}
.header-authorisation-popup .social {
  margin-top: 6px;
}
.header-authorisation-popup .social-label {
  float: left;
  font-size: 12px;
  color: #646262;
}
.header-authorisation-popup .social-list,
.header-authorisation-popup .social-list li,
.header-authorisation-popup .social-list a {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  background: none;
}
.header-authorisation-popup .social-list {
  float: right;
}
.header-authorisation-popup .social-list li {
  float: left;
  margin-left: 2px;
}
.header-authorisation-popup .social-list li:first-child {
  margin-left: 0;
}
.header-authorisation-popup .social-list li a {
  width: 17px;
  height: 17px;
  overflow: hidden;
  text-align: left;
  text-indent: -9999px;
  background: transparent url(img/header-authorisation-popup-social-sprite.png) no-repeat 0 0;
}
.header-authorisation-popup .social-list li.vk a {
  background-position: 0 0;
}
.header-authorisation-popup .social-list li.fb a {
  background-position: -17px 0;
}
.header-authorisation-popup .social-list li.ok a {
  background-position: -34px 0;
}
.header-authorisation-popup .social-list li.tw a {
  background-position: -51px 0;
}
.header-authorisation-popup .social-list li.gp a {
  background-position: -68px 0;
}


.header-authorisation:hover .header-authorisation-button {
  /*
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #ebeaea;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.75);
  background-image: -webkit-linear-gradient(bottom, #f4f4f4 20%, #e1dfdf);
  background-image: -moz-linear-gradient(bottom, #f4f4f4 20%, #e1dfdf);
  background-image: -o-linear-gradient(bottom, #f4f4f4 20%, #e1dfdf);
  background-image: linear-gradient(to top, #f4f4f4 20%, #e1dfdf);
  */
}
.header-authorisation:hover .header-authorisation-button span {
  text-decoration: none;
}
.header-authorisation:hover .header-authorisation-popup {
  /*display: block;*/
}


.header-userbar {
  position: relative;
  margin-top: 15px;
  float: right;
  white-space: nowrap;
}
.header-userbar-text {
  position: absolute;
  width: 100px;
  left: -105px;
  font-size: 10px;
  text-align: right;
  color: #636363;
}
.header-userbar-user {
  display: inline-block;
}
.header-userbar-user a {
  font-size: 14px;
  color: #000;
  border-bottom: 1px dashed #000;
  text-decoration: none;
}
.header-userbar-user a:hover {
  border-bottom: none;
  padding-bottom: 1px;
}
.header-userbar-close {
  display: inline-block;
}
.header-userbar-close a {
  display: inline-block;
  width: 9px;
  height: 9px;
  background: url(img/header-userbar-close-icon.png) no-repeat 0 0;
  overflow: hidden;
  text-align: left;
  text-indent: -9999px;
}
.header-logo {
  padding: 7px 0 0 0;
}
.header-logo a {
  width: 161px;
  height: 85px;
  display: block;
  overflow: hidden;
  text-align: left;
  text-indent: -9999px;
  background: transparent url(img/logo.png) no-repeat 0 0;
}
.header-navigation {
  padding-top: 17px;
  padding-bottom: 0;
  border-bottom: 1px solid #e0c531;
}
.header-navigation-list {
  white-space: nowrap;
}
.header-navigation-list,
.header-navigation-list li,
.header-navigation-list a {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  background: none;
}
.header-navigation-list {
  zoom: 1;
}
.header-navigation-list:before,
.header-navigation-list:after {
  content: " ";
  display: table;
}
.header-navigation-list:after {
  clear: both;
}
.header-navigation-list > li {
  float: left;
  padding: 5px 12px 12px;
  position: relative;
}
.header-navigation-list > li:first-child {
  margin-left: -12px;
}
.header-navigation-list > li:hover {
  background: #fff;
  -webkit-box-shadow: inset -1px 2px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset -1px 2px 3px rgba(0, 0, 0, 0.4);
  box-shadow: inset -1px 2px 3px rgba(0, 0, 0, 0.4);
}
.header-navigation-list > li:hover {
  background: #fff;
  -webkit-box-shadow: inset -1px 2px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset -1px 2px 3px rgba(0, 0, 0, 0.4);
  box-shadow: inset -1px 2px 3px rgba(0, 0, 0, 0.4);
}
.header-navigation-list > li.nochilds:hover {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.header-navigation-list > li:hover > a {
  text-decoration: none;
}
.header-navigation-list > li:hover .header-navigation-list-sub {
  display: block;
}
.header-navigation-list > li > a {
  float: left;
  font-size: 15px;
  line-height: 22px;
  color: #000;
  text-shadow: 0 1px rgba(255, 255, 255, 0.34);
  padding-right: 19px;
  background: transparent url(img/arrow-down.png) no-repeat 100% 10px;
}
.header-navigation-list > li.nochilds > a {
  padding-right: 0;
  background: none;
}
.header-navigation-list > li > img {
	display: inline-block;
	vertical-align: top;
	margin: 3px 0 0 7px;
}
.header-navigation-list-sub {
  padding: 30px 30px 40px;
  display: none;
  position: absolute;
  top: 33px;
  /*top: 50px;*/
  left: 0px;
  /*right: 0;*/
  z-index: 11;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #ffffff url(img/header-navigation-list-sub-bg.png) repeat-x 0 100%;
  -webkit-box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.5);
}
.header-navigation-list-sub ul,
.header-navigation-list-sub li,
.header-navigation-list-sub li:hover,
.header-navigation-list-sub a,
.header-navigation-list-sub .title,
.header-navigation-list-sub span {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
body.large .header-navigation-list-sub.catalog-nav {
  width: 900px;
}
body.small .header-navigation-list-sub.catalog-nav {
  width: 700px;
}
.header-navigation-list-sub .line {
  margin-top: 30px;
  zoom: 1;
}
.header-navigation-list-sub .line:before,
.header-navigation-list-sub .line:after {
  content: " ";
  display: table;
}
.header-navigation-list-sub .line:after {
  clear: both;
}
.header-navigation-list-sub .line:first-child {
  margin-top: 0;
}
.header-navigation-list-sub .column {
  float: left;
  width: 50%;
}
.header-navigation-list-sub .title a {
  font-size: 18px;
  line-height: 24px;
  color: #000;
  text-decoration: none;
}
.header-navigation-list-sub .title a,
.header-navigation-list-sub .title a span {
  display: inline-block;
}
.header-navigation-list-sub .title a span {
  padding: 8px 0 0 7px;
}
.header-navigation-list-sub .list {
  display: block;
  margin-top: 10px;
}
.header-navigation-list-sub .list:before,
.header-navigation-list-sub .list:after {
  content: " ";
  display: table;
}
.header-navigation-list-sub .list:after {
  clear: both;
}
.header-navigation-list-sub .list {
  zoom: 1;
}
.header-navigation-list-sub .list li {
  float: left;
  font-size: 9px;
  color: #656565;
  margin: 0 10px 5px 0;
}
.header-navigation-list-sub .list li a {
  display: inline-block;
  color: #000;
  font-size: 12px;
  line-height: 18px;
}
.header-search {
  padding-top: 9px;
  border-top: 1px solid #ffe13d;
  position: relative;
  height: 27px;
}
.header-search-input {
  width: 100%;
  float: left;
  overflow: hidden;
}
.header-search-input span {
  display: block;
  height: 27px;
  padding: 0 103px 0 0;
}
.header-search-input span span {
  padding: 0 0 0 10px;
  background: transparent url(img/header-search.png) no-repeat 0 0;
}
.header-search-input input {
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 27px;
  line-height: 27px;
  background: transparent url(img/header-search.png) no-repeat 100% 0;
  padding-right: 10px;
}
.header-search-submit {
  padding-top: 1px;
  float: left;
  margin-right: -3px;
  width: 83px;
  margin-left: -83px;
  position: relative;
  text-align: right;
}
.header-search-submit input {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  cursor: pointer;
  cursor: hand;
  margin: 0;
  padding: 0;
  border: none;
  width: 83px;
  height: 26px;
  padding-bottom: 4px;
  color: #363636;
  font: 14px Verdana, sans-serif;
  line-height: 24px;
  overflow: hidden;
  background: transparent url(img/header-search.png) no-repeat 0 -27px;
  text-align: center;
}
.header-information {
  text-align: right;
  white-space: nowrap;
}
.header-information-phone {
  padding-top: 0px;
  color: #000;
  font-size: 24px;
  line-height: 27px;
  font-weight: bold;
  white-space: nowrap;
  text-align: right;
  margin-left: -30px;
}
.header-information-phone span {
  margin-right: -5px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  color: #636363;
  font-size: 15px;
  line-height: 18px;
  font-weight: normal;
  white-space: nowrap;
}
.header-information-timetable {
  text-align: right;
  color: #636363;
  font-size: 10px;
  margin-top: -3px;
  margin-left: -70px;
}
.header-information-timetable span:first-child {
  margin-left: 0;
}
.header-information-switch ul,
.header-information-switch li,
.header-information-switch a {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  outline: none;
  list-style: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
}
.header-information-switch {
  margin-top: 10px;
  margin-left: -10px;
}
.header-information-switch ul {
  float: right;
}
.header-information-switch li {
  float: left;
  margin-left: 20px;
  position: relative;
}
.header-information-switch li.active:before {
  content: "";
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  top: -11px;
  right: 0;
  width: 237px;
  height: 6px;
  background: url(img/header-information-switch-border.png) 0 0 no-repeat;
}
.header-information-switch li.active:before {
  display: block;
}
.header-information-switch li:first-child {
  margin-left: 0;
}
.header-information-switch li:first-child:before {
  left: -20px;
  right: auto;
  background-position: -115px 0;
}
.header-information-switch a {
  color: #000;
  font-size: 12px;
  line-height: 12px;
  text-decoration: none;
  border-bottom: 1px dotted #000;
}
.header-information-switch li.active a,
.header-information-switch a:hover {
  border-bottom: none;
  padding-bottom: 1px;
}
.header-information-switch li.active a {
  font-weight: bold;
}
.header-information-body > div {
  display: none;
}
.header-information-body > div.active {
  display: block;
}
.header-cart {
  padding-top: 1px;
  text-align: right;
}
.header-cart-box {
  margin-top: 5px;
  height: 33px;
  font-size: 13px;
  white-space: nowrap;
  padding-left: 50px;
  background: transparent url(img/cart-bg.png) no-repeat 0 0;
}
.header-cart-box,
.header-cart-box div {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
}
.header-cart-box div {
  padding-right: 19px;
  height: 33px;
  line-height: 31px;
  background: transparent url(img/cart-bg.png) no-repeat 100% 0;
}
.header-cart-box a {
  font-size: 13px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  padding-right: 7px;
  background: transparent url(img/cart-border.png) no-repeat 100% 50%;
}
.header-cart-box span {
  margin-left: -2px;
  font-size: 8px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  line-height: 24px;
}
.slider {
  position: relative;
  margin-top: 18px;
  overflow: hidden;
}
.slider-list {
  width: 2400px !important;
  height: 327px !important;
  left: 50% !important;
  margin-left: -1200px !important;
}
.slider-shadow {
  position: absolute;
  left: 0;
  bottom: 22px;
  height: 8px;
  width: 100%;
  z-index: 9;
  background: transparent url(img/slider-shadow.png) repeat-x 0 100%;
}
.nivo-controlNav {
  margin: 0 auto;
  min-width: 932px;
  max-width: 1246px;
  z-index: 8;
  padding: 0 10px 0 0 !important;
  text-align: right !important;
  position: relative;
  top: -45px;
}
.nivo-controlNav a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  overflow: hidden;
  text-align: left;
  text-indent: -9999px;
  width: 22px;
  height: 22px;
  cursor: pointer;
  cursor: hand;
  background: transparent url(img/slider-control-buttons.png) no-repeat 0 -22px;
}
.nivo-controlNav a.active {
  background-position: 0 0;
}
.banners {
  margin-bottom: 19px;
}
.banners-list,
.banners-list li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  background: none;
}
.banners-list li {
  width: 31.5%;
  float: left;
  margin-left: 2%;
  padding-bottom: 20px;
  background: transparent url(img/banners-item-shadow.png) no-repeat 50% 100%;
}
.banners-list li:first-child {
  margin-left: 0;
}
.banners-list li a {
  display: block;
}
.banners-list li img {
  border: solid 1px #575757;
  max-width: 100%;
  min-width: 100%;
  width: auto;
  height: auto;
}
.banners.small {
  margin-bottom: 40px;
}
.banners.small li {
  padding-bottom: 0;
  box-shadow: 0 2px #575757;
  background: none;
}
.middle {
  position: relative;
  z-index: 2;
  background: #f7f7f7;
  padding: 18px 0 40px 0;
}
.middle-columns {
  position: relative;
}
.middle .list-title {
  background: #f7f7f7 url(img/list-title-bg.png) no-repeat 0 0;
  padding-left: 30px;
  margin-bottom: 20px;
  position: relative;
}
.middle a.list-title {
  text-decoration: none;
  display: block;
}
.middle .list-title h2 {
  margin: 0;
  text-align: left;
  font: 22px Verdana, sans-serif;
  height: 43px;
  line-height: 39px;
  padding-right: 14px;
  color: #000;
  text-shadow: 0 1px #fff;
  background: #f7f7f7 url(img/list-title-bg.png) no-repeat 100% 0;
}
.middle .list-title a {
  position: absolute;
  top: 0;
  right: 0;
  background: transparent url(img/vertical-border.png) repeat-y 0 0;
  display: block;
  overflow: hidden;
  width: 160px;
  height: 41px;
  line-height: 43px;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  color: #4a4a4a;
  text-shadow: 0 1px #fff;
}
.content {
  width: 57%;
  margin-left: 3%;
  float: left;
}
.content.no-sidebars {
  width: 100%;
  margin-left: 0;
  float: none;
}
.content.no-right-sidebar {
  width: 78%;
}
.content.no-left-sidebar {
  width: 78%;
  margin-left: 0;
}
.breadcrumbs-list,
.breadcrumbs-list li,
.breadcrumbs-list a,
.breadcrumbs-list span {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
  background: none;
}
.breadcrumbs-list {
  padding-top: 4px;
}
.breadcrumbs-list li:before {
  content: "→";
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  padding-right: 8px;
  font-size: 16px;
  line-height: 20px;
  color: #002649;
  text-decoration: none;
}
.breadcrumbs-list li a span {
  font-size: 16px;
  line-height: 24px;
  color: #002649;
  height: 24px;
  text-decoration: underline;
}
.breadcrumbs-list li a:hover span {
  text-decoration: none;
}
.breadcrumbs-list li:first-child:before {
  display: none;
}
.breadcrumbs-list li.active span {
  text-decoration: none;
  color: #010101;
  padding: 0 12px;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #d8d8d8;
  -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.75), inset 0 1px 1px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.75), inset 0 1px 1px rgba(0, 0, 0, 0.13);
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.75), inset 0 1px 1px rgba(0, 0, 0, 0.13);
  background-image: -webkit-linear-gradient(bottom, #efefef, #ededed);
  background-image: -moz-linear-gradient(bottom, #efefef, #ededed);
  background-image: -o-linear-gradient(bottom, #efefef, #ededed);
  background-image: -ms-linear-gradient(bottom, #efefef, #ededed);
  background-image: linear-gradient(to top, #efefef, #ededed);
}
.breadcrumbs-list li.rss a {
  margin-left: 5px;
  overflow: hidden;
  text-align: left;
  text-indent: -9999px;
  background: transparent url(img/rss-icon.png) no-repeat 0 0;
  width: 22px;
  height: 21px;
}
.breadcrumbs-list li.rss a span {
  line-height: 21px;
  height: 21px;
}
.breadcrumbs-list li.rss:before {
  display: none;
}
.subcategories {
  margin-top: 20px;
}

.subcategories-list {
  padding: 9px 0 0 0;
  margin-bottom: 0;
}

.subcategories-list li {
  display: inline-block;
  font-size: 9px;
  color: #656565;
  margin: 0 16px 8px 0;
  padding-left:0;
  background: none;
  padding: none;
}



.subcategories-list li a, .subcategories-list .subcategory-info a {
  color: #000;
  font-size: 12px;
}

.subcategory:first-child,
.subcategories-list .subcategory.no-margin {
  margin-top: 0;
}
.subcategories .page-text {
  margin-top: 60px;
}

/* sub-categories */

.subcategory-title {
  display: -moz-inline-stack;
  display: block;
  zoom: 1;
  padding: 0;
  margin: 30px 0 0 0;
}
.subcategory-title a {
  display: block;
  vertical-align: top;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  text-decoration: none;
}

.subcategory-title a span {
  display: inline-block;
  margin: 8px 0 7px 0;
}

.subcategory-title a span.quantity {
   display: inline-block;
  font-size: 14px;
  color: #656565;
  margin: 8px 16px 8px 0;
}

.subcategories .items-list {
  overflow: hidden;
  height: 100%;
}

body.large .subcategories .items-list.display-grid li  {
  width: 25%;
}

body.small .subcategories .items-list.resize li.item:first-child {
  display: none;
}

.subcategories .items-list.display-grid li {
  width: 33%;
  float: left;
}

.subcategories .items-list.display-grid li .item-link {
  height: 288px;
}

.subcategories .items-list.display-grid li .item-prewiew a img {
  max-width: 158px;
  max-height: 149px;
}

.subcategories .items-list.display-grid li .item-name {
  height: 70px;
  overflow: hidden;
}

.subcategories .items-list.display-grid li .item-useful .item-price {
  border-top: 1px solid #fff;
  height: 25px;
}

.subcategories .items-list.display-grid .subcategory-link {
  margin-top: 80px;
  display: block;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}

.subcategories .items-list.display-grid .subcategory-link .subcategory-link-header {
  text-align: left;
  height: 38px;
  width: 100%;
  display: inline-block;
}

.subcategories .items-list.display-grid .subcategory-link .subcategory-link-header span {
   height: 38px;
   display: inline-block;
   width: 83%;
   float: right;
   margin-right: 0;
   padding-left: 4px;
   background: transparent url(img/subcategory-header-bg.png) repeat 0 0;
   font-size: 12px;
   line-height: 38px;
}

.subcategories .items-list.display-grid .subcategory-link .subcategory-link-header .left-bound {
  width: 12px;
  float: left;
  margin-left: -15px;
  background: transparent url(img/subcategory-header-left.png) no-repeat 0 0;
}

.subcategories .items-list.display-grid .subcategory-link .subcategory-link-header .right-bound {
   width: 12px;
   float: right;
   margin-right: -11px;
  background: transparent url(img/subcategory-header-right.png) no-repeat 0 0;
}

.subcategories .items-list.display-grid .subcategory-link .subcategory-link-list {
  text-align: left;
  height: 38px;
  width: 100%;
  display: inline-block;
}

.subcategories .items-list.display-grid .subcategory-link .subcategory-link-list li{
  text-align: left;
  display: inline-block;
  margin: 2px 0;
  width: 83%;
  float: right;
  padding-left: 4px;
}

.subcategories .items-list.display-grid .subcategory-link .subcategory-link-list li span{
  font-size: 12px;
  color: #000000;
  margin: 0;
}

.dont-forget-2buy .items-list .item {
  width: 25%;
}
.dont-forget-2buy .items-list .item .item-box .no-item {
  height: 396px;
}

.news {
  margin-top: 21px;
}

.news-item {
  min-height: 377px;
  float: left;
}

.news-no-space .news-item {
  float: left;
  min-height: 200px !important;
}
.news-list {
  margin: 0 -7px;
}
.news-list,
.news-list li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  background: none;
}
.news-list li {
  width: 50%;
  float: left;
  margin-bottom: 46px;
}
.news-list .news-item-box {
  padding: 0 7px;
}
.news-list .news-item-header {
  position: relative;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  background-color: #dadada;
  border: 1px solid #e0e0e0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.38);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.38);
}
.news-list .news-item-preview {
  height: 205px;
  padding-bottom: 55px;
  overflow: hidden;
}
.news-list .news-item-preview img {
  /*min-width: 100%;*/
  width: 100%;
  height: auto;
  max-height: 205px;
  max-width: 346px;
}
.news-list .news-item-title {
  margin: 0;
}
.news-list .news-item-title a {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 53px;
  overflow: hidden;
  background: transparent url(img/news-list-item-title-bg.png) repeat 0 0;
}
.news-list .news-item-title a span {
  padding: 0 10px 0 20px;
  text-decoration: underline;
  display: table-cell;
  vertical-align: middle;
  height: 53px;
  overflow: hidden;
  line-height: 20px;
}
.news-list .news-item-date {
  background: #ededed;
  margin-top: 10px;
}
.news-list .news-item-date span {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  background: #f7f7f7;
  padding-right: 14px;
  height: 16px;
  line-height: 16px;
  overflow: hidden;
  color: #adadad;
  font-style: italic;
  font-size: 14px;
}
.news-list .news-item-text {
  margin-top: 15px;
  height: 70px;
  overflow: hidden;
}
.news .pagination {
  margin-top: 11px;
}
.news-single-title h1 {
  margin: 0;
  color: #000;
  font-size: 16px;
  line-height: 20px;
}
.news-single-back {
  float: right;
}
.news-single-back a {
  font-size: 11px;
  line-height: 21px;
}
.news-single-info {
  margin-top: 17px;
  position: relative;
  height: 27px;
  line-height: 16px;
  border: 1px solid #eaeaea;
  background: #f8f8f8;
}
.news-single-date {
  position: absolute;
  top: -1px;
  left: -1px;
  border-right: 1px solid #eaeaea;
  padding-right: 30px;
  background: #f7f7f7;
  height: 30px;
  line-height: 30px;
  font-style: italic;
  color: #adadad;
}
.news-single-social {
  position: absolute;
  top: 1px;
  right: 0;
}
.news-single-social-list,
.news-single-social-list li,
.news-single-social-list a {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  background: none;
}
.news-single-social-list li {
  float: left;
  margin-left: 3px;
}
.news-single-social-list li:first-child {
  margin-left: 0;
}
.news-single-social-list li a {
  overflow: hidden;
  text-align: left;
  text-indent: -9999px;
  width: 26px;
  height: 26px;
  background: transparent url(img/news-single-social.png) no-repeat 0 0;
}
.news-single-social-list li.vk a {
  background-position: 0 0;
}
.news-single-social-list li.fb a {
  background-position: -26px 0;
}
.news-single-social-list li.tw a {
  background-position: -52px 0;
}
.news-single-social-list li.gp a {
  background-position: -78px 0;
}
.news-single-social-list li.ok a {
  background-position: -104px 0;
}
.news-single .page-text {
  margin-top: 20px;
}
.products-list,
.products-list li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  background: none;
}
.products-list {
  margin-bottom: 30px;
}
.products-list li {
  width: 33%;
  float: left;
}
.products-list li:first-child .product,
.products-list li:nth-child(4n+1) .product {
  margin-left: 0;
}
.products-list .product {
  position: relative;
  min-width: 158px;
  margin-left: 18px;
  margin-bottom: 18px;
  border: solid 1px #d3d3d3;
  background: #f5f5f3 url(img/product-bg.png) repeat 0 0;
}
.products-list .product-preview {
  background: #fff;
  border-bottom: 1px solid #e4e4e4;
}
.products-list .product-preview a {
  overflow: hidden;
  display: block;
  margin: 0 auto;
  width: 158px;
  height: 149px;
}
.products-list .product-preview span {
  display: table-cell;
  width: 158px;
  height: 149px;
  text-align: center;
  vertical-align: middle;
}

.item-single-preview .best-price,
.products-list .product-preview div.img-container .best-price,
.items-list .item-prewiew .best-price-small,
.products-list .product-preview div.img-container .best-price-small {
  position: absolute;
  
  top: 0px;
  left: 0px;
}

.item-single-preview .best-price,
.products-list .product-preview div.img-container .best-price {
    background: url('img/best-price.png') 0px 0px no-repeat;
  
    width: 160px;
    height: 160px;
}


.items-list .item-prewiew .best-price-small,
.products-list .product-preview div.img-container .best-price-small {
    background: url('img/best-price-small.png') 0px 0px no-repeat;
  
    width: 45px;
    height: 45px;
}


@media (max-width: 1165px) {
    .item-single-preview .best-price,
    .products-list .product-preview div.img-container .best-price {
        background: url('img/best-price-medium.png') 0px 0px no-repeat;

        width: 80px;
        height: 80px;
    }
}


@media (max-width: 550px) {
    .item-single-preview .best-price,
    .products-list .product-preview div.img-container .best-price {
        background: url('img/best-price-small.png') 0px 0px no-repeat;
  
        width: 45px;
        height: 45px;
    }
}

.products-list .product-preview img {
  max-width: 158px;
  max-height: 149px;
}
.products-list .product-title h4 {
  margin: 0;
}
.products-list .product-article {
  font-size: 12px;
  white-space: nowrap;
  color: #858585;
}
.products-list .product-title a {
  height: 58px;
  overflow: hidden;
  padding: 7px 12px 0 12px;
  display: block;
  border-top: 1px solid #fcfcfc;
  border-bottom: 1px solid #e4e4e4;
  text-decoration: none;
  color: #656565;
  font-size: 14px;
}
.products-list .product-price {
  height: 36px;
  overflow: hidden;
  padding: 9px 12px 0 12px;
  border-top: 1px solid #fcfcfc;
  font-size: 18px;
  line-height: 22px;
  white-space: nowrap;
  text-shadow: 0 1px #fff;
  color: #000;
}
.products-list .product-price span {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  font-size: 12px;
  line-height: 18px;
}
.products-list .product-buy {
  position: absolute;
  bottom: 4px;
  right: -4px;
}
.products-list .product-buy a {
  display: block;
  overflow: hidden;
  text-align: left;
  text-indent: -9999px;
  width: 49px;
  height: 35px;
  background: transparent url(img/product-buy-bg.png) no-repeat 0 0;
}

.items-list .product-buy {
  position: absolute;
  bottom: 4px;
  right: -4px;
}
.items-list .product-buy a {
  display: block;
  overflow: hidden;
  text-align: left;
  text-indent: -9999px;
  width: 49px;
  height: 35px;
  background: transparent url(img/product-buy-bg.png) no-repeat 0 0;
}

.sidebar-left {
  float: left;
  width: 18%;
}
.sidebar-right {
  float: left;
  width: 18%;
  margin-left: 3%;
}
.sidebar-block {
  margin-bottom: 30px;
}
.sidebar-block-title {
  margin: 0;
  font: 20px/29px Arial, sans-serif;
  font-weight: normal;
  font-style: italic;
  color: #333;
  padding-left: 16px;
  background: transparent url(img/sidebar-block-title-bg.png) repeat-y 0 0;
}
.sidebar-block-list,
.sidebar-block-list li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  background: none;
}
.sidebar-block-list {
  border-left: 3px solid #efefef;
  padding: 15px 0 12px 12px;
}
.sidebar-block-list li {
  padding-top: 12px;
}
.sidebar-block-list li:first-child {
  padding-top: 0;
}
.sidebar-block-list a {
  font-size: 14px;
}
.sidebar-cart {
  background-color: #ededed;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  padding: 16px 0;
}
.sidebar-cart-title {
  margin: 0 22px;
  text-align: center;
  background: transparent url(img/items-list-item-features-border.png) repeat-x 0 50%;
}
.sidebar-cart-title span {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  padding: 0 3px;
  background: #ededed;
  font-size: 16px;
  color: #010101;
}
.sidebar-cart-list {
  margin: 22px 22px 0 22px;
}
.sidebar-cart-list li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  background: none;
}
.sidebar-cart-list li {
  margin-top: 15px;
  background: transparent url(img/items-list-item-features-border.png) repeat-x 0 0;
  padding-top: 15px;
}
.sidebar-cart-list li:first-child {
  padding-top: 0;
  margin-top: 10px;
  background: none;
}
.sidebar-cart-list .item-name {
  font-size: 12px;
}
.sidebar-cart-list .item-info p {
  background: transparent url(img/sidebar-cart-list-item-info-bg.png) repeat-x 0 85%;
  margin: 0;
  zoom: 1;
  overflow: hidden;
  display: block;
  font-size: 10px;
  color: #535353;
  line-height: 12px;
  margin: 7px 0 0 0;
}
.sidebar-cart-list .item-info-left {
  display: block;
  float: left;
  font-weight: normal;
  background: #ededed;
}
.sidebar-cart-list .item-info-right {
  display: block;
  float: right;
  background: #ededed;
}
.sidebar-cart-total {
  padding: 0 22px;
  background: transparent url(img/items-list-item-features-border.png) repeat-x 0 0;
  padding-top: 23px;
  margin-top: 10px;
  zoom: 1;
  overflow: hidden;
}
.sidebar-cart-total-left {
  display: block;
  float: left;
  font-weight: normal;
  color: #000;
  font-size: 14px;
  line-height: 20px;
}
.sidebar-cart-total-right {
  display: block;
  float: right;
  font-size: 16px;
  color: #000;
  line-height: 20px;
}
.sidebar-cart-total-right span {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  font-size: 10px;
  line-height: 14px;
  margin-left: -3px;
}
.sidebar-cart-controls {
  margin: 15px 20px 0 20px;
}
.sidebar-cart-controls a {
  font-size: 10px;
}
.sidebar-cart-bullet {
  position: absolute;
  right: -11px;
  top: 20px;
  width: 11px;
  height: 21px;
  background: transparent url(img/sidebar-cart-bullet.png) no-repeat 0 0;
}
.sidebar-news,
.sidebar-news dt,
.sidebar-news dd {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  background: none;
}
.sidebar-news {
  border-left: 3px solid #efefef;
  padding: 10px 0 6px 13px;
}
.sidebar-news dt {
  margin-bottom: 5px;
}
.sidebar-news-date {
  font: 12px 'Designosaur', sans-serif;
  font-weight: normal;
  font-style: italic;
  color: #ccc;
  margin: 0;
}
.sidebar-news-title {
  font-size: 14px;
  margin-bottom: 10px;
}
.sidebar-news dd {
  margin-bottom: 14px;
}
.sidebar-navigation-list,
.sidebar-navigation-list li,
.sidebar-navigation-list a,
.sidebar-navigation-list span {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  background: none;
}
.sidebar-navigation-list > li {
  padding-top: 8px;
}
.sidebar-navigation-list > li:first-child {
  padding-top: 0;
}

.sidebar-navigation-list > li > a {
  background: #f0f0f0; /* Old browsers */
  background: -moz-linear-gradient(top, #f0f0f0 0%, #e9e9e9 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(100%,#e9e9e9)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f0f0f0 0%,#e9e9e9 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f0f0f0 0%,#e9e9e9 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f0f0f0 0%,#e9e9e9 100%); /* IE10+ */
  background: linear-gradient(to bottom, #f0f0f0 0%,#e9e9e9 100%); /* W3C */
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow:    0px 1px 1px 0px rgba(0, 0, 0, 0.3);
  box-shadow:         0px 1px 1px 0px rgba(0, 0, 0, 0.3);
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  padding-left: 21px;
  color: #0d0d0d;
  font: 16px Verdana, sans-serif;
  text-decoration: none;
}

.sidebar-navigation-list > li.super-active > a {
  background: #fbdb5e; /* Old browsers */
  background: -moz-linear-gradient(top, #fbdb5e 0%, #f2c52d 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbdb5e), color-stop(100%,#f2c52d)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fbdb5e 0%,#f2c52d 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fbdb5e 0%,#f2c52d 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fbdb5e 0%,#f2c52d 100%); /* IE10+ */
  background: linear-gradient(to bottom, #fbdb5e 0%,#f2c52d 100%); /* W3C */
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.5);
-moz-box-shadow:    0px 1px 1px 0px rgba(0, 0, 0, 0.5);
box-shadow:         0px 1px 1px 0px rgba(0, 0, 0, 0.5);

}

.sidebar-navigation-list > li > a span {
  padding: 5px 28px 5px 0;
  background: url(img/sidebar-navigation-bullet-close.png) no-repeat 95% 50%;
}

.sidebar-navigation-list > li.super-active > a span {
  padding: 5px 28px 5px 0;
  background: url(img/sidebar-navigation-bullet-open.png) no-repeat 95% 50%;
}

.sidebar-navigation-list ul {
  padding: 9px 0 6px 13px;
  margin-bottom: 0;
}
.sidebar-navigation-list ul > li {
  padding-top: 8px;
}
.sidebar-navigation-list ul > li:first-child {
  padding-top: 0;
}
.sidebar-navigation-list ul > li.active a {
  text-decoration: none;
}
.sidebar-navigation-list ul > li > a {
  background: transparent url(img/sidebar-navigation-subitem-bullet.png) no-repeat 0 6px;
  text-shadow: none;
  padding-left: 8px;
  color: #002649;
  font: 13px Verdana, sans-serif;
  text-decoration: underline;
}
.sidebar-navigation-list ul > li > a > span {
  line-height: 18px;
}
.sidebar-tags-list,
.sidebar-tags-list li,
.sidebar-tags-list a,
.sidebar-tags-list span {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
  background: none;
}
.sidebar-tags-list li {
  padding: 8px 0 0 4px;
}
.sidebar-tags-list a {
  background: #f7f7f7 url(img/sidebar-tags-item-bg.png) no-repeat 0 0;
  padding-left: 19px;
  color: #3b3b3b;
  font: 14px Verdana, sans-serif;
  text-decoration: none;
}
.sidebar-tags-list a span {
  height: 30px;
  line-height: 28px;
  padding-right: 14px;
  background: #f7f7f7 url(img/sidebar-tags-item-bg.png) no-repeat 100% 0;
}
.sidebar-actions-title {
  color: #010101;
  font-size: 16px;
  margin-bottom: 15px;
}
.sidebar-actions-list,
.sidebar-actions-list li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  background: none;
}
.sidebar-actions-list .action {
  margin-top: 25px;
  width: 170px;
  min-height: 68px;
  overflow: hidden;
  background: #f7ea6d url(img/sidebar-actions-item-bg.png) no-repeat 0 bottom;
  padding: 12px 11px 18px 16px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22);
}
.sidebar-actions-list .action-title {
  margin-bottom: 10px;
}
.sidebar-actions-list .action-title a {
  font-size: 14px;
  font-weight: bold;
  color: #010101;
}
.sidebar-actions-list .action-text {
  color: #010101;
  font-size: 12px;
  font-style: italic;
}
.sidebar-actions-list .action:first-child {
  margin-top: 0;
}
.sidebar-items-title {
  color: #010101;
  font-size: 16px;
  margin: 0;
}
.sidebar-items-list {
  margin: 0;
}
.sidebar-items-list li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  background: none;
}
.sidebar-items-list li {
  margin-top: 20px;
}
.sidebar-items-list li .clearfix {
  clear: both;
}
.sidebar-items-list .item-preview {
  float: left;
}
.sidebar-items-list .item-preview a {
  width: 84px;
  height: 84px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e3e3e3;
}
.sidebar-items-list .item-preview a img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.sidebar-items-list .item-name {
  margin-left: 93px;
  max-height: 53px;
  overflow: hidden;
}
.sidebar-items-list .item-old-price {
  margin: 8px 0 0 93px;
  font-size: 16px;
  color: #6c6c6c;
  height: 20px;
  line-height: 20px;
}
.sidebar-items-list .item-old-price div {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  position: relative;
}
.sidebar-items-list .item-old-price i {
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 100%;
  line-height: 0;
  font-size: 0;
  background: #f00;
  height: 1px;
}
.sidebar-items-list .item-old-price span {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  font-size: 10px;
  line-height: 14px;
  margin-left: -3px;
}
.sidebar-items-list .item-price {
  margin: 8px 0 0 93px;
  font-size: 16px;
  color: #010101;
  line-height: 20px;
}
.sidebar-items-list .item-price span {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  font-size: 10px;
  line-height: 14px;
  margin-left: -3px;
}
.sidebar-items-list .item-compare {
  margin-top: 10px;
  clear: both;
}
.sidebar-items-list .item-compare a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  color: #656565;
  height: 13px;
  line-height: 13px;
  padding-left: 20px;
  background: transparent url(img/items-list-item-compare.png) no-repeat 0 1px;
  text-decoration: none;
  font-size: 12px;
}
.sidebar-items-filter {
  width: 207px;
}
.sidebar-items-filter-title {
  margin: 0;
  height: 35px;
  line-height: 35px;
  text-align: center;
  overflow: hidden;
  font-size: 14px;
  color: #3b3b3b;
  background: transparent url(img/sidebar-items-filter-title-bg.png) no-repeat 0 0;
}
.sidebar-items-filter-block {
  padding: 14px 16px;
  font-size: 12px;
  background-color: #efefef;
  -webkit-box-shadow: 0 1px #d2d2d2;
  -moz-box-shadow: 0 1px #d2d2d2;
  box-shadow: 0 1px #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  background-image: -webkit-linear-gradient(bottom, #e6e6e6, #f0f0f0);
  background-image: -moz-linear-gradient(bottom, #e6e6e6, #f0f0f0);
  background-image: -o-linear-gradient(bottom, #e6e6e6, #f0f0f0);
  background-image: linear-gradient(to top, #e6e6e6, #f0f0f0);
}
.sidebar-items-filter .slider-range-control-wrapper {
  margin-top: 15px;
  padding: 0 13px 0 5px;
}
.sidebar-items-filter .slider-amount-control {
  margin-top: 17px;
}
.sidebar-items-filter .by-name {
  margin-left: 4px;
  font-size: 12px;
  text-align: center;
  padding: 0 10px;
  width: 145px;
  height: 25px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  background-color: #fff;
  border: none;
  -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.75), inset 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.75), inset 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.75), inset 0 1px 1px rgba(0, 0, 0, 0.2);
  background-image: -webkit-linear-gradient(bottom, #f3f3f3, #f1f0f0);
  background-image: -moz-linear-gradient(bottom, #f3f3f3, #f1f0f0);
  background-image: -o-linear-gradient(bottom, #f3f3f3, #f1f0f0);
  background-image: linear-gradient(to top, #f3f3f3, #f1f0f0);
}
.sidebar-items-filter .amount-from,
.sidebar-items-filter .amount-to {
  border: none;
  width: 51px;
  padding: 0 5px;
  height: 19px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #d8d8d8;
  -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.75), inset 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.75), inset 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.75), inset 0 1px 1px rgba(0, 0, 0, 0.2);
  background-image: -webkit-linear-gradient(bottom, #f3f3f3, #f1f0f0);
  background-image: -moz-linear-gradient(bottom, #f3f3f3, #f1f0f0);
  background-image: -o-linear-gradient(bottom, #f3f3f3, #f1f0f0);
  background-image: linear-gradient(to top, #f3f3f3, #f1f0f0);
}
.sidebar-items-filter .amount-from {
  margin-right: 5px;
}
.sidebar-subscribe {
  width: 220px;
  height: 240px;
  overflow: hidden;
  background: transparent url(img/sidebar-subscribe-bg.png) no-repeat 0 0;
}
.sidebar-subscribe-text {
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  padding: 22px 22px 0 22px;
}
.sidebar-subscribe-text p {
  margin: 0;
}
.sidebar-subscribe-text p:first-child {
  margin-bottom: 8px;
}
.sidebar-subscribe-form {
  margin-top: 37px;
}
.sidebar-subscribe-form-input {
  display: block;
  overflow: hidden;
  width: 146px;
  height: 28px;
  line-height: 28px;
  background: transparent url(img/sidebar-subscribe-form-input.png) no-repeat 0 0;
  border: none;
  font-size: 12px;
  margin: 0;
  padding: 0px 10px;
  margin: 0 0 0 27px;
  text-align: center;
}
.sidebar-subscribe-form-submit {
  font-size: 12px;
  padding: 0;
  margin: 0;
  display: block;
  width: 142px;
  height: 36px;
  border: none;
  cursor: pointer;
  text-align: center;
  margin: 6px 0 0 38px;
  background: transparent url(img/sidebar-subscribe-form-submit.png) no-repeat 0 0;
}
.sidebar-info {
  background: url(img/sidebar-info-border.png) repeat-x 0 0;
}
.sidebar-info-box {
  background: url(img/sidebar-info-border.png) repeat-x 0 100%;
  padding: 20px 15px;
}
.sidebar-info-list,
.sidebar-info-list li,
.sidebar-info-list a {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  background: none;
}
.sidebar-info-list li {
  margin-top: 18px;
}
.sidebar-info-list li:first-child {
  margin-top: 0;
}
.sidebar-info-list li a {
  min-height: 43px;
  padding-left: 53px;
  font-size: 14px;
  line-height: 20px;
  background: url(img/sidebar-info/delivery.png) no-repeat 0 0;
}
.sidebar-info-list li.trade-in-link a {
  background-image: url(img/trade-in.png);
  display: table-cell;
  vertical-align: middle;
  height: 43px;
}
.sidebar-info-list li.payment a {
  background-image: url(img/sidebar-info/payment.png);
}
.sidebar-orders-title h3 {
  color: #010101;
  font-size: 16px;
  margin-right: 70px;
  margin: 0;
}
.sidebar-orders-all {
  float: right;
}
.sidebar-orders-list {
  margin-top: 20px;
}
.sidebar-orders-list ul,
.sidebar-orders-list ul li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  background: none;
}
.sidebar-orders-list ul li {
  margin-top: 20px;
}
.sidebar-orders-list ul li:first-child {
  margin-top: 0;
}
.sidebar-orders-list .item {
  padding: 15px 16px 7px 16px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #eaeaea;
  -webkit-box-shadow: 0 1px 1px rgba(113, 113, 113, 0.43);
  -moz-box-shadow: 0 1px 1px rgba(113, 113, 113, 0.43);
  box-shadow: 0 1px 1px rgba(113, 113, 113, 0.43);
  background-image: -webkit-linear-gradient(bottom, #e9e9e9, #f0f0f0);
  background-image: -moz-linear-gradient(bottom, #e9e9e9, #f0f0f0);
  background-image: -o-linear-gradient(bottom, #e9e9e9, #f0f0f0);
  background-image: linear-gradient(to top, #e9e9e9, #f0f0f0);
}
.sidebar-orders-list .item-date {
  font-style: italic;
  float: left;
}
.sidebar-orders-list .item-number {
  float: right;
  color: #636363;
  font-size: 10px;
}
.sidebar-orders-list .item-text {
  margin-top: 2px;
}
.sidebar-orders-list .item-text span {
  font-size: 8px;
  display: inline-block;
  line-height: 12px;
}
.sidebar-orders-list .item-button {
  margin-top: 8px;
  text-align: right;
}
.sidebar-orders-list .item-button a {
  display: inline-block;
  height: 15px;
  line-height: 15px;
  color: #010101;
  font-size: 10px;
  padding: 0 5px;
  text-decoration: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #eaeaea;
  -webkit-box-shadow: 0 1px 1px rgba(113, 113, 113, 0.59);
  -moz-box-shadow: 0 1px 1px rgba(113, 113, 113, 0.59);
  box-shadow: 0 1px 1px rgba(113, 113, 113, 0.59);
  background-image: -webkit-linear-gradient(bottom, #ffd10f, #ffdc00);
  background-image: -moz-linear-gradient(bottom, #ffd10f, #ffdc00);
  background-image: -o-linear-gradient(bottom, #ffd10f, #ffdc00);
  background-image: linear-gradient(to top, #ffd10f, #ffdc00);
}
.sidebar-personal-title {
  color: #010101;
  font-size: 16px;
  margin: 0 0 15px 0;
}
.sidebar-personal-key {
  color: #a1a1a1;
}
.sidebar-personal-value {
  color: #4d4d4d;
}
.sidebar-personal-change-data {
  margin-top: 30px;
  padding-left: 23px;
  background: url(img/personal-change-data-icon.png) no-repeat 0 3px;
}
.sidebar-personal-change-data a {
  color: #002649;
}
.sidebar-personal-change-password {
  position: absolute;
  top: 0;
  right: 275px;
  margin-top: 16px;
  z-index: 999;
}
.sidebar-personal-change-password-button {
  padding-left: 23px;
  background: url(img/personal-change-password-icon.png) no-repeat 0 2px;
}
.sidebar-personal-change-password-button a {
  color: #002649;
  text-decoration: none;
  border-bottom: 1px dashed #002649;
}
.sidebar-personal-change-password-button a:hover {
  border-bottom: none;
  padding-bottom: 1px;
}
.sidebar-personal-change-password-popup {
  display: none;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  padding: 13px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(5, 5, 6, 0.22);
  -moz-box-shadow: 0 1px 2px rgba(5, 5, 6, 0.22);
  box-shadow: 0 1px 2px rgba(5, 5, 6, 0.22);
}
.sidebar-personal-change-password-popup-title {
  font-size: 14px;
  color: #000;
  text-align: center;
  margin: 2px 0 0 0;
}
.sidebar-personal-change-password-popup-close {
  position: absolute;
  top: 8px;
  right: 9px;
}
.sidebar-personal-change-password-popup-close a {
  width: 9px;
  height: 9px;
  display: block;
  overflow: hidden;
  text-align: left;
  text-indent: -9999px;
  background: url(img/sidebar-personal-change-password-popup-close-icon.png) no-repeat 0 0;
}
.sidebar-personal-change-password-popup .line {
  margin-top: 13px;
}
.sidebar-personal-change-password-popup .line:first-child {
  margin-top: 16px;
}
.sidebar-personal-change-password-popup .controls {
  margin-top: 14px;
}
.sidebar-personal-change-password-popup input[type="text"] {
  text-align: center;
  display: block;
  width: 148px;
  padding: 7px 15px;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #a0a0a0;
  -webkit-box-shadow: 0 2px rgba(255, 255, 255, 0.7), inset 0 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px rgba(255, 255, 255, 0.7), inset 0 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px rgba(255, 255, 255, 0.7), inset 0 1px 3px rgba(0, 0, 0, 0.5);
  border: solid 1px rgba(255, 255, 255, 0.41);
  background-image: -webkit-linear-gradient(bottom, #f6f6f6, #e7e7e7);
  background-image: -moz-linear-gradient(bottom, #f6f6f6, #e7e7e7);
  background-image: -o-linear-gradient(bottom, #f6f6f6, #e7e7e7);
  background-image: linear-gradient(to top, #f6f6f6, #e7e7e7);
}
.sidebar-personal-change-password-popup input[type="submit"] {
  text-align: center;
  cursor: pointer;
  width: 179px;
  padding: 7px 0;
  border: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 1px #717171;
  -moz-box-shadow: 0 1px 1px #717171;
  box-shadow: 0 1px 1px #717171;
  background-image: -webkit-linear-gradient(bottom, #f2c52c, #fbdc60);
  background-image: -moz-linear-gradient(bottom, #f2c52c, #fbdc60);
  background-image: -o-linear-gradient(bottom, #f2c52c, #fbdc60);
  background-image: linear-gradient(to top, #f2c52c, #fbdc60);
  font-size: 14px;
  color: #000;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.81);
}
.sidebar-personal-change-password.active .sidebar-personal-change-password-popup {
  display: block;
}
.page-text h1 {
  text-align: center;
  padding-bottom: 16px;
  background: transparent url(img/h1-bg.png) no-repeat 50% 100%;
  margin-bottom: 28px;
}
.page-text h2 {
  text-align: center;
}
.partners {
  margin-top: 50px;
}
.partners-box,
.partners-box-inside {
  height: 76px;
  overflow: hidden;
  background: transparent url(img/partners-shadow.jpg) no-repeat 0 59px;
}
.partners-box-inside {
  background-position: 100% 42px;
}
.partners-list,
.partners-list li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
  background: none;
}
.partners-list {
  display: block;
  text-align: center;
  height: 59px;
  overflow: hidden;
  background: #f0f0f0;
  margin-bottom: 0;
  padding: 0 20px;
}
.partners-list li {
  margin-left: 35px;
}
.partners-list li:first-child {
  margin-left: 0;
}
.partners-list a {
  height: 59px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.shops-controls {
  border-bottom: 1px solid #cacaca;
}
.shops-title {
  margin: 2px 0 0 15px;
  float: left;
}
.shops-title h1 {
  margin: 0;
  font-size: 16px;
}
.shops-search {
  float: left;
  width: 301px;
  height: 28px;
  position: relative;
  overflow: hidden;
  margin: 0px 0 0 56px;
}
.shops-search-input {
  display: block;
  overflow: hidden;
  width: 232px;
  height: 28px;
  background: transparent url(img/shops-search.png) no-repeat 0 0;
  border: none;
  font-size: 14px;
  line-height: 28px;
  margin: 0;
  padding: 0px 49px 0px 20px;
}
.shops-search-submit {
  overflow: hidden;
  text-align: left;
  text-indent: -9999px;
  padding: 0;
  margin: 0;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 39px;
  height: 28px;
  border: none;
  cursor: pointer;
  background: transparent url(img/shops-search.png) no-repeat 0 -28px;
}
.shops-switcher {
  float: right;
  margin: 0;
}
.shops-switcher li,
.shops-switcher a {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  background: none;
}
.shops-switcher li {
  float: left;
}
.shops-switcher li a {
  overflow: hidden;
  text-align: left;
  text-indent: -9999px;
  width: 40px;
  height: 32px;
  background: transparent url(img/shops-switcher.png) no-repeat 0 0;
}
.shops-switcher li a.display-list {
  background-position: 0 0;
}
.shops-switcher li a.display-list.active {
  background-position: 0 -32px;
}
.shops-switcher li a.display-map {
  background-position: -40px 0;
}
.shops-switcher li a.display-map.active {
  background-position: -40px -32px;
}
.shops-list {
  margin: 0 -15px;
}
.shops-list li,
.shops-list a {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  background: none;
}
.shops-list li {
  float: left;
  width: 33%;
  margin-top: 23px;
}
.shops-list li.new-line {
  clear: both;
}
.shops-list .shop-box {
  padding: 11px 0;
  margin: 0 28px;
  background: transparent url(img/subcategories-list-item-border.png) repeat-y 0 0;
}
.shops-list .shop-place {
  margin-bottom: 15px;
  padding-left: 17px;
  background: transparent url(img/subcategories-list-item-bullet.png) no-repeat 0 4px;
}
.shops-list .shop-show-on-map {
  float: right;
}
.shops-list .shop-show-on-map a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  padding-left: 14px;
  background: transparent url(img/show-on-map-icon.png) no-repeat 0 4px;
}
.shops-list .shop-show-on-map a span {
  font-size: 10px;
}
.shops-list .shop-city a {
  font-size: 12px;
}
.shops-list .shop-prewiew {
  margin-bottom: 11px;
  padding-left: 17px;
}
.shops-list .shop-prewiew a {
  display: block;
}
.shops-list .shop-prewiew a img {
  width: 100%;
}
.shops-list .shop-adress {
  margin-bottom: 9px;
  padding-left: 17px;
  font-size: 12px;
  color: #535353;
}
.shops-list .shop-info {
  padding-left: 17px;
  font-size: 10px;
  color: #535353;
}
.shops-list .shop-info-columns {
  overflow: hidden;
  zoom: 1;
}
.shops-list .shop-info-columns .column {
  width: 49%;
  float: left;
  margin-left: 1%;
}
.shops-list .shop-info-columns .column:first-child {
  margin-left: 0;
}
.shops-map {
  margin-top: 23px;
}
.shops-map-container {
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.27);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.27);
}
.shops-map-container img {
  width: 100%;
}
.shops-map-container .bubble {
  position: absolute;
  padding: 23px 26px;
  width: 150px;
  left: 200px;
  top: 70px;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
  background-image: -webkit-linear-gradient(bottom, #f2f2f2, #ffffff);
  background-image: -moz-linear-gradient(bottom, #f2f2f2, #ffffff);
  background-image: -o-linear-gradient(bottom, #f2f2f2, #ffffff);
  background-image: -ms-linear-gradient(bottom, #f2f2f2, #ffffff);
  background-image: linear-gradient(to top, #f2f2f2, #ffffff);
  color: #535353;
}
.shops-map-container .bubble-title {
  color: #000;
  margin-bottom: 12px;
}
.shops-map-container .bubble-adress {
  margin-bottom: 23px;
}
.shops-map-container .bubble-bullet {
  position: absolute;
  left: 50%;
  bottom: -25px;
  margin-left: -25px;
  width: 50px;
  height: 25px;
  background: transparent url(img/shops-map-bubble-bullet.png) no-repeat 0 0;
}
.shops-map-list {
  margin: 0 -47px;
}
.shops-map-list li,
.shops-map-list a {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  background: none;
}
.shops-map-list li {
  float: left;
  width: 33%;
  margin-top: 40px;
}
.shops-map-list li.new-line {
  clear: both;
}
.shops-map-list .shop-box {
  margin: 0 75px;
}
.shops-map-list .shop-place {
  margin-bottom: 8px;
}
.shops-map-list .shop-show-on-map {
  float: right;
}
.shops-map-list .shop-show-on-map a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  padding-left: 14px;
  background: transparent url(img/show-on-map-icon.png) no-repeat 0 4px;
}
.shops-map-list .shop-show-on-map a span {
  font-size: 10px;
}
.shops-map-list .shop-city a {
  font-size: 12px;
}
.shops-map-list .shop-adress {
  font-size: 12px;
  color: #535353;
}
.items {
  margin-top: 18px;
}
.items-controls {
  border-bottom: 1px solid #cacaca;
}
.items-filter {
  float: left;
  overflow: hidden;
  margin: 0;
  width: 88%;
}
.items-filter li,
.items-filter a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
  background: none;
}
.items-filter li {
  padding-top: 5px;
  margin-right: 5px;
  color: #656565;
  font-size: 12px;
}
.items-filter li:first-child {
  margin-left: 0;
  margin-right: 5px;
}
.items-filter li a {
  overflow: hidden;
  text-align: left;
  text-indent: -9999px;
  vertical-align: middle;
  width: 11px;
  height: 5px;
  background: transparent url(img/items-filter-arrows.png) no-repeat 0 0;
}
.items-filter li a.desc {
  background-position: 0 0;
}
.items-filter li a.asc {
  background-position: 0 -5px;
}
.items-switcher {
  float: right;
  margin: 0;
}
.items-switcher li,
.items-switcher a {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  background: none;
}
.items-switcher li {
  float: left;
}
.items-switcher li a {
  overflow: hidden;
  text-align: left;
  text-indent: -9999px;
  width: 40px;
  height: 32px;
  background: transparent url(img/items-switcher.png) no-repeat 0 0;
}
.items-switcher li a.display-grid {
  background-position: 0 0;
}
.items-switcher li a.display-grid.active {
  background-position: 0 -32px;
}
.items-switcher li a.display-list {
  background-position: -40px 0;
}
.items-switcher li a.display-list.active {
  background-position: -40px -32px;
}
.items-ad {
  margin-top: 12px;
  height: 47px;
  overflow: hidden;
  background: transparent url(img/items-ad.png) no-repeat 100% 0;
}
.items-ad-logo {
  float: left;
  width: 71px;
  background: transparent url(img/items-ad.png) no-repeat 0 0;
}
.items-ad-logo a {
  width: 71px;
  height: 47px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
}
.items-ad-logo a img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.items-ad-text {
  height: 47px;
  overflow: hidden;
}
.items-ad-text span {
  padding: 0 20px;
  display: table-cell;
  vertical-align: middle;
  height: 47px;
  color: #010101;
  font-size: 12px;
}
.items-list,
.items-list li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  background: none;
}
.items-list.display-list li {
  margin-top: 15px;
}
.items-list.display-list .item-box {
  height: 165px;
  position: relative;
  border: solid 1px #d3d3d3;
  background: #fafafa;
}
.items-list.display-list .item-close {
  position: absolute;
  top: -9px;
  right: -9px;
}
.items-list.display-list .item-close a {
  display: block;
  background: transparent url(img/item-close.png) no-repeat 0 0;
  width: 20px;
  height: 20px;
  overflow: hidden;
  text-indent: -9999px;
}
.items-list.display-list .item-prewiew {
  position: absolute;
  top: 0;
  left: 0;
  width: 148px;
  height: 165px;
}
.items-list.display-list .item-prewiew a {
  width: 148px;
  height: 165px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  background: #fff;
}
.items-list.display-list .item-prewiew a img {
  max-width: 100%;
  width: 148px;
  height: auto;
}
.items-list.display-list .item-info {
  position: absolute;
  top: 0;
  left: 149px;
  right: 129px;
  height: 165px;
  overflow: hidden;
  background: transparent url(img/items-list-item-prewiew-shadow.png) no-repeat 0 0;
}
.items-list.display-list .item-useful {
  position: absolute;
  top: 0;
  right: 0;
  width: 140px;
  height: 165px;
  border-left: 1px solid #e4e4e4;
  background: transparent url(img/items-list-item-useful-bg.png) repeat 0 0;
}
.items-list.display-list .item-name {
  margin: 13px 0 7px 17px;
  height: 55px;
  overflow: hidden;
}
.items-list.display-list .item-name .product-article {
  font-size: 12px;
  white-space: nowrap;
  color: #858585;
}
.items-list.display-list .item-name a {
  color: #002649;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
}
.items-list.display-list .item-features {
  margin: 0 0 0 17px;
  padding-top: 7px;
  height: 67px;
  overflow: hidden;
  background: transparent url(img/items-list-item-features-border.png) repeat-x 0 0;
  font-size: 12px;
}
.items-list.display-list .item-features p {
  margin: 0;
  zoom: 1;
  overflow: hidden;
  display: block;
}
.items-list.display-list .item-features-name {
  float: left;
  width: 50%;
  font-weight: normal;
  color: #000000;
}
.items-list.display-list .item-features-value {
  float: left;
  width: 50%;
  color: #656565;
}
.items-list.display-list .item-controls {
  position: absolute;
  left: 8px;
  top: 103px;
  font-size: 12px;
}
.items-list.display-list .item-controls p {
  margin-bottom: 5px;
}
.items-list.display-list .item-stock {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  height: 13px;
  line-height: 13px;
  color: #008e11;
  padding-left: 20px;
  background: transparent url(img/items-list-item-stock.png) no-repeat 0 0;
}
.items-list.display-list .item-stock.deactive {
  color: #656565;
  background-position: 0 -13px;
}
.item-list-favorite {
  position: relative;
}
.items-list.display-list .item-compare, .items-list.display-list .item-list-favorite {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
}
.items-list.display-list .item-compare label, .items-list.display-list .item-list-favorite label {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  color: #656565;
  margin-left: 7px;
}
.items-list.display-list .item-price {
  position: absolute;
  left: 8px;
  top: 17px;
  color: #000;
  font-size: 20px;
  line-height: 24px;
  text-shadow: 0 1px #fff;
}
.items-list.display-list .item-price span {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  font-size: 12px;
  line-height: 18px;
  margin-left: -2px;
}
.items-list.display-list .item-buy {
  position: absolute;
  top: 54px;
  right: -5px;
}
.items-list.display-list .item-buy a {
  overflow: hidden;
  text-align: left;
  text-indent: -9999px;
  width: 128px;
  height: 35px;
  display: block;
  background: transparent url(img/items-list-item-buy.png) no-repeat 0 0;
}
.items-list.display-grid {
  margin: 0 -10px;
}
.items-list.display-grid li {
  float: left;
  width: 33%;
  margin-top: 15px;
}
.items-list.display-grid li.new-line {
  clear: both;
}
.items-list.display-grid .item-box {
  position: relative;
  border: solid 1px #d3d3d3;
  background: #fafafa;
  margin: 0 10px;
}

.items-list.display-grid .item-box .no-item {
  display: table;
  height: 328px;
  width: 100%;
}

.items-list.display-grid .item-box .no-item span {
  display: table-cell;
  height: 328px;
  vertical-align: middle;
  text-align: center;
}

.items-list.display-grid .item-prewiew {
  display: table;
  width: 100%;
}
.items-list.display-grid .item-prewiew a {
  width: 100%;
  height: 149px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  border-bottom: 1px solid #e4e4e4;
  background: #fff;
}
.items-list.display-grid .item-prewiew a img {
  max-width: 100%;
  /*width: 100%;*/
  height: auto;
}
.items-list.display-grid .item-name {
  border-top: 1px solid #fafafa;
  border-bottom: 1px solid #e4e4e4;
  padding: 7px 13px 4px 13px;
  height: 54px;
  overflow: hidden;
  background: transparent url(img/items-list-item-useful-bg.png) repeat 0 0;
}
.items-list.display-grid .item-name .product-article {
  font-size: 12px;
  white-space: nowrap;
  color: #858585;
}
.items-list.display-grid .item-info-article {
  color: #656565;
  font-size: 12px;
  white-space: nowrap;
}
.items-list.display-grid .item-name a {
  color: #002649;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
}
.items-list.display-grid .item-features {
  display: none;
}
.items-list.display-grid .item-controls {
  padding: 10px 13px 8px 13px;
}
.items-list.display-grid .item-controls p {
  margin-bottom: 0;
}
.items-list.display-grid .item-stock {
  margin-bottom: 5px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  height: 13px;
  line-height: 13px;
  color: #008e11;
  padding-left: 20px;
  background: transparent url(img/items-list-item-stock.png) no-repeat 0 0;
}
.items-list.display-grid .item-stock.deactive {
  color: #656565;
  background-position: 0 -13px;
}
.items-list.display-grid .item-compare, .items-list.display-grid .item-list-favorite {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
}
.items-list.display-grid .item-compare label, .items-list.display-grid .item-list-favorite label {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  color: #656565;
  margin-left: 7px;
}
.items-list.display-grid .item-price {
  border-top: 1px solid #e4e4e4;
  padding: 15px 13px 14px 10px;
  height: 20px;
  overflow: hidden;
  color: #000;
  font-size: 18px;
  line-height: 20px;
  text-shadow: 0 1px #fff;
  background: transparent url(img/items-list-item-useful-bg.png) repeat 0 0;
}
.items-list.display-grid .item-price span {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  font-size: 12px;
  line-height: 16px;
  margin-left: -2px;
}
.items-list.display-grid .item-buy {
  position: absolute;
  bottom: 10px;
  right: -5px;
}
.items-list.display-grid .item-buy a {
  overflow: hidden;
  text-align: left;
  text-indent: -9999px;
  width: 49px;
  height: 35px;
  display: block;
}
.items .show-more {
  margin-top: 26px;
}
.items .pagination {
  margin-top: 11px;
}
.items .page-text {
  margin-top: 36px;
}
.item-single-title {
  margin-top: 11px;
}
.item-single-title h1 {
  margin: 0;
  font-size: 16px;
  color: #000;
}
.item-single-title-top {
  margin-top: 11px;
}
.item-single-title-top h1 {
  text-align: left;
  background: none;
  margin-bottom: -10px;
  padding-bottom: 0;
  padding-left: 16px;
}
.item-single-article {
  color: #656565;
  font-size: 16px;
  white-space: nowrap;
}
.item-single-header {
  margin-top: 13px;
}
.item-single-card {
  float: right;
  width: 423px;
  position: relative;
  z-index: 2;
}
.item-single-preview {
  border: solid 1px #e5e2e2;
  position: relative;
  margin-right: 423px;
  z-index: 1;
}
.item-single-preview a.main-image {
  width: 100%;
  display: table;
  min-height: 380px;
}
.item-single-preview a span {
  width: 100%;
  height: 100%;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  background: #fff;
}
.item-single-preview a img {
  max-width: 100%;
  width: auto;
  max-height: 100%;
  height: auto;
}
.item-single-thumbs {
  border-top: solid 1px #e5e2e2;
  background: #f7f7f7;
  height: 83px;
}
.item-single-thumbs .carousel {
  margin: 10px 0 0 36px;
  position: relative;
  /*width: 211px;*/
}
.item-single-thumbs .carousel .prev,
.item-single-thumbs .carousel .next {
  display: block;
  position: absolute;
  top: 19px;
  left: -23px;
  width: 14px;
  height: 26px;
  background: url(img/carousel-arrows.png) no-repeat 0 0;
}
.item-single-thumbs .carousel .next {
  position: relative;
  float: right;
  background-position: -14px 0;
}
.item-single-thumbs .carousel .prev:hover {
  background-position: 0 -26px;
}
.item-single-thumbs .carousel .next:hover {
  background-position: -14px -26px;
}
.item-single-thumbs .carousel ul,
.item-single-thumbs .carousel ul li,
.item-single-thumbs .carousel ul a {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  background: none;
}
.item-single-thumbs .carousel ul li {
  float: left;
  margin-left: 8px;
}
.item-single-thumbs .carousel ul li:first-child {
  margin-left: 0;
}
.item-single-thumbs .carousel ul li a {
  width: 65px;
  height: 65px;
}
.item-single-thumbs .carousel ul li a img {
  width: 63px;
  height: 63px;
  border: solid 1px #e5e2e2;
}
.item-single-thumbs .carousel span.thumbnail-wrapper {
  height: 63px !important;
  border: solid 1px #e5e2e2;
}
.item-single-thumbs .carousel span.thumbnail-wrapper img {
  width: auto;
  height: auto;
  border: 0 none;
}
.item-single-thumbs .carousel .caroufredsel_wrapper{
  left: 20px !important;
}
.item-report-error {
  position: absolute;
  margin-left: 10px;
  text-align: left;
  width: 130px;
  top: 265px;
}
.item-report-error.iscredit {
  top: 330px;
}
.item-report-error .report-error-area {
  position: absolute;
  left: -150px;
  top: 0;
  padding: 10px;
  background-color: white;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  border-radius: 10px;
  width: 490px;
  display: none;
}
.item-report-error .report-error-area .report-error-close {
  text-align: center;
  position: absolute;
  right: 10px;
  top: 10px;
  text-decoration: none;
  cursor: pointer;
  font-weight: bold;
  z-index: 10;
}
.item-report-error .report-error-area .report-error-close span {
  display: block;
  width: 20px;
  height: 20px;
}
.report-error-area .form-controls {
  height: 38px !important;
}
.report-error-area .form-line {
  margin-top: 7px !important;
}
.report-error-area .form-error {
  top: -16px !important;
}
.report-error-area .form-message {
  display: none;
  position: absolute;
  top: -8px;
  left: 0;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #0A0;
  padding: 14px 14px 14px 60px;
  background: #ffffff url(img/item-single-stock-icon.png) no-repeat 20px 50%;
}
.item-single-price {
  position: absolute;
  top: 16px;
  right: 194px;
  font-weight: bold;
  background: transparent url(img/item-single-price-bg.png) no-repeat 0 0;
  padding-left: 20px;
  white-space: nowrap;
}
.item-single-action {
  position: absolute;
  top: -39px;
  right: 691px;
  font-weight: bold;
  padding-left: 20px;
  white-space: nowrap;
}
.item-single-price,
.item-single-price span,
.item-single-price i {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
}
.item-single-price span {
  color: #000;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background: transparent url(img/item-single-price-bg.png) no-repeat 100% 0;
  padding-right: 29px;
  font-size: 22px;
  line-height: 36px;
  font-weight: bold;
  height: 37px;
}
.item-single-price i {
  font-style: normal;
  font-size: 14px;
  line-height: 35px;
  margin-left: -4px;
}
.item-single-useful {
  margin-top: 20px;
  width: 205px;
  height: 259px;
  float: left;
  position: relative;
  background: transparent url(img/item-single-useful-bg.png) no-repeat 0 0;
}
.item-single-useful.iscredit {
  height: 330px;
  background: transparent url(img/item-single-useful-bg-wide.png) no-repeat 0 0;
}
.item-single-buy {
  margin-top: 20px;
  text-align: center;
}
.item-single-buy-credit {
  margin-top: 15px;
  text-align: center;
}
.item-single-buy a,
.item-single-buy-credit a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  margin: 4px 0 8px 0;
  color: #000;
  text-decoration: none;
  border-bottom: 1px dashed #000;
  font-size: 12px;
}
.item-single-buy a:hover,
.item-single-buy-credit a:hover {
  border-bottom: none;
  /*padding-bottom: 1px;*/
}
.item-single-buy a.button,
.item-single-buy-credit a.button {
  border: none;
  margin: 0;
  width: 132px;
  height: 31px;
  line-height: 30px;
  text-align: center;
  background: transparent url(img/item-single-buy-bg.png) no-repeat 0 0;
  text-decoration: none;
  color: #000;
  font-size: 14px;
  text-shadow: 0 1px rgba(255, 255, 255, 0.65);
}
.item-single-one-click {
  margin-top: 13px;
  text-align: center;
}
.item-single-one-click-title,
.item-single-buy-credit-title  {
  color: #252525;
  font-size: 12px;
}
.item-single-one-click-form,
.item-single-buy-credit-form {
  margin-top: 6px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  width: 177px;
  height: 30px;
  position: relative;
  overflow: hidden;
}
.item-single-one-click-form-input {
  display: block;
  overflow: hidden;
  width: 132px;
  height: 30px;
  line-height: 30px;
  background: transparent url(img/item-single-one-click-form.png) no-repeat 0 0;
  border: none;
  font-size: 12px;
  margin: 0;
  letter-spacing: -1px;
  padding: 0px 36px 0px 10px;
}
.item-single-one-click-form-submit {
  overflow: hidden;
  text-align: left;
  text-indent: -9999px;
  padding: 0;
  margin: 0;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  height: 30px;
  border: none;
  cursor: pointer;
  background: transparent url(img/item-single-one-click-form.png) no-repeat 0 -30px;
}
.item-single-controls {
  margin-top: 27px;
  text-align: center;
}
.item-single-compare,
.item-single-favorite,
.item-single-tell-a-friend {
  text-align: left;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  width: 170px;
}
.item-single-compare > a,
.item-single-favorite > a,
.item-single-tell-a-friend > a {
  font-size: 12px;
}
.item-single-compare > a,
.item-single-favorite > a,
.item-single-tell-a-friend > a,
.item-single-compare > a > span,
.item-single-favorite > a > span,
.item-single-tell-a-friend > a > span {
  display: block;
}
.item-single-compare > a > span {
  background: transparent url(img/item-single-compare-icon.png) no-repeat 100% 2px;
}
.item-single-favorite {
  margin-top: 7px;
}
.item-single-favorite > a > span {
  background: transparent url(img/item-single-favorite-icon.png) no-repeat 100% 3px;
}
.item-single-tell-a-friend {
  margin-top: 5px;
  position: relative;
}
.item-single-tell-a-friend > a > span {
  background: transparent url(img/arrow-down-blue.png) no-repeat 100% 8px;
  position: relative;
  z-index: 2;
}
.item-single-tell-a-friend-dropdown {
  display: none;
  position: absolute;
  top: -4px;
  left: -9px;
  z-index: 1;
  width: 185px;
  height: 76px;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  border: solid 1px #e5e2e2;
}
.item-single-tell-a-friend-dropdown .social {
  margin-top: 25px;
  padding: 13px 0 0 19px;
  border-top: solid 1px #e5e2e2;
  display: block;
  background: transparent url(img/item-single-tell-a-friend-dropdown-shadow.png) repeat-x 0 0;
}
.item-single-tell-a-friend-dropdown .social ul,
.item-single-tell-a-friend-dropdown .social ul li,
.item-single-tell-a-friend-dropdown .social ul a {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  background: none;
}
.item-single-tell-a-friend-dropdown .social ul li {
  float: left;
  margin-left: 3px;
}
.item-single-tell-a-friend-dropdown .social ul li:first-child {
  margin-left: 0;
}
.item-single-tell-a-friend-dropdown .social ul li a {
  overflow: hidden;
  text-align: left;
  text-indent: -9999px;
  width: 26px;
  height: 26px;
  background: transparent url(img/news-single-social.png) no-repeat 0 0;
}
.item-single-tell-a-friend-dropdown .social ul li.vk a {
  background-position: 0 0;
}
.item-single-tell-a-friend-dropdown .social ul li.fb a {
  background-position: -26px 0;
}
.item-single-tell-a-friend-dropdown .social ul li.tw a {
  background-position: -52px 0;
}
.item-single-tell-a-friend-dropdown .social ul li.gp a {
  background-position: -78px 0;
}
.item-single-tell-a-friend-dropdown .social ul li.ok a {
  background-position: -104px 0;
}
.item-single-tell-a-friend:hover .item-single-tell-a-friend-dropdown {
  display: block;
}
.item-single-tell-a-friend:hover a {
  text-decoration: none;
}
.item-single-info {
  float: right;
  margin: 44px 0 0 10px;
}
.item-single-stock {
  padding-left: 38px;
  font-size: 14px;
  line-height: 25px;
  color: #535353;
  background: transparent url(img/item-single-stock-icon.png) no-repeat 0 0;
}
.item-single-stock.not {
  background-image: url(img/item-single-stock-not-icon.png);
  background-position: 0 12px;
}
.item-single-stock.order {
  background-image: url(img/item-single-stock-order-icon.png);
}
.item-single-delivery {
  margin-top: 31px;
  color: #535353;
  font-size: 12px;
}
.item-single-terms {
  width: 192px;
  margin-top: 22px;
  color: #535353;
  font-size: 12px;
}
.item-single-payment {
  margin-top: 22px;
  color: #535353;
  font-size: 12px;
}
.item-single-credit {
  margin-top: 21px;
  color: #535353;
  font-size: 12px;
}
.item-single-middle {
  margin-top: 13px;
}
.item-single-text {
  width: 60%;
  float: left;
}
.item-single-characteristics table {
  width: 100%;
  border-collapse: collapse;
  border: none;
  background: none;
  margin: 0;
}
.item-single-characteristics table tr:nth-child(even) {
  background: #f1f1f1;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}
.item-single-characteristics table td {
  padding: 4px 21px;
  font-size: 12px;
  color: #000;
}
.item-single-characteristics table td.group-name {
  font-size: 16px;
  padding: 20px 21px;
}
.item-single-characteristics-show-more {
  margin-top: 11px;
  background: transparent url(img/show-more-border.png) repeat-x 0 10px;
  text-align: center;
}
.item-single-characteristics-show-more a {
  font-size: 14px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  padding: 0 13px 0 4px;
  background: #f7f7f7 url(img/arrow-down-blue.png) no-repeat 100% 7px;
}
.item-single-description {
  display: none;
}
.item-single-tabs-list {
  margin-bottom: 25px;
}
.item-single-tabs-list li,
.item-single-tabs-list a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
  background: none;
}
.item-single-tabs-list li {
  margin-left: 17px;
}
.item-single-tabs-list li:first-child {
  margin-left: 0;
}
.item-single-tabs-list li a {
  font-size: 18px;
  line-height: 28px;
  color: #000;
  height: 29px;
  padding: 0 13px;
  text-decoration: none;
  text-shadow: 0 1px 1px #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #f1f1f1;
  -webkit-box-shadow: 0 1px 1px rgba(113, 113, 113, 0.43);
  -moz-box-shadow: 0 1px 1px rgba(113, 113, 113, 0.43);
  box-shadow: 0 1px 1px rgba(113, 113, 113, 0.43);
  background-image: -webkit-linear-gradient(bottom, #e9e9e9, #f0f0f0);
  background-image: -moz-linear-gradient(bottom, #e9e9e9, #f0f0f0);
  background-image: -o-linear-gradient(bottom, #e9e9e9, #f0f0f0);
  background-image: -ms-linear-gradient(bottom, #e9e9e9, #f0f0f0);
  background-image: linear-gradient(to top, #e9e9e9, #f0f0f0);
}
.item-single-tabs-list li.active a {
  color: #535353;
  text-decoration: none;
  overflow: hidden;
  background-color: #f1f1f1;
  -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.75), inset 0 1px 1px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.75), inset 0 1px 1px rgba(0, 0, 0, 0.13);
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.75), inset 0 1px 1px rgba(0, 0, 0, 0.13);
  background-image: -webkit-linear-gradient(bottom, #efefef, #ededed);
  background-image: -moz-linear-gradient(bottom, #efefef, #ededed);
  background-image: -o-linear-gradient(bottom, #efefef, #ededed);
  background-image: -ms-linear-gradient(bottom, #efefef, #ededed);
  background-image: linear-gradient(to top, #efefef, #ededed);
}
.item-single-sidebar {
  float: left;
  width: 37%;
  margin-left: 3%;
}
.item-single-subtitle {
  margin-top: 40px;
}
.item-single-subtitle h2 {
  color: #010101;
  font-size: 18px;
  margin: 0;
}
.item-single-categories {
  margin-top: 21px;
}
.item-single-categories-list {
  margin: 0;
}
.item-single-categories-list li,
.item-single-categories-list a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
  background: none;
}
.item-single-categories-list li {
  margin-left: 25px;
}
.item-single-categories-list li:first-child {
  margin-left: 0;
}
.item-single-categories-list li a {
  font-size: 14px;
  height: 21px;
  line-height: 21px;
  text-decoration: underline;
}
.item-single-categories-list li a:hover {
  text-decoration: none;
}
.item-single-categories-list li.active a {
  text-decoration: none;
  color: #000;
  padding: 0 12px;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #eee;
  -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.75), inset 0 1px 1px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.75), inset 0 1px 1px rgba(0, 0, 0, 0.13);
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.75), inset 0 1px 1px rgba(0, 0, 0, 0.13);
  background-image: -webkit-linear-gradient(bottom, #efefef, #ededed);
  background-image: -moz-linear-gradient(bottom, #efefef, #ededed);
  background-image: -o-linear-gradient(bottom, #efefef, #ededed);
  background-image: -ms-linear-gradient(bottom, #efefef, #ededed);
  background-image: linear-gradient(to top, #efefef, #ededed);
}
.item-single .items-list {
  margin-top: 15px;
}
.item-single .items-list li {
  float: left;
  width: 25%;
}
.item-single .items-list .item-price {
  border-top: 1px solid #fafafa;
}
.search-form {
  position: relative;
  height: 43px;
  overflow: hidden;
  background-color: #ffdc00;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.38);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.38);
}
.search-form-box {
  padding: 7px 7px 0 7px;
}
.search-form-input {
  width: 100%;
  float: left;
  overflow: hidden;
}
.search-form-input span {
  display: block;
  height: 31px;
  padding: 0 118px 0 0;
}
.search-form-input span span {
  padding: 0 0 0 10px;
  background: transparent url(img/search-form.png) no-repeat 0 0;
}
.search-form-input input {
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 31px;
  line-height: 31px;
  background: transparent url(img/search-form.png) no-repeat 100% 0;
  padding-right: 10px;
  font: 16px Verdana, sans-serif;
}
.search-form-submit {
  padding-top: 1px;
  float: left;
  margin-right: -3px;
  width: 103px;
  margin-left: -103px;
  position: relative;
  text-align: right;
}
.search-form-submit input {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  cursor: pointer;
  cursor: hand;
  margin: 0;
  padding: 0;
  border: none;
  width: 103px;
  height: 30px;
  padding-bottom: 4px;
  color: #363636;
  font: 16px Verdana, sans-serif;
  line-height: 30px;
  overflow: hidden;
  background: transparent url(img/search-form.png) no-repeat 0 -31px;
  text-align: center;
}
.search-title {
  margin-top: 13px;
}
.search-title h1 {
  float: left;
  font-size: 16px;
  color: #000;
  margin: 0;
}
.search-filter {
  float: right;
  margin: 0;
}
.search-filter li,
.search-filter a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
  background: none;
}
.search-filter li {
  margin-left: 30px;
}
.search-filter li:first-child {
  margin-left: 0;
}
.search-filter li a {
  font-size: 14px;
  line-height: 28px;
  color: #343434;
  height: 28px;
  text-decoration: underline;
}
.search-filter li a:hover {
  text-decoration: none;
}
.search-filter li.active a {
  text-decoration: none;
  padding: 0 18px;
  overflow: hidden;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  background-color: #f6f6f6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.16);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.16);
  background-image: -webkit-linear-gradient(bottom, #f7f7f7, #f6f6f6);
  background-image: -moz-linear-gradient(bottom, #f7f7f7, #f6f6f6);
  background-image: -o-linear-gradient(bottom, #f7f7f7, #f6f6f6);
  background-image: -ms-linear-gradient(bottom, #f7f7f7, #f6f6f6);
  background-image: linear-gradient(to top, #f7f7f7, #f6f6f6);
}
.search-subtitle {
  margin-top: 28px;
  padding-bottom: 9px;
  border-bottom: 2px solid #d3d3d3;
}
.search-subtitle h2 {
  font-size: 18px;
  color: #343434;
  margin: 0;
}
.search-subtitle.clearfix h2 {
  float: left;
}
.search-categories {
  margin: 0;
  float: right;
}
.search-categories li,
.search-categories a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
  background: none;
}
.search-categories li {
  margin-left: 21px;
  font-size: 12px;
  color: #000;
}
.search-categories li:first-child {
  margin-left: 0;
}
.search-categories li.active a {
  color: #000;
  text-decoration: none;
}
.search .items-list li {
  float: left;
  width: 25%;
}
.search .items-list .item-price {
  border-top: 1px solid #fafafa;
}
.search-articles-list {
  margin: 0 -40px;
}
.search-articles-list li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  background: none;
}
.search-articles-list li {
  float: left;
  width: 50%;
  margin-top: 20px;
}
.search-articles-list .article-box {
  padding: 0 40px;
}
.search-articles-list .article-title {
  font-size: 14px;
  margin-bottom: 23px;
}
.search-articles-list .article-label {
  margin-left: 5px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  height: 12px;
  line-height: 12px;
  font-size: 11px;
  color: #fff;
  padding: 0 4px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #d3d3d3;
  background-image: -webkit-linear-gradient(bottom, #b1b1b1, #d0cece);
  background-image: -moz-linear-gradient(bottom, #b1b1b1, #d0cece);
  background-image: -o-linear-gradient(bottom, #b1b1b1, #d0cece);
  background-image: -ms-linear-gradient(bottom, #b1b1b1, #d0cece);
  background-image: linear-gradient(to top, #b1b1b1, #d0cece);
}
.search-articles-list .article-text {
  color: #393939;
  font-size: 12px;
}
.search .show-more {
  margin-top: 26px;
  background: transparent url(img/show-more-border.png) repeat-x 0 20px;
}
.search .show-more-box {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  background: #f7f7f7;
  padding: 0 10px;
}

.-basket-container .show-more-box {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  background: #f7f7f7;
  padding: 0 10px;
}


.-basket-container .show-more-box{
  position: relative;
}
.-basket-container .show-more-box span{
  width: 188px;
}
.-basket-container .show-more-box div{
  display: none;
}
.-basket-container .-sm-loading span{
  font-size: 0 !important;
}
.-basket-container .-sm-loading div{
  display: block;
  position: absolute;
  top: 5px;
  left: 140px;
  background: url(img/loaders/search_pn.gif) center center no-repeat scroll !important;
  width: 30px;
  height: 30px;
}

.info-title h1 {
  margin: 0;
  font-size: 18px;
  color: #000;
}
.info .page-text {
  margin-top: 1px;
}
.feedback-title {
  position: relative;
}
.feedback-title h1 {
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 8px;
  margin-bottom: 0;
  font-size: 18px;
}
.feedback-title-bullet {
  position: absolute;
  left: 24px;
  bottom: -14px;
  width: 29px;
  height: 15px;
  background: transparent url(img/title-bullet.png) no-repeat 0 0;
}
.feedback .page-text {
  margin-top: 33px;
}
.sitemap-title h1 {
  font-size: 18px;
  margin: 0;
  color: #000;
}
.sitemap-columns {
  overflow: hidden;
  zoom: 1;
}
.sitemap-columns .column {
  width: 38%;
  float: left;
  margin-left: 2%;
}
.sitemap-columns .column:first-child {
  margin-left: 0;
}
.sitemap-search {
  width: 301px;
  height: 28px;
  position: relative;
  overflow: hidden;
}
.sitemap-search-input {
  display: block;
  overflow: hidden;
  width: 232px;
  height: 28px;
  background: transparent url(img/shops-search.png) no-repeat 0 0;
  border: none;
  font-size: 14px;
  line-height: 28px;
  margin: 0;
  padding: 0px 49px 0px 20px;
}
.sitemap-search-submit {
  overflow: hidden;
  text-align: left;
  text-indent: -9999px;
  padding: 0;
  margin: 0;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 39px;
  height: 28px;
  border: none;
  cursor: pointer;
  background: transparent url(img/shops-search.png) no-repeat 0 -28px;
}
.sitemap-list,
.sitemap-list li,
.sitemap-list a,
.sitemap-list span {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  background: none;
}
.sitemap-list {
  margin-top: 32px;
}
.sitemap-list > li {
  margin-top: 9px;
}
.sitemap-list > li:first-child {
  margin-top: 0;
}
.sitemap-list > li > a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  color: #002649;
  font-size: 14px;
  padding: 5px 21px;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #efeff2;
  -webkit-box-shadow: 0 1px rgba(255, 255, 255, 0.75);
  -moz-box-shadow: 0 1px rgba(255, 255, 255, 0.75);
  box-shadow: 0 1px rgba(255, 255, 255, 0.75);
}
.sitemap-list ul {
  margin: 17px 0 0 21px;
  border-left: 2px solid #efeff2;
  padding-left: 12px;
}
.sitemap-list ul > li {
  margin-top: 19px;
  padding-left: 20px;
  background: transparent url(img/sidebar-navigation-subitem-bullet.png) no-repeat 0 6px;
}
.sitemap-list ul > li:first-child {
  margin-top: 0;
}
.sitemap-list ul > li > a {
  color: #002649;
  font-size: 14px;
  text-decoration: none;
}
.cart-list {
  margin-top: 12px;
}
.cart-list table {
  border-collapse: separate;
  border-spacing: 0 10px;
}
.cart-list th {
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  color: #535353;
}
.cart-list .item {
  height: 103px;
  overflow: hidden;
  background: #fff;
  margin-top: 20px;
}
.cart-list .item td {
  border-top: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
}
.cart-list .item td:first-child {
  border-left: 1px solid #c9c9c9;
}
.cart-list .item td:last-child {
  border-right: 1px solid #c9c9c9;
}
.cart-list .item-picture {
  width: 103px;
  height: 103px;
}
.cart-list .item-picture a {
  width: 103px;
  height: 103px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  background: #fff;
}
.cart-list .item-picture a img {
  max-width: 100%;
}
.cart-list .item-name {
  padding: 10px 15px;
  vertical-align: middle;
  background: transparent url(img/items-list-item-prewiew-shadow.png) no-repeat 1px 50%;
}
.cart-list .item-name .product-article {
  font-size: 12px;
  white-space: nowrap;
  color: #858585;
}
.cart-list .item-name h3 {
  margin: 0;
}
.cart-list .item-name a {
  color: #002649;
  font-size: 14px;
}
.cart-list .item-price {
  text-align: center;
  white-space: nowrap;
  padding: 10px 25px;
  vertical-align: middle;
  background: transparent url(img/cart-list-item-border.png) no-repeat 0 50%;
}
.cart-list .item-price-default {
  font-size: 16px;
  line-height: 20px;
  color: #000;
}
.cart-list .item-price-default span {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  font-size: 10px;
  line-height: 14px;
}
.cart-list .item-price-x {
  margin-top: -3px;
  color: #686868;
  font-size: 11px;
}
.cart-list .item-amount {
  margin-top: 0;
}
.cart-list .item-amount input {
  text-align: center;
  font-size: 18px;
  color: #000;
  width: 33px;
  height: 22px;
  line-height: 22px;
  background-color: #fff;
  padding: 0;
  -webkit-box-shadow: 0 1px rgba(255, 255, 255, 0.5), inset 0 2px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px rgba(255, 255, 255, 0.5), inset 0 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px rgba(255, 255, 255, 0.5), inset 0 2px 2px rgba(0, 0, 0, 0.2);
  background-image: -webkit-linear-gradient(bottom, #f2f2f2, #e8e8e8);
  background-image: -moz-linear-gradient(bottom, #f2f2f2, #e8e8e8);
  background-image: -o-linear-gradient(bottom, #f2f2f2, #e8e8e8);
  background-image: linear-gradient(to top, #f2f2f2, #e8e8e8);
  border: none;
}
.cart-list .item-summ {
  white-space: nowrap;
  padding: 10px 10px 10px 30px;
  vertical-align: middle;
  background: transparent url(img/cart-list-item-border.png) no-repeat 0 50%;
  font-size: 18px;
  line-height: 22px;
  color: #000;
  font-weight: bold;
}
.cart-list .item-summ .item-summ-value-wrap {
  font-size: inherit !important;
  line-height: inherit !important;
}
.cart-list .item-summ span {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  font-size: 12px;
  line-height: 18px;
}
.cart-list .item-summ .item-sum-discount {
  float: right;
  padding-bottom: 5px;
  font-weight: normal;
  color: #535353;
}
.cart-list .item-summ .item-summ-value-wrap {
  float: right;
  clear: right;
}
.cart-list .item-summ .item-old-price {
  float: right;
  clear: right;
  padding-top: 5px;
  color: #535353;
  vertical-align: baseline;
  font-weight: normal;
  line-height: 14px;
  position: relative;
}
.cart-list .item-summ .item-old-price-currency {
  font-size: 10px !important;
  vertical-align: top !important;
  line-height: 14px !important;
}
.cart-list .item-old-price-strike {
  position: absolute;
  border-top: 1px solid #535353;
  top: 14px;
  left: -2px;
  right: -2px;
}
.cart-list .item-delete {
  white-space: nowrap;
  padding: 10px 10px 10px 0;
  vertical-align: middle;
}
.cart-list .item-delete a {
  margin-left: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  overflow: hidden;
  text-align: left;
  text-indent: -9999px;
  width: 21px;
  height: 22px;
  background: transparent url(img/cart-list-item-delete.png) no-repeat 0 0;
}
.cart-controls {
  overflow: hidden;
  zoom: 1;
  margin-top: 21px;
  padding-bottom: 20px;
  background: transparent url(img/cart-controls-border.png) repeat-x 0 100%;
}
.cart-coupon {
  float: left;
  width: 50%;
}
.cart-coupon input {
  display: block;
  font-size: 16px;
  border: none;
  width: 157px;
  height: 29px;
  line-height: 29px;
  padding: 0 10px;
  background-color: #ededed;
  -webkit-box-shadow: 0 1px rgba(255, 255, 255, 0.5), inset 0 2px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px rgba(255, 255, 255, 0.5), inset 0 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px rgba(255, 255, 255, 0.5), inset 0 2px 2px rgba(0, 0, 0, 0.2);
  background-image: -webkit-linear-gradient(bottom, #f2f2f2, #e8e8e8);
  background-image: -moz-linear-gradient(bottom, #f2f2f2, #e8e8e8);
  background-image: -o-linear-gradient(bottom, #f2f2f2, #e8e8e8);
  background-image: linear-gradient(to top, #f2f2f2, #e8e8e8);
}
.cart-coupon-field {
  float: left;
  position: relative;
}
.cart-coupon-help {
  position: absolute;
  top: 6px;
  left: 156px;
  overflow: hidden;
  text-align: left;
  text-indent: -9999px;
  width: 17px;
  height: 17px;
  display: block;
  background: transparent url(img/cart-coupon-help.png) no-repeat 0 0;
}
.cart-coupon-refresh {
  width: 100px;
  clear: both;
  padding: 11px 0 0 22px;
  display: block;
  background: transparent url(img/cart-coupon-refresh.png) no-repeat 2px 12px;
  font-size: 14px;
  text-decoration: none;
  color: #535353;
}
.cart-coupon .baloon {
  top: 0;
  color: #000;
}
.cart-total {
  float: left;
  width: 50%;
  overflow: hidden;
  zoom: 1;
  border-bottom: 1px solid #dbdbdb;
}
.cart-total-title {
  float: left;
  font-size: 18px;
  color: #000;
  line-height: 28px;
}
.cart-total-price {
  float: right;
  vertical-align: middle;
  font-size: 24px;
  line-height: 28px;
  color: #000;
  font-weight: bold;
}
.cart-total-price span {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  font-size: 18px;
  line-height: 22px;
}
.cart-checkout {
  text-align: right;
  margin-left: 50%;
}
.cart-checkout a {
  margin-top: 15px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  width: 180px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #000;
  text-decoration: none;
  font-size: 16px;
  background: transparent url(img/cart-checkout-bg.png) no-repeat 0 0;
}
.cart .items-list {
  margin-top: 15px;
}
.cart .items-list li {
  float: left;
  width: 25%;
}
.cart .items-list .item-price {
  border-top: 1px solid #fafafa;
}
.checkout:before,
.checkout:after {
  content: " ";
  display: table;
}
.checkout:after {
  clear: both;
}
.checkout-title {
  margin-top: 21px;
  position: relative;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 8px;
}
.checkout-title.clearfix {
  padding-bottom: 3px;
}
.checkout-title.clearfix h2 {
  line-height: 35px;
  float: left;
}
.checkout-title h2 {
  margin-bottom: 0;
  font-size: 18px;
  margin: 0;
}
.checkout-title-bullet {
  position: absolute;
  left: 24px;
  bottom: -14px;
  width: 29px;
  height: 15px;
  background: transparent url(img/title-bullet.png) no-repeat 0 0;
}
.checkout-account-switcher {
  margin-top: 6px;
  float: right;
}
.checkout-account-switcher-list {
  margin: 0;
}
.checkout-account-switcher-list li,
.checkout-account-switcher-list a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
  background: none;
}
.checkout-account-switcher-list li {
  margin-left: 17px;
}
.checkout-account-switcher-list li:first-child {
  margin-left: 0;
}
.checkout-account-switcher-list li a {
  font-size: 14px;
  line-height: 26px;
  color: #002649;
  height: 26px;
  padding: 0 13px;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #f1f1f1;
  -webkit-box-shadow: 0 1px 1px rgba(113, 113, 113, 0.43);
  -moz-box-shadow: 0 1px 1px rgba(113, 113, 113, 0.43);
  box-shadow: 0 1px 1px rgba(113, 113, 113, 0.43);
  background-image: -webkit-linear-gradient(bottom, #e9e9e9, #f0f0f0);
  background-image: -moz-linear-gradient(bottom, #e9e9e9, #f0f0f0);
  background-image: -o-linear-gradient(bottom, #e9e9e9, #f0f0f0);
  background-image: -ms-linear-gradient(bottom, #e9e9e9, #f0f0f0);
  background-image: linear-gradient(to top, #e9e9e9, #f0f0f0);
}
.checkout-account-switcher-list li.active a {
  color: #000;
  text-decoration: none;
  overflow: hidden;
  background-color: #f1f1f1;
  -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.75), inset 0 1px 1px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.75), inset 0 1px 1px rgba(0, 0, 0, 0.13);
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.75), inset 0 1px 1px rgba(0, 0, 0, 0.13);
  background-image: -webkit-linear-gradient(bottom, #efefef, #ededed);
  background-image: -moz-linear-gradient(bottom, #efefef, #ededed);
  background-image: -o-linear-gradient(bottom, #efefef, #ededed);
  background-image: -ms-linear-gradient(bottom, #efefef, #ededed);
  background-image: linear-gradient(to top, #efefef, #ededed);
}
.checkout-user-switcher {
  margin: 21px 0 0 163px;
}
.checkout-user-switcher input {
  display: none;
}
.checkout-user-switcher input:checked + label {
  color: #002649;
  text-decoration: underline;
}
.checkout-user-switcher input:checked + label:first-of-type {
  padding-right: 20px;
}
.checkout-user-switcher input:checked + label:last-of-type {
  padding-left: 20px;
}
.checkout-user-switcher label {
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -ms-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  display: inline-block;
  position: relative;
  line-height: 28px;
  cursor: pointer;
  z-index: 10;
  color: #000;
  font-size: 14px;
}
.checkout-user-switcher label:first-of-type {
  padding-right: 50px;
}
.checkout-user-switcher label:last-of-type {
  padding-left: 50px;
}
.checkout-user-switcher label:first-of-type:after {
  display: inline-block;
  position: absolute;
  content: "";
  background: transparent url(img/checkout-user-switcher.png) no-repeat 0 -28px;
  width: 50px;
  height: 28px;
  margin-left: 10px;
}
.checkout-user-switcher label:first-of-type:before {
  display: inline-block;
  position: absolute;
  content: "";
  background: transparent url(img/checkout-user-switcher.png) no-repeat 0 0;
  width: 28px;
  height: 28px;
  right: -16px;
  z-index: 5;
}
.checkout .form {
  margin-top: -13px;
}
.checkout .form label {
  padding-top: 3px;
}
.checkout-table {
  margin-bottom: -24px;
}
.checkout-table table {
  border-collapse: separate;
  border-spacing: 0 24px;
}
.checkout-table-radio {
  vertical-align: middle;
}
.checkout-table-label {
  width: 150px;
  padding: 0 37px 0 8px;
  vertical-align: middle;
}
.checkout-table-label label {
  color: #002649;
  font-size: 14px;
}
.checkout-table-picture {
  padding: 1px 20px;
  background: transparent url(img/checkout-table-td-border.png) no-repeat 0 0;
}
.checkout-table-text {
  padding: 0 0 0 26px;
  background: transparent url(img/checkout-table-td-border.png) no-repeat 0 0;
}
.checkout-table-hidden {
  display: none;
}
.checkout-table-hidden > .title,
.checkout-table-hidden .info > .title {
  font-size: 16px;
  color: #000;
  width: 410px;
  margin-top: 5px;
}
.checkout-table-hidden td {
  border: 0 solid #e8e8e8;
  border-width: 3px 0;
  padding: 10px 0;
}
.checkout-table-hidden.active {
  display: table-row;
}
.checkout-table-hidden.pickup .list,
.checkout-table-hidden.pickup .list li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  background: none;
}
.checkout-table-hidden.pickup .list li {
  margin-top: 10px;
}
.checkout-table-hidden.pickup .list li:first-child {
  margin-top: 0;
}
.checkout-table-hidden.pickup .list li input[type="radio"] {
  float: left;
}
.checkout-table-hidden.pickup .list li label {
  line-height: 20px;
  margin-left: 5px;
}

.checkout-table-hidden.pickup .list li.active {
  margin-left: -20px;
  padding-left: 20px;
}
.checkout-table-hidden.pickup .list li.active a {
  color: #000;
  border-bottom: none;
  padding-bottom: 1px;
}
.checkout-table-hidden.pickup .map {
  width: 415px;
  height: 199px;
  position: relative;
  background: url(img/checkout-table-pickup-map.jpg) no-repeat 0 0;
}
.checkout-table-hidden.pickup .map .popup {
  position: absolute;
  width: 200px;
  top: 30px;
  left: 30px;
  /*padding: 21px 24px 10px;*/
  padding: 5px 6px 10px;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: #ececec;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
  background-image: -webkit-linear-gradient(bottom, #f1f1f1, #ffffff);
  background-image: -moz-linear-gradient(bottom, #f1f1f1, #ffffff);
  background-image: -o-linear-gradient(bottom, #f1f1f1, #ffffff);
  background-image: linear-gradient(to top, #f1f1f1, #ffffff);
}
.checkout-table-hidden.pickup .map .popup:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -21px;
  right: 32px;
  width: 22px;
  height: 21px;
  background: url(img/checkout-table-pickup-popup-bullet.png) no-repeat 0 0;
}
.checkout-table-hidden.pickup .map .popup .title {
  font-size: 12px;
  color: #000;
}
.checkout-table-hidden.pickup .map .popup .text {
  color: #535353;
  /*margin-top: 5px;*/
  display: inline-block;
  text-align: left;
}
.checkout-table-hidden.pickup .map .popup .button {
  margin-top: 10px;
  text-align: center;
}
.checkout-table-hidden.pickup .map .popup .button a {
  display: inline-block;
  color: #000;
  font-size: 12px;
  text-decoration: none;
  width: 103px;
  height: 21px;
  line-height: 21px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #ececec;
  -webkit-box-shadow: 0 1px 1px #717171;
  -moz-box-shadow: 0 1px 1px #717171;
  box-shadow: 0 1px 1px #717171;
  background-image: -webkit-linear-gradient(bottom, #f2c52c, #fbdc60);
  background-image: -moz-linear-gradient(bottom, #f2c52c, #fbdc60);
  background-image: -o-linear-gradient(bottom, #f2c52c, #fbdc60);
  background-image: linear-gradient(to top, #f2c52c, #fbdc60);
}
.checkout-table-hidden.pickup .-pickup-delivery-shops {
  float: left;
}
.checkout-table-hidden.pickup .map {
  margin-left: 280px;
}
.checkout-table-hidden.courier .title {
  float: left;
}
.checkout-table-hidden.courier .city {
  float: left;
}
.checkout-table-hidden.courier .city .name {
  font-size: 14px;
  line-height: 16px;
  color: #4d4d4d;
}
.checkout-table-hidden.courier .city .change {
  text-align: right;
}
.checkout-table-hidden.courier .city .change a {
  line-height: 12px;
  font-size: 10px;
  color: #002649;
  text-decoration: none;
  border-bottom: 1px dashed #002649;
}
.checkout-table-hidden.courier .city .change a:hover {
  border-bottom: none;
  padding-bottom: 1px;
}
.favorites-amount {
  margin-top: 22px;
  font-size: 14px;
  color: #010101;
}
.favorites .items {
  margin-top: 10px;
}
.compare-switcher {
  position: absolute;
  top: 0;
  right: 0;
}
.compare-switcher input {
  display: none;
}
.compare-switcher input:checked + label {
  color: #010101;
}
.compare-switcher input:checked + label span {
  border-bottom: none;
  padding-bottom: 1px;
}
.compare-switcher input:checked + label:first-of-type {
  padding-right: 20px;
}
.compare-switcher input:checked + label:last-of-type {
  padding-left: 20px;
}
.compare-switcher label {
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -ms-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  display: inline-block;
  position: relative;
  line-height: 28px;
  cursor: pointer;
  z-index: 10;
  color: #939393;
  font-size: 14px;
}
.compare-switcher label span {
  border-bottom: 1px dashed #939393;
}
.compare-switcher label:first-of-type {
  padding-right: 50px;
}
.compare-switcher label:last-of-type {
  padding-left: 50px;
}
.compare-switcher label:first-of-type:after {
  display: inline-block;
  position: absolute;
  content: "";
  background: transparent url(img/compare-switcher.png) no-repeat 0 -28px;
  width: 50px;
  height: 28px;
  margin-left: 10px;
}
.compare-switcher label:first-of-type:before {
  display: inline-block;
  position: absolute;
  content: "";
  background: transparent url(img/compare-switcher.png) no-repeat 0 0;
  width: 28px;
  height: 28px;
  right: -16px;
  z-index: 5;
}
.compare-table {
  margin-top: 37px;
}
.compare-table .line {
  padding: 0 15px;
}
.compare-table .line.image {
  position: relative;
}
.compare-table .line.image .property {
  height: 149px;
  text-align: center;
}
.compare-table .line.image img {
  max-width: 100%;
}
.compare-table .line.name {
  border: 1px solid #d7d7d7;
  border-width: 1px 0;
}

.compare-table .line.name .property {
  height: 75px;
}
.compare-table .line.name a {
  color: #002649;
  text-decoration: none;
}
.compare-table .line.price {
  text-align: center;
  font-size: 18px;
  line-height: 22px;
  white-space: nowrap;
  font-weight: bold;
  color: #000;
}
.compare-table .line.price span {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  font-size: 12px;
  line-height: 14px;
}
.compare-table .property {
  display: table-cell;
  width: 150px;
  height: 44px;
  vertical-align: middle;
}
.compare-table .line.name .model {
  overflow: hidden;
}
.compare-table .line.name .model-container {
  height: 75px;
  overflow: hidden;
}
.compare-table .line.name .model-container .model{
  height: 50px;
  overflow: hidden;
}
.compare-table .property .product-article {
  font-size: 10px;
  white-space: nowrap;
  color: #858585;
}
.compare-table-titles {
  padding-top: 150px;
  width: 180px;
  float: left;
}
.compare-table-titles .line {
  padding: 0;
}
.compare-table-titles .line .property {
  color: #545454;
}
.compare-table-titles .line.name {
  border: none;
  padding-top: 1px;
  padding-bottom: 1px;
}
.compare-table-list {
  margin-left: 185px;
  white-space: nowrap;
  overflow: auto;
  padding-bottom: 20px;
}
.compare-table-list-items {
  border-left: 1px solid #d7d7d7;
  font-size: 0;
  letter-spacing: -0.25em;
  word-spacing: -0.25em;
}
.compare-table-list .item {
  position: relative;
  white-space: normal;
  display: inline-block;
  vertical-align: top;
  background: #fff;
  border: 1px solid #d7d7d7;
  border-width: 1px 1px 1px 0;
  width: 178px;
  font-size: 12px;
  letter-spacing: normal;
  word-spacing: normal;
}
.compare-table-list .item-buy {
  position: relative;
  height: 95px;
  margin-left: 4px;
}
.compare-table-list .item-buy a {
  position: absolute;
  bottom: 16px;
  right: -4px;
  overflow: hidden;
  text-align: left;
  text-indent: -9999px;
  width: 128px;
  height: 35px;
  display: block;
  background: transparent url(img/items-list-item-buy.png) no-repeat 0 0;
}
.compare-table-list .item-close {
  position: absolute;
  top: 9px;
  right: 10px;
  display: block;
  width: 17px;
  height: 17px;
  overflow: hidden;
  text-align: left;
  text-indent: -9999px;
  background: transparent url(img/compare-item-close.png) no-repeat 0 0;
}


.brands-list,
.brands-list li{
  list-style: none;
  margin: 0;
  padding: 0;
  background: none;

}

.brands-list  {
  margin: 0 0 30px 0;
}
.brands-list li {
  display: inline-block;
  position: relative;
  width: 24.5%;
  margin-top: 15px;
}

.brands-list li .item-box {
  position: relative;
  border: solid 1px #d3d3d3;
  background: #ffffff;
  margin: 0 10px;
}


.brands-list li .item-box .item-image {
  display: table;
  width: 100%;
}

.brands-list li .item-box .item-image a
{
  width: 100%;
  height: 120px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  background: #fff;
 }


.brands-list li .item-box .item-image a img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.brands-list li .item-box .item-title {
   width: 100%;
   height: 30px;
   font-size: 16px;
   text-align: center;
}


.brand-logo {
  float: right;
  position: relative;
  padding: 0;
  overflow: hidden;
  width: 200px;
  background-color: #fff;
  border: solid 1px #d3d3d3;
  text-align: center;
}

.brand-logo a.image
{
  display: table;
  width: 100%;
  padding: 0;
  font-size: 12px;
 }

.brand-logo a.image span {
  display: table-cell;
  padding: 15px 10px;
  width: 100%; }

.brand-logo a.image span img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.brand-logo a.site {
  display: block;
  position: relative;
  padding: 0px 0 10px 0;
}
.brand-description {
   margin: 18px 235px 0 0;
   min-height: 130px;
}
.brand-description .brand-text {
  overflow: hidden;
  position: relative;
}

.brand-description .more {
  text-align: center;
}

.brand-description  .more a {
  position: relative;
  z-index: 1;
  text-decoration: none;
  background: url(img/brands/down-blue-icon.png) no-repeat 100% 5px;
  padding-right: 15px;
  }
.brand-description  .more a span{
  border-bottom: 2px dotted #002649; }
.brand-description  .more.less a {
   background: url(img/brands/up-blue-icon.png) no-repeat 100% 5px;  }
.brand-description .more.less:before {
  display: none; }

.item-description {
   margin: 18px 235px 0 0;
   min-height: 130px;
   max-width: 162px;
}
.item-description .item-text {
  overflow: hidden;
  position: relative;
}
.tmp{
  height: 158px;
}
.item-description .more {
  text-align: center;
}

.item-description  .more a {
  position: relative;
  z-index: 1;
  text-decoration: none;
  background: url(img/brands/down-blue-icon.png) no-repeat 100% 5px;
  padding-right: 15px;
  }
.item-description  .more a span{
  border-bottom: 2px dotted #002649; }
.item-description  .more.less a {
   background: url(img/brands/up-blue-icon.png) no-repeat 100% 5px;  }
.item-description .more.less:before {
  display: none; }


.brand-menu {
  position: relative;
  float: left;
  padding: 26px 0 20px 0;
}

.brand-menu ul,
.brand-menu ul li {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
  background: none;
}
.brand-menu ul li {
  margin-top: 0;
  margin-bottom: 8px;
  margin-right: 50px;
  padding: 0;
}
.brand-menu ul li a {
  font-size: 14px;
  color: #002649;
  text-decoration: none;
  border-bottom: 2px dotted #002649;
}
.brand-menu ul li.active a {
  border-bottom: none;
  color: #333;
}

.brand-category {
  margin-top: 40px;
  clear: both;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px rgba(93, 93, 93, 0.73), inset 1px 0 rgba(255, 255, 255, 0.67);
  -moz-box-shadow: 0 1px rgba(93, 93, 93, 0.73), inset 1px 0 rgba(255, 255, 255, 0.67);
  box-shadow: 0 1px rgba(93, 93, 93, 0.73), inset 1px 0 rgba(255, 255, 255, 0.67);
  border: solid 1px #dfdfdf;
  background-image: -webkit-linear-gradient(bottom, #e7e6e6, #f4f4f4);
  background-image: -moz-linear-gradient(bottom, #e7e6e6, #f4f4f4);
  background-image: -o-linear-gradient(bottom, #e7e6e6, #f4f4f4);
  background-image: linear-gradient(to top, #e7e6e6, #f4f4f4);
}
.brand-category-title {
  padding: 15px 150px 11px 16px;
  font-size: 14px;
  color: #010101;
}
.brand-category-show-all {
  position: absolute;
  top: 15px;
  right: 17px;
}
.brand-category-show-all a {
  font-size: 12px;
  color: #002649;
}
.brand-category-show-all span {
  font-size: 10px;
  color: #3f3f3f;
}
.brand .items-list.display-grid li {
  width: 25%;
}

.brand .items-list a img {
  max-width: 158px;
  max-height: 149px;
}


.personal-title {
  position: relative;
}
.personal-title h1 {
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 8px;
  margin-bottom: 0;
  font-size: 18px;
}
.personal-title .sidebar-personal-change-password {
  float: right;
  margin-top: 7px;
}
.personal-title-bullet {
  position: absolute;
  left: 24px;
  bottom: -14px;
  width: 29px;
  height: 15px;
  background: transparent url(img/title-bullet.png) no-repeat 0 0;
}
.personal-orders-list {
  margin-top: 42px;
}
.personal-orders-list > ul,
.personal-orders-list > ul li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  background: none;
}
.personal-orders-list > ul > li {
  margin-top: 85px;
}
.personal-orders-list > ul > li:first-child {
  margin-top: 0;
}
.personal-orders-list > ul > li > .item .item-info {
  font-size: 14px;
}
.personal-orders-list > ul > li > .item .item-number {
  margin-right: 50px;
}
.personal-orders-list > ul > li > .item .item-status {
  float: right;
}
.personal-orders-list > ul > li > .item .item-total {
  margin-top: 13px;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 5px;
  text-align: right;
  font-size: 20px;
  line-height: 24px;
  color: #000;
  text-shadow: 0 1px #fff;
}
.personal-orders-list > ul > li > .item .item-total span {
  font-size: 12px;
  line-height: 14px;
  margin-left: -2px;
  display: inline-block;
}

.personal-orders-list .item-controls {
  margin-top: 15px;
}

.personal-orders-list .order-button {
    display: inline-block;
    float: right;
    cursor: pointer;
    cursor: hand;
    margin-left: 10px;
    padding: 0;
    border: none;
    width: 150px;
    height: 34px;
    line-height: 34px;
    color: #000;
    font: 16px Verdana, sans-serif;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    background: transparent url(img/form-button.png) no-repeat 0 0;
}

.personal-orders-list .order-button span {
    position: relative;
    top: 5px;
}

.personal-orders .items-list {
  margin-top: 12px;
}
.personal-orders .items-list li {
  margin-top: 17px;
}
.personal-orders .items-list li:first-child {
  margin-top: 0;
}
.personal-orders .items-list .item-box {
  height: 75px;
  position: relative;
  border: solid 1px #d3d3d3;
  background: #fafafa;
}
.personal-orders .items-list .item-prewiew {
  position: absolute;
  top: 0;
  left: 0;
  width: 75px;
  height: 75px;
}
.personal-orders .items-list .item-prewiew a {
  width: 75px;
  height: 75px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  background: #fff;
}
.personal-orders .items-list .item-prewiew a img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.personal-orders .items-list .item-info {
  position: absolute;
  top: 0;
  left: 75px;
  right: 129px;
  height: 75px;
  overflow: hidden;
  background: transparent url(img/items-list-item-prewiew-shadow.png) no-repeat 0 0;
}
.personal-orders .items-list .item-useful {
  position: absolute;
  top: 0;
  right: 0;
  width: 135px;
  height: 75px;
  border-left: 1px solid #e4e4e4;
  background: transparent url(img/items-list-item-useful-bg.png) repeat 0 0;
}
.personal-orders .items-list .item-name {
  margin: 19px 0 0 18px;
  height: 55px;
}
.personal-orders .items-list .item-name a {
  color: #002649;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
}
.personal-orders .items-list .item-price {
  margin: 15px 10px 0 0;
  position: static;
  text-align: right;
}
.personal-orders .items-list .item-amount {
  margin: 7px 10px 0 0;
  text-align: right;
  font-size: 12px;
}
.personal-orders .items-list .item-amount span {
  font-size: 10px;
  display: inline-block;
  vertical-align: baseline;
}

.order-cancel .form-controls {
  padding-left: 0;
}

.order-cancel .form-hr {
  margin-top: 0;
}

.footer {
  padding: 13px 0 7px 0;
  background: #f1f1f1;
  margin-bottom: 60px;
}
.footer-left {
  float: left;
  width: 40%;
}
.footer-right {
  float: left;
  width: 57%;
  margin-left: 3%;
}
.footer-information {
  padding-top: 10px;
  background: transparent url(img/footer-information-border.png) no-repeat 112px 3px;
}
.footer-logo {
  float: left;
  margin-right: 31px;
  width: 99px;
  height: 43px;
  display: block;
  overflow: hidden;
  text-align: left;
  text-indent: -9999px;
  background: transparent url(img/footer-logo.png) no-repeat 0 0;
}
.footer-creators {
  padding: 10px 0 0 3px;
  line-height: 22px;
}
.footer-creators a {
  color: #3f3f3f;
}
.footer .primepix-logo {
  width: 106px;
  height: 22px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  overflow: hidden;
  text-align: left;
  text-indent: -9999px;
  background: transparent url(img/primepix-logo.png) no-repeat 0 0;
}
.footer-columns {
  overflow: hidden;
  zoom: 1;
}
.footer-columns .column {
  width: 33%;
  float: left;
  padding-top: 5px;
}
.footer-columns .column:first-child .footer-list {
  background: none;
}
.footer-list {
  padding: 0 0 0 38px;
  background: transparent url(img/vertical-border.png) repeat-y 0 0;
}
.footer-list li {
  line-height: 24px;
  background-position: 0 10px;
}
.footer-list a {
  color: #3f3f3f;
}
.bottom-navigation {
  width: 100%;
  overflow: hidden;
  position: fixed;
  z-index: 11;
  left: 0;
  bottom: 0;
  background: transparent url(img/bottom-navigation-bg.png) repeat-x 0 0;
}
.bottom-navigation .container {
  min-width: 0;
}
.bottom-navigation-popup {
  display: none;
}
.bottom-navigation-list {
  text-align: center;
  margin: 0;
}
.bottom-navigation-list li,
.bottom-navigation-list a,
.bottom-navigation-list span {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
  background: none;
}

.bottom-navigation-list li.compare, .bottom-navigation-list li.favorite {
  height: 41px;
  padding: 9px 0 0 36px;
  background: url(img/bottom-navigation-list-item-border.png) no-repeat 17px 2px;
}

.bottom-navigation-list li.compare a , .bottom-navigation-list li.favorite a  {
  color: #2f2f2f;
  text-shadow: 0 1px rgba(255, 255, 255, 0.51);
  text-decoration: none;
  padding: 9px 17px 0;
  height: 32px;
}

.bottom-navigation-list li.compare a span {
  padding-left: 25px;
  text-decoration: none;
  color: #000;
  font-size: 16px;
  background-image: url(img/compare-icon.png);
  background-position: 0 3px;
  background-repeat: no-repeat;
}

.bottom-navigation-list li.favorite a span {
  padding-left: 25px;
  text-decoration: none;
  color: #000;
  font-size: 16px;
  background-image: url(img/fav-goods.png);
  background-repeat: no-repeat;
}

.bottom-navigation-list > li {
  height: 41px;
  padding: 9px 0 0 36px;
  background: url(img/bottom-navigation-list-item-border.png) no-repeat 17px 2px;
}
.bottom-navigation-list > li:first-child {
  padding-left: 0;
  background: none;
}

.bottom-navigation-list > li > a {
  color: #2f2f2f;
  text-shadow: 0 1px rgba(255, 255, 255, 0.51);
  text-decoration: none;
  padding: 9px 17px 0;
  height: 32px;
}
.bottom-navigation-list > li > a > span {
  padding-left: 25px;
  text-decoration: none;
  color: #000;
  font-size: 16px;
  background: url(img/recently-viewed-icon.png) no-repeat 0 0;
}
.bottom-navigation-list > li.recently-viewed a span {
  background-image: url(img/recently-viewed-icon.png);
}

.bottom-navigation-list > li.active {
  height: 348px;
}
.bottom-navigation-list > li.active > a {
  height: 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #ebeaea;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.75);
  background-image: -webkit-linear-gradient(bottom, #f4f4f4 20%, #e1dfdf);
  background-image: -moz-linear-gradient(bottom, #f4f4f4 20%, #e1dfdf);
  background-image: -o-linear-gradient(bottom, #f4f4f4 20%, #e1dfdf);
  background-image: linear-gradient(to top, #f4f4f4 20%, #e1dfdf);
}
.bottom-navigation-list > li.active .bottom-navigation-popup {
  display: block !important;
  width: 100%;
  position: absolute;
  top: 50px;
  left: 0;
  height: 348px;
  background: #f4f4f4 url(img/hr.png) repeat-x 0 7px;
}
.bottom-navigation .bottom-navigation-popup-carusel {
  margin-top: 20px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  padding: 2px 0;
}
.bottom-navigation .bottom-navigation-popup-carusel .prev,
.bottom-navigation .bottom-navigation-popup-carusel .next {
  position: absolute;
  display: block;
  width: 107px;
  height: 271px;
  top: 0px;
  overflow: hidden;
  text-align: left;
  text-indent: -9999px;
  background: url(img/bottom-recently-viewed-navigation-sprite.png) no-repeat 0 0;
}
.bottom-navigation .bottom-navigation-popup-carusel .prev {
  right: 0;
  background-position: 0 0;
}
.bottom-navigation .bottom-navigation-popup-carusel .next {
  left: 0;
  background-position: 0 -271px;
}
.bottom-navigation .bottom-navigation-popup-carusel .items-list,
.bottom-navigation .bottom-navigation-popup-carusel .items-list li {
  display: block;
}
.bottom-navigation .bottom-navigation-popup-carusel .items-list {
  margin: 0;
  height: 268px;
  overflow: hidden;
}
.bottom-navigation .bottom-navigation-popup-carusel .items-list .item {
  width: auto !important;
  text-align: left;
  margin: 0;
}
.bottom-navigation .bottom-navigation-popup-carusel .items-list .item-box {
  white-space: normal;
  width: 148px;
  margin: 0 5px;
}
.bottom-navigation .bottom-navigation-popup-carusel .items-list .item-name {
  background: #fafafa;
}
.bottom-navigation .bottom-navigation-popup-carusel .items-list .item-price {
  background: #fff;
  border-top: none;
}
.not-found {
  background: #efeff2 url(img/not-found-body-bg.jpg) repeat-x 0 0;
}
.not-found .middle {
  background: transparent url(img/not-found-middle-bg.jpg) no-repeat 29px 0;
  min-height: 620px;
}
.not-found .middle .container-box {
  padding-left: 578px;
}
.not-found-content {
  padding-top: 33px;
}
.not-found-title h1 {
  line-height: 30px;
  color: #000;
  font-size: 18px;
  margin: 0;
}
.not-found .page-text {
  padding-top: 26px;
  color: #535353;
}
.not-found-search {
  position: relative;
  margin-top: 35px;
  width: 334px;
  height: 27px;
  overflow: hidden;
}
.not-found-search-input {
  width: 100%;
  float: left;
  overflow: hidden;
}
.not-found-search-input span {
  display: block;
  height: 27px;
  padding: 0 99px 0 0;
}
.not-found-search-input span span {
  padding: 0 0 0 10px;
  background: transparent url(img/not-found-search.png) no-repeat 0 0;
}
.not-found-search-input input {
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 27px;
  line-height: 27px;
  background: transparent url(img/not-found-search.png) no-repeat 100% 0;
  padding-right: 10px;
  font: 14px Verdana, sans-serif;
}
.not-found-search-submit {
  padding-top: 1px;
  float: left;
  margin-right: -3px;
  width: 84px;
  margin-left: -84px;
  position: relative;
  text-align: right;
}
.not-found-search-submit input {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  cursor: pointer;
  cursor: hand;
  margin: 0;
  padding: 0;
  border: none;
  width: 84px;
  height: 25px;
  color: #363636;
  font: 14px Verdana, sans-serif;
  line-height: 24px;
  overflow: hidden;
  padding-bottom: 2px;
  background: transparent url(img/not-found-search.png) no-repeat 0 -28px;
  text-align: center;
}
.modal-window {
  display: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 50px;
  background: transparent url(img/modal-window-bg.png) repeat-x 0 100%;
}
.modal-window-close {
  width: 26px;
  height: 27px;
  overflow: hidden;
  text-align: left;
  text-indent: -9999px;
  position: absolute;
  top: 18px;
  right: 18px;
  background: transparent url(img/modal-window-close.png) no-repeat 0 0;
}
.modal-window .buy-one-click {
  margin: 20px;
  padding-left: 100px;
  width: 350px;
  font-size: 16px;
  line-height: 30px;
  color: #000;
  background: transparent url(img/buy-one-click-icon.png) no-repeat 0 0;
}
.modal-window .buy-one-click h3 {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 5px;
}
.modal-window .buy-one-click p {
  margin: 0;
}
.modal-window .buy-not4sale {
  margin: 0 20px;
  font-size: 16px;
  line-height: 30px;
  color: #000;
  text-align: center;
}
.modal-window .buy-not4sale-form {
  margin-top: 25px;
}
.modal-window .buy-not4sale-form .or {
  margin: 5px -70px;
  background: transparent url(img/hr.png) repeat-x 0 50%;
}
.modal-window .buy-not4sale-form .or span {
  font-size: 14px;
  color: #8d8d8d;
  background: #fff;
  padding: 0 5px;
}
.modal-window .buy-not4sale-form .controls {
  margin-top: 25px;
}
.modal-window .buy-not4sale-form input[type="text"] {
  font-size: 16px;
  text-align: center;
  display: inline-block;
  padding: 7px 15px;
  border: none;
  width: 246px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.75), inset 0 2px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.75), inset 0 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.75), inset 0 2px 3px rgba(0, 0, 0, 0.3);
  background-image: -webkit-linear-gradient(bottom, #fcfcfc, #ebeaea);
  background-image: -moz-linear-gradient(bottom, #fcfcfc, #ebeaea);
  background-image: -o-linear-gradient(bottom, #fcfcfc, #ebeaea);
  background-image: linear-gradient(to top, #fcfcfc, #ebeaea);
}
.modal-window .buy-not4sale-form input[type="submit"] {
  border: none;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  width: 184px;
  padding: 5px 0;
  width: 209px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fbf041;
  -webkit-box-shadow: 0 1px 1px #717171;
  -moz-box-shadow: 0 1px 1px #717171;
  box-shadow: 0 1px 1px #717171;
  border: solid 1px rgba(0, 0, 0, 0.22);
  background-image: -webkit-linear-gradient(bottom, #f2c52c, #fbdc60);
  background-image: -moz-linear-gradient(bottom, #f2c52c, #fbdc60);
  background-image: -o-linear-gradient(bottom, #f2c52c, #fbdc60);
  background-image: linear-gradient(to top, #f2c52c, #fbdc60);
  font-size: 18px;
  color: #000;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.81);
}
.modal-window .leave-order {
  margin: 0 20px;
  font-size: 16px;
  line-height: 30px;
  color: #000;
  text-align: center;
}
.modal-window .leave-order-form {
  margin-top: 25px;
}
.modal-window .leave-order-form .or {
  margin: 5px -70px;
  background: transparent url(img/hr.png) repeat-x 0 50%;
}
.modal-window .leave-order-form .or span {
  font-size: 14px;
  color: #8d8d8d;
  background: #fff;
  padding: 0 5px;
}
.modal-window .leave-order-form .controls {
  margin-top: 25px;
}
.modal-window .leave-order-form input[type="text"] {
  font-size: 16px;
  text-align: center;
  display: inline-block;
  padding: 7px 15px;
  border: none;
  width: 246px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.75), inset 0 2px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.75), inset 0 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.75), inset 0 2px 3px rgba(0, 0, 0, 0.3);
  background-image: -webkit-linear-gradient(bottom, #fcfcfc, #ebeaea);
  background-image: -moz-linear-gradient(bottom, #fcfcfc, #ebeaea);
  background-image: -o-linear-gradient(bottom, #fcfcfc, #ebeaea);
  background-image: linear-gradient(to top, #fcfcfc, #ebeaea);
}
.modal-window .leave-order-form input[type="submit"] {
  border: none;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  width: 184px;
  padding: 5px 0;
  width: 209px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fbf041;
  -webkit-box-shadow: 0 1px 1px #717171;
  -moz-box-shadow: 0 1px 1px #717171;
  box-shadow: 0 1px 1px #717171;
  border: solid 1px rgba(0, 0, 0, 0.22);
  background-image: -webkit-linear-gradient(bottom, #f2c52c, #fbdc60);
  background-image: -moz-linear-gradient(bottom, #f2c52c, #fbdc60);
  background-image: -o-linear-gradient(bottom, #f2c52c, #fbdc60);
  background-image: linear-gradient(to top, #f2c52c, #fbdc60);
  font-size: 18px;
  color: #000;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.81);
}




/* ADDITIONAL & FIXES */
.sidebar-news-date{
  font-family: Verdana; /*вместо designosaur*/
}

.f_site_search{
  height: 27px;
}
.slider-list,
.banners{
  visibility: hidden;
}
.breadcrumbs{
  margin-bottom: 20px;
}
.partners-list span {
  height: 59px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.shop-prewiew .preview_none{
  width: 350px;
  height: 100px;
  border: 1px solid #cacaca;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  color: #cacaca;
}
.item-prewiew a{
  text-decoration: none !important;
  color: #cacaca;
  font-size: 17px;
}

.no_decor{
  text-decoration: none !important;
}
.clear_both{
  clear: both;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  outline: 0 !important;
}

.show-more-box{
  position: relative;
}
.show-more-box span{
  width: 188px;
}
.show-more-box div{
  display: none;
}
.-sm-loading span{
  font-size: 0 !important;
}
.-sm-loading div{
  display: block;
  position: absolute;
  top: 5px;
  left: 140px;
  background: url(img/loaders/search_pn.gif) center center no-repeat scroll !important;
  width: 30px;
  height: 30px;
}

.breadcrumbs-list li span{
  font-size: 16px;
  line-height: 24px;
}
.breadcrumb-h1{
  display: inline-block;
  height: 24px;

  font-size: 16px;
  line-height: 24px;
  font-weight: normal;

  text-decoration: none;
  color: #010101;
  padding: 0 12px;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #d8d8d8;
  -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.75), inset 0 1px 1px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.75), inset 0 1px 1px rgba(0, 0, 0, 0.13);
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.75), inset 0 1px 1px rgba(0, 0, 0, 0.13);
  background-image: -webkit-linear-gradient(bottom, #efefef, #ededed);
  background-image: -moz-linear-gradient(bottom, #efefef, #ededed);
  background-image: -o-linear-gradient(bottom, #efefef, #ededed);
  background-image: -ms-linear-gradient(bottom, #efefef, #ededed);
  background-image: linear-gradient(to top, #efefef, #ededed);
}
.empty-req{
  margin: 20px 0;
}
.pseudo-h1{
  float: left;
  font-size: 16px;
  color: #000;
  margin: 0;
  line-height: 26px;
}
h1.normalize{
  text-align: left;
  padding-bottom: 0;
  margin-bottom: 0;
  background: transparent;
}
.search-form-input{
  position: relative;
}
.-loader-all-results{
  position: absolute;
  background: url(img/loaders/allsearch.gif) 0 0 no-repeat scroll;
  width: 220px;
  height: 20px;
  top: 6px;
  right: 115px;
  display: none;
}
.shops-search{
  margin-left: 15px;
}
.not-found {
  background-position: 0 146px;
}
.f-news-detail-text{
  margin-bottom: 20px;
}
.news-single-title{
  height: 20px;
}
.news-single-back{
  float: left;
}
.has-margin-bottom{
  margin-bottom: 30px;
}
.rss a{
  display: none;
}

/* pagenav */
.new-pagenav{
  float: right;
  display: inline-block;
}
.new-pagenav ul{
  margin-top: 0;

  background-color: #fff;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  padding: 10px;
}
.pagenav-left span,
.pagenav-right span{
  background: url(img/pagenav/pn-left.png) 0 8px no-repeat scroll !important;
  display: block;
  width: 10px;
  height: 27px;
}
.pagenav-right span{
  background-image: url(img/pagenav/pn-right.png) !important;
}
.new-pagenav a{
  opacity: 0.8;
}
.new-pagenav a:hover{
  opacity: 1;
}
/* temp */
/*
.glowing a{
  color: red !important;
}
*/

/* top-back buttons */
.-list-up-down{
  position: fixed;
  bottom: 200px;
  left: 100px;

  width: 48px;
  height: 48px;
  display: block;

  opacity: 0.8;
}
.-list-up-down:hover{
  opacity: 1;
}
.-list-ud-up{
  background: url(img/pagenav/top.png) 0 0 no-repeat scroll;
}
.-list-ud-down{
  background: url(img/pagenav/back.png) 0 0 no-repeat scroll;
}

/* list */
.-list-nothing-found,.-list-try-again,.-list-lazy-load-more,.-list-loader,.-list-up-down{display:none}
.-list-container .items-list.display-grid .item-prewiew a{
  height: 220px;
}

/* form */
.-form-error{
  display: none;
}
.form-line label.error {
  padding: 6px 10px 6px 18px;
  color: #e40000;
  font-size: 12px;
  line-height: 14px;
  font-style: normal;
  width: 115px;
  display: block;
  position: absolute;
  top: -4px;
  right: -160px;
  z-index: 3;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #ececec;
  -webkit-box-shadow: 0 1px 1px rgba(113, 113, 113, 0.43);
  -moz-box-shadow: 0 1px 1px rgba(113, 113, 113, 0.43);
  box-shadow: 0 1px 1px rgba(113, 113, 113, 0.43);
  background-image: -webkit-linear-gradient(bottom, #e9e9e9, #f0f0f0);
  background-image: -moz-linear-gradient(bottom, #e9e9e9, #f0f0f0);
  background-image: -o-linear-gradient(bottom, #e9e9e9, #f0f0f0);
  background-image: linear-gradient(to top, #e9e9e9, #f0f0f0);
}
.form-line label.error:before {
  content: '';
  display: block;
  width: 11px;
  height: 20px;
  position: absolute;
  top: 9px;
  left: -10px;
  background: transparent url(img/baloon-bullet.png) no-repeat 0 0;
}
.form-error{
  position: absolute;
  top: 0;
  left: 0;
}
.form-controls{
  position: relative;
  height: 70px;
}
.form-preloader{
  visibility: hidden;
  position: absolute;
  top: 3px;
  right: 170px;
  width: 30px;
  height: 30px;
  background: url(img/loaders/yellow_pn.gif) 0 0 no-repeat scroll;
}

/* basket */
.basket-container-wrap {
  min-height: 600px;
}

.item-summ-value,
.item-price-value,
.hcb-no-modif{
  font-size: inherit !important;
  line-height: inherit !important;
}
.hcb-no-modif{
  text-decoration: inherit;
}
.item-summ{
  text-align: right;
}
.cart-controls{
  position: relative;
}
.-b-loader{
  background: url(img/loaders/yellow_pn.gif) 0 0 no-repeat scroll;
  padding: 7px 0 0 40px;
  height: 30px;
  position: absolute;
  top: 45px;
  right: 200px;
}
.-b-error{
  padding: 7px 0 0 40px;
  height: 30px;
  position: absolute;
  top: 45px;
  right: 200px;
  color: red;
}
.cart-coupon-help{
  left: 155px;
}
.cart-coupon-field .baloon{
  visibility: hidden;
}

/* order */
.checkout-table-picture label{
  cursor: pointer;
  cursor: hand;
}
.checkout-table-radio{
  width: 1px;
}
.checkout-table-label{
  width: 120px;
}
.checkout-table-picture{
  width: 48px;
}
.no-margin-top{
  margin-top: 0 !important;
}
.checkout h2,
.item-single-subtitle h2{
  text-align: left;
}
.checkout{
  position: relative;
}
.checkout-loader{
  position: absolute;
  top: 0;
  right: 0;
  background: transparent url(img/loaders/yellow_pn.gif) no-repeat 0 0;
  height: 30px;
  padding-left: 40px;
  padding-top: 8px;
  visibility: hidden;
}

/* good list */
.item-buy a{
  position: relative;
}
.items-list .item-buy-loader{
  left: 12px;
}
.items-list.display-grid .item-buy a {
  background: transparent url(img/items-list-item-buy-v2.png) no-repeat 0 -35px;
}
.items-list.display-list .item-buy a {
  background: transparent url(img/items-list-item-buy-v2.png) no-repeat 0 0;
}
.item-buy-icon{
  position: absolute;
  top: 5px;
  left: 15px;
  background: url(img/add-to-cart-icon-list.png) no-repeat 0 0;
  width: 26px;
  height: 25px;
}
.-item-bought .item-buy-icon{
  background-position: 0 -25px;
}
.item-list-compare{
  position: relative;
}
.item-list-compare .isc-loader, .item-list-favorite .isc-loader {
  right: auto;
  top: 10px;
  left: 103px;
}
.item-list-favorite .isc-loader {
  top: 5px;
}
.item-box{
  width: auto;
}
.item-box-fx{
  width: auto;
  overflow: hidden;
}
.-list .sidebar-items-filter-block-title{
  margin-bottom: 8px;
}
.-list label{
  margin-bottom: 2px;
}
.short-breadcrumbs{
  max-width: 450px;
}
.items-list.display-list .item-features{
  height: 52px !important;
}
.catalog-list-bottom-btns{
  text-align: center;
}

/* sort */
.items-filter li a{
  text-indent: inherit;
  overflow: visible;
  width: auto;
  height: auto;
  text-decoration: none;
  padding-right: 12px;
  /*background: url(img/items-filter-arrows.png) 0 0 no-repeat scroll;*/
  background: transparent;
  color: #656565;
  position: relative;
}
.items-filter li a:hover{
  text-decoration: underline;
}
.items-filter li a span{
  position: absolute;
  width: 11px;
  height: 5px;
  top: 14px;
  right: 0;
}
.items-filter .-asc span,
.items-filter .-desc span{
  background: url(img/items-filter-arrows.png) 0 0 no-repeat scroll;
  position: absolute;
  top: 50%;
  margin-top: -2px;
}
.items-filter .-asc span{
  background-position: 0 -5px;
}
.-list-sort-links{

}
.items-progressbar{
  width: 300px;
  float: left;
  position: relative;
}
.items-pb-loader{
  background: url(img/loaders/small_black.gif) 0 0 no-repeat scroll;

  height: 10px;
  position: absolute;
  top: 10px;
  right: 0;
  padding-left: 15px;

  line-height: 12px;
}
.items-pb{
  height: 10px;
  overflow: hidden;
  border: 1px solid #CACACA;

  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 1px solid red;
  margin-top: 10px;
  margin-right: 90px;
}
.items-pb .-pb-progress{
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;

  background: #FADB5D;
  background: -ms-linear-gradient(top, #FADB5D 0%,#F2C62E 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FADB5D', endColorstr='#F2C62E');
  background: -webkit-gradient(linear, left top, left bottom, from(#FADB5D), to(#F2C62E));
  background: -moz-linear-gradient(top,  #FADB5D,  #F2C62E);
  background: gradient(linear, top,  #FADB5D,  #F2C62E);
  background: -o-linear-gradient(top,  #FADB5D,  #F2C62E);

  height: inherit;
  width: 0;
}
.-list-nothing-found,
.-list-try-again{
  margin: 30px 0 0 50px;
}

/* good */
.-a2b-loader{
  visibility: hidden;
}
.item-single-one-click-form-input{
  width: auto;
}
.item-single-buy{
  position: relative;
}
.item-addmore{
  /*
  padding-left: 17px;
  background: url(img/micro_tick.png) 0 4px no-repeat scroll;
  */
}
.item-bought,
.item-not-bought{
  width: 14px;
  height: 14px;
  background: url(img/micro_tick.png) 0 4px no-repeat scroll;
  position: absolute;
  top: 6px;
  right: 15px;
  display: none;
}
.item-not-bought{
  background: url(img/basket_error.png) 0 0 no-repeat scroll;
  width: 16px;
  height: 16px;
}
.item-offer-single-buy {
  position: relative;
}
.item-offer-bought,
.item-offer-not-bought{
  width: 14px;
  height: 14px;
  background: url(img/micro_tick.png) 0 4px no-repeat scroll;
  position: absolute;
  top: 1px;
  left: 236px;
  display: none;
}
.item-offer-not-bought{
  background: url(img/basket_error.png) 0 0 no-repeat scroll;
  width: 16px;
  height: 16px;
}
.item-buy-loader{
  position: absolute;
  top: 3px;
  left: 90px;
  width: 25px;
  height: 25px;
  background: url(img/loaders/add2basket.gif) 0 0 no-repeat scroll;
}
.invisible-block{
  display: none;
}
.iso-one-click-loading{
  background: transparent url(img/item-single-one-click-form-v2.png) no-repeat -33px -30px;
}
.item-single-one-click-form-input{
  background: transparent url(img/item-single-one-click-form-v2.png) no-repeat 0 0 !important;
}
.item-single-one-click-form-submit{
  outline: none;
}
.iso-click-loader{
  position: absolute;
  top: 4px;
  right: 5px;
  width: 20px;
  height: 20px;
  background: url(img/loaders/add2basket20x20.gif) 0 0 no-repeat scroll;
  visibility: hidden;
}
.item-single-compare,
.item-single-favorite{
  position: relative;
}
.item-no-background span{
  background: transparent !important;
}
.isc-loader{
  position: absolute;
  top: 4px;
  right: -2px;
  width: 13px;
  height: 13px;
  background: url(img/loaders/small_black.gif) 0 0 no-repeat scroll;
  visibility: hidden;
}
.-additional-props{
  display: none;
}
.isc-name{
  width: 200px;
}
.item-compare{
  padding-top: 5px;
  position: relative;
}
.item-compare .isc-loader{
  top: 10px;
  right: auto;
  left: 103px;
}
.modal-window{
  display: block;
}
.lo-errors{
  color: red;
}
.modal-window .leave-order-form input[type="submit"]{
  width: 246px !important;
}
.leave-order-form .controls{
  position: relative;
}
.-lo-loader{ /* =))) */
  position: absolute;
  top: 6px;
  left: 220px;
  width: 25px;
  height: 25px;
  background: url(img/loaders/add2basket.gif) 0 0 no-repeat scroll;
  visibility: hidden;
}

/* news subscribe */
.ns-errors{
  margin-bottom: 10px;
  color: red;
}
.ns-submit{
  position: relative;
}
.ns-submit .ns-loader{
  position: absolute;
  top: 5px;
  left: 95px;
  width: 25px;
  height: 25px;
  background: url(img/loaders/add2basket.gif) 0 0 no-repeat scroll;
  cursor: pointer;
  cursor: hand;
  visibility: hidden;
}

/* auth */
.-auth-popup-shown .header-authorisation-popup{
  display: block;
}
.-auth-popup-shown .header-authorisation-button {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #ebeaea;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.75);
  background-image: -webkit-linear-gradient(bottom, #f4f4f4 20%, #e1dfdf);
  background-image: -moz-linear-gradient(bottom, #f4f4f4 20%, #e1dfdf);
  background-image: -o-linear-gradient(bottom, #f4f4f4 20%, #e1dfdf);
  background-image: linear-gradient(to top, #f4f4f4 20%, #e1dfdf);
}
.-auth-popup-shown .header-authorisation-button span {
  text-decoration: none;
}
.header-auth-error,
.header-reg-error{
  color: red;
  text-align: left;
}
.header-reg-error{
  margin-left: 25px;
}
.authgag-button{
  position: relative;
}
.authgag-loader{
  position: absolute;
  top: 3px;
  left: 85px;
  width: 20px;
  height: 20px;
  background: url(img/loaders/add2basket20x20.gif) 0 0 no-repeat scroll;
  cursor: pointer;
  cursor: hand;
  visibility: hidden;
}

/* menu */
.sidebar-navigation-list ul{
  display: none;
}
.sidebar-navigation-list li.active ul{
  display: block;
}

/* catalog spec */
.sidebar-items-list .item-name{

}
.catalog-news-block{
  margin-bottom: 40px;
}
.products-list .product-buy a , .items-list .product-buy a{
  background-image: url(img/product-buy-bg-v2.png);
}
.product-buy .item-buy-loader {
  left: 14px;
}

.isc-fix{
  margin-top: 20px !important;
}
.istf-fix{
  margin-top: 25px !important;
}
/*
.glowing a{
  color:#ec7710 !important;
}
*/

/* sections */

.items-ad-logo span{
  width: 71px;
  height: 47px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
}

/* compare list */
.compare-table-list-items{
  border: 0 none;
}
.compare-table-list-items .first-item{
  border-left: 1px solid #d7d7d7;
}
.ct-empty-prop{
  text-align: center;
  color: #d7d7d7;
}
.compare-table .item-buy a{
  background-image: url(img/items-list-item-buy-v2.png);
}
.compare-table .item-buy-loader{
  left: auto;
  right: 90px;
}
.compare-table-list-items .-af-loader{
  position: absolute;
  width: 10px;
  height: 10px;
  top: 35px;
  right: 13px;
  background: url(img/loaders/small_black.gif) 0 0 no-repeat scroll;
  visibility: hidden;
}
.-ct-empty-list{
  display: none;
  color: green;
}
.footer-compare i,
.favorite i{
  font-style: normal !important;
}

/* bottom panel */

.rw-loader{
  background: url(img/loaders/yellow_pn.gif) center center no-repeat scroll;
  height: 30px;
  margin-top: 100px;
  visibility: hidden;
}
.rw-error{
  color: red;
  display: none;
}
.rw-no-goods{
  margin-top: 100px;
}
.bottom-navigation{
  /*background-color: #F6CE41;*/
}

/* profile */
.profile-form i.error,
.order-form i.error {
  padding: 6px 10px 6px 18px;
  color: #e40000;
  font-size: 12px;
  line-height: 14px;
  font-style: normal;
  float: left;
  width: 170px;
  display: block;
  position: absolute;
  top: 2px;
  left: 100%;
  margin-left: 15px;
  z-index: 3;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #ececec;
  -webkit-box-shadow: 0 1px 1px rgba(113, 113, 113, 0.43);
  -moz-box-shadow: 0 1px 1px rgba(113, 113, 113, 0.43);
  box-shadow: 0 1px 1px rgba(113, 113, 113, 0.43);
  background-image: -webkit-linear-gradient(bottom, #e9e9e9, #f0f0f0);
  background-image: -moz-linear-gradient(bottom, #e9e9e9, #f0f0f0);
  background-image: -o-linear-gradient(bottom, #e9e9e9, #f0f0f0);
  background-image: linear-gradient(to top, #e9e9e9, #f0f0f0);
}
.profile-form i.error:before,
.order-form i.error:before {
  content: '';
  display: block;
  width: 11px;
  height: 20px;
  position: absolute;
  top: 4px;
  left: -10px;
  background: transparent url(img/baloon-bullet.png) no-repeat 0 0;
}
.-form-okay{
  width: 250px;
  margin-right: 10px;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #009819;
  padding: 14px 14px 14px 60px;
  background: #ffffff url(img/item-single-stock-icon.png) no-repeat 20px 50%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.-form-error-result{
  display: none;
}
.-cp-error{
  color: red;
  font-size: 12px;
  margin-top: 5px;
  display: none;
}
.-cp-success{
  color: #009819;
  font-size: 12px;
  margin-top: 5px;
  display: none;
}
.sidebar-personal-change-password-popup input[type="password"] {
  text-align: center;
  display: block;
  width: 148px;
  padding: 7px 15px;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #a0a0a0;
  -webkit-box-shadow: 0 2px rgba(255, 255, 255, 0.7), inset 0 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px rgba(255, 255, 255, 0.7), inset 0 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px rgba(255, 255, 255, 0.7), inset 0 1px 3px rgba(0, 0, 0, 0.5);
  border: solid 1px rgba(255, 255, 255, 0.41);
  background-image: -webkit-linear-gradient(bottom, #f6f6f6, #e7e7e7);
  background-image: -moz-linear-gradient(bottom, #f6f6f6, #e7e7e7);
  background-image: -o-linear-gradient(bottom, #f6f6f6, #e7e7e7);
  background-image: linear-gradient(to top, #f6f6f6, #e7e7e7);
}
.sidebar-personal-change-password .controls{
  position: relative;
}
.sidebar-personal-change-password .cp-loader{
  background: url(img/loaders/add2basket20x20.gif) 0 0 no-repeat scroll;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 7px;
  left: 80px;
  visibility: hidden;
}
.float-left{
  float: right;
  display: inline-block;
}
.no-margin-top{
  margin-top: 0 !important;
}

/* order */
.order-form-line .column{
  float: left;
  display: inline-block;
  position: relative;
}
.order-form-line .column label{
  padding-top: 0;
  padding-right: 60px;
  white-space: nowrap;
}
.invisible-block-4-map{
  height:1px;
  visibility:hidden;
  overflow:hidden;
}
.checkout-table-hidden.pickup .map{
  background-image: none;
}
.-delivery-map{
  width: 100px;
  height: 100px;
}
.-a2b-notices{
  position: fixed;
  bottom: 70px;
  right: 30px;
  background: none !important;
  width: 250px;
  white-space: normal;
  height: auto !important;
}
.put-notice{

  padding: 20px 30px !important;

  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fff !important;
  z-index: 999;
  line-height: 18px !important;

  cursor: pointer;
  cursor: hand;
  margin-top: 30px;
}
.put-notice div{
  background: url(img/item-single-stock-icon) 0 10px no-repeat scroll;
  padding: 5px 0 0 40px;
  line-height: inherit !important;
  white-space: inherit;
  text-align: left;
}
.header-cart-box div{
  height: auto !important;
}

/* scrollable pn */
.-scr-pn{
  position: relative;
}
.-spn-clip{
}
.-spn-left,
.-spn-right{
  position: absolute;
  left: 10px;
}
.-spn-right{
  left: auto;
  right: 10px;
}


.pagination-list-spec,
.pagination-list-spec li,
.pagination-list-spec a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
  background: none;
}
.-spn-ribbon a{
  width: 20px;
  text-align: center;
}
.pagination-list-spec{
  padding: 10px 40px;
  position: relative;
  display: inline-block;
  visibility: hidden;

  margin-top: 20px;
  background-color: #fff;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
.pagination-list-spec .-spn-clip{
  position: relative;
  overflow: hidden;
  height: 27px;

  width: 300px;
}
.pagination-list-spec .-spn-ribbon{
  position: absolute;
  top: 0;
  left: 0;
}
.pagination-list-spec li {
  padding-left: 2px;
  padding-right: 2px;
}
.pagination-list-spec li a {
  text-decoration: none;
  font-size: 14px;
  color: #5a5a5a;
  text-shadow: 0 1px #fff;
  padding: 0 8px;
  height: 27px;
  line-height: 27px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #edecec;
  -webkit-box-shadow: inset 0 -1px #d2d2d2;
  -moz-box-shadow: inset 0 -1px #d2d2d2;
  box-shadow: inset 0 -1px #d2d2d2;
  background-image: -webkit-linear-gradient(bottom, #e7e6e6, #f4f4f4);
  background-image: -moz-linear-gradient(bottom, #e7e6e6, #f4f4f4);
  background-image: -o-linear-gradient(bottom, #e7e6e6, #f4f4f4);
  background-image: -ms-linear-gradient(bottom, #e7e6e6, #f4f4f4);
  background-image: linear-gradient(to top, #e7e6e6, #f4f4f4);
}
.pagination-list-spec li.active a {
  text-shadow: none;
  background-color: #e2e2e2;
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.35);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.35);
  background-image: -webkit-linear-gradient(bottom, #e6e6e6, #e0e0e0);
  background-image: -moz-linear-gradient(bottom, #e6e6e6, #e0e0e0);
  background-image: -o-linear-gradient(bottom, #e6e6e6, #e0e0e0);
  background-image: -ms-linear-gradient(bottom, #e6e6e6, #e0e0e0);
  background-image: linear-gradient(to top, #e6e6e6, #e0e0e0);
}
.pn-disabled{
  opacity: 0.4;
}
.items-controls{
  position: relative;
  padding-bottom: 5px;
}
.items-switcher{
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  float: none;
}

/* product */
body.large .dont-forget-list li{
  width: 25% !important;
}
body.small .dont-forget-list li{
  width: 33% !important;
}

/* search */
.search-categories{
  float: none;
  margin-top: 30px;
}
.search-categories li{
  margin: 0 21px 0 0;
}

/* bottom panel */
.bottom-navigation{
  overflow: visible;
  position: static;
  z-index: 11;
  left: auto;
  bottom: auto;


  /* normally hidden */
  margin-top: 45px;
  height: 5px;
  background-color: #F6CE41;
  background-image: none;
}
.footer-panel-spec {
  width: 100%;
  position: fixed;
  z-index: 11;
  left: 0;
  bottom: 0;
}


.footer-offer {
	margin-top: 17px;
	margin-left: 46px;
}

.footer-panel-spec .bottom-navigation,
.bottom-navigation-free{
  margin-top: 0;
  height: auto;
  background: transparent url(img/bottom-navigation-bg.png) repeat-x 0 0;
}
#buy-offer {
  padding-bottom: 45px;
}
.modal-window .buy-offer {
  width: 450px;
  margin: 0 20px;
  font-size: 16px;
  line-height: 30px;
  color: #000;
  text-align: center;
}
.modal-window .buy-offer .offer-line {
  text-align: left;
  margin: 10px 0;
  position: relative;
}
.modal-window .buy-offer .offer-line input[type=radio] {
  margin-right: 10px;
}
.modal-window .buy-offer .offer-line label {
  display: block;
  /*position: relative;*/
  /*width: 100%;*/
  font-size: 16px;
  line-height: 20px;
  margin-right: 100px;
}
.modal-window .buy-offer .offer-line .offer-price {
  position: absolute;
  right: 0;
  top: 0;
  font-weight: bold;
}
.modal-window .buy-offer .hr {
  margin: 20px -70px;
  padding: 1px;
  background: transparent url(img/hr.png) repeat-x 0 50%;
}
.modal-window .buy-offer .controls {
  position: relative;
}
.modal-window .buy-offer .item-buy-loader {
  top: 6px;
  left: 213px;
}
.modal-window .buy-offer input[type="submit"] {
  border: none;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  width: 184px;
  padding: 5px 0;
  width: 209px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fbf041;
  -webkit-box-shadow: 0 1px 1px #717171;
  -moz-box-shadow: 0 1px 1px #717171;
  box-shadow: 0 1px 1px #717171;
  border: solid 1px rgba(0, 0, 0, 0.22);
  background-image: -webkit-linear-gradient(bottom, #f2c52c, #fbdc60);
  background-image: -moz-linear-gradient(bottom, #f2c52c, #fbdc60);
  background-image: -o-linear-gradient(bottom, #f2c52c, #fbdc60);
  background-image: linear-gradient(to top, #f2c52c, #fbdc60);
  font-size: 18px;
  color: #000;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.81);
}

/*
background: transparent url(img/hr.png) repeat-x 0 50%;
*/

/* snowmax */

.snowmax {}

.snowmax-image img {
	max-width: 100%;
	height: auto;
}

.snowmax-text {}

.snowmax-text ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;
	margin: 40px 0 30px 0;
}

.snowmax-text ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;
	display: inline-block;
	vertical-align: top;
	background: url(img/snowmax/bullet.png) 0 0 no-repeat;
	padding-left: 30px;
	margin-right: 40px;
	margin-bottom: 10px;
	line-height: 20px;
}

.snowmax-text ul li:last-child {
	margin-right: 0;
}

.snowmax-text ul li a {
	color: #002649;
	font-size: 14px;
	text-decoration: none;
	border-bottom: 1px dashed #002649;
}

.snowmax-text ul li a:hover {
	border-bottom: none;
	padding-bottom: 1px;
}

.snowmax-characteristics {
	margin-top: 30px;
}

.snowmax-characteristics table {
	margin-bottom: 30px;
}

.snowmax-characteristics table tr {}

.snowmax-characteristics table tbody tr:nth-child(2n+1) {
	background: #f6e195;
}

.snowmax-characteristics table td {
	padding: 3px 10px;
	text-align: center;
}

.snowmax-characteristics table td strong {
	text-transform: uppercase;
}

.snowmax-characteristics table th {
	padding-bottom: 10px;
}

.snowmax-characteristics img {
	max-width: 100%;
	height: auto;
}

.snowmax-characteristics table .title {
	color: #23211d;
	font-size: 18px;
	font-weight: bold;
	text-align: left !important;
	line-height: 24px;
	text-transform: uppercase;
	vertical-align: middle;
}

.snowmax-advantages {}

.snowmax-advantages-title {
	color: #23211d;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	text-transform: uppercase;
	margin: 80px 0 50px 0;
}

.snowmax-advantages-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;
}

.snowmax-advantages-list ul li {
	list-style: none;
	margin: 1% 1% 1% 0;
	padding: 0;
	background: none;
	width: 32%;
	display: block;
	color: #202020;
	background-color: #1391cd;
	box-shadow: 2px 2px 0 #ccaf29;
	background-image: linear-gradient(21deg, #f3d341 0%, #f3d341 1.1%, #f7e977 100%);
}

.snowmax-advantages-list ul li span {
	display: block;
	height: 67px;
}

.snowmax-advantages-list ul li:before,
.snowmax-advantages-list ul li:after {
	content: " ";
	display: table;
}
.snowmax-advantages-list ul li:after {
	clear: both;
}

.snowmax-advantages-list ul li div {
	padding: 12px 14px 10px 14px;
}

.snowmax-advantages-list ul li strong {
	text-transform: uppercase;
}

.snowmax-advantages-list ul li img {
	max-width: 100%;
	height: auto;
	display: block;
}

.snowmax-form {
	margin-top: 75px;
	height: 234px;
	background: #f5dd58 url(img/snowmax/snowmax-form-bg.jpg) 50% 100% no-repeat;
}

.snowmax-form-text {
	padding-top: 34px;
	text-align: center;
	color: #000;
	font-size: 18px;
	line-height: 24px;
	text-shadow: 0 1px 0 rgba(255,255,255,.65);
}

.snowmax-form form {
	margin: 29px 0 0 0;
	padding: 0;
	text-align: center;
}

.snowmax-form form input {
	display: inline-block;
	vertical-align: top;
	width: 320px;
	height: 37px;
	padding: 0 15px;
	text-align: center;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #fbf040;
	-moz-box-shadow: 0 0 0 1px rgba(0,0,0,.38), inset 0 2px 3px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.38), inset 0 2px 3px rgba(0,0,0,.3);
	box-shadow: 0 0 0 1px rgba(0,0,0,.38), inset 0 2px 3px rgba(0,0,0,.3);
	background-image: -moz-linear-gradient(bottom, #fcfcfc 0%, #ebeaea 100%);
	background-image: -o-linear-gradient(bottom, #fcfcfc 0%, #ebeaea 100%);
	background-image: -webkit-linear-gradient(bottom, #fcfcfc 0%, #ebeaea 100%);
	background-image: linear-gradient(bottom, #fcfcfc 0%, #ebeaea 100%);
	color: #000;
	font-family: "Verdana";
	font-size: 16px;
}

.snowmax-form form input {
	display: inline-block;
	vertical-align: top;
	width: 349px;
	height: 37px;
	padding: 0 15px;
	text-align: center;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #fbf040;
	-moz-box-shadow: 0 0 0 1px rgba(0,0,0,.38), inset 0 2px 3px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.38), inset 0 2px 3px rgba(0,0,0,.3);
	box-shadow: 0 0 0 1px rgba(0,0,0,.38), inset 0 2px 3px rgba(0,0,0,.3);
	background-image: -moz-linear-gradient(bottom, #fcfcfc 0%, #ebeaea 100%);
	background-image: -o-linear-gradient(bottom, #fcfcfc 0%, #ebeaea 100%);
	background-image: -webkit-linear-gradient(bottom, #fcfcfc 0%, #ebeaea 100%);
	background-image: linear-gradient(bottom, #fcfcfc 0%, #ebeaea 100%);
	color: #000;
	font-family: "Verdana";
	font-size: 16px;
	border: none;
}

.snowmax-form form button {
	cursor: pointer;
	margin: 17px 0 0 0;
	padding: 0;
	text-align: center;
	width: 349px;
	height: 39px;
	line-height: 37px;
	border: 1px solid rgba(0,0,0,.22);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #fbf040;
	background-image: -moz-linear-gradient(bottom, #f1c52b 0%, #fbdc60 100%);
	background-image: -o-linear-gradient(bottom, #f1c52b 0%, #fbdc60 100%);
	background-image: -webkit-linear-gradient(bottom, #f1c52b 0%, #fbdc60 100%);
	background-image: linear-gradient(bottom, #f1c52b 0%, #fbdc60 100%);
	color: #000;
	font-family: "Verdana";
	font-size: 18px;
	text-shadow: 0 1px 0 rgba(255,255,255,.65);
}

.snowmax-form form button:hover {
	opacity: .7;
}

.snowmax-content {
	margin-right: 230px;
}

.snowmax-sidebar {
	float: right;
}

.snowmax-sidebar .sidebar-actions-list .action-title {
	padding-top: 10px;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.snowmax-sidebar .sidebar-actions-list .action-list {
	padding-bottom: 20px;
}

.snowmax-sidebar .sidebar-actions-list .action {
	background-color: #f6e96d;
}

.snowmax-sidebar .sidebar-actions-list .action-list .item {
	margin-top: 30px;
}

.snowmax-sidebar .sidebar-actions-list .action-list .item-image {
	float: left;
}

.snowmax-sidebar .sidebar-actions-list .action-list .item-title {
	margin-left: 80px;
	font-weight: bold;
}

.snowmax-sidebar .sidebar-actions-list .action-list .item-price {
	margin-left: 80px;
	margin-top: 5px;
}

.snowmax-sidebar .sidebar-actions-list .action-order {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	padding-top: 30px;
	padding-bottom: 10px;
}

.snowmax-sidebar .sidebar-actions-list .action-order span {
	color: #000;
	font-size: 48px;
	font-weight: bold;
	position: relative;
	top: -10px;
}

.snowmax-sidebar .sidebar-actions-list .action-order a {
	display: block;
	margin-top: 25px;
	width: 169px;
	height: 37px;
	line-height: 37px;
	text-align: center;
	text-decoration: none;
	border: 1px solid rgba(0,0,0,.22);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #fbf040;
	background-image: -moz-linear-gradient(bottom, #f1c52b 0%, #fbdc60 100%);
	background-image: -o-linear-gradient(bottom, #f1c52b 0%, #fbdc60 100%);
	background-image: -webkit-linear-gradient(bottom, #f1c52b 0%, #fbdc60 100%);
	background-image: linear-gradient(bottom, #f1c52b 0%, #fbdc60 100%);
	color: #000;
	font-family: "Verdana";
	font-size: 14px;
	font-weight: normal;
	text-shadow: 0 1px 0 rgba(255,255,255,.65);
}

.snowmax-sidebar .sidebar-actions-list .action-order a:hover {
	opacity: .7;
}

.shownmax-success-message {
  text-align: center;
  font-size: 20px;
  line-height: 32px;
  width: 300px;
}

/* offers on detail page */
.item-offers {
  margin-top: 20px;
  overflow: hidden;
  zoom: 1;
}
.item-offers-label {
  line-height: 33px;
  font-family: Arial;
  font-size: 14px;
  color: #535353;
}
.item-offers-list {
  margin-left: 82px;
  width: 680px;
}
.item-offers-list ul,
.item-offers-list li,
.item-offers-list a {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  list-style: none;
  background: none;
}
.item-offers-list ul {}
.item-offers-list li {
  margin: 0 6px 10px 6px;
}
.item-offers-list a {
  height: 33px;
  line-height: 33px;
  padding: 0 48px 0 10px;
  font-family: Arial;
  font-size: 14px;
  color: #535353;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #f58c24;
  -webkit-box-shadow: 0 1px 1px rgba(10,10,10,.28);
  -moz-box-shadow: 0 1px 1px rgba(10,10,10,.28);
  box-shadow: 0 1px 1px rgba(10,10,10,.28);
  background-image: -webkit-linear-gradient(bottom, #e4e2e2, #efefef);
  background-image: -moz-linear-gradient(bottom, #e4e2e2, #efefef);
  background-image: -o-linear-gradient(bottom, #e4e2e2, #efefef);
  background-image: linear-gradient(to top, #e4e2e2, #efefef);
  position: relative;
}
.item-offers-list a:before {
  content: "";
  display: block;
  position: absolute;
  opacity: 0.3;
  top: 5px;
  right: 8px;
  width: 26px;
  height: 25px;
  background: url(img/to-cart.png) no-repeat 0 0;
}
.item-offers-list a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: 41px;
  width: 0;
  height: 33px;
  border-left: 1px solid rgba(93, 93, 93, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.7);
}
.item-offers-list a:hover {
  color: #000;
  background-color: #f58c24;
  -webkit-box-shadow: 0 1px 1px #717171;
  -moz-box-shadow: 0 1px 1px #717171;
  box-shadow: 0 1px 1px #717171;
  background-image: -webkit-linear-gradient(bottom, #f2c52c, #fbdc60);
  background-image: -moz-linear-gradient(bottom, #f2c52c, #fbdc60);
  background-image: -o-linear-gradient(bottom, #f2c52c, #fbdc60);
  background-image: linear-gradient(to top, #f2c52c, #fbdc60);
}
.item-offers-list a:hover:before {
  opacity: 1;
}
.item-action-icon{
  position: absolute;
  top: 10px;
  left: 10px;
  width: 43px;
  height: 43px;
}
.item-single-old{
  height: 246px;
  position: relative;
  padding: 10px;
}
.hidden-block{
  display: none;
}
.user-forgot-password{
  text-align: left;
  top: 15px;
  position: relative;
}
.can-buy-label{
  line-height: 22px;
}
.spares-item-title {
  position: relative;
  bottom: -200px;
  right: 157px;
}

/* added-2-basket popup */

.modal-window .added-to-basket-popup {
  width: 550px;
}

.modal-window .added-to-basket-popup .product-alert-popup-picture {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  text-align: right;
  padding-right: 17px;
}

.modal-window .added-to-basket-popup .product-alert-popup-picture img {
  width: 250px;
}

.modal-window .added-to-basket-popup .product-alert-popup-information {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  text-align: center;
  width: 230px;
  margin-left: 20px;
  padding-top: 3px;
  font-size: 16px;
  line-height: 30px;
}

.modal-window .added-to-basket-popup .product-alert-popup-information span {
  line-height: 44px;
}

.modal-window .added-to-basket-popup .product-alert-popup-information .product-alert-popup-or {
  font-style: italic;
  font-size: 14px;
}

.modal-window .added-to-basket-popup .product-alert-popup-cart {
  border: none;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  width: 184px;
  padding: 5px 0;
  width: 209px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px
  background-color: #fbf041;
  -webkit-box-shadow: 0 1px 1px #717171;
  -moz-box-shadow: 0 1px 1px #717171;
  box-shadow: 0 1px 1px #717171;
  border: solid 1px rgba(0, 0, 0, 0.22);
  background-image: -webkit-linear-gradient(bottom, #f2c52c, #fbdc60);
  background-image: -moz-linear-gradient(bottom, #f2c52c, #fbdc60);
  background-image: -o-linear-gradient(bottom, #f2c52c, #fbdc60);
  background-image: linear-gradient(to top, #f2c52c, #fbdc60);
  font-size: 18px;
  color: #000;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.81);
  line-height: 30px;
}

.minimal-order-sum-alert-popup {
  position: absolute;
  color: red;
  right: 20px;
  top: -10px;
}
.minimal-order-sum-alert-basket {
  position: absolute;
  color: red;
  right: 220px;
  bottom: 5px;
}

.buy-credit-popup {
  background-color: #fff;
  width: 450px;
}
.buy-credit-popup .form-row:before,
.buy-credit-popup .form-row:after {
  content: " ";
  display: table;
}
.buy-credit-popup .form-row:after {
  clear: both;
}
.buy-credit-popup .column {
  padding:0;
}
.buy-credit-popup .column:first-child {
  padding-left: 0;
}
.buy-credit-popup .column:last-child {
  padding-right: 0;
}
.buy-credit-popup label {
  color: #8c8c8c;
  font-family: "Verdana";
  font-size: 16px;
  font-weight: normal;
  cursor: pointer;
}
.buy-credit-popup input[type="text"],
.buy-credit-popup input[type="password"],
.buy-credit-popup textarea {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  background: none;
  width: 430px;
  border: none;
  border: 1px solid #cfcfcf;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #fbf040;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-shadow: inset 0 2px 3px rgba(0,0,0,.3);
  -webkit-box-shadow: inset 0 2px 3px rgba(0,0,0,.3);
  box-shadow: inset 0 2px 3px rgba(0,0,0,.3);
  background-image: -moz-linear-gradient(bottom, #fcfcfc 0%, #ebeaea 100%);
  background-image: -o-linear-gradient(bottom, #fcfcfc 0%, #ebeaea 100%);
  background-image: -webkit-linear-gradient(bottom, #fcfcfc 0%, #ebeaea 100%);
  background-image: linear-gradient(bottom, #fcfcfc 0%, #ebeaea 100%);
  color: #000;
  font-size: 14px;
  font-family: "Verdana";
}
.buy-credit-popup input[type="text"]:focus,
.buy-credit-popup input[type="password"]:focus,
.buy-credit-popup textarea:focus {
  border: 1px solid #e1b112;
}
.buy-credit-popup input[type="text"],
.buy-credit-popup input[type="password"],
.buy-credit-popup textarea,
.buy-credit-popup .jq-selectbox {
  margin-top: 14px;
}
.buy-credit-popup input[type="text"],
.buy-credit-popup input[type="password"] {
  height: 38px;
}
.buy-credit-popup textarea {
  height: 148px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.buy-credit-popup .jq-selectbox {
 width: 450px;
}
.buy-credit-popup .jq-selectbox__select {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 10px;
  padding-right: 10px;
  background: none;
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  height: 38px;
  border: 1px solid #cfcfcf;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #fbf040;
  -moz-box-shadow: inset 0 2px 3px rgba(0,0,0,.3);
  -webkit-box-shadow: inset 0 2px 3px rgba(0,0,0,.3);
  box-shadow: inset 0 2px 3px rgba(0,0,0,.3);
  background-image: -moz-linear-gradient(bottom, #fcfcfc 0%, #ebeaea 100%);
  background-image: -o-linear-gradient(bottom, #fcfcfc 0%, #ebeaea 100%);
  background-image: -webkit-linear-gradient(bottom, #fcfcfc 0%, #ebeaea 100%);
  background-image: linear-gradient(bottom, #fcfcfc 0%, #ebeaea 100%);
}
.buy-credit-popup .jq-selectbox.focused .jq-selectbox__select {
  border: none;
}
.buy-credit-popup .jq-selectbox.opened .jq-selectbox__select {
  border: 1px solid #e1b112;
  padding-left: 10px;
  padding-right: 10px;
}
.buy-credit-popup .jq-selectbox__select-text {
  line-height: 38px;
  color: #000;
  font-size: 14px;
  overflow: hidden;
  width: 390px;
  font-family: "Verdana";
}
.buy-credit-popup .jq-selectbox__trigger {
  border-left: 2px dotted #d2d2d2;
  top: 9px;
  height: 22px;
  width: 35px;
}
.buy-credit-popup .jq-selectbox__trigger-arrow {
  border-top-color: #cbcbcb;
  top: 9px;
  right: 12px;
  opacity: 1;
  border-width: 6px;
}
.buy-credit-popup .jq-selectbox ul {
  height: 120px;
}
.buy-credit-popup .jq-selectbox li {
  background-image: none;
}
.buy-credit-popup .jq-selectbox li:hover {
  background: #e1b112;
}
.buy-credit-popup .credit-info-link {
  margin-top: 20px;
  font-size: 16px;
}
.buy-credit-popup .form-controls {
  padding-left: 0;
}
.buy-credit-popup .form-controls input[type="submit"] {
  float: right;
}
.buy-credit-popup .error {
  border:solid 1px #F20D0D !important;
}

.buy-credit-popup .result-text {
  width: 280px;
}
.buy-credit-popup .form-expand {
  display: inline-block;
  vertical-align: top;
}
.buy-credit-popup .form-expand:after {
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 8px;
  content: "";
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #002649;
}
.marketing-text{
    text-align: justify;
    padding-top: 20px;
}

.sidebar-items-list .item {
	float:left;
}
.display-grid .item-price-desc {
	width: 100%;
	position: absolute;
	top: 200px;
	left: 7px;
}
.display-list .item-price-desc {
	width: 100%;
	position: absolute;
	top: 136px;
	left: 7px;
}
.display-grid.resize .item-price-desc {
	width: 100%;
	position: absolute;
	top: 120px;
	left: 7px;
}.
.item-price-desc.minbli {
	width: 100%;
	position: absolute;
	top: 120px;
	left: 7px;
}
.item-single-preview .best-price {
		background: url('/bitrix/templates/main/img/best-price-new.png') 0px 0px no-repeat;
		position:absolute;
		

    width: 131px;
    height: 81px;
    left: -131px;
    margin-left: 100%;
}
.best-price-actions {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 0;
    left: 0;
    background: url("/bitrix/templates/main/img/action_small.png") no-repeat 0 0;
    z-index: 1;
}
.item-price-desc {
    font-size: 8px;
    line-height: 8px;
}
.display-grid .item-price-desc {
    width: 100%;
    position: absolute;
    top: 200px;
    left: 7px;
}
.display-list .item-price-desc {
    width: 100%;
    position: absolute;
    top: 136px;
    left: 7px;
}
.best-price-small {
    background: url('/bitrix/templates/main/img/best-price-small.png?1') 0px 0px no-repeat !important;
    width: 45px;
    height: 45px;
}
.items-list .item-prewiew .best-price-small, .products-list .product-preview div.img-container .best-price-small {
    right:0 !important;
	
    left: auto;
}
.item-picture {
	    position: relative;
}
.lotos-wrapper{
    margin-bottom: 10px;
}
.lotos-wrapper a:hover{
    opacity: 0.5;
}
.lotos-wrapper img{
    max-width: 100%;
}
.item-single-price span font{
font-size: 15px;
}