@charset 'utf-8';
@media (min-width: 800px) {

.v-mobile {
  display: none;
}

main {
  margin-top: 30px;
}

h1 {
  float: left;
}
h1 + noindex {
  float: left;
  margin-left: 20px;
}
article > header {
  clear: both;
}
article > header > a:first-child {
  float: none;
  clear: both;
}
article > header > a + h1 {
  float: none;
}

/* Шапка страницы
*******************************************************************************
*/

header.page .brand {
  position: relative;
  z-index: 1;
  float: left;
  width: 140px;
  height: 120px;
}
header.page .brand .logo {
  display: block;
  text-align: center;
}
header.page .brand .logo img {
  height: 45px;
}
header.page .brand .slogan {
  text-align: center;
}
header.page .brand .slogan .small {
  padding: 3px 0 0;
}

header.page .phones {
  position: relative;
  z-index: 1;
  float: left;
  width: 210px;
  height: 120px;
  padding: 30px 0 0 55px;
  text-align: left;
}
header.page .phones .first {
  font-size: 18px;
}
header.page .phones .first b {
  font-size: 20px;
  font-weight: 600;
}
header.page .phones .second .accent {
  color: #222;
}

header.page .group {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 120px;
  padding-left: 400px;
}

header.page .group .auth {
  padding-top: 33px;
}
header.page .group .auth a,
#floating_header .auth a {
  display: inline-block;
  font-size: 12px;
}
header.page .group .auth > a,
#floating_header .auth > a {
  position: relative;
  z-index: 101;
}
header.page .group .auth > a:before,
#floating_header .auth > a:before {
  margin: 2px 0 0 5px;
}
header.page .group .auth a:first-child:before,
#floating_header .auth a:first-child:before {
  display: none;
}
header.page .group .auth a + a,
#floating_header .auth a + a {
  display: inline-block;
  position: relative;
  z-index: 1000;
}

header.page .group .cart,
#floating_header .cart {
  position: relative;
  float: left;
  padding-top: 32px;
}
header.page .group .cart .sum,
#floating_header .cart .sum {
  font-size: 16px;
}
header.page .group .cart .sum .title,
#floating_header .cart .sum .title {
  display: inline-block;
  font-size: 9px;
}

header.page .group .cart > div,
#floating_header .cart > div {
  position: absolute;
  top: 100%;
  left: -10px;
  margin-top: 10px;
  padding: 10px 10px 20px;
  background: #fff;
  -webkit-border-radius: 0 5px 5px;
     -moz-border-radius: 0 5px 5px;
          border-radius: 0 5px 5px;
  -webkit-box-shadow: 0 0 5px #aaa;
     -moz-box-shadow: 0 0 5px #aaa;
          box-shadow: 0 0 5px #aaa;
  z-index: 1100;
}
header.page .group .cart:hover > a,
#floating_header .cart:hover > a {
  position: relative;
  margin: -10px;
  padding: 10px;
  -webkit-border-radius: 5px 5px 0 0;
     -moz-border-radius: 5px 5px 0 0;
          border-radius: 5px 5px 0 0;
  -webkit-box-shadow: 0 0 5px #aaa;
     -moz-box-shadow: 0 0 5px #aaa;
          box-shadow: 0 0 5px #aaa;
}
header.page .group .cart > a:after,
#floating_header .cart > a:after {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 10px;
  margin-top: -5px;
  background: #fff;
  z-index: 1110;
}
header.page .group .cart:hover > a:after,
#floating_header .cart:hover > a:after {
  content: '';
  display: block;
}
header.page .group .cart > div,
#floating_header .cart > div {
  width: 390px;
}
header.page .group .cart > div table,
#floating_header .cart > div table {
  width: 100%;
  margin-bottom: 15px;
}
header.page .group .cart > div table tr,
#floating_header .cart > div table tr {
  border-bottom: 1px solid #ddd;
}
header.page .group .cart > div table tr td,
#floating_header .cart > div table tr td {
  height: 60px;
  vertical-align: middle;
  text-align: center;
}
header.page .group .cart > div table tr td.img,
#floating_header .cart > div table tr td.img {
  position: relative;
  width: 60px;
  vertical-align: top;
}
header.page .group .cart > div table tr td.img img,
#floating_header .cart > div table tr td.img img {
  width: auto;
  height: auto;
  max-width: 80%;
  max-height: 80%;
  margin: 0 auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
header.page .group .cart > div table tr td.title,
#floating_header .cart > div table tr td.title {
  padding-left: 10px;
  text-align: left;
}
header.page .group .cart > div table tr td.title a,
#floating_header .cart > div table tr td.title a {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 15px;
  height: 2em;
  overflow: hidden;
}
header.page .group .cart > div table tr td.quantity ,
#floating_header .cart > div table tr td.quantity {}
header.page .group .cart > div table tr td a.delete,
#floating_header .cart > div table tr td a.delete {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin: 0 10px;
  background: url(/img/sprite.png) -200px -400px no-repeat;
}
header.page .group .cart > div .total,
#floating_header .cart > div .total {
  float: left;
}
header.page .group .cart > div .total span,
#floating_header .cart > div .total span {
  display: inline-block;
  height: 30px;
  line-height: 30px;
}
header.page .group .cart > div .total .rub,
#floating_header .cart > div .total .rub {
  margin-left: 10px;
  font-size: 24px;
}
header.page .group .cart > div .button,
#floating_header .cart > div .button {
  float: right;
  padding: 0 10px;
  line-height: 30px;
}
header.page .group .cart > div .button:before,
#floating_header .cart > div .button:before {
  width: 27px;
  height: 24px;
  background-position: -50px 0;
}
header.page .group .cart:hover > div,
#floating_header .cart:hover > div {
  display: block !important;
}

header.page .group .search {
  position: relative;
  float: right;
  top: 15px;
  left: auto;
  z-index: 110;
}

/* Основное меню (в шапке)
*******************************************************************************
*/

