@charset 'utf-8';
h1,
h2 {
  font-size: 26px;
}

@media (max-width: 1023px) {
  .pluso {
    display: none !important;
  }
}

/*
*******************************************************************************
*/

.container {
  position: relative;
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
}

.slider .jcarousel .item {
  width: 120px;
}

/* Шапка страницы
*******************************************************************************
*/

header.page .brand {
  display: block;
  float: left;
  width: 50%;
  height: 130px;
  padding-top: 12px;
}
header.page .brand:hover {
  text-decoration: none;
}
header.page .brand .logo {
  display: none;
}
header.page .brand .slogan .big {
  font-family: 'HelveticaNeue';
  font-size: 30px;
}
header.page .brand .slogan .small {
  padding: 3px 0 0 6px;
  font-size: 11px;
}

header.page .phones {
  float: right;
  width: 50%;
  height: 130px;
  padding-top: 4px;
  line-height: 20px;
  font-size: 16px;
  text-align: right;
}
header.page .phones > a {
  display: block;
}
header.page .phones a:hover {
  text-decoration: none;
}
header.page .phones b {
  font-weight: normal;
}
header.page .phones .call {
  position: relative;
  font-size: 13px;
}
header.page .phones .call > span {
  display: inline-block;
  margin: 0 3px;
}
header.page .phones .skype:before {
  width: 17px;
  height: 20px;
  background-position: -50px -50px;
}
header.page .phones .skype:hover:before {
  background-position: -100px -50px;
}

header.page .cart {
  float: right;
  z-index: 1000;
}
header.page .cart > a {
  display: inline-block;
}
header.page .cart > a:before,
#floating_header .cart > a:before {
  width: 27px;
  height: 22px;
  margin-top: -3px;
  background-position: 0 0;
}
header.page .cart > a:hover,
#floating_header .cart > a:hover {
  text-decoration: none;
}
/*header.page .cart > a .title {
  display: none;
}*/
header.page .cart > a .count .number,
#floating_header .cart > a .count .number {
  padding: 0 3px;
  background: #fabc49;
  border-radius: 3px;
}
header.page .cart > a .sum {
  margin-left: 3px;
}
header.page .cart > a .sum .number:after {
  font-size: 70%;
}
header.page .cart > div {
  display: none;
}

header.page .auth {
  position: relative;
  float: right;
}
header.page .auth > a:before,
#floating_header .auth > a:before {
  content: '';
  float: left;
  display: block;
  width: 10px;
  height: 8px;
  margin: 3px 0 0 10px;
  border-left: 1px solid #666;
}
header.page .auth a + a {
  display: block;
  margin-top: 10px;
  text-align: right;
}

header.page .search {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
}
header.page .search form {
  position: relative;
}
header.page .search input {
  position: relative;
  width: 100%;
  padding-right: 35px;
  font-size: 13px;
}
header.page .search button {
  position: absolute;
  top: 1px;
  right: 1px;
  display: block;
  width: 30px;
  height: 28px;
  background-color: #fff;
  z-index: 1;
}
header.page .search button:before {
  width: 30px;
  height: 28px;
  background-position: 8px -42px;
}
header.page .search button:hover:before {
  -khtml-opacity: .7;
    -moz-opacity: .7;
         opacity: .7;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}
header.page .search .suggestions
{
  position: absolute;
  max-width:100%;
  top: 100%;
  left: 0;
  display: none;
  margin-top: 3px;
  padding: 15px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  z-index: 1101;
  box-shadow:0 0 10px rgba(0,0,0,0.3);
}
header.page .search .suggestions hr {
  margin: 10px 0;
}
header.page .search .suggestions li {
  display: table;
}
header.page .search .suggestions li a,
header.page .search .suggestions li .img {
  display: table-cell;
  vertical-align: middle;
  height: 50px;
}
header.page .search .suggestions li .img {
  width: 60px;
  padding-right: 10px;
}


div.header_search-sections
{
	margin-bottom:20px;
}
div.header_search-sections:before
{
	content:'Разделы';
	display:block;
	border-bottom:1px solid #ddd;
	padding-bottom:10px;
	margin-bottom:10px;
	font-size:90%;
}

a.header_search-section
{
	display:block;
	margin:0 0 10px 0px;
	font-weight:600;
	text-decoration:none;
}
a.header_search-section:hover
{
	text-decoration:underline;
}

div.header_search-items
{

}
div.header_search-items:before
{
	content:'Товары';
	display:block;
	border-bottom:1px solid #ddd;
	padding-bottom:10px;
	margin-bottom:10px;
}

.header_search-item a
{
	display:block;
	margin-bottom:13px;
	text-decoration:none;
}
.header_search-item a:after
{
	content:'';
	display:block;
	clear:both;
}
.header_search-item a:hover
{
	text-decoration:underline;
}
.header_search-item b
{
	font-weight:600;
}
.header_search-item i
{
	display:block;
	float:left;
	width:60px;
	height:50px;
	line-height:50px;
	background-color: white;
	outline: 2px solid white;
	text-align:center;
}
.header_search-item i img
{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
	max-height:100%;
}
.header_search-item span
{
	display:block;
	margin-left:73px;
	padding-top:3px;
	line-height:1.3;
}

div.header_search-more
{
	margin:20px 0 10px 0;
	text-align:center;
}
.header_search-more a
{
	text-decoration:none;
}
.header_search-more a:hover
{
	text-decoration:underline;
}

div.header_search-loading
{
	width:100px;
}
div.header_search-loading:after
{
	content: ' .';
	animation: dots 1s steps(5, end) infinite;
}

@keyframes dots {
  0%, 20% {
    color: rgba(0,0,0,0);
    text-shadow:
      .25em 0 0 rgba(0,0,0,0),
      .5em 0 0 rgba(0,0,0,0);}
  40% {
    color: black;
    text-shadow:
      .25em 0 0 rgba(0,0,0,0),
      .5em 0 0 rgba(0,0,0,0);}
  60% {
    text-shadow:
      .25em 0 0 black,
      .5em 0 0 rgba(0,0,0,0);}
  80%, 100% {
    text-shadow:
      .25em 0 0 black,
      .5em 0 0 black;
	}
}

@media (max-width: 800px) {
  header.page .cart {
    width: 100%;
    position: absolute;
    left: 2px;
    bottom: 60px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
    /*text-align: center;*/
  }
  header.page .auth {
    margin-top: 50px;
  }
  header.page .auth > a:before {
    display: none;
  }
}

/* Основное меню (в шапке)
*******************************************************************************
*/

