@charset "UTF-8";

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,hr,button,input,select,textarea{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;outline:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}
pre{white-space:pre-wrap}
ol,ul{list-style:none}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}
blockquote,q{quotes:none}
table{border-collapse:collapse;border-spacing:0;vertical-align:top}
strong{font-weight:700}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sup{top:-.5em}
sub{bottom:-.25em}
fieldset{border:1px solid silver}
button,input,select,textarea{font-family:inherit;font-size:100%;line-height:normal;text-transform:none}
textarea{overflow:auto;vertical-align:top}
button,input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}
button[disabled],input[disabled]{cursor:default}
input[type="search"]{-webkit-appearance:textfield;}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}
svg:not(:root){overflow:hidden}

.pluso-010010011001-04 .pluso-counter b {
  display: none;
}

iframe {
  max-width: 100%;
}

/*
*******************************************************************************
*/

@font-face {
  font-family: 'HelveticaNeue';
  src: url('/fonts/HelveticaNeue-Thin.eot');
  src: local('☺'),
       url('/fonts/HelveticaNeue-Thin.eot?#iefix')             format('embedded-opentype'),
       url('/fonts/HelveticaNeue-Thin.woff')                   format('woff'),
       url('/fonts/HelveticaNeue-Thin.ttf')                    format('truetype'),
       url('/fonts/HelveticaNeue-Thin.otf')                    format('opentype'),
       url('/fonts/HelveticaNeue-Thin.svg#HelveticaNeue-Thin') format('svg');
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

/*
@font-face {
  font-family: 'PTSans';
  src: url('/fonts/PTSans-Regular.eot');
  src: local('☺'),
       url('/fonts/PTSans-Regular.eot?#iefix')         format('embedded-opentype'),
       url('/fonts/PTSans-Regular.woff')               format('woff'),
       url('/fonts/PTSans-Regular.ttf')                format('truetype'),
       url('/fonts/PTSans-Regular.otf')                format('opentype'),
       url('/fonts/PTSans-Regular.svg#PTSans-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'PTSans';
  src: url('/fonts/PTSans-Bold.eot');
  src: local('☺'),
       url('/fonts/PTSans-Bold.eot?#iefix')      format('embedded-opentype'),
       url('/fonts/PTSans-Bold.woff')            format('woff'),
       url('/fonts/PTSans-Bold.ttf')             format('truetype'),
       url('/fonts/PTSans-Bold.otf')             format('opentype'),
       url('/fonts/PTSans-Bold.svg#PTSans-Bold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
}
*/


/*
*******************************************************************************
*/

body {
  padding: 0 10px;
  color: #222;
  font-family: 'PTSans', sans-serif;
  font-size: 14px;
  line-height: 1;
}

main {
  margin-bottom: 15px;
}

h1,
h2 {
  padding-bottom: 20px;
  line-height: 1.3;
  text-transform: uppercase;
  font-family: 'HelveticaNeue';
}
h3 {
  padding: 10px 0;
  font-size: 18px;
  text-transform: uppercase;
}
h4 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}