nav.page {
  padding-top: 5px;
  border: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  cursor: default;
}
nav.page > a {
  display: none;
}
nav.page .window {
  display: block;
  margin-bottom: 0;
  padding: 0 15px;
  /*padding: 0;*/
  text-align: center;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
nav.page .window a {
  font-size: 12px;
}
nav.page .window > ul {
  float: left;
}
nav.page .window > ul:first-child {
  position: relative;
  margin-bottom: 0;
  padding-left: 22px;
}
nav.page .window > ul > li {
  position: relative;
  /*padding: 0 15px;*/
  float: none !important;
  /*float: left;*/
  display: inline-block;
  width: auto !important;
}
nav.page .window > ul > li.hr:before,
nav.page .window > ul > li.hr + li:before,
/*nav.page .window > ul > li:after,*/
nav.page .window > ul > li:before {
  content: '';
  /*position: absolute;*/
  /*top: 10px;*/
  display: inline-block !important;
  width: 1px;
  height: 6px;
  margin: 0 17px 2px 15px;
  background: #333;
}
nav.page .window > ul > li:after {
  /*right: 0;*/
}
nav.page .window > ul > li:before {
  /*left: 0;*/
}
nav.page .window > ul > li + li {
  /*margin-left: -1px;*/
}
nav.page .window > ul > li + li:before,
nav.page .window > ul > li:first-child:before {
  /*margin-left: -22px;*/
}
nav.page .window > ul > li:first-child:before {
  display: none !important;
}
nav.page .window > ul > li.hr {
  display: none;
}

nav.page .window > ul > li a {
  display: inline-block;
}
nav.page .window > ul > li > a:hover {
  text-decoration: none;
}
nav.page .window > ul > li.hover > a {
  display: inline-block;
  position: relative;
  z-index: 1110;
  margin: 0 -5px;
  padding: 0 5px;
  background: #fff;
  -webkit-border-radius: 3px 3px 0 0;
     -moz-border-radius: 3px 3px 0 0;
          border-radius: 3px 3px 0 0;
  -webkit-box-shadow: 0 0 5px #aaa;
     -moz-box-shadow: 0 0 5px #aaa;
          box-shadow: 0 0 5px #aaa;
}
nav.page .window > ul > li.hover > a:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  display: block;
  width: 100%;
  height: 10px;
  background: #fff;
}
nav.page .window > ul > li.share > a:hover {
  text-decoration: underline;
}
nav.page a.current {
  font-weight: 600;
  text-decoration: underline;
}

/* Подменю в шапке
*******************************************************************************
*/

nav.page .window ul li .sub {
  position: absolute;
  top: 100%;
  left: -5px;
  max-width: 800px;
  padding: 15px 0;
  text-align: left;
  background: #fff;
  -webkit-box-shadow: 0 0 5px #aaa;
     -moz-box-shadow: 0 0 5px #aaa;
          box-shadow: 0 0 5px #aaa;
  z-index: 1100;
}
nav.page .window ul li .sub > ul {
  float: left;
  width: 200px;
  height: 100%;
  padding: 0 20px 0 15px;
}
nav.page .window ul li .sub > ul {
  margin-left: -1px;
  border: solid #ddd;
  border-width: 0 1px;
}
nav.page .window ul li .sub ul.min {
  border: none;
  margin-bottom: 0;
}
nav.page .window ul li .sub > ul > li:first-child {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}
nav.page .window ul li .c-yellow + .sub > ul > li:first-child {
  font-weight: 400;
}

nav.page .window ul li .sub > ul.min li + li {
  display: none;
}
nav.page .window ul li .sub > ul.min li:first-child {
  display: block;
}
nav.page .window ul li.last .sub > ul > li {
  text-transform: uppercase;
}

/* Подвал страницы
*******************************************************************************
*/

footer.page .info .copyright {}
footer.page .info .phones span:first-child,
footer.page .info .address span:first-child {
  width: 60px;
}
footer.page .info .phones {}
footer.page .info .address {}

.footer-telegram {
	margin-top: 10px;
}

/* Всплывающее окно "Обратный звонок"
*******************************************************************************
*/

#popup-call {
  left: -10px;
  right: auto;
}
#popup-call .fake {
  left: 0;
  right: auto;
}
#popup-call .fake:after {
  left: 0;
}

/* Всплывающее окно "Вход"
*******************************************************************************
*/

#popup-enter {
  top: 52px;
  left: -259px;
}
#popup-enter-floating {
  top: 42px;
  right: 97px;
}
#popup-enter .fake,
#popup-enter-floating .fake {
  font-size: 12px;
}
#popup-enter .fake:after,
#popup-enter-floating .fake,
#popup-enter-floating .fake:after {
  right: 0;
}

/* Всплывающее окно "Регистрация"
*******************************************************************************
*/

#popup-enjoy {
  top: 52px;
  left: -162px;
}
#popup-enjoy-floating {
  top: 42px;
  right: 0;
}
#popup-enjoy .fake,
#popup-enjoy-floating .fake {
  font-size: 12px;
}
#popup-enjoy .fake:after,
#popup-enjoy-floating .fake,
#popup-enjoy-floating .fake:after {
  right: 0;
}

/* Большой промо слайдер
*******************************************************************************
*/

.slider_promo .item .text {
  padding-top: 70px;
}