nav.page {
  position: relative;
  padding-top: 15px;
}
nav.page > a {
  position: absolute;
  top: -38px;
  left: 0;
  line-height: 40px;
  background: #fff;
}
nav.page > a:before {
  width: 30px;
  height: 40px;
  margin-right: 5px;
  background-position: 2px -91px;
}
nav.page div li {
  display: block;
  line-height: 25px;
  text-transform: uppercase;
}
nav.page .sub li {
  text-transform: none;
}
nav.page div li.hidden {
  display: none;
}
nav.page div li.hr {
  display: block;
  height: 1px;
  width: 100%;
  margin: 15px 0;
  background: #ddd;
}
nav.page div li.hr:before,
nav.page div li.hr + li:before {
  display: none !important;
}
nav.page .window {
  width: 100%;
  margin-bottom: 15px;
  padding: 10px 20px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px #aaa;
          box-shadow: inset 0 0 5px #aaa;
}

nav.page .window > ul > li > div {
  display: none;
}

nav.page > a.slide-open + select {
  display: none;
}

/* Всплывающие окна
*******************************************************************************
*/

.popup .fake {
  /*display: none;*/
  position: absolute;
  bottom: 100%;
  margin-top: 0px;
  padding: 5px 10px;
  background: #fff;
  border-radius: 3px 3px 0 0;
  -webkit-box-shadow: 0 0 5px #999;
          box-shadow: 0 0 5px #999;
  cursor: pointer;
}
.popup .fake:after {
  content: '';
  position: absolute;
  top: 100%;
  display: block;
  width: 110%;
  height: 10px;
  background: #fff;
}

/* Всплывающее окно "Обратный звонок"
*******************************************************************************
*/

#popup-call {
  top: 25px;
  right: 0;
}
#popup-call .fake {
  right: 23px;
}
#popup-call .fake:after {
  left: -5%;
}
#popup-call .button {
  display: block;
  width: 100%;
  margin-top: 10px;
}
#popup-call .button:before {
  width: 22px;
  height: 19px;
  background-position: -150px -50px;
}

@media (max-width: 799px) {
  #popup-call .fake {
    display: none;
  }
}

/* Всплывающее окно "Вход"
*******************************************************************************
*/

#popup-enter {
  top: 19px;
  right: -10px;
}
#popup-enter .fake {
  right: 0;
}
#popup-enter .fake:after {
  right: 0;
}
#popup-enter label,
#popup-enter-floating label {
  margin-bottom: 10px;
}
#popup-enter .button,
#popup-enter-floating .button {
  display: inline-block;
  width: 45%;
  text-align: center;
}
#popup-enter .button + .button,
#popup-enter-floating .button + .button {
  margin-left: 5%;
}

/* Всплывающее окно "Регистрация"
*******************************************************************************
*/

#popup-enjoy {
  top: 19px;
  right: -10px;
}
#popup-enjoy .fake {
  right: 0;
}
#popup-enjoy .fake:after {
  right: 0;
}
#popup-enjoy label,
#popup-enjoy-floating label {
  margin-bottom: 10px;
}
#popup-enjoy .button,
#popup-enjoy-floating .button {
  display: block;
  width: 100%;
}

/* Большой промо слайдер
*******************************************************************************
*/

/*.slider_promo {
  display: none;
}*/
.slider_promo .item {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  height: auto !important;
}
.slider_promo .item img {
	max-width: 100% !important;
}
.slider_promo .item .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 50px;
  text-align: center;
}
.slider_promo .item .text p {
  margin: 0;
}
.slider_promo .item .text p span {
  border-radius: 3px;
}
.slider_promo .item .text p.title span {
  padding: 0 15px;
  text-transform: uppercase;
}
.slider_promo .item .text .title.first span {
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 40px;
  background: #4fab4b;
  font-family: 'HelveticaNeue';
}
.slider_promo .item .text .title.second span {
  display: inline-block;
  max-width: 80%;
  padding: 0 5px;
  font-size: 18px;
  background: #f2b23a;
  font-family: 'PTSans';
}

.slider_promo .item .links,
.slider_promo .nav,
.slider_promo .pagination-cover {
  display: none;
}

@media (min-width: 600px) {

  .slider_promo {
    display: block;
  }
  .slider_promo .item .links {
    display: block;
  }
  .slider_promo .item .links a {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
    font-size: 18px;
    background: rgba(255,255,255,.7);
    border-radius: 5px;
  }
  .slider_promo .item .links a:hover {
    text-decoration: none;
    background: #fff;
  }
  .slider_promo .item .links a + a {
    margin-left: 10px;
  }
  .slider_promo .item .links a span:before {
    float: right;
    width: 10px;
    height: 23px;
    margin-left: 5px;
    background-position: -100px -145px;
  }

  .slider_promo .nav {
    display: block;
    height: 100%;
    background: none;
  }
  .slider_promo .nav:before {
    width: 37px;
    height: 133px;
  }
  .slider_promo .prev:before {
    background-position: -200px 0;
  }
  .slider_promo .next:before {
    background-position: -250px 0;
  }

}

/* Буллеты под промо слайдером
*******************************************************************************
*/

section.bullets {
  display: none;
}

/* Слайдер товаров
*******************************************************************************
*/

.slider_offers {
  position: relative;
  padding: 0 30px;
}

.slider_offers .item:hover {
  text-decoration: none;
}
.slider_offers .item .img {
  position: relative;
  display: block;
  height: 130px;
}
.slider_offers .item .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.slider_offers .item .text {
  margin-top: 5px;
  text-align: center;
}
.slider_offers .item .text .cost {
  height: 20px;
  font-size: 18px;
}
.slider_offers .item .text .title {
  height: 40px;
  line-height: 20px;
  overflow: hidden;
}

.slider_offers .nav {
  width: 30px;
  height: 100%;
}
.slider_offers .nav:before {
  position: absolute;
  top: 30px;
  left: 0;
  width: 30px;
  height: 70px;
}
.slider_offers .prev {
  left: 0;
}
.slider_offers .prev:before {
  background-position: 0 -145px;
}
.slider_offers .next {
  right: 0;
}
.slider_offers .next:before {
  background-position: -35px -145px;
}

/* Видео на главной
*******************************************************************************
*/

.home_video {
  display: none;
}

/* Баннеры на главной (под видео)
*******************************************************************************
*/

.home_banners {
  text-align: center;
}
.home_banners a {
  display: inline-block;
  margin-bottom: 10px;
}

/* О магазине (на главной)
*******************************************************************************
*/