p {
  line-height: 1.3;
  margin-bottom: 10px;
}
a {
  color: #222;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
p a {
  color: #4fab4b;
}
b {
  font-weight: 600;
}
em {
  font-style: italic;
}

hr {
  border: none;
  margin: 15px 0;
  width: 100%;
  height: 1px;
  background-color: #ddd;
}

ul {
  margin-bottom: 10px;
}
li {
  margin-bottom: 5px;
}
article ul {
  list-style-type: square;
}
article ol {
  list-style-type: decimal;
}
article ul,
article ol {
  list-style-position: inside;
}
article li {
  margin: 0 0 10px;
  line-height: 1.3;
  font-size: 16px;
}
article p {
  font-size: 16px;
}
article h2 {
  padding: 20px 0;
}

label {
  display: block;
  cursor: pointer;
}
label > span:first-child {
  display: block;
  min-height: 20px;
  line-height: 20px;
}
label input,
label textarea {
  display: block;
  width: 100%;
  border-color: #ddd !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
label .required:after {
  content: '*';
  display: inline-block;
  margin-left: 3px;
  color: #d30000;
  font-size: 18px;
}

select,
input,
textarea {
  height: 30px;
  padding: 0 5px;
  border: 1px solid #ddd;
  border-radius: 3px;
}
textarea {
  height: 100px;
  padding: 5px;
  resize: vertical;
}
button {
  height: 30px;
  background-color: #fff;
  border-radius: 3px;
}

table.characteristic tr {
  border: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
}
table.characteristic th,
table.characteristic td {
  padding: 3px 0;
  text-align: left;
}
table.characteristic th {
  padding-right: 10px;
}

form .errors,
form .success {
  display: none;
  margin-top: 10px;
  padding: 5px;
  border: 2px solid;
  border-radius: 3px;
}
form .errors {
  color: #EF0505;
  border-color: #EF0505;
}
form .success {
  color: green;
  border-color: green;
}

.fll {
  float: left;
}
img.fll {
  margin: 0px 15px 10px 0;
}
.flr {
  float: right;
}
.w50 {
  width: 50%;
}

@media (max-width: 799px) {
  .m-fix_h {
    position: relative;
    height: 6em;
    overflow: auto;
    padding-bottom: 1.5em;
  }
  .m-fix_h img {
    display: none !important;
  }
  .m-fix_h_after {
    position: relative;
    z-index: 1;
    content: '';
    display: block;
    width: 100%;
    height: 1.5em;
    margin-top: -1.5em;
    background: -moz-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#ffffff',GradientType=0);
  }
}

.catalog-subscribe-inner {
  padding: 20px;
}

/* Чекбоксы
*******************************************************************************
*/

.restyle input[type="checkbox"] {
  display: inline-block;
}
.restyle input[type="checkbox"] + div,
.restyle input[type="checkbox"] + span {
  position: relative;
  display: inline-block;
  /*height: 20px;*/
  line-height: 18px;
  padding: 0 20px 0 5px;
  border: 1px solid #fff;
}
.restyle input[type="checkbox"]:checked + div,
.restyle input[type="checkbox"]:checked + span {
  position: relative;
  display: inline-block;
  color: #e69500;
  border-color: #ddd;
  border-radius: 3px;
}
.restyle input[type="checkbox"]:checked + div:after,
.restyle input[type="checkbox"]:checked + span:after {
  content: '';
  position: absolute;
  top: 3px;
  right: 5px;
  display: block;
  width: 15px;
  height: 15px;
  background: url(/img/sprite.png) -196px -399px no-repeat;
  vertical-align: middle;
}

.restyle input[type="checkbox"].box {
  display: none;
}
.restyle input[type="checkbox"].box + div {
  display: block;
  width: 12px;
  height: 15px;
  background: url(/img/sprite.png) -200px -501px no-repeat;
}
.restyle input[type="checkbox"].box:checked + div {
  border: none;
}
.restyle input[type="checkbox"].box:checked + div {
  background-position: -249px -500px;
}
.restyle input[type="checkbox"].box:checked + div:after {
  display: none;
}
.bx-filter-popup-result {
  display: none !important;
}
.bx-filter-parameters-box-container {
  padding-bottom: 0;
}
.bx-filter-parameters-box-container-block.bx-left,
.bx-filter-parameters-box-container-block.bx-right {
  float: left;
  width: 50%;
}
.bx-filter-parameters-box .clear:before,
.bx-filter-parameters-box .clear:after {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  clear: both;
}
.bx-filter-parameters-box-container-block.bx-left {
  padding-right: 5px;
}
.bx-filter-parameters-box-container-block.bx-right {
  padding-left: 5px;
}

/*
*******************************************************************************
*/

.rub:after {
  content: 'РУБ';
  margin-left: 3px;
  font-size: 60%;
}
.rub.old {
  color: #aaa;
}
.rub.old span {
  text-decoration: line-through;
}

.hidden {
  display: none;
}

.clearfix {
  float: none !important;
  clear: both !important;
  width: 100% !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.accent {
  color: #4fab4b;
}
.c-yellow {
  color: #f90;
}
.c-gray {
  color: #aaa;
}

.button {
  height: 30px;
  padding: 0 10px;
  border-radius: 3px;
}
a.button {
  display: inline-block;
  line-height: 30px;
}
.button.main {
  color: #fff;
  background: #4fab4b;
}
.button.main:hover {
  background: #42983e;
}

.sprite:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background-image: url(/img/sprite.png);
  background-repeat: no-repeat;
}

.button > span {
  height: 30px;
  line-height: 30px;
}
.button > span:before {
  float: left;
}
.button > span:first-child + span,
.button.disabled > span:first-child {
  display: none;
}
.button.disabled > span:first-child + span {
  display: inline-block;
}
.button:hover {
  text-decoration: none;
}

.button.buy + div.checkout {
  display: none;
}
.button.buy.disabled + div.checkout {
  display: block;
}
.button.buy {
  padding: 0 10px;
  text-transform: uppercase;
}
.button.buy span:before {
  width: 30px;
  height: 30px;
  background-position: -50px 5px;
}
.button.buy.disabled {
  color: #333;
  background: #e1e1e1;
}
.button.buy.disabled:hover {
  background: #dcdcdc;
}
.button.buy.disabled span:before {
  background-position: -100px 5px;
}
div.checkout a {
  display: inline-block;
  color: #e69500;
  line-height: 30px;
}

.button.one_click {
  display: inline-block;
  height: 30px;
  padding: 0 10px;
  background: #fabc49;
}
.button.one_click:hover {
  background: #f1b444;
}
.button.one_click span:before {
  width: 30px;
  height: 30px;
  background-position: -263px -360px;
}

.button.main.ok {
  padding-left: 5px;
}
.button.main.ok span:before {
  width: 20px;
  height: 30px;
  background-position: -196px -542px;
}

.button.gray {
  background: #e1e1e1;
}
.button.gray:hover {
  background: #d9d8d8;
}

.img img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  margin: 0 auto;
}

.modal {
  display: none;
}

.popup {
  display: none;
  z-index: 11000;
}
.popup-mask {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0);
  z-index: 999;
}