.slider_promo .pagination-cover {
  display: block;
  position: absolute;
  bottom: 0;
  left: 20px;
  padding: 3px 10px 0;
  text-align: center;
  background: #fff;
  -webkit-border-radius: 3px 3px 0 0;
     -moz-border-radius: 3px 3px 0 0;
          border-radius: 3px 3px 0 0;
  z-index: 1;
}
.slider_promo .pagination-cover .pagination {
  display: inline-block;
}
.slider_promo .pagination-cover .pagination a {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 5px;
  background: #d2d2d6;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}
.slider_promo .pagination-cover .pagination a.active {
  background: #4fab4b;
}
.slider_promo .pagination-cover .pagination a span {
  display: none;
}

.slider_promo .pagination-cover > a {
  display: inline-block;
  margin-left: 5px;
  font-size: 10px;
}

/* Слайдер товаров
*******************************************************************************
*/

.slider_offers .item {
  padding: 10px;
  border: 1px solid #fff;
}
.slider_offers .item:hover  {
  border-color: #4fab4b;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}
.slider_offers .item .img:before {
  position: absolute;
  bottom: 5px;
  right: -5px;
}
.slider_offers .item:hover .img:before {
  width: 15px;
  height: 15px;
  background-position: -50px -100px;
}
.slider_offers .item .text {
  margin: 0 -10px -10px;
  padding: 10px;
}
.slider_offers .item:hover .title,
.slider_offers .item:hover .text {
  color: #fff;
  background: #4fab4b;
}
.slider_offers .item:hover .text .cost,
.slider_offers .item:hover .text .cost:after {
  color: #fff;
}

/* Буллеты под промо слайдером
*******************************************************************************
*/

section.bullets {
  display: block;
  margin-top: 15px;
}
section.bullets .cover {
  display: table;
  width: 100%;
}
section.bullets .cover > .sprite,
section.bullets .cover > .sprite span {
  display: table-cell;
  vertical-align: middle;
  height: 54px;
}
section.bullets .cover > .sprite:before {
  display: table-cell;
  width: 54px;
  height: 54px;
  vertical-align: middle;
}
section.bullets .cover > .sprite.delivery:before {
  background-position: 0 -300px;
}
section.bullets .cover > .sprite.pickup:before {
  background-position: -54px -300px;
}
section.bullets .cover > .sprite.warranty:before {
  background-position: -108px -300px;
}
section.bullets .cover > .sprite.payment:before {
  background-position: -162px -300px;
}
section.bullets .cover > .sprite.bonus:before {
  background-position: -216px -300px;
}
section.bullets .cover > .sprite span {
  padding: 0 10px;
}

/* Видео на главной
*******************************************************************************
*/

.home_video {
  display: block;
  margin-bottom: 10px;
}
.home_video > div {
  position: relative;
  float: left;
  width: 33%;
}
.home_video > div + div {
  margin-left: .5%;
}
.home_video > div:first-child + div + div + div {
  display: none;
}
.home_video > div .title {
  position: absolute;
  left: 0;
  bottom: 0;
  display: table;
  width: 100%;
  height: 50px;
  color: #fff;
  line-height: 1.3;
  text-align: center;
  background: rgba(79,174,75,.8);
}
.home_video > div .title span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

/* Баннеры на главной (под видео)
*******************************************************************************
*/

.home_banners .img {
  float: left;
  width: 50%;
  padding-right: 5px;
}
.home_banners .img + .img {
  padding-left: 5px;
  padding-right: 0;
}

/* Подвал страницы
*******************************************************************************
*/

footer.page nav {
  display: table;
  width: 100%;
}
footer.page nav > ul {
  float: none;
  display: table-cell;
  width: auto;
  min-width: 100px;
  padding-right: 10px;
  margin-bottom: 0;
}
footer.page nav > ul:first-child,
footer.page nav > ul:first-child + ul li:first-child {
  display: table-cell;
}
footer.page nav > ul:first-child + ul {
  width: auto;
  padding-right: 10px;
  border-bottom: none;
}
footer.page nav > ul:first-child + ul li {
  float: none;
  width: auto;
}

footer.page .columns {
  width: 100%;
}
footer.page .columns .column {
  position: relative;
  vertical-align: top;
}
footer.page .columns .column.left {
  display: table-cell;
  width: 130px;
  text-align: center;
}
footer.page .columns .column.left .brand {
  width: 90px;
}
footer.page .columns .column.left .slogan .big {
  margin-top: 5px;
  font-size: 18px;
}
footer.page .columns .column.left .slogan .small {
  font-size: 8px;
}
footer.page .columns .column.center {
  padding: 0 0 50px 40px;
}

footer.page .columns .column.center .soc {
  position: absolute;
  top: auto;
  left: 40px;
  right: auto;
  bottom: 0;
  height: 35px;
}
footer.page .columns .column.center .info div span {
  display: inline-block;
}
footer.page .columns .column.center .info div span:first-child {
  display: inline-block;
}

footer.page .columns .column.center .text {
  display: block;
  line-height: 19px;
  margin-top: 20px;
}

footer.page .columns .column.right {
  display: table-cell;
  text-align: right;
  width: 90px;
}
footer.page .columns .column.right img {
  margin: -12px -10px -12px 0;
}

/* Хлебные крошки
*******************************************************************************
*/

section.breadcrumbs {
  display: block;
}
section.breadcrumbs .container {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}

section.breadcrumbs ul.first > li {
  float: left;
  position: relative;
  margin-bottom: 0;
}
section.breadcrumbs ul.first > li + li:before {
  content: '→';
  float: left;
  display: block;
  margin: 0 5px;
}
section.breadcrumbs ul.first > li > a {
  position: relative;
  display: inline-block;
}
/*section.breadcrumbs ul.first > li > a:after {
  content: '';
  display: inline-block;
  width: 9px;
  height: 14px;
  margin-left: 5px;
  background: url(/img/sprite.png) 0 -446px no-repeat;
  vertical-align: middle;
}
section.breadcrumbs ul.first > li:hover > a {
  margin: -5px -5px -5px -10px;
  padding: 5px 5px 5px 10px;
  background: #fff;
  -webkit-border-radius: 3px 3px 0 0;
     -moz-border-radius: 3px 3px 0 0;
          border-radius: 3px 3px 0 0;
  -webkit-box-shadow: 0 0 5px #aaa;
     -moz-box-shadow: 0 0 5px #aaa;
          box-shadow: 0 0 5px #aaa;
  z-index: 15;
}
section.breadcrumbs ul.first > li:hover > a:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 110%;
  height: 10px;
  margin-top: -5px;
  background: #fff;
}*/

section.breadcrumbs ul.second {
  display: none;
  position: absolute;
  top: 100%;
  left: 14px;
  min-width: 100%;
  padding: 10px;
  background: #fff;
  -webkit-border-radius: 0 3px 3px 3px;
     -moz-border-radius: 0 3px 3px 3px;
          border-radius: 0 3px 3px 3px;
  -webkit-box-shadow: 0 0 5px #aaa;
     -moz-box-shadow: 0 0 5px #aaa;
          box-shadow: 0 0 5px #aaa;
  z-index: 10;
}
section.breadcrumbs ul.first > li:hover > a + ul.second {
  display: block;
  width: 200px;
}
section.breadcrumbs ul.second > li > a {
  line-height: 1.5;
  color: #333;
}

/* Крошки перед подвалом */

main + section.breadcrumbs .container {
  border-bottom: none;
}
main + section.breadcrumbs ul.first > li > a:after {
  background-position: -50px -447px;
}
main + section.breadcrumbs ul.first > li:hover > a {
  -webkit-border-radius: 0 0 3px 3px;
     -moz-border-radius: 0 0 3px 3px;
          border-radius: 0 0 3px 3px;
}
main + section.breadcrumbs ul.second {
  top: auto;
  bottom: 100%;
  margin-bottom: 0;
  -webkit-border-radius: 3px 3px 3px 0;
     -moz-border-radius: 3px 3px 3px 0;
          border-radius: 3px 3px 3px 0;
}
main + section.breadcrumbs ul.first > li:hover > a:before {
  top: auto;
  bottom: 100%;
  margin-bottom: -5px;
}
main + section.breadcrumbs .clearfix + hr {
  height: 0;
}

/* Чекбоксы
*******************************************************************************
*/

.restyle label:hover input[type="checkbox"] + div {
  color: #e69500;
}
.restyle label:hover input[type="checkbox"]:checked + div:after {
  background-position: -196px -449px;
}

/* Фильтры
*******************************************************************************
*/

main.catalogue .bx-filter-parameters-box-title:hover span,
main.catalogue section.filters .filter .title:hover span {
  border-color: #222;
}
section.filters form button[type="submit"] {
  display: none;
}

section.filters .color label div span {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 7px;
  padding: 5px 7px;
  color: #888;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  z-index: 1;
}
section.filters .color label div span:before {
  content: '';
  position: absolute;
  left: 11px;
  bottom: 100%;
  display: block;
  width: 11px;
  height: 7px;
  background: url(/img/sprite.png) 0 -400px no-repeat;
}
section.filters .color label div span i {
  color: #4fab4b;
}
section.filters .color label div:hover span {
  display: block;
}

/* Выбранные фильтры (отдельный блок)
*******************************************************************************
*/

section.active_filters {
  display: block;
}

section.active_filters form {
  margin-bottom: 20px;
}
section.active_filters label {
  float: left;
  margin-right: 10px;
}
section.active_filters label input[type="checkbox"],
section.active_filters label input[type="checkbox"] + div {
  display: none;
}

/* Сортировка
*******************************************************************************
*/

section.sorting form .column {
  vertical-align: top;
}

section.sorting form .sortby {
  width: 50%;
  text-align: left;
}
section.sorting form .sortby .title:first-child,
section.sorting form .sortby label input + div:before {
  display: none;
}
section.sorting form .sortby .label,
section.sorting form .sortby .title + .title {
  display: inline-block;
}
section.sorting form .sortby label + label:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 10px;
  margin-right: 5px;
  background: #ddd;
}
section.sorting form .sortby label input + div span {
  display: inline;
  border-bottom: 1px dashed;
}
section.sorting form .sortby label:hover input + div span {
  border-color: #fff;
}
section.sorting form .sortby label input:checked + div span {
  color: #4fab4b;
  border-color: #fff;
  cursor: default;
}

section.sorting form .range {
  display: table-cell;
  width: 30%;
  text-align: center;
  vertical-align: top;
}
section.sorting form .range .data {
  margin-top: -25px;
}
section.sorting form .range .data input + div {
  padding-bottom: 5px;
}

section.sorting form .view {
  width: 20%;
  display: table-cell;
  text-align: right;
}
section.sorting form .view .title {
  line-height: 25px;
}
section.sorting form .view label {
  float: right;
  display: block;
  margin-bottom: 0;
}
section.sorting form .view label input {
  display: none;
}
section.sorting form .view label input + div {
  display: block;
  width: 25px;
  height: 25px;
  background: url(/img/sprite.png) 0 0 no-repeat;
}
section.sorting form .view label input.grid + div {
  background-position: -186px -193px;
}
section.sorting form .view label input.grid:checked + div {
  background-position: -236px -193px;
}
section.sorting form .view label input.list + div {
  background-position: -187px -143px;
}
section.sorting form .view label input.list:checked + div {
  background-position: -237px -143px;
}

/* Горизонтальный слайдер миниатюр
*******************************************************************************
*/

@media (min-width: 890px) {
  .offers article.offer .column .slider_thumbs {
    /*display: block;*/
    position: relative;
    float: none;
    clear: both;
    width: 224px;
    margin: 10px 0;
    padding: 0 25px;
    /*-khtml-opacity: 0;
      -moz-opacity: 0;
           opacity: 0;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);*/
  }
  .offers article.offer .column .slider_thumbs.no_buttons {
    padding: 0;
  }
  .offers.grid article.offer .column.second .slider_thumbs {
    position: absolute;
    top: 0;
    left: -2px;
    margin-top: 0;
  }
  .offers.list article.offer .column .slider_thumbs {
    margin-left: -27px;
  }
  .offers article.offer .column .slider_thumbs .slider {
    /*position: relative;*/
  }
  .offers article.offer .column .slider_thumbs .slider .jcarousel {
    width: 132px;
    width: 174px;
    height: 40px;
  }
  .offers article.offer .column .slider_thumbs .slider .item {
    display: table;
    width: 44px;
    height: 40px;
    max-height: 40px;
    padding: 0 2px;
  }
  .offers article.offer .column .slider_thumbs .slider .item .img {
    display: table-cell;
    vertical-align: middle;
    border: 1px solid #ddd;
  }
  .offers article.offer .column .slider_thumbs .slider .item .img img {
    width: auto;
    height: auto;
    max-width: 34px;
    max-height: 34px;
    margin: 0 auto;
  }
  .offers article.offer .column .slider_thumbs .slider .nav {
    top: 0;
    width: 23px;
    height: 40px;
    background: none;
  }
  .offers article.offer .column .slider_thumbs .slider .nav:before {
    width: 5px;
    height: 10px;
  }
  .offers article.offer .column .slider_thumbs .slider .prev {
    left: 0;
    margin-right: 2px;
  }
  .offers article.offer .column .slider_thumbs .slider .prev:before {
    background-position: -250px -450px;
  }
  .offers article.offer .column .slider_thumbs .slider .next {
    right: 0;
    margin-left: 2px;
  }
  .offers article.offer .column .slider_thumbs .slider .next:before {
    background-position: -150px -400px;
  }
  .offers.list article.offer .column .slider_thumbs,
  .offers article.offer:hover .column .slider_thumbs {
    display: block;
    /*-khtml-opacity: 1;
       -moz-opacity: 1;
            opacity: 1;
     filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);*/
  }
}

/* Вертикальный слайдер миниатюр
*******************************************************************************
*/

/*@media (min-width: 890px) {
  .offers article.offer .column .slider_thumbs {
    float: left;
    display: block;
    margin-left: 10px;
    padding: 25px 0;
    -khtml-opacity: 0;
      -moz-opacity: 0;
           opacity: 0;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  }
  .offers article.offer .column .slider_thumbs .slider {
    position: relative;
  }
  .offers article.offer .column .slider_thumbs .slider .jcarousel {
    width: 40px;
    height: 132px;
  }
  .offers article.offer .column .slider_thumbs .slider .item {
    width: 40px;
    height: 44px;
    padding: 2px 0;
  }
  .offers article.offer .column .slider_thumbs .slider .item .img {
    display: table-cell;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    border: 1px solid #ddd;
  }
  .offers article.offer .column .slider_thumbs .slider .item .img img {
    max-width: 90%;
    max-height: 90%;
    margin: 0 auto;
  }
  .offers article.offer .column .slider_thumbs .slider .nav {
    width: 40px;
    height: 23px;
    background: none;
  }
  .offers article.offer .column .slider_thumbs .slider .nav:before {
    width: 10px;
    height: 5px;
  }
  .offers article.offer .column .slider_thumbs .slider .prev {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
  }
  .offers article.offer .column .slider_thumbs .slider .prev:before {
    background-position: -50px -400px;
  }
  .offers article.offer .column .slider_thumbs .slider .next {
    top: 100%;
    bottom: auto;
    margin-top: 2px;
  }
  .offers article.offer .column .slider_thumbs .slider .next:before {
    background-position: -100px -400px;
  }
  .offers article.offer:hover .column.first .slider_thumbs {
    -khtml-opacity: 1;
       -moz-opacity: 1;
            opacity: 1;
     filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  }
}*/

/* Товар в каталоге (Сетка и Список)
*******************************************************************************
*/

.offers article.offer {
  position: relative;
  padding: 0;
}
.offers article.offer .form {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.offers article.offer .columns {
  position: relative;
}

.offers article.offer .column.first {
  text-align: left;
}
.offers article.offer .column.first > .img {
  display: table;
  width: 100%;
  position: relative;
}
.offers article.offer .column.first > .img .tip {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 116px;
  margin: -24px 0 0 -58px;
  padding: 10px;
  color: #fff;
  text-transform: uppercase;
  background: rgba(0,0,0,.5);
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  z-index: 10;
}
.offers article.offer .column.first > .img .tip:before {
  display: table-cell;
  width: 20px;
  background-position: -150px 6px;
}
.offers article.offer .column.first > .img .tip span {
  display: table-cell;
}
.offers article.offer .column.first .buttons a.open_3D {
  display: block;
  height: 25px;
  background-position: -50px -355px;
}
.offers article.offer .column.first .buttons a.shipping_today {
  display: block;
}
.offers article.offer .column.first .buttons a span {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 7px;
  padding: 5px 7px;
  color: #888;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  z-index: 1;
}
.offers article.offer .column.first .buttons a span:before {
  content: '';
  position: absolute;
  right: 11px;
  bottom: 100%;
  display: block;
  width: 11px;
  height: 7px;
  background: url(/img/sprite.png) 0 -400px no-repeat;
}
.offers article.offer .column.first .buttons a:hover span {
  display: block;
}

.offers article.offer .column.second section {
  display: block;
  margin-top: 10px;
}
.offers article.offer .column.second > .title {
  font-size: 18px;
  text-align: left;
}
.offers article.offer .column.second .characteristic + a {
  display: none;
}
.offers article.offer .column.second .colors {
  display: block;
  margin-top: 10px;
}

/* Товар в каталоге (Сетка)
*******************************************************************************
*/

.offers.grid hr {
  display: block;
  margin: 0 0 15px;
  float: none;
  clear: both;
}

.offers.grid article.offer:first-child,
.offers.grid .clearfix + article.offer,
.offers.grid hr + article.offer {
  border-left: none;
}
.offers.grid article.offer {
  width: 33.33%;
  height: 490px;
  height: 520px;
  border-left: 1px solid #ddd;
  border-bottom: none;
  cursor: pointer;
}

.offers article.offer .column.first {
  height: 210px;
  padding-bottom: 10px;
  padding-top: 30px;
}
.offers.grid article.offer .column.first > .img {
  height: 200px;
  height: 170px;
}

.offers.grid article.offer .column.second {
  display: block;
}
.offers.grid article.offer .column.second .characteristic {
  width: 100%;
}
.offers.grid article.offer .column.second .characteristic th {
  width: 150px;
}
.offers.grid article.offer .column.second .characteristic tr + tr + tr {
  display: none;
}

/* Товар в каталоге (Список)
*******************************************************************************
*/

.offers.list article.offer {
  width: 100%;
  height: 220px;
  /*height: 200px;*/
}
.offers.list article.offer .columns {
  display: table;
}
.offers.list article.offer .column {
  display: table-cell;
}

.offers.list article.offer .column.first > .img img {
  max-height: 220px;
  /*max-height: 170px;*/
}

.offers.list article.offer .column.first {
  width: 260px;
  padding-right: 30px;
}
.offers.list article.offer .column.first .buttons {
  right: 30px;
}

.offers.list article.offer .column.second {
  padding-left: 10px;
  padding-bottom: 0;
}
.offers.list article.offer .column.second > .title {
  height: 1em;
}
.offers.list article.offer .column.second .characteristic tr + tr + tr + tr + tr + tr {
  display: none;
}
.offers.list article.offer .column.second .characteristic th {
  padding-right: 15px;
}

.offers.list article.offer .column.third {
  width: 140px;
}
.offers.list article.offer .column.third .left,
.offers.list article.offer .column.third .right {
  float: none;
}

/* Товар в каталоге при наведении
*******************************************************************************
*/

.offers article.offer:hover .form {
  position: relative;
  height: auto;
  padding: 13px;
  background: #fff;
  border: 2px solid #ec9a00;
  z-index: 100;
}
.offers article.offer:hover .column.second .characteristic tr {
  display: table-row !important;
}
.offers article.offer .column.first .img:hover .tip {
  display: table;
}

.offers.grid article.offer:hover .column.second {
  padding-top: 50px;
}

/* Быстрый просмотр товара
*******************************************************************************
*/

/*#modal-fastview .column.left {
  padding-right: 30px;
}

#modal-fastview .open_3D {
  float: left;
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid #ddd;
  background: url(/img/sprite.png) -196px -352px no-repeat;
}

#modal-fastview .img.photo {
  margin-bottom: 20px;
}

#modal-fastview .colors {
  margin-top: 20px;
}

#modal-fastview .right > .title {
  height: 2em;
  overflow: hidden;
  margin-bottom: 20px;
  padding-right: 50px;
  font-size: 30px;
  font-family: 'HelveticaNeue';
  text-transform: uppercase;
}*/

/* Карточка товара
*******************************************************************************
*/

.offer_card .columns {
  display: table;
  padding-top: 0;
}
.offer_card .columns .column {
  display: table-cell;
}
.offer_card .columns .column.left {
  width: 300px;
  padding-right: 30px;
}
.offer_card .columns .column.left .photo {
  display: block;
  position: relative;
  width: 270px;
  height: 270px;
  text-align: center;
}
.offer_card .columns .column.left .photo a {
  display: inline-block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.offer_card .columns .column.right {}
.offer_card .columns .column.right .block_buy {
  float: right;
  width: 166px;
  width: 40%;
  text-align: left;
  border: none;
}
.offer_card .columns .column.right .block_buy .rub {
  display: block;
}
.offer_card .columns .column.right .block-1 {
  width: 50%;
}
.offer_card .columns .column.right .shipping {
  margin-top: 30px;
}

.offer_card .block_buy .right {
  float: none;
}

.offer_card .presence {
  margin-bottom: 10px;
  font-size: 12px;
  text-transform: uppercase;
}
.offer_card .open_3D {
  display: inline-block;
  width: 40px;
  height: 40px;
  /*border: 1px solid #ddd;*/
  background: url(/img/sprite.png) -196px -352px no-repeat;
}
.offer_card {}

.offer_card .labels {
  top: 0;
}

.offer_card .tabs {
  margin-bottom: 50px;
}

.offer_card .column .block-1,
.offer_card .column .shipping {
  border: none;
}
.offer_card .column .block-1 .title,
.offer_card .column .shipping .title {
  cursor: text;
}
.offer_card .column .block-1 .class-1:after,
.offer_card .column .shipping  .class-1:after {
  display: none;
}
.offer_card .column .block-1 #offer_characteristic,
.offer_card .column .shipping #offer_shipping {
  display: block !important;
}

.offer_card #tab-2 .sprite.toggle.slide {
  margin-bottom: 0;
}
.offer_card #tab-2 .sprite.toggle.slide:hover {
  text-decoration: underline;
}
.offer_card #tab-2 .sprite.toggle.slide.active {
  /*margin: -5px -10px;
  padding: 5px 10px;
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0 0 5px #999;
     -moz-box-shadow: 0 0 5px #999;
          box-shadow: 0 0 5px #999;
  -webkit-border-radius: 3px 3px 0 0;
     -moz-border-radius: 3px 3px 0 0;
          border-radius: 3px 3px 0 0;*/
}
.offer_card #tab-2 .sprite.toggle.slide.active:after {
  /*content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 10px;
  margin-bottom: -5px;
  background: #fff;
  z-index: 1;*/
}
.offer_card #tab-2 form {
  position: relative;
  max-width: 800px;
  margin-top: 10px;
}
.offer_card #tab-2 form > p {
  position: absolute;
  top: 25px;
  right: 0;
  width: 40%;
}
.offer_card #tab-2 form .left {
  float: left;
  width: 60%;
  padding-right: 10px;
}
.offer_card #tab-2 form label {
  margin-bottom: 10px;
}
.offer_card #tab-2 form label textarea {
  height: 70px;
}
.offer_card #tab-2 form .right {
  float: left;
  width: 40%;
  padding-top: 40px;
}
.offer_card #tab-2 form .buttons a:hover {
  text-decoration: underline;
}
.offer_card #tab-2 .comments > p {
  margin-top: -22px;
  text-align: right;
}