.home_about {
  margin-bottom: 30px;
}
.home_about h1 {
  float: none;
}
.home_about .toggle {
  margin-top: 15px;
  font-size: 12px;
}
.home_about .pre_toggle {
  position: relative;
}
.home_about .pre_toggle .fade {
  width: 100%;
  height: 100px;
  position: absolute;
  top: -100px;
  left: 0;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)),color-stop(90%, rgba(255,255,255,1)),to(rgba(255,255,255,1)));
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 90%,rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
.home_about .pre_toggle a.active + .fade {
  background: none;
}
.home_about ul {
  padding-left: 20px;
  list-style-type: disc;
}

/* Подвал страницы
*******************************************************************************
*/

footer.page {
  margin-bottom: 30px;
}
footer.page .container {
  border-top: 3px solid #4fab4b;
}
footer.page .container > hr {
  background-color: #bbb;
}

footer.page nav > ul {
  float: left;
  width: 100%;
  padding-right: 10px;
  margin-bottom: 10px;
}
@media (min-width: 300px) {
  footer.page nav > ul {
    width: 50%;
  }
}
@media (min-width: 600px) {
  footer.page nav > ul {
    width: 25%;
  }
}

@media (max-width: 800px) {
  footer.page nav > ul:first-child li:first-child,
  footer.page nav > ul:first-child + ul li:first-child {
    display: none;
  }
  footer.page nav > ul:first-child {
    width: auto;
    float: none;
    /*width: 100%;
    margin-top: 2px;
    margin-bottom: 0;
    padding-right: 0;*/
  }
  footer.page nav > ul:first-child li {
    width: 50%;
    float: left;
  }
}

footer.page nav > ul:first-child + ul {
  width: auto;
  float: none;
  /*float: none;
  width: 100%;
  height: 7.5em;
  padding: 1.5em 0;
  border-bottom: 1px solid #ddd;*/
}
footer.page nav > ul:first-child + ul li {
  float: left;
  width: 50%;
}
footer.page nav ul li {
  line-height: 1.5;
}
footer.page nav > ul > li:first-child {
  line-height: 2;
  text-transform: uppercase;
  font-family: 'HelveticaNeue';
  font-size: 18px;
}
footer.page nav ul li.hidden + li {
  padding-top: 7px;
  text-transform: uppercase;
  font-size: 12px;
}

footer.page .columns .column {
  position: relative;
}

footer.page .columns .column.left,
footer.page .columns .column.right {
  display: none;
}
footer.page .columns .column.right {
  text-align: right;
  width: 90px;
}

footer.page .columns .column.center .soc {
  height: 50px;
}
footer.page .columns .column.center .soc a,
footer.page .columns .column.center .soc a:before {
  display: block;
  width: 35px;
  height: 35px;
}
footer.page .columns .column.center .soc a {
  float: left;
  margin-right: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
footer.page .columns .column.center .soc a.fb:before {
  background-position: 0px -250px;
}
footer.page .columns .column.center .soc a.vk:before {
  background-position: -50px -250px;
}
footer.page .columns .column.center .soc a.tw:before {
  background-position: -100px -250px;
}
footer.page .columns .column.center .soc a.yo:before {
  background-position: -150px -250px;
}
footer.page .columns .column.center .soc a.in:before {
  background-position: -200px -250px;
}

footer.page .columns .column.center .info {
  line-height: 1.5;
  font-size: 13px;
}
footer.page .columns .column.center .info .copyright {
  display: block;
  margin: 10px 0 20px;
}
footer.page .columns .column.center .info div span {
  display: block;
}
footer.page .columns .column.center .info div span:first-child {
  display: none;
}
footer.page .columns .column.center .info .footer-telegram span:first-child {
	display: inline-block;
}
footer.page .columns .column.center .info .phones {}
footer.page .columns .column.center .info .address {}

.footer-telegram {
	margin-top: 10px;
}

footer.page .columns .column.center .text {
  display: none;
}

@media (min-width: 600px) {

  footer.page .columns .column.center .soc {
    position: absolute;
    right: 0;
    top: 0;
    height: 35px;
  }

  footer.page .columns .column.center .info .copyright {
    margin: 0 0 15px;
  }

}

/* Каталог
*******************************************************************************
*/

main.catalogue .container > article > header {
  padding-right: 80px;
  overflow: hidden;
}
.container > article > header::after {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  clear: both;
}

/* Хлебные крошки
*******************************************************************************
*/

section.breadcrumbs {
  display: none;
}

/* Фильтры
*******************************************************************************
*/

section.filters {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}
.brand .brand_logo {
  margin-bottom: 10px;
}
.brand .brand_logo img {
  margin-left: 0;
}
section.filters .popup-open {
  display: block;
  position: absolute;
  right: 0;
  top: 100%;
  height: 30px;
  padding: 0 10px;
  line-height: 30px;
  z-index: 1010;
  color: #fff;
  background: #4fab4b;
  text-decoration: none !important;
  border-radius: 3px;
}
.brand section.filters .popup-open {
  margin-top: 15px;
}
section.filters .popup-open.active {
  color: #444;
  background: #fff;
  border-radius: 3px 3px 0 0;
  -webkit-box-shadow: 0 0 5px #aaa;
          box-shadow: 0 0 5px #aaa;
  z-index: 11100;
}
section.filters .popup-open.active:after {
  content: '';
  display: block;
  width: 110%;
  height: 10px;
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: -2px;
  background: #fff;
}
main.catalogue section.filters form {
  position: absolute;
  top: 8px;
  left: 0;
  width: 100%;
}
main.catalogue.brand section.filters form {
  top: 100%;
  margin-top: 38px;
}

section.filters form {
  padding: 10px;
}


main.catalogue section.filters .filter {
  margin-bottom: 15px;
}
main.catalogue .bx-filter {
  width: 100%;
  min-width: 0;
}
main.catalogue .bx-filter .bx-filter-section {
  padding: 0;
}
main.catalogue .bx-filter .bx-ui-slider-track-container {
  padding-left: 13px;
  padding-right: 18px;
}
main.catalogue .bx-filter-parameters-box-title,
main.catalogue section.filters .filter .title {
  display: inline-block;
  margin-bottom: 5px;
  padding: 0;
  color: #1b1b1b;
  font-size: 12px;
  text-transform: uppercase;
}
main.catalogue .bx-filter-parameters-box-title:before,
main.catalogue section.filters .filter .title:before {
  display: none;
}
main.catalogue .bx-filter-parameters-box-title:after,
main.catalogue section.filters .filter .title:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 18px;
  vertical-align: middle;
  background: url(/img/sprite.png) -147px -396px no-repeat;
}
main.catalogue .bx-active .bx-filter-parameters-box-title:before,
main.catalogue section.filters .filter .title.active:before {
  display: none;
}
main.catalogue .bx-active .bx-filter-parameters-box-title:after,
main.catalogue section.filters .filter .title.active:after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 18px;
  vertical-align: middle;
  background: url(/img/sprite.png) -97px -393px no-repeat;
}
main.catalogue section.filters .filter .title .rub:after {
  font-size: 80%;
}
main.catalogue .bx-filter-parameters-box-title span,
main.catalogue section.filters .filter .title span {
  display: inline;
  color: #000;
  border-bottom: 1px dashed #fff;
}