.window {
  padding: 20px;
}
.window.popup {
  position: absolute;
  width: 300px;
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 5px #999;
          box-shadow: 0 0 5px #999;
}

.columns {
  display: table;
  width: 100%;
}
.columns .column {
  display: table-cell;
  vertical-align: top;
}

.videos {
  /*width: 600px;*/
}
.videos .video {
  margin-bottom: 20px;
}
.video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Якоря
*******************************************************************************
*/

.dashed > span {
  display: inline-block;
}
.dashed > span:first-child {
  border-bottom: 1px dashed;
}
.dashed,
.dashed:hover {
  text-decoration: none;
}
.dashed:hover > span:first-child,
.dashed.active > span:first-child {
  border-bottom-color: #fff;
}

/*
*******************************************************************************
*/

.toggle:hover {
  text-decoration: none;
}
.toggle:hover span {
  border-bottom: 1px dashed;
}
.toggle span + span {
  display: none;
}
.toggle.active span {
  display: none;
}
.toggle.active span + span {
  display: inline;
}

/* Слайдеры
*******************************************************************************
*/

.slider .jcarousel {
  position: relative;
  overflow: hidden;
}

.slider .jcarousel .items {
  width: 100000px;
  position: relative;
}
.slider .jcarousel .item {
  float: left;
}

.slider.vertical .jcarousel .items,
.slider .vertical .jcarousel .items {
  width: 0;
  height: 10000px;
}
.slider.vertical .jcarousel .item,
.slider .vertical .jcarousel .item {
  float: none;
}

.slider .stages .jcarousel,
.slider .thumbs .jcarousel {
  overflow: hidden;
}

.slider .nav {
  position: absolute;
  top: 0;
  display: block;
  -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
         opacity: 0.7;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}