.offer_card .columns.block.single {
  width: 50%;
}
.offer_card .columns.block.single .column:first-child {
  display: none;
}
.offer_card .columns.block.single .column + .column {
  padding-left: 0;
}
.offer_card .columns.block .column {
  width: 50%;
  padding-right: 20px;
}
.offer_card .columns.block .column:first-child {
  font-size: 15px;
  line-height: 1.3;
}
.offer_card .columns.block .column + .column {
  padding-right: 0;
  padding-left: 20px;
}

/* Карточка товара - Вкладки
*******************************************************************************
*/

.offer_card .tabs {}
.offer_card .tabs .tags {
  display: block;
}
.offer_card .tabs .tags .tag {
  float: left;
  margin: 20px 0;
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'HelveticaNeue';
}
.offer_card .tabs .tags .tag.active {
  color: #4fab4b;
}
.offer_card .tabs .tags span {
  float: left;
  display: block;
  width: 1px;
  height: 18px;
  margin: 20px 15px;
  background: #ddd;
}

.offer_card .tabs .pane {
  display: none;
}
.offer_card .tabs .pane.active {
  display: block;
}
.offer_card .tabs .pane .title {
  display: none;
}

/* Хочу купить, перезвоните
*******************************************************************************
*/

.offer_card .block_buy .buycall {
  position: relative;
  padding-top: 10px;
}
.offer_card .block_buy .buycall .popup-open.active {
  position: relative;
  margin: -5px -8px;
  padding: 5px 8px;
  -webkit-border-radius: 3px 3px 0 0;
     -moz-border-radius: 3px 3px 0 0;
          border-radius: 3px 3px 0 0;
  -webkit-box-shadow: 0 0 5px #999;
     -moz-box-shadow: 0 0 5px #999;
          box-shadow: 0 0 5px #999;
  z-index: 100000;
}
.offer_card .block_buy .buycall .popup-open.active:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  display: block;
  width: 99%;
  height: 10px;
  background: #fff;
  z-index: 10000;
  border-right: 1px solid #fff;
}