main.catalogue section.filters .filter .data {
  float: none;
  clear: both;
  position: relative;
}
main.catalogue .bx-filter-parameters-box input[type="checkbox"],
main.catalogue section.filters .filter .data label input[type="checkbox"] {
  display: none;
}
@media (max-width: 800px) {
  main.catalogue section.filters .filter .data div span {
    display: none;
  }
  main.catalogue section.filters .filter .data div span.val {
    display: inline;
  }
}

main.catalogue section.filters .filter .data .toggle {}

section.filters form button {
  padding: 0 15px;
  font-size: 12px;
}
section.filters form button[type="reset"] {
  float: left;
  background: #ddd;
}
section.filters form button[type="submit"] {
  float: right;
}
section.filters form button[type="submit"] .sprite:before {
  width: 16px;
  height: 30px;
  background-position: -150px -142px;
}

main.catalogue section.filters .filter {
  margin-bottom: 20px;
}
main.catalogue section.filters .filter.horizon .slick-arrow {
  position: absolute;
  top: 0;
  display: block;
  width: 50px;
  height: 100%;
  padding: 0;
  z-index: 1;
  border-radius: 0;
}
main.catalogue section.filters .filter.horizon .slick-next {
  right: 0;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-gradient(linear,  left top, right top,  from(rgba(255,255,255,0)),to(rgba(255,255,255,1)));
  background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}
main.catalogue section.filters .filter.horizon .slick-prev {
  left: 0;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-gradient(linear,  left top, right top,  from(rgba(255,255,255,1)),to(rgba(255,255,255,0)));
  background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
}

/* Текстовые пункты */

main.catalogue section.filters .filter.text {
  position: relative;
  overflow: hidden;
}
main.catalogue .bx-filter-parameters-box label,
main.catalogue section.filters .filter.text .data label {
  margin-bottom: 5px;
}
main.catalogue section.filters .filter.text .data label input[type="checkbox"] + div .accent {
  display: none;
}
main.catalogue section.filters .filter.text .data label a {
  color: #848484;
}
/*
main.catalogue section.filters .filter.text .data label input[type="checkbox"]:checked + div:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(/img/sprite.png) -100px -450px no-repeat;
  vertical-align: middle;
}
*/

/* Диапазон */

main.catalogue section.filters .filter.range .data {
  padding-bottom: 15px;
}
main.catalogue section.filters .filter.range .range-slider {
  text-align: center;
}
/* Вариант с редактируемыми инпутами */
/*main.catalogue section.filters .filter.range .data .before,
main.catalogue section.filters .filter.range .data .after {
  line-height: 20px;
}
main.catalogue section.filters .filter.range .data .val {
  width: 60px;
  height: 20px;
  border: none;
}
main.catalogue section.filters .filter.range .data .min {
  float: left;
}
main.catalogue section.filters .filter.range .data .max {
  float: right;
}*/
main.catalogue section.filters .filter.range .data .interface {
  margin-top: 5px;
}

/* Цвет */

main.catalogue section.filters .filter.color .data label {
  float: left;
  margin: 0 5px;
  border: none;
}
main.catalogue section.filters .filter.color .data label input[type="checkbox"] + div {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 30px;
}
main.catalogue section.filters .filter.color .data label input[type="checkbox"]:checked + div:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 12px;
  height: 12px;
  margin: -6px 0 0 -5px;
  background: url(/img/sprite.png) -150px -150px no-repeat;
}
main.catalogue section.filters .filter.color .data label input[type="checkbox"] + div.light {
  border: 1px solid #666;
}
main.catalogue section.filters .filter.color .data label input[type="checkbox"]:checked + div.light:before {
  background-position: -250px -250px;
}
main.catalogue section.filters .filter.color .data label input[type="checkbox"]:disabled + div {
  -khtml-opacity: .2;
    -moz-opacity: .2;
         opacity: .2;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=20);
}

/* Выбранные фильтры (отдельный блок)
*******************************************************************************
*/

section.active_filters {
  display: none;
}

/* Сортировка
*******************************************************************************
*/

section.sorting {
  padding-bottom: 10px;
}

section.sorting form .column {
  vertical-align: middle;
  height: 35px;
  border-bottom: 1px solid #ddd;
}
section.sorting form .column .title {
  display: inline-block;
}

section.sorting form .quantity {}

section.sorting form .sortby {
  text-align: right;
}
section.sorting form .sortby .title + .title,
section.sorting form .sortby label input + div span {
  display: none;
}
section.sorting form .sortby label {
  display: inline-block;
  margin: 0 0 0 5px;
}
section.sorting form .sortby label input {
  display: none;
}
section.sorting form .sortby label input + div {
  display: inline-block;
}
section.sorting form .sortby label input + div:before {
  width: 23px;
  height: 23px;
}
section.sorting form .sortby label input.asc + div:before {
  background-position: -100px -100px;
}
section.sorting form .sortby label input.asc:checked + div:before {
  background-position: -123px -100px;
}
section.sorting form .sortby label input.desc + div:before {
  background-position: -150px -100px;
}
section.sorting form .sortby label input.desc:checked + div:before {
  background-position: -173px -100px;
}
section.sorting form .sortby label input:checked + div {}

section.sorting form .range {
  display: none;
}

section.sorting form .view {
  display: none;
}

/* Товар в каталоге
*******************************************************************************
*/

.offers {
  width: 100%;
}
/*.offers:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 16px;
  background: #fff;
}*/
.offers > hr {
  display: none;
}