.slider .nav:hover {
  -khtml-opacity: 1;
    -moz-opacity: 1;
         opacity: 1;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.slider .prev {
  left: 0;
}
.slider .next {
  right: 0;
}

/* Большой промо слайдер
*******************************************************************************
*/

.promo_slider .nav {
  width: 35px;
}

/* Блок с цветом
*******************************************************************************
*/

section.colors .title {
  float: left;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
section.colors .color {
  position: relative;
  float: left;
  width: 30px;
  height: 16px;
  margin: 7px 0 0 5px;
}
section.colors .color.light {
  border: 1px solid #666;
}
section.colors .color.current: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;
}
section.colors .color.current.light:before {
  background-position: -250px -250px;
}

/* Наличие товара
*******************************************************************************
*/

.presence {
  line-height: 30px;
}
.presence:before {
  width: 20px;
  height: 14px;
}
.presence.yes:before {
  background-position: -100px -202px;
}
.presence.no:before {
  background-position: -150px -200px;
}
.presence.yes + .no {
  display: none;
}

/* Блок с ценами и кнопками товара
*******************************************************************************
*/

.block_buy .rub {
  margin-bottom: 3px;
  font-size: 24px;
}
.block_buy .rub.old {
  font-size: 18px;
}

.block_buy .presence {
  margin-top: 20px;
  line-height: 1;
  font-size: 12px;
  text-transform: uppercase;
}
.block_buy .one_click {
  margin: 10px 0;
}

/* Способы доставки товара
*******************************************************************************
*/

.shipping .title {
  margin: 20px 0;
  font-size: 18px;
  font-family: 'HelveticaNeue';
}

.shipping .characteristic {
  font-size: 13px;
}
.shipping .characteristic tr:first-child {
  border-top: 0;
}
.shipping .characteristic tr:first-child td:first-child {
  padding-left: 0;
}
.shipping .characteristic td {
  position: relative;
  padding-left: 20px;
}
.shipping .characteristic td:first-child {
  padding-left: 40px;
}
.shipping .characteristic td:first-child img {
  position: absolute;
  top: 0;
  left: 0;
}

/* Слайдер с горизонтальными миниатюрами
*******************************************************************************
*/

.slider_thumbs.horizontal_3 {
  float: right;
  width: 190px;
}
.slider_thumbs.horizontal_3 {
  display: block;
  padding: 0 20px;
  -khtml-opacity: 0;
    -moz-opacity: 0;
         opacity: 0;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.slider_thumbs.horizontal_3.no_buttons {
  padding: 0;
  margin-left: -5px;
}
.slider_thumbs.horizontal_3 .slider {
  position: relative;
}
.slider_thumbs.horizontal_3 .slider .jcarousel {
  width: 150px;
  height: 40px;
}
.slider_thumbs.horizontal_3 .slider .item {
  display: table;
  width: 50px;
  height: 40px;
  padding: 0 5px;
}
.slider_thumbs.horizontal_3 .slider .item .img {
  display: table-cell;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  border: 1px solid #ddd;
}
.slider_thumbs.horizontal_3 .slider .item .img img {
  width: auto;
  max-width: 35px;
  max-height: 35px;
}
.slider_thumbs.horizontal_3 .slider .nav {
  top: 0;
  width: 20px;
  height: 40px;
  background: none;
}
.slider_thumbs.horizontal_3 .slider .nav:before {
  width: 5px;
  height: 10px;
}
.slider_thumbs.horizontal_3 .slider .prev {
  left: -20px;
}
.slider_thumbs.horizontal_3 .slider .prev:before {
  background-position: -250px -450px;
}
.slider_thumbs.horizontal_3 .slider .next {
  right: -20px;
}
.slider_thumbs.horizontal_3 .slider .next:before {
  background-position: -150px -400px;
}
.slider_thumbs.horizontal_3 {
  -khtml-opacity: 1;
     -moz-opacity: 1;
          opacity: 1;
   filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

/* Лэйбы товаров
*******************************************************************************
*/

.labels {
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.labels div span {
  display: inline-block;
  margin-bottom: 5px;
  padding: 3px 5px;
  border-radius: 3px;
  border: 1px solid transparent;
}

/* Модальные окна
*******************************************************************************
*/

.modal {
  padding: 30px;
  border: 2px solid #ec9a00;
  background: #fff;
}

.modal > button.modal-close {
  position: absolute;
  top: 2px;
  right: 2px;
  color: #e69500;
}
.modal > button.modal-close:after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  background: url(/img/sprite.png) -190px -390px no-repeat;
}
.modal > button.modal-close:hover {
  text-decoration: underline;
}
.modal-center {
	text-align: center;
}
.modal-block {
  position: relative;
  background: #FFF;	
  max-width: 430px;
  padding: 50px 40px;
  line-height: 1.5;
  margin: 0 auto;  
}

@media only screen and (max-width: 767px) {
  .modal-block {
    padding: 50px 30px 30px;
  }
}

@media only screen and (max-width: 450px) {
  .modal-block {
    width: 100%;
	padding: 50px 20px 20px;
  }
}
.basket-warning-text {
	font-size: 18px;
}
.basket-warning-btns {
	margin-top: 20px;
}
.basket-warning-btns a {
	display: inline-block;
    padding: 0 10px;
	line-height: 30px;
    height: 30px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
	border-radius: 3px;
	text-decoration: none;
}
.basket-warning-btns a:hover {
	opacity: .8;
}
.basket-warning-yes {
    color: #fff;
    background: #42983e;
}
.basket-warning-no {
	background-color: #fabc49;
	margin-right: 10px;
    color: #000000;
}

/* Вкладки
*******************************************************************************
*/

.tabs {}
.tabs .tags {}
.tabs .tag {
  display: inline-block;
}
.tabs .tag.active {
  cursor: default;
}
.tabs .tag.active:hover {
  text-decoration: none;
}
.tabs .panes {}
.tabs .pane {
  display: none;
}
.tabs .pane.active {
  display: block;
}

/* noUiSlider (range)
*******************************************************************************
*/

.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
  -ms-touch-action: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
  direction: ltr;
}
.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
.noUi-handle {
  position: relative;
  z-index: 1;
}
.noUi-stacking .noUi-handle {
  z-index: 10;
}
.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
          transition: left 0.3s, top 0.3s;
}

.noUi-base {
  -webkit-transform: translate3d(0,0,0);
          transform: translate3d(0,0,0);
}

.noUi-horizontal {
  height: 5px;
}
.noUi-horizontal .noUi-handle {
  cursor: pointer;
  width: 17px;
  height: 17px;
  left: -8px;
  top: 2px;
  background: url(/img/sprite.png) -250px -400px no-repeat;
}
.noUi-horizontal .noUi-handle:hover {}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}