#popup-buycall {
  left: -64px;
  width: 230px;
  margin-top: 5px;
  padding: 10px;
  -webkit-border-radius: 3px 0 3px 3px;
     -moz-border-radius: 3px 0 3px 3px;
          border-radius: 3px 0 3px 3px;
}
#popup-buycall .button:before {
  width: 22px;
  height: 19px;
  margin-top: -2px;
  background-position: -150px -50px;
}

/* Купить в один клик
*******************************************************************************
*/

.buyclick {
  position: relative;
}

#popup-buyclick-2,
#popup-buyclick {
  left: -65px;
  width: 230px;
  padding: 10px;
}
#popup-buyclick-2 input,
#popup-buyclick input {
  width: 100%;
  margin-bottom: 10px;
}
#popup-buyclick-2 .button,
#popup-buyclick .button {
  float: none;
  width: 100%;
  line-height: 30px;
}
#popup-buyclick-2 .button:before,
#popup-buyclick .button:before {
  width: 22px;
  height: 19px;
  margin-top: -2px;
  background-position: -150px -50px;
}

#popup-buyclick-2 {
  bottom: 100%;
}

/* Галерея товара
*******************************************************************************
*/

#modal-offer_gallery {}

#modal-offer_gallery .buyclick {
  position: absolute;
  top: 20px;
  left: 30px;
  display: block;
  z-index: 1;
}
#modal-offer_gallery .buyclick .button.one_click {
  display: block;
}
#popup-buyclick-2 {
  top: 100%;
  left: 0;
  right: auto;
  bottom: auto;
  margin-top: 10px;
}