.offers article.offer {
  width: 100%;
  height: 380px;
}
.offers article.offer {
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
@media (min-width: 320px) {
  .offers article.offer {
    float: left;
    width: 50%;
    padding: 0 10px;
  }
}
.offers article.offer .columns {
  display: block;
}
.offers article.offer .column {
  position: relative;
  display: block;
}

.offers article.offer .column.first {
  height: 150px;
  height: 180px;
  text-align: center;
}
.offers article.offer .column.first > .img {
  display: table;
  height: 180px;
}
.offers article.offer .column.first > .img > div {
  display: table-cell;
  vertical-align: middle;
}
.offers article.offer .column.first > .img img {
  width: auto;
  height: auto;
  max-height: 135px;
  max-height: 170px;
}
.offers article.offer .column.first > .img .tip {
  display: none;
}
.offers article.offer .column.first .buttons {
  position: absolute;
  top: 0;
  right: 0;
}
.offers article.offer .column.first .buttons a {
  position: relative;
  display: block;
  width: 30px;
  margin-bottom: 7px;
  background: url(/img/sprite.png) 0 0 no-repeat;
}
.offers article.offer .column.first .buttons a.open_3D {
  display: none;
}
.offers article.offer .column.first .buttons a.open_video {
  height: 24px;
  background-position: 0 -355px;
}
.offers article.offer .column.first .buttons a.shipping_free {
  height: 18px;
  background-position: -98px -355px;
}
.offers article.offer .column.first .buttons a.shipping_today {
  display: none;
  height: 21px;
  background-position: -148px -355px;
}
.offers article.offer .column.first .buttons a span {
  display: none;
}
.offers article.offer .column .slider_thumbs {
  display: none;
}

.offers article.offer .column.second {
  padding-bottom: 15px;
}
.offers article.offer .column.second > .title {
  height: 2em;
  margin-bottom: 10px;
  overflow: hidden;
  text-align: center;
}
.offers article.offer .column.second .colors {
  display: none;
}
.offers article.offer .column.second .title {
  margin: 0;
  text-align: left;
}
.offers article.offer .column.second .title a {
  display: inline-block;
  line-height: 1;
}
.offers article.offer .column.second section {
  display: none;
}

.offers article.offer .column.third .left {
  /*float: left;*/
}
.offers article.offer .column.third .left .rub {
  height: 30px;
  line-height: 30px;
}
.offers article.offer .column.third .left .rub.old {
  font-size: 18px;
}
.offers article.offer .column.third .left .rub.actual {
  font-size: 24px;
}
.offers article.offer .column.third .left .rub.lower {
  font-size: 22px;
}
.offers article.offer .column.third .right {
  /*float: right;*/
}

/* Постраничная навигация
*******************************************************************************
*/

.offers.ajax > noindex {
  display: block;
}

.pagination .container {
  padding: 30px 0;
  /*border-top: 1px solid #ddd;*/
}
.pagination .numbers {
  display: none;
}
.pagination .more {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 220px;
  height: 24px;
  margin: -12px 0 0 -110px;
  font-size: 24px;
  font-family: 'HelveticaNeue';
}
.pagination .more:after {
  content: '';
  display: inline-block;
  width: 40px;
  height: 24px;
  background: url(/img/sprite.png) -136px -447px no-repeat;
  vertical-align: middle;
}

/* Плавающая шапка
*******************************************************************************
*/

#floating_header {
  display: none;
}

/* Галерея товара
*******************************************************************************
*/

#modal-offer_gallery {}
#modal-offer_gallery .thumbs,
#modal-offer_gallery .footer,
#modal-offer_gallery .button.one_click {
  display: none;
}

/* Карточка товара
*******************************************************************************
*/

.offer_card {}
.offer_card header a {
  display: inline-block;
  line-height: 30px;
  text-transform: uppercase;
  font-size: 12px;
}
.offer_card header a:before {
  width: 15px;
  height: 30px;
  background-position: -250px -441px;
}
.offer_card h2 {
  font-size: 18px;
}

.offer_card .columns {
  position: relative;
  display: block;
  padding-top: 30px;
}
.offer_card .columns .column {
  display: block;
}
.offer_card .columns .column.left .photo {
  display: table;
  width: 100%;
}
.offer_card .columns .column.left .photo a {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 270px;
}
.offer_card .columns .column.left .photo a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto !important;
  max-width: 100% !important;
}
.offer_card .columns .column .thumbs {
  margin-top: 20px;
  /*text-align: center;*/
}

.offer_card .column .block-1 {
  padding: 15px 0 11px;
  border-bottom: 1px solid #ddd;
}
.offer_card .column .block-1 .title {
  display: inline-block;
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'HelveticaNeue';
}
#offer_characteristic {
  margin-bottom: -12px;
  padding-top: 10px;
}
#offer_shipping {
  margin-bottom: -12px;
  padding-top: 10px;
}

.offer_card .column .shipping {
  padding:15px 0;
  border-bottom: 1px solid #ddd;
}

.offer_card .labels {
  top: 0;
}

.offer_card .open_3D {
  display: none;
}

.offer_card .slider_thumbs {
  float: none;
  display: inline-block;
}
.offer_card .slider_thumbs.horizontal_3 {
  /*width: 290px;*/
}

.offer_card .colors {
  margin: 20px 0;
}
.offer_card .colors .color {
  width: 40px;
  height: 30px;
  margin-top: 0;
}

.offer_card .bullets {
  padding-top: 5px;
  /*padding-left: 35px;*/
}
.offer_card .bullets li {
  line-height: 20px;
  font-size: 10px;
  text-transform: uppercase;
}
.offer_card .bullets li:before {
  width: 20px;
  height: 20px;
}
.offer_card .bullets li.shipping_free:before {
  background-position: -100px -498px;
}
.offer_card .bullets li.shipping_today:before {
  background-position: -150px -499px;
}
.offer_card .bullets li.shipping_today {
  display: none;
}

.offer_card .block_buy {
  margin: 10px 0 0;
  padding-bottom: 20px;
  border: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  /*text-align: center;*/
}
.offer_card .block_buy .presence {
  margin: 15px 0 10px;
}
.offer_card .block_buy .left {
  float: left;
}
.offer_card .block_buy .right {
  float: right;
}
.offer_card .block_buy .rub {
  /*display: inline-block;*/
  margin-right: 10px;
}
.offer_card .block_buy .button.buy:disabled div.checkout {
  margin-bottom: 10px;
}
.offer_card .block_buy .buycall {
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  height: 30px;
}
.offer_card .buycall {
  position: relative;	
}
.offer_card .buycall > a {
  color: #e1960c;
  line-height: 1;
}
@media (max-width: 799px) {
  .offer_card .block_buy .button.buy {
    float: right;
    margin-top: -30px;
  }
}
.offer_card .pluso {
  margin-top: 20px;
}