.noUi-background {
  background: #dadada;
}
.noUi-connect {
  background: #ec9a00;
}
.noUi-origin {}
.noUi-target {}
.noUi-target.noUi-connect {}

.noUi-dragable {}
.noUi-vertical .noUi-dragable {}
.noUi-handle {
  background: #FFF;
  cursor: default;
  border-radius: 50%;
}
.noUi-active {}

[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled].noUi-origin,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Slick slider
*******************************************************************************
*/

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
     -khtml-user-select: none;
       -ms-touch-action: pan-y;
           touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

/*
*******************************************************************************
*/

.class-1:after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 21px;
  margin: -3px 0 0 5px;
  vertical-align: middle;
  background: url(/img/sprite.png) -100px -550px no-repeat;
}
.class-1.active:after,
.active .class-1:after {
  display: block;
  width: 21px;
  height: 12px;
  margin: 5px 0 0 0;
  background-position: -150px -550px;
}

/*
*******************************************************************************
*/

.input_number {
  position: relative;
  display: inline-block;
}
.input_number .up,
.input_number .dw {
  position: absolute;
  right: 1px;
  display: block;
  width: 20px;
  height: 15px;
  background: #fff;
  cursor: pointer;
  text-align: center;
}
.input_number .up {
  top: 1px;
}
.input_number .dw {
  bottom: 1px;
}
.input_number .up:after,
.input_number .dw:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
}
.input_number .up:after {
  margin-top: -7px;
  border-color: transparent transparent gray transparent;
}
.input_number .dw:after {
  margin-top: -3px;
  border-color: gray transparent transparent transparent;
}