#modal-offer_gallery .stages {
  position: relative;
  float: right;
  width: 600px;
}
#modal-offer_gallery .stages .jcarousel {
  width: 600px;
  height: 550px;
}
#modal-offer_gallery .stages .item {
  display: table;
  width: 600px;
  height: 550px;
}
#modal-offer_gallery .stages .item .img {
  display: table-cell;
  vertical-align: middle;
}
#modal-offer_gallery .stages .item .img img {
  max-width: 600px;
  max-height: 550px;
}
#modal-offer_gallery .stages .nav {
  top: 30px;
  width: 30px;
  height: 490px;
}
#modal-offer_gallery .stages .nav:before {
  width: 17px;
  height: 63px;
}
#modal-offer_gallery .stages .prev {
  left: 0;
}
#modal-offer_gallery .stages .prev:before {
  background-position: 0 -150px;
}
#modal-offer_gallery .stages .next {
  right: 0;
}
#modal-offer_gallery .stages .next:before {
  background-position: -50px -150px;
}

#modal-offer_gallery .thumbs {
  position: relative;
  float: left;
  display: block;
  margin-top: 30px;
  padding: 30px 0;
}
#modal-offer_gallery .thumbs .jcarousel {
  width: 100px;
  height: 440px;
}
#modal-offer_gallery .thumbs .item {
  display: table;
  width: 100px;
  height: 110px;
  padding: 5px 0;
}
#modal-offer_gallery .thumbs .item .img {
  display: table-cell;
  vertical-align: middle;
  height: 100px;
  border: 1px solid #ddd;
  cursor: pointer;
}
#modal-offer_gallery .thumbs .item.active .img {
  border-color: #eda319;
}
#modal-offer_gallery .thumbs .item .img img {
  max-width: 90px;
  max-height: 90px;
}
#modal-offer_gallery .thumbs .nav {
  width: 100px;
  height: 30px;
}
#modal-offer_gallery .thumbs .nav:before {
  width: 21px;
  height: 12px;
}
#modal-offer_gallery .thumbs .prev {}
#modal-offer_gallery .thumbs .prev:before {
  background-position: 0 -500px;
}
#modal-offer_gallery .thumbs .next {
  top: auto;
  bottom: 0;
}
#modal-offer_gallery .thumbs .next:before {
  background-position: -50px -500px;
}