.offer_card .characteristic {
  width: 100%;
}

.offer_card .shipping .characteristic td + td {
  padding-left: 10px;
}
.offer_card .shipping .characteristic td:first-child img {
  top: 50%;
  margin-top: -10px;
}

#publishing_rules {
  padding-top: 10px;
}

/*
*******************************************************************************
*/

.office .tabs,
.offer_card .tabs {
  margin-bottom: 30px;
}
/*.office .tabs .tags,*/
.offer_card .tabs .tags {
  display: none;
}
.offer_card .tabs .pane {
  border-bottom: 1px solid #ddd;
}
.office .tabs .pane .content,
.offer_card .tabs .pane .content {
  display: none;
  padding-bottom: 20px;
}
.office .tabs .pane,
.office .tabs .pane.active .content,
.offer_card .tabs .pane,
.offer_card .tabs .pane.active .content {
  display: block;
}
.office .tabs .pane .title,
.offer_card .tabs .pane .title {
  /*margin: 20px 0;*/
  padding: 15px 0 11px;
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'HelveticaNeue';
}
.offer_card .tabs .pane iframe {
  max-width: 100%;
}

.offer_card #tab-2 .comments .flr {
  float: none;
  clear: both;
}
.offer_card #tab-2 .sprite:before {
  width: 20px;
  height: 20px;
  background-position: -250px -550px;
}
.offer_card #tab-2 .sprite.toggle.slide {
  display: inline-block;
  margin-bottom: 10px;
  /*color: #e1960c;
  border-bottom: 1px dashed;*/
}
.offer_card #tab-2 .form_title {
  display: none;
}
.offer_card #tab-2 form {
  margin-bottom: 30px;
  padding: 20px 10px;
  -webkit-box-shadow: 0 0 5px #999;
          box-shadow: 0 0 5px #999;
  border-radius: 5px;
}
.offer_card #tab-2 form label {
  margin-bottom: 6px;
}
.offer_card #tab-2 form .buttons {
  margin-top: 15px;
}
.offer_card #tab-2 .comments > p {
  margin-bottom: 15px;
}
.offer_card #tab-2 .comments select {
  height: 22px;
}
.offer_card #tab-2 .comments .comment {
  padding: 15px 0;
  border-top: 1px solid #ddd;
}
.offer_card #tab-2 .comments .comment .rating {
  margin-bottom: 5px;
}
.offer_card #tab-2 .comments .comment .author,
.offer_card #tab-2 .comments .comment .header .date {
  display: inline-block;
  margin-bottom: 3px;
  color: #848484;
  font-size: 13px;
}
.offer_card #tab-2 .comments .comment .text {
  margin-top: 10px;
}

.office .tabs .tags .tag {
  display: block;
  margin: 15px 0;
  color: #4fab4b;
  text-decoration: underline;
}
.office .tabs .tags .tag.active {
  color: #444;
  font-weight: bold;
  text-decoration: none;
}

/* Хочу купить, перезвоните
*******************************************************************************
*/

#popup-buycall {
  margin-top: 10px;
}
#popup-buycall input {
  width: 100%;
  margin-bottom: 10px;
}
#popup-buycall .button {
  width: 100%;
  margin-bottom: 10px;
  line-height: 30px;
}

/* Купить в один клик
*******************************************************************************
*/

#popup-buyclick {
  right: 0;
  width: 300px;
  padding: 10px;
}
#popup-buyclick input {
  width: 100%;
  margin-bottom: 10px;
}
#popup-buyclick .button {
  float: none;
  width: 100%;
  line-height: 30px;
}
#popup-buyclick .button:before {
  width: 22px;
  height: 19px;
  margin-top: -2px;
  background-position: -150px -50px;
}
/*#popup-buyclick input {
  float: left;
  width: 150px;
}
#popup-buyclick .button {
  float: right;
  padding: 0 10px;
  font-size: 12px;
}*/

/* Корзина
*******************************************************************************
*/

article.cart > form {
  margin-bottom: 20px;
}
article.cart .columns.counters {
  padding: 10px 0;
  border-top: 1px solid #ddd;
}
article.cart .columns.counters .column {
  /*float: left;*/
  /*display: block;*/
  /*width: 100%;*/
  margin-bottom: 5px;
  padding-bottom: 5px;
  /*padding-left: 10px;*/
}
article.cart .columns.counters .column:first-child {
  display: none;
}
article.cart .columns.counters .column:first-child + .column {
  padding-left: 0;
}
article.cart .columns.counters .column.active:after {
  content: '';
  display: block;
  width: 21px;
  height: 12px;
  margin: 5px 0 0 0;
  vertical-align: middle;
  background: url(/img/sprite.png) -50px -500px no-repeat;
}

article.cart .columns.headers {
  display: none;
}