/*
*******************************************************************************
*/

#map_0 {
  width: 100%;
  height: 400px;
}
#map_1,
#map_2 {
  width: 100%;
  height: 500px;
}

form[name="ShopForm"] {
  float: none;
  clear: both;
  margin-top: 0 !important;
}
input[name="BuyButton"] {
  color: #fff !important;
  padding: 0 15px !important;
  background: #4fab4b !important;
  border: none !important;
}
input[name="BuyButton"]:hover {
  background: #42983e !important;
}

.bx-core-dialog-overlay {
  z-index: 10998 !important;
}
.bx-core-window {
  z-index: 11000 !important;
}

.bx_auth_form,
.bx_forgotpassword_page {
  width: 100%;
  max-width: 320px;
}
.bx_auth_form label,
.bx_forgotpassword_page label {
  margin-bottom: 10px;
}
.bx_auth_form input,
.bx_forgotpassword_page input {
  width: 100% !important;
  max-width: 100% !important;
}
.bx_auth_form #USER_REMEMBER {
  width: auto !important;
  height: auto !important;
  margin-right: 5px;
}
.bx_auth_form span.rememberme {
  display: inline-block;
}
.bx_auth_form .buttons {
  margin-top: 5px;
  text-align: right;
}
.bx_auth_form .forgotpassword {
  padding-left: 0;
  float: right;
}
.bx_auth_form .buttons a {
  float: left;
  line-height: 30px;
  text-decoration: underline;
}

/*
*******************************************************************************
*/

div.edost_window_fon {
  z-index: 100000 !important;
}
div.edost_window {
  z-index: 100001 !important;
}
#edost_catalogdelivery_window_city,
#edost_catalogdelivery_inside_city span,
#edost_catalogdelivery_inside_detailed span {
  color: #e1960c !important;
}
#edost_catalogdelivery_inside_city span:hover {
  text-decoration: underline;
}
div.edost_window {
  border: 5px solid #4fab4b !important;
  -webkit-box-shadow: 0 0 10px 0 #004A0D !important;
          box-shadow: 0 0 10px 0 #004A0D !important;
}
td.edost_window_head {
  background: #4fab4b !important;
}

.pr >div img {
  max-height: 250px;
}

.bx_registration_page form {
  width: 320px;
}
.reg_button_auth {
  float: left;
  display: inline-block;
  line-height: 30px;
  color: #007acf;
  text-decoration: underline;
}
.reg_button_auth:hover {
  text-decoration: none !important;
}
.reg_button_reg {
  float: right;
}

.block_brands {}
.block_brands .column {
  width: 25%;
  padding: 10px;
  text-align: center;
}
.block_brands .column a {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 200px;
  overflow: hidden;
  border: 2px solid #fff;
}
.block_brands .column a:hover {
  border: 2px solid #ec9a00;
  text-decoration: none;
}
.block_brands .column a div:first-child {
  position: relative;
  height: 200px;
}
.block_brands .column a img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  max-width: 96%;
  max-height: 96%;
}
.block_brands .column a div + div {
  width: 100%;
  height: 30px;
  line-height: 30px;
}

/*
*******************************************************************************
*/

#modal-coupon {
  width: 320px;
  padding: 20px;
  padding-top: 30px;
  border-color: red;
  font-size: 16px;
}
#modal-coupon .title {
  font-weight: bold;
  margin-bottom: 10px;
}
#modal-coupon .text {
  line-height: 1.3;
}

/*
*******************************************************************************
*/