#modal-offer_gallery .footer {
  display: block;
  text-align: center;
}
#modal-offer_gallery .footer .title {
  display: inline-block;
  text-transform: uppercase;
  line-height: 30px;
  font-size: 18px;
  font-family: 'HelveticaNeue';
}
#modal-offer_gallery .footer .button {
  display: inline-block;
  line-height: 30px;
  margin-left: 20px;
  padding: 0 15px;
}

/* Постраничная навигация
*******************************************************************************
*/

.pagination .numbers {
  display: block;
  padding: 5px 0;
}
.pagination .numbers span.sep {
  display: inline-block;
  vertical-align: top;
}
.pagination .numbers .number {
  padding: 0 3px;
}
.pagination .numbers span.number {
  color: #848484;
  background: #e1e1e1;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
.pagination .more:hover {
  text-decoration: none;
}
.pagination .more:hover span {
  border-bottom: 1px dashed;
}

/* Плавающая шапка
*******************************************************************************
*/

#floating_header {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10100;
}
#floating_header .container {
  padding: 10px;
  background: #fff;
  -webkit-border-radius: 0 0 5px 5px;
     -moz-border-radius: 0 0 5px 5px;
          border-radius: 0 0 5px 5px;
  -webkit-box-shadow: 0 0 10px #aaa;
     -moz-box-shadow: 0 0 10px #aaa;
          box-shadow: 0 0 10px #aaa;
}
#floating_header .column {
  position: relative;
  vertical-align: middle;
  height: 60px;
  padding: 0 10px;
}
#floating_header .column.img {
  width: 80px;
}
#floating_header .column.img img {
  max-width: 50px;
  max-height: 50px;
}
#floating_header .column.title {}
#floating_header .column.cart {
  float: none;
  width: 150px;
}
#floating_header .column.cart .sum {
  display: none;
}
#floating_header .column.cart > div {
  display: none;
  left: -261px;
  margin-top: -16px;
  -webkit-border-radius: 5px 0 5px 5px;
     -moz-border-radius: 5px 0 5px 5px;
          border-radius: 5px 0 5px 5px;
}
#floating_header .column.auth {
  width: 150px;
  text-align: right;
}
#floating_header .column.auth form {
  text-align: left;
}

/* Корзина
*******************************************************************************
*/

article.cart .columns.counters {
  width: auto;
  border-top: none;
}
article.cart .columns.counters .column,
article.cart .columns.counters .column:first-child {
  display: table-cell;
  width: auto;
  padding-right: 20px;
}

