

/* Start:/static/css/reset.css?17847551942699*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,header,nav,section,article,aside,footer,figure,figcaption,details,hgroup{padding:0;margin:0; outline:0}
html{
	height:100%;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
}
html,
body{
	line-height:1
}
caption,th {
	text-align:left;
}
table{
	border-collapse:collapse;
	border-spacing:0
}
h1,
h2,
h3,
h4,
h5,
h6{
	font-size:1em;
	line-height: 1.2
}
img{
	border:0;
	vertical-align:top;
	/*width:auto;*/
	height:auto}
ul,ol{
	list-style-type:none;
}
a{
	cursor:pointer;
	text-decoration: underline
}
:focus,
a:hover,
a:active{
	outline:none
}
header,
nav,
section,
article,
aside,
footer,
figure,
figcaption,
details,
hgroup,
main,
summary{
	display: block;
}

audio,
canvas,
video{
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {display: none}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
  font-family: Arial, sans-serif;
}
[hidden] {
    display: none;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
.clearfix{*zoom: 1}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {clear: both}

abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
mark {
    background: #ff0;
    color: #000;
}
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}
pre {
    white-space: pre-wrap;
}
q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}
svg:not(:root) {
    overflow: hidden;
}
legend {
    border: 0;
    padding: 0;
}
button,
input {
    line-height: normal;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
/* End */


/* Start:/static/css/global.css?178475519410862*/
html{
	-webkit-text-size-adjust: 100%;
}
body{
  background: #d9d9d9;
  width:100%; 
  font: normal 16px/1.5 "Proxima Nova", Arial, Helvetica, Geneva, sans-serif;
  color: #333333;
  overflow-x: hidden;
/*  -webkit-font-smoothing: antialiased;*/
  -webkit-font-smoothing: subpixel-antialiased !important;
  -webkit-backface-visibility: hidden;
/*     -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;*/
}
body.noscroll {overflow: hidden !important}
a{
  color: #333333;
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
}
h1{
  font-size: 39px;
  font-weight: normal;
  margin-bottom: 10px;
}
h2{
  font-size: 27px;
  margin-bottom: 15px;
}
h3{
  font-size: 21px;
  font-weight: normal;
  line-height: 1.42;
  margin-bottom: 14px;
}
h4{
  font-size: 18px;
}
h5{
  font-size: 16px;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"]{
  display: inline-block;
  background: #FFF;
  border: 2px solid #d9d9d9;
  border-radius: 2px;
  width: 100%;
  height: 40px;
  font: inherit;
  line-height: 1.42857;
  color: inherit;
  padding: 7px 14px;
  vertical-align: middle;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      box-sizing: border-box; 
}
input[type="checkbox"]{vertical-align: baseline}



textarea{
  display: inline-block;
  background: #FFF;
  border: 2px solid #d9d9d9;
  border-radius: 2px;
  width: 100%;
  height: 150px;
  font: inherit;
  line-height: 1.42857;
  color: inherit;
  padding: 10px 0 0 14px;
  vertical-align: middle;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      box-sizing: border-box; 
}

select{
  display: inline-block;
  width: 215px;
  background: #FFF;
  border: 2px solid #d9d9d9;
  border-radius: 2px;
  vertical-align: middle;
  padding: 2px 2px 2px 4px;
}



.select-tag{
  display: inline-block;
  background: #FFF;
  border: 2px solid #d9d9d9;
  border-radius: 2px;
  width: 211px;
  height: 26px;
  vertical-align: middle;
/*  padding: 2px 2px 2px 4px;*/
  position: relative;
  overflow: hidden;
}
.select-tag .current{
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 26px;
  font-size: 16px;
  color: #000;
  padding: 0 0 0 7px;
  margin-right: 30px;
  white-space: nowrap;
  overflow: hidden;
}
.select-tag select{
  border: none;
  width: auto;
  min-width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 2;
}
.select-tag:after{
  content: "";
  background: url("/static/css/../img/icons.png") no-repeat  -120px -24px;
  width: 10px;
  height: 6px;
  position: absolute;
  right: 8px;
  top: 10px;
}



.btn{
  display: inline-block;
  background: none;
  border: 2px solid #333333;  
  border-radius: 2px;
  min-width: 175px;
  height: 40px;
  line-height: 37px;
  padding: 0 25px;
  margin-bottom: 0;
  font-size: 12px;
  letter-spacing: 0.7px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
    -ms-user-select: none;
     -o-user-select: none;
      user-select: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      box-sizing: border-box;
}
a.btn{
  text-decoration: none;
}
.btn:hover{
  background: #333;
  color: #FFF;
}
/*.btn:active{background: #d9d9d9}*/
.btn-large{
  border-color: #ffbf00;
  height: 60px;
  line-height: 56px;
  font-size: 16px;
  padding: 0 40px;
}
.btn-small{
  min-width: 90px;
}
/*.btn-dark{background: #f2f2f2}
.btn-dark:hover{background: #d9d9d9}
.btn-dark:active{background: #bfbfbf}*/



p{}
hr{
  border: none;
  border-top: 1px solid #f2f2f2;
  margin: 40px 0 15px;
}
small{
  font-size: 11px;
}
article{
  padding: 0 30px 0 350px;
  margin-bottom: 34px;
}
article p{margin-bottom: 26px}
article h1{
  float: left;
  width: 300px;
  margin-left:-320px;
}
article h2{margin-top: 34px}
article p a{
  font-weight: bold;
  border-bottom: 1px solid #ffbf00;
}
article p a:hover{
  border-bottom-color: #d9d9d9;
  text-decoration: none;
}
.article-image{
  padding-top: 18px;
  margin: 0 -30px 40px;
}
.article-image img{width: 100%}



.have-aside{padding-right: 375px}
.have-aside h1{margin-right: -345px}

.have-aside .article-image{margin-right: -375px}


a.link-reset{
  float: right;
  font-size: 12px;
  color: #999999;
  font-weight: bold;
  letter-spacing: 0.7px;
  line-height: 18px;
  text-transform: uppercase;
  padding-left: 25px;
}
a.link-reset:before{
  content: "";
  float: left;
  background: url("/static/css/../img/icons.png") no-repeat -96px 0;
  width: 14px;
  height: 16px;
  margin: 0 0 0 -25px;
}






@font-face {
    font-family: "Proxima Nova";
    src: url("/static/css/../fonts/proximanova-reg.eot");
    src: url("/static/css/../fonts/proximanova-reg.eot?#iefix") format("embedded-opentype"),
         url("/static/css/../fonts/proximanova-reg.woff") format("woff"),
         url("/static/css/../fonts/proximanova-reg.ttf") format("truetype"),
         url("/static/css/../fonts/proximanova-reg.svg#proximanova-reg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Proxima Nova";
    src: url("/static/css/../fonts/proximanova-bold.eot");
    src: url("/static/css/../fonts/proximanova-bold.eot?#iefix") format("embedded-opentype"),
         url("/static/css/../fonts/proximanova-bold.woff") format("woff"),
         url("/static/css/../fonts/proximanova-bold.ttf") format("truetype"),
         url("/static/css/../fonts/proximanova-bold.svg#proximanova-bold") format("svg");
    font-weight: bold;
    font-style: normal;
}



table{width: 100%}
table.table{}
table.table tr{
  border-bottom: 1px solid #f2f2f2;
}
table.table tr th{
  font-size: 12px;
  color: #999999;
  font-weight: bold;
  letter-spacing: 0.7px;
  line-height: 18px;
  text-transform: uppercase;
}
table.table tr th,
table.table tr td{padding: 10px 0}
table.table tr td{vertical-align: top}


sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
.placeholder {color: #999}
.noscript,
.chromeframe{
  width: 100%;
  background: #fee4a9;  
  font-size: 14px;
  line-height: 2;
  text-align: center;
  box-shadow: 0 -3px 2px -2px #c1ae81 inset;
}
.noscript a,
.chromeframe a{
  text-decoration: underline;
}
.jcarousel {
    position: relative;
    overflow: hidden;
}
.jcarousel ul {
    width: 20000em;
    position: relative;
}
.jcarousel li {float: left;}

label{cursor: pointer}

label.input-checkbox{}
label.input-checkbox input[type="checkbox"]{
  filter: alpha(opacity=0);
  opacity: 0;
  position: absolute;
}
label.input-checkbox span.checkbox{
  display: inline-block;
  background: url("/static/css/../img/checkbox.png") no-repeat;
  width: 14px;
  height: 14px;
  margin-right: 6px;
  vertical-align: middle;
}
/*label.input-checkbox input[type="checkbox"]:checked ~ span.checkbox{background-position: 0 -15px}*/
label.input-checkbox.checked span.checkbox{background-position: 0 -15px}

label.input-radio{
  display: inline-block !important;
  line-height: 14px;  
}
label.input-radio input{display: none}
label.input-radio span{
  display: inline-block;
  border: 2px solid #D9D9D9;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  vertical-align: top;
}


label.input-radio input:checked + span{
  position: relative;
  background: #FFF;
}
label.input-radio input:checked + span:before{
  content: "";
  background: #FFBF00;
  border-radius: 6px;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 2px;
  top: 2px;
}




.pbox{
  display: none;
  background: url("/static/css/../img/pbox-bg.png");
  padding: 100px 0 20px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  overflow-x: auto;
  overflow-y: scroll;
}
.pbox .pbox-content{
  background: #FFF;
  border: 5px solid #ffbf00;
  margin: 0  auto 20px;
  width: 1000px;
  padding: 25px 30px;
  position: relative;
}
.pbox a.pbox-close{
  border: 2px solid #999999;
  border-radius: 2px;
  width: 14px;
  height: 14px;
  margin: 16px 16px 0 0;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
}
.pbox a.pbox-close:before{
  content: "";
  background: url("/static/css/../img/icons.png") no-repeat -24px -48px;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 3px;
  left: 3px;
}


.animated {
  -webkit-animation-duration: 1s;
        animation-duration: 1s;
  -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
        animation-name: bounceInDown;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
        transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
        transform: translateY(0);
  }
}




@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
      -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
        transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
        transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
        transform: translateY(0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
        animation-name: bounceOutUp;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
        transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
        transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
  }
}


@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
        transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
        transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
      -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
  }
}