#bx-composite-banner {
  margin-top: 10px;
}
#bx-composite-banner a + a {
  display: none;
}
.bx-btn-white {
  background-position: right 0;
  color: #fff !important;
}
.bx-composite-btn {
  background: url(/bitrix/images/main/composite/sprite-1x.png) no-repeat right 0 #e94524;
  border-radius: 15px;
  color: #ffffff !important;
  display: inline-block;
  line-height: 30px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 12px !important;
  font-weight: bold !important;
  height: 31px !important;
  padding: 0 42px 0 17px !important;
  vertical-align: middle !important;
  text-decoration: none !important;
}
div.bx-core-adm-dialog .bx-core-adm-dialog-buttons input[type="button"] {
  color: #222 !important;
}

/*
*******************************************************************************
*/

.offer_card .columns .column.right a.shipping-link
{
	color:#4FAB4B;
}
.offer_card .columns .column.right a.shipping-link:before
{
	content:'';
	display:inline-block;
	vertical-align:middle;
	width:15px;
	height:17px;
    margin-top:-2px;
    margin-right:7px;
	background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAARCAYAAAACCvahAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAK8AAACvABQqw0mAAAAB90RVh0U29mdHdhcmUATWFjcm9tZWRpYSBGaXJld29ya3MgOLVo0ngAAAF8SURBVDiNjdI/jA1RFAbw33seS4JCCJFYfyJRKRVCrZliChmhoEMj/gSVSiJRkug2ElvZYqpJvGIpNSKipGCXWBEK/xKqxzzFnLu5kU3enuTmu3PO9+We75zplXVxEldw0Oqih0XMDDAXyRdYwHiCeDcO4+4gEk+aangMyroYoF1B1G+q4Z/g3MCtfhReR/InRvi7whmVdTHO+Um8NnDzhJaVddFP/CSe5PP/GEPyvC3wKDZiH37jM7ZgK95g1FTDtqyLXbk4dfBRN5j5aHG6qYYf4r5HtyZYk4s/Bb4P4iGcwPWyLuZxFu+iNoW3uXh94AKm8A2vsITnYWEpXm7D2rJ4BzTVcH82lEXMZt/T6VLWxd5c/COSd3RruIkDOI6neIzbwb2EL7n4a+DlwIc4jXM4gpe4ELWraUZJvCnwHjaE3wdRf6Rb2UxwRrrVLYt3hueLmcdncVKczzxvh172v87hl26Hae+tbsJpyi3W4Ux6+VoM4ZTVx3fc/wfpt2sy5wy/5QAAAABJRU5ErkJggg==') 0 0 no-repeat;

}

/*
*******************************************************************************
*/

#button-up {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 49px;
  width: 49px;
  height: 49px;
  background: url(/img/button-up.png) 0 0 no-repeat;
  z-index: 10000;
}

@media (min-width: 780px) and (max-width: 1420px) {
  #button-up {
    bottom: 230px;
  }
}

/*
*******************************************************************************/

footer.page {}
.footer-subscribe {
  padding: 10px 0 0;
}
.footer-subscribe__form {
  position: relative;
  display: inline-block;
}
.footer-subscribe__text {
  line-height: 30px;
  font-size: 14px;
}
.footer-subscribe__input {
  display: block;
  height: 40px;
  line-height: 38px;
  padding: 0 40px 0 10px;
  border-radius: 5px;
  background: none;
}
.footer-subscribe__btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
  height: 42px;
  background: url(../img/icons/arrow-email.png) no-repeat center center;
}

#modal-footer_subscribe {
  background: #fff;
}

@media (min-width: 1280px) {
  .footer-subscribe {
    position: absolute;
    top: 0;
    left: 460px;
    padding: 0;
  }
  .footer-subscribe__text {
    line-height: 1;
    margin-bottom: 15px;
  }
}

/*
*******************************************************************************/

.bx-filter.restyle {
  font-family: 'PTSans', sans-serif;
}
.bx-filter.bx-green #set_filter,
.bx-filter.bx-green .bx-ui-slider-pricebar-v {
  background-color: #4fab4b;
}
.bx-filter.bx-green #set_filter,
.bx-filter.bx-green #del_filter {
  padding: 0 10px;
  border: none !important;
}
.bx-filter.bx-green #set_filter:hover {
  background: #42983e;
}
.bx-filter .bx-ui-slider-handle.left,
.bx-filter .bx-ui-slider-handle.right {
  background: none !important;
  top: 10px;
  width: 0px;
  height: 0px;
  border: 10px solid transparent;
  border-top-color: #4fab4b;
}
.bx-filter .bx-ui-slider-handle.left {
  transform: rotate(-45deg);
  margin-left: -10px;
}
.bx-filter .bx-ui-slider-handle.right {
  transform: rotate(45deg);
  margin-right: -10px;
}