article.cart .columns.headers {
  display: table;
  padding: 5px 0;
  border-top: 1px solid #ddd;
  text-transform: uppercase;
  font-size: 12px;
}

article.cart .offers .columns {
  display: table;
  padding: 0;
}
article.cart .offers .column {
  display: table-cell;
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  bottom: auto;
  padding: 10px 0;
  vertical-align: middle;
}
article.cart .offers .column:before {
  display: none;
}
article.cart .offers .img img {
  max-height: 90px;
}
article.cart .offers .title {
  font-size: 18px;
  padding-left: 10px;
}
article.cart .offers .amount input {
  width: 60px;
}

/*article.cart .columns .checkbox {
  width: 30px;
}*/
article.cart .columns .img {
  width: 100px;
}
article.cart .columns .title {
}
article.cart .columns .cost {
  width: 110px;
}
article.cart .columns .rub:after {
  display: none;
}
article.cart .columns .discount {
  width: 90px;
}
article.cart .columns .amount {
  width: 100px;
  text-align: left;
}
article.cart .columns .sum {
  width: 100px;
}
article.cart .columns .actions {
  width: 100px;
}

/*article.cart .selected {
  border-bottom: none;
}
article.cart .selected p {
  float: left;
  line-height: 30px;
}
article.cart .selected .columns {
  float: left;
  width: auto;
}
article.cart .selected button {
  margin-left: 15px;
}*/

article.cart .promo {
  float: left;
  border-bottom: none;
}

article.cart .total {
  float: right;
  width: 370px;
  /*margin-top: -40px;*/
  text-align: left;
}
article.cart .total p {
  float: none;
  clear: both;
  line-height: 23px;
}
article.cart .total .number {
  float: right;
  width: 200px;
  text-align: left;
}
article.cart .total p.sum {
  font-size: 18px;
}
article.cart .total p.sum .number:after {
  color: #222;
  font-size: 55%;
}

/*
*******************************************************************************
*/

article.checkout .cart .total {
  margin-top: 0;
}

article.checkout .fields label {
  float: left;
  width: 50%;
  padding-right: 20px;
}

article.checkout .shipping-payment {
  display: table;
  margin: 30px 0;
}
article.checkout .shipping-payment .column {
  display: table-cell;
  width: 50%;
}
article.checkout .shipping-payment .column:first-child {
  padding-bottom: 0;
  padding-right: 20px;
}
article.checkout .shipping-payment .column + .column {
  padding-left: 20px;
  border: none;
  border-left: 1px solid #ddd;
}
article.checkout .shipping-payment + hr {
  display: none;
}
article.checkout article.cart .total .number {
  width: 100px;
}
article.checkout article.cart .total {
  width: 270px;
}

/* Контакты
*******************************************************************************
*/

article.contacts .columns {
  display: table;
  margin-bottom: 20px;
}
article.contacts .column {
  display: table-cell;
  width: 33.33%;
  padding-right: 30px;
  padding-bottom: 0;
}

article.contacts p {
  max-width: 800px;
}

article.contacts .slick a {
  display: inline-block;
  margin-right: 10px;
  border: 1px solid #fff;
}
article.contacts .slick a:hover {
  border-color: #4FAB4B;
}

article.contacts .slick a img {
  display: block;
  width: 50px;
  height: 50px;
}

/* Личный кабинет
*******************************************************************************
*/

.office .tabs .tags {
  display: block;
}

.office .tabs {}
.office .tabs .tags {
  display: block;
}
.office .tabs .tags .tag {
  float: left;
  margin: 20px 0;
  color: #4fab4b;
  text-decoration: underline;
}
.office .tabs .tags .tag:hover {
  text-decoration: none;
}
.office .tabs .tags .tag.active {
  text-decoration: none;
}
.office .tabs .tags .tag.active:after {
  content: '';
  display: block;
  width: 21px;
  height: 12px;
  margin: 5px 0 0 0;
  background: url(/img/sprite.png) -150px -550px no-repeat;
}
.office .tabs .tags span {
  float: left;
  display: block;
  width: 1px;
  height: 18px;
  margin: 20px 15px;
  background: #ddd;
}

.office .tabs .pane {
  display: none;
}
.office .tabs .pane.active {
  display: block;
}
.office .tabs .pane .title {
  display: none;
}

.office .columns.headers .c2,
.office .columns.headers .c3 {
  display: table-cell;
}
.office .columns.headers .column {
  width: 25%;
}
.office .columns.item .columns {
  display: table;
}
.office .columns.item .columns .column {
  display: table-cell;
  width: 33.33%;
}
.office .columns.item > .column + .column {
  width: 25%;
}
.office input {
  display: inline-block;
  max-width: 280px;
}
.office form .gray {
  display: inline-block;
}
.office .button.main.ok {
  margin-top: 20px;
}
.office .subscribe .column:first-child {
  width: 27px;
}

.office .personal_logout {
  float: right;
  display: inline-block;
  margin: 20px 0;
  color: #e52006;
  text-decoration: underline;
}
.office .personal_logout:hover {
  text-decoration: none;
}
.office .personal_logout:before {
  width: 20px;
  height: 14px;
  background-position: 0 -600px;
}

#sale_order_props label input {
  height: 35px;
  margin-bottom: 0 !important;
  max-width: 100%;
}

/*
*******************************************************************************
*/

.columns.pay {
  display: table;
}
.columns.pay .column {
  display: table-cell;
  width: 33.33%;
  padding-right: 20px;
}
.columns.pay .column + .column {
  border: none;
}
.columns.pay .img {
  height: 60px;
  margin-bottom: 10px;
}
.columns.pay .img img {
  margin-left: 0;
}

/*
*******************************************************************************
*/

.howget #block-1 {
  width: 600px;
}

.pickup_points .columns.legend .column {
  display: table-cell;
  width: 25%;
}

/*
*******************************************************************************
*/

.block_gifts .column {
  display: table-cell;
  width: 33.33%;
  padding-right: 10px;
}
.block_gifts .column + .column {
  padding-left: 10px;
  padding-right: 0;
}
.block_gifts .column a {
  display: block;
  line-height: 1.3;
}
.block_gifts .column a:hover {
  text-decoration: none;
  background: #f6f6f6;
  padding: 10px;
  margin: -10px;
}

/*
*******************************************************************************
*/

#bx-composite-banner {
  margin-top: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 130px;
}

}