article.cart .offers {
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
article.cart .offers:after {
  display: none;
}
article.cart .offers .columns {
  position: relative;
  display: block;
  /*padding: 20px 60px 20px 30px;*/
  padding: 20px 60px 20px 0;
  border-top: 1px solid #ddd;
}
article.cart .offers .column {
  display: block;
}
/*article.cart .offers .checkbox {
  position: absolute;
  top: 20px;
  left: 0;
  width: 30px;
}*/
article.cart .offers .img {
  display: none;
  position: relative;
}
article.cart .offers .title {
  margin-bottom: 5px;
  font-size: 16px;
}
article.cart .offers .cost,
article.cart .offers .discount,
article.cart .offers .sum {
  font-size: 16px;
  line-height: 1.3;
}
article.cart .offers .cost:before,
article.cart .offers .discount:before,
article.cart .offers .sum:before {
  display: inline-block;
  width: 80px;
  text-transform: uppercase;
  font-size: 12px;
}
article.cart .offers .discount {
  color: #d18b09;
}
article.cart .offers .cost:before {
  content: 'Цена:';
}
article.cart .offers .discount:before {
  content: 'Скидка:';
}
article.cart .offers .sum:before {
  content: 'Стоимость:';
}

article.cart .offers .amount {
  position: absolute;
  top: 21px;
  right: 0;
  width: 50px;
  text-align: center;
}
article.cart .offers .amount:before {
  content: 'Кол-во';
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
}
article.cart .offers .amount input {
  width: 100%;
}

/*article.cart .selected {
  margin-bottom: 10px;
  padding: 5px 0;
  border-bottom: 1px solid #ddd;
  text-align: center;
}
article.cart .selected p {
  margin: 0;
}
article.cart .selected button:before {
  float: left;
  width: 15px;
  height: 15px;
}
article.cart .selected .delete {
  color: #d12600;
}
article.cart .selected .delete:before {
  background-position: 0 -546px;
}
article.cart .selected .postpone {
  color: #4fab4b;
}
article.cart .selected .postpone:before {
  background-position: -50px -550px;
}*/
article.cart .actions a {
  display: inline-block;
  margin: 10px 10px 0 0;
}
article.cart .actions a:before {
  float: left;
  width: 15px;
  height: 15px;
}
article.cart .actions .delete {
  color: #d12600;
}
article.cart .actions .delete:before {
  background-position: 0 -548px;
}
article.cart .actions .postpone {
  color: #4fab4b;
}
article.cart .actions .postpone:before {
  background-position: -50px -550px;
}

article.cart .promo {
  margin-bottom: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
article.cart .promo input {
  display: block;
  width: 100%;
  height: 25px;
}
article.cart .promo .button {
  float: right;
  min-width: 110px;
  height: 25px;
  line-height: 25px;
  margin-left: 10px;
  padding: 0 10px;
  background: #fabc49;
}
article.cart .promo .button span {
  height: 25px;
  line-height: 25px;
}
article.cart .promo .button span:before {
  width: 20px;
  height: 25px;
  background-position: -250px -245px;
}

article.cart .total {
  margin-bottom: 30px;
  text-align: center;
}
article.cart .total p {
  margin: 0;
}
article.cart .total p .number {
  font-size: 18px;
}
article.cart .total p.price {}
article.cart .total p.nds {}
article.cart .total p.discount {
  color: #d18b09;
}
article.cart .total p.sum {
  font-size: 16px;
}
article.cart .total p.sum .number {
  font-size: 22px;
}
article.cart .total .button.main {
  display: inline-block;
  margin-top: 15px;
  padding: 0 10px;
  text-transform: uppercase;
}
article.cart .total .button.main span:before {
  width: 30px;
  height: 30px;
  background-position: -50px 5px;
}

/*
*******************************************************************************
*/

article.checkout {}

article.checkout h3 {
  margin: 30px 0 20px;
  color: #222;
  font-size: 18px;
  font-weight: bold;
}
article.checkout form {
  margin-top: -30px;
}
article.checkout label {
  margin-bottom: 10px;
}

article.checkout .shipping-payment {
  display: block;
}
article.checkout .shipping-payment .columns,
article.checkout .shipping-payment .column {
  display: block;
}
article.checkout .shipping-payment .column:first-child {
  padding-bottom: 15px;
}
article.checkout .shipping-payment .column + .column {
  border-top: 1px solid #ddd;
}

article.checkout .shipping-payment table td {
  vertical-align: top;
  padding-bottom: 30px;
}
article.checkout .shipping-payment table td:first-child {
  width: 65px;
  padding-right: 20px;
}
article.checkout .shipping-payment p {
  font-size: 13px;
  margin-bottom: 5px;
}
article.checkout .shipping-payment .title {
  font-size: 15px;
}
article.checkout .shipping-payment .desc {
  color: #999;
  font-style: italic;
}
article.checkout .shipping-payment .img {
  width: 65px;
}
article.checkout .shipping-payment img {
  border: 1px solid #ddd;
  border-radius: 3px;
  overflow: hidden;
}
article.checkout .shipping-payment .img input {
  display: none;
}
article.checkout .shipping-payment .img input:checked + img {
  border-color: #2a9910;
}

article.checkout .cart .offers {
  margin-bottom: 10px;
}
article.checkout .cart .offers .columns {
  padding-left: 0;
}

/* Контакты
*******************************************************************************
*/

article.contacts .columns {
  display: block;
}
article.contacts .column {
  display: block;
  padding-bottom: 20px;
}
article.contacts h4 {
  margin-top: 30px;
}
article.contacts h4:first-child {
  margin-top: 0;
}
article.contacts .contact_photos h4,
article.contacts .contact_text h4 {
  margin-top: 30px !important;
}
article.contacts p {
  font-size: 15px;
}
article.contacts .phones {
  color: #757575;
  font-size: 32px;
}

article.contacts .slick .slick-arrow {
  position: absolute;
  top: 0;
  width: 50px;
  height: 50px;
  z-index: 1;
  border-radius: 0;
}
article.contacts .slick .prev {
  left: 0;
  background: -webkit-gradient(linear,  left top, right top,  from(rgba(255,255,255,1)),to(rgba(255,255,255,0)));
  background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1);
}
article.contacts .slick .next {
  right: 0;
  background: -webkit-gradient(linear,  left top, right top,  from(rgba(255,255,255,0)),to(rgba(255,255,255,1)));
  background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1);
}

/*
*******************************************************************************
*/