/*
*******************************************************************************/

.bx-core-adm-dialog div.phone,
.bx-core-adm-dialog div.adres,
.bx-core-adm-dialog div.shud {
  margin: 5px 0;
}

@media print {
  body #bx-panel,
  body #bx-panel div,
  .breadcrumbs,
  header.page .phones .call,
  header.page .brand .slogan .small,
  header.page .search,
  header.page .cart,
  header.page .group,
  header.page .phones,
  nav.page,
  .contact_photos,
  .noprint,
  footer.page {
    display: none !important;
  }
}

.favorites-slider-title {
	font-size: 26px;
	padding-bottom: 20px;
    line-height: 1.3;
    text-transform: uppercase;
    font-family: 'HelveticaNeue';
}

.img-hidden {
	display: none !important;
}

.footer-telegram a {
	color: #4fab4b;
}

.footer-brands {
  margin: 40px 0;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .footer-brands {
    margin: 20px 0 0;
  }
}

.footer-brands__inner {
	display: flex;
	flex-wrap: wrap;
}
	
.footer-brands__item {
	display: flex;
	justify-content: center;
	align-items: center;
    width: 12.5%;
    height: 70px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 1275px) {
  .footer-brands__item {
    width: 14%;
  }
}

@media only screen and (max-width: 1023px) {
  .footer-brands__item {
    width: 20%;
  }
}

@media only screen and (max-width: 767px) {
  .footer-brands__item {
    width: 33%;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 480px) {
  .footer-brands__item {
    width: 50%;
    margin-bottom: 10px;
  }
}

.footer-brands__item img
{
    max-width: 80%;
}

/* -------------------- virtual-tour --------------------- */

.virtual-tour {
	margin: 30px 0;
}

.virtual-tour iframe {
	border: 0;
}

@media(min-width: 581px)
{
	.virtual-tour__wrap {
		position: relative;
		padding-bottom: 46.87%;
		height: 0;
		overflow: hidden;
	}
	.virtual-tour iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border: 0;
	}
}

/* ---------------- popup-messages ------------------ */
.popup-messages {
	position: fixed;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	z-index: 10000;
	width: 350px;
	margin-bottom: 25px;
}

.popup-messages__item {
	display: none;
}

.popup-messages__item-wrap {
	display: flex;
	width: 100%;
	padding: 12px;
	margin-bottom: 5px;
	border-radius: 8px;
	color: #ffffff;
	background: #21282b;
	box-shadow: 0 1.17px 2px rgba(0, 0, 0, 0.0196802), 0 1.4px 5px rgba(0, 0, 0, 0.03), 0 2px 10px rgba(0, 0, 0, 0.03), 0 2px 18px rgba(0, 0, 0, 0.04), 0 9px 33px rgba(0, 0, 0, 0.03);
	font-size: 13px;
	line-height: 18px;
}

.cookie-accepted__text {
	padding: 4px;
}

.cookie-accepted__text a {
	color: inherit;
	text-decoration: underline;
}

.cookie-accepted__text a:hover {
	color: inherit;
	text-decoration: none;
}

.cookie-accepted__btn {
	display: block;
	padding: 4px 10px;
	border-radius: 4px;
	margin-left: 8px;
	color: #21282b;
	background: #ffffff;
	text-decoration: none;
	font-size: 16px;
	align-self: start;
}

.cookie-accepted__btn:hover {
	background: #cccccc;
	color: #21282b;
	text-decoration: none;
}
	
@media(max-width: 480px)
{
	.popup-messages {
		width: 100%;
		padding: 10px;
		margin-bottom: 0;
	}
}