


/* Start:/local/assets/css/style.css?152402750780004*/
/* - Reset - */
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
sub,
sup,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
img {
  vertical-align: top;
}
input,
select,
button,
textarea {
  margin: 0;
  font-size: 100%;
}
input[type="checkbox"] {
  vertical-align: bottom;
}
input[type="radio"] {
  vertical-align: text-bottom;
}
sub {
  vertical-align: sub;
  font-size: smaller;
}
sup {
  vertical-align: super;
  font-size: smaller;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none !important;
}
/* - /Reset - */
/* - Base settings - */
html {
  overflow-y: scroll;
}
html,
body {
  height: 100%;
}
body {
  min-width: 991px;
  background: #ffffff;
  font: 13px 'Tahoma';
  line-height: 1;
  color: #505050;
  text-align: left;
}
input,
select,
button,
textarea {
  font-family: 'Tahoma';
}
label,
input[type="button"],
input[type="submit"],
button {
  cursor: pointer;
}
a {
  color: #fa1515;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'PT Sans';
  line-height: 1;
  color: #4b4949;
  font-weight: bold;
  text-transform: uppercase;
}
h1 {
  font-size: 18px;
}
h2 {
  margin: 20px 0 18px;
  font-size: 16px;
}
h3 {
  margin: 20px 0 16px;
  font-size: 14px;
}
h4 {
  margin: 8px 0 6px;
  font-size: 12px;
}
h5 {
  margin: 6px 0 4px;
  font-size: 10px;
}
h6 {
  margin: 4px 0 2px;
  font-size: 8px;
}
/* - /Base settings - */
/* - Sys - */
.hidden{display: none;}
.disabled-js {
  display: none;
  background: #666;
  box-shadow: 0 3px 8px 1px #ccc;
}
.disabled-js__inner {
  padding: 5px 0;
  font-size: 14px;
  color: #fff;
}
.nojs .disabled-js {
  display: block;
}
.justifyFix {
  font-size: 1px;
  text-align: justify;
 /* text-align-last: justify;*/
 /* text-justify: newspaper;*/
}
.justifyFix:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 0px;
  visibility: hidden;
  overflow: hidden;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.lte8 .clearfix:after {
  zoom: 1;
}
.pseudo-link {
  text-decoration: none;
  border-bottom: 1px dotted;
  cursor: pointer;
}
.pseudo-link:hover{
	border-bottom-color: transparent;
	-webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.nophoto {
  background-color: #F1F2F2;
  background-image: url(/local/assets/css/../images/icon_nophoto.png);
  background-position: center center;
  background-repeat: no-repeat;
}
/* - /Sys - */
/* - Baselayout - */
.l-wrapper {
  min-height: 100%;
  overflow: hidden;
  position: relative;
}
.l-wrapper:after {
  content: '';
  display: block;
  height: 386px;
}
.l-page-wrapper {
  position: relative;
}
.l-page-wrapper__outer {
  margin: 0 -50%;
  padding: 0 50%;
  clear: both;
}
.l-page-wrapper__inner {
  min-width: 962px;
  max-width: 962px;
  margin: 0 auto;
  padding: 0 14px;
}
.l-page-wrapper__inner__right {
  float: right;
  width: 90px;
}
.l-page-wrapper__inner__left {
  margin-right: 115px;
}
.l-page-wrapper__outer .l-page-wrapper__inner {
  padding-left: 0;
  padding-right: 0;
}
.b-topbar {
  background: url(/local/assets/css/../images/bg.jpg) repeat 0 0;
  border-bottom: 1px solid #e8e8e8;
}
.b-topbar__inner {
  padding-top: 6px;
  padding-bottom: 7px;
}
.b-topbar__right {
  position: relative;
  float: right;
  margin-left: 55px;
}
.b-city-switch,
.b-personal-bar {
  margin-right: 3px;
  padding: 11px 13px 9px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 4px;
  box-shadow: 0 1px 1px #ccc;
  vertical-align: middle;
  font: 13px 'PT Sans';
}
.b-city-switch {
  display: inline-block;
}
.b-city-switch__label {
  margin-right: 5px;
}
.b-personal-bar {
  display: inline-block;
  padding-right: 16px;
}
.b-personal-bar__link {
  color: #666666;
}
.b-personal-bar__link_lk {
  margin-right: 13px;
  text-decoration: none;
  border-bottom: 1px solid #666666;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.b-personal-bar__link_lk:hover {
  border-bottom-color: transparent;
}
.b-personal-bar__link_login {
  position: relative;
  margin-left: 24px;
}
.b-personal-bar__link_login:before {
  content: '';
  position: absolute;
  display: inline-block;
  top: 50%;
  right: 100%;
  margin-top: -10px;
  margin-right: 4px;
  width: 20px;
  height: 18px;
  background: url('/local/assets/css/../images/icons-sprite.png') no-repeat -80px 0;
}
.b-phones {
  padding-top: 2px;
  font: 13px/1.3 'PT Sans';
  color: #666666;
}
.b-phones span {
  font-size: 15px;
  letter-spacing: -0.04em;
}
.b-hot-phone {
  padding-top: 7px;
  font-family: 'PT Sans';
  color: #666666;
}
.b-hot-phone__value {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -1px;
}
.b-hot-phone__value:after {
  content: '';
  position: absolute;
  top: 100%;
  right: 100%;
  width: 6px;
  height: 13px;
  margin-top: -12px;
  margin-right: 4px;
  background: url('/local/assets/css/../images/icons-sprite.png') no-repeat -13px -120px;
}
.b-hot-phone__label {
  position: relative;
  font-size: 13px;
}
.b-hot-phone__label:before {
  content: '';
  width: 6px;
  height: 7px;
  position: absolute;
  top: 1px;
  right: 100%;
  margin-right: 4px;
  background: url('/local/assets/css/../images/icons-sprite.png') no-repeat -13px -163px;
}
.header {
  background: #ffffff;
}
.header__inner {
  padding-bottom: 9px;
}
.header__left {
  float: left;
  width: 239px;
  margin-right: 55px;
  padding-top: 3px;
}
.header__right {
  float: right;
  width: 223px;
  margin-left: 69px;
  padding-top: 46px;
}
.header__middle {
  padding: 72px 5px 5px;
  overflow: hidden;
}
.l-page {
  background: #ffffff;
}
.l-page-content {
  padding-top: 30px;
  padding-bottom: 48px;
  line-height: 1.5;
}
.l-page-content p {
  margin-bottom: 18px;
}
.l-page-content p:last-child {
  margin-bottom: 0;
}
.l-page-content p + ul,
.l-page-content p + ol,
.l-page-content h2 + ol,
.l-page-content h3 + ol {
  margin-left: 19px;
  margin-bottom: 18px;
}
.l-page-content ul {
  list-style: disc outside;
}
.l-page-content ol {
  list-style: decimal outside;
}
.l-page-content li{
	margin: 6px 0;
}
.l-main-info .l-main-info__inner {
  padding-top: 25px;
  padding-bottom: 19px;
}
.l-main-info .l-main-info__right {
  float: right;
  width: 220px;
}
.l-main-info .l-main-info__left {
  overflow: hidden;
}
.b-dc-table {
  width: 100%;
}
.b-dc-table th,
.b-dc-table td {
  padding: 6px 12px;
}
.b-dc-table thead th,
.b-dc-table thead td {
  background-color: #505050;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  vertical-align: middle;
}
.b-dc-table_striped tbody tr:nth-child(2n+1) td {
  background-color: #f0f0f0;
}
.b-dc-table_striped tbody tr:nth-child(2n) td {
  background-color: #e5e5e5;
}
.b-title {
  margin-bottom: 23px;
  padding-bottom: 2px;
  border-bottom: 1px solid #c6c6c6;
}
.b-title_noborder {
  border-bottom-color: transparent;
}
.b-title__inner {
  font: bold 18px/1 'PT Sans';
  color: #4b4949;
  text-transform: uppercase;
}
.b-price_old {
  font-size: 19px;
  color: #ccc;
  text-decoration: line-through;
}
.b-tabs__captions {
  overflow: hidden;
}
.b-tabs__contents {
  padding: 2px 0px 3px;
  background: #f1f2f2;
}
.b-tabs_nostyle-content .b-tabs__contents {
  padding: 0;
  background: none;
  border-top: 2px solid #f1f2f2;
}
.e-tabs-caption {
  float: left;
  min-width: 164px;
  padding: 15px 24px;
  background: #505050;
  cursor: pointer;
  border-radius: 4px 4px 0 0;
  border-left: 1px solid #777777;
  text-align: center;
  z-index: 9;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.e-tabs-caption:first-child {
  border-left: none;
}
.e-tabs-caption__inner {
  font-size: 16px;
  color: #fff;
  border-bottom: 1px dotted;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.e-tabs-caption.active {
  background: #f1f2f2;
  z-index: 10;
}
.e-tabs-caption.active .e-tabs-caption__inner {
  color: #505050;
  border-bottom-color: transparent;
}
.e-tabs-content {
  position: relative;
  display: none;
  z-index: -1;
}
.e-tabs-content_empty {
  padding: 15px 20px;
  background: #f1f2f2;
}
.e-tabs-content.active {
  display: block;
  z-index: 9;
}
.b-btn {
  display: inline-block;
  width: 240px;
  padding: 17px 15px 13px;
  background-color: #fee4eb;
  border: 1px solid #e2e2e2;
  border-bottom-color: #979797;
  border-radius: 6px;
  box-shadow: inset 0 0 0px 2px #fff, 0 1px 1px #d0d0d0;
  font: bold 18px/1 'PT Sans';
  color: #646464;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.b-btn:focus{
	outline: none;
}
.b-btn:active{
	box-shadow: none;
	border-color: transparent;
}
.b-btn:hover{
	background-color: #ffbacd;
}
.b-btn_wide {
  display: block;
  width: 100%;
}
.b-btn_filter {
  width: 110px;
  background: #fbeee8;
  font-size: 13px;
  padding: 8px;
  border-bottom-color: #d0cfce;
}
.b-btn_filter:hover{
	background-color: #f7cfbd !important;
}
.b-btn_cancel {
	background-color: #e2e2e2;
}
.b-btn_cancel:hover{
	background-color: #ccc !important;
}
.b-btn-buy {
  display: inline-block;
  position: relative;
  height: 31px;
  padding: 0 10px;
  line-height: 29px;
  text-align: center;
  background: #fa1515;
  text-decoration: none;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b-btn-buy__inner {
  font-size: 16px;
  color: #f3f3f3;
  border-bottom: 1px dotted;    
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.b-btn-buy:hover .b-btn-buy__inner{border-bottom-color: transparent;}
.b-btn-buy:after {
  content: '';
  position: absolute;
  width: 4px;
  top: 0;
  bottom: 0;
  left: 100%;
  background: url('/local/assets/css/../images/icons-sprite.png') repeat-y -7px -120px;
}
.b-btn-buy_wide {
  display: block;
  width: 100%;
}
.b-btn-buy_big {
  min-width: 151px;
  height: 49px;
  line-height: 46px;
}
.b-btn-buy_big:after {
  background-position: 0 -120px;
}
.b-btn-buy_big .b-btn-buy__inner {
  font-size: 24px;
  text-transform: uppercase;
  border-bottom-style: solid;
}
.b-btn-buy:focus {
  outline: none;
}
.b-feature {
  position: relative;
  display: inline-block;
  font-size: 0;
  vertical-align: top;
}
.b-feature__icon {
  display: inline-block;
  width: 44px;
  height: 44px;
  background: #f1f2f2 url(/local/assets/css/../images/icons-features.png) no-repeat;
  border: 1px solid #dbdbdb;
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.b-feature_size .b-feature__icon {
  background-position: 0 0;
}
.b-feature_size:hover .b-feature__icon {
  background-position: -45px 0;
}
.b-feature_natural .b-feature__icon {
  background-position: 0 -45px;
}
.b-feature_natural:hover .b-feature__icon {
  background-position: -45px -45px;
}
.b-feature_cotton .b-feature__icon {
  background-position: 0 -90px;
}
.b-feature_cotton:hover .b-feature__icon {
  background-position: -45px -90px;
}
.b-feature_good .b-feature__icon {
  background-position: 0 -135px;
}
.b-feature_good:hover .b-feature__icon {
  background-position: -45px -135px;
}
.b-feature_present .b-feature__icon {
  background-position: 0 -180px;
}
.b-feature_present:hover .b-feature__icon {
  background-position: -45px -180px;
}
.b-feature_map .b-feature__icon {
  background-position: 0 -225px;
}
.b-feature_map:hover .b-feature__icon {
  background-position: -45px -225px;
}
.b-feature__hint {
  position: absolute;
  top: 0;
  right: 100%;
  padding-right: 46px;
  z-index: -1;
  opacity: 0;
  -moz-transition-property: padding;
  -moz-transition-duration: 0.4s;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-property: padding;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  transition-property: padding;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
}
.lte8 .b-feature__hint {
  filter: alpha(opacity=0);
}
.b-feature__hint__inner {
  position: relative;
  min-width: 122px;
  padding: 10px;
  background: #f1f2f2;
  border: 1px solid #cdcdcd;
  border-radius: 2px;
  font: 12px 'PT Sans';
  color: #646464;
}
.b-feature__hint__inner a {
  color: #646464;
}
.b-feature__hint__inner:after {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -5px;
  width: 0;
  height: 0;
  border-left: 10px solid #f1f2f2;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  z-index: 102;
}
.b-feature__hint__inner:before {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -6px;
  margin-left: 1px;
  width: 0;
  height: 0;
  border-left: 10px solid #cdcdcd;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  z-index: 101;
}
.b-feature:hover .b-feature__hint {
  padding-right: 16px;
  opacity: 1;
  z-index: 100;
}
.lte8 .b-feature:hover .b-feature__hint {
  filter: alpha(opacity=100);
}
.b-link-sizes {
  position: relative;
  font: 13px 'PT Sans';
  color: #4b4949;
  text-decoration: none;
  border-bottom: 1px dotted #8f8f8f;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.b-link-sizes:after {
  content: '';
  position: absolute;
  width: 15px;
  height: 12px;
  top: 3px;
  left: 100%;
  margin-left: 5px;
  background: url('/local/assets/css/../images/icons-sprite.png') no-repeat -80px -28px;
}
/* - Forms - */
.b-form-container__title {
  margin-bottom: 40px;
  font: bold 18px 'PT Sans';
  color: #4b4949;
  text-transform: uppercase;
}
.b-form-container__description {
  margin-bottom: 20px;
  font-size: 13px;
  color: #274469;
}
.b-form-container_login .b-label {
  display: none;
}
.b-form-status {
  margin-bottom: 20px;
}
.b-form-status_success {
  font-size: 14px;
  color: #009c2d;
}
.b-form-status_fail {
  font-size: 12px;
  color: #ce0f21;
}
.b-form__field {
  margin-top: 41px;
}
.b-form__field:first-child {
  margin-top: 0;
}
.b-form__field_delivery-city .b-input {
  width: 150px;
}
.b-form__field_delivery-street .b-input {
  width: 180px;
}
.b-form__field_delivery-house .b-input {
  width: 60px;
  text-align: center;
}
.b-form__field_delivery-flat .b-input {
  width: 60px;
  text-align: center;
}
.b-form__group_row .b-form__field {
  display: inline-block;
  margin-top: 0;
  margin-left: 20px;
  vertical-align: middle;
}
.b-form__group_row .b-form__field:first-child {
  margin-left: 0;
}
.b-form__forgot-pass {
  margin-top: 10px;
}
.b-form__footer {
  margin-top: 40px;
}
.b-label {
  display: inline-block;
  width: 140px;
  margin-right: 19px;
  text-align: right;
  vertical-align: middle;
  font-size: 14px;
  color: #4b4949;
}
.b-input,
.b-textarea {
  display: inline-block;
  width: 246px;
  padding: 0 11px;
  vertical-align: middle;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  background: #f6f6f6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: inset 0 1px 1px 0 #ababab;
  font-size: 14px;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.b-input:focus,
.b-textarea:focus {
  outline: none;
  box-shadow: inset 0 1px 1px 0 #ababab, 0 0 5px 2px #FEE4EB;
}
.b-input {
  height: 42px;
  line-height: 42px;
}
.b-required {
  font-style: normal;
}
.b-checkbox {
  position: relative;
}
.b-checkbox__label {
  display: inline-block;
  padding-left: 24px;
  font: 13px 'PT Sans';
  color: #3a3939;
}
.b-checkbox input {
  position: absolute;
  left: -9999px;
}
.b-checkbox__input {
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-right: 7px;
  background: #f8f8f8;
  border-radius: 4px;
  box-shadow: 0 2px 1px 0 rgba(218, 218, 218, 0.7);
  border: 1px solid #b2b2b2;
  border-top-color: #ebebeb;
  border-left-color: #c7c7c7;
  border-right-color: #c7c7c7;
}
.b-checkbox__input i {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -4px;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  background: url('/local/assets/css/../images/icons-sprite.png') no-repeat -192px -11px;
  visibility: hidden;
}
.b-checkbox.focus .b-checkbox__input {
  border-color: #f3ce00;
}
.b-checkbox input:checked + .b-checkbox__input i,
.checked .b-checkbox__input i {
  visibility: visible;
}
.b-checkbox-color {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.b-checkbox-color__label {
  display: none;
  vertical-align: middle;
  font: 13px 'PT Sans';
  color: #3a3939;
}
.b-checkbox-color input {
  position: absolute;
  left: -9999px;
}
.b-checkbox-color__input {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 2px;
}
.b-checkbox-color__input:after {
  content: '';
  display: block;
  width: 14px;
  height: 100%;
  margin: 0 auto;
  padding-bottom: 3px;
  border-bottom: 1px dotted #a9a9a9;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.b-checkbox-color__input:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  width: 7px;
  height: 7px;
  margin-top: 3px;
  margin-left: -3px;
  background: url('/local/assets/css/../images/icons-sprite.png') no-repeat -193px -1px;
  visibility: hidden;
}
.b-checkbox-color_belyy .b-checkbox-color__input,
.b-checkbox-color_bezhevyy .b-checkbox-color__input,
.b-checkbox-color_tsvet-ne-ukazan .b-checkbox-color__input{
  width: 16px;
  height: 16px;
  border: 1px solid #cdcdcd;
}
.b-checkbox-color_belyy .b-checkbox-color__input:after {
  padding-bottom: 4px;
}
.b-checkbox-color_belyy .b-checkbox-color__input:before {
  margin-top: 4px;
}
.b-checkbox-color:hover .b-checkbox-color__input:after,
.b-checkbox-color input:checked + .b-checkbox-color__input:after,
.b-checkbox-color.checked .b-checkbox-color__input:after {
  border-bottom-color: transparent;
}
.b-checkbox-color input:checked + .b-checkbox-color__input:before,
.b-checkbox-color.checked .b-checkbox-color__input:before {
  visibility: visible;
}
.b-checkbox-color.disabled {
  opacity: 0.3;
  cursor: default;
}
.lte8 .b-checkbox-color.disabled {
  filter: alpha(opacity=30);
}
.b-checkbox-color.disabled .b-checkbox-color__input:after {
  border-bottom-color: transparent;
}
.b-radio {
  position: relative;
}
.b-radio__label {
  vertical-align: middle;
  font: 13px 'PT Sans';
  color: #3a3939;
}
.b-radio input {
  position: absolute;
  left: -9999px;
}
.b-radio__input {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-top: -2px;
  margin-right: 7px;
  border-radius: 50%;
  background: #fbfbfb;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #fbfbfb 0%, #f1f1f1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbfbfb), color-stop(100%, #f1f1f1));
  background: -webkit-linear-gradient(top, #fbfbfb 0%, #f1f1f1 100%);
  background: -o-linear-gradient(top, #fbfbfb 0%, #f1f1f1 100%);
  background: -ms-linear-gradient(top, #fbfbfb 0%, #f1f1f1 100%);
  background: linear-gradient(to bottom, #fbfbfb 0%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#f1f1f1', GradientType=0);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 4px rgba(0, 0, 0, 0.33);
  border: 1px solid #cfcfcf;
}
.b-radio__input i {
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  left: 50%;
  margin-left: -3px;
  top: 50%;
  margin-top: -3px;
  background: #dbdbdb;
  border-radius: 50%;
  box-shadow: 0 1px 0 #ffffff, inset 0 1px 0 rgba(0, 0, 0, 0.4);
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.b-radio:hover .b-radio__input i {
  background: #cdcdcd;
}
.b-radio.focus .b-radio__input {
  border-color: #f3ce00;
}
.b-radio input:checked + .b-radio__input i {
  background: #666;
}
.b-radio.checked .b-radio__input i {
  background: #666;
}
.b-custom-select {
  position: relative;
  display: inline-block;
  height: 30px;
  background: #f6f6f6;
  box-shadow: 0 1px 2px 1px rgba(206, 206, 206, 0.6);
  border-radius: 4px;
  vertical-align: middle;
}
.b-custom-select_disabled {
  color: #bcbcbc;
  background: #f9f9f9;
}
.b-custom-select_expanded {
  border-radius: 4px 4px 0 0;
  z-index: 199;
}
.b-custom-select__title {
  cursor: pointer;
  overflow: hidden;
}
.b-personal-company__form .b-custom-select__title input{
  width: 190px !important;
  height: 26px;
  background-color: #f6f6f6;
  padding: 0 11px;
  border:none;
}
.b-custom-select__title__text {
  margin: 0 30px 0 10px;
  white-space: nowrap;
  overflow: hidden;
  font: 14px/32px 'PT Sans';
  color: #4b4949;
}
.b-custom-select__title__icon {
  position: absolute;
  top: 4px;
  right: 0px;
  display: block;
  width: 30px;
  height: 22px;
  border-left: 1px solid #7d7c7c;
}
.b-custom-select__title__icon:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 50%;
  margin-top: -3px;
  margin-right: -5px;
  width: 11px;
  height: 7px;
  background: url('/local/assets/css/../images/icons-sprite.png') no-repeat -217px -7px;
}
.b-custom-select_expanded .b-custom-select__title__icon:after {
  background-position: -217px 0;
}
.b-custom-select_disabled .b-custom-select__title__icon {
  background: #f9f9f9;
}
.b-custom-select__dropdown {
  background: #f6f6f6;
  overflow: hidden;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 2px 1px 1px rgba(206, 206, 206, 0.6);
}
.b-custom-select__dropdown__inner::-webkit-scrollbar {
  width: 0;
}
.b-custom-select__group {
  padding: 4px;
  white-space: nowrap;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
}
.b-custom-select__item {
  position: relative;
  display: block;
  padding: 5px 10px;
  overflow: hidden;
  cursor: pointer;
  white-space: nowrap;
  border-top: 1px dotted #d2d2d2;
  font: 14px 'PT Sans';
  color: #4b4949;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.b-custom-select__item:first-child {
  border-top: none;
}
.b-custom-select__item:hover,
.b-custom-select__item.selected {
  background: #ededed;
}
.b-custom-select__item.disabled {
  color: #bcbcbc;
}
.b-custom-select__item.disabled:hover {
  background: transparent;
}
.b-custom-select__wrap-scrollbar {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 30px;
  border-left: 1px solid #ececec;
}
.b-custom-select__wrap-scrollbar:after {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: 50%;
  width: 3px;
  margin-left: -2px;
  border-left: 1px solid #b1b1b1;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #cccccc;
}
.b-custom-select__scrollbar {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 10px;
  height: 40px !important;
  background: #666;
  border-radius: 4px;
  cursor: pointer;
}
.b-select-sort {
  width: 100px;
}
.b-select-sort {
  position: relative;
  display: inline-block;
  height: 23px;
  background: #ececec;
  border-radius: 4px;
  vertical-align: middle;
}
.b-select-sort_disabled {
  color: #bcbcbc;
  background: #f9f9f9;
}
.b-select-sort_expanded {
  border-radius: 4px 4px 0 0;
  z-index: 199;
}
.b-select-sort__title {
  cursor: pointer;
  padding: 0 30px 0 10px;
  white-space: nowrap;
  overflow: hidden;
  line-height: 29px;
}
.b-select-sort__title__text {
  display: inline-block;
  font: 14px/1 'PT Sans';
  color: #4b4949;
  border-bottom: 1px dotted;
}
.b-select-sort__title__icon {
  position: absolute;
  top: 0;
  right: 0px;
  display: block;
  width: 23px;
  height: 23px;
}
.b-select-sort__title__icon:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 50%;
  margin-top: -3px;
  margin-right: -5px;
  width: 11px;
  height: 7px;
  background: url('/local/assets/css/../images/icons-sprite.png') no-repeat -249px -7px;
}
.b-select-sort_expanded .b-select-sort__title__icon:after {
  background-position: -249px 0;
}
.b-select-sort_disabled .b-select-sort__title__icon {
  background: #f9f9f9;
}
.b-select-sort__dropdown {
  background: #f6f6f6;
  overflow: hidden;
  border-radius: 0 0 4px 4px;
}
.b-select-sort__dropdown__inner::-webkit-scrollbar {
  width: 0;
}
.b-select-sort__group {
  padding: 4px;
  white-space: nowrap;
  font-size: 14px;
  font-weight: bold;
}
.b-select-sort__item {
  position: relative;
  display: block;
  padding: 3px 10px;
  overflow: hidden;
  cursor: pointer;
  white-space: nowrap;
  border-top: 1px dotted #d2d2d2;
  font: 14px 'PT Sans';
  color: #4b4949;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.b-select-sort__item:first-child {
  border-top: none;
}
.b-select-sort__item:hover,
.b-select-sort__item.selected {
  background: #ededed;
}
.b-select-sort__item.disabled {
  color: #bcbcbc;
}
/* - /Forms - */
/* - Footer - */
.l-footer {
  background: url(/local/assets/css/../images/bg.jpg) repeat 0 0;
  border-top: 21px solid #505050;
  height: 424px;
  margin-top: -424px;
}
.footer-info__inner {
  padding-top: 28px;
  padding-bottom: 12px;
}
.footer {
  background: rgba(120, 120, 120, 0.1);
}
.footer__inner {
  padding-top: 21px;
  padding-bottom: 16px;
}
.footer__right {
  float: right;
  width: 260px;
}
.footer__left {
  overflow: hidden;
}
/* - Disabler - */
.disabled-area {
  position: relative;
}
.disabled-area:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(241, 241, 241, 0.6);
  background-image: url('/local/assets/css/../images/loader_64x64.gif');
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 199;
}
.disabled-area_medium:before {
  background-image: url('/local/assets/css/../images/loader_32x32.gif');
}
.disabled-area_small:before {
  background-image: url('/local/assets/css/../images/loader_16x16.gif');
}
/* - /Disabler - */
/* - Modal Window - */
.arcticmodal-overlay,
.arcticmodal-container {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
}
.arcticmodal-container {
  overflow: auto;
  margin: 0;
  padding: 0;
  border: 0;
  border-collapse: collapse;
}
.arcticmodal-overlay {
  overflow-y: scroll;
}
*:first-child + html .arcticmodal-container {
  height: 100%;
}
.arcticmodal-container_i {
  height: 100%;
  margin: 0 auto;
}
.arcticmodal-container_i2 {
  padding: 24px;
  margin: 0;
  border: 0;
  vertical-align: middle;
}
.arcticmodal-error {
  padding: 20px;
  border-radius: 10px;
  background: #000;
  color: #fff;
}
.arcticmodal-loading {
  width: 48px;
  height: 48px;
  border-radius: 10px;
}
.b-modal-window {
  position: relative;
  max-width: 1020px;
  margin: 50px auto;
  padding: 40px 30px 30px;
  background: #f1f2f2;
}
.b-modal-window__inner {
  min-width: 200px;
}
.b-modal-window__close {
  display: block;
  position: absolute;
  width: 22px;
  height: 22px;
  top: 18px;
  right: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  text-decoration: none;
  background: url('/local/assets/css/../images/icons-sprite.png') no-repeat -96px -120px;
}
.b-modal-window__title {
  margin-bottom: 40px;
  font: bold 18px 'PT Sans';
  color: #4b4949;
  text-transform: uppercase;
}
.b-modal-window__content {
  position: relative;
}
.b-modal-window__footer {
  margin-top: 30px;
  padding-top: 15px;
  border-top: 1px solid #e1e1e1;
}
.b-modal-window__footer__inner {
  text-align: center;
}
.b-modal-window__button {
  margin: 0 10px;
}
/* - /Modal Window - */
/* Block "beta-info" styles */
.b-beta-info {
  padding: 6px 0;
  background: #cf0000;
}
.b-beta-info__inner {
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 1.3;
}
/* Block "mini-cart" styles */
.e-mini-cart {
  margin-top: 18px;
  padding-left: 35px;
  font: 13px 'PT Sans';
  color: #272727;
  white-space: nowrap;
}
.e-mini-cart:first-child {
  margin-top: 0;
}
.e-mini-cart__link {
  position: relative;
  color: #272727;
  text-decoration: none;
  border-bottom: 1px solid #b0b0b0;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.e-mini-cart__link:hover {
  border-bottom-color: transparent;
}
.e-mini-cart__value {
  color: #686868;
  vertical-align: middle;
}
.e-mini-cart_main .e-mini-cart__link:before,
.e-mini-cart_delay .e-mini-cart__link:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -13px;
  background: url('/local/assets/css/../images/icons-sprite.png');
}
.e-mini-cart_main .e-mini-cart__link:before {
  width: 25px;
  height: 24px;
  margin-right: 11px;
  background-position: 0 0;
}
.e-mini-cart_delay .e-mini-cart__link:before {
  width: 23px;
  height: 23px;
  margin-right: 13px;
  background-position: -40px 0;
}
/* Block styles */
/* Block "slogan" styles */
.b-slogan {
  margin-top: 5px;
  text-align: center;
  font: 13px/1.3 'PT Sans';
  color: #a6a6a6;
}
/* Block "search-field" styles */
.b-search-field {
  position: relative;
  max-width: 500px;
}
.b-search-field__input {
  width: 100%;
  padding: 8px 40px 6px 7px;
  border: 1px solid #b1b0b0;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  font: 11px/1 Arial;
  color: #878787;
  font-style: italic;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.b-search-field__input:focus {
  outline: none;
  box-shadow: 0 0 5px 2px #FEE4EB;
}
.b-search-field__input::-webkit-input-placeholder {
  padding-top: 2px;
}
.b-search-field__button {
  position: absolute;
  top: 50%;
  right: 9px;
  margin-top: -10px;
  width: 19px;
  height: 20px;
  white-space: nowrap;
  text-indent: -999px;
  border: none;
  overflow: hidden;
  background: url('/local/assets/css/../images/icons-sprite.png') no-repeat -101px -20px;
}
/* Block styles */
.l-nav-main {
  background: #fafafa;
}
.b-nav-main {
  position: relative;
  padding: 11px 0 9px;
}
.b-nav-main__inner {
  display: table;
  width: 100%;
  border-collapse: collapse;
}
.e-nav-main {
  display: table-cell;
  text-align: center;
  border-left: 1px dashed #868686;
  padding: 8px 14px;
  vertical-align: middle;
}
.e-nav-main:first-child {
  border-left: none;
  padding-left: 0;
  text-align: left;
}
.e-nav-main:last-child {
  padding-right: 0;
  text-align: right;
}
.e-nav-main__inner {
  position: relative;
  display: block;
}
.e-nav-main__link {
  font: 14px 'PT Sans';
  color: #e3e2e2;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.e-nav-main__link:hover {
  color: #ffd5dc;
}
.e-nav-main_club .e-nav-main__link {
  position: relative;
}
.e-nav-main_club .e-nav-main__link:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 16px;
  margin-top: -3px;
  margin-right: 9px;
  background: url('/local/assets/css/../images/icons-sprite.png') no-repeat -200px 0;
  vertical-align: middle;
}
.e-nav-main_haschild .e-nav-main__link {
  position: relative;
}
.e-nav-main_haschild .e-nav-main__link:after {
  content: '';
  display: inline-block;
  width: 9px;
  height: 5px;
  margin-top: -2px;
  margin-left: 5px;
  background: url('/local/assets/css/../images/icons-sprite.png') no-repeat -239px -5px;
  vertical-align: middle;
}
.e-nav-main_haschild .e-nav-main__link:hover:after {
  background-position: -229px -5px;
}
.e-nav-main_haschild:hover .e-nav-main__link:after {
  background-position: -229px -5px;
}
.e-nav-main__child {
  position: absolute;
  min-width: 274px;
  height: 0;
  top: 100%;
  left: -14px;
  padding-top: 27px;
  overflow: hidden;
  text-align: left;
  z-index: -1;
  -webkit-transition: padding-top ease-out 0.3s;
  -moz-transition: padding-top ease-out 0.3s;
  transition: padding-top ease-out 0.3s;
}
.e-nav-main__child__inner {
  position: relative;
  padding: 10px 0px 5px;
  background: #6c6c6c;
}
.e-nav-main__child__inner:before {
  content: '';
  position: absolute;
  height: 6px;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: inset 0 3px 5px 0 #3d3e3e;
  z-index: 101;
}
.e-nav-main__child__item {
  padding: 10px 25px;
}
.e-nav-main__child__item__link {
  font: 14px 'PT Sans';
  color: #e3e2e2;
  border-bottom: 1px solid transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.e-nav-main__child_grouped .e-nav-main__child__inner {
  padding: 20px 25px;
}
.e-nav-main__child__column {
  float: left;
  width: 180px;
  margin-left: 64px;
}
.e-nav-main__child__column:first-child {
  margin-left: 0;
}
.e-nav-main__child__group {
  margin-top: 30px;
}
.e-nav-main__child__group:first-child {
  margin-top: 0;
}
.e-nav-main__child__group__title {
  margin-bottom: 15px;  
}
.e-nav-main__child__group__title__link{
	font: 14px 'PT Sans';
	color: #ffd5dc;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	-webkit-transition: all ease 0.4s;
	-moz-transition: all ease 0.4s;
	transition: all ease 0.4s;
}
.e-nav-main__child__group__title__link:hover{
	border-bottom-color: #ffd5dc;
}

.e-nav-main__child__group__item {
  margin-top: 7px;
}
.e-nav-main__child__group__item:first-child {
  margin-top: 0;
}
.e-nav-main__child__group__item__link {
  font: 14px 'PT Sans';
  color: #e3e2e2;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.e-nav-main__child__group__item.active .e-nav-main__child__group__item__link,
.e-nav-main__child__group__item__link:hover {
  color: #fff;
  border-bottom-color: #b6b6b6;
}
.e-nav-main_haschild:hover .e-nav-main__child {
  z-index: 100;
  height: auto;
  padding-top: 17px;
  overflow: visible;
}
.e-nav-main_haschild:hover .e-nav-main__child__inner {
  box-shadow: 0 2px 3px 0 #575a5b;
}
.e-nav-main.active .e-nav-main__link,
.e-nav-main:hover .e-nav-main__link {
  color: #ffd5dc;
}
.e-nav-main__child__item.active .e-nav-main__child__item__link,
.e-nav-main__child__item__link:hover {
  color: #fff;
  border-bottom-color: #b6b6b6;
}
/* Block "breadcrumb" styles */
.b-breadcrumb {
  margin-top: 14px;
}
.b-breadcrumb__inner {
  font-size: 0;
  list-style: none;
}
.e-breadcrumb {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 0 5px;
}
.e-breadcrumb:first-child {
  margin-left: 0;
}
.e-breadcrumb_separator {
  width: 4px;
  height: 4px;
  background-color: #fa1515;
  border-radius: 50%;
}
.e-breadcrumb__link {
  display: inline-block;
  font: 14px/1 'PT Sans';
  color: #4b4949;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.active .e-breadcrumb__link {
  color: #fa1515;
}
a.e-breadcrumb__link {
  border-bottom-color: #d9d9d9;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
a.e-breadcrumb__link:hover {
  border-bottom-color: transparent;
}
/* Block styles */
.b-product {
  display: inline-block;
  vertical-align: top;
}
.b-product__inner {
  display: block;
  width: 200px;
  padding: 13px;
  vertical-align: top;
  font-family: 'PT Sans';
  text-align: left;
  text-decoration: none;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.b-product__preview,
.b-product__info,
.b-product__info__main,
.b-product__title,
.b-product__options,
.b-product__footer,
.b-product__price {
  display: block;
}
.b-product__preview {
  height: 260px;
  overflow: hidden;
}
.b-product__info {
  padding: 15px 0 0 11px;
  color: #4b4949;
  word-wrap: break-word;
}
.b-product__info__main {
  min-height: 69px;
}
.b-product__title__inner {
  display: inline;
  position: relative;
  font-family: 'PT Sans';
  color: #4b4949;
  font-size: 17px;
  font-weight: bold;
  border-bottom: 1px solid #d9d9d9;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.b-product__title__inner:before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  right: 100%;
  top: 7px;
  margin-right: 5px;
  border-radius: 50%;
  background: #f14a65;
}
.b-product__options {
  font-size: 13px;
}
.b-product__price {
  font-size: 16px;
  font-weight: bold;
  line-height: 33px;
  overflow: hidden;
}
.b-product__buy {
  display: block;
  float: right;
  width: 90px;
}
.b-product_sale,
.b-product_hit,
.b-product_new {
  position: relative;
  z-index: 5;
}
.b-product__not-avail{
	display: block;
	min-height: 33px;
	line-height: 33px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
.lte8 .b-product_sale img,
.lte8 .b-product_hit img,
.lte8 .b-product_new img {
  position: relative;
  z-index: -1;
}
.b-product_sale:before,
.b-product_hit:before,
.b-product_new:before {
  content: '';
  position: absolute;
  width: 36px;
  height: 36px;
  top: 23px;
  left: 4px;
  border-radius: 50%;
  background: url('/local/assets/css/../images/icons-sprite.png') no-repeat;
  z-index: 10;
}
.b-product_sale:before {
  background-position: 0 -40px;
}
.b-product_hit:before {
  background-position: -40px -40px;
}
.b-product_new:before {
  background-position: -80px -40px;
}
.b-product__inner:hover {
  background-color: #eeeeee;
}
.b-product__inner:hover .b-product__title__inner {
  border-bottom-color: transparent;
}
.b-product.l-filler {
  width: 226px;
}
/* Block "slider-products" styles */
.b-slider-products__inner {
  overflow: hidden;
}
.b-slider-products .b-product {
  display: block;
  float: left;
}
.b-slider-products .bx-wrapper {
  position: relative;
}
.b-slider-products .bx-prev,
.b-slider-products .bx-next {
  position: absolute;
  width: 28px;
  height: 28px;
  top: 50%;
  margin-top: -14px;
  background: url('/local/assets/css/../images/icons-sprite.png') no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.b-slider-products .bx-prev {
  left: -28px;
  background-position: -80px -80px;
}
.b-slider-products .bx-next {
  right: -28px;
  background-position: -108px -80px;
}
.b-slider-products .bx-prev:hover {background-position: -123px -120px;}
.b-slider-products .bx-next:hover {background-position: -151px -120px;}
/* Block "brand-detail" styles */
.b-brand-detail__preview {
  float: left;
  width: 245px;
  margin-top: 20px;
  margin-right: 24px;
  overflow: hidden;
  text-align: center;
}
.b-brand-detail__info {
  overflow: hidden;
}
.b-brand-detail .b-slider-products {
  margin-top: 40px;
}
/* Block "nav-footer" styles */
.b-nav-footer__inner {
  float: left;
  width: 20%;
  line-height: 1.3;
}
.e-nav-footer {
  margin-top: 9px;
  margin-left: 26px;
  text-align: left;
}
.e-nav-footer:first-child {
  margin-top: 0;
}
.e-nav-footer__link {
  color: #4b4949;
  text-decoration: none;
}
.e-nav-footer__link__inner {
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid #a09f9f;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.e-nav-footer__link__inner:hover {
  border-bottom-color: transparent;
}
.e-nav-footer.active .e-nav-footer__link__inner {
  border-bottom-color: transparent;
}
.e-nav-footer__child__item {
  margin-top: 7px;
}
.e-nav-footer__child__item__link {
  font-size: 13px;
  color: #4b4949;
  text-decoration: none;
  border-bottom: 1px solid #767575;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.e-nav-footer__child__item__link:hover {
  border-bottom-color: transparent;
}
.e-nav-footer__child__item.active .e-nav-footer__child__item__link {
  border-bottom-color: transparent;
}
/* Block "subscribe" styles */
.footer-info .b-subscribe {
  float: right;
  width: 337px;
  margin-top: 60px;
}
.b-subscribe__header {
  overflow: hidden;
}
.b-subscribe__title {
  position: relative;
  float: right;
  padding: 8px 17px 1px 0;
  background: #272727;
  border-radius: 0 4px 0 0;
  font: 13px/1 'PT Sans';
  color: #fce6c1;
}
.b-subscribe__title:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 100%;
  width: 0;
  height: 0;
  border-bottom: 23px solid #272727;
  border-left: 43px solid transparent;
}
.b-subscribe__inner {
  background: #272727;
  padding: 13px;
  border-radius: 4px 0 4px 4px;
}
.b-subscribe__desc {
  font-size: 12px;
  line-height: 1.2;
  color: #dddddd;
}
.b-subscribe__form {
  margin-top: 10px;
}
.b-subscribe__field,
.b-subscribe__btn {
  display: inline-block;
  vertical-align: middle;
}
.b-subscribe__field {
  width: 178px;
  height: 29px;
  line-height: 13px;
  padding: 0 9px;
  background-color: #fff;
  border-radius: 4px;
  border: none;
  font: italic 11px/1 Arial;
  color: #878787;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b-subscribe__field::-webkit-input-placeholder {
  padding-top: 2px;
}
.b-subscribe__btn {
  width: 108px;
  height: 29px;
  padding: 0 10px;
  background-color: #fbeee8;
  border-radius: 4px;
  border: none;
  font-size: 11px;
  color: #454343;
  text-align: center;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.b-subscribe__btn:hover{
	background: #f7cfbd;
}
/* Block styles */
.b-ycaweb {
  margin-top: 15px;
  padding-right: 65px;
  text-align: right;
}
.b-ycaweb,
.b-ycaweb__link {
  font: 11px/1 'Tahoma';
  color: #4b4949;
}
.b-ycaweb__link {
  position: relative;
  text-decoration: none;
}
.b-ycaweb__link:after {
  content: '';
  position: absolute;
  width: 59px;
  height: 25px;
  top: 50%;
  margin-top: -14px;
  left: 100%;
  margin-left: 10px;
  background: url(/local/assets/css/../images/ycaweb-logo.png) no-repeat 0 0;
}
/* Block "social-links" styles */
.e-social-links {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-left: 6px;
  background: url('/local/assets/css/../images/icons-sprite.png') no-repeat;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.e-social-links:hover{
	opacity: 0.6;
}
.e-social-links:first-child {
  margin-left: 0;
}
.e-social-links_tw {
  background-position: -160px -40px;
}
.e-social-links_vk {
  background-position: -196px -40px;
}
.e-social-links_fb {
  background-position: -232px -40px;
}
.e-social-links_od {
  background-position: -232px -79px;
}
.e-social-links_insta {
  background-position: -231px -120px;
}
/* Block styles */
.b-copyright {
  position: relative;
  margin-top: 6px;
  padding-left: 35px;
  font: 12px/1.2 'PT Sans';
  color: #4b4949;
}
.b-copyright:before {
  content: '©';
  position: absolute;
  left: 0;
  top: -6px;
  font: bold 36px/1 'PT Sans';
  color: #898989;
}
/* Block "cities" styles */
.b-cities__title {
  margin-bottom: 40px;
  font: bold 18px 'PT Sans';
  color: #4b4949;
  text-transform: uppercase;
}
.b-cities ul {
  list-style: none;
}
.b-cities__column {
  float: left;
  margin-left: 80px;
}
.b-cities__column:first-child {
  margin-left: 0;
}
.b-cities__group {
  margin-top: 40px;
  padding-left: 20px;
}
.b-cities__group:first-child {
  margin-top: 0;
}
.e-cities {
  margin-bottom: 7px;
  font-size: 16px;
  color: #4b4949;
}
.e-cities__letter {
  display: inline-block;
  width: 15px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: bold;
}
.e-cities__name {
  position: relative;
  display: inline-block;
  padding: 4px 8px;
  border-radius: 4px;
  -webkit-transition-property: background-color, color;
  -webkit-transition-duration: .4s;
  -moz-transition-property: background-color, color;
  -moz-transition-duration: .4s;
  transition-property: background-color, color;
  transition-duration: .4s;
}
.e-cities__name__inner {
  display: inline-block;
  cursor: pointer;
}
.active .e-cities__name {
  background: #adadad;
  color: #fff;
  padding: 0;
}
.active .e-cities__name__inner {
  padding: 4px 8px;
}
/* Block "brands" styles */
.b-brands {
  margin-top: -8px;
}
.e-brands {
  padding: 15px 8px;
  border-bottom: 1px dashed #b6b6b6;
  overflow: hidden;
}
.e-brands__picture {
  float: left;
  width: 221px;
  min-height: 1px;
  margin-right: 25px;
  text-align: center;
}
.e-brands__info {
  padding: 3px 0;
  overflow: hidden;
}
.e-brands__desc {
  min-height: 42px;
}
.e-brands__more {
  margin-top: 5px;
  text-align: right;
}
.e-brands__more__link {
  position: relative;
  margin-right: 28px;
  font-size: 15px;
  line-height: 1;
  color: #606060;
  border-bottom: 1px solid #606060;
  text-decoration: none;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.e-brands__more__link:after {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  top: 50%;
  left: 100%;
  margin-top: -8px;
  margin-left: 10px;
  background: url('/local/assets/css/../images/icons-sprite.png') no-repeat -139px -80px;
}
.e-brands__more__link:hover {
  border-bottom-color: transparent;
  color: #fa1515;
}
.e-brands__more__link:hover:after {
  background-position: -139px -98px;
}
/* Block "qty" styles */
.b-qty__input,
.b-qty__button {
  display: inline-block;
  vertical-align: middle;
}
.b-qty__input {
  width: 32px;
  margin: 0 2px;
  padding: 4px 0;
  background: #fff;
  border: 1px solid #c1c1c1;
  border-radius: 3px;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  box-shadow: -1px -1px 1px 0 #c3c3c3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.b-qty__input:focus {
  outline: none;
}
.b-qty__button {
  position: relative;
  width: 13px;
  height: 13px;
  background: transparent url('/local/assets/css/../images/icons-sprite.png') no-repeat;
  border: none;  
  -webkit-transition: opacity ease 0.4s;
  -moz-transition: opacity ease 0.4s;
  transition: opacity ease 0.4s;
}
.b-qty__button_in {
  background-position: -160px -20px;
}
.b-qty__button_de {
  background-position: -175px -20px;
}
.b-qty__button:hover{
	opacity: 0.5;
}
.b-qty__button:focus {
  outline: none;
}
/* Block "cart" styles */
.b-cart td {
  vertical-align: middle;
}
.b-cart__inner {
  width: 100%;
  border-collapse: separate;
  border-bottom: 3px solid #b1b1b1;
}
.b-cart__inner_personal {
  width: 100%;
  border-collapse: separate;
  
}
.b-cart__head__inner {
  padding-top: 31px;
  padding-bottom: 29px;
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #c1c1c1;
  background: #adadad;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
.b-cart__head__inner:first-child {
  border-left: none;
}
.b-cart__head__inner:last-child {
  border-right: none;
}
.b-cart__footer {
  text-align: right;
  padding: 15px 13px 0 0;
}
.b-cart__footer__actions {
  margin-top: 14px;
}
.b-cart__total__label {
  font-size: 16px;
  text-transform: uppercase;
}
.b-cart__total__value {
  font-size: 24px;
  font-weight: bold;
}
.e-cart__inner {
  padding: 28px 13px;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #e6e6e6;
  background: #ededed;
  text-align: center;
}
.e-cart__inner:first-child {
  border-left: none;
}
.e-cart__inner:last-child {
  border-right: none;
}
tbody tr:nth-child(2n) .e-cart__inner {
  background: #f1f2f2;
}
.e-cart__preview {
  width: 171px;
}
.e-cart__info {
  text-align: left;
}
.e-cart__qty{width: 110px;white-space: nowrap;
}
.e-cart__price,
.e-cart__sum{
	width: 84px;
}
.e-cart__title {
  margin-bottom: 10px;
}
.e-cart__title__link {
  font-size: 18px;
  font-weight: bold;
  color: #4b4949;
  vertical-align: middle;
}
a.e-cart__title__link {
  text-decoration: none;
  border-bottom: 1px solid #646464;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
a.e-cart__title__link:hover {
  border-bottom-color: transparent;
}
.e-cart__color {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
}
.e-cart__subtitle {
  font-size: 14px;
}
.e-cart__desc {
  margin-top: 5px;
  font: 12px/1.3 'PT Sans';
}
.e-cart__actions {
  margin-top: 28px;
}
.e-cart__actions__link {
  position: relative;
  margin-left: 28px;
  font-size: 14px;
  text-decoration: none;
  border-bottom: 1px solid;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.e-cart__actions__link:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 100%;
  margin-right: 4px;
  background: url('/local/assets/css/../images/icons-sprite.png') no-repeat;
}
.e-cart__actions__link_delay,
.e-cart__actions__link_tocart {
  color: #fa1515;
}
.e-cart__actions__link_delay:before {
  width: 12px;
  height: 11px;
  margin-top: -5px;
  background-position: -202px -22px;
}
.e-cart__actions__link_tocart:before {
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background-position: -175px 0;
}
.e-cart__actions__link_delete {
  color: #646464;
}
.e-cart__actions__link_delete:before {
  width: 11px;
  height: 10px;
  margin-top: -5px;
  background-position: -254px -17px;
}
.e-cart__actions__link:hover {
  border-bottom-color: transparent;
}
.e-cart__size,
.e-cart__price,
.e-cart__sum {
      font-size: 17px;
    width: 100px;
	white-space: nowrap;

}
.e-cart__qnt {
          padding-left: 49px;
}
 .e-cart__date{
	  font-size: 15px;
 }
/* Block "catalog-element" styles */
.l-catalog-element__left {
  float: left;
  margin-right: 25px;
}
.l-catalog-element__middle {
  float: left;
  margin-right: 30px;
}
.l-catalog-element__right {
  overflow: hidden;
}
.b-catalog-element {
  font-family: 'PT Sans';
}
.b-catalog-element h1 {
  text-transform: none;
  overflow: hidden;
}
.b-catalog-element__not-avail{
	margin-top: 40px;
	font-size: 14px;
	font-weight: bold;
}
.b-catalog-element__preview {
  max-width: 317px;
  min-width: 286px;
  min-height: 411px;
  overflow: hidden;
  text-align: center;
}
.b-catalog-element__features {
  float: left;
  width: 45px;
}
.b-catalog-element__features .b-feature {
  margin-top: 27px;
}
.b-catalog-element__features .b-feature:first-child {
  margin-top: 0;
}
.b-catalog-element__main-info {
  min-height: 174px;
}
.b-catalog-element__back {
  float: right;
}
.b-catalog-element__back__link {
  font-size: 14px;
  color: #4b4949;
  text-decoration: none;
  border-bottom: 1px solid #a5a4a4;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.b-catalog-element__back__link:hover {
  border-bottom-color: transparent;
}
.b-catalog-element__artnumber {
  font-size: 14px;
}
.b-catalog-element__price {
  font-size: 24px;
  font-weight: bold;
  color: #fa1515;
}
.b-catalog-element__price .b-price {
  margin-right: 15px;
}
.b-catalog-element__desc {
  margin-top: 18px;
}
.b-catalog-element__options {
  margin-top: 33px;
}
.b-catalog-element__options__item {
  margin-top: 20px;
}
.b-catalog-element__options__item:first-child {
  margin-top: 0;
}
.b-catalog-element__options__item__label,
.b-catalog-element__options__item__value {
  display: inline-block;
  vertical-align: middle;
}
.b-catalog-element__options__item__label {
  margin-right: 4px;
  font-size: 14px;
  font-weight: bold;
}
.b-catalog-element__options__item_size select {
  width: 140px;
}
.b-catalog-element__options__item_color-more select{
	width: 200px;
}
.b-catalog-element__options__item__link {
  margin-left: 16px;
  vertical-align: middle;
  font: 14px 'PT Sans';
  color: #4b4949;
}
.b-catalog-element__buy {
	margin-top: 32px;
}
.b-catalog-element__buy .b-btn-buy,
.b-catalog-element__buy__link {
  margin-right: 21px;
  vertical-align: middle;
}
.b-catalog-element__buy__link {
  font-size: 14px;
}
.b-catalog-element__socnet-btn {
  margin-top: 15px;
  height: 15px;
}
.b-catalog-element__socnet-btn__item {
  display: inline-block;
  vertical-align: top;
}
.b-catalog-element__socnet-btn__item_tw{max-width: 110px;}
/* Block "catalog-related" styles */
.b-catalog-related {
  margin: 46px -19px 0;
  padding: 33px 60px;
  background: #f1f2f2;
}
.b-catalog-related .b-slider-products {
  margin: 0 -13px;
}
/* Block "soc-reviews" styles */
.b-soc-reviews {
  margin-top: 46px;
}
.b-soc-reviews__change {
  float: right;
  margin-top: -4px;
}
.b-soc-reviews__change__title,
.b-soc-reviews__change__inner {
  display: inline-block;
  vertical-align: middle;
}
.b-soc-reviews__change__title {
  margin-right: 5px;
  font: 14px 'PT Sans';
  color: #4b4949;
}
.b-soc-reviews__change__inner {
  font-size: 0;
}
.b-soc-reviews__change__item {
  margin-left: 5px;
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url('/local/assets/css/../images/icons-sprite.png');
  background-repeat: no-repeat;
  cursor: pointer;  
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.b-soc-reviews__change__item.active,
.b-soc-reviews__change__item:hover{
	opacity: 0.6;
}
.b-soc-reviews__change__item:first-child {
  margin-left: 0;
}
.b-soc-reviews__change__item_tw {
  background-position: -160px -80px;
}
.b-soc-reviews__change__item_vk {
  background-position: -183px -80px;
}
.b-soc-reviews__change__item_fb {
  background-position: -206px -80px;
}
.b-soc-reviews__contents__item {
  position: relative;
  height: 0;
  opacity: 0;
  z-index: -1;
}
.lte8 .b-soc-reviews__contents__item {
  filter: alpha(opacity=0);
}
.b-soc-reviews__contents__item.active {
  height: auto;
  opacity: 1;
  z-index: 10;
}
.lte8 .b-soc-reviews__contents__item.active {
  filter: alpha(opacity=100);
}
/* Block "sidemenu" styles */
.b-nav-catalog {
  margin-bottom: 42px;
  font-family: 'PT Sans';
}
.b-nav-catalog__inner {
  padding-left: 23px;
}
.e-nav-catalog {
  margin-top: 2px;
}
.e-nav-catalog:first-child {
  margin-top: 0;
}
.e-nav-catalog__link {
  position: relative;
  font-size: 14px;
  color: #4b4949;
  text-decoration: none;
  border-bottom: 1px dotted #909090;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.e-nav-catalog__child {
  display: none;
}
.e-nav-catalog__child__inner {
  padding: 8px 0 20px 21px;
}
.e-nav-catalog__child__item {
  margin-top: 2px;
}
.e-nav-catalog__child__item:first-child {
  margin-top: 0;
}
.e-nav-catalog__child__item__link {
  position: relative;
  font-size: 13px;
  color: #4b4949;
  text-decoration: none;
  border-bottom: 1px solid #d9d9d9;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.e-nav-catalog__child__item__link:before {
  content: '';
  position: absolute;
  top: 6px;
  right: 100%;
  margin-right: 5px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: transparent;
}
.e-nav-catalog__child__item.active .e-nav-catalog__child__item__link {
  color: #fa1515;
  border-bottom-color: transparent;
}
.e-nav-catalog__child__item.active .e-nav-catalog__child__item__link:before {
  background: #fa1515;
}
.e-nav-catalog_haschild.active .e-nav-catalog__child {
  display: block;
}
.e-nav-catalog.active .e-nav-catalog__link {
  border-bottom-color: transparent;
  color: #818181;
}
.e-nav-catalog_haschild.active .e-nav-catalog__link:before {
  content: '';
  position: absolute;
  top: 5px;
  right: 100%;
  margin-right: 8px;
  width: 13px;
  height: 8px;
  background: url('/local/assets/css/../images/icons-sprite.png') no-repeat -160px -8px;
}
.e-nav-catalog a:hover {
  border-bottom-color: transparent;
}
/* Block "filter" styles */
.b-filter__title {
  margin-bottom: 16px;
  font: bold 18px 'PT Sans';
  color: #4b4949;
  text-transform: uppercase;
}
.b-filter__inner {
  position: relative;
}
.b-filter__sizes {
  margin-bottom: 9px;
}
.b-filter__footer {
  margin-top: 25px;
  text-align: center;
}
.b-filter__footer .b-btn:first-child {
  margin-top: 0;
}
.b-filter__footer .b-btn {
  margin-top: 15px;
}
.b-filter__counter {
  display: none;
  position: absolute;
  right: 100%;
  top: 0;
  margin-top: -7px;
  margin-right: 15px;
  background: #fbeee8;
  border: 1px solid #e2e2e2;
  border-radius: 6px;
  font: bold 13px/1 'PT Sans';
  color: #646464;
  z-index: -1;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.b-filter__counter:before,
.b-filter__counter:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 100%;
  top: 50%;
  margin-top: -6px;
}
.b-filter__counter:before {
  margin-top: -8px;
  border-left: 12px solid #e2e2e2;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  z-index: 9;
}
.b-filter__counter:after {
  border-left: 10px solid #fbeee8;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  z-index: 10;
}
.b-filter__counter__inner {
  padding: 10px;
  white-space: nowrap;
}
.b-filter__counter.show {
  display: block;
  opacity: 1;
  z-index: 100;
}
.lte8 .b-filter__counter.show {
  filter: alpha(opacity=100);
}
.e-filter {
  margin-top: 25px;
}
.e-filter__title {
  margin-bottom: 14px;
  font: bold 14px 'PT Sans';
  color: #4b4949;
  text-transform: uppercase;
  border-bottom: 1px solid #c8c8c8;
}
.e-filter__inner {
  padding-left: 24px;
}
.e-filter__items_color{margin-top: -12px;}
.e-filter__items_extend {
	margin-top: 0px;
	height: 0;
	overflow: hidden;
}
.e-filter__checkbox,
.e-filter__radio {
  margin-top: 3px;
}
.e-filter__items_columned .e-filter__checkbox,
.e-filter__items_columned .e-filter__radio {
  float: left;
  width: 50%;
}
.e-filter__checkbox_color {
  display: inline-block;
  margin-right: 4px;
  margin-top: 12px;
  vertical-align: middle;
}
.e-filter__more {
  margin-top: 14px;
  padding-left: 14px;
}
.e-filter__more__link {
  position: relative;
  font: 13px 'PT Sans';
  color: #fa1515;
  text-decoration: none;
  border-bottom: 1px dotted #a9a9a9;
  cursor: pointer;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.e-filter__more__link:before {
  content: '';
  position: absolute;
  width: 9px;
  height: 9px;
  right: 100%;
  top: 4px;
  margin-right: 4px;
  background: url('/local/assets/css/../images/icons-sprite.png') no-repeat -190px -22px;
}
.e-filter__more__link:hover {
  border-bottom-color: transparent;
}
.e-filter__inner_full-showed .e-filter__items_extend {
  height: auto;
  overflow: visible;
}
.e-filter__inner_full-showed .e-filter__more__link:before {
  background-position: -190px -31px;
}
/* Block "pagination" styles */
.b-pagination {
  margin-top: 25px;
}
.b-pagination__inner {
  list-style: none;
  text-align: center;
  position: relative;
  font-size: 0;
}
.e-pagination__container {
  display: inline-block; 
  width: 26px;
   vertical-align: middle;
  text-align: center;
  overflow: hidden;
  border-radius: 4px;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.e-pagination__container_arrw-l,
.e-pagination__container_arrw-r {
  position: relative;
  margin: 0 15px;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
}
.e-pagination__container_arrw-l .e-pagination:before,
.e-pagination__container_arrw-r .e-pagination:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.e-pagination__container.active {
  background: #f1f2f2;
}
.e-pagination__container.active .e-pagination {
  color: #fa1515;
}
.e-pagination {
  font: 13px/21px 'PT Sans';
  color: #4b4949;
  text-decoration: none;
  border-bottom: 1px dotted #909090;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
a.e-pagination:hover,
.active .e-pagination {
  border-bottom-color: transparent;
}
/* Block "cart" styles */
.b-catalog .b-title {
  margin-bottom: 17px;
}
.b-catalog .b-pagination {
  margin-top: 0;
}
.b-catalog__right {
  float: right;
  width: 200px;
}
.b-catalog__left {
  margin-right: 270px;
}
.b-catalog__head__right,
.b-catalog__head__left,
.b-catalog__head__middle {
  display: inline-block;
  vertical-align: middle;
}
.b-catalog__footer {
  margin-top: 13px;
  padding-top: 18px;
  border-top: 1px solid #c6c6c6;
}
.b-catalog__footer__right,
.b-catalog__footer__left,
.b-catalog__footer__middle {
  display: inline-block;
  vertical-align: middle;
}
.b-catalog__head__left,
.b-catalog__footer__left,
.b-catalog__head__right,
.b-catalog__footer__right {
  width: 150px;
}
.b-catalog__head__right,
.b-catalog__footer__right {
  text-align: right;
}
.b-catalog__sort {
  display: inline-block;
  padding: 5px 10px 5px 12px;
  background: #f1f2f2;
  border-radius: 4px;
}
.b-catalog__sort__link {
  font: 13px/1 'PT Sans';
  color: #4b4949;
  text-decoration: none;
  border-bottom: 1px dotted #737171;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.b-catalog__sort__link:hover {
  border-bottom-color: transparent;
}
.b-catalog__sort:after {
  content: '';
  display: inline-block;
  width: 11px;
  height: 7px;
  margin-left: 7px;
  background: url('/local/assets/css/../images/icons-sprite.png') no-repeat -249px -7px;
}
.b-catalog__sort.asc:after {
  background-position: -249px -7px;
}
.b-catalog__sort.desc:after {
  background-position: -249px 0;
}
.b-catalog__showall-link {
  font: 13px 'PT Sans';
  color: #4b4949;
  text-decoration: none;
  border-bottom: 1px dotted #4b4949;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.b-catalog__showall-link:hover {
  border-bottom-color: transparent;
}
.b-catalog__list {
  margin: -21px -13px 0;
}
.b-catalog__msg-empty{margin-top: 16px;}
.b-catalog__list .b-product {
  margin-top: 33px;
}
/* Block "branches" styles */
.b-branches {
  margin-top: 31px;
}
.b-branches_inmodal {
  margin: 0;
}
.b-branches__inner {
  min-height: 104px;
}
.b-branches__search {
  float: left;
  width: 654px;
  padding-top: 37px;
}
.b-branches__search__field {
  display: inline-block;
  margin-left: 40px;
  vertical-align: middle;
}
.b-branches__search__field:first-child {
  margin-left: 0;
}
.b-branches__search__field__label {
  margin-right: 8px;
  vertical-align: middle;
  font: bold 16px 'PT Sans';
  color: #4b4949;
}
.b-branches__search__field select {
  width: 218px;
}
.b-branches__info {
  overflow: hidden;
}
.b-branches__info__inner {
  display: inline-block;
  min-height: 70px;
  padding: 17px 28px 17px 53px;
  background: #f1f2f2;
  font: 16px 'PT Sans';
  color: #4b4949;
}
.b-branches__info__address,
.b-branches__info__phone,
.b-branches__info__worktime {
  position: relative;
  margin-top: 8px;
}
.b-branches__info__address:first-child,
.b-branches__info__phone:first-child,
.b-branches__info__worktime:first-child {
  margin-top: 0;
}
.b-branches__info__address:before,
.b-branches__info__phone:before,
.b-branches__info__worktime:before {
  content: '';
  position: absolute;
  right: 100%;
  margin-right: 11px;
  top: 0;
  background-image: url('/local/assets/css/../images/icons-sprite.png');
  background-repeat: no-repeat;
}
.b-branches__info__address:before {
  width: 14px;
  height: 19px;
  background-position: -120px 0;
}
.b-branches__info__phone:before {
  width: 11px;
  height: 17px;
  background-position: -148px 0;
}
.b-branches__info__worktime:before {
  width: 15px;
  height: 16px;
  margin-right: 10px;
  background-position: -137px -21px;
}
.b-branches__map {
  margin-top: 30px;
}
.b-branches__map__render-area {
  width: 100%;
  height: 380px;
  background: #f1f2f2;
  overflow: hidden;
  z-index: 10;
}
/* Block "catalog-mainsections" styles */
.b-catalog-mainsections {
  padding-top: 11px;
}
.b-catalog-mainsections ul {
  list-style: none;
}
.b-catalog-mainsections__group {
  margin-top: 49px;
}
.b-catalog-mainsections__group:first-child {
  margin-top: 0;
}
.b-catalog-mainsections__group__title {
  margin-bottom: 11px !important;
}
.b-catalog-mainsections__group__inner {
  margin-left: 32px;
  line-height: 1.3;
}
.e-catalog-mainsections {
  margin-top: 9px;
}
.e-catalog-mainsections__link {
  position: relative;
  font-size: 14px;
  color: #4b4949;
  text-decoration: none;
  border-bottom: 1px solid #4b4949;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.e-catalog-mainsections__link:hover {
  border-bottom-color: transparent;
}
.e-catalog-mainsections__link:before {
  content: '';
  position: absolute;
  top: 6px;
  right: 100%;
  margin-right: 11px;
  width: 6px;
  height: 6px;
  background: #4b4949;
  border-radius: 50%;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.e-catalog-mainsections.active .e-catalog-mainsections__link {
  border-bottom-color: transparent;
}
.e-catalog-mainsections.active .e-catalog-mainsections__link:before,
.e-catalog-mainsections__link:hover:before {
  background: #fa1515;
}
/* Block "slider-main" styles */
.b-slider-main {
  width: 721px;
}
.b-slider-main ul {
  list-style: none;
}
.b-slider-main__inner {
  position: relative;
  height: 427px;
  border-radius: 4px;
  overflow: hidden;
}
.b-slider-main__pager {
  margin-top: 9px;
}
.b-slider-main__pager .bx-pager {
  text-align: center;
}
.b-slider-main__pager .bx-pager-item {
  display: inline-block;
  margin: 0 2px;
}
.b-slider-main__pager .bx-pager-link {
  display: block;
  width: 11px;
  height: 11px;
  border: 1px solid #fa1515;
  border-radius: 50%;
  background: #fff;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.b-slider-main__pager .bx-pager-link.active {
  background: #fa1515;
}
.b-slider-main__desc__item {
  position: absolute;
  left: 18px;
  right: 11px;
  bottom: 15px;
  font-family: 'PT Sans';
  /*font-weight: bold;*/
  color: #292929;
  opacity: 0;
  z-index: 0;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.lte8 .b-slider-main__desc__item {
  filter: alpha(opacity=0);
}
.b-slider-main__desc__item_load {
  opacity: 1;
  z-index: 90;
}
.lte8 .b-slider-main__desc__item_load {
  filter: alpha(opacity=100);
}
.b-slider-main__desc__item__top,
.b-slider-main__desc__item__bottom {
  overflow: hidden;
}
.b-slider-main__desc__item__top__inner {
  position: relative;
  bottom: -100px;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.b-slider-main__desc__item_load .b-slider-main__desc__item__top__inner {
  bottom: 0;
}
.b-slider-main__desc__item__bottom {
  border-top: 1px solid #292929;
}
.b-slider-main__desc__item__bottom__inner {
  padding: 7px 35px;
  position: relative;
  top: -100px;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.b-slider-main__desc__item_load .b-slider-main__desc__item__bottom__inner {
  top: 0;
}
.b-slider-main__desc__item__type {
  font-size: 20px;
}
.b-slider-main__desc__item__title {
 /* text-transform: uppercase;*/
}
.b-slider-main__desc__item__title__link {
  font-family: 'PT Sans';
  position: relative;
  font-size: 35px;
  color: #292929;
  text-decoration: none;
}
/*.b-slider-main__desc__item__title__link:after {
  content: '';
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  top: 2px;
  margin-left: 5px;
  background: url('/local/assets/css/../images/icons-sprite.png') no-repeat -32px -80px;
}*/
.b-slider-main__desc__item__duration {
  text-align: right;
  font-size: 18px;
}
/* Block "slider-brands" styles */
.b-slider-brands {
  padding-bottom: 31px;
}
.b-slider-brands ul {
  list-style: none;
}
.b-slider-brands__inner {
  text-align: center;
}
.b-slider-brands .b-title {
  margin-bottom: 35px;
}
.b-slider-brands .bx-wrapper {
  padding-left: 36px;
  padding-right: 36px;
  position: relative;
}
.b-slider-brands .bx-prev,
.b-slider-brands .bx-next {
  position: absolute;
  width: 28px;
  height: 28px;
  top: 50%;
  margin-top: -14px;
  background: url('/local/assets/css/../images/icons-sprite.png') no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.b-slider-brands .bx-prev {
  left: 0;
  background-position: -80px -80px;
}
.b-slider-brands .bx-next {
  right: 0;
  background-position: -108px -80px;
}
.b-slider-brands .bx-prev:hover {background-position: -123px -120px;}
.b-slider-brands .bx-next:hover {background-position: -151px -120px;}
.e-slider-brands {
  display: inline-block;
  width: 178px;
  text-align: center;
  overflow: hidden;
  vertical-align: middle;
  -webkit-transition: all ease 0.6s;
  -moz-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
.e-slider-brands:hover{
	opacity: 0.3;
}
/* Block "order" styles */
.b-order {
  margin-top: 26px;
}
.b-order__footer {
  padding: 26px 40px 0;
  text-align: right;
}
.b-order__delivery__step {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.b-order__delivery__step__title {
  margin-bottom: 25px;
  font: bold 14px 'PT Sans';
  color: #4b4949;
  text-transform: uppercase;
}
.b-order__delivery__step__title__action {
  margin-left: 5px;
  font-size: 13px;
  font-weight: normal;
  color: #a5a4a4;
  text-transform: none;
}
.b-order__delivery__step__inner {
  position: relative;
}
.b-order__delivery__step_type {
  width: 170px;
}
.b-order__delivery__step_type .b-order__delivery__step__inner {
  padding-left: 15px;
}
.b-order__delivery__step_address {
  width: 690px;
}
.b-order__delivery__step_address .b-label {
  width: auto;
  margin-right: 4px;
  font-size: 12px;
}
.b-order__delivery__step_city .b-order__delivery__step__inner,
.b-order__delivery__step_location .b-order__delivery__step__inner {
  padding-top: 4px;
}
.b-order__delivery__step_separate {
  width: 25px;
  height: 48px;
  margin-top: 40px;
  background: url('/local/assets/css/../images/icons-sprite.png') no-repeat -65px -120px;
}
.b-order__delivery select {
  width: 220px;
}
.b-order__delivery__type {
  margin-top: 16px;
}
.b-order__delivery__type:first-child {
  margin-top: 0;
}
.b-order__delivery__address-detail {
  position: relative;
  margin-top: 26px;
  padding: 15px;
  background: #f1f2f2;
  font-size: 14px;
  text-align: right;
}
.b-order__delivery__address-detail:before {
  content: '';
  position: absolute;
  bottom: 100%;
  right: 90px;
  width: 0;
  height: 0;
  border-bottom: 18px solid #f1f2f2;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}
.b-order__delivery__address-detail__location,
.b-order__delivery__address-detail__worktime {
  position: relative;
  margin-left: 30px;
}
.b-order__delivery__address-detail__location:before,
.b-order__delivery__address-detail__worktime:before {
  content: '';
  position: absolute;
  top: 1px;
  right: 100%;
  margin-right: 5px;
  background-image: url('/local/assets/css/../images/icons-sprite.png');
  background-repeat: no-repeat;
}
.b-order__delivery__address-detail__location:before {
  width: 11px;
  height: 15px;
  background-position: -135px 0;
}
.b-order__delivery__address-detail__worktime:before {
  width: 15px;
  height: 16px;
  background-position: -137px -21px;
}
.e-order {
  margin-top: 59px;
}
.e-order:first-child {
  margin-top: 0;
}
.e-order__title {
  margin-bottom: 33px;
  padding-bottom: 2px;
  border-bottom: 1px solid #c6c6c6;
  font: bold 16px 'PT Sans';
  color: #4b4949;
  text-transform: uppercase;
}
.e-order__inner {
  padding: 0 40px 0 20px;
}
.e-order__column {
  display: inline-block;
  vertical-align: top;
}
.e-order_contacts .e-order__title:before,
.e-order_delivery .e-order__title:before {
  content: '';
  display: inline-block;
  margin-right: 9px;
}
.e-order_contacts .e-order__title:before {
  width: 12px;
  height: 13px;
  background: url('/local/assets/css/../images/icons-sprite.png') no-repeat -120px -22px;
}
.e-order_delivery .e-order__title:before {
  width: 11px;
  height: 15px;
  background: url('/local/assets/css/../images/icons-sprite.png') no-repeat -135px 0;
}
.b-personal-company__left {
  /*margin-right: 350px;*/
  float:left;
}
.b-personal-company__inner {
	padding: 30px;
}
.b-personal-company__inner:after {
	display: table;
	content: "";
	clear: both;	
}
.b-personal-company__right {
  float: right;
  width: 246px;
}
.b-personal-company__title {
  margin-bottom: 20px;
  padding-bottom: 2px;
  font-size: 15px;
  font-weight: bold;
  border-bottom: 1px solid #c6c6c6;
}
.b-personal-company__form select {
  width: 246px;
}
.b-personal-company__form .b-form__field:first-child {
  margin-top: 0;
}
.b-personal-company__form .b-form__field {
  margin-top: 20px;
}
.b-personal-company__form__footer {
  margin-top: 40px;
}
.b-personal-company__list__item {
  display: table;
  width: 100%;
  padding: 6px 0;
  border-bottom: 1px solid #e9e9e9;
}
.b-personal-company__list__item_simple {
  display: block;
  border: none;
}
.b-personal-company__list__item__title,
.b-personal-company__list__item__action {
  display: table-cell;
  vertical-align: middle;
}
.b-personal-company__list__item__title {
  font-size: 13px;
}
.b-personal-company__list__item__action {
  text-align: right;
}
.b-personal-company__list__item__action__link {
  position: relative;
  margin-left: 15px;
  font-size: 13px;
  text-decoration: none;
  border-bottom: 1px solid;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.b-personal-company__list__item__action__link_delete {
  color: #646464;
}
.b-personal-company__list__item__action__link:hover {
  border-bottom-color: transparent;
}
.b-personal-company__add-new {
  margin-bottom: 20px;
}
.b-personal-company__add-new__link {
  text-decoration: none;
  border-bottom: 1px solid;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.b-personal-company__add-new__link:hover {
  border-bottom-color: transparent;
}
a.b-personal-company__add-new__link {
	color: #505050;
	text-decoration: none;
	border: 0;
}
/* Block "personal" styles */
#field_personal-password + div {
    margin-left: 155px;
}
.b-personal__form label {
  width: 130px;
}
.b-personal__form__footer {
  margin: 40px 0 30px;
  text-align: center;
}
.b-personal__column:first-child .b-personal__column__inner {
  padding-left: 0;
}
.b-personal__column {
  float: left;
  width: 49%;
}
.b-personal__column:first-child {
    border-right: 1px solid #CCC;
}
.b-personal__column__inner {
  padding-left: 30px;
}
.b-personal__last-activity {
  margin-bottom: 30px;
}
/* Block "cart" styles */
.b-promo {
  margin-top: 28px;
}
.e-promo {
  display: inline-block;
  width: 280px;
  padding: 14px;
  vertical-align: top;
  font-family: 'PT Sans';
  color: #4b4949;
  text-decoration: none;
  text-align: left;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.e-promo__preview {
  height: 322px;
  overflow: hidden;
}
.e-promo__info {
  display: block;
  margin-top: 12px;
}
.e-promo__title {
  display: block;
  margin-bottom: 2px;
}
.e-promo__title__inner {
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
}
.e-promo__notice {
  display: block;
  min-height: 80px;
  font-size: 13px;
  line-height: 1.4;
}
.e-promo__type {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  font-style: italic;
  color: #a5a4a4;
  opacity: 0;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.lte8 .e-promo__type {
  filter: alpha(opacity=0);
}
.e-promo:hover {
  background: #fff;
  box-shadow: 0 0 8px 1px #ccc;
}
.e-promo:hover .e-promo__type {
  opacity: 1;
}
.lte8 .e-promo:hover .e-promo__type {
  filter: alpha(opacity=100);
}

a.e-tabs-caption__inner:-webkit-any-link {
text-decoration: none;
}


 /*--ycaweb 18.08.2017 agreement-checkbox--*/
.form-feedback .btn-success{
  display: inline-block;
  width: 240px;
  padding: 17px 15px 13px;
  background-color: #fee4eb;
  border: 1px solid #e2e2e2;
  border-bottom-color: #979797;
  border-radius: 6px;
  box-shadow: inset 0 0 0px 2px #fff, 0 1px 1px #d0d0d0;
  font: bold 18px/1 'PT Sans';
  color: #646464;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
 .warning-message-wrapper{
  height:15px;
  color: #fa1515;
 }
 .b-subscribe__form .warning-message-wrapper{
    color: #fce6c1;
 }
.b-subscribe__form .agreement-checkbox-wrapper,
.b-form .agreement-checkbox-wrapper,
.form-feedback .agreement-checkbox-wrapper{
  margin:10px 0 10px 30px;
}

.b-subscribe__form .warning-message-wrapper,
.form-feedback .warning-message-wrapper{
  margin-bottom: 20px;
}

.agreement-checkbox-input{
  position: absolute;
  left: -9999px;
}
.agreement-checkbox-label{
    cursor: pointer;
    position: relative;
}

.b-subscribe__form .agreement-checkbox-label{
  color:#dddddd;
}
.agreement-checkbox-text:before{
    content: '';
    position: absolute;
    top: 1px;
    left: -29px;
    width: 20px;
    height: 20px;
    background: url(/local/assets/css/../images/checkbox.png) no-repeat 0 0;
}
.b-subscribe__form .agreement-checkbox-text:before{
    content: '';
    position: absolute;
    top: 1px;
    left: -29px;
    width: 20px;
    height: 20px;
    background: url(/local/assets/css/../images/checkbox-light.png) no-repeat 0 0;
}
.agreement-checkbox-input:checked + .agreement-checkbox-text:before {
    background-position: 0 -23px;
}
.btn.btn_disabled{
  background: gray;
    cursor: not-allowed;
  -webkit-transition: none;
}

.privacy-title{
  font-size: 14pt;
  font-family: 'PT Sans';
}
.l-page-content h3 + ol.privacy-list{
  margin-left: 15px;
  text-align: justify;
}
.l-page-content ul.privacy-list li::-moz-list-number { 
  font-weight: bold; 
}

.feedback{
  margin-top: 18px;
}
.feedback a{
  margin-left: 8px;
  font: 13px 'PT Sans';
}
.feedback i{
  margin-left: -2px;
}

.form-feedback input,
.form-feedback textarea,
.form-feedback select{
  display: inline-block;
  width: 246px;
  padding: 7px 11px;
  margin: 10px 0;
  vertical-align: middle;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  background: #f6f6f6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: inset 0 1px 1px 0 #ababab;
  font-size: 14px;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
._fb{
  margin: 15px 0;
}
._fb .warning-message-city{
  margin-top: 10px;
}
.agreement-checkbox-text._footer{
  font: 9px/1.2 'Tahoma';
}
.warning-message-wrapper._footer{
  display: none !important;
}
.b-subscribe__form .agreement-checkbox-text._footer:before{
  top: 6px;
}

 /*--end of 18.08.2017--*/ 
/*element stores*/
.b-stores-loader{
	text-align: center;
}
.b-stores-loader img{
	padding-top: 50px;
}
.b-stores__item-name, .b-stores__item-amount{
	display: inline-block;
	vertical-align: top;
}
.b-stores__item-amount{
	float: right;
}
.b-stores__item{
    padding: 10px 5px;
}
/*end element stores*/

._other-city{
	text-align: right;
}
._other-city-name{
	text-decoration: underline;
}



/* End */



/* Start:/local/assets/css/chosen.css?148904694013295*/
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.5.1
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2016 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}
.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('/local/assets/css/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('/local/assets/css/chosen-sprite.png') no-repeat 0px 2px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url('/local/assets/css/chosen-sprite.png') no-repeat 100% -20px;
  background: url('/local/assets/css/chosen-sprite.png') no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('/local/assets/css/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url('/local/assets/css/chosen-sprite.png') no-repeat -30px -20px;
  background: url('/local/assets/css/chosen-sprite.png') no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url('/local/assets/css/chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */

/* End */



/* Start:/local/assets/js/fancybox/jquery.fancybox.css?14890469404344*/
/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/local/assets/js/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/local/assets/js/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/local/assets/js/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/local/assets/js/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
/* End */



/* Start:/local/assets/css/custom.css?16018884655493*/
#stockModal{
 display: none;
}

.modal-stock{
    width: 880px;
    max-width: 100%;
}

.b-modal-window .modal-stock-content{
    width: 880px;
    margin: -40px -30px -30px;
}

.modal-stock-img img{
    max-width: 100%;
}


.modal-stock-description{
  background: #e31224 ;
  padding: 25px 0 25px;
  text-align: center;
      font: 16px 'Tahoma';
}
.modal-stock-description a{
  color: #fff ;
    max-width: 100%;  
}

.modal-stock-feedback{
    padding: 30px;
    box-sizing: border-box;
}
.form-stocks .b-branches__search__field {
    margin: 0 10px 0 0;
}

.form__form-file-info,
.form__form-file-label{
    display: inline-block;    
}
/*
.form-stocks .form__form-file-info div {
    display: inline-block;
}
*/
.form-stocks .form__form-file-info >div {
    display: table-cell;
}
.form-group-file.form-group {
    min-width: 50%;
    padding-top: 24px;
    height: 32px;
    vertical-align: top;
        margin-top: 3px;
}

.form-stocks input.warning,
.form-stocks select.warning{
    border: 2px solid #e31224;
}

.modal-stock-feedback .alert.alert-error {
    color: #e31224;
}

 .form-group-city_market .warning-message-city {
    max-width: 206px;
}

label.sp-add-file {
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    max-width: 100%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border: 1px solid #405ea7;
    border-radius: 2px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    background: #405ea7;
    height: 32px;
    width: 210px;
    font-size: 13px;
    line-height: 32px;
    text-align: center;
}
/*
label.sp-add-file {
    position: absolute;
	background: url(/local/assets/css/../images/sprite.svg) -8px -2037px;
    width: 11px;
    height: 10px;
    margin-top: -5px;
    background-position: -254px -17px;
}
*/
.icon-sp-add-file:before{
        position: absolute;
    content: '';
    top: 50%;
    height: 32px;
    width: 32px;
    background: url(/local/assets/css/../images/receipt.svg) no-repeat;
    background-size: contain;
        margin-top: -5px;
}
i.iconb.icon-sp-add-file {
        height: 32px;
    width: 32px;
    position: relative;
    display: inline-block;
}

.form-stocks  input.sp-hidden-input {
    display: none;
}

.form-stocks .form__form-file-img img{
    max-height: 34px;
    margin: -5px 7px 0;
}

.form-stocks .form__form-file-info{
    font-size: 0;
}
.form-stocks .form__form-file-info{
    display: inline-block;
    vertical-align: top;
    line-height: 32px;
    text-align: left;
    margin-left: 20px;
    margin-top: -2px;
}
.form-stocks .form__form-file-text{
    font-size: 16px;
    padding-top: 18px;
}
.form-stocks .form__form-file-title{
    font-size: 13px;
    line-height: 22px;
    color: #676767;
    font-family: "Tahoma";
        margin-right: 5px;
            max-width: 50px; 
    overflow-x: hidden;
    white-space: nowrap;
        display: table-cell;
}
.form-stocks .form__form-file-size{
    font-size: 13px;
    line-height: 22px;
    color: #aeaeae;
    font-family: "Tahoma";
        display: table-cell;
    padding: 0 6px;
}

.form-stocks .form__form-file-info div.form__form-file-delete{
    display: none;
    font-size: 16px;
    position: relative;
    border: 0;
    text-decoration: underline;
    cursor: pointer;
}
.form-stocks .form__form-file-delete:before{
    content: '';
    position: absolute;
    top: 50%;
    right: 100%;
    margin-right: 4px;
    background: url(/local/assets/css/../images/icons-sprite.png) no-repeat;
    width: 11px;
    height: 10px;
    margin-top: 7px;
    background-position: -254px -17px;
}
.form-stocks .form__form-file-delete:hover{
    text-decoration: none;
}

.btn {
    cursor: pointer;
}

.btn-success {
    display: inline-block;
    width: 240px;
    padding: 17px 15px 13px;
    background-color: #fee4eb;
    border: 1px solid #e2e2e2;
    border-bottom-color: #979797;
    border-radius: 6px;
    box-shadow: inset 0 0 0px 2px #fff, 0 1px 1px #d0d0d0;
    font: bold 18px/1 'PT Sans';
    color: #646464;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.btn-content{
	margin: 15px 0;
    font: bold 16px/1 'PT Sans';
}


.modal-stock-content .alert.alert-sucsess {
   /* text-align: center;*/
     font: 16px 'Tahoma';
    font-weight: bold;
    padding: 45px 20px 0;
    display: none;  
}
.modal-stock-content .alert.alert-sucsess._show {
  display: block;  
}



/*preLoad*/

.container-preload {
  height: 64px;
  width: 64px;
    background: url(/local/assets/css/../images/preload.svg) no-repeat;
    display: block;
    margin: 0 auto;
}

.b-cart__footer__actions._container-preload{
 
}

.b-order__footer._container-preload {
    position: relative;
}

.b-cart__footer__actions._container-preload:before,
._container-preload:before{
    content: '';
    position: absolute;
  height: 54px;
  width: 100%;
    background: url(/local/assets/css/../images/preload.svg) no-repeat;
    background-color: #fff;
    display: block;
    margin: 0 auto;
    max-width: 300px;
    right: 0;
    background-position-x: center;
    background-size: contain;

}

.b-order__delivery__step__title__action.pseudo-link.js-modal {
    color: #fa1515;
}
/* End */



/* Start:/local/templates/.default/components/bitrix/search.title/.default/style.css?14890469402108*/
div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:205;
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	width:10%;
}

table.title-search-result th {
	background-color:#F7F7F7;
	border-right:1px solid #e8e8e8;
	color:#949494;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:14px;
 	padding-right:12px;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:1%;
}

table.title-search-result td {
	background-color:white;
	color:black;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	white-space:nowrap;
}

table.title-search-result td.title-search-item {
	padding-left:8px;
	padding-right:15px;
}

table.title-search-result td.title-search-item a {
	padding-left:4px;
	padding-right:15px;
	text-decoration: none;
	color:black;
	vertical-align:top;
	display:block;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
}

table.title-search-result td.title-search-item b {
	color:#cf0000;
	font-weight:normal;
}

table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
	background-color:#fff2be;
}

table.title-search-result td.title-search-more {
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}

table.title-search-result td.title-search-more a
{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
	color:#999999;
}

table.title-search-result td.title-search-all {
	padding-left:24px;
	padding-right:15px;
}

table.title-search-result td.title-search-all a
{
	padding-left:4px;
	text-decoration:none;
	color:#808080;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

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



/* Start:/local/templates/.default/components/bitrix/menu/catalog_horizontal/style.css?15088126789219*/
.bx_horizontal_menu_advaced .animate{}

.bx_horizontal_menu_advaced{position:relative}
.bx_horizontal_menu_advaced>ul{
	display:block;
	margin:0;
	padding:0;
	width:100%;
	list-style:none;
}
.bx_horizontal_menu_advaced.small>ul{height:40px}
/* 1st level */
/*.bx_hma_one_lvl*/
.bx_horizontal_menu_advaced .bx_hma_one_lvl{
	display:block;
	float:left;
	padding:0;
	height:58px;

/*background:#ecf5fa;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VjZjVmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZmRkZWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ecf5fa), color-stop(100%,#bfddec));
	background:-webkit-linear-gradient(top,#ecf5fa 0%,#bfddec 100%);
	background:   -moz-linear-gradient(top,#ecf5fa 0%,#bfddec 100%);
	background:    -ms-linear-gradient(top,#ecf5fa 0%,#bfddec 100%);
	background:     -o-linear-gradient(top,#ecf5fa 0%,#bfddec 100%);
background:        linear-gradient(to bottom, #ecf5fa 0%,#bfddec 100%);*/
	background: #fafafa;
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecf5fa', endColorstr='#bfddec',GradientType=0 );
}
/*bx_hma_one_lvl.dropdown:hover*/
.bx_horizontal_menu_advaced .bx_hma_one_lvl.hover{
	height:58px;
	background:#dbeaf4;
	/*box-shadow:inset 0 1px 0 0 #ecf3f8;*/
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZWFmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiM2Q0ZTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#dbeaf4), color-stop(100%,#b3d4e7));
	background:-webkit-linear-gradient(top,#dbeaf4 0%,#b3d4e7 100%);
	background:   -moz-linear-gradient(top,#dbeaf4 0%,#b3d4e7 100%);
	background:    -ms-linear-gradient(top,#dbeaf4 0%,#b3d4e7 100%);
	background:     -o-linear-gradient(top,#dbeaf4 0%,#b3d4e7 100%);
	background:        linear-gradient(to bottom, #dbeaf4 0%,#b3d4e7 100%);
background: #ffffff;
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbeaf4', endColorstr='#b3d4e7',GradientType=0 );
}
.bx_horizontal_menu_advaced.small .bx_hma_one_lvl:hover,
.bx_horizontal_menu_advaced.small .bx_hma_one_lvl{height: 40px;}
.bx_horizontal_menu_advaced .bx_hma_one_lvl.dropdown.hover{border-radius:0;/*box-shadow:none*/}

/*.bx_horizontal_menu_advaced.small .bx_hma_one_lvl,*/
.bx_horizontal_menu_advaced.small .bx_hma_one_lvl>a{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:0;
	height:40px;
	font-weight:normal;
	font-size:11px;
	line-height:40px;
}
/* .bx_hma_one_lvl>a*/
.bx_horizontal_menu_advaced .bx_hma_one_lvl>a{
	position:relative;
	z-index:105;
	display:block;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:19px 2px;
	height:58px;
	color:#000000;
	vertical-align:middle;
	text-align:center;
	text-decoration:none;
/*font-weight:bold;*/
	text-shadow:0 1px 1px rgba(255,255,255,.8);
}

.bx_horizontal_menu_advaced .bx_hma_one_lvl.dropdown.hover>a{
	z-index:140;
	height:59px;
	background:#fff;
}
.bx_horizontal_menu_advaced.small .bx_hma_one_lvl.dropdown.hover>a{z-index:140;height:40px}
.bx_horizontal_menu_advaced.small .bx_hma_one_lvl>a:active,
.bx_horizontal_menu_advaced.small .bx_hma_one_lvl.current a{}
/* // 1st level */

/* The Container */
.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_container{
	position:absolute;
	top:56px;
	z-index:1001;
	display:none;
	overflow:hidden;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding-top:3px;
	max-width:100%;
	box-shadow:0 4px 5px 0 rgba(1,1,1,.16);
}
.bx_horizontal_menu_advaced.small .bx_hma_one_lvl .bx_children_container{top:38px}
.bx_horizontal_menu_advaced .bx_hma_one_lvl.hover .bx_children_container{display:block}
.bx-ie8 .bx_horizontal_menu_advaced 		.bx_hma_one_lvl:hover 	.bx_children_container{display:block !important} /*IE8*/
.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_container .bx_children_block{
	float:left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin-bottom:-20000px;
	padding:10px 12px;
	padding-bottom:20000px;
	min-width:130px;
	max-width:280px;
	border-left:1px solid #f2f2f2;
	background:#fff;
}
.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_container 	  .bx_children_block:first-child{border-left:none}
.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_container.b1 .bx_children_block{width:100%}
.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_container.b2 .bx_children_block{width:50%}
.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_container.b3 .bx_children_block{width:33.3%}
.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_container.b4 .bx_children_block{width:25%}
.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_container    .bx_children_block.advanced{
	border-left:none;
	background:#f7fafb;
	box-shadow: inset 0 122px 57px -59px #fff,
	inset 5px 0    7px  -5px rgba(0,0,0,.12);
}
/*// Container */

/* 2nd level*/
.bx_horizontal_menu_advaced .bx_hma_one_lvl ul{
	display:block;
	margin:0;
	padding:0 0 14px 0;
	list-style:none;
}
.bx_horizontal_menu_advaced 	  .bx_hma_one_lvl .bx_children_container .bx_children_block>ul>li{display:block;background:#fff}
.bx_horizontal_menu_advaced 	  .bx_hma_one_lvl .bx_children_container .bx_children_block    li.parent>a{display:block;padding:5px 10px}
.bx_horizontal_menu_advaced.small .bx_hma_one_lvl .bx_children_container .bx_children_block    li.parent a{line-height:15px}
.bx_horizontal_menu_advaced 	  .bx_hma_one_lvl .bx_children_container .bx_children_block    li.parent>a:hover{color: #366181}
.bx_horizontal_menu_advaced 	  .bx_hma_one_lvl .bx_children_container .bx_children_block>ul>li>a{
	display:block;
	color:#20394c;
	text-decoration:none;
	font-weight:bold;
	font-size:15px;
	line-height:23px;
}
.bx_horizontal_menu_advaced.small .bx_hma_one_lvl .bx_children_container .bx_children_block    li a{font-size:11px;line-height:normal}
/* // 2nd level*/

/* 3rd level */
.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent ul{border-bottom:1px solid #f2f2f2}
.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent:last-child ul{border-bottom:none}
.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent ul li{line-height:24px}
.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent ul li a{
	display:block;
	padding:5px 10px
}
.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent ul li a:hover{
	background:#f0f6f8;
	box-shadow:inset 0 1px 1px 0 #e3e9eb
}
.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_container .bx_children_block li ul li a{
	color:#000;
	text-decoration:none;
	font-size:12px;
}
/* // 3rd level */

/* Panel */
.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_advanced_panel{
	display:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-align:center;
}
.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_block.advanced .bx_children_advanced_panel{display:block !important}
.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_advanced_panel img{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	max-width:100%;
	max-height:220px;
	border:1px solid #e7e9ea;
}
.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_advanced_panel strong{
	display:block;
	color:#000;
	text-align:left !important;
	margin-top:10px;
	margin-bottom:10px;
}
.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_advanced_panel .bx_item_description{
	max-width:100%;
	display:block;
	color:#000;
	text-align:left !important;
	white-space:normal;
	font-weight:normal;
	font-size:12px;
	padding-bottom: 10px;
	overflow: hidden;
	line-height:18px !important;
}
/* // The Panel*/
@media (min-width:980px) {.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_container .bx_children_block{min-width:200px}}
@media (max-width:569px) {.header_inner_bottom_line{overflow:hidden;height:auto}}

/* End */



/* Start:/local/templates/.default/components/bitrix/menu/catalog_horizontal/themes/blue/colors.css?15087406781*/


/* End */



/* Start:/local/templates/.default/components/bitrix/menu/personalMenu/style.min.css?1489046940490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/.default/components/bitrix/menu/personalMenu/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 */
/* /local/assets/css/style.css?152402750780004 */
/* /local/assets/css/chosen.css?148904694013295 */
/* /local/assets/js/fancybox/jquery.fancybox.css?14890469404344 */
/* /local/assets/css/custom.css?16018884655493 */
/* /local/templates/.default/components/bitrix/search.title/.default/style.css?14890469402108 */
/* /local/templates/.default/components/bitrix/menu/catalog_horizontal/style.css?15088126789219 */
/* /local/templates/.default/components/bitrix/menu/catalog_horizontal/themes/blue/colors.css?15087406781 */
/* /local/templates/.default/components/bitrix/menu/personalMenu/style.min.css?1489046940490 */