.columns.delivery_cost {
  float: left;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.columns.delivery_cost .column {
  display: block;
  height: 21px;
  overflow: hidden;
  line-height: 21px;
  border-top: 1px solid #ddd;
}
.columns.delivery_cost.left {
  width: 40%;
}
.columns.delivery_cost.left .column {
  padding-right: 5px;
}
.columns.delivery_cost.right {
  width: 60%;
  border-left: 1px solid #ddd;
}
.columns.delivery_cost.right .column {
  padding-left: 5px;
}

.delivery_time {
  width: 100%;
}
.delivery_time td {
  padding: 3px 5px;
  border: 1px solid #ddd;
  border-right: 0;
  vertical-align: middle;
}
.delivery_time td:first-child {
  padding-left: 0;
  border-left: 0;
}
.delivery_time .gray {
  color: #666;
  font-size: 12px;
  font-style: italic;
}

h3 .toggle.slide {
  display: block;
}

.pickup_points .columns.legend {
  max-width: 600px;
  margin: 10px 0;
}
.pickup_points .columns.legend .column {
  display: inline-block;
  width: 50%;
  line-height: 20px;
}

.pickup_points .number {
  color: #e3a229;
}
.pickup_points table {
  width: 100%;
  max-width: 600px;
}
.pickup_points table tr td {
  padding: 5px 10px 5px 0;
  border-bottom: 1px solid #ddd;
}
.pickup_points table tr:first-child {
  border-top: 1px solid #ddd;
}
.pickup_points table tr td + td {
  width: 130px;
  padding-left: 5px;
  border-left: 1px solid #ddd;
}
.pickup_points table td > div {
  margin-bottom: 3px;
}
.pickup_points table td span {
  display: inline-block;
}
.pickup_points table .accent {
  font-size: 15px;
}
.pickup_points table .gray {
  color: #a1a2a6;
  font-size: 13px;
  font-style: italic;
}
.pickup_points table .metro {
  font-style: italic;
}
.pickup_points table .metro span {
  display: inline;
}
.pickup_points table .metro span:first-child {
  display: inline-block;
  margin-right: 5px;
  padding: 0 3px;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  border-radius: 3px;
}

/*
*******************************************************************************
*/

.columns.pay {
  display: block;
  border-bottom: 1px solid #ddd;
}
.columns.pay .column {
  display: block;
  padding: 20px 0 10px;
}
.columns.pay .column + .column {
  border-top: 1px solid #ddd;
}
.columns.pay img {
  margin-bottom: 10px;
}

/* Кабинет
*******************************************************************************
*/

.office {}

.office .columns.headers {
  border: 1px solid #ddd;
  border-left: none;
  border-right: none;
}
.office .columns.headers .column {
  padding: 5px 0;
  font-size: 12px;
  text-transform: uppercase;
}
.office .columns.headers .c1 {}
.office .columns.headers .c2,
.office .columns.headers .c3 {
  display: none;
}
.office .columns.headers .c4 {
  width: 100px;
}

.office .columns.item {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
.office .columns.item > .column + .column {
  width: 100px;
  font-size: 15px;
}
.office .columns.item .columns,
.office .columns.item .columns .column {
  display: block;
}
.office .columns.item .columns .column {
  margin-bottom: 3px;
}
.office .columns.item .columns .c1 {
  font-size: 18px;
}
.office .columns.item .columns .c2 {
  color: #848484;
  font-style: italic;
}
.office .columns.item .columns .waiting {
  color: #ec9a00;
}
.office .columns.item .columns .closed {
  color: #848484;
}

.office form {
  margin-bottom: 30px;
}
.office form h4 {
  margin-top: 30px;
}
.office form label {
  margin-bottom: 10px;
}
.office form.subscribe label {
  border-bottom: 1px solid #ddd;
}
.office form.subscribe label:first-child {
  border-top: 1px solid #ddd;
}
.office form .gray {
  color: #848484;
  font-size: 12px;
  font-style: italic;
}
.office form label span {
  display: block;
}
.office form .column {
  padding: 10px 0;
}
.office form label + label .column {
  padding-top: 0;
}

.office .personal_logout {
  display: none;
}

/*
*******************************************************************************
*/

.block_gifts .column .title {
  font-weight: 600;
  margin-bottom: 10px;
}
.block_gifts .column .text {}
.block_gifts .column img {
  max-width: 100%;
  height: auto;
}
.block_gifts .column div + div {
  padding: 5px 0;
}
.block_gifts .column.space {
  display: none;
}
.block_gifts .column .text {
  color: #ec9a00;
}

/*
*******************************************************************************
*/

@media (max-width: 320px) {
  h3 {
    font-size: 16px;
  }
  h4 {
    font-size: 16px;
  }
  #map_0,
  #map_1,
  #map_2 {
    display: none;
  }
}
@media (max-width: 799px) {
  .m-no-hr hr {
    display: none;
  }
  .block_gifts,
  .block_gifts .column,
  .block_gifts .column a {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    /*padding-bottom: 50px;*/
  }
  .h-mobile,
  .m-hidden {
    display: none !important;
  }
  .columns.m-block,
  .columns.m-block .column {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .columns.m-block .column img {
    max-width: 100%;
  }
  #window-nav {
    display: none;
  }
  nav.page > a.slide-open + select {
    display: block;
    position: absolute;
    top: -28px;
    left: 0;
    width: 90px;
    height: 35px;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  }
  #edost_ZIP_main #edost_ZIP_field input,
  #edost_LOCATION_main #location_1s,
  #edost_LOCATION_main #location_2s,
  #edost_LOCATION_main #location_3s {
    width: 100% !important;
  }

  .block_brands {
    display: block;
    width: 100%;
    font-size: 0;
  }
  .block_brands .column {
    display: inline-block;
    width: 50%;
    font-size: 14px;
  }
  .block_brands .column a div:first-child {
    height: 100px;
  }
  table.about,
  table.about tr,
  table.about td {
    display: block;
    width: 100%;
  }
  table.about td {
    padding: 10px 0;
  }
  .spoiler_body table,
  .spoiler_body tr,
  .spoiler_body td {
    display: block;
    width: 100%;
  }
  .spoiler_body td {
    padding: 10px 0;
  }
  /*.pagination .more {
    position: relative;
    top: auto;
    left: auto;
    display: block;
    width: 220px;
    height: 24px;
    margin: 20px 0;
    font-size: 24px;
    font-family: 'HelveticaNeue';
  }*/
  .bx-core-adm-dialog-content,
  .data .ora-storelist {
    width: 100% !important;
    height: auto !important;
  }
  .bx-core-adm-dialog-content td {
    width: 100%;
  }
  .bx-core-adm-dialog-content .image_cell {
    display: none;
  }
  .offer_card .column .block-1 {
    display: none;
  }
  .offer_card .column .shipping .title {
    margin-top: 0;
  }
}

table.about {
  margin-bottom: 10px;
}
table.about td > div {
  padding-bottom: 10px;
}

.not-found__box {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin-bottom: 10px;
}
.not-found__text a {
  text-decoration: underline;
}
.not-found__text a:hover {
  text-decoration: none;
}

@media (max-width: 799px) {
  .mob_card_gallery {
    border: 2px solid #ec9a00;
  }
  .mob_card_gallery .fancybox-close {
    top: 0;
    right: 0;
    background: none;
  }
  .mob_card_gallery .fancybox-close:after {
    content: '';
    display: block;
    width: 11px;
    height: 11px;
    margin: 13px 14px;
    vertical-align: middle;
    color: #e69500;
    background: url(/img/sprite.png) -200px -400px no-repeat;
  }
  .mob_card_gallery .fancybox-nav span {
    display: none;
  }
  .mob_card_gallery .fancybox-nav:before {
    content: '';
    position: absolute;
    top: 50%;
    display: block;
    width: 17px;
    height: 63px;
    margin-top: -31px;
    vertical-align: middle;
    background-image: url(/img/sprite.png);
    background-repeat: no-repeat;
  }
  .mob_card_gallery .fancybox-next:before {
    right: 10px;
    left: auto;
    background-position: -50px -150px;
  }
  .mob_card_gallery .fancybox-prev:before {
    right: auto;
    left: 10px;
    background-position: 0 -150px;
  }
}