/*.over-x-hidden{overflow-x: hidden}*/

@media (max-width: 1600px){
  article{padding-left: 30px}
  article h1{
    float: none;
    width: auto;
    margin-left: 0;
  }
} 
/* End */


/* Start:/static/css/header.css?17847551946244*/
header.header-page{
  background: #333333;
  height: 60px;
  padding-left: 30px;
  position: fixed;
  top: 0;
  left: 251px;
  z-index: 100;
  width: 1304px;
}
header.header-page .b-filter{
  display: none;
  background: #f3f3f3;
  padding: 30px;
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
}
header.header-page .b-filter .top-measure{padding-top: 3px}
header.header-page .b-filter .top-measure{margin-bottom: 10px}
header.header-page .b-filter .top-measure label{
  float: left;
  margin-right: 20px;
}
header.header-page .b-filter ul.measure-list > li{
  float: left;
  width: 318px;
  padding: 15px 0;
}
header.header-page .b-filter ul.measure-list > li .measure-select{position: relative}
header.header-page .b-filter ul.measure-list > li .measure-select a.select{
  display: inline-block;
  background: #FFF;
  border: 2px solid #d9d9d9;
  border-radius: 2px;
  width: 285px;
  height: 26px;
  line-height: 26px;
  padding: 0 0 0 7px;
  font-size: 16px;
  color: #000;
  text-decoration: none;
  vertical-align: top;
  position: relative;
  overflow: hidden; 
}
header.header-page .b-filter ul.measure-list > li .measure-select a.select:before{
  content: "";
  background: url("/static/css/../img/icons.png") no-repeat -96px -24px;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 8px;
  right: 8px;
}
header.header-page .b-filter ul.measure-list > li .measure-select ul{
  display: none;
  background: #FFF;
  border: 2px solid #333333;
  border-radius: 2px;
  width: 292px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  max-height: 226px;
  overflow-x: hidden;
  overflow-y:scroll;
}
header.header-page .b-filter ul.measure-list > li .measure-select ul li{border-top: 1px solid #f2f2f2}
header.header-page .b-filter ul.measure-list > li .measure-select ul li:first-child{border: none}
header.header-page .b-filter ul.measure-list > li .measure-select ul li label{
  display: block;
  padding: 2px 2px 3px 8px;
}
header.header-page .b-filter .measure-results{margin-bottom: 25px}
header.header-page .b-filter .measure-results header{
  border-bottom: 5px solid #ffbf00;
  height: 41px;
  line-height: 41px;
  margin-bottom: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
header.header-page .b-filter .measure-results header a.link-reset{margin-top: 12px}
header.header-page .b-filter .measure-results ul.measure-results-list{}
header.header-page .b-filter .measure-results ul.measure-results-list li{
  float: left;
  background: #ffbf00;
  height: 20px;
  line-height: 21px;
  color: #333333;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  padding: 0 26px 0 9px;
  margin: 0 5px 5px 0;
  position: relative;
  
}
header.header-page .b-filter .measure-results ul.measure-results-list li a.delete{
  background: url("/static/css/../img/icons.png") no-repeat -24px -48px;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 6px;
  right: 10px;
}
header.header-page .b-filter .measure-results ul.measure-results-list li a.delete:hover{opacity: 0.7}

header.header-page a.btn-header{
  float: left;
  height: 60px;
  line-height: 61px;
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  padding: 0 25px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.7px;
}
header.header-page a.btn-header:hover,
header.header-page a.btn-header.btn-selected{
  background: #ffbf00;
  color: #333333;
}
header.header-page a.btn-icon{padding: 0 25px 0 45px}
header.header-page a.btn-icon:before{
  content: "";
  float: left;
  background: url("/static/css/../img/icons.png") no-repeat;
  height: 18px;

}
header.header-page a.btn-icon:hover:before, header.header-page a.btn-header.btn-selected:before{
  background-image: url("/static/css/../img/icons-over.png");
}

header.header-page a.btn-icon-favorite:before{
  background-position: -47px 0;
  width: 18px;
  height: 18px;
  margin: 22px 0 0 -28px;
}
header.header-page a.btn-icon-basket:before{
  background-position: -72px 0;
  width: 22px;
  height: 18px;
  margin: 21px 0 0 -33px;
}


header.header-page .trigger-nav{
  display: none;
  float: left;
  background: #ffbf00;
  width: 60px;
  height: 60px;
  margin-right: 30px;
  position: relative;
}
header.header-page .trigger-nav:before{
  float: left;
  content: "";
  background: url("/static/css/../img/icons.png") no-repeat -99px -48px;
  width: 20px;
  height: 18px;
  margin: 22px 0 0 20px;
}
header.header-page .trigger-nav.close-nav:before{
  content: "";
  background-position: -104px -72px;
  width: 16px;
  height: 16px;
  margin: 23px 0 0 22px;
}


header.header-page .search-form{
  float: left;
  width: 315px;
  position: relative;
  margin-top: 15px;
}
header.header-page .search-form input[type="text"]{
  background: none;
  border-color: #595959;
  height: 30px;
  color: #333333;
  padding: 1px 7px;
  padding-right: 28px;
}
header.header-page .search-form input[type="text"]:focus{background: #FFF}
header.header-page .search-form input[type="submit"]{
  background: url("/static/css/../img/icons.png") no-repeat 0 0;
  border: none;
  width: 17px;
  height: 17px;
  text-indent:-9999px;
  position: absolute;
  top: 6px;
  right: 7px;
}
header.header-page .search-form input[type="text"]:focus + input[type="submit"]{background-position: -24px 0}
header.header-page .advanced-search-form{
  float: left;
  margin-left: 20px;
}

header.header-page .showcase-toolbar{float: right}
header.header-page .showcase-toolbar ul li{float: left}


@media (max-width: 1600px){
  header.header-page{
    width: 984px !important;
  }
} 

@media (max-width: 1265px) {
  header.header-page{
    padding-left: 0;
    margin-left: 250px;
    position: fixed;
    top: 0;
    left: 0;
    width: 774px !important;
  }
  header.header-page .trigger-nav{display: block}
  header.header-page a.btn-header{padding: 0 20px}
  header.header-page a.btn-icon{padding: 0 5px 0 45px}
  header.header-page .search-form{width: 197px}
  header.header-page .advanced-search-form{margin-left: 5px}
  header.header-page .showcase-toolbar{float: left}
}



/* End */


/* Start:/static/css/common.css?178475519425263*/
section.section-page{
  background: #FFF;
  /*width: 1015px;*/
  width: 1335px;
  padding-left: 250px;
  overflow: hidden;

}
.disabled-label {
  opacity: .5 !important;
  pointer-events: none !important;
}
section.section-content{
  /*padding: 36px 30px 0;*/
/*  border-bottom: 1px solid #F2F2F2;*/
  border-left: 1px solid #f2f2f2;
}
/*section.section-content.section-content-main-page{padding-top: 0}*/
/*section.section-content.section-content-main-page .b-collection{padding-top: 35px}*/
section.section-content.section-content-catalog{
  background: url("/static/css/../img/catalog-img.png") no-repeat 1036px -48px;
}

.sidebar-page{
  background: #FFF;
  width: 250px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  min-height: 690px;
}
.logo{
  height: 59px;
  border-bottom: 1px solid #f2f2f2;
  z-index: 10000;
  
}
.logo img{
  margin: 21px 0 0 19px;
}
.mobile-logo{
  display: none;
}
.sidebar-page nav.nav-left ul li{
  border-bottom: 1px solid #f2f2f2;
  font-weight: bold;
}
.sidebar-page nav.nav-left ul li a{
  display: block;
  border-left: 5px solid #FFF;
  height: 39px;
  line-height: 39px;
  padding-left: 14px;
  text-decoration: none;
}
.sidebar-page nav.nav-left ul li a:hover,
.sidebar-page nav.nav-left ul li.sel a{border-color: #ffbf00}

.sidebar-page .b-contacts{
  font-size: 13px;
  position: absolute;
  bottom: 35px;
  left: 21px;
}
.sidebar-page .b-contacts a{font-weight: bold}
.sidebar-page .b-contacts ul li{
  padding-left: 28px;
  margin-top: 20px;
}
.sidebar-page nav.nav-left  .b-contacts ul li{
  border-bottom: 0px;
  font-weight: normal;
} 
.sidebar-page nav.nav-left  .b-contacts ul li a{
  display: inline;
  border: 0px;
  height: auto;
  line-height: 1em;
  padding-left: 0px;
  text-decoration: none;
}
.sidebar-page nav.nav-left  .b-contacts ul li a:hover{
  text-decoration: underline;
}
.sidebar-page .b-contacts ul li:first-child{margin: 0}
.sidebar-page .b-contacts ul li:before{
  content: "";
  float: left;
  background: url("/static/css/../img/icons.png") no-repeat;
}
.sidebar-page .b-contacts ul li.contact-phone:before{
  background-position: 0 -24px;
  width: 14px;
  height: 20px;
  margin: 0 0 0 -25px;
}
.sidebar-page .b-contacts ul li.contact-location:before{
  background-position: -24px -24px;
  width: 16px;
  height: 20px;
  margin: -1px 0 0 -26px;
}
.sidebar-page .b-contacts ul li.contact-time:before{
  background-position: -48px -24px;
  width: 18px;
  height: 18px;
  margin: 0 0 0 -27px;
}
.sidebar-page .b-contacts ul li.contact-mail:before{
  background-position: -72px -24px;
  width: 18px;
  height: 14px;
  margin: 2px 0 0 -28px;
}


header.header-section{
  padding: 36px 30px 0;
  margin-bottom: 18px
}
/*header.header-section nav.nav-bread-crumbs{}*/
header.header-section nav.nav-bread-crumbs ul li{
  float: left;
  font-size: 12px;
  font-weight: bold;
  color: #8e8e8e;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  margin-left: 8px;
}
header.header-section nav.nav-bread-crumbs ul li a{color: #8e8e8e}
header.header-section nav.nav-bread-crumbs ul li:before{
  content: "/";
  margin-right: 8px;
}
header.header-section nav.nav-bread-crumbs ul li:first-child{margin-left: 0}
header.header-section nav.nav-bread-crumbs ul li:first-child:before{display: none}









.b-simple-filter{
  background: #FFF;
  border-top: 1px solid #f2f2f2;
  padding: 15px 30px 0;
  padding-bottom: 30px;
}
.b-simple-filter ul.filters-list{float: left}
.b-simple-filter ul.filters-list li{
  float: left;
  width: 240px;
}
.b-simple-filter ul.filters-list li label{
  display: block;
  margin-bottom: 8px;
}
.b-simple-filter a.link-reset{margin-top: 38px}







.b-collection{
  background: #f3f3f3;
  padding: 25px;
/*  margin: 0 -30px;*/
}
.b-collection h2{
  padding-left: 5px;
}


.b-collection ul.collections-list{}
.b-collection ul.collections-list > li{
  float: left;
  border: 5px solid #f3f3f3;
  width: 315px;
  margin: 0 -5px -5px 0;
  position: relative;
}
.b-collection ul.collections-list > li:hover{
  border-color: #ffc61a;
  z-index: 2;
}
.b-collection ul.collections-list > li > a{
  display: block;
  background: #FFF;
  text-decoration: none;
  padding: 0 20px 20px;
}
.b-collection ul.collections-list > li > a:hover h1 span,
.b-collection ul.collections-list > li > a:hover h2 span{border-color: #d9d9d9}

.b-collection ul.collections-list .collection-image{margin: 0 -20px 16px}
.b-collection ul.collections-list .collection-image img{width: 100%}
.b-collection ul.collections-list > li h1{
  font-weight: bold;
}
.b-collection ul.collections-list > li h2{margin-bottom: 12px}
.b-collection ul.collections-list > li h1 span,
.b-collection ul.collections-list > li h2 span{border-bottom: 1px solid #ffc61a}
.b-collection ul.collections-list .badges {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 2;
}
.b-collection ul.collections-list .badges .collection-badge, .b-collection ul.collections-list .badges .collection-badge-grey{
  float: left;
  background: #ffc61a;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  padding: 0 4px;
  z-index: 2;
}
.b-collection ul.collections-list .badges .collection-badge-grey {background: #333333; color: #ffffff; margin-left: 5px;}

.b-collection ul.collections-list li.collection-top{
  width: 635px;
  
}
.b-collection ul.collections-list li.collection-top a{
  height: 525px;
  padding-bottom: 0;
}
.b-collection ul.collections-list li.collection-top .collection-image{
  width: 635px;
  height: 355px;
  overflow: hidden;
}
.b-collection ul.collections-list li.collection-top p{
  height:73px;
  display: -webkit-box;
  display:     box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
     -moz-box-orient: vertical;
      box-orient: vertical;
}



.b-collection ul.collections-list li.collection-actions{
  height: 525px;
  width: 315px;
}
.b-collection ul.collections-list li.collection-actions:hover{border-color: transparent}
.b-collection ul.collections-list li.collection-actions .actions-carousel{
  border: 5px solid #333333;
  background: #ffc61a;
}
.b-collection ul.collections-list li.collection-actions .actions-carousel li{
  width: 315px;
  height: 515px;
  position: relative;
}
.b-collection ul.collections-list li.collection-actions .actions-carousel li:before{
  content: "";
  background: url("/static/css/../img/icons.png") no-repeat -48px -48px;
  width: 51px;
  height: 51px;
  position: absolute;
  top: 28px;
  left: 127px;
}
.b-collection ul.collections-list li.collection-actions .actions-carousel .actions-carousel-item{
  display: table-cell;
  width: 315px;
  height: 515px;
  font-size: 21px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 1px;
}

.b-collection ul.collections-list li.collection-actions .actions-carousel .white-banner .actions-carousel-item{
  color: #ffffff;
}

.b-collection ul.collections-list li.collection-actions .actions-carousel .jcarousel-pagination{
  height: 10px;
  position: absolute;
  bottom: 32px;
  left: 0;
  right: 0;
  text-align: center;
}
.b-collection ul.collections-list li.collection-actions .actions-carousel .jcarousel-pagination a{
  display: inline-block;
  background: #333333;
  width: 9px;
  height: 9px;
  margin-left: 10px;
  position: relative;
  vertical-align: top;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
     -o-transform: rotate(45deg);
      transform: rotate(45deg);
}
.b-collection ul.collections-list li.collection-actions .actions-carousel .jcarousel-pagination a:first-child{margin: 0}
.b-collection ul.collections-list li.collection-actions .actions-carousel .jcarousel-pagination a.active:before{
  content: "";
  background: #ffc61a;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 2px;
  left: 2px;
}

.b-collection ul.collections-list.collections-list-favorite > li h2{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-bottom: 2px;
}
.b-collection ul.collections-list.collections-list-favorite li p{
  font-weight: bold;
  color: #999999;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.b-collection ul.collections-list.collections-list-favorite li a.btn-delete{
  display: none;
  background: #ffbf00;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 0;
  margin: 0;
}
.b-collection ul.collections-list.collections-list-favorite li a.btn-delete:before{
  content: "";
  background: url("/static/css/../img/icons.png") no-repeat -107px -75px;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 5px;
  left: 5px;
}
.b-collection ul.collections-list.collections-list-favorite li:hover a.btn-delete{display: block}

.b-collection.collection-brands .column{
  float: left;
  width: 325px;
  margin: 0 -5px 0 0;
}

.b-collection ul.collections-brand-list > li{
  background: #FFF;
  width: 315px;
  border: 5px solid #f3f3f3;
  margin-bottom: -5px;
  position: relative;
}
.b-collection ul.collections-brand-list > li:hover{
  border-color: #ffc61a;
  z-index: 2;
}
/*.b-collection ul.collections-brand-list > li:hover .brand-colletions header:before{background-position: -96px 0}*/
/*.b-collection ul.collections-brand-list > li:hover .brand-colletions ul{display: block}*/


.b-collection ul.collections-brand-list li a.brand-link{
  display: block;
  text-decoration: none;
}
.b-collection ul.collections-brand-list li a.brand-link:hover h2 span{border-color: #D9D9D9}
.b-collection ul.collections-brand-list li .brand-image{
  display: table-cell;
  border-bottom: 1px solid #f3f3f3;
  width: 315px;
  height: 315px;
  text-align: center;
  vertical-align: middle;
}
.b-collection ul.collections-brand-list li h2{
  border-bottom: 1px solid #f3f3f3;
  padding: 16px 18px 21px;
  position: relative;
  margin: 0;
}
.b-collection ul.collections-brand-list li h2 span{border-bottom: 1px solid #FFC61A}

.b-collection ul.collections-brand-list li h2.collection-flag{padding-right: 45px}
.b-collection ul.collections-brand-list li h2.collection-flag i {
  content: "";
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 23px;
  right: 16px;
}
//.b-collection ul.collections-brand-list li h2.flag-it i {background-image: url("/static/css/../img/flag-it.png")}
.b-collection ul.collections-brand-list li h2.flag-de:after{background-image: url("/static/css/../img/flag-de.png")}

.b-collection ul.collections-brand-list li.collection-germany h2:after{
  content: "";
  background: url("/static/css/../img/flag-de.png") no-repeat;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 23px;
  right: 16px;
}



.b-collection ul.collections-brand-list li .brand-colletions{padding: 0 20px}
.b-collection ul.collections-brand-list li .brand-colletions header{
  height: 39px;
  line-height: 39px;
  font-size: 12px;
  color: #999999;
  font-weight: bold;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
}
.b-collection ul.collections-brand-list li .brand-colletions header:before{
  content: "";
  background: url("/static/css/../img/icons.png") no-repeat -120px -24px;
  width: 10px;
  height: 6px;
  position: absolute;
  top: 17px;
  right: 0;
}
.b-collection ul.collections-brand-list li .brand-colletions header.selected:before{background-position: -120px 0}

.b-collection ul.collections-brand-list li .brand-colletions ul{display: none}
.b-collection ul.collections-brand-list li .brand-colletions ul li{
  border-top: 1px solid #f3f3f3;
  font-weight: bold;
  
}
.b-collection ul.collections-brand-list li .brand-colletions ul li a{
  display: block;
  line-height: 21px;
  margin-top: 10px;
  margin-bottom: 7px;
}



.b-pagination{
  padding-top: 35px;
  text-align: center;
}
.b-pagination li{
  display: inline-block;
  margin-left: 25px;
  vertical-align: top;
}
.b-pagination li:first-child{margin: 0}
.b-pagination li a{
  display: block;
  border-radius: 2px;
  width: 40px;
  height: 40px;
  font-size: 15px;
  text-decoration: none;
  text-align: center;
  line-height: 41px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      box-sizing: border-box;
}
.b-pagination li a:hover,
.b-pagination li.sel a{background-color: #ffbf00}
.b-pagination li.prev a,
.b-pagination li.next a{
  border: 2px solid #333333;
  position: relative;
}
.b-pagination li.prev a:before,
.b-pagination li.next a:before{
  content: "";
  background: url("/static/css/../img/icons.png") no-repeat;
  width: 20px;
  height: 16px;
  position: absolute;
  left: 8px;
  top: 10px;
}
.b-pagination li.prev a:before{background-position: 0 -72px}
.b-pagination li.next a:before{background-position: -24px -72px}

.b-pagination li.prev a:hover,
.b-pagination li.next a:hover{background: #d9d9d9}




.b-collection ul.collection-list{margin-bottom: 38px}
.b-collection ul.collection-list:last-child{margin-bottom: 5px}
.b-collection ul.collection-list li{
  float: left;
  background: #FFF;
  border: 5px solid #f3f3f3;
  text-align: center;
  margin: 0 -5px -5px 0;
  position: relative;
}
.b-collection ul.collection-list li:hover{
  border-color: #ffc61a;
  z-index: 2;
}
.b-collection ul.collection-list li:hover a.btn-add{display: block}
.b-collection ul.collection-list li a.collection-link{
  display: block;
  text-decoration: none;
  padding: 30px 0 24px;
  padding-bottom: 40px;
}
.b-collection ul.collection-list li a.collection-link:hover h5 span{border-color: #d9d9d9}
.b-collection ul.collection-list li .collection-image{
  display: table-cell;
  vertical-align: middle;
}
.b-collection ul.collection-list li h5{
  padding: 24px 10px 0;
  font-weight: normal;
  line-height: 1.5;
}
.b-collection ul.collection-list li h5 span{border-bottom: 1px solid #ffc61a}
.b-collection ul.collection-list li span.size{
  font-size: 12px;
  color: #666666;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}
.b-collection ul.collection-list li a.btn-add{
  display: none;
  background: #333333;
  height: 40px;
  line-height: 39px;
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.b-collection ul.collection-list li a.btn-add:before{
  content: "";
  display: inline-block;
  background: url("/static/css/../img/icons.png") no-repeat -72px 0;
  width: 22px;
  height: 18px;
  vertical-align: text-bottom;
  margin-right: 14px;
}
.b-collection ul.collection-list-type-1 li{width: 235px}
/*.b-collection ul.collection-list-type-1 li a.collection-link{height: 605px}*/
.b-collection ul.collection-list-type-1 li .collection-image{
  width: 235px;
/*  height: 485px;*/
}

.b-collection ul.collection-list-type-2 li{width: 315px}
/*.b-collection ul.collection-list-type-2 li a.collection-link{height: 240px}*/
.b-collection ul.collection-list-type-2 li .collection-image{
  width: 315px;
/*  height: 120px;*/
}

/*.b-collection ul.collection-list-type-3 li{width: 315px}
.b-collection ul.collection-list-type-3 li a.collection-link{height: 360px;}
.b-collection ul.collection-list-type-3 li .collection-image{
  width: 315px;
  height: 240px;
}*/


.b-collection-gallery{}
.b-collection-gallery .fotorama{
  background: #1a1a1a;
  overflow: visible;
}
.b-collection-gallery .fotorama .fotorama__arr{
  background: url("/static/css/../img/fororama-arrows.png");
  width: 60px;
    height: 60px;
    margin-top: -30px;
}
.b-collection-gallery .fotorama .fotorama__arr.fotorama__arr--prev{
  background-position: 0 0;
  left: 30px;
}
.b-collection-gallery .fotorama .fotorama__arr.fotorama__arr--next{
  background-position: -61px 0;
  right: 30px;
}
.b-collection-gallery .fotorama .fotorama__arr.fotorama__arr--prev:hover{background-position: 0 -61px}
.b-collection-gallery .fotorama .fotorama__arr.fotorama__arr--next:hover{background-position: -61px -61px}





.b-collection-gallery .fotorama .fotorama__nav-wrap{
  padding: 10px 0;
  position: relative;
  display: none;
}
.b-collection-gallery .fotorama .fotorama__nav-wrap:before{
  content: "";
  width: 0;
  height: 0;
  font-size: 0;
  border: 15px solid #1A1A1A;
  border-color: #1A1A1A transparent transparent;
  position: absolute;
  top: 100%;
  right: 35px;
  z-index: 2;
}

.b-collection-gallery .fotorama .fotorama__nav-wrap .fotorama__thumb-border{
  background: none;
  border-color: #ffbf00;
}
.b-collection-gallery .fotorama-infobar{
  background: #333333;
  min-height: 54px;
  color: #FFF;
  padding: 23px 30px 23px;
}
.b-collection-gallery .fotorama-infobar .fotorama-info-counter{
  float: left;
  width: 160px;
  color: #999999;
  font-size: 30px;
}
.b-collection-gallery .fotorama-infobar .fotorama-info-counter span{
  border-bottom: 5px solid;
}
.b-collection-gallery .fotorama-infobar .fotorama-info-caption{
  float: left;
  width: 70%;
  margin-top: 5px;
}
.b-collection-gallery .fotorama-infobar a.fotorama-preview-trigger{
  float: right;
  border: 2px solid transparent;
  border-radius: 2px;
  width: 36px;
  height: 36px;
  margin: 7px 0 0 0;
}
.b-collection-gallery .fotorama-infobar a.fotorama-preview-trigger:before{
  content: "";
  float: left;
  background: url("/static/css/../img/icons.png") no-repeat 0 -48px;
  width: 22px;
  height: 22px;
  margin: 7px 0 0 7px;
}
.b-collection-gallery .fotorama-infobar a.fotorama-preview-trigger:hover,
.b-collection-gallery .fotorama-infobar a.fotorama-preview-trigger.sel{
  border-color: #FFF;
}
.b-checkout{
  padding-top: 20px;
  margin-bottom: 30px;
  padding: 20px 30px 0;
}
.b-checkout header{
  height: 66px;
  line-height: 66px;
  border-bottom: 5px solid #ffbf00;
  font-size: 27px;
  font-weight: bold;
  margin-bottom: 22px;
}

.b-checkout .form{padding-left: 320px}
.b-checkout .form .form-note{
  float: left;
  width: 300px;
  margin: 0 0 0 -320px;
}
.b-checkout .form label{
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.b-checkout .form s{
  text-decoration: none;
  color: #ff3333;
}
.b-checkout .form label.input-radio{
  margin-right: 10px;
}
.b-checkout .form ul.fields-list > li{margin-top: 16px}
.b-checkout .form ul.fields-list > li:first-child{margin: 0}
.b-checkout .form ul.fields-list ul li{
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      box-sizing: border-box; 
}
.b-checkout .form ul.fields-list ul li:first-child{padding-right: 12px}
.b-checkout .form ul.fields-list ul li:last-child{padding-left: 12px}
.b-checkout .form ul.fields-list ul.span-1-3 li{width: 75%}
.b-checkout .form ul.fields-list ul.span-1-3 li:first-child{width: 25%}
.b-checkout .form ul.fields-list li .file-uploader{
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  padding-left: 25px;
  position: relative;
}
.b-checkout .form ul.fields-list li .file-uploader span{
  color: #333333;
}

.b-checkout .form ul.fields-list li .file-uploader span span{
  color: #999999;
}

.b-checkout .form ul.fields-list li .file-uploader:before{
  content: "";
  float: left;
  background: url("/static/css/../img/icons.png") no-repeat -120px -72px;
  width: 16px;
  height: 16px;
  margin: 0 0 0 -25px;
}
.b-checkout .form ul.fields-list li .file-uploader input[type="file"] {
    width: 155px;
    height: 18px;
    #font-size: 200px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
  cursor: pointer;
    z-index: 2;
}
.b-checkout .form ul.fields-list li .file-uploader .file-uploader-value{cursor: pointer}

.b-checkout .form ul.fields-list ul.form-submit{padding-top: 5px}
.b-checkout .form ul.fields-list ul.form-submit li.explanation{
  font-size: 13px;
  line-height: 39px;
}
.b-checkout .form ul.fields-list ul.form-submit li.submit{text-align: right}


aside.aside-right{
  float: right;
  width: 315px;
  margin: -5px -345px 0 0;
  font-size: 15px;
}

.b-aside{margin-bottom: 10px}
.b-aside header{
  border-bottom: 5px solid #ffbf00;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  letter-spacing: 0.7px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.b-aside ul.data-list li{
  border-top: 1px solid #f2f2f2;
  height: 39px;
  line-height: 40px;
  text-align: right;
  overflow: hidden;
}
.b-aside ul.data-list li:first-child{border: none}
.b-aside ul.data-list li span.label{float: left}
.b-aside ul.data-list li.manager{
  height: auto;
  line-height: 1.6;
  padding: 20px 0 0 80px;
  text-align: left;
  padding-bottom: 20px;
}
.b-aside ul.data-list li.manager .manager-image{
  float: left;
  margin: 0 0 0 -80px;
}

.b-aside ul.data-list-2 li{text-align: left}
.b-aside ul.data-list-2 li span.label{
  width: 145px;
  font-weight: bold;
}





.b-aside .payment-image{
  padding-top: 14px;
  margin-bottom: 10px;
    background-repeat: no-repeat;
    background-position: 0 -188px;
    width: 153px;
    height: 22px;
    background-image: url("/static/css/../img/icons.png");
}
.b-aside-logo{
  display: table-cell;
  border: 5px solid #f3f3f3;
  width: 305px;
  height: 305px;
  text-align: center;
  vertical-align: middle;
}

article .map img{
  width: 100%;
  margin-bottom: 34px;
}
article a.btn{margin-right: 20px}
article .article-more{display: none}

.b-basket table.table-basket{}
.b-basket table.table-basket .td-count{width: 145px}
.b-basket table.table-basket .td-delete{width: 95px}
.b-basket table.table-basket td{vertical-align: middle}
.b-basket table.table-basket a.link-reset{float: left}
.b-basket table.table-basket .product{padding-left: 80px}
.b-basket table.table-basket .product a{text-decoration: none}
.b-basket table.table-basket .product .product-image{
  float: left;
  width: 60px;
  margin: 0 0 0 -80px;
}
.b-basket table.table-basket .product h5{
  font-weight: normal;
  line-height: 1.3;
  margin-bottom: 6px;
}
.b-basket table.table-basket .product h5 span{border-bottom: 1px solid #FFC61A}
.b-basket table.table-basket .product a:hover h5 span{border-bottom-color: #D9D9D9}

.b-basket table.table-basket .product span.size{
  display: block;
  color: #999999;
  font-size: 12px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.b-basket table.table-basket .product span.stock-number{
  display: block;
  color: #333;
  font-size: 13px;
  line-height: 1;
}
.b-basket table.table-basket input[type="text"]{
  width: 85px;
  text-align: center;
}

.b-basket table.table-basket a.btn-delete{
  display: inline-block;
  background: url("/static/css/../img/icons.png") no-repeat -120px -48px;
  width: 10px;
  height: 10px;
}
article .b-favorite-filter{
  border:none;
  padding: 0;
  margin: 0;
}

.pbox-add-to-basket{
  padding-top: 50vh;
  margin-top: -115px;
}
.pbox.pbox-add-to-basket h5{
  text-transform: uppercase;
  letter-spacing: 0.7px;
  margin-bottom: 16px;
}
.pbox.pbox-add-to-basket .pbox-content{
  width: 358px;
  padding: 15px 0 15px 18px;
}
.pbox.pbox-add-to-basket input[type="text"], .pbox.pbox-add-to-basket input[type="number"]{
  width: 135px;
  margin-left: 14px;
}
.pbox.pbox-add-to-basket .btn{
  margin-left: 5px;
}


@media (max-height: 600px) {
  .sidebar-page{
    height: 600px;
    position: absolute;
    bottom: auto;
  }
  
  @media (max-width: 1265px) {
    .sidebar-page {
      height: auto;
      position: fixed;
        bottom: 0;
    }
  }
}







@media (max-width: 1600px){
  section.section-content.section-content-catalog{background-position: 716px -51px}
  section.section-page{
    width: 1015px;
  }
} 


@media (max-width: 1265px) {
  section.section-page{
    width: 1024px;
    padding-left: 0;
    position: relative;
    padding-top: 60px;
    /*overflow-x: hidden*/
  }
  
  section.section-content{
    border-left: 0px;
  }
  .sidebar-page{
    left: -1px;
  }
  
  
  .show-nav section.section-content{
    border-left: 1px solid #f2f2f2; 
  }
  
  section.section-page section.section-content{
    background: #FFF;
    
  }
  .sidebar-page{width: auto}
  .sidebar-page  nav.nav-left{
    -webkit-transition: all 0.15s ease-out;
       -moz-transition: all 0.15s ease-out;
        -ms-transition: all 0.15s ease-out;
       -o-transition: all 0.15s ease-out;
        transition: all 0.15s ease-out;

  }
  .sidebar-page{border: none}
  .logo{
    background: #FFF;
    border-bottom: 1px solid #F2F2F2;
    width: 251px;
    position: fixed;
    top: 0;
    left: 0;
  }
  .mobile-logo{
    display: block;
  }
  .sidebar-page .logo{
    display: none;
  }
  .sidebar-page nav.nav-left{
    position: absolute;
    top: 60px;
    left: -250px;
    width: 250px;
      height: 100%;
      overflow: scroll;
  }
  .sidebar-page .b-contacts{
    position: relative;
    bottom: auto;
    margin-top: 20px;
      margin-bottom: 80px;  
  }
  
  section.section-page .section-content{
    width: 1024px;
    -webkit-transition: all 0.15s ease-out;
       -moz-transition: all 0.15s ease-out;
        -ms-transition: all 0.15s ease-out;
       -o-transition: all 0.15s ease-out;
        transition: all 0.15s ease-out;
  }

  .show-nav section.section-page .section-content{margin-left: 250px}
  .show-nav .sidebar-page nav.nav-left{left: 0; overflow-x:hidden;}
}

@media (max-width: 768px){}   
@media (max-width: 600px){}
@media (max-width: 320px){}
/* End */


/* Start:/static/css/footer.css?1784755194552*/
footer.footer-page{
	background: #f3f3f3;
	border-top: 1px solid #e7e7e7;
	font-size: 13px;
	padding: 35px 30px;
}
footer.footer-page a{font-weight: bold}
footer.footer-page p{margin-bottom: 20px}
footer.footer-page aside.aside-right{text-align: right}
footer.footer-page .b-payments{margin-bottom: 29px}
footer.footer-page .b-payments .payment-image {
    padding-top: 8px;
    margin-left: 192px;
    background-repeat: no-repeat;
    background-position: 0 -188px;
    width: 126px;
    height: 22px;
    background-image: url("/static/css/../img/icons.png");
}
/* End */


/* Start:/static/css/additional.css?178475519414670*/
header.header-page .b-filter{
  z-index:1000;
}
.sidebar-page .b-contacts{
  font-size: 14px;
  left: 17px;
}

.sidebar-page .b-contacts .regions {
  margin-bottom: 20px;
}
.sidebar-page .b-contacts .regions a, .sidebar-page .b-contacts .regions a:hover {
  color: #8e8e8e;
  border-bottom: 1px dashed #ffbf00;
  text-decoration: none;
}
.sidebar-page .b-contacts .regions a.active {
  color: #333333;
  border: none;
}
.c-yellow {
  color: #ffc61a;
}
.contacts-nav {
  font-size: 1.7em;
  margin-bottom: 30px;
}
.contacts-nav a {
  color: #8e8e8e;
  border-bottom: 1px solid #ffbf00;
  text-decoration: none;
}
.section-content{
  margin-top: 60px;
}
@media (max-width: 1265px) {
  .section-content{
    margin-top: 0px;
  }
}
.b-aside ul.data-list-2 li{
  font-size: 16px;
}
.arrow-left,.arrow-right{
  background-color: transparent !important;
  padding: 0px !important;
  position: absolute;
  z-index: 1;
  top: 137px;
  display: none !important;
} 
a.arrow-left{
  display: none !important;
  left: 15px;
  width: 40px;
  height: 40px;
  background-image: url("/static/css/../img/arrow_small_left.png") !important;
  background-repeat: no-repeat;
  background-position: top left;
}
a.arrow-right{
  display: none !important;
  right: 15px;
  width: 40px;
  height: 40px;
  background-image: url("/static/css/../img/arrow_small_right.png") !important;
  background-repeat: no-repeat;
  background-position: top left;
}
a.list_gal{
  position: relative;
}
.b-collection ul.collections-list > li:hover > a.arrow-right{
}
.b-collection ul.collections-list > li:hover > a.arrow-left{
}
.b-collection ul.collections-brand-list > li:hover > a.arrow-right{
}
.b-collection ul.collections-brand-list > li:hover > a.arrow-left{
}



a.link-fav{
  float: right;
  font-size: 12px;
  color: #999999;
  font-weight: bold;
  letter-spacing: 0.7px;
  line-height: 19px;
  text-transform: uppercase;
  padding-left: 25px;
}
.link-favadded{
  display: none;
  float: right;
  font-size: 12px;
  color: #999999;
  font-weight: bold;
  letter-spacing: 0.7px;
  line-height: 19px;
  text-transform: uppercase;
  padding-left: 25px;
}
a.link-fav:before{
  content: "";
  float: left;
  background-repeat: no-repeat;
  background-image: url('/static/img/icons.png');
  background-position: -80px -132px;
  width: 18px;
  height: 18px;
  margin: 0 0 0 -25px;
}

.b-collection ul.collections-list > li h2{
  padding-left: 0px;
}

.important{
  padding-left: 45px;
  padding-top: 10px;
  padding-right: 20px;
  font-size: 15px;
  background-image: url("/static/css/../img/alert.png");
  background-repeat: no-repeat;
  background-position: 20px 11px;
}
.shadow{
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: #000000;  
  opacity: 0.6;
  display: none;
}
.zoom{
  position: fixed;
  z-index: 1001;
  width: 960px;
  top: 50%;
  left: 50%;
  margin-top: -300px;
  margin-left: -480px;
  background-color: #ffffff;
  display: none;
  border: 5px solid #ffbf00;
}
.close_zoom{
  display: block;
  text-decoration: none;
  position: absolute;
  top: 22px;
  right: 22px;
  width: 16px;
  height: 16px;
  background: url("/static/css/../img/icons.png") no-repeat -120px -48px;
}
a.close_zoom:hover{
  opacity: 0.6 !important;
}
.preview_zoom{
  float: left;
  width: 560px;
  min-height: 475px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 20px;
}
.right_zoom{
  float: left;
  width: 340px;
  margin-top: 20px;
  text-align: left;
}
.zoom_block{
  border-bottom: 1px solid #ebebeb;
  padding-top: 15px;
  padding-bottom: 15px;
}
.last_zoom_block{
  border-bottom: 0px;
}
.right_zoom h1{
  padding-right: 20px;
  font: normal 20px/1.2 "Proxima Nova", Arial, Helvetica, Geneva, sans-serif;
  color: #333333;
}
.right_zoom p{
  color: #333333;
}
.branding{
  display: none;
}
@media (min-width: 1910px) {
  .branding{
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: -1;
    background-size: auto 100%;
    background-attachment: fixed;
    background-position: top right;
    width: 100%;
    height: 100%;
    display: block; 
    background-repeat: no-repeat;
    background-position: 1585px 50%;
  }
  section.section-page{
    position: absolute; 
  } 
}
li.many_lines_prop{
  padding-left: 160px;
  padding-top: 8px;
  padding-bottom: 8px;
  height: auto !important;
  line-height: 25px !important;
}
.many_lines_prop span{
  margin-left: -160px;
  line-height: 25px;
}

.loading{
  min-height: 800px;
  background-image: url("/static/img/loader.gif");
  background-position: 50% 50%;
  background-repeat: no-repeat; 
}

.fb-like, #vk_like{
  float: left !important;
  clear: none !important;
  display: block;
  margin-right: 10px;
}

.float_right form{
  float: left;
}
.float_right form ul.filters-list{
  margin-top: 2px !important;
    margin-left: 20px;
}
.float_right h2{
  float: left;
}

.pdf-icon{
  display: block;
  float: left;
  height: 20px;
  width: 19px;	
  margin-top: 9px;
  margin-right: 7px;
  background-repeat: no-repeat;
  background-image: url('/static/img/icons.png');
  background-position: -47px -224px;
}

.social_shares a{
    display: block;
    float: left;
    margin-right: 20px;
    width: 87px;
    height: 36px;
    border-radius: 2px;
    background-repeat: no-repeat;
    background-position: 50% 50%; 
    background-color: #ffffff;
}
.social_shares a.tw{
  margin-right: 0px;
}

.vk{
  background-size: 24px;
  border: 2px solid #4c75a3;
}
.vk:hover{
  background-color: #4c75a3;
}
.vk > i {
    display: block;
    height: 36px;
    margin: 0 auto;
    width: 24px;
    border-radius: 2px;
    background-repeat: no-repeat;
    background-image: url('/static/img/icons.png');
    background-position: -8px -162px;
}
.vk:hover > i {
    background-position: -8px -220px;
}
.tw{
  //background-size: 24px;
  border: 2px solid #55acee;
}
.tw:hover{
  background-color: #55acee;
}
.tw > i {
    display: block;
    height: 36px;
    margin: 0 auto;
    width: 24px;
    border-radius: 2px;
    background-repeat: no-repeat;
    background-image: url('/static/img/icons.png');
    background-position: -40px -97px;
}
.tw:hover > i {
    background-position: -40px -160px;
}

.fb{
  //background-size: 17px;
  border: 2px solid #3b579d;
}
.fb:hover{
  background-color: #3b579d;
}
.fb > i {
    display: block;
    height: 36px;
    margin: 0 auto;
    width: 20px;
    border-radius: 2px;
    background-repeat: no-repeat;
    background-image: url('/static/img/icons.png');
    background-position: -5px -127px;
}
.fb:hover > i {
    background-position: -39px -127px;
}

.b-basket{
  margin-top: 14px;
}
.right_zoom h1{
  line-height: 28px;
}
.right_zoom h1 a{
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px solid #FFC61A;
}
.right_zoom h1 a:hover{
  border-bottom: 0px;
}


.ui-autocomplete {
  position: fixed;
    top: 45px !important;
    left: 281px !important;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  width: 160px;
  list-style: none;
  background-color: #ffffff;
    border: 2px solid #333333;
    border-radius: 2px;
    width: 160px;
    z-index: 100;
    max-height: 226px;
    overflow-x: hidden;
    overflow-y: scroll;
}
@media (max-width: 1265px){
  .ui-autocomplete {
    left: 339px !important;
  }
}

.ui-menu-item{
  padding-left: 5px;
    border-top: 1px solid #f2f2f2;
  padding: 2px 2px 3px 8px;
  border-top: 1px solid #f2f2f2;
}

.ui-state-focus{
  background-color: #ffc61a;
}


.map{
    margin-left: -318px; 
}

@media (max-width: 1600px){
  .map{
    margin-left: 0px; 
  }
}
@media (max-width: 1265px){
  .map{
    margin-left: 0px; 
  }
}

input.error{
	border: 2px solid red;
}
#people-list-header{
	position: relative;
	cursor: pointer;
	border-bottom: 0px;
}
#people-list-header.on{
	border-bottom: 5px solid #ffbf00;
}
#people-list-header:hover{
	color: #888888;
}
#people-list-header:after {
    content: "";
    background: url("/static/css/../img/icons.png") no-repeat -120px -24px;
    width: 10px;
    height: 6px;
    position: absolute;
	right: 68px;
    top: 17px;
}
.form-note a{
	font-weight: bold;
	border-bottom: 1px solid #ffbf00;
	text-decoration: none;
}
.form-note a:hover{
	border-bottom-color: #d9d9d9;
}

.footer-soc{
	overflow: hidden;
	margin-top: 3px;
    margin-bottom: 30px;
}
.footer-soc .tg-title{
    display: inline-block;
    width: 160px;
    line-height: 16px;
    padding-top: 4px;
}
.footer-soc a{
    width: 40px;
    height: 40px;
    display: inline-block;

    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-radius: 40px;
    margin-left: 10px;
    float: right;
}
.footer-soc a.tw {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%231DA1F2' d='M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z'/%3E%3C/svg%3E");
	background-position: 50%;
	background-color: #FFFFFF;
	background-size: 60%;
	border: 2px solid #1DA1F2;
}
.footer-soc a.tw:hover {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23ffffff' d='M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z'/%3E%3C/svg%3E");
	background-position: 50%;
	background-color: #1DA1F2;
	background-size: 60%;
}

.footer-soc a.fb {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 264 512'%3E%3Cpath fill='%234267B2' d='M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229'/%3E%3C/svg%3E");
    background-position: 50%;
	background-color: #ffffff;
	background-size: 30%;
	border: 2px solid #4267B2;
}
.footer-soc a.fb:hover {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 264 512'%3E%3Cpath fill='%23ffffff' d='M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229'/%3E%3C/svg%3E");
    background-position: 50%;
	background-color: #4267B2;
	background-size: 30%;
}
.footer-soc a.insta {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23d10869' d='M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z'/%3E%3C/svg%3E");
	background-position: 50%;
	background-color: #ffffff;
	background-size: 60%;
	border: 2px solid #d10869;
}
.footer-soc a.insta:hover {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23ffffff' d='M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z'/%3E%3C/svg%3E");
	background-position: 50%;
	background-color: #d10869;
	background-size: 60%;
}

.footer-soc a.tg {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 496 512'%3E%3Cpath fill='%23229ED9' d='M248 8C111.033 8 0 119.033 0 256s111.033 248 248 248 248-111.033 248-248S384.967 8 248 8zm111.334 168.53l-40.09 188.509c-3.032 13.374-10.987 16.718-22.234 10.427l-61.422-45.356-29.633 28.564c-3.271 3.264-6.022 6.024-12.308 6.024l4.418-62.36 113.678-102.656c4.942-4.418-1.065-6.882-7.66-2.464l-140.401 88.497-60.458-18.91c-13.128-4.102-13.374-13.128 2.744-19.421l236.29-91.157c11.066-4.102 20.756 2.464 17.144 19.421z'/%3E%3C/svg%3E");
	background-position: 50%;
	background-color: transparent;
	background-size: 100%;
}
/* End */


/* Start:/static/css/selectboxit.css?17847551947638*/
/* SelectBoxIt container */
.selectboxit-container {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

/* Styles that apply to all SelectBoxIt elements */
.selectboxit-container * {
  font: 14px Helvetica, Arial;
  /* Prevents text selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
  white-space: nowrap;
}

/* Button */
.selectboxit-container .selectboxit {
  width: 220px; /* Width of the dropdown button */
  cursor: pointer;
  margin: 0;
  padding: 0;
  border-radius: 6px;
  overflow: hidden;
  display: block;
  position: relative;
}

/* Height and Vertical Alignment of Text */
.selectboxit-container span, .selectboxit-container .selectboxit-options a {
  height: 30px; /* Height of the drop down */
  line-height: 30px; /* Vertically positions the drop down text */
  display: block;
}

/* Focus pseudo selector */
.selectboxit-container .selectboxit:focus {
  outline: 0;
}

/* Disabled Mouse Interaction */
.selectboxit.selectboxit-disabled, .selectboxit-options .selectboxit-disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: default;
}

/* Button Text */
.selectboxit-text {
  text-indent: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}

.selectboxit .selectboxit-option-icon-container {
  margin-left: 5px;
}

/* Options List */
.selectboxit-container .selectboxit-options {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 100%;  /* Minimum Width of the dropdown list box options */
  *width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
  display: none;
  z-index: 9999999999999;
  border-radius: 6px;
  text-align: left;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* Individual options */
 .selectboxit-option .selectboxit-option-anchor{
  padding: 0 2px;
}

/* Individual Option Hover Action */
.selectboxit-option .selectboxit-option-anchor:hover {
  text-decoration: none;
}

/* Individual Option Optgroup Header */
.selectboxit-option, .selectboxit-optgroup-header {
  text-indent: 5px; /* Horizontal Positioning of the select box option text */
  margin: 0;
  list-style-type: none;
}

/* The first Drop Down option */
.selectboxit-option-first {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}

/* The first Drop Down option optgroup */
.selectboxit-optgroup-header + .selectboxit-option-first {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

/* The last Drop Down option */
.selectboxit-option-last {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* Drop Down optgroup headers */
.selectboxit-optgroup-header {
  font-weight: bold;
}

/* Drop Down optgroup header hover psuedo class */
.selectboxit-optgroup-header:hover {
  cursor: default;
}

/* Drop Down down arrow container */
.selectboxit-arrow-container {
  /* Positions the down arrow */
  width: 30px;
  position: absolute;
  right: 0;
}

/* Drop Down down arrow */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  /* Horizontally centers the down arrow */
  margin: 0 auto;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
}

/* Drop Down down arrow for jQueryUI and jQuery Mobile */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
  top: 30%;
}

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-container {
  float: left;
}

.selectboxit-container .selectboxit-option-icon {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-url {
  width: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  float: left;
}

.selectboxit-rendering {
  display: inline-block !important;
  *display: inline !important;
  zoom: 1 !important;
  visibility: visible !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}

/* jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon {
  background-color: inherit;
}

/* Another jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

/*
  Default Theme
  -------------
  Note: Feel free to remove all of the CSS underneath this line if you are not using the default theme
*/
.selectboxit-btn {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
}

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:active {
  color: #333333;
  background-color: #e6e6e6;
}

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
}

.selectboxit-default-arrow {
  width: 0;
  height: 0;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.selectboxit-list {
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.selectboxit-list .selectboxit-option{
	border-bottom: 1px solid #f2f2f2;
}
.selectboxit-list .selectboxit-option:last{
	border-bottom: 0px;
}




.selectboxit-list .selectboxit-option-anchor {
  color: #333333;
}


.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  color: #333333;
  background-color: #d9d9d9;
}

.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
  color: #999999;
}

.filter_form .select-tag{
	overflow: visible;
	border: 0px;
	height: 30px;
}
.filter_form .select-tag:after{
	top: 13px;
}

.selectboxit-container .selectboxit{
    display: inline-block;
    background: #FFF;
    border: 2px solid #d9d9d9;
    border-radius: 2px !important;
    width: 211px !important;
    height: 26px;
    vertical-align: middle;
    /* padding: 2px 2px 2px 4px; */
    position: relative;
    overflow: hidden;
}
.selectboxit-container span, .selectboxit-container .selectboxit-options a {
    height: 26px;
    line-height: 26px;
    display: block;
}
.selectboxit-arrow-container{
	display: none !important;
}
.selectboxit-container .selectboxit-options{
    border: 2px solid #333333;
    border-radius: 2px !important;
	width: 215px;
}


.b-simple-filter ul.filters-list li.selectboxit-option{
	width: 211px;
	text-indent: inherit;
	white-space: normal;
}
.b-simple-filter ul.filters-list li.selectboxit-option a{
	height: auto;
	white-space: normal;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}

/* End */


/* Start:/static/css/slider.css?1784755194820*/
.opacity-hover-slider {
  width: 315px;
  height: 315px;
  position: relative;
  overflow: hidden;
}

.opacity-hover-slider__item {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  margin: 0px;
  padding: 0px;
  -webkit-transition: opacity .5s ease .3s;
  -moz-transition: opacity .5s ease .3s;
  -o-transition: opacity .5s ease .3s;
  transition: opacity .5s ease .3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: opacity;
}

.opacity-hover-slider__item img {
  width: 100%;
  height: 100%;
}

.opacity-hover-slider__item.active {
  -webkit-transition: opacity .5s ease 0s;
  -moz-transition: opacity .5s ease 0s;
  -o-transition: opacity .5s ease 0s;
  transition: opacity .5s ease 0s;
  opacity: 1;
}
/* End */


/* Start:/static/css/fotorama.css?178475519414523*/
/*!
 * Fotorama 4.4.9 | http://fotorama.io/license/
 */
.fotorama__stage__shaft,.fotorama__stage__frame,.fotorama__html,.fotorama__video iframe{position:absolute;width:100%;height:100%;top:0;right:0;left:0;bottom:0}.fotorama--fullscreen,.fotorama__img{max-width:99999px!important;max-height:99999px!important;min-width:0!important;min-height:0!important;border-radius:0!important;box-shadow:none!important;padding:0!important}.fotorama__wrap .fotorama__grab{cursor:move;cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.fotorama__grabbing *{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.fotorama__img,.fotorama__spinner{position:absolute!important;top:50%!important;left:50%!important}.fotorama__img{margin:-50% 0 0 -50%;width:100%;height:100%}.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__thumb-border,.fotorama__wrap--css3 .fotorama__arr,.fotorama__wrap--css3 .fotorama__fullscreen-icon,.fotorama__wrap--css3 .fotorama__video-play,.fotorama__wrap--css3 .fotorama__video-close{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__wrap--css3 .fotorama__spinner,.fotorama__wrap--css3 .fotorama__stage,.fotorama__wrap--css3 .fotorama__nav,.fotorama__wrap--css3 .fotorama__stage__frame,.fotorama__wrap--css3 .fotorama__stage .fotorama__img,.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__caption,.fotorama__stage:before,.fotorama__stage:after,.fotorama__nav:before,.fotorama__nav:after{-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0)}.fotorama__wrap--video .fotorama__stage__shaft,.fotorama__wrap--video .fotorama__stage,.fotorama__wrap--video .fotorama__stage__frame--video,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__caption{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important}.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__thumb-border{-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-transition-timing-function:cubic-bezier(0.1,0,.25,1);transition-timing-function:cubic-bezier(0.1,0,.25,1);-webkit-transition-duration:0ms;transition-duration:0ms}.fotorama__wrap,.fotorama__no-select,.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-play,.fotorama__video-close{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fotorama__select{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.fotorama__nav,.fotorama__nav__frame{margin:0;padding:0}.fotorama__nav__shaft,.fotorama__nav__frame,.fotorama__caption__wrap{display:-moz-inline-box;-moz-box-orient:vertical;display:inline-block;vertical-align:middle;*display:inline;*zoom:1}.fotorama__wrap *{-moz-box-sizing:content-box;box-sizing:content-box}.fotorama__caption__wrap{-moz-box-sizing:border-box;box-sizing:border-box}.fotorama--hidden,.fotorama__load{position:absolute;left:-99999px;top:-99999px;z-index:-1}.fotorama__stage__shaft,.fotorama__stage__frame,.fotorama__nav,.fotorama__nav__shaft,.fotorama__nav__frame,.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-play,.fotorama__video-close{-webkit-tap-highlight-color:rgba(0,0,0,0)}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-play,.fotorama__video-close{background:url(/static/css/fotorama.png) no-repeat}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi){.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-play,.fotorama__video-close{background:url(/static/css/fotorama@2x.png) no-repeat;background-size:96px 160px}}.fotorama__thumb{background-color:#7f7f7f;background-color:rgba(127,127,127,.2)}.fotorama{min-width:1px;overflow:hidden}.fotorama>.fotorama__wrap{visibility:visible}.fotorama--hidden-before-ready>*{visibility:hidden}.fullscreen{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;margin:0!important;padding:0!important;overflow:hidden!important;background:#000}.fotorama--fullscreen{position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;float:none!important;z-index:2147483647!important;background:#000;width:100%!important;height:100%!important;margin:0!important}.fotorama--fullscreen .fotorama__stage,.fotorama--fullscreen .fotorama__nav{background:#000}.fotorama__wrap{-webkit-text-size-adjust:100%;position:relative;direction:ltr}.fotorama__wrap--rtl .fotorama__stage__frame{direction:rtl}.fotorama__stage,.fotorama__nav{overflow:hidden;position:relative;max-width:100%}.fotorama__wrap--pan-y{-ms-touch-action:pan-y}.fotorama__wrap .fotorama__pointer{cursor:pointer}.fotorama__wrap--slide .fotorama__stage__frame{opacity:1!important}.fotorama__stage__frame{overflow:hidden}.fotorama__stage__frame.fotorama__active{z-index:8}.fotorama__wrap--fade .fotorama__stage__frame{display:none}.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active,.fotorama__wrap--fade .fotorama__fade-front,.fotorama__wrap--fade .fotorama__fade-rear{display:block;left:0;top:0}.fotorama__wrap--fade .fotorama__fade-front{z-index:8}.fotorama__wrap--fade .fotorama__fade-rear{z-index:7}.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active{z-index:9}.fotorama__wrap--fade .fotorama__stage .fotorama__shadow{display:none}.fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0;border:0!important}.fotorama__loaded .fotorama__img,.fotorama__error .fotorama__img{-ms-filter:"alpha(Opacity=100)";filter:alpha(opacity=100);opacity:1}.fotorama__img--full{display:none}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img{display:none}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full{display:block}.fotorama__wrap--only-active .fotorama__stage,.fotorama__wrap--only-active .fotorama__nav{max-width:99999px!important}.fotorama__wrap--only-active .fotorama__stage__frame{visibility:hidden}.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active{visibility:visible}.fotorama__nav{font-size:0;line-height:0;text-align:center;display:none;white-space:nowrap;z-index:5}.fotorama__nav__shaft{position:relative;left:0;top:0;text-align:left}.fotorama__nav__frame{position:relative;cursor:pointer}.fotorama__nav--dots{display:block}.fotorama__nav--dots .fotorama__nav__frame{width:18px;height:30px}.fotorama__nav--dots .fotorama__nav__frame--thumb,.fotorama__nav--dots .fotorama__thumb-border{display:none}.fotorama__nav--thumbs{display:block}.fotorama__nav--thumbs .fotorama__nav__frame{padding-left:0!important}.fotorama__nav--thumbs .fotorama__nav__frame:last-child{padding-right:0!important}.fotorama__nav--thumbs .fotorama__nav__frame--dot{display:none}.fotorama__dot{display:block;width:4px;height:4px;position:relative;top:12px;left:6px;border-radius:6px;border:1px solid}.fotorama__nav__frame.fotorama__active{pointer-events:none;cursor:default}.fotorama__nav__frame.fotorama__active .fotorama__dot{width:6px;height:6px;border:0}.fotorama__dot{border-color:#7f7f7f}.fotorama__active .fotorama__dot{background-color:#7f7f7f}.fotorama__thumb{overflow:hidden;position:relative;width:100%;height:100%}.fotorama__thumb-border{position:absolute;z-index:9;top:0;left:0;border-style:solid;border-color:#00afea;background-image:-webkit-linear-gradient(top left,rgba(255,255,255,.25),rgba(64,64,64,.1));background-image:linear-gradient(to bottom right,rgba(255,255,255,.25),rgba(64,64,64,.1))}.fotorama__caption{position:absolute;z-index:12;bottom:0;left:0;right:0;font-family:'Helvetica Neue',Arial,sans-serif;font-size:14px;line-height:1.5;color:#000}.fotorama__caption a{text-decoration:none;color:#000;border-bottom:1px solid;border-color:rgba(0,0,0,.5)}.fotorama__caption a:hover{color:#333;border-color:rgba(51,51,51,.5)}.fotorama__wrap--rtl .fotorama__caption{left:auto;right:0}.fotorama__caption__wrap{background-color:#fff;background-color:rgba(255,255,255,.9);padding:5px 10px}@-webkit-keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner{0%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg)}}.fotorama__wrap--css3 .fotorama__spinner{-webkit-animation:spinner 24s infinite linear;animation:spinner 24s infinite linear}.fotorama__wrap--css3 .fotorama__stage .fotorama__img,.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__caption{-webkit-transition-property:opacity;transition-property:opacity;-webkit-transition-timing-function:linear;transition-timing-function:linear;-webkit-transition-duration:.3s;transition-duration:.3s}.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__caption{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0}.fotorama__select{cursor:auto}.fotorama__video{top:32px;right:0;bottom:0;left:0;position:absolute;z-index:10}@-moz-document url-prefix(){.fotorama__active{box-shadow:0 0 0 transparent}}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-play,.fotorama__video-close{display:block;position:absolute;z-index:11;cursor:pointer}.fotorama__arr{position:absolute;width:32px;height:32px;top:50%;margin-top:-16px}.fotorama__arr--prev{left:0;background-position:0 0}.fotorama__arr--next{right:0;background-position:-32px 0}.fotorama__arr--disabled{pointer-events:none;cursor:default;*display:none;opacity:.1}.fotorama__fullscreen-icon{width:32px;height:32px;top:0;right:0;background-position:0 -32px;z-index:20}.fotorama--fullscreen .fotorama__fullscreen-icon{background-position:-32px -32px}.fotorama__video-play{width:96px;height:96px;left:50%;top:50%;margin-left:-48px;margin-top:-48px;background-position:0 -64px;display:none}.fotorama__wrap--css3 .fotorama__video-play{display:block;opacity:0}.fotorama__loaded .fotorama__video-play,.fotorama__error .fotorama__video-play{display:block;opacity:1}.fotorama__nav__frame .fotorama__video-play{width:32px;height:32px;margin-left:-16px;margin-top:-16px;background-position:-64px -32px;opacity:1!important;display:block!important}.fotorama__video-close{width:32px;height:32px;top:0;right:0;display:none;background-position:-64px 0;z-index:20}.fotorama__wrap--no-controls .fotorama__arr,.fotorama__wrap--no-controls .fotorama__fullscreen-icon,.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--video .fotorama__fullscreen-icon{display:none;opacity:0}.fotorama__wrap--css3.fotorama__wrap--slide.fotorama__wrap--no-controls .fotorama__fullscreen-icon,.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon{display:block;-webkit-transform:translate3d(32px,-32px,0);-ms-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--css3.fotorama__wrap--slide.fotorama__wrap--no-controls .fotorama__arr--prev,.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev{display:block;-webkit-transform:translate3d(-48px,0,0);-ms-transform:translate3d(-48px,0,0);transform:translate3d(-48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--slide.fotorama__wrap--no-controls .fotorama__arr--next,.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next{display:block;-webkit-transform:translate3d(48px,0,0);-ms-transform:translate3d(48px,0,0);transform:translate3d(48px,0,0)}.fotorama__wrap--video .fotorama__stage .fotorama__video-play{display:none}.fotorama__wrap--video .fotorama__video-close{display:block}.fotorama__wrap--css3 .fotorama__video-close{display:block;opacity:0;-webkit-transform:translate3d(32px,-32px,0);-ms-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__stage .fotorama__video-play{display:block;opacity:0;z-index:-1}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close{opacity:1;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__wrap--css3 .fotorama__arr,.fotorama__wrap--css3 .fotorama__fullscreen-icon,.fotorama__wrap--css3 .fotorama__video-play,.fotorama__wrap--css3 .fotorama__video-close{-webkit-transition-property:-webkit-transform,opacity;transition-property:transform,opacity;-webkit-transition-duration:.3s;transition-duration:.3s}.fotorama__stage:before,.fotorama__stage:after,.fotorama__nav:before,.fotorama__nav:after{content:"";display:block;position:absolute;text-decoration:none;top:0;bottom:0;width:10px;height:auto;z-index:10;pointer-events:none;background-repeat:no-repeat;background-size:1px 100%,5px 100%}.fotorama__stage:before,.fotorama__nav:before{background-image:-webkit-linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),-webkit-radial-gradient(0 50%,farthest-side,rgba(0,0,0,.4),transparent);background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 0 50%,rgba(0,0,0,.4),transparent);background-position:0 0,0 0;left:-10px}.fotorama__stage.fotorama__shadows--left:before,.fotorama__nav.fotorama__shadows--left:before{left:0}.fotorama__stage:after,.fotorama__nav:after{background-image:-webkit-linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),-webkit-radial-gradient(100% 50%,farthest-side,rgba(0,0,0,.4),transparent);background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 100% 50%,rgba(0,0,0,.4),transparent);background-position:100% 0,100% 0;right:-10px}.fotorama__stage.fotorama__shadows--right:after,.fotorama__nav.fotorama__shadows--right:after{right:0}.fotorama--fullscreen .fotorama__stage:before,.fotorama--fullscreen .fotorama__stage:after,.fotorama--fullscreen .fotorama__nav:before,.fotorama--fullscreen .fotorama__nav:after,.fotorama__wrap--no-shadows .fotorama__stage:before,.fotorama__wrap--no-shadows .fotorama__stage:after,.fotorama__wrap--no-shadows .fotorama__nav:before,.fotorama__wrap--no-shadows .fotorama__nav:after,.fotorama__wrap--fade .fotorama__stage:before,.fotorama__wrap--fade .fotorama__stage:after{display:none}
/* End */


/* Start:/bitrix/templates/main/components/bitrix/search.title/keramoteka/style.css?17847551723968*/
.bx-searchtitle {
	margin: 10px 0 0;
}
.bx-searchtitle .bx-block-title {
	/*font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;*/
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 9px;
	font-weight: 600;
}
.bx-searchtitle .bx-input-group {
	position: relative;
	display: table;
	border-collapse: separate;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-searchtitle .bx-input-group {}
.bx-searchtitle .bx-input-group .bx-form-control {
	display: table-cell;
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #f8fafc;
	border: 1px solid #d5dadc;
	border-right: none;
	border-radius: 2px 0 0 2px;
	outline: none;
	box-shadow: none !important;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bx-ios .bx-searchtitle .bx-input-group .bx-form-control {
	/* Fix of input shadow for IOS browsers. */
	background-image: -webkit-linear-gradient(#f8fafc 0%, #f8fafc 100%);
	background-image: linear-gradient(#f8fafc 0%, #f8fafc 100%);
}
.bx-searchtitle .bx-input-group-btn {
	position: relative;
	font-size: 0;
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
	display: table-cell;
}
.bx-searchtitle .bx-input-group-btn button {
	position: relative;
	border: none;
	background: #95a1a8;
	display: inline-block;
	margin-bottom: 0;
	cursor: pointer;
	padding:6px 12px;
	border-radius: 0 2px 2px 0;
	color: #fff;
	font-size: 16px;
	line-height: 1.42857143;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.bx-searchtitle .bx-input-group-btn button:hover {
	background: #1484CE;
}


div.title-search-result {
	border: 2px solid #333333;
	display:none;
	overflow-x:hidden;
	overflow-y:auto;
	z-index:999;
	min-width: 310px;
	margin-top:-3px;
	background-color: #FFF;
}

div.title-search-fader {
	display:none;
	background-image: url('/bitrix/templates/main/components/bitrix/search.title/keramoteka/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}

p.title-search-preview {
	font-size:12px;
}
div.title-search-result td.title-search-price span {
	font-size: 26px;
}
.title-search-result, .title-search-result * {
	box-sizing: border-box;
}
/*========================*/

.bx_searche{
	max-height: 40vh;
}
.bx_searche .bx_img_element{
	background: #fafafa;
	float: left;
	width: 67px;
	padding: 5px 10px;
	position: absolute;
	top: 0;
	bottom: 0;
}
.bx_searche .bx_item_block{
	min-height: 65px;
	position: relative;
	border-top: 1px solid #f2f2f2;
}
.bx_searche .bx_image{
	width: 45px;
	height: 45px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #e8e8e8;
}
.bx_searche .bx_item_element{
	/*float: left;
	margin-left: 70px;
	padding-left: 10px;*/
}
.bx_searche .bx_item_element hr{
	margin: 0;
	border: none;
	border-bottom: 1px solid #e5e5e5;
}
.bx_searche .bx_item_element a{
	display: inline-block;
	color: #333333;
	font-size: 15px;
	text-decoration: none;
	line-height: 22px;
	width: 100%;
	padding: 5px 5px 5px 7px;
}
.bx_searche .bx_item_element a b{color: #000;font-weight: bold;}
.bx_searche .bx_item_element a:hover,
.bx_searche .bx_item_element a:hover b{background-color: #ffbf00;}

.bx_item_block.all_result{min-height:0}
.bx_item_block.others_result{
	min-height: 0;
	padding: 0;
}
.bx_item_block.all_result .all_result_title{
	display: block;
}
.bx_item_block.all_result .all_result_title a{color: #333333}
.bx_item_block.all_result .all_result_title a:hover{color: #333333}
.bx_item_block.all_result a{
	margin-top: 0;
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/menu/top/style.css?1784755172583*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/bitrix/templates/.default/components/bitrix/menu/top/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link, 
ul.left-menu li a.selected:visited, 
ul.left-menu li a.selected:active, 
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}



/* End */
/* /static/css/reset.css?17847551942699 */
/* /static/css/global.css?178475519410862 */
/* /static/css/header.css?17847551946244 */
/* /static/css/common.css?178475519425263 */
/* /static/css/footer.css?1784755194552 */
/* /static/css/additional.css?178475519414670 */
/* /static/css/selectboxit.css?17847551947638 */
/* /static/css/slider.css?1784755194820 */
/* /static/css/fotorama.css?178475519414523 */
/* /bitrix/templates/main/components/bitrix/search.title/keramoteka/style.css?17847551723968 */
/* /bitrix/templates/.default/components/bitrix/menu/top/style.css?1784755172583 */
